.content__info a {
    display: initial;
    text-decoration: underline;
}

#auth .modal__content.auth-design {
    left: calc(50% - 280px);
    top: 6%;
    overflow-y: auto;
    width: 560px;
    max-height: calc(100vh - 40px);
    border: 1px solid rgba(62, 72, 86, .14);
    border-radius: 16px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .18);
}

#auth .content__header {
    padding: 0 52px;
}

#auth .content__header .header__tabs-options {
    display: flex;
    align-items: flex-end;
}

#auth .content__header .tabs-options__item {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 42px 0 0;
    padding: 22px 0 14px;
    color: #8c96a3;
}

#auth .content__header .tabs-options__item.item__selected {
    color: #3e4856;
    border-bottom: 2px solid #d7192d;
}

#auth .content__header .modal__btn-close {
    top: 18px;
    right: 22px;
    transition: opacity .18s ease, transform .18s ease;
}

#auth .content__header .modal__btn-close:hover {
    opacity: .72;
    transform: rotate(90deg);
}

#auth .content__tabs-content .content__body {
    margin: 22px 52px 0;
}

#auth .form-submit--registr .content__body {
    margin-top: 38px;
}

#auth .form-submit--registr .content__body .fields__label {
    margin-bottom: 40px;
}

#auth .form-submit--registr .label__checkbox {
    margin-bottom: 12px;
}

#auth .form-submit--registr .content__footer {
    padding-top: 6px;
}

#auth .content__tabs-content .content__footer {
    padding: 0 52px;
}

#auth .auth-design-field {
    position: relative;
    margin: 0 0 18px;
    padding-top: 20px;
}

#auth .auth-design-field .label__name {
    font-size: 13px;
    line-height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 0;
    text-transform: none;
    color: #3e4856;
}

#auth .auth-design-field .label__inp {
    font-size: 14px;
    line-height: 44px;
    box-sizing: border-box;
    height: 44px;
    padding: 0 48px;
    color: #3e4856;
    border: 1px solid #d9dee5;
    border-radius: 5px;
    background: #fff;
}

#auth .auth-design-field .label__inp:focus {
    border-color: #8c96a3;
}

#auth .auth-design-field .label__inp::placeholder {
    color: #9aa3ad;
}

#auth .auth-design-field__icon {
    position: absolute;
    z-index: 1;
    top: 33px;
    left: 16px;
    display: block;
    width: 18px;
    height: 18px;
    color: #8c96a3;
}

#auth .auth-design-field--email .auth-design-field__icon {
    top: 35px;
    height: 13px;
    border: 1.5px solid currentColor;
    border-radius: 2px;
}

#auth .auth-design-field--email .auth-design-field__icon:before,
#auth .auth-design-field--email .auth-design-field__icon:after {
    position: absolute;
    top: 2px;
    width: 11px;
    height: 1.5px;
    content: '';
    background: currentColor;
}

#auth .auth-design-field--email .auth-design-field__icon:before {
    left: 0;
    transform: rotate(35deg);
}

#auth .auth-design-field--email .auth-design-field__icon:after {
    right: 0;
    transform: rotate(-35deg);
}

#auth .auth-design-field--password .auth-design-field__icon,
#auth .auth-design-field--sms .auth-design-field__icon {
    top: 34px;
    width: 15px;
    height: 13px;
    border: 1.5px solid currentColor;
    border-radius: 3px;
}

#auth .auth-design-field--password .auth-design-field__icon:before {
    position: absolute;
    top: -9px;
    left: 2px;
    width: 8px;
    height: 8px;
    content: '';
    border: 1.5px solid currentColor;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
}

#auth .auth-design-field--sms .auth-design-field__icon {
    height: 17px;
    border-radius: 8px 8px 10px 10px;
}

#auth .auth-design-field--sms .auth-design-field__icon:before {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 8px;
    height: 4px;
    content: '';
    transform: rotate(-45deg);
    border-bottom: 1.5px solid currentColor;
    border-left: 1.5px solid currentColor;
}

#auth .auth-design-field--phone .auth-design-field__icon {
    top: 15px;
    width: 13px;
    height: 13px;
    transform: rotate(-25deg);
    border: 1.5px solid currentColor;
    border-right: 0;
    border-radius: 8px 0 0 8px;
}

#auth .auth-design-field--phone .auth-design-field__icon:before,
#auth .auth-design-field--phone .auth-design-field__icon:after {
    position: absolute;
    right: -4px;
    width: 5px;
    height: 5px;
    content: '';
    border-right: 1.5px solid currentColor;
}

#auth .auth-design-field--phone .auth-design-field__icon:before {
    top: -2px;
    border-top: 1.5px solid currentColor;
}

#auth .auth-design-field--phone .auth-design-field__icon:after {
    bottom: -2px;
    border-bottom: 1.5px solid currentColor;
}

#auth .auth-design-field .auth-design-field__icon {
    top: auto;
    bottom: 13px;
    width: 18px;
    height: 18px;
    transform: none;
    border: 0 !important;
    border-radius: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}

#auth .auth-design-field .auth-design-field__icon:before,
#auth .auth-design-field .auth-design-field__icon:after {
    content: none !important;
}

#auth .auth-design-field--email .auth-design-field__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%238C96A3' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7'/%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3C/svg%3E");
}

#auth .auth-design-field--password .auth-design-field__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%238C96A3' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='11' x='3' y='11' rx='2' ry='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E");
}

#auth .auth-design-field--phone .auth-design-field__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%238C96A3' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384'/%3E%3C/svg%3E");
}

#auth .auth-design-field--sms .auth-design-field__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%238C96A3' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");
}

#auth .auth-design__password-toggle {
    font-size: 14px;
    line-height: 44px;
    position: absolute;
    right: 16px;
    bottom: 0;
    height: 44px;
    color: #3e4856;
    transition: color .18s ease;
}

#auth .auth-design__password-toggle:hover {
    color: #d7192d;
}

#auth .auth-design__support-row {
    margin-top: -4px;
    margin-bottom: 12px;
}

#auth .auth-design__support-row .col-lg-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#auth .label__checkbox {
    color: #3e4856;
}

#auth .btn-password-recovery {
    font-size: 14px;
    line-height: 20px;
    flex-shrink: 0;
    color: #d7192d;
    text-decoration: underline;
    transition: color .18s ease, text-decoration-color .18s ease;
}

#auth .btn-password-recovery:hover {
    color: #b81425;
    text-decoration-color: transparent;
}

#auth .footer__btn-block .save {
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    width: 100%;
    height: 48px;
    margin: 0;
    letter-spacing: 0;
    text-transform: none;
    border-radius: 5px;
    background: #d7192d;
    transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

#auth .footer__btn-block .save:hover {
    background: #bd1426 !important;
    box-shadow: 0 8px 18px rgba(215, 25, 45, .24) !important;
    transform: translateY(-1px) !important;
}

#auth .footer__btn-block .save:active {
    background: #a91221 !important;
    box-shadow: none !important;
    transform: translateY(0) !important;
}

#auth .auth-design__divider {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 22px 40px 18px;
    color: #8c96a3;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

#auth .auth-design__divider:before,
#auth .auth-design__divider:after {
    display: block;
    flex: 1 1 auto;
    height: 1px;
    content: '';
    background: #e2e6eb;
}

#auth .auth-design__divider--vk,
#auth .auth-design__divider--services {
    margin-top: 20px;
    margin-bottom: 18px;
}

#auth .auth-phone {
    margin: 0 52px;
    padding: 0;
    border-top: 0;
}

#auth .auth-design__login-pane .auth-phone,
#auth .auth-design__registration-pane .auth-phone {
    margin-top: 38px;
}

#auth .auth-phone__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 14px;
    color: #2f3947;
}

#auth .auth-phone__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 164px;
    gap: 12px;
    margin: 0 0 8px;
}

#auth .auth-phone__row--code {
    display: block;
}

#auth .auth-phone__field {
    margin: 0;
    padding-top: 0;
}

#auth .auth-phone__field--callback-mask {
    padding-top: 10px;
}

#auth .auth-phone__field .label__inp {
    height: 44px;
    padding-left: 48px;
}

#auth .auth-phone__field--callback-mask .auth-design-field__icon {
    display: none;
}

#auth .auth-phone__field--callback-mask .label__inp {
    height: 34px;
    padding: 10px 28px 0 0;
    line-height: 24px;
    border: 0 !important;
    border-bottom: 1px solid #dae0e2 !important;
    border-radius: 0;
    background: transparent;
}

#auth .auth-phone__field--callback-mask .label__inp:focus {
    border-bottom-color: #4990e2 !important;
}

#auth .auth-phone__field--callback-mask.auth-phone__field--has-error {
    padding-bottom: 32px;
}

#auth .auth-phone__field--callback-mask .label__error {
    top: 44px;
    right: 0;
    left: 0;
    margin-top: 4px;
    color: #d7192d;
    white-space: normal;
}

#auth .auth-phone__field--callback-mask .label__name {
    top: -12px;
    color: #969696;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: none;
}

#auth .auth-phone__field--callback-mask.inp-required:after {
    top: 28px;
    right: 4px;
}

#auth .auth-phone .auth-design-field__icon {
    top: 13px;
}

#auth .auth-phone__send,
#auth .auth-phone__verify {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    box-sizing: border-box;
    height: 44px;
    padding: 0 16px;
    text-align: center;
    color: #3e4856;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #aeb6c0 !important;
    border-radius: 5px;
    background: #fff;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

#auth .auth-phone__verify {
    width: 100%;
    margin-top: 4px;
    border-color: #596575 !important;
}

#auth .auth-phone__send:disabled,
#auth .auth-phone__verify:disabled {
    opacity: .55;
}

#auth .auth-phone__send:not(:disabled):hover,
#auth .auth-phone__verify:not(:disabled):hover {
    color: #2f3947 !important;
    border-color: #596575 !important;
    background: #f7f9fb !important;
    box-shadow: 0 6px 14px rgba(62, 72, 86, .12) !important;
    transform: translateY(-1px) !important;
}

#auth .auth-phone__send:not(:disabled):active,
#auth .auth-phone__verify:not(:disabled):active {
    background: #eef2f6 !important;
    box-shadow: none !important;
    transform: translateY(0) !important;
}

#auth .auth-phone__message {
    font-size: 13px;
    line-height: 18px;
    min-height: 0;
    margin: 6px 0 0;
}

#auth .auth-phone__timer {
    font-size: 13px;
    line-height: 18px;
    min-height: 0;
    margin: 4px 0 0;
    color: #6b7480;
}

#auth .auth-phone__timer--expired {
    color: #d7192d;
}

#auth .auth-phone__message--error {
    color: #d7192d;
}

#auth .auth-phone__message--success {
    color: #247a39;
}

#auth .auth-design__social {
    display: flex;
    justify-content: center;
}

#auth .auth-design__social-list {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

#auth .auth-design__service-button,
#auth .auth-design__vk-button {
    font-size: 16px;
    line-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 176px;
    height: 44px;
    padding: 0 24px;
    color: #3e4856;
    border: 1px solid #c4ccd6;
    border-radius: 6px;
    background: #fff;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

#auth .auth-design__service-button {
    min-width: 150px;
}

#auth .auth-design__service-button--disabled {
    cursor: default;
    opacity: .55;
}

#auth .auth-design__service-button:not(.auth-design__service-button--disabled):hover,
#auth .auth-design__vk-button:not(.auth-design__vk-button--disabled):hover {
    color: #2f3947 !important;
    border-color: #8c96a3 !important;
    background: #f7f9fb !important;
    box-shadow: 0 6px 14px rgba(62, 72, 86, .12) !important;
    transform: translateY(-1px) !important;
}

#auth .auth-design__service-button:not(.auth-design__service-button--disabled):active,
#auth .auth-design__vk-button:not(.auth-design__vk-button--disabled):active {
    background: #eef2f6 !important;
    box-shadow: none !important;
    transform: translateY(0) !important;
}

#auth .auth-design__service-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#auth .auth-design__service-button--vk .auth-design__service-icon {
    background-image: url(/local/templates/main/assets/img/vk.svg);
}

#auth .auth-design__service-button--ya .auth-design__service-icon {
    background-image: url(/local/templates/main/assets/css/img/yandex.webp);
}

#auth .auth-design__social-empty {
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    text-align: center;
    color: #6b7480;
}

#auth .auth-design__vk-button--disabled {
    cursor: default;
}

#auth .auth-design__vk-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url(/local/templates/main/assets/img/vk.svg) center/contain no-repeat;
}

#auth .auth-design__legal {
    margin: 18px 52px 0;
    padding: 12px 0 20px;
    border-top: 1px solid #e2e6eb;
}

#auth .auth-design__legal p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    text-align: center;
    color: #6b7480;
}

#auth .auth-design__legal a {
    color: #d7192d;
}

@media (max-width: 767px) {
    #auth .modal__content.auth-design {
        top: 0;
        left: 0;
        overflow-y: auto;
        width: 100%;
        height: 100vh;
        max-height: 100vh;
        border: 0;
        border-radius: 0;
    }

    #auth .content__header,
    #auth .content__tabs-content .content__body,
    #auth .content__tabs-content .content__footer,
    #auth .auth-phone,
    #auth .auth-design__legal {
        margin-right: 24px;
        margin-left: 24px;
        padding-right: 0;
        padding-left: 0;
    }

    #auth .content__header {
        margin-right: 0;
        margin-left: 0;
        padding-right: 24px;
        padding-left: 24px;
    }

    #auth .content__header .tabs-options__item {
        font-size: 18px;
        margin-right: 28px;
    }

    #auth .form-submit--registr .content__body {
        margin-top: 40px;
    }

    #auth .form-submit--registr .content__body .fields__label {
        margin-bottom: 42px;
    }

    #auth .auth-design__support-row .col-lg-12 {
        align-items: center;
        flex-direction: row;
        gap: 12px;
    }

    #auth .auth-design__divider {
        margin-right: 24px;
        margin-left: 24px;
        gap: 12px;
    }

    #auth .auth-design__login-pane .auth-phone,
    #auth .auth-design__registration-pane .auth-phone {
        margin-top: 36px;
    }

    #auth .auth-phone__row {
        display: block;
    }

    #auth .auth-phone__send {
        width: 100%;
        margin-top: 10px;
    }
}
