* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Ubuntu', sans-serif;
    height: 100vh;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    color: #344A5E;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.central-content {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bottom-content {
    height: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.caption {
    margin-top: 15px;
    text-align: center;
}

.big-text {
    font-weight: 500;
    font-size: 18px;
}

.small-text {
    font-size: 14px;
}

.ref {
    font-size: 14px;
    color: #0279C0;
    text-decoration: none;
}

    .ref:hover {
        text-decoration: underline;
    }

.pic {
    margin-bottom: 15px;
}

.b-text_lang_ru {
    display: none;
}

.link {
    font-weight: 500;
    text-decoration: none !important;
}

    .link:hover {
        color: #c80163;
        font-weight: 600;
    }

.images {
    width: 15%;
}