.auth-pages .social-links-auth {
    margin-top: 50px;
    background: var(--color-grey);
    padding: 20px 20px 30px 20px;
    border-radius: var(--border-medium-radius);
    text-align: center;
}
.auth-pages .social-links-auth #yandex-login-button {
    max-width: 289px;
    margin: 0 auto;
}
.yaPersonalButton_additional.yaPersonalButton_light {
    background: transparent !important;
}

.auth-pages .social-links-auth iframe,
.auth-pages #yandex-login-small-button iframe {
    z-index: 8 !important;
}

.auth-pages #yandex-login-small-button {
    width: 36px;
    height: 36px;
    margin-bottom: -16px;
    position: relative;
    top: -2px;
}
.auth-pages .yaPreloadingSuggestBlockContainer {
    height: 36px !important;
}

@media (max-width: 799px) {
    .auth-pages .social-links-auth {
        margin-top: 40px;
    }
}
/*max-width: 799px END*/
