.registration-form {
    background: #f1f1eb;
    border-radius: 16px;
    padding: 32px;
    position: relative;
}

.registration-form__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1.5px;
    line-height: 40px;
    margin-bottom: 32px;
    text-align: center;
}

.registration-form__or {
    color: #bcbaa8;
    font-size: 14px;
    line-height: 20px;
    margin-top: 24px;
    text-align: center;
}

.registration-form__oauth {
    margin-top: 24px;
    position: relative;
    text-align: center;
}

.registration-form__oauth a {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
    font-size: 0;
    height: 48px;
    margin: 0 8px;
    width: 48px;
}

.registration-form__oauth a.vk {
    background-image: url(/images/new-frontend/socials-logo/vk.svg);
}

.registration-form__oauth a.mailru {
    background-image: url(/images/new-frontend/socials-logo/mailru.svg);
}

.registration-form__oauth a.ok {
    background-image: url(/images/new-frontend/socials-logo/ok.svg);
}

.registration-form__agreement {
    color: #8c8c82;
    font-size: 14px;
    line-height: 22px;
    margin-top: 40px;
    text-align: center;
}

.registration-form__agreement a {
    color: #b57ed1;
    text-decoration: none;
}
