

/* Start:/local/components/custom/login.link/templates/.default/style.css?177675775614826*/
html {
    font-size: 20px;
}

.modal-wrapper {
    display: flex;
    align-items: center;
    bottom: 0;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    overflow: hidden;
    padding: 0.4rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 400;
}

.modal-wrapper:before {
    content: '';
    background: #011f38;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: 9999;
}

.modal-wrapper .modal-container {
    display: none;
}

.modal-wrapper .modal-container.active {
    display: flex;
}

.form-auth__item-phone,
.form-auth__item-code,
.error-user-phone,
.error-time,
.resert-code,
.error-email,
.error-code,
.error-service,
#error-user-pwd,
#success-email-registration,
#success-change-pwd {
    display: none;
}

.form-auth__item-phone.active,
.form-auth__item-code.active,
.resert-code.active {
    display: block;
}

.form-input.error {
    border-color: red;
}

.error-user-phone.error,
.error-time.error,
.error-email.error,
.error-code.error,
.error-service.error,
#error-user-pwd.error {
    display: block;
    color: red;
}

#success-email-registration.success,
#success-change-pwd.success {
    display: block;
    color: green;
}

.modal-social a.social-api-link.social-yandex {
    background: url(/local/components/custom/login.link/templates/.default/images/logo-icon-ya.png) no-repeat center #fff;
}

.modal-social a.social-api-link.social-vkontakte {
    background: url(/local/components/custom/login.link/templates/.default/images/logo-icon-vk.svg) no-repeat center #fff;
}

.btn-login-form {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: .05rem solid #dddfe5;
    border-radius: 1rem;
    color: #1c1c1c;
    cursor: pointer;
    display: inline-block;
    font-size: .7rem;
    font-weight: 700;
    height: 2rem;
    line-height: 1.4rem;
    outline: none;
    padding: .25rem 1rem;
    text-align: center;
    text-decoration: none;
    transition: background .3s, border .3s, box-shadow .3s, color .3s, opacity .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-login-form:focus,
.btn-login-form:hover {
    background: #f1f9ff;
    border-color: #f1f9ff;
    color: #0078d7;
    text-decoration: none;
}

.btn-login-form.active {
    background: #0078d7;
    border-color: #0078d7;
    color: #fff;
    text-decoration: none;
}

.btn-login-form.icons svg.icon {
    fill: #1c1c1c; /* цвет заливки иконки при наведении */
}

.btn-login-form.btn-primary {
    background: #0078d7;
    border-color: #0078d7;
    color: #fff;
}

.btn-login-form.btn-primary:focus,
.btn-login-form.btn-primary:hover,
.btn-login-form.btn-primary:active {
    background: #0166d6;
    border-color: #0166d6;
    color: #fff;
}

.btn-login-form.btn-primary.active {
    background: #0166d6;
    border-color: #0166d6;
    color: #fff;
}

.btn-login-form.btn-light {
    background: #f1f9ff;
    border-color: #f1f9ff;
    color: #1c1c1c;
}

.btn-login-form.btn-light:focus,
.btn-login-form.btn-light:hover,
.btn-login-form.btn-light:active {
    background: #d8eeff;
    border-color: #d8eeff;
    color: #0078d7;
}

.btn-login-form.btn-light.active {
    background: #0078d7;
    border-color: #0078d7;
    color: #fff;
}

.btn-login-form.btn-light.icons svg.icon {
    fill: #0078d7; /* цвет заливки иконки при наведении */
}

.btn-login-form.btn-light.icons:hover svg.icon {
    fill: #1c1c1c; /* цвет заливки иконки при наведении */
}

.btn-login-form.btn-white {
    background: #fff;
    border-color: #fff;
    color: #1c1c1c;
}

.btn-login-form.btn-white:focus,
.btn-login-form.btn-white:hover,
.btn-login-form.btn-white:active {
    background: #fff;
    border-color: #fff;
    color: #0078d7;
}

.btn-login-form.btn-lg {
    font-size: .8rem;
    height: 2.5rem;
    padding: .5rem 1.5rem;
    border-radius: 1.25rem;
}

.btn-login-form.btn-action {
    padding-left: 0;
    padding-right: 0;
    width: 2rem;
}

.btn-login-form.btn-action.btn-lg {
    width: 2.5rem;
}

.form-group:not(:last-child) {
    margin-bottom: 1rem;
}

.form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background-image: none;
    border: .05rem solid #dddfe5;
    border-radius: 1rem;
    color: #1c1c1c;
    display: block;
    font-size: .75rem;
    height: 2rem;
    line-height: 1.6rem;
    max-width: 100%;
    outline: none;
    padding: .25rem .75rem;
    position: relative;
    transition: background .2s, border .2s, box-shadow .2s, color .2s;
    width: 100%;
}

.form-input:focus {
    border-color: #eef0f5;
}

.form-input:-ms-input-placeholder {
    color: #bcc3ce;
}

.form-input::-ms-input-placeholder {
    color: #bcc3ce;
}

.form-input::placeholder {
    color: #bcc3ce;
}

.form-input::-webkit-outer-spin-button,
.form-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-input.input-lg {
    font-size: .75rem;
    height: 2.5rem;
    padding: .35rem 1rem;
    border-radius: 1.25rem
}

.has-icon-right {
    position: relative;
}

.has-icon-right .form-icon {
    height: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    z-index: 2;
}

.has-icon-right .form-icon {
    right: .6rem;
}

.has-icon-right .form-icon.icons svg.icon {
    vertical-align: baseline;
}

.has-icon-right .form-input {
    padding-right: 2.5rem;
}

.form-input:disabled,
.form-input.disabled {
    background-color: #eef0f3;
    cursor: not-allowed;
    opacity: .5;
}

.form-input[readonly] {
    background-color: #f7f8f9;
}

input:disabled + .form-icon,
input.disabled + .form-icon {
    background: #eef0f3;
    cursor: not-allowed;
    opacity: .5;
}

.modal {
    display: none;
    align-items: center;
    bottom: 0;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    overflow: hidden;
    padding: .4rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 400;
}

.modal.active {
    display: flex;
    display: -ms-flexbox;
}

.modal:before {
    content: '';
    background: #011f38;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 9999;
}

.modal.modal-sm .modal-container {
    max-width: 320px;
    padding: 0 .4rem;
}

.modal.modal-lg .modal-overlay {
    background: #fff;
}

.modal.modal-lg .modal-container {
    box-shadow: none;
    max-width: 960px;
}

.modal-container {
    background: #fff;
    border-radius: .85rem;
    box-shadow: 0 .5rem 1.5rem rgba(0, 72, 152, .1);
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 95vh;
    max-width: 640px;
    width: 100%;
    z-index: 9999 !important;
    animation: slide-down .2s ease 1;
    overflow: hidden;
}

.modal-close {
    margin-right: -.5rem !important;
}

.modal-container.modal-fullheight {
    max-height: 100vh;
}

.modal-container .modal-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #eef0f5;
}

.modal-container .modal-header .modal-title {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.2;
    padding-top: .4rem;
    padding-right: 2.25rem;
}

.modal-container .modal-body {
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}

.modal-container .modal-footer {
    text-align: center;
}

.modal-container .modal-body,
.modal-container .modal-footer {
    padding: 1.5rem;
    padding-bottom: 0;
}

.modal-container .modal-body:last-child,
.modal-container .modal-footer:last-child {
    padding-bottom: 1.5rem;
}

.modal-container .modal-social {
    background-color: #f1f9ff;
    box-shadow: 0 10px 8px -8px rgba(0, 72, 152, .1) inset;
    text-align: center;
    padding: 1rem 1.5rem;
}

.modal-container .modal-header .tab .tab-item span {
    font-size: 1.05rem;
    padding: 0;
    margin: 0;
    margin-right: 2rem;
    border: 0;
}

.modal-container .modal-header .tab:not(.tab-btn) .tab-item.active span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 100%;
    height: 1px;
    background-color: #0078d7;
}

.tabs {
    z-index: 5;
}

.tab {
    position: relative;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    list-style: none;
    margin: 0;
    width: 100%;
}

.tab .tab-item {
    margin-top: 0;
}

.tab .tab-item span {
    border-bottom: .1rem solid transparent;
    color: inherit;
    display: block;
    padding: .4rem 0;
    text-decoration: none;
    margin-top: .4rem;
    font-size: .8rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.tab .tab-item:not(:last-child) span {
    margin-right: 2rem;
}

.tab .tab-item span:focus,
.tab .tab-item span:hover {
    color: #0078d7;
}

.tab .tab-item.active span,
.tab .tab-item span.active {
    border-bottom-color: #0078d7;
    color: #0078d7;
}

.tab.tab-btn {
    border-bottom: none;
}

.tab.tab-btn .tab-item span {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: .05rem solid #dddfe5;
    border-radius: 1rem;
    color: #1c1c1c;
    cursor: pointer;
    display: inline-block;
    font-size: .7rem;
    font-weight: 600;
    height: 1.6rem;
    padding: .05rem .6rem;
    line-height: 1.4rem;
    outline: none;
    text-align: center;
    text-decoration: none;
    transition: background .2s, border .2s, box-shadow .2s, color .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.tab.tab-btn .tab-item span:hover,
.tab.tab-btn .tab-item.active span,
.tab.tab-btn .tab-item span.active {
    background: #0078d7;
    border-color: #0078d7;
    color: #fff;
}

.tab.tab-btn .tab-item:not(:last-child) span {
    margin-right: .4rem;
}

.tabs__content,
.tab_login_content {
    visibility: hidden;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.3s linear;
    z-index: -1;
}

.tabs__content.active,
.tab_login_content.active {
    visibility: visible;
    height: auto;
    opacity: 1;
    z-index: 0;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-1.6rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.text-gray {
    color: #707b82 !important;
    fill: #707b82 !important;
}

a.text-gray:focus,
a.text-gray:hover {
    color: #1c1c1c !important;
}

a.text-gray:visited {
    color: #707b82 !important;
}

.text-dark {
    color: #1c1c1c !important;
    fill: #1c1c1c !important;
}

a.text-dark:focus,
a.text-dark:hover {
    text-decoration: none;
}

a.text-dark:visited {
    color: #1c1c1c !important;
}

.bg-warning {
    background: #fdefe8 !important;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
}

.d-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.float-right {
    float: right;
}

.p-centered {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.is-inset-top-4 {
    padding-top: 5px;
}

@media only screen and (max-width: 767px) {
    .is-inset-top-4-mobile {
        padding-top: .2rem;
    }
}

.is-inset-bottom-12 {
    padding-bottom: .6rem;
}

.is-inset-bottom-32 {
    padding-bottom: 1.6rem;
}

@media only screen and (max-width: 767px) {
    .is-inset-bottom-12-mobile {
        padding-bottom: .6rem;
    }

    .is-inset-bottom-32-mobile {
        padding-bottom: 1.6rem;
    }
}

.text-semibold {
    font-weight: 600 !important;
}

.text-large {
    font-size: .9rem !important;
}

.text-small {
    font-size: 12px;
}

@media (max-width: 840px) {
    .text-large {
        font-size: .8rem !important;
    }
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.icons svg.icon {
    box-sizing: border-box;
    display: inline-flex;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
    position: relative;
    vertical-align: middle;
    text-indent: -9999px;
    transition: 0.25s;
}

.icons svg.icon.link-user-login {
    width: 30px;
    height: 30px;
}

.icon-info {
    display: inline-block;
    text-align: center;
    width: 1.2rem;
    min-width: 1.2rem;
    height: 1.2rem;
    min-height: 1.2rem;
    line-height: 1.2;
    border-radius: .6rem;
    margin-right: .5rem;
    vertical-align: middle;
    margin-top: -2px;
}

.icons.icon-info svg.icon {
    width: .8rem;
    height: .8rem;
}

.btn-login-form svg.icon {
    vertical-align: -18%;
}

.modal-auth {
    position: relative;
    flex: 1;
    text-align: center;
}

.modal-auth:hover .auth-top-menu {
    display: block;
}

.auth-top-menu {
    display: none;
    top: 100%;
    min-width: 240px;
    position: absolute;
    height: auto;
    right: -20px;
    z-index: 210;
    border: 1px solid #F3F3F3;
    background-color: #fff;
    box-shadow: 0 5px 25px -15px #000;
}

.auth-top-menu a {
    display: flex;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 11px 22px 10px 20px;
    overflow: hidden;
    color: #000000;
    margin-left: 0px;
    border-bottom: 1px solid #f6f6f6;
    font-size: 14px;
    text-decoration: none;
}

.auth-top-menu a:hover {
    background-color: #f7f8f8;
    color: #0079dc;
    text-decoration: none;
}

.auth-top-menu.in a {
    background-color: #fff;
}

.in_exit {
    display: block;
    text-decoration: none;
    margin: 20px;
    padding-left: 45px;
    background-color: #f7f8f8;
    text-transform: uppercase;

}

#remember-input {
    display: none;
}

#remember-input + label {
    margin-bottom: 0;
    padding-left: 35px;
    position: relative;
    font-weight: 600;
    font-size: .7rem;
    line-height: 1.4rem;
    color: #1c1c1c;
    cursor: pointer;
}

#remember-input + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 1px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #dddfe5;
    border-radius: 5px;
    transition: all 0.2s ease;
}

#remember-input:checked + label:before {
    background-color: #0078d7;
    border-color: #0078d7;
}

#remember-input:checked + label:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 8px;
    width: 14px;
    height: 8px;
    border-radius: 1px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
    transition: all 0.2s ease;
}
/* End */
/* /local/components/custom/login.link/templates/.default/style.css?177675775614826 */
