

/* Start:/local/templates/asevalar/components/bitrix/system.auth.authorize/window/style.css?176173575317860*/
.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.no-select:focus {
    /*	border: none;*/
}

.can-select {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    -o-user-select: auto;
    user-select: auto;
}

.authorize-wrapper {
    width: 100%;
    max-width: 400px;
}

.authorize-wrapper .text {
    color: #3d3d3d;
    text-align: center;
}

.authorize-wrapper .text span {
    font-family: roboto-bold;
}

.authorize-wrapper .text a {
    color: #3d3d3d;
    text-decoration: underline;
}

.authorize-wrapper .title {
    color: #3d3d3d;
    font-size: 16px;
    line-height: 25px;
    margin: 0 auto 25px auto;
    text-align: center;
}

.authorize-wrapper form .send-again,
.authorize-wrapper form .policy {
    text-align: center;
}

.authorize-wrapper form .policy a {
    color: #3d3d3d;
    text-decoration: underline;
}

.authorize-wrapper form placeholder {
    color: #3d3d3d;
    position: relative;
    display: inherit;
    /*.inline-flexbox();
              width:100%;*/
}

.authorize-wrapper form placeholder label.error {
    display: none !important;
}

.authorize-wrapper form placeholder:after {
    content: attr(placeholder);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 12px;
    pointer-events: none;
    justify-content: center;
    font-size: 16px;
    color: #787878;
    opacity: 0.7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    /*display: -webkit-box;*/
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.authorize-wrapper form placeholder.focused:after,
.authorize-wrapper form placeholder.typing:after {
    font-size: 12px;
    padding-top: 0;
    box-sizing: content-box;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-box-align: start;
    -o-box-align: start;
    box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
}

.authorize-form__inputwrap-labeled {
    position: relative;
    box-shadow: 0 0 0 1px #d1d1d1;
    border-radius: 30px;
}

.authorize-form__inputwrap-labeled + .authorize-form__inputwrap-labeled {
    margin-top: 20px;
}

.authorize-form__inputwrap-labeled label {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 55px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #a9a9a9;
    transition: all 0.2s ease;
}

.authorize-form__inputwrap-labeled label.error {
    font-size: 12px;
    bottom: -17px;
    top: auto;
    line-height: 20px;
    color: #f00;
    display: none;
}


.authorize-form__inputwrap-labeled input:focus ~ label:not(.error),
.authorize-form__inputwrap-labeled input.active ~ label:not(.error) {
    font-size: 12px;
    line-height: 28px;
    z-index: 2;
}

.authorize-form__inputwrap-labeled input {
    height: 55px;
    padding: 15px 15px 0;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    font-family: 'Roboto-Medium';
    position: relative;
    background: #0000;
    z-index: 2;
    border-radius: inherit;
}

.user_block .authorize-form__forgot-link {
    color: #5f29a5;
    border-bottom: 1px dashed;
    margin: 0 auto;
    display: table;
    margin-top: 5px;
    margin-bottom: -10px;
    font-size: 12px;
}


.authorize-wrapper form input.error,
.authorize-wrapper form input[type="text"]:not(.js-phone-inited).error {
    background-color: #ffd4da73;
}

.authorize-wrapper form .aleady-authorized {
    margin-bottom: 30px;
    color: #006d00;
}

.authorize-wrapper form .registration_container {
    margin-top: 30px;
}

.authorize-wrapper form div.error {
    color: #8A0000;
    margin-top: 2px;
    text-align: center;
    margin-bottom: 20px;
}

.authorize-wrapper form .pin-code {
    position: relative;
    margin: 30px 0;
    text-align: center;
}

.authorize-wrapper form .pin-code.pin-error input {
    color: #8A0000;
    border-color: #8A0000;
    background-color: #fbe6f9;
}

.authorize-wrapper form .pin-code .pinlogin {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    /*display: -webkit-box;*/
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.authorize-wrapper form .pin-code .pinlogin .pinlogin-field {
    width: 65px;
    height: 65px;
    font-size: 40px;
}

.authorize-wrapper form .pin-code.six-digits {
    margin: 20px 0;
}

.authorize-wrapper form .pin-code.six-digits .pinlogin {
    justify-content: center;
}

.authorize-wrapper form .pin-code.six-digits .pinlogin .pinlogin-field {
    width: 40px;
    height: 40px;
    font-size: 30px;
    margin: 0 5px;
}

.authorize-wrapper form .pin-code .pinlogin input {
    box-shadow: 0 0 0 1px #d1d1d1;
    border-radius: 50%;
    border: none;
}

.authorize-wrapper form button[type=submit] {
    background-color: #f29100;
    color: #fff;
    font-size: 16px;
    padding: 0 27px;
    width: 100%;
    height: 55px;
    border-radius: 30px;
    margin: 20px auto 15px auto;
    display: block;
    font-family: 'Roboto-Bold';
    text-shadow: 0 0 4px rgb(0 0 0 / 30%);
    letter-spacing: 0.5px;
}

.authorize-wrapper form button[type=submit]:hover {
    background-color: #FFA41D;
    box-shadow: 0 4px 5px #ffa41d66;
}

.authorize-wrapper form.is-loading button[type=submit] {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20class%3D%22lds-spinner%22%20width%3D%22200px%22%20%20height%3D%22200px%22%20%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%20style%3D%22background%3A%20rgba%280,%200,%200,%200%29%20none%20repeat%20scroll%200%25%200%25%3B%22%3E%3Cg%20transform%3D%22rotate%280%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.9166666666666666s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%2830%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.8333333333333334s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%2860%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.75s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%2890%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.6666666666666666s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28120%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.5833333333333334s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28150%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.5s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28180%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.4166666666666667s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28210%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.3333333333333333s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28240%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.25s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28270%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.16666666666666666s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28300%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%22-0.08333333333333333s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg%20transform%3D%22rotate%28330%2050%2050%29%22%3E%3Crect%20x%3D%2247%22%20y%3D%2224%22%20rx%3D%229.4%22%20ry%3D%224.8%22%20width%3D%226%22%20height%3D%2212%22%20fill%3D%22%23fff%22%3E%3Canimate%20attributeName%3D%22opacity%22%20values%3D%221%3B0%22%20times%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%220s%22%20repeatCount%3D%22indefinite%22%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3C/svg%3E');
    color: transparent;
}

.authorize-wrapper form.is-loading .pin-code:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0.8;
}

.authForm .authorize-btn-more {
    margin-bottom: 30px;
    color: #a9a9a9;
    margin-top: -5px;
    display: flex;
    justify-content: center;
}


.authForm .authorize-btn-more a {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    color: #f29100;
    margin: 0 10px;
    border-bottom: 1px dashed;
}

.authForm .authorize-btn-more a.active {
    color: #29004e;
    text-decoration: none;
    cursor: default;
}

.authForm .authorize-btn-more a:hover {
    text-decoration: none;
}

.authForm .verify-code form div.error {
    margin-top: -25px;
}

.authForm .verify-code .policy {
    margin-top: 10px;
}

.authorize-wrapper .verify-code .send-again {
    margin-top: 10px;
}

.authorize-wrapper .verify-code .send-again span {
    display: none;
}

.authorize-wrapper .verify-code .send-again.wait span {
    display: inline;
}

.authorize-wrapper .verify-code .send-again.wait a {
    display: none;
}

.authorize-wrapper .obtain-data input {
    margin: 15px 0;
    border-radius: inherit;
}

.authorize-form__link {
    display: inline-block;
    width: 20px;
    height: 15px;
    font-size: 0;
    background-image: url(/local/templates/main_evalar/components/evalar/authorize.form/.default/img/edit.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.auth-wrapper .authForm {
    overflow: hidden;
    text-align: left;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    background-color: #fff3;
    width: 100%;
    height: 100%;
    display: flex;
    transform: scale(0);
    opacity: 0;
    transition: all 0.2s ease;
    backdrop-filter: blur(4px);
    align-items: center;
    justify-content: center;
}

.authForm__window {
    width: 400px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    margin: 30px 10px;
    position: relative;
    overflow: hidden;
    max-height: 100vh;
    overflow-y: auto;
    padding: 10px 20px 30px;
}

.auth-wrapper .authForm .bx-auth-line {
    display: none;
}

.auth-wrapper .authForm:after {
    position: absolute;
    content: '';
    width: 37px;
    height: 10px;
    background: url(/local/templates/asevalar/components/bitrix/system.auth.authorize/window/img/arrow_pop.png);
    top: -10px;
    right: 0;
}

@media all and (max-width: 767px) {
    .auth-wrapper .authForm {
        width: 100vw;
        height: 100vh;
        left: 0;
        right: 0;
        position: fixed;
        padding: 0;
    }

    .auth-wrapper .authForm:after {
        display: none;
    }

    .auth-wrapper .authForm a.uk-modal-close {
        font-size: 35px;
        margin-right: 5px;
    }

    .auth-wrapper .authForm .registration_container {
        margin: 15px;
        width: auto;
    }

    .auth-wrapper .authForm .registration_container .registration_title {
        display: none;
        margin-left: 0;
        text-align: left;
    }

    .auth-wrapper .authForm .registration_container .uk-width-1-1 {
        padding-left: 0;
    }

    .auth-wrapper .authForm .registration_container .input_cont,
    .auth-wrapper .authForm .registration_container .submit_button,
    .auth-wrapper .authForm .registration_container .input-icon {
        margin-left: 0;
        width: auto;
        display: block;
        margin-right: 0;
    }

    .auth-wrapper .authForm .registration_container .input_cont.one_line,
    .auth-wrapper .authForm .registration_container .submit_button.one_line,
    .auth-wrapper .authForm .registration_container .input-icon.one_line {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -o-box;
        display: box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        /*display: -webkit-box;*/
        display: flex;
    }

    .auth-wrapper .authForm .registration_container .input_cont.submit_button,
    .auth-wrapper .authForm .registration_container .submit_button.submit_button,
    .auth-wrapper .authForm .registration_container .input-icon.submit_button {
        width: 100%;
    }

    .auth-wrapper .authForm .registration_container .link_reg {
        margin-left: 0;
    }
}

.opened .authForm {
    transform: scale(1);
    opacity: 1;
}

@media all and (max-width: 767px) {
    body.mobile-auth-opened {
        margin: 0;
        height: 100%;
        overflow: hidden;
    }
}

header .leaf_title {
    display: none;
}

header .leaf_title.auth_popup_title {
    display: block;
    margin: 20px 0;
    padding: 0;
}

header .leaf_title.auth_popup_title:before {
    width: 100%;
    margin-left: 0;
    top: 17px;
}

header .auth-popup-hidden {
    display: none;
}

.auth-visible-link {
    display: none;
}

.authpage_section .auth-visible-link,
header .auth-visible-link {
    display: inline;
}

@media screen and (max-width: 450px) {
    .authpage_section .authorize-wrapper {
        padding: 0 15px;
    }
}

.authpage_section .auth_popup_title {
    display: none;
}


@media screen and (max-width: 400px) {
    .authForm__window {
        padding: 10px 10px 15px;
    }

    .authForm .authorize-btn-more a {
        border-bottom: none;
    }
}

.authorize-form__checkbox-wrapper {
    text-align: center;
    margin-top: 30px;
}

.authorize-form__checkbox-wrapper input {
    display: none;
}

.authorize-form__checkbox-wrapper label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.authorize-form__checkbox-wrapper label:after {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #f29100;
    font-size: 15px;
    text-align: center;
    outline: 1px solid #d1d1d1;
    left: 0;
    position: absolute;
    border-radius: 3px;
}

.authorize-form__checkbox-wrapper input:checked + label:after {
    content: '\2714';
}
/* End */
/* /local/templates/asevalar/components/bitrix/system.auth.authorize/window/style.css?176173575317860 */
