@-webkit-keyframes auth-spinner {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-o-keyframes auth-spinner {
    to {
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes auth-spinner {
    to {
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes auth-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 171px 0
    }
}

@-o-keyframes auth-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 171px 0
    }
}

@keyframes auth-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 171px 0
    }
}

@-webkit-keyframes auth-fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes auth-fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes auth-fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.auth-spinner {
    -webkit-animation: auth-spinner .7s infinite linear;
    -o-animation: auth-spinner .7s infinite linear;
    animation: auth-spinner .7s infinite linear
}

.auth-stripes {
    -webkit-animation: auth-stripes .7s infinite linear;
    -o-animation: auth-stripes .7s infinite linear;
    animation: auth-stripes .7s infinite linear
}

.auth-fadein {
    -webkit-animation: auth-fadein .7s infinite linear;
    -o-animation: auth-fadein .7s infinite linear;
    animation: auth-fadein .7s infinite linear
}

.auth-checkbox {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Open Sans',Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #000;
    -webkit-text-size-adjust: 100%
}

.auth-checkbox:hover>.auth-checkbox__faux,label:hover>.auth-checkbox>.auth-checkbox__faux {
    border-color: rgba(51,51,51,.8)!important
}

.auth-checkbox_error>.auth-checkbox__faux {
    background-color: #ffe7e6;
    border-color: #fd1000
}

.auth-checkbox_error>.auth-checkbox__faux:before {
    background-image: url(/images/auth/i-tip-checkbox-red.svg)
}

.auth-checkbox_radio.auth-checkbox_error>.auth-checkbox__faux:before {
    background-color: #d2070e
}

.auth-checkbox_error>.auth-checkbox__real:checked+.auth-checkbox__faux {
    background-color: #ffe7e6;
    border-color: #fd1000
}

.auth-checkbox_warning>.auth-checkbox__faux:before {
    background-image: url(/images/i-tip-checkbox-black.svg)
}

.auth-checkbox_radio.auth-checkbox_warning>.auth-checkbox__faux:before {
    background-color: #000
}

.auth-checkbox_warning>.auth-checkbox__real:checked+.auth-checkbox__faux {
    background-color: #ffda50;
    border-color: #998020
}

.auth-checkbox_success>.auth-checkbox__faux:before {
    background-image: url(/images/auth/i-tip-checkbox-green.svg)
}

.auth-checkbox_radio.auth-checkbox_success>.auth-checkbox__faux:before {
    background-color: #324d0f
}

.auth-checkbox_success>.auth-checkbox__real:checked+.auth-checkbox__faux {
    background-color: #f4ffe6;
    border-color: #5c8527
}

.auth-checkbox_disabled {
    cursor: default;
    pointer-events: none
}

.auth-checkbox_disabled>.auth-checkbox__faux {
    background-color: #fafafa;
    border-color: rgba(0,0,0,.1)
}

.auth-checkbox_disabled>.auth-checkbox__faux:before {
    background-image: url(/images/auth/i-tip-checkbox-gray.svg)
}

.auth-checkbox_radio.auth-checkbox_disabled>.auth-checkbox__faux:before {
    background-color: #ccc
}

.auth-checkbox_disabled>.auth-checkbox__real:checked+.auth-checkbox__faux {
    background-color: #fafafa;
    border-color: rgba(0,0,0,.1)
}

.auth-checkbox_disabled:hover>.auth-checkbox__faux,label:hover>.auth-checkbox_disabled>.auth-checkbox__faux {
    border-color: rgba(0,0,0,.1)!important
}

.auth-checkbox_star>.auth-checkbox__faux {
    width: 20px;
    height: 20px;
    background: none!important;
    border: 0!important
}

.auth-checkbox_star>.auth-checkbox__faux:after,.auth-checkbox_star>.auth-checkbox__faux:before {
    content: '';
    width: 20px;
    height: 20px;
    background: 0 0 no-repeat;
    background-size: 20px auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.auth-checkbox_star>.auth-checkbox__faux:before {
    background-image: url(/images/auth/i-star-yellow.svg);
    opacity: 0
}

.auth-checkbox_star>.auth-checkbox__faux:after {
    background-image: url(/images/auth/i-star-black.svg);
    opacity: .25
}

.auth-checkbox_star:hover>.auth-checkbox__faux:after,label:hover>.auth-checkbox_star>.auth-checkbox__faux:after {
    opacity: .5
}

.auth-checkbox_radio>.auth-checkbox__faux {
    border-radius: 50%
}

.auth-checkbox_radio>.auth-checkbox__faux:before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    top: 50%;
    left: 50%;
    background-image: none!important;
    background-color: #333;
    border-radius: 50%
}

.auth-checkbox_tip>.auth-checkbox__faux {
    background-color: transparent!important;
    border-color: transparent!important
}

.auth-checkbox_tip>.auth-checkbox__faux:before {
    top: -3px;
    left: 1px
}

.auth-checkbox_tip:hover>.auth-checkbox__faux,label:hover>.auth-checkbox_tip>.auth-checkbox__faux {
    border-color: transparent!important
}

.auth-checkbox_rating {
    font-size: 0;
    white-space: nowrap;
    direction: rtl
}

.auth-checkbox_rating .auth-checkbox__real:checked~.auth-checkbox__faux:before {
    opacity: 1
}

.auth-checkbox_rating:hover .auth-checkbox__real:checked~.auth-checkbox__faux:before {
    opacity: 0
}

.auth-checkbox_rating>.auth-checkbox__faux {
    width: 16px;
    height: 16px;
    padding-right: 1px;
    background: none!important;
    border: 0!important;
    cursor: pointer
}

@media only screen and (max-width: 1000px) {
    html .auth-checkbox_rating>.auth-checkbox__faux {
        width:27px;
        height: 27px
    }
}

.auth-checkbox_rating>.auth-checkbox__faux:first-of-type {
    padding-right: 0
}

.auth-checkbox_rating>.auth-checkbox__faux:hover:before,.auth-checkbox_rating>.auth-checkbox__faux:hover~.auth-checkbox__faux:before {
    opacity: 1!important
}

.auth-checkbox_rating>.auth-checkbox__faux:after,.auth-checkbox_rating>.auth-checkbox__faux:before {
    content: '';
    width: 16px;
    height: 16px;
    background: 0 0 no-repeat;
    background-size: 16px 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

@media only screen and (max-width: 1000px) {
    html .auth-checkbox_rating>.auth-checkbox__faux:after,html .auth-checkbox_rating>.auth-checkbox__faux:before {
        width:27px;
        height: 27px;
        background-size: 27px 27px
    }
}

.auth-checkbox_rating>.auth-checkbox__faux:before {
    background-image: url(/images/auth/i-star-orange.svg);
    opacity: 0;
    z-index: 1
}

.auth-checkbox_rating>.auth-checkbox__faux:after {
    background-image: url(/images/auth/i-star-gray.svg)
}

.auth-checkbox__real {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden
}

.auth-checkbox__real:checked+.auth-checkbox__faux:before {
    opacity: 1
}

.auth-checkbox__faux {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 2px;
    position: relative;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

.auth-checkbox__faux:before {
    content: '';
    width: 17px;
    height: 17px;
    background: url(/images/auth/i-tip-checkbox-black.svg) 0 0 / cover no-repeat;
    display: block;
    position: absolute;
    top: -4px;
    left: 4px;
    opacity: 0;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.auth-button {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    outline: 0;
    position: relative;
    -o-transition: background-color .2s ease,border-color .2s ease,color .2s ease;
    transition: background-color .2s ease,border-color .2s ease,color .2s ease;
    text-align: center;
    text-decoration: none!important;
    text-shadow: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: 'Open Sans',Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%
}

.auth-button::-moz-focus-inner {
    border: 0;
    outline: 0
}

.auth-button:before {
    content: '';
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    margin-left: -14px;
    left: 50%;
    top: 50%;
    background-image: url(/images/auth/i-spinner-yellow-alter.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    pointer-events: none
}

.auth-button_primary {
    border: 0;
    background: #7dbf26;
    color: #fff!important
}

.auth-button_primary:hover {
    background: #6aa220;
    color: #fff!important
}

.auth-button_active.auth-button_primary,.auth-button_primary:active {
    background: #58861b;
    color: #fff!important
}

.auth-button_secondary {
    border: 0;
    background: #ff8b00;
    color: #fff
}

.auth-button_secondary:hover {
    background: #d97600;
    color: #fff
}

.auth-button_active.auth-button_secondary,.auth-button_secondary:active {
    background: #b36100;
    color: #fff
}

.auth-button_additional {
    border: 0;
    background: #ffda50;
    color: #000
}

.auth-button_additional:hover {
    background: #d9b944;
    color: #000
}

.auth-button_active.auth-button_additional,.auth-button_additional:active {
    background: #b39938;
    color: #000
}

.auth-button_alter {
    border: 0;
    background: #f6f6f6;
    color: #000
}

.auth-button_alter:hover {
    background: #d1d1d1;
    color: #000
}

.auth-button_active.auth-button_alter,.auth-button_alter:active {
    background: #acacac;
    color: #000
}

.auth-button_alter-other {
    border: 0;
    background: #f6f6f6;
    color: #000
}

.auth-button_alter-other:hover {
    background: #d1d1d1;
    color: #000
}

.auth-button_active.auth-button_alter-other,.auth-button_alter-other:active {
    background: #7dbf26;
    color: #fff
}

.auth-button_alter-specific {
    border: 0;
    background: #f0f1f3;
    color: #000
}

.auth-button_alter-specific:hover {
    background: #cccdcf;
    color: #000
}

.auth-button_active.auth-button_alter-specific,.auth-button_alter-specific:active {
    background: #a8a9aa;
    color: #000
}

.auth-button_default {
    border: 0;
    background: #7f4da0;
    color: #fff
}

.auth-button_default:hover {
    background: #6c4188;
    color: #fff
}

.auth-button_active.auth-button_default,.auth-button_default:active {
    background: #593670;
    color: #fff
}

.auth-button_subsidiary {
    border: 0;
    background: #3a5998;
    color: #fff!important
}

.auth-button_subsidiary:hover {
    background: #314c81;
    color: #fff!important
}

.auth-button_active.auth-button_subsidiary,.auth-button_subsidiary:active {
    background: #293e6a;
    color: #fff!important
}

.auth-button_extra {
    border: 0;
    background: #507299;
    color: #fff!important
}

.auth-button_extra:hover {
    background: #446182;
    color: #fff!important
}

.auth-button_active.auth-button_extra,.auth-button_extra:active {
    background: #38506b;
    color: #fff!important
}

.auth-button_accessorial {
    border: 0;
    background: #db4437;
    color: #fff!important
}

.auth-button_accessorial:hover {
    background: #ba3a2f;
    color: #fff!important
}

.auth-button_accessorial:active,.auth-button_active.auth-button_accessorial {
    background: #993027;
    color: #fff!important
}

.auth-button_appendant {
    border: 0;
    background: #6747E5;
    color: #fff!important
}

.auth-button_appendant:hover {
    background: #0057ad;
    color: #fff!important
}

.auth-button_active.auth-button_appendant,.auth-button_appendant:active {
    background: #00478f;
    color: #fff!important
}

.auth-button_expletive {
    border: 0;
    background: #6747E5;
    color: #fff!important
}

.auth-button_expletive:hover {
    background: #8a6cff;
    color: #fff!important
}
.cookie-settings__paragraph {
    margin-bottom: 20px;
}
.auth-button_active.auth-button_expletive,.auth-button_expletive:active {
    background: #1d55b3;
    color: #fff!important
}

.auth-button_expletive-specific {
    border: 0;
    background: #07f;
    color: #fff!important
}

.auth-button_expletive-specific:hover {
    background: #0065d9;
    color: #fff!important
}

.auth-button_active.auth-button_expletive-specific,.auth-button_expletive-specific:active {
    background: #0053b3;
    color: #fff!important
}

.auth-button_other {
    border: 0;
    background: #F0EDFC;
    color: #6747E5!important
}

.auth-button_other:hover {
    background: #c2ced9;
    color: #6747E5!important
}

.auth-button_active.auth-button_other,.auth-button_other:active {
    background: #a0a9b3;
    color: #6747E5!important
}

.auth-button_supererogatory {
    border: 0;
    background: #d01c10;
    color: #fff!important
}

.auth-button_supererogatory:hover {
    background: #b1180e;
    color: #fff!important
}

.auth-button_active.auth-button_supererogatory,.auth-button_supererogatory:active {
    background: #92140b;
    color: #fff!important
}

.auth-button_supernumerary {
    border: 0;
    background: 0 0;
    color: #fd1000!important
}

.auth-button_supernumerary:hover {
    background: #d9d9d9;
    color: #fd1000!important
}

.auth-button_active.auth-button_supernumerary,.auth-button_supernumerary:active {
    background: #b3b3b3;
    color: #fd1000!important
}

.auth-button_excess {
    border: 0;
    background: 0 0;
    color: #198cff!important
}

.auth-button_excess:hover {
    background: #d9d9d9;
    color: #198cff!important
}

.auth-button_active.auth-button_excess,.auth-button_excess:active {
    background: #b3b3b3;
    color: #198cff!important
}

.auth-button_special {
    border: 0;
    background: #676767;
    color: #fff!important
}

.auth-button_special:hover {
    background: #585858;
    color: #fff!important
}

.auth-button_active.auth-button_special,.auth-button_special:active {
    background: #484848;
    color: #fff!important
}

.auth-button_piggyback {
    border: 0;
    background: rgba(125,191,38,.15);
    color: #7dbf26!important
}

.auth-button_piggyback:hover {
    background: rgba(39,60,12,.2775);
    color: #7dbf26!important
}

.auth-button_active.auth-button_piggyback,.auth-button_piggyback:active {
    background: rgba(20,30,6,.405);
    color: #7dbf26!important
}

.auth-button_auxiliary {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #000
}

.auth-button_auxiliary:hover {
    border-color: #e2e2e2;
    background: #d9d9d9;
    color: #000
}

.auth-button_active.auth-button_auxiliary,.auth-button_auxiliary:active {
    border-color: #e2e2e2;
    background: #b3b3b3;
    color: #000
}

.auth-button_specific {
    border: 1px solid rgba(0,0,0,.2);
    background: #fafafa;
    color: #000
}

.auth-button_specific:hover {
    border-color: rgba(0,0,0,.2);
    background: #d5d5d5;
    color: #000
}

.auth-button_active.auth-button_specific,.auth-button_specific:active {
    border-color: rgba(0,0,0,.2);
    background: #afafaf;
    color: #000
}

.auth-button_further {
    border: 1px solid rgba(0,0,0,.1);
    background: 0 0;
    color: #000
}

.auth-button_further:hover {
    border-color: rgba(0,0,0,.3);
    background: 0 0;
    color: #000
}

.auth-button_active.auth-button_further,.auth-button_further:active {
    border-color: rgba(0,0,0,.5);
    background: 0 0;
    color: #000
}

.auth-button_farther {
    border: 1px solid rgba(255,255,255,.5);
    background: 0 0;
    color: #fff
}

.auth-button_farther:hover {
    border-color: rgba(255,255,255,.7);
    background: 0 0;
    color: #fff
}

.auth-button_active.auth-button_farther,.auth-button_farther:active {
    border-color: rgba(255,255,255,.9);
    background: 0 0;
    color: #fff
}

.auth-button_active.auth-button_disabled,.auth-button_disabled,.auth-button_disabled:active,.auth-button_disabled:hover {
    box-shadow: none!important;
    cursor: default;
    pointer-events: none
}

.auth-button_primary.auth-button_active.auth-button_disabled,.auth-button_primary.auth-button_disabled,.auth-button_primary.auth-button_disabled:active,.auth-button_primary.auth-button_disabled:hover {
    background: #bedf93!important;
    color: #fff!important
}

.auth-button_secondary.auth-button_active.auth-button_disabled,.auth-button_secondary.auth-button_disabled,.auth-button_secondary.auth-button_disabled:active,.auth-button_secondary.auth-button_disabled:hover {
    background: #ffc580!important;
    color: #fff!important
}

.auth-button_additional.auth-button_active.auth-button_disabled,.auth-button_additional.auth-button_disabled,.auth-button_additional.auth-button_disabled:active,.auth-button_additional.auth-button_disabled:hover {
    background: #ffeda8!important;
    color: gray!important
}

.auth-button_alter-other.auth-button_active.auth-button_disabled,.auth-button_alter-other.auth-button_disabled,.auth-button_alter-other.auth-button_disabled:active,.auth-button_alter-other.auth-button_disabled:hover,.auth-button_alter.auth-button_active.auth-button_disabled,.auth-button_alter.auth-button_disabled,.auth-button_alter.auth-button_disabled:active,.auth-button_alter.auth-button_disabled:hover {
    background: #fbfbfb!important;
    color: gray!important
}

.auth-button_alter-specific.auth-button_active.auth-button_disabled,.auth-button_alter-specific.auth-button_disabled,.auth-button_alter-specific.auth-button_disabled:active,.auth-button_alter-specific.auth-button_disabled:hover {
    background: #f8f8f9!important;
    color: gray!important
}

.auth-button_default.auth-button_active.auth-button_disabled,.auth-button_default.auth-button_disabled,.auth-button_default.auth-button_disabled:active,.auth-button_default.auth-button_disabled:hover {
    background: #bfa6d0!important;
    color: #fff!important
}

.auth-button_subsidiary.auth-button_active.auth-button_disabled,.auth-button_subsidiary.auth-button_disabled,.auth-button_subsidiary.auth-button_disabled:active,.auth-button_subsidiary.auth-button_disabled:hover {
    background: #9daccc!important;
    color: #fff!important
}

.auth-button_extra.auth-button_active.auth-button_disabled,.auth-button_extra.auth-button_disabled,.auth-button_extra.auth-button_disabled:active,.auth-button_extra.auth-button_disabled:hover {
    background: #a8b9cc!important;
    color: #fff!important
}

.auth-button_accessorial.auth-button_active.auth-button_disabled,.auth-button_accessorial.auth-button_disabled,.auth-button_accessorial.auth-button_disabled:active,.auth-button_accessorial.auth-button_disabled:hover {
    background: #eda29b!important;
    color: #fff!important
}

.auth-button_appendant.auth-button_active.auth-button_disabled,.auth-button_appendant.auth-button_disabled,.auth-button_appendant.auth-button_disabled:active,.auth-button_appendant.auth-button_disabled:hover {
    background: #80b3e6!important;
    color: #fff!important
}

.auth-button_expletive.auth-button_active.auth-button_disabled,.auth-button_expletive.auth-button_disabled,.auth-button_expletive.auth-button_disabled:active,.auth-button_expletive.auth-button_disabled:hover {
    background: #94bcff!important;
    color: #fff!important
}

.auth-button_expletive-specific.auth-button_active.auth-button_disabled,.auth-button_expletive-specific.auth-button_disabled,.auth-button_expletive-specific.auth-button_disabled:active,.auth-button_expletive-specific.auth-button_disabled:hover {
    background: #80bbff!important;
    color: #fff!important
}

.auth-button_other.auth-button_active.auth-button_disabled,.auth-button_other.auth-button_disabled,.auth-button_other.auth-button_disabled:active,.auth-button_other.auth-button_disabled:hover {
    background: #f2f9ff!important;
    color: #94bcff!important
}

.auth-button_supererogatory.auth-button_active.auth-button_disabled,.auth-button_supererogatory.auth-button_disabled,.auth-button_supererogatory.auth-button_disabled:active,.auth-button_supererogatory.auth-button_disabled:hover {
    background: #e88e88!important;
    color: #fff!important
}

.auth-button_supernumerary.auth-button_active.auth-button_disabled,.auth-button_supernumerary.auth-button_disabled,.auth-button_supernumerary.auth-button_disabled:active,.auth-button_supernumerary.auth-button_disabled:hover {
    background: transparent!important;
    color: #fe8880!important
}

.auth-button_excess.auth-button_active.auth-button_disabled,.auth-button_excess.auth-button_disabled,.auth-button_excess.auth-button_disabled:active,.auth-button_excess.auth-button_disabled:hover {
    background: transparent!important;
    color: #8cc6ff!important
}

.auth-button_special.auth-button_active.auth-button_disabled,.auth-button_special.auth-button_disabled,.auth-button_special.auth-button_disabled:active,.auth-button_special.auth-button_disabled:hover {
    background: #b3b3b3!important;
    color: #fff!important
}

.auth-button_piggyback.auth-button_active.auth-button_disabled,.auth-button_piggyback.auth-button_disabled,.auth-button_piggyback.auth-button_disabled:active,.auth-button_piggyback.auth-button_disabled:hover {
    background: rgba(245,250,239,.575)!important;
    color: #bedf93!important
}

.auth-button_auxiliary.auth-button_active.auth-button_disabled,.auth-button_auxiliary.auth-button_disabled,.auth-button_auxiliary.auth-button_disabled:active,.auth-button_auxiliary.auth-button_disabled:hover {
    border-color: #f1f1f1!important;
    background: #fff!important;
    color: gray!important
}

.auth-button_auxiliary.auth-button_active.auth-button_disabled:after,.auth-button_auxiliary.auth-button_disabled:active:after,.auth-button_auxiliary.auth-button_disabled:after,.auth-button_auxiliary.auth-button_disabled:hover:after {
    opacity: .3
}

.auth-button_specific.auth-button_active.auth-button_disabled,.auth-button_specific.auth-button_disabled,.auth-button_specific.auth-button_disabled:active,.auth-button_specific.auth-button_disabled:hover {
    border-color: rgba(230,230,230,.6)!important;
    background: #fdfdfd!important;
    color: gray!important
}

.auth-button_specific.auth-button_active.auth-button_disabled:after,.auth-button_specific.auth-button_disabled:active:after,.auth-button_specific.auth-button_disabled:after,.auth-button_specific.auth-button_disabled:hover:after {
    opacity: .3
}

.auth-button_further.auth-button_active.auth-button_disabled,.auth-button_further.auth-button_disabled,.auth-button_further.auth-button_disabled:active,.auth-button_further.auth-button_disabled:hover {
    border-color: rgba(242,242,242,.55)!important;
    background: transparent!important;
    color: gray!important
}

.auth-button_further.auth-button_active.auth-button_disabled:after,.auth-button_further.auth-button_disabled:active:after,.auth-button_further.auth-button_disabled:after,.auth-button_further.auth-button_disabled:hover:after {
    opacity: .3
}

.auth-button_farther.auth-button_active.auth-button_disabled,.auth-button_farther.auth-button_disabled,.auth-button_farther.auth-button_disabled:active,.auth-button_farther.auth-button_disabled:hover {
    border-color: rgba(255,255,255,.75)!important;
    background: transparent!important;
    color: #fff!important
}

.auth-button_farther.auth-button_active.auth-button_disabled:after,.auth-button_farther.auth-button_disabled:active:after,.auth-button_farther.auth-button_disabled:after,.auth-button_farther.auth-button_disabled:hover:after {
    opacity: .3
}

.auth-button_animated:before {
    opacity: 1;
    -webkit-animation: auth-spinner .7s linear infinite;
    -o-animation: auth-spinner .7s linear infinite;
    animation: auth-spinner .7s linear infinite
}

.auth-button_active.auth-button_animated,.auth-button_animated,.auth-button_animated:active,.auth-button_animated:hover {
    color: transparent!important;
    cursor: default;
    pointer-events: none
}

.auth-button_checked:before {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
    background-image: url(/images/auth/i-tip-checkbox-white.svg);
    opacity: 1;
    -webkit-animation: auth-fadein .7s linear;
    -o-animation: auth-fadein .7s linear;
    animation: auth-fadein .7s linear
}

.auth-button_active.auth-button_checked,.auth-button_checked,.auth-button_checked:active,.auth-button_checked:hover {
    color: transparent!important;
    cursor: default;
    pointer-events: none
}

.auth-button_base:before,.auth-button_middle-alter:before,.auth-button_middle:before,.auth-button_small-alter:before,.auth-button_small:before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px
}

.auth-button_small {
    height: 32px;
    padding: 9px 17px;
    font-size: 14px;
    line-height: 1;
    border-radius: 5px
}

.auth-button_auxiliary.auth-button_small,.auth-button_farther.auth-button_small,.auth-button_further.auth-button_small,.auth-button_specific.auth-button_small {
    padding: 8px 16px
}

.auth-button_small-alter {
    height: 22px;
    padding: 4px 9px;
    font-size: 14px;
    line-height: 1;
    border-radius: 5px
}

.auth-button_auxiliary.auth-button_small-alter,.auth-button_farther.auth-button_small-alter,.auth-button_further.auth-button_small-alter,.auth-button_specific.auth-button_small-alter {
    padding: 3px 8px
}

.auth-button_base {
    height: 40px;
    padding: 12px 25px;
    font-size: 15px;
    line-height: 1;
    border-radius: 5px
}

.auth-button_auxiliary.auth-button_base,.auth-button_farther.auth-button_base,.auth-button_further.auth-button_base,.auth-button_specific.auth-button_base {
    padding: 11px 24px
}

.auth-button_middle {
    height: 48px;
    padding: 16px;
    font-size: 16px;
    line-height: 1;
    border-radius: 5px
}

.auth-button_auxiliary.auth-button_middle,.auth-button_farther.auth-button_middle,.auth-button_further.auth-button_middle,.auth-button_specific.auth-button_middle {
    padding: 15px
}

.auth-button_middle-alter {
    height: 44px;
    padding: 14px 32px;
    font-size: 16px;
    line-height: 1;
    border-radius: 8px
}

.auth-button_auxiliary.auth-button_middle-alter,.auth-button_farther.auth-button_middle-alter,.auth-button_further.auth-button_middle-alter,.auth-button_specific.auth-button_middle-alter {
    padding: 13px 31px
}

.auth-button_big {
    font-family: 'Open Sans Condensed',franklingothicdemicondcRg,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 700;
    height: 56px;
    padding: 15px 41px;
    font-size: 26px;
    line-height: 1;
    border-radius: 5px
}

@media only screen and (max-width: 1000px) {
    html .auth-button_big {
        height:48px;
        padding: 16px;
        font-size: 16px;
        font-family: 'Open Sans',Arial,Helvetica Neue,Helvetica,sans-serif;
        font-weight: 400;
        border-radius: 5px
    }
}

.auth-button_auxiliary.auth-button_big,.auth-button_farther.auth-button_big,.auth-button_further.auth-button_big,.auth-button_specific.auth-button_big {
    padding: 14px 40px
}

@media only screen and (max-width: 1000px) {
    html .auth-button_auxiliary.auth-button_big,html .auth-button_farther.auth-button_big,html .auth-button_further.auth-button_big,html .auth-button_specific.auth-button_big {
        padding:15px
    }
}

.auth-button_huge {
    font-family: 'Open Sans Condensed',franklingothicdemicondcRg,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 700;
    height: 64px;
    padding: 17px 45px;
    font-size: 30px;
    line-height: 1;
    border-radius: 5px
}

@media only screen and (max-width: 1000px) {
    html .auth-button_huge {
        height:48px;
        padding: 16px;
        font-size: 16px;
        font-family: 'Open Sans',Arial,Helvetica Neue,Helvetica,sans-serif;
        font-weight: 400;
        border-radius: 5px
    }
}

.auth-button_auxiliary.auth-button_huge,.auth-button_farther.auth-button_huge,.auth-button_further.auth-button_huge,.auth-button_specific.auth-button_huge {
    padding: 16px 44px
}

@media only screen and (max-width: 1000px) {
    html .auth-button_auxiliary.auth-button_huge,html .auth-button_farther.auth-button_huge,html .auth-button_further.auth-button_huge,html .auth-button_specific.auth-button_huge {
        padding:15px
    }
}

.auth-button_width_auto {
    width: auto
}

.auth-button_width_full {
    width: 100%
}

.auth-button_height_auto {
    height: auto
}

.auth-button_height_full {
    height: 100%
}

.auth-button_text_right {
    text-align: right
}

.auth-button_text_left {
    text-align: left
}

.auth-button_text_center {
    text-align: center
}

.auth-button__input {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.auth-input {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    text-align: left;
    resize: none;
    outline: 0;
    position: relative;
    -o-transition: background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;
    transition: background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;
    -webkit-appearance: none;
    appearance: none;
    font-family: 'Open Sans',Arial,Helvetica Neue,Helvetica,sans-serif;
    -webkit-text-size-adjust: 100%
}

.auth-input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s
}

.auth-input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none!important;
    pointer-events: none;
    height: 0;
    width: 0;
    margin: 0
}

textarea.auth-input {
    white-space: pre-wrap;
    word-wrap: break-word
}

.auth-input_primary {
    border: 1px solid rgba(0,0,0,.2);
    background-color: #fff;
    color: #000
}

.auth-input_primary:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #000
}

.auth-input_primary:hover {
    border-color: rgba(51,51,51,.5);
    background-color: #fff;
    color: #000
}

.auth-input_focus.auth-input_primary,.auth-input_primary:focus {
    border-color: rgba(51,51,51,.8);
    background-color: #fff;
    color: #000
}

.auth-input_search {
    padding-left: 27px!important;
    background-image: url(/images/auth/i-search-black.png);
    background-size: 13px 13px;
    background-position: 10px center;
    background-repeat: no-repeat
}

.auth-input_sign {
    padding-left: 27px!important
}

.auth-input_prefix {
    padding-left: 50px!important
}

.auth-input_resize_horizontal {
    resize: horizontal
}

.auth-input_resize_vertical {
    resize: vertical
}

.auth-input_resize_both {
    resize: both
}

.auth-input_arrow_bottom:after,.auth-input_arrow_left-right:after,.auth-input_arrow_left:after,.auth-input_arrow_right:after,.auth-input_arrow_top-bottom:after,.auth-input_arrow_top:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0;
    border-color: #000 transparent transparent;
    position: absolute;
    pointer-events: none
}

.auth-input_small.auth-input_arrow_bottom,.auth-input_small.auth-input_arrow_left,.auth-input_small.auth-input_arrow_left-right,.auth-input_small.auth-input_arrow_right,.auth-input_small.auth-input_arrow_top,.auth-input_small.auth-input_arrow_top-bottom {
    padding-right: 24px
}

.auth-input_small-alter.auth-input_arrow_bottom,.auth-input_small-alter.auth-input_arrow_left,.auth-input_small-alter.auth-input_arrow_left-right,.auth-input_small-alter.auth-input_arrow_right,.auth-input_small-alter.auth-input_arrow_top,.auth-input_small-alter.auth-input_arrow_top-bottom {
    padding-right: 22px
}

.auth-input_base.auth-input_arrow_bottom,.auth-input_base.auth-input_arrow_left,.auth-input_base.auth-input_arrow_left-right,.auth-input_base.auth-input_arrow_right,.auth-input_base.auth-input_arrow_top,.auth-input_base.auth-input_arrow_top-bottom {
    padding-right: 31px
}

.auth-input_middle.auth-input_arrow_bottom,.auth-input_middle.auth-input_arrow_left,.auth-input_middle.auth-input_arrow_left-right,.auth-input_middle.auth-input_arrow_right,.auth-input_middle.auth-input_arrow_top,.auth-input_middle.auth-input_arrow_top-bottom {
    padding-right: 38px
}

.auth-input_big.auth-input_arrow_bottom,.auth-input_big.auth-input_arrow_left,.auth-input_big.auth-input_arrow_left-right,.auth-input_big.auth-input_arrow_right,.auth-input_big.auth-input_arrow_top,.auth-input_big.auth-input_arrow_top-bottom {
    padding-right: 45px
}

@media only screen and (max-width: 1000px) {
    html .auth-input_big.auth-input_arrow_bottom,html .auth-input_big.auth-input_arrow_left,html .auth-input_big.auth-input_arrow_left-right,html .auth-input_big.auth-input_arrow_right,html .auth-input_big.auth-input_arrow_top,html .auth-input_big.auth-input_arrow_top-bottom {
        padding-right:38px
    }
}

.auth-input_huge.auth-input_arrow_bottom,.auth-input_huge.auth-input_arrow_left,.auth-input_huge.auth-input_arrow_left-right,.auth-input_huge.auth-input_arrow_right,.auth-input_huge.auth-input_arrow_top,.auth-input_huge.auth-input_arrow_top-bottom {
    padding-right: 48px
}

@media only screen and (max-width: 1000px) {
    html .auth-input_huge.auth-input_arrow_bottom,html .auth-input_huge.auth-input_arrow_left,html .auth-input_huge.auth-input_arrow_left-right,html .auth-input_huge.auth-input_arrow_right,html .auth-input_huge.auth-input_arrow_top,html .auth-input_huge.auth-input_arrow_top-bottom {
        padding-right:38px
    }
}

.auth-input_small.auth-input_arrow_bottom:after,.auth-input_small.auth-input_arrow_left:after,.auth-input_small.auth-input_arrow_right:after,.auth-input_small.auth-input_arrow_top:after {
    top: 13px;
    right: 10px
}

.auth-input_small-alter.auth-input_arrow_bottom:after,.auth-input_small-alter.auth-input_arrow_left:after,.auth-input_small-alter.auth-input_arrow_right:after,.auth-input_small-alter.auth-input_arrow_top:after {
    top: 8px;
    right: 8px
}

.auth-input_base.auth-input_arrow_bottom:after,.auth-input_base.auth-input_arrow_left:after,.auth-input_base.auth-input_arrow_right:after,.auth-input_base.auth-input_arrow_top:after {
    top: 17px;
    right: 14px
}

.auth-input_middle.auth-input_arrow_bottom:after,.auth-input_middle.auth-input_arrow_left:after,.auth-input_middle.auth-input_arrow_right:after,.auth-input_middle.auth-input_arrow_top:after {
    top: 21px;
    right: 17px
}

.auth-input_big.auth-input_arrow_bottom:after,.auth-input_big.auth-input_arrow_left:after,.auth-input_big.auth-input_arrow_right:after,.auth-input_big.auth-input_arrow_top:after {
    top: 25px;
    right: 21px
}

@media only screen and (max-width: 1000px) {
    html .auth-input_big.auth-input_arrow_bottom:after,html .auth-input_big.auth-input_arrow_left:after,html .auth-input_big.auth-input_arrow_right:after,html .auth-input_big.auth-input_arrow_top:after {
        top:21px;
        right: 17px
    }
}

.auth-input_huge.auth-input_arrow_bottom:after,.auth-input_huge.auth-input_arrow_left:after,.auth-input_huge.auth-input_arrow_right:after,.auth-input_huge.auth-input_arrow_top:after {
    top: 29px;
    right: 22px
}

@media only screen and (max-width: 1000px) {
    html .auth-input_huge.auth-input_arrow_bottom:after,html .auth-input_huge.auth-input_arrow_left:after,html .auth-input_huge.auth-input_arrow_right:after,html .auth-input_huge.auth-input_arrow_top:after {
        top:21px;
        right: 17px
    }
}

.auth-input_arrow_left-right:before,.auth-input_arrow_top-bottom:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0;
    border-color: #000 transparent transparent;
    position: absolute;
    pointer-events: none
}

.auth-input_arrow_top:after {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.auth-input_arrow_bottom:after {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.auth-input_arrow_top-bottom:after {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.auth-input_arrow_top-bottom:before {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.auth-input_small.auth-input_arrow_top-bottom:after {
    top: 10px;
    right: 10px
}

.auth-input_small.auth-input_arrow_top-bottom:before {
    top: 17px;
    right: 10px
}

.auth-input_small-alter.auth-input_arrow_top-bottom:after {
    top: 5px;
    right: 8px
}

.auth-input_small-alter.auth-input_arrow_top-bottom:before {
    top: 12px;
    right: 8px
}

.auth-input_base.auth-input_arrow_top-bottom:after {
    top: 14px;
    right: 14px
}

.auth-input_base.auth-input_arrow_top-bottom:before {
    top: 21px;
    right: 14px
}

.auth-input_middle.auth-input_arrow_top-bottom:after {
    top: 18px;
    right: 17px
}

.auth-input_middle.auth-input_arrow_top-bottom:before {
    top: 25px;
    right: 17px
}

.auth-input_big.auth-input_arrow_top-bottom:after {
    top: 22px;
    right: 21px
}

@media only screen and (max-width: 1000px) {
    html .auth-input_big.auth-input_arrow_top-bottom:after {
        top:18px;
        right: 17px
    }
}

.auth-input_big.auth-input_arrow_top-bottom:before {
    top: 29px;
    right: 21px
}

@media only screen and (max-width: 1000px) {
    html .auth-input_big.auth-input_arrow_top-bottom:before {
        top:25px;
        right: 17px
    }
}

.auth-input_huge.auth-input_arrow_top-bottom:after {
    top: 26px;
    right: 22px
}

@media only screen and (max-width: 1000px) {
    html .auth-input_huge.auth-input_arrow_top-bottom:after {
        top:18px;
        right: 17px
    }
}

.auth-input_huge.auth-input_arrow_top-bottom:before {
    top: 33px;
    right: 22px
}

@media only screen and (max-width: 1000px) {
    html .auth-input_huge.auth-input_arrow_top-bottom:before {
        top:25px;
        right: 17px
    }
}

.auth-input_arrow_left:after {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.auth-input_arrow_right:after {
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.auth-input_arrow_left-right:after {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.auth-input_arrow_left-right:before {
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.auth-input_small.auth-input_arrow_left-right:after {
    top: 13px;
    right: 14px
}

.auth-input_small.auth-input_arrow_left-right:before {
    top: 13px;
    right: 7px
}

.auth-input_small-alter.auth-input_arrow_left-right:after {
    top: 8px;
    right: 12px
}

.auth-input_small-alter.auth-input_arrow_left-right:before {
    top: 8px;
    right: 5px
}

.auth-input_base.auth-input_arrow_left-right:after {
    top: 17px;
    right: 17px
}

.auth-input_base.auth-input_arrow_left-right:before {
    top: 17px;
    right: 10px
}

.auth-input_middle.auth-input_arrow_left-right:after {
    top: 21px;
    right: 21px
}

.auth-input_middle.auth-input_arrow_left-right:before {
    top: 21px;
    right: 14px
}

.auth-input_big.auth-input_arrow_left-right:after {
    top: 25px;
    right: 24px
}

@media only screen and (max-width: 1000px) {
    html .auth-input_big.auth-input_arrow_left-right:after {
        top:21px;
        right: 21px
    }
}

.auth-input_big.auth-input_arrow_left-right:before {
    top: 25px;
    right: 17px
}

@media only screen and (max-width: 1000px) {
    html .auth-input_big.auth-input_arrow_left-right:before {
        top:21px;
        right: 14px
    }
}

.auth-input_huge.auth-input_arrow_left-right:after {
    top: 29px;
    right: 26px
}

@media only screen and (max-width: 1000px) {
    html .auth-input_huge.auth-input_arrow_left-right:after {
        top:21px;
        right: 21px
    }
}

.auth-input_huge.auth-input_arrow_left-right:before {
    top: 29px;
    right: 19px
}

@media only screen and (max-width: 1000px) {
    html .auth-input_huge.auth-input_arrow_left-right:before {
        top:21px;
        right: 14px
    }
}

.auth-input_error,.auth-input_error:focus,.auth-input_error:hover,.auth-input_focus.auth-input_error {
    border-color: #fd1000!important;
    background-color: #ffe7e6!important;
    color: #700e08!important
}

.auth-input_error:-webkit-autofill,.auth-input_error:focus:-webkit-autofill,.auth-input_error:hover:-webkit-autofill,.auth-input_focus.auth-input_error:-webkit-autofill {
    box-shadow: 0 0 0 1000px #ffe7e6 inset;
    -webkit-text-fill-color: #700e08
}

.auth-input_arrow_bottom.auth-input_error:after,.auth-input_arrow_bottom.auth-input_error:before,.auth-input_arrow_bottom.auth-input_error:focus:after,.auth-input_arrow_bottom.auth-input_error:focus:before,.auth-input_arrow_bottom.auth-input_error:hover:after,.auth-input_arrow_bottom.auth-input_error:hover:before,.auth-input_arrow_bottom.auth-input_focus.auth-input_error:after,.auth-input_arrow_bottom.auth-input_focus.auth-input_error:before,.auth-input_arrow_left-right.auth-input_error:after,.auth-input_arrow_left-right.auth-input_error:before,.auth-input_arrow_left-right.auth-input_error:focus:after,.auth-input_arrow_left-right.auth-input_error:focus:before,.auth-input_arrow_left-right.auth-input_error:hover:after,.auth-input_arrow_left-right.auth-input_error:hover:before,.auth-input_arrow_left-right.auth-input_focus.auth-input_error:after,.auth-input_arrow_left-right.auth-input_focus.auth-input_error:before,.auth-input_arrow_left.auth-input_error:after,.auth-input_arrow_left.auth-input_error:before,.auth-input_arrow_left.auth-input_error:focus:after,.auth-input_arrow_left.auth-input_error:focus:before,.auth-input_arrow_left.auth-input_error:hover:after,.auth-input_arrow_left.auth-input_error:hover:before,.auth-input_arrow_left.auth-input_focus.auth-input_error:after,.auth-input_arrow_left.auth-input_focus.auth-input_error:before,.auth-input_arrow_right.auth-input_error:after,.auth-input_arrow_right.auth-input_error:before,.auth-input_arrow_right.auth-input_error:focus:after,.auth-input_arrow_right.auth-input_error:focus:before,.auth-input_arrow_right.auth-input_error:hover:after,.auth-input_arrow_right.auth-input_error:hover:before,.auth-input_arrow_right.auth-input_focus.auth-input_error:after,.auth-input_arrow_right.auth-input_focus.auth-input_error:before,.auth-input_arrow_top-bottom.auth-input_error:after,.auth-input_arrow_top-bottom.auth-input_error:before,.auth-input_arrow_top-bottom.auth-input_error:focus:after,.auth-input_arrow_top-bottom.auth-input_error:focus:before,.auth-input_arrow_top-bottom.auth-input_error:hover:after,.auth-input_arrow_top-bottom.auth-input_error:hover:before,.auth-input_arrow_top-bottom.auth-input_focus.auth-input_error:after,.auth-input_arrow_top-bottom.auth-input_focus.auth-input_error:before,.auth-input_arrow_top.auth-input_error:after,.auth-input_arrow_top.auth-input_error:before,.auth-input_arrow_top.auth-input_error:focus:after,.auth-input_arrow_top.auth-input_error:focus:before,.auth-input_arrow_top.auth-input_error:hover:after,.auth-input_arrow_top.auth-input_error:hover:before,.auth-input_arrow_top.auth-input_focus.auth-input_error:after,.auth-input_arrow_top.auth-input_focus.auth-input_error:before {
    border-top-color: #700e08!important
}

.auth-input_error:focus~.auth-input__helper,.auth-input_error:hover~.auth-input__helper,.auth-input_error~.auth-input__helper,.auth-input_focus.auth-input_error~.auth-input__helper {
    background-color: #ffe7e6
}

.auth-input_error:focus~.auth-input__helper:after,.auth-input_error:hover~.auth-input__helper:after,.auth-input_error~.auth-input__helper:after,.auth-input_focus.auth-input_error~.auth-input__helper:after {
    background-image: -o-linear-gradient(0deg,rgba(255,231,230,.4)0,#ffe7e6 100%);
    background-image: linear-gradient(90deg,rgba(255,231,230,.4)0,#ffe7e6 100%)
}

.auth-input_error:focus~.auth-input__helper_prefix,.auth-input_error:focus~.auth-input__helper_sign,.auth-input_error:hover~.auth-input__helper_prefix,.auth-input_error:hover~.auth-input__helper_sign,.auth-input_error~.auth-input__helper_prefix,.auth-input_error~.auth-input__helper_sign,.auth-input_focus.auth-input_error~.auth-input__helper_prefix,.auth-input_focus.auth-input_error~.auth-input__helper_sign {
    background-color: transparent
}

.auth-input_error:focus~.auth-input__helper_prefix>*,.auth-input_error:hover~.auth-input__helper_prefix>*,.auth-input_error~.auth-input__helper_prefix>*,.auth-input_focus.auth-input_error~.auth-input__helper_prefix>* {
    color: #700e08!important
}

.auth-input_focus.auth-input_warning,.auth-input_warning,.auth-input_warning:focus,.auth-input_warning:hover {
    border-color: #ff8b00!important;
    background-color: #F0EDFC!important;
    color: #794405!important
}

.auth-input_focus.auth-input_warning:-webkit-autofill,.auth-input_warning:-webkit-autofill,.auth-input_warning:focus:-webkit-autofill,.auth-input_warning:hover:-webkit-autofill {
    box-shadow: 0 0 0 1000px #F0EDFC inset;
    -webkit-text-fill-color: #794405
}

.auth-input_arrow_bottom.auth-input_focus.auth-input_warning:after,.auth-input_arrow_bottom.auth-input_focus.auth-input_warning:before,.auth-input_arrow_bottom.auth-input_warning:after,.auth-input_arrow_bottom.auth-input_warning:before,.auth-input_arrow_bottom.auth-input_warning:focus:after,.auth-input_arrow_bottom.auth-input_warning:focus:before,.auth-input_arrow_bottom.auth-input_warning:hover:after,.auth-input_arrow_bottom.auth-input_warning:hover:before,.auth-input_arrow_left-right.auth-input_focus.auth-input_warning:after,.auth-input_arrow_left-right.auth-input_focus.auth-input_warning:before,.auth-input_arrow_left-right.auth-input_warning:after,.auth-input_arrow_left-right.auth-input_warning:before,.auth-input_arrow_left-right.auth-input_warning:focus:after,.auth-input_arrow_left-right.auth-input_warning:focus:before,.auth-input_arrow_left-right.auth-input_warning:hover:after,.auth-input_arrow_left-right.auth-input_warning:hover:before,.auth-input_arrow_left.auth-input_focus.auth-input_warning:after,.auth-input_arrow_left.auth-input_focus.auth-input_warning:before,.auth-input_arrow_left.auth-input_warning:after,.auth-input_arrow_left.auth-input_warning:before,.auth-input_arrow_left.auth-input_warning:focus:after,.auth-input_arrow_left.auth-input_warning:focus:before,.auth-input_arrow_left.auth-input_warning:hover:after,.auth-input_arrow_left.auth-input_warning:hover:before,.auth-input_arrow_right.auth-input_focus.auth-input_warning:after,.auth-input_arrow_right.auth-input_focus.auth-input_warning:before,.auth-input_arrow_right.auth-input_warning:after,.auth-input_arrow_right.auth-input_warning:before,.auth-input_arrow_right.auth-input_warning:focus:after,.auth-input_arrow_right.auth-input_warning:focus:before,.auth-input_arrow_right.auth-input_warning:hover:after,.auth-input_arrow_right.auth-input_warning:hover:before,.auth-input_arrow_top-bottom.auth-input_focus.auth-input_warning:after,.auth-input_arrow_top-bottom.auth-input_focus.auth-input_warning:before,.auth-input_arrow_top-bottom.auth-input_warning:after,.auth-input_arrow_top-bottom.auth-input_warning:before,.auth-input_arrow_top-bottom.auth-input_warning:focus:after,.auth-input_arrow_top-bottom.auth-input_warning:focus:before,.auth-input_arrow_top-bottom.auth-input_warning:hover:after,.auth-input_arrow_top-bottom.auth-input_warning:hover:before,.auth-input_arrow_top.auth-input_focus.auth-input_warning:after,.auth-input_arrow_top.auth-input_focus.auth-input_warning:before,.auth-input_arrow_top.auth-input_warning:after,.auth-input_arrow_top.auth-input_warning:before,.auth-input_arrow_top.auth-input_warning:focus:after,.auth-input_arrow_top.auth-input_warning:focus:before,.auth-input_arrow_top.auth-input_warning:hover:after,.auth-input_arrow_top.auth-input_warning:hover:before {
    border-top-color: #794405!important
}

.auth-input_focus.auth-input_warning~.auth-input__helper,.auth-input_warning:focus~.auth-input__helper,.auth-input_warning:hover~.auth-input__helper,.auth-input_warning~.auth-input__helper {
    background-color: #F0EDFC
}

.auth-input_focus.auth-input_warning~.auth-input__helper:after,.auth-input_warning:focus~.auth-input__helper:after,.auth-input_warning:hover~.auth-input__helper:after,.auth-input_warning~.auth-input__helper:after {
    background-image: -o-linear-gradient(0deg,rgba(255,241,224,.4)0,#F0EDFC 100%);
    background-image: linear-gradient(90deg,rgba(255,241,224,.4)0,#F0EDFC 100%)
}

.auth-input_focus.auth-input_warning~.auth-input__helper_prefix,.auth-input_focus.auth-input_warning~.auth-input__helper_sign,.auth-input_warning:focus~.auth-input__helper_prefix,.auth-input_warning:focus~.auth-input__helper_sign,.auth-input_warning:hover~.auth-input__helper_prefix,.auth-input_warning:hover~.auth-input__helper_sign,.auth-input_warning~.auth-input__helper_prefix,.auth-input_warning~.auth-input__helper_sign {
    background-color: transparent
}

.auth-input_focus.auth-input_warning~.auth-input__helper_prefix>*,.auth-input_warning:focus~.auth-input__helper_prefix>*,.auth-input_warning:hover~.auth-input__helper_prefix>*,.auth-input_warning~.auth-input__helper_prefix>* {
    color: #794405!important
}

.auth-input_focus.auth-input_success,.auth-input_success,.auth-input_success:focus,.auth-input_success:hover {
    border-color: #7dbf26!important;
    background-color: #f4ffe6!important;
    color: #395417!important
}

.auth-input_focus.auth-input_success:-webkit-autofill,.auth-input_success:-webkit-autofill,.auth-input_success:focus:-webkit-autofill,.auth-input_success:hover:-webkit-autofill {
    box-shadow: 0 0 0 1000px #f4ffe6 inset;
    -webkit-text-fill-color: #395417
}

.auth-input_arrow_bottom.auth-input_focus.auth-input_success:after,.auth-input_arrow_bottom.auth-input_focus.auth-input_success:before,.auth-input_arrow_bottom.auth-input_success:after,.auth-input_arrow_bottom.auth-input_success:before,.auth-input_arrow_bottom.auth-input_success:focus:after,.auth-input_arrow_bottom.auth-input_success:focus:before,.auth-input_arrow_bottom.auth-input_success:hover:after,.auth-input_arrow_bottom.auth-input_success:hover:before,.auth-input_arrow_left-right.auth-input_focus.auth-input_success:after,.auth-input_arrow_left-right.auth-input_focus.auth-input_success:before,.auth-input_arrow_left-right.auth-input_success:after,.auth-input_arrow_left-right.auth-input_success:before,.auth-input_arrow_left-right.auth-input_success:focus:after,.auth-input_arrow_left-right.auth-input_success:focus:before,.auth-input_arrow_left-right.auth-input_success:hover:after,.auth-input_arrow_left-right.auth-input_success:hover:before,.auth-input_arrow_left.auth-input_focus.auth-input_success:after,.auth-input_arrow_left.auth-input_focus.auth-input_success:before,.auth-input_arrow_left.auth-input_success:after,.auth-input_arrow_left.auth-input_success:before,.auth-input_arrow_left.auth-input_success:focus:after,.auth-input_arrow_left.auth-input_success:focus:before,.auth-input_arrow_left.auth-input_success:hover:after,.auth-input_arrow_left.auth-input_success:hover:before,.auth-input_arrow_right.auth-input_focus.auth-input_success:after,.auth-input_arrow_right.auth-input_focus.auth-input_success:before,.auth-input_arrow_right.auth-input_success:after,.auth-input_arrow_right.auth-input_success:before,.auth-input_arrow_right.auth-input_success:focus:after,.auth-input_arrow_right.auth-input_success:focus:before,.auth-input_arrow_right.auth-input_success:hover:after,.auth-input_arrow_right.auth-input_success:hover:before,.auth-input_arrow_top-bottom.auth-input_focus.auth-input_success:after,.auth-input_arrow_top-bottom.auth-input_focus.auth-input_success:before,.auth-input_arrow_top-bottom.auth-input_success:after,.auth-input_arrow_top-bottom.auth-input_success:before,.auth-input_arrow_top-bottom.auth-input_success:focus:after,.auth-input_arrow_top-bottom.auth-input_success:focus:before,.auth-input_arrow_top-bottom.auth-input_success:hover:after,.auth-input_arrow_top-bottom.auth-input_success:hover:before,.auth-input_arrow_top.auth-input_focus.auth-input_success:after,.auth-input_arrow_top.auth-input_focus.auth-input_success:before,.auth-input_arrow_top.auth-input_success:after,.auth-input_arrow_top.auth-input_success:before,.auth-input_arrow_top.auth-input_success:focus:after,.auth-input_arrow_top.auth-input_success:focus:before,.auth-input_arrow_top.auth-input_success:hover:after,.auth-input_arrow_top.auth-input_success:hover:before {
    border-top-color: #395417!important
}

.auth-input_focus.auth-input_success~.auth-input__helper,.auth-input_success:focus~.auth-input__helper,.auth-input_success:hover~.auth-input__helper,.auth-input_success~.auth-input__helper {
    background-color: #f4ffe6
}

.auth-input_focus.auth-input_success~.auth-input__helper:after,.auth-input_success:focus~.auth-input__helper:after,.auth-input_success:hover~.auth-input__helper:after,.auth-input_success~.auth-input__helper:after {
    background-image: -o-linear-gradient(0deg,rgba(244,255,230,.4)0,#f4ffe6 100%);
    background-image: linear-gradient(90deg,rgba(244,255,230,.4)0,#f4ffe6 100%)
}

.auth-input_focus.auth-input_success~.auth-input__helper_prefix,.auth-input_focus.auth-input_success~.auth-input__helper_sign,.auth-input_success:focus~.auth-input__helper_prefix,.auth-input_success:focus~.auth-input__helper_sign,.auth-input_success:hover~.auth-input__helper_prefix,.auth-input_success:hover~.auth-input__helper_sign,.auth-input_success~.auth-input__helper_prefix,.auth-input_success~.auth-input__helper_sign {
    background-color: transparent
}

.auth-input_focus.auth-input_success~.auth-input__helper_prefix>*,.auth-input_success:focus~.auth-input__helper_prefix>*,.auth-input_success:hover~.auth-input__helper_prefix>*,.auth-input_success~.auth-input__helper_prefix>* {
    color: #395417!important
}

.auth-input_disabled {
    border-color: rgba(0,0,0,.1)!important;
    background-color: #fafafa!important;
    color: #ccc!important;
    box-shadow: none!important;
    cursor: default;
    pointer-events: none
}

.auth-input_disabled:-webkit-autofill {
    -webkit-text-fill-color: #ccc!important;
    box-shadow: 0 0 0 1000px #fafafa inset!important
}

.auth-input_arrow_bottom.auth-input_disabled:after,.auth-input_arrow_bottom.auth-input_disabled:before,.auth-input_arrow_left-right.auth-input_disabled:after,.auth-input_arrow_left-right.auth-input_disabled:before,.auth-input_arrow_left.auth-input_disabled:after,.auth-input_arrow_left.auth-input_disabled:before,.auth-input_arrow_right.auth-input_disabled:after,.auth-input_arrow_right.auth-input_disabled:before,.auth-input_arrow_top-bottom.auth-input_disabled:after,.auth-input_arrow_top-bottom.auth-input_disabled:before,.auth-input_arrow_top.auth-input_disabled:after,.auth-input_arrow_top.auth-input_disabled:before {
    border-top-color: #ccc!important
}

.auth-input_disabled~.auth-input__helper {
    background-color: #fafafa!important
}

.auth-input_disabled~.auth-input__helper:after {
    background-image: -o-linear-gradient(0deg,rgba(250,250,250,.4)0,#fafafa 100%)!important;
    background-image: linear-gradient(90deg,rgba(250,250,250,.4)0,#fafafa 100%)!important
}

.auth-input_disabled~.auth-input__helper_prefix,.auth-input_disabled~.auth-input__helper_sign {
    background-color: transparent!important
}

.auth-input_disabled~.auth-input__helper_prefix>* {
    color: #ccc!important
}

.auth-input::-webkit-input-placeholder {
    font-size: inherit;
    color: gray
}

input.auth-input::-webkit-input-placeholder {
    line-height: normal
}

.auth-input::-moz-placeholder {
    font-size: inherit;
    color: gray
}

.auth-input:-ms-input-placeholder {
    font-size: inherit;
    color: gray
}

.auth-input_placeholder {
    color: gray!important
}

.auth-input_small {
    height: 32px;
    padding: 8px 7px;
    font-size: 14px;
    border-radius: 5px
}

textarea.auth-input_small {
    padding-top: 6px;
    padding-bottom: 4px;
    line-height: 1.36
}

input.auth-input_small {
    padding-top: 0;
    padding-bottom: 0
}

.auth-input_small:not(textarea) {
    line-height: 1
}

.auth-input_small-alter {
    height: 22px;
    padding: 3px 5px;
    font-size: 14px;
    border-radius: 5px
}

textarea.auth-input_small-alter {
    padding-top: 1px;
    padding-bottom: 0;
    line-height: 1.36
}

input.auth-input_small-alter {
    padding-top: 0;
    padding-bottom: 0
}

.auth-input_small-alter:not(textarea) {
    line-height: 1
}

.auth-input_base {
    height: 40px;
    padding: 11px 9px;
    font-size: 15px;
    border-radius: 5px
}

textarea.auth-input_base {
    padding-top: 9px;
    padding-bottom: 7px;
    line-height: 1.34
}

input.auth-input_base {
    padding-top: 0;
    padding-bottom: 0
}

.auth-input_base:not(textarea) {
    line-height: 1
}

.auth-input_middle {
    height: 48px;
    padding: 15px 11px;
    font-size: 16px;
    border-radius: 5px
}

textarea.auth-input_middle {
    padding-top: 12px;
    padding-bottom: 11px;
    line-height: 1.38
}

input.auth-input_middle {
    padding-top: 0;
    padding-bottom: 0
}

.auth-input_middle:not(textarea) {
    line-height: 1
}

.auth-input_big {
    font-family: 'Open Sans Condensed',franklingothicdemicondcRg,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 700;
    height: 56px;
    padding: 14px 13px;
    font-size: 26px;
    border-radius: 5px
}

@media only screen and (max-width: 1000px) {
    html .auth-input_big {
        height:48px;
        padding: 15px 11px;
        font-size: 16px;
        font-family: 'Open Sans',Arial,Helvetica Neue,Helvetica,sans-serif;
        font-weight: 400;
        border-radius: 5px
    }
}

textarea.auth-input_big {
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 1.4
}

@media only screen and (max-width: 1000px) {
    html textarea.auth-input_big {
        padding-top:12px;
        padding-bottom: 11px;
        line-height: 1.38
    }
}

input.auth-input_big {
    padding-top: 0;
    padding-bottom: 0
}

@media only screen and (max-width: 1000px) {
    html input.auth-input_big {
        padding-top:0;
        padding-bottom: 0
    }
}

.auth-input_big:not(textarea) {
    line-height: 1
}

.auth-input_huge {
    font-family: 'Open Sans Condensed',franklingothicdemicondcRg,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 700;
    height: 64px;
    padding: 16px 14px;
    font-size: 30px;
    border-radius: 5px
}

@media only screen and (max-width: 1000px) {
    html .auth-input_huge {
        height:48px;
        padding: 15px 11px;
        font-size: 16px;
        font-family: 'Open Sans',Arial,Helvetica Neue,Helvetica,sans-serif;
        font-weight: 400;
        border-radius: 5px
    }
}

textarea.auth-input_huge {
    padding-top: 11px;
    padding-bottom: 9px;
    line-height: 1.38
}

@media only screen and (max-width: 1000px) {
    html textarea.auth-input_huge {
        padding-top:12px;
        padding-bottom: 11px;
        line-height: 1.38
    }
}

input.auth-input_huge {
    padding-top: 0;
    padding-bottom: 0
}

@media only screen and (max-width: 1000px) {
    html input.auth-input_huge {
        padding-top:0;
        padding-bottom: 0
    }
}

.auth-input_huge:not(textarea) {
    line-height: 1
}

.auth-input_width_auto {
    width: auto
}

.auth-input_width_full {
    width: 100%
}

.auth-input_height_auto {
    height: auto
}

.auth-input_height_full {
    height: 100%
}

.auth-input_text_right {
    text-align: right
}

.auth-input_text_left {
    text-align: left
}

.auth-input_text_center {
    text-align: center
}

.auth-input__wrapper {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative
}

.auth-input__wrapper:after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 36px;
    padding: 0 10px;
    line-height: 38px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -o-transition: color .2s ease,opacity .2s ease,visible .2s ease;
    transition: color .2s ease,opacity .2s ease,visible .2s ease;
    pointer-events: none;
    z-index: 1
}

.auth-input__wrapper_animated:after,.auth-input__wrapper_error:after,.auth-input__wrapper_success:after,.auth-input__wrapper_warning:after {
    visibility: visible;
    opacity: 1
}

.auth-input__wrapper_animated:after {
    background-image: url(/images/auth/i-spinner-yellow-alter.png);
    -webkit-animation: auth-spinner .7s linear infinite;
    -o-animation: auth-spinner .7s linear infinite;
    animation: auth-spinner .7s linear infinite
}

.auth-input__wrapper_success:after {
    background-image: url(/images/auth/i-sign-tip-checkbox-green.png)
}

.auth-input__wrapper_warning:after {
    background-image: url(/images/auth/i-sign-screamer-orange.png)
}

.auth-input__wrapper_error:after {
    background-image: url(/images/auth/i-sign-screamer-red.png)
}

.auth-input__combo {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    white-space: nowrap
}

.auth-input__combo_elastic,.auth-input__combo_stretch {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    box-sizing: border-box
}

.auth-input__combo_stretch>.auth-button,.auth-input__combo_stretch>.auth-input,.auth-input__combo_stretch>.auth-input__wrapper {
    -ms-flex: 1 1 100px;
    flex: 1 1 100px
}

.auth-input__combo_stretch>.auth-input__wrapper .auth-button,.auth-input__combo_stretch>.auth-input__wrapper .auth-input {
    width: 100%
}

.auth-input__combo_elastic>.auth-input,.auth-input__combo_elastic>.auth-input__wrapper {
    -ms-flex: 1 1 100px;
    flex: 1 1 100px
}

.auth-input__combo_elastic>.auth-button {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.auth-input__combo_elastic>.auth-input__wrapper .auth-input {
    width: 100%
}

.auth-input__combo_elastic>.auth-input__wrapper .auth-button {
    width: auto
}

.auth-input__combo:not(.auth-input__combo_elastic)>.auth-button,.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input,.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input__wrapper {
    margin-right: -1px!important
}

.auth-input__combo:not(.auth-input__combo_elastic)>.auth-button:last-child,.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input:last-child,.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input__wrapper:last-child {
    margin-right: 0!important
}

.auth-input__combo:not(.auth-input__combo_elastic)>.auth-button:first-child:not(:last-child),.auth-input__combo:not(.auth-input__combo_elastic)>.auth-button:first-child:not(:last-child)>.auth-button,.auth-input__combo:not(.auth-input__combo_elastic)>.auth-button:first-child:not(:last-child)>.auth-input,.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input:first-child:not(:last-child),.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input:first-child:not(:last-child)>.auth-button,.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input:first-child:not(:last-child)>.auth-input,.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input__wrapper:first-child:not(:last-child),.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input__wrapper:first-child:not(:last-child)>.auth-button,.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input__wrapper:first-child:not(:last-child)>.auth-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.auth-input__combo:not(.auth-input__combo_elastic)>.auth-button:last-child:not(:first-child),.auth-input__combo:not(.auth-input__combo_elastic)>.auth-button:last-child:not(:first-child)>.auth-button,.auth-input__combo:not(.auth-input__combo_elastic)>.auth-button:last-child:not(:first-child)>.auth-input,.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input:last-child:not(:first-child),.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input:last-child:not(:first-child)>.auth-button,.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input:last-child:not(:first-child)>.auth-input,.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input__wrapper:last-child:not(:first-child),.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input__wrapper:last-child:not(:first-child)>.auth-button,.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input__wrapper:last-child:not(:first-child)>.auth-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.auth-input__combo:not(.auth-input__combo_elastic)>.auth-button:not(:first-child):not(:last-child),.auth-input__combo:not(.auth-input__combo_elastic)>.auth-button:not(:first-child):not(:last-child)>.auth-button,.auth-input__combo:not(.auth-input__combo_elastic)>.auth-button:not(:first-child):not(:last-child)>.auth-input,.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input:not(:first-child):not(:last-child),.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input:not(:first-child):not(:last-child)>.auth-button,.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input:not(:first-child):not(:last-child)>.auth-input,.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input__wrapper:not(:first-child):not(:last-child),.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input__wrapper:not(:first-child):not(:last-child)>.auth-button,.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input__wrapper:not(:first-child):not(:last-child)>.auth-input {
    border-radius: 0
}

.auth-input__combo:not(.auth-input__combo_elastic)>.auth-button {
    border-left: 1px solid #ccc
}

.auth-input__combo:not(.auth-input__combo_elastic)>.auth-button:first-child {
    border-left: 0
}

.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input__wrapper .auth-button {
    border-left: 1px solid #ccc
}

.auth-input__combo:not(.auth-input__combo_elastic)>.auth-input__wrapper:first-child .auth-button {
    border-left: 0
}

.auth-input__combo:not(.auth-input__combo_elastic) .auth-input {
    position: relative;
    z-index: 1
}

.auth-input__combo:not(.auth-input__combo_elastic) .auth-input:focus,.auth-input__combo:not(.auth-input__combo_elastic) .auth-input:hover,.auth-input__combo:not(.auth-input__combo_elastic) .auth-input_error,.auth-input__combo:not(.auth-input__combo_elastic) .auth-input_focus,.auth-input__combo:not(.auth-input__combo_elastic) .auth-input_success,.auth-input__combo:not(.auth-input__combo_elastic) .auth-input_warning {
    z-index: 2
}

.auth-input__helper {
    box-sizing: border-box;
    position: absolute;
    width: 34px;
    padding: 0 10px;
    line-height: 38px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 5px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -o-transition: color .2s ease,opacity .2s ease,visible .2s ease;
    transition: color .2s ease,opacity .2s ease,visible .2s ease;
    z-index: 1
}

.auth-input__helper:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.auth-input__helper:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    right: 100%;
    top: 0;
    bottom: 0;
    background-image: -o-linear-gradient(0deg,rgba(255,255,255,.4)0,#fff 100%);
    background-image: linear-gradient(90deg,rgba(255,255,255,.4)0,#fff 100%)
}

.auth-input__helper_visible {
    visibility: visible;
    opacity: 1
}

.auth-input__helper_shift {
    right: auto;
    left: 100%;
    background-color: transparent!important
}

.auth-input__helper_shift:after {
    display: none
}

.auth-input__helper_clear:before {
    background-image: url(/images/auth/i-sign-clear-gray.png);
    background-size: 16px 16px
}

.auth-input__helper_clear:hover:before {
    opacity: .6
}

.auth-input__helper_datepicker {
    pointer-events: none
}

.auth-input__helper_datepicker:before {
    background-image: url(/images/auth/i-calendar-black.png);
    background-size: 14px 15px
}

.auth-input__helper_remove:before {
    background-image: url(/images/auth/i-trash-black.svg);
    background-size: 12px 18px
}

.auth-input__helper_remove:hover:before {
    background-image: url(/images/auth/i-trash-black-alter.svg)
}

.auth-input__helper_prefix,.auth-input__helper_sign {
    width: auto;
    pointer-events: none;
    right: auto;
    left: 1px;
    background-color: transparent!important
}

.auth-input__helper_prefix:after,.auth-input__helper_sign:after {
    display: none
}

.auth-input__helper_hint {
    padding: 0 16px
}

.auth-input__helper_hint,.auth-input__helper_hint_specific {
    width: auto;
    pointer-events: none
}

.auth-input__helper_hint_specific {
    padding: 0 10px
}

.auth-input__helper_insecure:before {
    background-image: url(/images/auth/i-eye-open-black.png);
    background-size: 16px 11px
}

.auth-input__helper_insecure:hover:before {
    opacity: .6
}

.auth-input__helper_secure:before {
    background-image: url(/images/auth/i-eye-close-black.png);
    background-size: 16px 13px
}

.auth-input__helper_secure:hover:before {
    opacity: .6
}

.auth-input__faux {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: -4px;
    padding-bottom: 4px
}

.auth-input__real {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    border: 0;
    padding: inherit;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none
}

.auth-input__tags-list {
    margin: -8px -5px -13px -3px;
    font-size: 0;
    white-space: normal
}

.auth-input__tags-item {
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1
}

.auth-input__tags-item_primary {
    margin-right: 5px
}

.auth-input__tags-item_secondary {
    margin-left: -1px;
    left: 1px
}

.auth-input__tags-item_secondary:first-child {
    margin-left: 9px;
    left: 0
}

.auth-input__tags-button,.auth-input__tags-search,.auth-input__tags-suggests {
    height: 32px;
    line-height: 1;
    box-sizing: border-box
}

.auth-input__tags-search,.auth-input__tags-suggests {
    min-width: 1px;
    padding: 8px 0;
    font-size: 16px
}

.auth-input__tags-button {
    padding-left: 12px!important;
    padding-right: 30px!important
}

.auth-input__tags-button:after {
    content: '\e607';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 12px;
    margin-top: -5px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 10px;
    font-family: onliner-auth!important;
    speak: none;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    cursor: pointer;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: #ccc
}

.auth-input__tags-button:hover {
    text-decoration: line-through!important
}

.auth-input__tags-button:hover:after {
    color: #000
}

.auth-input__tags-suggests {
    color: transparent;
    pointer-events: none;
    white-space: pre
}

.auth-input__tags-search {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0;
    background-color: transparent;
    color: inherit;
    -webkit-appearance: none;
    appearance: none
}

.auth-input__tags-search::-webkit-input-placeholder {
    font-size: inherit;
    color: gray
}

input.auth-input__tags-search::-webkit-input-placeholder {
    line-height: normal
}

.auth-input__tags-search::-moz-placeholder {
    font-size: inherit;
    color: gray
}

.auth-input__tags-search:-ms-input-placeholder {
    font-size: inherit;
    color: gray
}

.auth-tooltip {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 100%;
    position: absolute;
    box-sizing: border-box;
    text-align: center;
    text-shadow: none;
    white-space: normal;
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    -o-transition: -o-transform .2s cubic-bezier(0.9,.1,.1,.9),visibility .2s cubic-bezier(0.9,.1,.1,.9),opacity .2s cubic-bezier(0.9,.1,.1,.9);
    transition: -webkit-transform .2s cubic-bezier(0.9,.1,.1,.9),visibility .2s cubic-bezier(0.9,.1,.1,.9),opacity .2s cubic-bezier(0.9,.1,.1,.9);
    transition: transform .2s cubic-bezier(0.9,.1,.1,.9),visibility .2s cubic-bezier(0.9,.1,.1,.9),opacity .2s cubic-bezier(0.9,.1,.1,.9);
    font-family: 'Open Sans',Arial,Helvetica Neue,Helvetica,sans-serif;
    -webkit-text-size-adjust: 100%
}

.auth-tooltip__handle_interactive:hover .auth-tooltip,.auth-tooltip__handle_opened .auth-tooltip,.auth-tooltip_visible {
    visibility: visible;
    opacity: 1
}

.auth-tooltip_primary {
    background-color: #fff;
    color: #000;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.15)
}

.auth-tooltip_error {
    background-color: #ffe7e6;
    color: #700e08;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.15)
}

.auth-tooltip_warning {
    background-color: #F0EDFC;
    color: #794405;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.15)
}

.auth-tooltip_success {
    background-color: #f4ffe6;
    color: #395417;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.15)
}

.auth-tooltip_small {
    padding: 11px 16px;
    font-size: 13px;
    line-height: 1.231;
    border-radius: 5px
}

.auth-tooltip_base {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.429;
    border-radius: 5px
}

.auth-tooltip_middle {
    padding: 17px 20px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 5px
}

@media only screen and (max-width: 1000px) {
    html .auth-tooltip_middle {
        padding:15px 20px;
        font-size: 14px;
        line-height: 1.429;
        border-radius: 5px
    }
}

.auth-tooltip_big {
    padding: 20px;
    font-size: 18px;
    line-height: 1.334;
    border-radius: 6px
}

@media only screen and (max-width: 1000px) {
    html .auth-tooltip_big {
        padding:15px 20px;
        font-size: 14px;
        line-height: 1.429;
        border-radius: 5px
    }
}

.auth-tooltip_huge {
    padding: 25px 20px;
    font-size: 20px;
    line-height: 1.3;
    border-radius: 6px
}

@media only screen and (max-width: 1000px) {
    html .auth-tooltip_huge {
        padding:15px 20px;
        font-size: 14px;
        line-height: 1.429;
        border-radius: 5px
    }
}

.auth-tooltip_nowrap {
    width: auto;
    white-space: nowrap
}

.auth-tooltip_width_auto {
    width: auto
}

.auth-tooltip_width_full {
    width: 100%
}

.auth-tooltip_height_auto {
    height: auto
}

.auth-tooltip_height_full {
    height: 100%
}

.auth-tooltip_text_right {
    text-align: right
}

.auth-tooltip_text_left {
    text-align: left
}

.auth-tooltip_text_center {
    text-align: center
}

.auth-tooltip_bottom-left:before,.auth-tooltip_bottom-right:before,.auth-tooltip_bottom:before,.auth-tooltip_left-bottom:before,.auth-tooltip_left-top:before,.auth-tooltip_left:before,.auth-tooltip_right-bottom:before,.auth-tooltip_right-top:before,.auth-tooltip_right:before,.auth-tooltip_top-left:before,.auth-tooltip_top-right:before,.auth-tooltip_top:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.auth-tooltip_primary.auth-tooltip_bottom-left:before,.auth-tooltip_primary.auth-tooltip_bottom-right:before,.auth-tooltip_primary.auth-tooltip_bottom:before,.auth-tooltip_primary.auth-tooltip_left-bottom:before,.auth-tooltip_primary.auth-tooltip_left-top:before,.auth-tooltip_primary.auth-tooltip_left:before,.auth-tooltip_primary.auth-tooltip_right-bottom:before,.auth-tooltip_primary.auth-tooltip_right-top:before,.auth-tooltip_primary.auth-tooltip_right:before,.auth-tooltip_primary.auth-tooltip_top-left:before,.auth-tooltip_primary.auth-tooltip_top-right:before,.auth-tooltip_primary.auth-tooltip_top:before {
    background-color: #fff
}

.auth-tooltip_error.auth-tooltip_bottom-left:before,.auth-tooltip_error.auth-tooltip_bottom-right:before,.auth-tooltip_error.auth-tooltip_bottom:before,.auth-tooltip_error.auth-tooltip_left-bottom:before,.auth-tooltip_error.auth-tooltip_left-top:before,.auth-tooltip_error.auth-tooltip_left:before,.auth-tooltip_error.auth-tooltip_right-bottom:before,.auth-tooltip_error.auth-tooltip_right-top:before,.auth-tooltip_error.auth-tooltip_right:before,.auth-tooltip_error.auth-tooltip_top-left:before,.auth-tooltip_error.auth-tooltip_top-right:before,.auth-tooltip_error.auth-tooltip_top:before {
    background-color: #ffe7e6
}

.auth-tooltip_warning.auth-tooltip_bottom-left:before,.auth-tooltip_warning.auth-tooltip_bottom-right:before,.auth-tooltip_warning.auth-tooltip_bottom:before,.auth-tooltip_warning.auth-tooltip_left-bottom:before,.auth-tooltip_warning.auth-tooltip_left-top:before,.auth-tooltip_warning.auth-tooltip_left:before,.auth-tooltip_warning.auth-tooltip_right-bottom:before,.auth-tooltip_warning.auth-tooltip_right-top:before,.auth-tooltip_warning.auth-tooltip_right:before,.auth-tooltip_warning.auth-tooltip_top-left:before,.auth-tooltip_warning.auth-tooltip_top-right:before,.auth-tooltip_warning.auth-tooltip_top:before {
    background-color: #F0EDFC
}

.auth-tooltip_success.auth-tooltip_bottom-left:before,.auth-tooltip_success.auth-tooltip_bottom-right:before,.auth-tooltip_success.auth-tooltip_bottom:before,.auth-tooltip_success.auth-tooltip_left-bottom:before,.auth-tooltip_success.auth-tooltip_left-top:before,.auth-tooltip_success.auth-tooltip_left:before,.auth-tooltip_success.auth-tooltip_right-bottom:before,.auth-tooltip_success.auth-tooltip_right-top:before,.auth-tooltip_success.auth-tooltip_right:before,.auth-tooltip_success.auth-tooltip_top-left:before,.auth-tooltip_success.auth-tooltip_top-right:before,.auth-tooltip_success.auth-tooltip_top:before {
    background-color: #f4ffe6
}

@media only screen and (max-width: 1000px) {
    html .auth-tooltip_left,html .auth-tooltip_left-bottom,html .auth-tooltip_left-top,html .auth-tooltip_right,html .auth-tooltip_right-bottom,html .auth-tooltip_right-top {
        max-width:100%;
        left: 50%;
        right: auto;
        top: 100%;
        bottom: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: auto
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-tooltip_left-bottom:before,html .auth-tooltip_left-top:before,html .auth-tooltip_left:before,html .auth-tooltip_right-bottom:before,html .auth-tooltip_right-top:before,html .auth-tooltip_right:before {
        left:50%;
        right: auto;
        top: auto;
        bottom: 100%;
        margin-left: -6px;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: -7px
    }
}

.auth-tooltip_bottom,.auth-tooltip_top {
    left: 50%
}

.auth-tooltip_bottom:before,.auth-tooltip_top:before {
    left: 50%;
    margin-left: -6px
}

.auth-tooltip_left,.auth-tooltip_right {
    top: 50%
}

.auth-tooltip_left:before,.auth-tooltip_right:before {
    top: 50%;
    margin-top: -6px
}

.auth-tooltip_top,.auth-tooltip_top-left,.auth-tooltip_top-right {
    bottom: 100%;
    margin-bottom: 10px
}

.auth-tooltip_top-left:before,.auth-tooltip_top-right:before,.auth-tooltip_top:before {
    top: 100%;
    margin-top: -7px
}

.auth-tooltip_bottom,.auth-tooltip_bottom-left,.auth-tooltip_bottom-right {
    top: 100%;
    margin-top: 10px
}

.auth-tooltip_bottom-left:before,.auth-tooltip_bottom-right:before,.auth-tooltip_bottom:before {
    bottom: 100%;
    margin-bottom: -7px
}

.auth-tooltip_left,.auth-tooltip_left-bottom,.auth-tooltip_left-top {
    max-width: none;
    right: 100%;
    margin-right: 10px
}

.auth-tooltip_left-bottom:before,.auth-tooltip_left-top:before,.auth-tooltip_left:before {
    left: 100%;
    margin-left: -7px
}

.auth-tooltip_right,.auth-tooltip_right-bottom,.auth-tooltip_right-top {
    max-width: none;
    left: 100%;
    margin-left: 10px
}

.auth-tooltip_right-bottom:before,.auth-tooltip_right-top:before,.auth-tooltip_right:before {
    right: 100%;
    margin-right: -7px
}

.auth-tooltip_bottom-left,.auth-tooltip_top-left {
    left: 0
}

.auth-tooltip_bottom-left:before,.auth-tooltip_top-left:before {
    left: 20px
}

.auth-tooltip_bottom-right,.auth-tooltip_top-right {
    right: 0
}

@media only screen and (max-width: 1000px) {
    html .auth-tooltip_bottom-right,html .auth-tooltip_top-right {
        right:auto;
        left: 0
    }
}

.auth-tooltip_bottom-right:before,.auth-tooltip_top-right:before {
    right: 20px
}

@media only screen and (max-width: 1000px) {
    html .auth-tooltip_bottom-right:before,html .auth-tooltip_top-right:before {
        right:auto;
        left: 20px
    }
}

.auth-tooltip_left-top,.auth-tooltip_right-top {
    top: 0
}

.auth-tooltip_left-top:before,.auth-tooltip_right-top:before {
    top: 20px
}

.auth-tooltip_left-bottom,.auth-tooltip_right-bottom {
    bottom: 0
}

.auth-tooltip_left-bottom:before,.auth-tooltip_right-bottom:before {
    bottom: 20px
}

.auth-tooltip__handle_interactive:hover .auth-tooltip_bottom,.auth-tooltip__handle_interactive:hover .auth-tooltip_top,.auth-tooltip__handle_opened .auth-tooltip_bottom,.auth-tooltip__handle_opened .auth-tooltip_top,.auth-tooltip_bottom.auth-tooltip_visible,.auth-tooltip_top.auth-tooltip_visible {
    -webkit-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}

.auth-tooltip__handle_interactive:hover .auth-tooltip_left,.auth-tooltip__handle_interactive:hover .auth-tooltip_right,.auth-tooltip__handle_opened .auth-tooltip_left,.auth-tooltip__handle_opened .auth-tooltip_right,.auth-tooltip_left.auth-tooltip_visible,.auth-tooltip_right.auth-tooltip_visible {
    -webkit-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

.auth-tooltip__handle_interactive:hover .auth-tooltip_bottom-left,.auth-tooltip__handle_interactive:hover .auth-tooltip_bottom-right,.auth-tooltip__handle_interactive:hover .auth-tooltip_left-bottom,.auth-tooltip__handle_interactive:hover .auth-tooltip_left-top,.auth-tooltip__handle_interactive:hover .auth-tooltip_right-bottom,.auth-tooltip__handle_interactive:hover .auth-tooltip_right-top,.auth-tooltip__handle_interactive:hover .auth-tooltip_top-left,.auth-tooltip__handle_interactive:hover .auth-tooltip_top-right,.auth-tooltip__handle_opened .auth-tooltip_bottom-left,.auth-tooltip__handle_opened .auth-tooltip_bottom-right,.auth-tooltip__handle_opened .auth-tooltip_left-bottom,.auth-tooltip__handle_opened .auth-tooltip_left-top,.auth-tooltip__handle_opened .auth-tooltip_right-bottom,.auth-tooltip__handle_opened .auth-tooltip_right-top,.auth-tooltip__handle_opened .auth-tooltip_top-left,.auth-tooltip__handle_opened .auth-tooltip_top-right,.auth-tooltip_bottom-left.auth-tooltip_visible,.auth-tooltip_bottom-right.auth-tooltip_visible,.auth-tooltip_left-bottom.auth-tooltip_visible,.auth-tooltip_left-top.auth-tooltip_visible,.auth-tooltip_right-bottom.auth-tooltip_visible,.auth-tooltip_right-top.auth-tooltip_visible,.auth-tooltip_top-left.auth-tooltip_visible,.auth-tooltip_top-right.auth-tooltip_visible {
    -webkit-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
}

@media only screen and (max-width: 1000px) {
    html .auth-tooltip__handle_interactive:hover .auth-tooltip_left,html .auth-tooltip__handle_interactive:hover .auth-tooltip_left-bottom,html .auth-tooltip__handle_interactive:hover .auth-tooltip_left-top,html .auth-tooltip__handle_interactive:hover .auth-tooltip_right,html .auth-tooltip__handle_interactive:hover .auth-tooltip_right-bottom,html .auth-tooltip__handle_interactive:hover .auth-tooltip_right-top,html .auth-tooltip__handle_opened .auth-tooltip_left,html .auth-tooltip__handle_opened .auth-tooltip_left-bottom,html .auth-tooltip__handle_opened .auth-tooltip_left-top,html .auth-tooltip__handle_opened .auth-tooltip_right,html .auth-tooltip__handle_opened .auth-tooltip_right-bottom,html .auth-tooltip__handle_opened .auth-tooltip_right-top,html .auth-tooltip_left-bottom.auth-tooltip_visible,html .auth-tooltip_left-top.auth-tooltip_visible,html .auth-tooltip_left.auth-tooltip_visible,html .auth-tooltip_right-bottom.auth-tooltip_visible,html .auth-tooltip_right-top.auth-tooltip_visible,html .auth-tooltip_right.auth-tooltip_visible {
        -webkit-transform:translateX(-50%) translateY(0);
        -o-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0)
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-tooltip_left,html .auth-tooltip_left-bottom,html .auth-tooltip_left-top,html .auth-tooltip_right,html .auth-tooltip_right-bottom,html .auth-tooltip_right-top {
        -webkit-transform:translateX(-50%) translateY(60px);
        -o-transform: translateX(-50%) translateY(60px);
        transform: translateX(-50%) translateY(60px)
    }
}

.auth-tooltip_top {
    -webkit-transform: translateX(-50%) translateY(-60px);
    -o-transform: translateX(-50%) translateY(-60px);
    transform: translateX(-50%) translateY(-60px)
}

.auth-tooltip_bottom {
    -webkit-transform: translateX(-50%) translateY(60px);
    -o-transform: translateX(-50%) translateY(60px);
    transform: translateX(-50%) translateY(60px)
}

.auth-tooltip_left {
    -webkit-transform: translateX(-60px) translateY(-50%);
    -o-transform: translateX(-60px) translateY(-50%);
    transform: translateX(-60px) translateY(-50%)
}

.auth-tooltip_right {
    -webkit-transform: translateX(60px) translateY(-50%);
    -o-transform: translateX(60px) translateY(-50%);
    transform: translateX(60px) translateY(-50%)
}

.auth-tooltip_top-left,.auth-tooltip_top-right {
    -webkit-transform: translateX(0) translateY(-60px);
    -o-transform: translateX(0) translateY(-60px);
    transform: translateX(0) translateY(-60px)
}

.auth-tooltip_bottom-left,.auth-tooltip_bottom-right {
    -webkit-transform: translateX(0) translateY(60px);
    -o-transform: translateX(0) translateY(60px);
    transform: translateX(0) translateY(60px)
}

.auth-tooltip_left-bottom,.auth-tooltip_left-top {
    -webkit-transform: translateX(-60px) translateY(0);
    -o-transform: translateX(-60px) translateY(0);
    transform: translateX(-60px) translateY(0)
}

.auth-tooltip_right-bottom,.auth-tooltip_right-top {
    -webkit-transform: translateX(60px) translateY(0);
    -o-transform: translateX(60px) translateY(0);
    transform: translateX(60px) translateY(0)
}

.auth-tooltip__handle {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.auth-popover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    box-sizing: border-box;
    text-align: left;
    text-shadow: none;
    white-space: normal;
    z-index: 25;
    visibility: hidden;
    opacity: 0;
    -o-transition: -o-transform .2s cubic-bezier(0.9,.1,.1,.9),visibility .2s cubic-bezier(0.9,.1,.1,.9),opacity .2s cubic-bezier(0.9,.1,.1,.9);
    transition: -webkit-transform .2s cubic-bezier(0.9,.1,.1,.9),visibility .2s cubic-bezier(0.9,.1,.1,.9),opacity .2s cubic-bezier(0.9,.1,.1,.9);
    transition: transform .2s cubic-bezier(0.9,.1,.1,.9),visibility .2s cubic-bezier(0.9,.1,.1,.9),opacity .2s cubic-bezier(0.9,.1,.1,.9);
    font-family: 'Open Sans',Arial,Helvetica Neue,Helvetica,sans-serif;
    -webkit-text-size-adjust: 100%
}

.auth-popover__handle_interactive:hover .auth-popover,.auth-popover__handle_opened .auth-popover,.auth-popover_visible {
    visibility: visible;
    opacity: 1
}

.auth-popover_noarrow:before {
    display: none!important
}

.auth-popover_error,.auth-popover_primary,.auth-popover_success,.auth-popover_warning {
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 8px 24px 0 rgba(0,0,0,.26)
}

@media only screen and (max-width: 1000px) {
    html .auth-popover_specific {
        width:auto!important;
        min-width: 0!important;
        max-width: none!important;
        max-height: 100%!important;
        top: auto!important;
        bottom: 0!important;
        left: 0!important;
        right: 0!important;
        border-radius: 10px 10px 0 0!important;
        box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed!important;
        overflow: visible!important;
        -webkit-transform: translateX(0) translateY(100%)!important;
        -o-transform: translateX(0) translateY(100%)!important;
        transform: translateX(0) translateY(100%)!important;
        z-index: 40
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-popover_specific .auth-popover__tail,html .auth-popover_specific:after,html .auth-popover_specific:before {
        display:none!important
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-popover__handle_interactive:hover .auth-popover_specific,html .auth-popover__handle_opened .auth-popover_specific,html .auth-popover_specific.auth-popover_visible {
        -webkit-transform:translateX(0) translateY(0)!important;
        -o-transform: translateX(0) translateY(0)!important;
        transform: translateX(0) translateY(0)!important
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-popover_specific .auth-popover__container {
        max-height:none!important;
        padding-bottom: 20px;
        -ms-flex: 1;
        flex: 1
    }
}

.auth-popover_small {
    padding: 20px 24px;
    font-size: 13px;
    line-height: 1.231;
    border-radius: 5px
}

@media only screen and (max-width: 1000px) {
    html .auth-popover_small {
        padding:20px 16px
    }
}

.auth-popover_base {
    padding: 24px;
    font-size: 14px;
    line-height: 1.429;
    border-radius: 5px
}

.auth-popover_middle {
    padding: 40px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 5px
}

@media only screen and (max-width: 1000px) {
    html .auth-popover_middle {
        padding:24px;
        font-size: 14px;
        line-height: 1.429;
        border-radius: 5px
    }
}

.auth-popover_big {
    padding: 50px;
    font-size: 18px;
    line-height: 1.334;
    border-radius: 6px
}

@media only screen and (max-width: 1000px) {
    html .auth-popover_big {
        padding:24px;
        font-size: 14px;
        line-height: 1.429;
        border-radius: 5px
    }
}

.auth-popover_huge {
    padding: 60px;
    font-size: 20px;
    line-height: 1.3;
    border-radius: 6px
}

@media only screen and (max-width: 1000px) {
    html .auth-popover_huge {
        padding:24px;
        font-size: 14px;
        line-height: 1.429;
        border-radius: 5px
    }
}

.auth-popover_hidden {
    display: none
}

.auth-popover__handle_interactive:hover .auth-popover_hidden,.auth-popover__handle_opened .auth-popover_hidden,.auth-popover_hidden.auth-popover_visible {
    display: block
}

.auth-popover_width_auto {
    width: auto
}

.auth-popover_width_full {
    width: 100%
}

.auth-popover_height_auto {
    height: auto
}

.auth-popover_height_full {
    height: 100%
}

.auth-popover_text_right {
    text-align: right
}

.auth-popover_text_left {
    text-align: left
}

.auth-popover_text_center {
    text-align: center
}

.auth-popover_bottom .auth-popover__tail,.auth-popover_bottom-left .auth-popover__tail,.auth-popover_bottom-left:before,.auth-popover_bottom-right .auth-popover__tail,.auth-popover_bottom-right:before,.auth-popover_bottom:before,.auth-popover_left .auth-popover__tail,.auth-popover_left-bottom .auth-popover__tail,.auth-popover_left-bottom:before,.auth-popover_left-top .auth-popover__tail,.auth-popover_left-top:before,.auth-popover_left:before,.auth-popover_right .auth-popover__tail,.auth-popover_right-bottom .auth-popover__tail,.auth-popover_right-bottom:before,.auth-popover_right-top .auth-popover__tail,.auth-popover_right-top:before,.auth-popover_right:before,.auth-popover_top .auth-popover__tail,.auth-popover_top-left .auth-popover__tail,.auth-popover_top-left:before,.auth-popover_top-right .auth-popover__tail,.auth-popover_top-right:before,.auth-popover_top:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.05);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.auth-popover_bottom-left:after,.auth-popover_bottom-right:after,.auth-popover_bottom:after,.auth-popover_left-bottom:after,.auth-popover_left-top:after,.auth-popover_left:after,.auth-popover_right-bottom:after,.auth-popover_right-top:after,.auth-popover_right:after,.auth-popover_top-left:after,.auth-popover_top-right:after,.auth-popover_top:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    border-radius: 4px
}

.auth-popover_small.auth-popover_bottom .auth-popover__tail,.auth-popover_small.auth-popover_bottom-left .auth-popover__tail,.auth-popover_small.auth-popover_bottom-left:before,.auth-popover_small.auth-popover_bottom-right .auth-popover__tail,.auth-popover_small.auth-popover_bottom-right:before,.auth-popover_small.auth-popover_bottom:before,.auth-popover_small.auth-popover_left .auth-popover__tail,.auth-popover_small.auth-popover_left-bottom .auth-popover__tail,.auth-popover_small.auth-popover_left-bottom:before,.auth-popover_small.auth-popover_left-top .auth-popover__tail,.auth-popover_small.auth-popover_left-top:before,.auth-popover_small.auth-popover_left:before,.auth-popover_small.auth-popover_right .auth-popover__tail,.auth-popover_small.auth-popover_right-bottom .auth-popover__tail,.auth-popover_small.auth-popover_right-bottom:before,.auth-popover_small.auth-popover_right-top .auth-popover__tail,.auth-popover_small.auth-popover_right-top:before,.auth-popover_small.auth-popover_right:before,.auth-popover_small.auth-popover_top .auth-popover__tail,.auth-popover_small.auth-popover_top-left .auth-popover__tail,.auth-popover_small.auth-popover_top-left:before,.auth-popover_small.auth-popover_top-right .auth-popover__tail,.auth-popover_small.auth-popover_top-right:before,.auth-popover_small.auth-popover_top:before {
    width: 12px;
    height: 12px
}

.auth-popover_error.auth-popover_bottom .auth-popover__tail,.auth-popover_error.auth-popover_bottom-left .auth-popover__tail,.auth-popover_error.auth-popover_bottom-left:after,.auth-popover_error.auth-popover_bottom-left:before,.auth-popover_error.auth-popover_bottom-right .auth-popover__tail,.auth-popover_error.auth-popover_bottom-right:after,.auth-popover_error.auth-popover_bottom-right:before,.auth-popover_error.auth-popover_bottom:after,.auth-popover_error.auth-popover_bottom:before,.auth-popover_error.auth-popover_left .auth-popover__tail,.auth-popover_error.auth-popover_left-bottom .auth-popover__tail,.auth-popover_error.auth-popover_left-bottom:after,.auth-popover_error.auth-popover_left-bottom:before,.auth-popover_error.auth-popover_left-top .auth-popover__tail,.auth-popover_error.auth-popover_left-top:after,.auth-popover_error.auth-popover_left-top:before,.auth-popover_error.auth-popover_left:after,.auth-popover_error.auth-popover_left:before,.auth-popover_error.auth-popover_right .auth-popover__tail,.auth-popover_error.auth-popover_right-bottom .auth-popover__tail,.auth-popover_error.auth-popover_right-bottom:after,.auth-popover_error.auth-popover_right-bottom:before,.auth-popover_error.auth-popover_right-top .auth-popover__tail,.auth-popover_error.auth-popover_right-top:after,.auth-popover_error.auth-popover_right-top:before,.auth-popover_error.auth-popover_right:after,.auth-popover_error.auth-popover_right:before,.auth-popover_error.auth-popover_top .auth-popover__tail,.auth-popover_error.auth-popover_top-left .auth-popover__tail,.auth-popover_error.auth-popover_top-left:after,.auth-popover_error.auth-popover_top-left:before,.auth-popover_error.auth-popover_top-right .auth-popover__tail,.auth-popover_error.auth-popover_top-right:after,.auth-popover_error.auth-popover_top-right:before,.auth-popover_error.auth-popover_top:after,.auth-popover_error.auth-popover_top:before,.auth-popover_primary.auth-popover_bottom .auth-popover__tail,.auth-popover_primary.auth-popover_bottom-left .auth-popover__tail,.auth-popover_primary.auth-popover_bottom-left:after,.auth-popover_primary.auth-popover_bottom-left:before,.auth-popover_primary.auth-popover_bottom-right .auth-popover__tail,.auth-popover_primary.auth-popover_bottom-right:after,.auth-popover_primary.auth-popover_bottom-right:before,.auth-popover_primary.auth-popover_bottom:after,.auth-popover_primary.auth-popover_bottom:before,.auth-popover_primary.auth-popover_left .auth-popover__tail,.auth-popover_primary.auth-popover_left-bottom .auth-popover__tail,.auth-popover_primary.auth-popover_left-bottom:after,.auth-popover_primary.auth-popover_left-bottom:before,.auth-popover_primary.auth-popover_left-top .auth-popover__tail,.auth-popover_primary.auth-popover_left-top:after,.auth-popover_primary.auth-popover_left-top:before,.auth-popover_primary.auth-popover_left:after,.auth-popover_primary.auth-popover_left:before,.auth-popover_primary.auth-popover_right .auth-popover__tail,.auth-popover_primary.auth-popover_right-bottom .auth-popover__tail,.auth-popover_primary.auth-popover_right-bottom:after,.auth-popover_primary.auth-popover_right-bottom:before,.auth-popover_primary.auth-popover_right-top .auth-popover__tail,.auth-popover_primary.auth-popover_right-top:after,.auth-popover_primary.auth-popover_right-top:before,.auth-popover_primary.auth-popover_right:after,.auth-popover_primary.auth-popover_right:before,.auth-popover_primary.auth-popover_top .auth-popover__tail,.auth-popover_primary.auth-popover_top-left .auth-popover__tail,.auth-popover_primary.auth-popover_top-left:after,.auth-popover_primary.auth-popover_top-left:before,.auth-popover_primary.auth-popover_top-right .auth-popover__tail,.auth-popover_primary.auth-popover_top-right:after,.auth-popover_primary.auth-popover_top-right:before,.auth-popover_primary.auth-popover_top:after,.auth-popover_primary.auth-popover_top:before,.auth-popover_success.auth-popover_bottom .auth-popover__tail,.auth-popover_success.auth-popover_bottom-left .auth-popover__tail,.auth-popover_success.auth-popover_bottom-left:after,.auth-popover_success.auth-popover_bottom-left:before,.auth-popover_success.auth-popover_bottom-right .auth-popover__tail,.auth-popover_success.auth-popover_bottom-right:after,.auth-popover_success.auth-popover_bottom-right:before,.auth-popover_success.auth-popover_bottom:after,.auth-popover_success.auth-popover_bottom:before,.auth-popover_success.auth-popover_left .auth-popover__tail,.auth-popover_success.auth-popover_left-bottom .auth-popover__tail,.auth-popover_success.auth-popover_left-bottom:after,.auth-popover_success.auth-popover_left-bottom:before,.auth-popover_success.auth-popover_left-top .auth-popover__tail,.auth-popover_success.auth-popover_left-top:after,.auth-popover_success.auth-popover_left-top:before,.auth-popover_success.auth-popover_left:after,.auth-popover_success.auth-popover_left:before,.auth-popover_success.auth-popover_right .auth-popover__tail,.auth-popover_success.auth-popover_right-bottom .auth-popover__tail,.auth-popover_success.auth-popover_right-bottom:after,.auth-popover_success.auth-popover_right-bottom:before,.auth-popover_success.auth-popover_right-top .auth-popover__tail,.auth-popover_success.auth-popover_right-top:after,.auth-popover_success.auth-popover_right-top:before,.auth-popover_success.auth-popover_right:after,.auth-popover_success.auth-popover_right:before,.auth-popover_success.auth-popover_top .auth-popover__tail,.auth-popover_success.auth-popover_top-left .auth-popover__tail,.auth-popover_success.auth-popover_top-left:after,.auth-popover_success.auth-popover_top-left:before,.auth-popover_success.auth-popover_top-right .auth-popover__tail,.auth-popover_success.auth-popover_top-right:after,.auth-popover_success.auth-popover_top-right:before,.auth-popover_success.auth-popover_top:after,.auth-popover_success.auth-popover_top:before,.auth-popover_warning.auth-popover_bottom .auth-popover__tail,.auth-popover_warning.auth-popover_bottom-left .auth-popover__tail,.auth-popover_warning.auth-popover_bottom-left:after,.auth-popover_warning.auth-popover_bottom-left:before,.auth-popover_warning.auth-popover_bottom-right .auth-popover__tail,.auth-popover_warning.auth-popover_bottom-right:after,.auth-popover_warning.auth-popover_bottom-right:before,.auth-popover_warning.auth-popover_bottom:after,.auth-popover_warning.auth-popover_bottom:before,.auth-popover_warning.auth-popover_left .auth-popover__tail,.auth-popover_warning.auth-popover_left-bottom .auth-popover__tail,.auth-popover_warning.auth-popover_left-bottom:after,.auth-popover_warning.auth-popover_left-bottom:before,.auth-popover_warning.auth-popover_left-top .auth-popover__tail,.auth-popover_warning.auth-popover_left-top:after,.auth-popover_warning.auth-popover_left-top:before,.auth-popover_warning.auth-popover_left:after,.auth-popover_warning.auth-popover_left:before,.auth-popover_warning.auth-popover_right .auth-popover__tail,.auth-popover_warning.auth-popover_right-bottom .auth-popover__tail,.auth-popover_warning.auth-popover_right-bottom:after,.auth-popover_warning.auth-popover_right-bottom:before,.auth-popover_warning.auth-popover_right-top .auth-popover__tail,.auth-popover_warning.auth-popover_right-top:after,.auth-popover_warning.auth-popover_right-top:before,.auth-popover_warning.auth-popover_right:after,.auth-popover_warning.auth-popover_right:before,.auth-popover_warning.auth-popover_top .auth-popover__tail,.auth-popover_warning.auth-popover_top-left .auth-popover__tail,.auth-popover_warning.auth-popover_top-left:after,.auth-popover_warning.auth-popover_top-left:before,.auth-popover_warning.auth-popover_top-right .auth-popover__tail,.auth-popover_warning.auth-popover_top-right:after,.auth-popover_warning.auth-popover_top-right:before,.auth-popover_warning.auth-popover_top:after,.auth-popover_warning.auth-popover_top:before {
    background-color: #fff
}

@media only screen and (max-width: 1000px) {
    html .auth-popover_left,html .auth-popover_left-bottom,html .auth-popover_left-top,html .auth-popover_right,html .auth-popover_right-bottom,html .auth-popover_right-top {
        left:50%;
        right: auto;
        top: 100%;
        bottom: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 7px;
        margin-bottom: auto
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-popover_left .auth-popover__tail,html .auth-popover_left-bottom .auth-popover__tail,html .auth-popover_left-bottom:before,html .auth-popover_left-top .auth-popover__tail,html .auth-popover_left-top:before,html .auth-popover_left:before,html .auth-popover_right .auth-popover__tail,html .auth-popover_right-bottom .auth-popover__tail,html .auth-popover_right-bottom:before,html .auth-popover_right-top .auth-popover__tail,html .auth-popover_right-top:before,html .auth-popover_right:before {
        left:50%;
        right: auto;
        top: auto;
        bottom: 100%;
        margin-left: -6px;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: -6px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-popover_left-bottom:after,html .auth-popover_left-top:after,html .auth-popover_left:after,html .auth-popover_right-bottom:after,html .auth-popover_right-top:after,html .auth-popover_right:after {
        bottom:auto;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        height: 15px
    }
}

.auth-popover_bottom,.auth-popover_top {
    left: 50%
}

.auth-popover_bottom .auth-popover__tail,.auth-popover_bottom:before,.auth-popover_top .auth-popover__tail,.auth-popover_top:before {
    left: 50%;
    margin-left: -10px
}

.auth-popover_small.auth-popover_bottom .auth-popover__tail,.auth-popover_small.auth-popover_bottom:before,.auth-popover_small.auth-popover_top .auth-popover__tail,.auth-popover_small.auth-popover_top:before {
    margin-left: -6px
}

.auth-popover_left,.auth-popover_right {
    top: 50%
}

.auth-popover_left .auth-popover__tail,.auth-popover_left:before,.auth-popover_right .auth-popover__tail,.auth-popover_right:before {
    top: 50%;
    margin-top: -10px
}

.auth-popover_small.auth-popover_left .auth-popover__tail,.auth-popover_small.auth-popover_left:before,.auth-popover_small.auth-popover_right .auth-popover__tail,.auth-popover_small.auth-popover_right:before {
    margin-top: -6px
}

.auth-popover_top,.auth-popover_top-left,.auth-popover_top-right {
    bottom: 100%;
    margin-bottom: 7px
}

.auth-popover_top .auth-popover__tail,.auth-popover_top-left .auth-popover__tail,.auth-popover_top-left:before,.auth-popover_top-right .auth-popover__tail,.auth-popover_top-right:before,.auth-popover_top:before {
    top: 100%;
    margin-top: -7px
}

.auth-popover_top-left:after,.auth-popover_top-right:after,.auth-popover_top:after {
    bottom: 0;
    left: 0;
    right: 0;
    height: 15px
}

.auth-popover_small.auth-popover_top .auth-popover__tail,.auth-popover_small.auth-popover_top-left .auth-popover__tail,.auth-popover_small.auth-popover_top-left:before,.auth-popover_small.auth-popover_top-right .auth-popover__tail,.auth-popover_small.auth-popover_top-right:before,.auth-popover_small.auth-popover_top:before {
    margin-top: -6px
}

.auth-popover_primary.auth-popover_top,.auth-popover_primary.auth-popover_top-left,.auth-popover_primary.auth-popover_top-right {
    border-top: 0
}

.auth-popover_error.auth-popover_top,.auth-popover_error.auth-popover_top-left,.auth-popover_error.auth-popover_top-right {
    border-top: 6px solid #fd1000
}

.auth-popover_warning.auth-popover_top,.auth-popover_warning.auth-popover_top-left,.auth-popover_warning.auth-popover_top-right {
    border-top: 6px solid #ff8b00
}

.auth-popover_success.auth-popover_top,.auth-popover_success.auth-popover_top-left,.auth-popover_success.auth-popover_top-right {
    border-top: 6px solid #7dbf26
}

.auth-popover_bottom,.auth-popover_bottom-left,.auth-popover_bottom-right {
    top: 100%;
    margin-top: 7px
}

.auth-popover_bottom .auth-popover__tail,.auth-popover_bottom-left .auth-popover__tail,.auth-popover_bottom-left:before,.auth-popover_bottom-right .auth-popover__tail,.auth-popover_bottom-right:before,.auth-popover_bottom:before {
    bottom: 100%;
    margin-bottom: -7px
}

.auth-popover_bottom-left:after,.auth-popover_bottom-right:after,.auth-popover_bottom:after {
    top: 0;
    left: 0;
    right: 0;
    height: 15px
}

.auth-popover_small.auth-popover_bottom .auth-popover__tail,.auth-popover_small.auth-popover_bottom-left .auth-popover__tail,.auth-popover_small.auth-popover_bottom-left:before,.auth-popover_small.auth-popover_bottom-right .auth-popover__tail,.auth-popover_small.auth-popover_bottom-right:before,.auth-popover_small.auth-popover_bottom:before {
    margin-bottom: -6px
}

.auth-popover_primary.auth-popover_bottom,.auth-popover_primary.auth-popover_bottom-left,.auth-popover_primary.auth-popover_bottom-right {
    border-bottom: 0
}

.auth-popover_error.auth-popover_bottom,.auth-popover_error.auth-popover_bottom-left,.auth-popover_error.auth-popover_bottom-right {
    border-bottom: 6px solid #fd1000
}

.auth-popover_warning.auth-popover_bottom,.auth-popover_warning.auth-popover_bottom-left,.auth-popover_warning.auth-popover_bottom-right {
    border-bottom: 6px solid #ff8b00
}

.auth-popover_success.auth-popover_bottom,.auth-popover_success.auth-popover_bottom-left,.auth-popover_success.auth-popover_bottom-right {
    border-bottom: 6px solid #7dbf26
}

.auth-popover_left,.auth-popover_left-bottom,.auth-popover_left-top {
    right: 100%;
    margin-right: 7px
}

.auth-popover_left .auth-popover__tail,.auth-popover_left-bottom .auth-popover__tail,.auth-popover_left-bottom:before,.auth-popover_left-top .auth-popover__tail,.auth-popover_left-top:before,.auth-popover_left:before {
    left: 100%;
    margin-left: -7px
}

.auth-popover_left-bottom:after,.auth-popover_left-top:after,.auth-popover_left:after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 15px
}

.auth-popover_small.auth-popover_left .auth-popover__tail,.auth-popover_small.auth-popover_left-bottom .auth-popover__tail,.auth-popover_small.auth-popover_left-bottom:before,.auth-popover_small.auth-popover_left-top .auth-popover__tail,.auth-popover_small.auth-popover_left-top:before,.auth-popover_small.auth-popover_left:before {
    margin-left: -6px
}

.auth-popover_primary.auth-popover_left,.auth-popover_primary.auth-popover_left-bottom,.auth-popover_primary.auth-popover_left-top {
    border-left: 0
}

.auth-popover_error.auth-popover_left,.auth-popover_error.auth-popover_left-bottom,.auth-popover_error.auth-popover_left-top {
    border-left: 6px solid #fd1000
}

.auth-popover_warning.auth-popover_left,.auth-popover_warning.auth-popover_left-bottom,.auth-popover_warning.auth-popover_left-top {
    border-left: 6px solid #ff8b00
}

.auth-popover_success.auth-popover_left,.auth-popover_success.auth-popover_left-bottom,.auth-popover_success.auth-popover_left-top {
    border-left: 6px solid #7dbf26
}

.auth-popover_right,.auth-popover_right-bottom,.auth-popover_right-top {
    left: 100%;
    margin-left: 7px
}

.auth-popover_right .auth-popover__tail,.auth-popover_right-bottom .auth-popover__tail,.auth-popover_right-bottom:before,.auth-popover_right-top .auth-popover__tail,.auth-popover_right-top:before,.auth-popover_right:before {
    right: 100%;
    margin-right: -7px
}

.auth-popover_right-bottom:after,.auth-popover_right-top:after,.auth-popover_right:after {
    top: 0;
    left: 0;
    bottom: 0;
    width: 15px
}

.auth-popover_small.auth-popover_right .auth-popover__tail,.auth-popover_small.auth-popover_right-bottom .auth-popover__tail,.auth-popover_small.auth-popover_right-bottom:before,.auth-popover_small.auth-popover_right-top .auth-popover__tail,.auth-popover_small.auth-popover_right-top:before,.auth-popover_small.auth-popover_right:before {
    margin-right: -6px
}

.auth-popover_primary.auth-popover_right,.auth-popover_primary.auth-popover_right-bottom,.auth-popover_primary.auth-popover_right-top {
    border-right: 0
}

.auth-popover_error.auth-popover_right,.auth-popover_error.auth-popover_right-bottom,.auth-popover_error.auth-popover_right-top {
    border-right: 6px solid #fd1000
}

.auth-popover_warning.auth-popover_right,.auth-popover_warning.auth-popover_right-bottom,.auth-popover_warning.auth-popover_right-top {
    border-right: 6px solid #ff8b00
}

.auth-popover_success.auth-popover_right,.auth-popover_success.auth-popover_right-bottom,.auth-popover_success.auth-popover_right-top {
    border-right: 6px solid #7dbf26
}

.auth-popover_bottom-left,.auth-popover_top-left {
    left: 0
}

.auth-popover_bottom-left .auth-popover__tail,.auth-popover_bottom-left:before,.auth-popover_top-left .auth-popover__tail,.auth-popover_top-left:before {
    left: 15px
}

.auth-popover_bottom-right,.auth-popover_top-right {
    right: 0
}

@media only screen and (max-width: 1000px) {
    html .auth-popover_bottom-right,html .auth-popover_top-right {
        right:auto;
        left: 0
    }
}

.auth-popover_bottom-right .auth-popover__tail,.auth-popover_bottom-right:before,.auth-popover_top-right .auth-popover__tail,.auth-popover_top-right:before {
    right: 15px
}

@media only screen and (max-width: 1000px) {
    html .auth-popover_bottom-right .auth-popover__tail,html .auth-popover_bottom-right:before,html .auth-popover_top-right .auth-popover__tail,html .auth-popover_top-right:before {
        right:auto;
        left: 15px
    }
}

.auth-popover_left-top,.auth-popover_right-top {
    top: 0
}

.auth-popover_left-top .auth-popover__tail,.auth-popover_left-top:before,.auth-popover_right-top .auth-popover__tail,.auth-popover_right-top:before {
    top: 15px
}

.auth-popover_left-bottom,.auth-popover_right-bottom {
    bottom: 0
}

.auth-popover_left-bottom .auth-popover__tail,.auth-popover_left-bottom:before,.auth-popover_right-bottom .auth-popover__tail,.auth-popover_right-bottom:before {
    bottom: 15px
}

.auth-popover__handle_interactive:hover .auth-popover_bottom,.auth-popover__handle_interactive:hover .auth-popover_top,.auth-popover__handle_opened .auth-popover_bottom,.auth-popover__handle_opened .auth-popover_top,.auth-popover_bottom.auth-popover_visible,.auth-popover_top.auth-popover_visible {
    -webkit-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}

.auth-popover__handle_interactive:hover .auth-popover_left,.auth-popover__handle_interactive:hover .auth-popover_right,.auth-popover_left.auth-popover_visible,.auth-popover_right.auth-popover_visible {
    -webkit-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

.auth-popover__handle_interactive:hover .auth-popover_bottom-left,.auth-popover__handle_interactive:hover .auth-popover_bottom-right,.auth-popover__handle_interactive:hover .auth-popover_left-bottom,.auth-popover__handle_interactive:hover .auth-popover_left-top,.auth-popover__handle_interactive:hover .auth-popover_right-bottom,.auth-popover__handle_interactive:hover .auth-popover_right-top,.auth-popover__handle_interactive:hover .auth-popover_top-left,.auth-popover__handle_interactive:hover .auth-popover_top-right,.auth-popover__handle_opened .auth-popover_bottom-left,.auth-popover__handle_opened .auth-popover_bottom-right,.auth-popover__handle_opened .auth-popover_left-bottom,.auth-popover__handle_opened .auth-popover_left-top,.auth-popover__handle_opened .auth-popover_right-bottom,.auth-popover__handle_opened .auth-popover_right-top,.auth-popover__handle_opened .auth-popover_top-left,.auth-popover__handle_opened .auth-popover_top-right,.auth-popover_bottom-left.auth-popover_visible,.auth-popover_bottom-right.auth-popover_visible,.auth-popover_left-bottom.auth-popover_visible,.auth-popover_left-top.auth-popover_visible,.auth-popover_right-bottom.auth-popover_visible,.auth-popover_right-top.auth-popover_visible,.auth-popover_top-left.auth-popover_visible,.auth-popover_top-right.auth-popover_visible {
    -webkit-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
}

@media only screen and (max-width: 1000px) {
    html .auth-popover__handle_interactive:hover .auth-popover_left,html .auth-popover__handle_interactive:hover .auth-popover_left-bottom,html .auth-popover__handle_interactive:hover .auth-popover_left-top,html .auth-popover__handle_interactive:hover .auth-popover_right,html .auth-popover__handle_interactive:hover .auth-popover_right-bottom,html .auth-popover__handle_interactive:hover .auth-popover_right-top,html .auth-popover__handle_opened .auth-popover_left,html .auth-popover__handle_opened .auth-popover_left-bottom,html .auth-popover__handle_opened .auth-popover_left-top,html .auth-popover__handle_opened .auth-popover_right,html .auth-popover__handle_opened .auth-popover_right-bottom,html .auth-popover__handle_opened .auth-popover_right-top,html .auth-popover_left-bottom.auth-popover_visible,html .auth-popover_left-top.auth-popover_visible,html .auth-popover_left.auth-popover_visible,html .auth-popover_right-bottom.auth-popover_visible,html .auth-popover_right-top.auth-popover_visible,html .auth-popover_right.auth-popover_visible {
        -webkit-transform:translateX(-50%) translateY(0);
        -o-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0)
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-popover_left,html .auth-popover_left-bottom,html .auth-popover_left-top,html .auth-popover_right,html .auth-popover_right-bottom,html .auth-popover_right-top {
        -webkit-transform:translateX(-50%) translateY(60px);
        -o-transform: translateX(-50%) translateY(60px);
        transform: translateX(-50%) translateY(60px)
    }
}

.auth-popover_top {
    -webkit-transform: translateX(-50%) translateY(-60px);
    -o-transform: translateX(-50%) translateY(-60px);
    transform: translateX(-50%) translateY(-60px)
}

.auth-popover_bottom {
    -webkit-transform: translateX(-50%) translateY(60px);
    -o-transform: translateX(-50%) translateY(60px);
    transform: translateX(-50%) translateY(60px)
}

.auth-popover_left {
    -webkit-transform: translateX(-60px) translateY(-50%);
    -o-transform: translateX(-60px) translateY(-50%);
    transform: translateX(-60px) translateY(-50%)
}

.auth-popover_right {
    -webkit-transform: translateX(60px) translateY(-50%);
    -o-transform: translateX(60px) translateY(-50%);
    transform: translateX(60px) translateY(-50%)
}

.auth-popover_top-left,.auth-popover_top-right {
    -webkit-transform: translateX(0) translateY(-60px);
    -o-transform: translateX(0) translateY(-60px);
    transform: translateX(0) translateY(-60px)
}

.auth-popover_bottom-left,.auth-popover_bottom-right {
    -webkit-transform: translateX(0) translateY(60px);
    -o-transform: translateX(0) translateY(60px);
    transform: translateX(0) translateY(60px)
}

.auth-popover_left-bottom,.auth-popover_left-top {
    -webkit-transform: translateX(-60px) translateY(0);
    -o-transform: translateX(-60px) translateY(0);
    transform: translateX(-60px) translateY(0)
}

.auth-popover_right-bottom,.auth-popover_right-top {
    -webkit-transform: translateX(60px) translateY(0);
    -o-transform: translateX(60px) translateY(0);
    transform: translateX(60px) translateY(0)
}

.auth-popover__handle {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.auth-popover__overlay {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.8);
    position: fixed;
    box-sizing: border-box;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -o-transition: visibility .2s ease,opacity .2s ease;
    transition: visibility .2s ease,opacity .2s ease;
    z-index: 35
}

.auth-popover_visible+.auth-popover__overlay {
    pointer-events: auto;
    visibility: visible;
    opacity: 1
}

.auth-popover__close {
    font-size: 14px;
    font-family: onliner-auth!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    padding: 5px;
    position: absolute;
    right: 12px;
    top: 8px;
    cursor: pointer;
    -o-transition: color .2s linear;
    transition: color .2s linear;
    z-index: 1
}

@media only screen and (max-width: 1000px) {
    html .auth-popover__close {
        right:8px
    }
}

.auth-popover__close:before {
    content: "\e607"
}

.auth-popover_error .auth-popover__close,.auth-popover_primary .auth-popover__close,.auth-popover_success .auth-popover__close,.auth-popover_warning .auth-popover__close {
    color: #ccc
}

.auth-popover_error .auth-popover__close:hover,.auth-popover_primary .auth-popover__close:hover,.auth-popover_success .auth-popover__close:hover,.auth-popover_warning .auth-popover__close:hover {
    color: #000
}

.auth-popover__bottom {
    margin: 0 -16px -20px
}

@media only screen and (max-width: 1000px) {
    html .auth-popover__bottom_alter {
        padding-bottom:20px
    }
}

.auth-popover__container {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.auth-popover__button {
    width: 100%!important;
    height: 44px;
    padding: 15px;
    border-radius: 0
}

@media only screen and (max-width: 1000px) {
    html .body_state-auth-popover_visible {
        height:100%;
        overflow: hidden
    }
}

@media only screen and (max-width: 1000px) {
    html .body_state-auth-popover_visible .g-middle-i {
        z-index:auto
    }
}

.auth-popup {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 100%;
    max-height: 999999px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Open Sans',Arial,Helvetica Neue,Helvetica,sans-serif;
    -webkit-text-size-adjust: 100%
}

.auth-popup:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 100;
    -o-transition: opacity .2s ease,visibility .2s ease;
    transition: opacity .2s ease,visibility .2s ease;
    opacity: 0;
    visibility: hidden
}

.auth-popup:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/images/auth/i-spinner-yellow-alter.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 101;
    opacity: 0;
    visibility: hidden
}

@media only screen and (max-width: 1000px) {
    html .auth-popup:after {
        margin-top:-30px;
        margin-left: -30px;
        width: 60px;
        height: 60px;
        background-size: 60px 60px
    }
}

.auth-popup_animated {
    overflow: hidden;
    cursor: default;
    pointer-events: none
}

.auth-popup_animated:before {
    opacity: 1;
    visibility: visible
}

.auth-popup_animated:after {
    opacity: 1;
    visibility: visible;
    -webkit-animation: auth-spinner .7s linear infinite;
    -o-animation: auth-spinner .7s linear infinite;
    animation: auth-spinner .7s linear infinite
}

.auth-popup_animated {
    height: 300px;
    height: 40vh
}

.auth-popup:after {
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    background-size: 80px 80px
}

@media only screen and (max-width: 1000px) {
    html .auth-popup:after {
        margin-top:-30px;
        margin-left: -30px;
        width: 60px;
        height: 60px;
        background-size: 60px 60px
    }
}

.auth-popup_primary {
    background-color: #fff;
    color: #000;
    box-shadow: 0 25px 60px 0 #000
}

.auth-popup_secondary {
    background-color: #fff;
    color: #000;
    box-shadow: none
}

.auth-popup_additional {
    background-color: transparent
}

.auth-popup_alter {
    background-color: #fff;
    color: #000;
    box-shadow: none
}

.auth-popup_special {
    background-color: #fff;
    color: #000;
    box-shadow: 0 24px 48px 0 rgba(0,0,0,.32),0 4px 12px 0 rgba(0,0,0,.12)
}

.auth-popup_small {
    padding: 20px 24px;
    font-size: 13px;
    line-height: 1.231;
    border-radius: 5px
}

@media only screen and (max-width: 1000px) {
    html .auth-popup_small {
        padding:20px 16px;
        border-radius: 0
    }
}

.auth-popup_base {
    padding: 24px;
    font-size: 14px;
    line-height: 1.429;
    border-radius: 5px
}

@media only screen and (max-width: 1000px) {
    html .auth-popup_base {
        padding:16px;
        border-radius: 0
    }
}

.auth-popup_base-additional,.auth-popup_base-alter {
    padding: 32px;
    font-size: 15px;
    line-height: 1.6;
    border-radius: 12px
}

@media only screen and (max-width: 1000px) {
    html .auth-popup_base-alter {
        padding:24px;
        border-radius: 12px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-popup_base-additional {
        padding:24px 16px;
        border-radius: 12px
    }
}

.auth-popup_middle {
    padding: 40px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 5px
}

@media only screen and (max-width: 1000px) {
    html .auth-popup_middle {
        padding:24px 16px;
        font-size: 14px;
        line-height: 1.429;
        border-radius: 0
    }
}

.auth-popup_middle-alter {
    padding: 30px 44px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 5px
}

@media only screen and (max-width: 1000px) {
    html .auth-popup_middle-alter {
        padding:20px 16px;
        font-size: 14px;
        line-height: 1.429;
        border-radius: 0
    }
}

.auth-popup_big {
    padding: 50px;
    font-size: 18px;
    line-height: 1.334;
    border-radius: 6px
}

@media only screen and (max-width: 1000px) {
    html .auth-popup_big {
        padding:24px;
        font-size: 14px;
        line-height: 1.429;
        border-radius: 5px
    }
}

.auth-popup_huge {
    padding: 60px;
    font-size: 20px;
    line-height: 1.3;
    border-radius: 6px
}

@media only screen and (max-width: 1000px) {
    html .auth-popup_huge {
        padding:24px;
        font-size: 14px;
        line-height: 1.429;
        border-radius: 5px
    }
}

.auth-popup_width_auto {
    width: auto
}

.auth-popup_width_full {
    width: 100%
}

@media only screen and (max-width: 1000px) {
    html .auth-popup_width_mmmm,html .auth-popup_width_xxllm {
        width:320px!important
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-popup_width_xxxll {
        width:auto!important
    }
}

.auth-popup_height_auto {
    height: auto
}

.auth-popup_height_full {
    height: 100%
}

.auth-popup_text_right {
    text-align: right
}

.auth-popup_text_left {
    text-align: left
}

.auth-popup_text_center {
    text-align: center
}

.auth-popup__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box
}

.auth-popup__overlay_primary {
    background-color: rgba(0,0,0,.5)
}

.auth-popup__overlay_secondary {
    background-color: #fff
}

.auth-popup__overlay_additional {
    background-color: rgba(255,255,255,.95)
}

.auth-popup__overlay_alter {
    background-color: #fff
}

.auth-popup__overlay_special {
    background-color: rgba(0,0,0,.8)
}

.auth-popup__container {
    position: fixed;
    display: none;
    text-align: center;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100
}

.auth-popup__container:after {
    content: '';
    width: 0;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
}

.auth-popup__container_visible {
    display: block
}

.auth-popup__container_alter {
    pointer-events: none;
    z-index: 2147483647
}

.auth-popup__container_alter:after {
    vertical-align: bottom
}

.auth-popup__container_alter .auth-popup {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    pointer-events: auto
}

.auth-popup__container_specific {
    z-index: 1040
}

.auth-popup__container_specific:after {
    vertical-align: top
}

.auth-popup__container_special {
    padding: 62px 8px
}

.auth-popup__wrapper {
    width: 100vw;
    display: inline-block
}

.auth-popup__close {
    font-size: 14px;
    font-family: onliner-auth!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: none!important;
    text-transform: none;
    padding: 5px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    -o-transition: color .2s linear;
    transition: color .2s linear;
    z-index: 2
}

.auth-popup__close:before {
    content: "\e607"
}

.auth-popup_primary .auth-popup__close {
    color: #ccc
}

.auth-popup_primary .auth-popup__close:hover {
    color: #000
}

.auth-popup_secondary .auth-popup__close {
    top: 30px;
    right: -178px;
    color: #2d2f33
}

@media only screen and (max-width: 1279px) {
    html .auth-popup_secondary .auth-popup__close {
        right:calc(50% - 50vw + 10px)
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-popup_secondary .auth-popup__close {
        top:23px;
        right: 16px
    }
}

.auth-popup_secondary .auth-popup__close:hover {
    color: #ccc
}

.auth-popup_alter .auth-popup__close {
    top: 23px;
    right: 28px;
    color: #999
}

@media only screen and (max-width: 1000px) {
    html .auth-popup_alter .auth-popup__close {
        top:16px;
        right: 16px
    }
}

.auth-popup_alter .auth-popup__close:hover {
    color: #000
}

.auth-popup_special .auth-popup__close {
    top: -34px;
    right: 0;
    color: rgba(255,255,255,.7)
}

@media only screen and (max-width: 1000px) {
    html .auth-popup_special .auth-popup__close {
        top:-34px;
        right: 0
    }
}

.auth-popup_special .auth-popup__close:hover {
    color: #fff
}

.auth-popup .auth-form>.auth-form__title:first-child {
    margin-top: -10px
}

@media only screen and (max-width: 1000px) {
    html .auth-popup .auth-form>.auth-form__title:first-child {
        margin-top:0
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-popup .auth-form__description_fixing-alter .auth-form__description-flex {
        width:auto;
        display: block
    }
}

.auth-popup .auth-form__description_fixing-alter .auth-form__description-part {
    padding-left: 10px
}

@media only screen and (max-width: 1000px) {
    html .auth-popup .auth-form__description_fixing-alter .auth-form__description-part {
        margin-top:4px;
        padding-left: 0;
        display: block
    }
}

.auth-popup .auth-form__description_fixing-alter .auth-form__description-part:first-child {
    padding-left: 0
}

@media only screen and (max-width: 1000px) {
    html .auth-popup .auth-form__description_fixing-alter .auth-form__description-part:first-child {
        margin-top:0
    }
}

.auth-popup .auth-form__description_fixing-alter .auth-form__description-part_2 {
    width: auto
}

@media only screen and (max-width: 1000px) {
    html .auth-popup .auth-form__description_fixing-alter .auth-form__description-part_2 {
        text-align:left
    }
}

.auth-popup .auth-form__choise_alter {
    min-height: 0
}

.body_state-auth-popup_opened {
    height: 100%;
    overflow: hidden
}

.consent-app~#jivo-iframe-container:not(.jivo-c-mobile),.consent-app~jdiv {
    opacity: 0;
    visibility: hidden
}

.auth-dropdown {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    box-sizing: border-box;
    text-align: left;
    text-shadow: none;
    white-space: normal;
    z-index: 25;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -o-transition: -o-transform .2s cubic-bezier(0.9,.1,.1,.9),visibility .2s cubic-bezier(0.9,.1,.1,.9),opacity .2s cubic-bezier(0.9,.1,.1,.9);
    transition: -webkit-transform .2s cubic-bezier(0.9,.1,.1,.9),visibility .2s cubic-bezier(0.9,.1,.1,.9),opacity .2s cubic-bezier(0.9,.1,.1,.9);
    transition: transform .2s cubic-bezier(0.9,.1,.1,.9),visibility .2s cubic-bezier(0.9,.1,.1,.9),opacity .2s cubic-bezier(0.9,.1,.1,.9);
    font-family: 'Open Sans',Arial,Helvetica Neue,Helvetica,sans-serif;
    -webkit-text-size-adjust: 100%
}

.auth-dropdown:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 100;
    -o-transition: opacity .2s ease,visibility .2s ease;
    transition: opacity .2s ease,visibility .2s ease;
    opacity: 0;
    visibility: hidden
}

.auth-dropdown:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    background-image: url(/images/auth/i-spinner-yellow-alter.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 120px 120px;
    z-index: 101;
    opacity: 0;
    visibility: hidden
}

@media only screen and (max-width: 1000px) {
    html .auth-dropdown:after {
        margin-top:-30px;
        margin-left: -30px;
        width: 60px;
        height: 60px;
        background-size: 60px 60px
    }
}

.auth-dropdown_animated {
    overflow: hidden;
    cursor: default;
    pointer-events: none
}

.auth-dropdown_animated:before {
    opacity: 1;
    visibility: visible
}

.auth-dropdown_animated:after {
    opacity: 1;
    visibility: visible;
    -webkit-animation: auth-spinner .7s linear infinite;
    -o-animation: auth-spinner .7s linear infinite;
    animation: auth-spinner .7s linear infinite
}

.auth-dropdown_noanimation {
    display: none;
    -o-transition: none;
    transition: none
}

.auth-dropdown__handle_interactive:hover .auth-dropdown,.auth-dropdown__handle_opened .auth-dropdown,.auth-dropdown_visible {
    display: block;
    visibility: visible;
    opacity: 1
}

.auth-dropdown_primary {
    background-color: #fff;
    color: #000;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3)
}

.auth-dropdown_animated {
    height: 250px!important
}

.auth-dropdown_animated:after {
    height: 70px;
    width: 70px;
    margin-left: -35px;
    margin-top: -35px;
    background-size: 70px
}

.auth-dropdown_small {
    padding: 12px;
    font-size: 15px;
    line-height: 1.333;
    border-radius: 3px
}

.auth-dropdown_small .auth-dropdown__container {
    max-height: 270px;
    max-height: 22vh;
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px
}

.auth-dropdown_small .auth-dropdown__container:first-child {
    margin-top: -12px;
    padding-top: 12px
}

.auth-dropdown_small .auth-dropdown__container:last-child {
    margin-bottom: -12px;
    padding-bottom: 12px
}

.auth-dropdown_small .auth-dropdown__top_decor+.auth-dropdown__container {
    padding-top: 12px
}

.auth-dropdown_base {
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.333;
    border-radius: 5px
}

.auth-dropdown_base .auth-dropdown__container {
    max-height: 284px;
    max-height: 22vh;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px
}

.auth-dropdown_base .auth-dropdown__container:first-child {
    margin-top: -15px;
    padding-top: 15px
}

.auth-dropdown_base .auth-dropdown__container:last-child {
    margin-bottom: -15px;
    padding-bottom: 15px
}

.auth-dropdown_base .auth-dropdown__top_decor+.auth-dropdown__container {
    padding-top: 15px
}

.auth-dropdown_middle {
    padding: 17px 20px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 5px
}

@media only screen and (max-width: 1000px) {
    html .auth-dropdown_middle {
        padding:15px 20px;
        font-size: 15px;
        line-height: 1.333;
        border-radius: 5px
    }
}

.auth-dropdown_middle .auth-dropdown__container {
    max-height: 300px;
    max-height: 22vh;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px
}

@media only screen and (max-width: 1000px) {
    html .auth-dropdown_middle .auth-dropdown__container {
        max-height:284px;
        max-height: 22vh
    }
}

.auth-dropdown_middle .auth-dropdown__container:first-child {
    margin-top: -17px;
    padding-top: 17px
}

@media only screen and (max-width: 1000px) {
    html .auth-dropdown_middle .auth-dropdown__container:first-child {
        margin-top:-15px;
        padding-top: 15px
    }
}

.auth-dropdown_middle .auth-dropdown__container:last-child {
    margin-bottom: -17px;
    padding-bottom: 17px
}

@media only screen and (max-width: 1000px) {
    html .auth-dropdown_middle .auth-dropdown__container:last-child {
        margin-bottom:-15px;
        padding-bottom: 15px
    }
}

.auth-dropdown_middle .auth-dropdown__top_decor+.auth-dropdown__container {
    padding-top: 17px
}

@media only screen and (max-width: 1000px) {
    html .auth-dropdown_middle .auth-dropdown__top_decor+.auth-dropdown__container {
        padding-top:15px
    }
}

.auth-dropdown_big {
    padding: 20px;
    font-size: 18px;
    line-height: 1.334;
    border-radius: 6px
}

@media only screen and (max-width: 1000px) {
    html .auth-dropdown_big {
        padding:15px 20px;
        font-size: 15px;
        line-height: 1.333;
        border-radius: 5px
    }
}

.auth-dropdown_big .auth-dropdown__container {
    max-height: 315px;
    max-height: 22vh;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px
}

@media only screen and (max-width: 1000px) {
    html .auth-dropdown_big .auth-dropdown__container {
        max-height:284px;
        max-height: 22vh
    }
}

.auth-dropdown_big .auth-dropdown__container:first-child {
    margin-top: -20px;
    padding-top: 20px
}

@media only screen and (max-width: 1000px) {
    html .auth-dropdown_big .auth-dropdown__container:first-child {
        margin-top:-15px;
        padding-top: 15px
    }
}

.auth-dropdown_big .auth-dropdown__container:last-child {
    margin-bottom: -20px;
    padding-bottom: 20px
}

@media only screen and (max-width: 1000px) {
    html .auth-dropdown_big .auth-dropdown__container:last-child {
        margin-bottom:-15px;
        padding-bottom: 15px
    }
}

.auth-dropdown_big .auth-dropdown__top_decor+.auth-dropdown__container {
    padding-top: 20px
}

@media only screen and (max-width: 1000px) {
    html .auth-dropdown_big .auth-dropdown__top_decor+.auth-dropdown__container {
        padding-top:15px
    }
}

.auth-dropdown_huge {
    padding: 25px 20px;
    font-size: 20px;
    line-height: 1.3;
    border-radius: 6px
}

@media only screen and (max-width: 1000px) {
    html .auth-dropdown_huge {
        padding:15px 20px;
        font-size: 15px;
        line-height: 1.333;
        border-radius: 5px
    }
}

.auth-dropdown_huge .auth-dropdown__container {
    max-height: 330px;
    max-height: 22vh;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px
}

@media only screen and (max-width: 1000px) {
    html .auth-dropdown_huge .auth-dropdown__container {
        max-height:284px;
        max-height: 22vh
    }
}

.auth-dropdown_huge .auth-dropdown__container:first-child {
    margin-top: -25px;
    padding-top: 25px
}

@media only screen and (max-width: 1000px) {
    html .auth-dropdown_huge .auth-dropdown__container:first-child {
        margin-top:-15px;
        padding-top: 15px
    }
}

.auth-dropdown_huge .auth-dropdown__container:last-child {
    margin-bottom: -25px;
    padding-bottom: 25px
}

@media only screen and (max-width: 1000px) {
    html .auth-dropdown_huge .auth-dropdown__container:last-child {
        margin-bottom:-15px;
        padding-bottom: 15px
    }
}

.auth-dropdown_huge .auth-dropdown__top_decor+.auth-dropdown__container {
    padding-top: 25px
}

@media only screen and (max-width: 1000px) {
    html .auth-dropdown_huge .auth-dropdown__top_decor+.auth-dropdown__container {
        padding-top:15px
    }
}

.auth-dropdown_width_auto {
    width: auto
}

.auth-dropdown_width_full {
    width: 100%
}

.auth-dropdown_height_auto {
    height: auto
}

.auth-dropdown_height_full {
    height: 100%
}

.auth-dropdown_text_right {
    text-align: right
}

.auth-dropdown_text_left {
    text-align: left
}

.auth-dropdown_text_center {
    text-align: center
}

@media only screen and (max-width: 1000px) {
    html .auth-dropdown_left,html .auth-dropdown_left-bottom,html .auth-dropdown_left-top,html .auth-dropdown_right,html .auth-dropdown_right-bottom,html .auth-dropdown_right-top {
        left:50%;
        right: auto;
        top: 100%;
        bottom: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: auto
    }
}

.auth-dropdown_bottom,.auth-dropdown_top {
    left: 50%
}

.auth-dropdown_left,.auth-dropdown_right {
    top: -60px
}

.auth-dropdown_top,.auth-dropdown_top-left,.auth-dropdown_top-right {
    bottom: 100%;
    margin-bottom: 8px
}

.auth-dropdown_bottom,.auth-dropdown_bottom-left,.auth-dropdown_bottom-right {
    top: 100%;
    margin-top: 8px
}

.auth-dropdown_left,.auth-dropdown_left-bottom,.auth-dropdown_left-top {
    right: 100%;
    margin-right: 8px
}

.auth-dropdown_right,.auth-dropdown_right-bottom,.auth-dropdown_right-top {
    left: 100%;
    margin-left: 8px
}

.auth-dropdown_bottom-left,.auth-dropdown_top-left {
    left: 0
}

.auth-dropdown_bottom-right,.auth-dropdown_top-right {
    right: 0
}

@media only screen and (max-width: 1000px) {
    html .auth-dropdown_bottom-right,html .auth-dropdown_top-right {
        right:auto;
        left: 0
    }
}

.auth-dropdown_left-top,.auth-dropdown_right-top {
    top: 0
}

.auth-dropdown_left-bottom,.auth-dropdown_right-bottom {
    bottom: 0
}

.auth-dropdown__handle_interactive:hover .auth-dropdown_bottom,.auth-dropdown__handle_interactive:hover .auth-dropdown_top,.auth-dropdown__handle_opened .auth-dropdown_bottom,.auth-dropdown__handle_opened .auth-dropdown_top,.auth-dropdown_bottom.auth-dropdown_visible,.auth-dropdown_top.auth-dropdown_visible {
    -webkit-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}

.auth-dropdown__handle_interactive:hover .auth-dropdown_bottom-left,.auth-dropdown__handle_interactive:hover .auth-dropdown_bottom-right,.auth-dropdown__handle_interactive:hover .auth-dropdown_left,.auth-dropdown__handle_interactive:hover .auth-dropdown_left-bottom,.auth-dropdown__handle_interactive:hover .auth-dropdown_left-top,.auth-dropdown__handle_interactive:hover .auth-dropdown_right,.auth-dropdown__handle_interactive:hover .auth-dropdown_right-bottom,.auth-dropdown__handle_interactive:hover .auth-dropdown_right-top,.auth-dropdown__handle_interactive:hover .auth-dropdown_top-left,.auth-dropdown__handle_interactive:hover .auth-dropdown_top-right,.auth-dropdown__handle_opened .auth-dropdown_bottom-left,.auth-dropdown__handle_opened .auth-dropdown_bottom-right,.auth-dropdown__handle_opened .auth-dropdown_left,.auth-dropdown__handle_opened .auth-dropdown_left-bottom,.auth-dropdown__handle_opened .auth-dropdown_left-top,.auth-dropdown__handle_opened .auth-dropdown_right,.auth-dropdown__handle_opened .auth-dropdown_right-bottom,.auth-dropdown__handle_opened .auth-dropdown_right-top,.auth-dropdown__handle_opened .auth-dropdown_top-left,.auth-dropdown__handle_opened .auth-dropdown_top-right,.auth-dropdown_bottom-left.auth-dropdown_visible,.auth-dropdown_bottom-right.auth-dropdown_visible,.auth-dropdown_left-bottom.auth-dropdown_visible,.auth-dropdown_left-top.auth-dropdown_visible,.auth-dropdown_left.auth-dropdown_visible,.auth-dropdown_right-bottom.auth-dropdown_visible,.auth-dropdown_right-top.auth-dropdown_visible,.auth-dropdown_right.auth-dropdown_visible,.auth-dropdown_top-left.auth-dropdown_visible,.auth-dropdown_top-right.auth-dropdown_visible {
    -webkit-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
}

@media only screen and (max-width: 1000px) {
    html .auth-dropdown__handle_interactive:hover .auth-dropdown_left,html .auth-dropdown__handle_interactive:hover .auth-dropdown_left-bottom,html .auth-dropdown__handle_interactive:hover .auth-dropdown_left-top,html .auth-dropdown__handle_interactive:hover .auth-dropdown_right,html .auth-dropdown__handle_interactive:hover .auth-dropdown_right-top,html .auth-dropdown__handle_opened .auth-dropdown_left,html .auth-dropdown__handle_opened .auth-dropdown_left-bottom,html .auth-dropdown__handle_opened .auth-dropdown_left-top,html .auth-dropdown__handle_opened .auth-dropdown_right,html .auth-dropdown__handle_opened .auth-dropdown_right-bottom,html .auth-dropdown__handle_opened .auth-dropdown_right-top,html .auth-dropdown_left-bottom.auth-dropdown_visible,html .auth-dropdown_left-top.auth-dropdown_visible,html .auth-dropdown_left.auth-dropdown_visible,html .auth-dropdown_right-bottom.auth-dropdown_visible,html .auth-dropdown_right-top.auth-dropdown_visible,html .auth-dropdown_right.auth-dropdown_visible {
        -webkit-transform:translateX(-50%) translateY(0);
        -o-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0)
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-dropdown_left,html .auth-dropdown_left-bottom,html .auth-dropdown_left-top,html .auth-dropdown_right,html .auth-dropdown_right-bottom,html .auth-dropdown_right-top {
        -webkit-transform:translateX(-50%) translateY(60px);
        -o-transform: translateX(-50%) translateY(60px);
        transform: translateX(-50%) translateY(60px)
    }
}

.auth-dropdown_top {
    -webkit-transform: translateX(-50%) translateY(-60px);
    -o-transform: translateX(-50%) translateY(-60px);
    transform: translateX(-50%) translateY(-60px)
}

.auth-dropdown_bottom {
    -webkit-transform: translateX(-50%) translateY(60px);
    -o-transform: translateX(-50%) translateY(60px);
    transform: translateX(-50%) translateY(60px)
}

.auth-dropdown_left {
    -webkit-transform: translateX(-60px) translateY(0);
    -o-transform: translateX(-60px) translateY(0);
    transform: translateX(-60px) translateY(0)
}

.auth-dropdown_right {
    -webkit-transform: translateX(60px) translateY(0);
    -o-transform: translateX(60px) translateY(0);
    transform: translateX(60px) translateY(0)
}

.auth-dropdown_top-left,.auth-dropdown_top-right {
    -webkit-transform: translateX(0) translateY(-60px);
    -o-transform: translateX(0) translateY(-60px);
    transform: translateX(0) translateY(-60px)
}

.auth-dropdown_bottom-left,.auth-dropdown_bottom-right {
    -webkit-transform: translateX(0) translateY(60px);
    -o-transform: translateX(0) translateY(60px);
    transform: translateX(0) translateY(60px)
}

.auth-dropdown_left-bottom,.auth-dropdown_left-top {
    -webkit-transform: translateX(-60px) translateY(0);
    -o-transform: translateX(-60px) translateY(0);
    transform: translateX(-60px) translateY(0)
}

.auth-dropdown_right-bottom,.auth-dropdown_right-top {
    -webkit-transform: translateX(60px) translateY(0);
    -o-transform: translateX(60px) translateY(0);
    transform: translateX(60px) translateY(0)
}

.auth-dropdown__handle {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.auth-dropdown__top {
    margin: 0 -12px;
    padding: 0 12px 12px
}

.auth-dropdown__top_decor {
    border-bottom: 1px solid #f6f6f6
}

.auth-dropdown__top-flex {
    width: 100%;
    height: auto;
    display: table;
    table-layout: auto;
    box-sizing: border-box
}

.auth-dropdown__top-part {
    padding-left: 15px;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle
}

.auth-dropdown__top-part:first-child {
    padding-left: 0
}

.auth-dropdown__top-part:empty {
    display: none
}

.auth-dropdown__top-part_2 {
    text-align: right
}

.auth-dropdown__container {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.auth-dropdown__columns {
    -webkit-column-gap: 30px;
    column-gap: 30px
}

.auth-dropdown__columns_1 {
    width: 225px;
    -webkit-column-count: 1;
    column-count: 1
}

.auth-dropdown__columns_2 {
    width: 450px;
    -webkit-column-count: 2;
    column-count: 2
}

.auth-dropdown__columns_3 {
    width: 675px;
    -webkit-column-count: 3;
    column-count: 3
}

.auth-dropdown__columns_4 {
    width: 900px;
    -webkit-column-count: 4;
    column-count: 4
}

.auth-dropdown__group {
    margin: 0 -12px 8px;
    padding: 0 12px 10px;
    border-bottom: 1px solid #f6f6f6
}

.auth-dropdown__group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.auth-dropdown__list {
    margin: 0 -12px 8px;
    padding: 0;
    list-style: none
}

.auth-dropdown__list:last-child {
    margin-bottom: 0
}

.auth-dropdown__item {
    padding: 2px 12px;
    position: relative;
    cursor: pointer;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column
}

.auth-dropdown__item:not(.auth-dropdown__item_indent):not(.auth-dropdown__item_checkbox):not(.auth-dropdown__item_tip) {
    padding-top: 5px;
    padding-bottom: 5px
}

.auth-dropdown__item:not(.auth-dropdown__item_indent):not(.auth-dropdown__item_checkbox):not(.auth-dropdown__item_tip):hover,.auth-dropdown__item:not(.auth-dropdown__item_indent):not(.auth-dropdown__item_checkbox):not(.auth-dropdown__item_tip):hover .auth-checkbox__real:checked~.auth-dropdown__checkbox-text {
    background-color: #f6f6f6!important
}

.auth-dropdown__item:not(.auth-dropdown__item_indent):not(.auth-dropdown__item_checkbox):not(.auth-dropdown__item_tip).auth-dropdown__item_active {
    background-color: #F0EDFC
}

.auth-dropdown__item:not(.auth-dropdown__item_indent):not(.auth-dropdown__item_checkbox):not(.auth-dropdown__item_tip).auth-dropdown__item_active-alter {
    background-color: #F0EDFC!important
}

.auth-dropdown__item:not(.auth-dropdown__item_indent):not(.auth-dropdown__item_checkbox):not(.auth-dropdown__item_tip).auth-dropdown__item_disabled {
    opacity: .4
}

.auth-dropdown__item:not(.auth-dropdown__item_indent):not(.auth-dropdown__item_checkbox):not(.auth-dropdown__item_tip) .auth-dropdown__checkbox-text {
    margin-top: -5px;
    margin-bottom: -5px;
    padding-top: 5px;
    padding-bottom: 5px
}

.auth-dropdown__item:not(.auth-dropdown__item_indent):not(.auth-dropdown__item_checkbox):not(.auth-dropdown__item_tip) .auth-checkbox__real:checked~.auth-dropdown__checkbox-text {
    background-color: #F0EDFC
}

.auth-dropdown__item_checkbox.auth-dropdown__item_active:after,.auth-dropdown__item_tip.auth-dropdown__item_active:after {
    opacity: 1
}

.auth-dropdown__item_disabled {
    pointer-events: none;
    cursor: default;
    opacity: .4
}

.auth-dropdown__item_checkbox,.auth-dropdown__item_indent,.auth-dropdown__item_tip {
    padding-left: 35px
}

.auth-dropdown__item_checkbox:after,.auth-dropdown__item_tip:after {
    content: '';
    width: 13px;
    height: 13px;
    background: url(/images/i-tip-checkbox-black.svg) 0 0 / cover no-repeat;
    display: block;
    position: absolute;
    opacity: 0;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.auth-dropdown__item_checkbox:before {
    content: '';
    width: 14px;
    height: 14px;
    left: 12px;
    top: 4px;
    display: block;
    position: absolute;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 2px;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

.auth-dropdown__item_checkbox:after {
    top: 2px;
    left: 16px
}

.auth-dropdown__item_checkbox:hover:before {
    border-color: rgba(0,0,0,.4)
}

.auth-dropdown__item_tip:after {
    top: 4px;
    left: 13px
}

.auth-dropdown__item_letter {
    margin-left: 12px
}

.auth-dropdown__item_inline {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap
}

.auth-dropdown__item mark {
    background-color: transparent;
    color: #4b8200
}

.auth-dropdown__letter {
    top: 3px;
    left: 1px;
    font-size: 12px;
    line-height: 1.167;
    color: #999;
    position: absolute;
    text-transform: uppercase
}

.auth-dropdown__title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.167;
    color: #999;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column
}

.auth-dropdown__title:last-child {
    margin-bottom: 0
}

.auth-dropdown__link {
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: #6747E5!important;
    pointer-events: auto
}

.auth-dropdown__link:hover {
    color: #09529a!important;
    text-decoration: underline
}

.auth-dropdown__checkbox {
    display: block;
    position: static
}

.auth-checkbox_tip.auth-checkbox.auth-dropdown__checkbox .auth-checkbox__faux:before {
    top: -1px;
    left: 0
}

.auth-checkbox_disabled.auth-checkbox.auth-dropdown__checkbox .auth-dropdown__checkbox-text {
    color: gray
}

.auth-checkbox.auth-dropdown__checkbox .auth-checkbox__faux {
    width: 14px;
    height: 14px;
    left: 12px;
    top: 4px;
    position: absolute
}

.auth-checkbox.auth-dropdown__checkbox .auth-checkbox__faux:before {
    width: 13px;
    height: 13px;
    top: -3px;
    left: 3px
}

.auth-dropdown__checkbox-label {
    display: block
}

.auth-dropdown__checkbox-text {
    display: block;
    margin: -2px -12px;
    padding: 2px 12px
}

.auth-dropdown__item_indent .auth-dropdown__checkbox-text {
    margin-left: -35px;
    padding-left: 35px
}

.auth-dropdown__input-helper .auth-dropdown__link {
    pointer-events: auto
}

.auth-circle_percent_50 .auth-circle__slice {
    clip: rect(auto,auto,auto,auto)
}

.auth-circle_percent_50 .auth-circle__fill_primary {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.auth-circle_percent_60 .auth-circle__slice {
    clip: rect(auto,auto,auto,auto)
}

.auth-circle_percent_60 .auth-circle__fill_primary {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.auth-circle_percent_70 .auth-circle__slice {
    clip: rect(auto,auto,auto,auto)
}

.auth-circle_percent_70 .auth-circle__fill_primary {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.auth-circle_percent_80 .auth-circle__slice {
    clip: rect(auto,auto,auto,auto)
}

.auth-circle_percent_80 .auth-circle__fill_primary {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.auth-circle_percent_90 .auth-circle__slice {
    clip: rect(auto,auto,auto,auto)
}

.auth-circle_percent_90 .auth-circle__fill_primary {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.auth-circle_percent_100 .auth-circle__slice {
    clip: rect(auto,auto,auto,auto)
}

.auth-circle_percent_100 .auth-circle__fill_primary {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.auth-circle_percent_10 .auth-circle__fill_secondary {
    -webkit-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    transform: rotate(36deg)
}

.auth-circle_percent_20 .auth-circle__fill_secondary {
    -webkit-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg)
}

.auth-circle_percent_30 .auth-circle__fill_secondary {
    -webkit-transform: rotate(108deg);
    -o-transform: rotate(108deg);
    transform: rotate(108deg)
}

.auth-circle_percent_40 .auth-circle__fill_secondary {
    -webkit-transform: rotate(144deg);
    -o-transform: rotate(144deg);
    transform: rotate(144deg)
}

.auth-circle_percent_50 .auth-circle__fill_secondary {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.auth-circle_percent_60 .auth-circle__fill_secondary {
    -webkit-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg)
}

.auth-circle_percent_70 .auth-circle__fill_secondary {
    -webkit-transform: rotate(252deg);
    -o-transform: rotate(252deg);
    transform: rotate(252deg)
}

.auth-circle_percent_80 .auth-circle__fill_secondary {
    -webkit-transform: rotate(288deg);
    -o-transform: rotate(288deg);
    transform: rotate(288deg)
}

.auth-circle_percent_90 .auth-circle__fill_secondary {
    -webkit-transform: rotate(324deg);
    -o-transform: rotate(324deg);
    transform: rotate(324deg)
}

.auth-circle_percent_100 .auth-circle__fill_secondary {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.auth-circle {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    font-size: 44px;
    position: relative;
    box-sizing: border-box
}

.auth-circle:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/images/auth/i-sign-tip-checkbox-green-alter.png);
    background-size: cover;
    visibility: hidden;
    opacity: 0;
    -o-transition: visibility .2s ease,opacity .2s ease;
    transition: visibility .2s ease,opacity .2s ease
}

.auth-circle_pass:after {
    visibility: visible;
    opacity: 1
}

.auth-circle_pass .auth-circle__fill,.auth-circle_pass .auth-circle__line {
    visibility: hidden;
    opacity: 0
}

.auth-circle_specific {
    font-size: 96px
}

.auth-circle_specific .auth-circle__fill,.auth-circle_specific .auth-circle__line {
    border-width: .125em
}

.auth-circle_specific .auth-circle__fill {
    border-color: #7dbf26
}

.auth-circle_special {
    font-size: 64px
}

.auth-circle_special .auth-circle__fill,.auth-circle_special .auth-circle__line {
    border-width: .125em
}

.auth-circle__slice {
    width: 1em;
    height: 1em;
    left: 0;
    top: 0;
    position: absolute;
    box-sizing: border-box;
    clip: rect(0,1em,1em,.5em)
}

.auth-circle__fill,.auth-circle__line {
    width: 1em;
    height: 1em;
    border-width: .091em;
    border-style: solid;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
    box-sizing: border-box;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -o-transition: visibility .2s ease,opacity .2s ease;
    transition: visibility .2s ease,opacity .2s ease
}

.auth-circle__line {
    border-color: rgba(0,0,0,.1)
}

.auth-circle__fill {
    border-color: #7f4da0;
    clip: rect(0,.5em,1em,0)
}

.auth-circle__progress {
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    vertical-align: top
}

.auth-circle__meter,.auth-circle__value {
    fill: none;
    -o-transition: stroke-dashoffset 1s linear;
    transition: stroke-dashoffset 1s linear
}

.auth-circle__meter {
    stroke: rgba(0,0,0,.1)
}

.auth-circle__value {
    stroke: #7dbf26
}

.auth-alert {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 10px;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    white-space: normal;
    visibility: hidden;
    opacity: 0;
    -o-transition: -o-transform .4s cubic-bezier(0.9,.1,.1,.9),visibility .4s cubic-bezier(0.9,.1,.1,.9),opacity .4s cubic-bezier(0.9,.1,.1,.9);
    transition: -webkit-transform .4s cubic-bezier(0.9,.1,.1,.9),visibility .4s cubic-bezier(0.9,.1,.1,.9),opacity .4s cubic-bezier(0.9,.1,.1,.9);
    transition: transform .4s cubic-bezier(0.9,.1,.1,.9),visibility .4s cubic-bezier(0.9,.1,.1,.9),opacity .4s cubic-bezier(0.9,.1,.1,.9);
    font-family: 'Open Sans',Arial,Helvetica Neue,Helvetica,sans-serif;
    -webkit-text-size-adjust: 100%
}

.auth-alert:last-child {
    margin-bottom: 0
}

.auth-alert_visible {
    visibility: visible;
    opacity: 1
}

.auth-alert_error-alter:not(.auth-alert_noicon),.auth-alert_error:not(.auth-alert_noicon),.auth-alert_primary:not(.auth-alert_noicon),.auth-alert_warning-alter:not(.auth-alert_noicon),.auth-alert_warning:not(.auth-alert_noicon) {
    padding-left: 40px!important
}

.auth-alert_error-alter:not(.auth-alert_noicon):before,.auth-alert_error:not(.auth-alert_noicon):before,.auth-alert_primary:not(.auth-alert_noicon):before,.auth-alert_warning-alter:not(.auth-alert_noicon):before,.auth-alert_warning:not(.auth-alert_noicon):before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    left: 16px;
    top: auto;
    background-position: 50% 50%;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    border-radius: 50%
}

.auth-alert_warning,.auth-alert_warning-alter {
    background-color: #F0EDFC
}

.auth-alert_warning-alter:not(.auth-alert_noicon),.auth-alert_warning:not(.auth-alert_noicon) {
    padding-left: 36px!important
}

.auth-alert_warning-alter:before,.auth-alert_warning:before {
    left: 12px;
    background-image: url(/images/auth/i-sign-screamer-orange-alter.png)
}

.auth-alert_error,.auth-alert_error-alter {
    background-color: #ffe7e6
}

.auth-alert_error-alter:before,.auth-alert_error:before {
    background-image: url(/images/auth/i-sign-screamer-red.png)
}

.auth-alert_primary {
    background-color: #f6f6f6;
    color: #000
}

.auth-alert_primary:before {
    background-image: url(/images/auth/i-sign-info-gray.png)
}

.auth-alert_warning {
    color: #ff8b00
}

.auth-alert_warning-alter {
    color: #6747E5
}

.auth-alert_error {
    color: #d01c10
}

.auth-alert_error-alter {
    color: #000
}

.auth-alert_small {
    padding: 12px;
    font-size: 14px;
    line-height: 1.429;
    border-radius: 8px
}

.auth-alert_base {
    padding: 14px 20px;
    font-size: 14px;
    line-height: 1.429;
    border-radius: 8px
}

.auth-alert__wrapper {
    width: 912px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    position: fixed;
    top: 16px;
    left: 0;
    right: 0;
    z-index: 1200
}

@media only screen and (max-width: 1000px) {
    html .auth-alert__wrapper {
        width:auto;
        padding: 0 8px;
        top: 8px
    }
}

.auth-alert__wrapper_full {
    width: auto;
    padding: 0 44px
}

.auth-alert__close {
    margin-top: 3px;
    margin-right: -3px;
    padding: 3px;
    font-size: 10px;
    font-family: onliner-auth!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    color: rgba(0,0,0,.5);
    line-height: 1;
    text-transform: none;
    speak: none;
    float: right;
    cursor: pointer;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.auth-alert__close:hover {
    color: #000
}

.auth-alert__close:before {
    content: "\e607"
}

.auth-alert__description,.auth-alert__title {
    margin-bottom: 4px
}

.auth-alert__description:last-child,.auth-alert__title:last-child {
    margin-bottom: 0
}

.auth-alert__title {
    font-weight: 600
}

.auth-alert__link {
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: #6747E5!important;
    cursor: pointer
}

.auth-alert__link:hover {
    color: #09529a!important;
    text-decoration: underline
}

.auth-content {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    min-height: 700px;
    min-height: 100vh;
    font-size: 14px;
    font-family: 'Open Sans',Arial,Helvetica Neue,Helvetica,sans-serif;
    line-height: 1;
    color: #000;
    -webkit-text-size-adjust: 100%
}

.touch .auth-content {
    cursor: pointer
}

.auth-wrapper {
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
    max-height: 999999px
}

.auth-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 100;
    -o-transition: opacity .2s ease,visibility .2s ease;
    transition: opacity .2s ease,visibility .2s ease;
    opacity: 0;
    visibility: hidden
}

.auth-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    background-image: url(/images/auth/i-spinner-yellow-alter.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 120px 120px;
    z-index: 101;
    opacity: 0;
    visibility: hidden
}

@media only screen and (max-width: 1000px) {
    html .auth-wrapper:after {
        margin-top:-30px;
        margin-left: -30px;
        width: 60px;
        height: 60px;
        background-size: 60px 60px
    }
}

.auth-wrapper_animated {
    height: 700px;
    height: 100vh;
    overflow: hidden;
    cursor: default;
    pointer-events: none
}

.auth-wrapper_animated:before {
    opacity: 1;
    visibility: visible
}

.auth-wrapper_animated:after {
    opacity: 1;
    visibility: visible;
    -webkit-animation: auth-spinner .7s linear infinite;
    -o-animation: auth-spinner .7s linear infinite;
    animation: auth-spinner .7s linear infinite
}

@media only screen and (max-width: 1000px) {
    html .auth-wrapper {
        padding-left:16px;
        padding-right: 16px
    }
}

.profile-wrapper .auth-wrapper {
    padding-left: 0;
    padding-right: 0
}

@media only screen and (max-width: 1000px) {
    html .profile-wrapper .auth-wrapper {
        padding-left:0;
        padding-right: 0
    }
}

.auth-container {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box
}

.auth-container_position_left {
    margin: 0 0 auto
}

.auth-container_position_center {
    margin: 0 auto
}

.auth-container_position_right {
    margin: 0 0 0 auto
}

.auth-form {
    position: relative;
    box-sizing: border-box;
    text-align: left
}

.auth-form_decor {
    padding: 30px;
    background-color: #f6f6f6
}

.auth-form__header {
    padding-bottom: 20px
}

.auth-form__header_specific {
    padding-bottom: 25px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__header_specific {
        padding-bottom:16px
    }
}

.auth-form__header_specific:empty {
    padding-bottom: 5px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__header_specific:empty {
        padding-bottom:43px
    }
}

.auth-form__header_special {
    padding-bottom: 48px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__header_special {
        padding-bottom:24px
    }
}

.auth-form__body {
    padding-top: 35px;
    padding-bottom: 35px;
    border: 1px solid #e2e2e2;
    border-radius: 5px
}

.auth-form__body_specific {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    border-radius: 0
}

.auth-form__body_specific:first-child:last-child {
    margin-top: 48px;
    margin-bottom: 48px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__body_specific:first-child:last-child {
        margin-top:0;
        margin-bottom: 117px
    }
}

.auth-form__body_special {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    border-radius: 0
}

.auth-form__body_special:first-child:last-child {
    margin-top: 48px;
    margin-bottom: 48px
}

.auth-form__body-flex {
    width: 100%;
    display: table;
    table-layout: fixed
}

@media only screen and (max-width: 1000px) {
    html .auth-form__body-flex {
        width:auto;
        display: block
    }
}

.auth-form__body-flex_specific .auth-form__body-part {
    padding-left: 36px;
    padding-right: 36px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__body-flex_specific .auth-form__body-part {
        padding-left:0;
        padding-right: 0
    }
}

.auth-form__body-flex_specific .auth-form__body-part:last-child {
    padding-right: 0
}

.auth-form__body-part {
    position: relative;
    padding-left: 12px;
    padding-right: 30px;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top
}

.auth-form__body-part:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 100;
    -o-transition: opacity .2s ease,visibility .2s ease;
    transition: opacity .2s ease,visibility .2s ease;
    opacity: 0;
    visibility: hidden
}

.auth-form__body-part:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    background-image: url(/images/auth/i-spinner-yellow-alter.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 120px 120px;
    z-index: 101;
    opacity: 0;
    visibility: hidden
}

@media only screen and (max-width: 1000px) {
    html .auth-form__body-part:after {
        margin-top:-30px;
        margin-left: -30px;
        width: 60px;
        height: 60px;
        background-size: 60px 60px
    }
}

.auth-form__body-part_animated {
    height: 700px;
    height: 100vh;
    overflow: hidden;
    cursor: default;
    pointer-events: none
}

.auth-form__body-part_animated:before {
    opacity: 1;
    visibility: visible
}

.auth-form__body-part_animated:after {
    opacity: 1;
    visibility: visible;
    -webkit-animation: auth-spinner .7s linear infinite;
    -o-animation: auth-spinner .7s linear infinite;
    animation: auth-spinner .7s linear infinite
}

@media only screen and (max-width: 1000px) {
    html .auth-form__body-part {
        width:auto;
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
        display: block
    }
}

.auth-form__body-part:first-child {
    padding-left: 0;
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 1000px) {
    html .auth-form__body-part:first-child {
        margin-top:0;
        position: static;
        z-index: auto
    }
}

.auth-form__body-part:last-child {
    padding-right: 17px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__body-part:last-child {
        padding-right:0
    }
}

.auth-form__footer {
    padding-top: 10px
}

.auth-form__row {
    margin-bottom: 20px;
    font-size: 0;
    position: relative;
    white-space: nowrap
}

.auth-form__row_extended-alter {
    margin-bottom: 44px
}

.auth-form__row_extended {
    margin-bottom: 30px
}

.auth-form__row_extended-additional {
    margin-bottom: 28px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__row_extended-additional {
        margin-bottom:20px
    }
}

.auth-form__row_extended-other {
    margin-bottom: 25px
}

.auth-form__row_extended-specific {
    margin-bottom: 20px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__row_extended-specific {
        margin-bottom:16px
    }
}

.auth-form__row_condensed {
    margin-bottom: 15px
}

.auth-form__row_condensed-other {
    margin-bottom: 12px
}

.auth-form__row_condensed-alter,.auth-form__row_condensed-specific {
    margin-bottom: 8px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__row_condensed-specific {
        margin-bottom:16px
    }
}

.auth-form__row_reverse {
    margin-top: 20px
}

.auth-form__row_reverse_extended-alter {
    margin-top: 44px
}

.auth-form__row_reverse_extended {
    margin-top: 30px
}

.auth-form__row_reverse_extended-additional {
    margin-top: 28px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__row_reverse_extended-additional {
        margin-top:20px
    }
}

.auth-form__row_reverse_extended-other {
    margin-top: 25px
}

.auth-form__row_reverse_extended-specific {
    margin-top: 20px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__row_reverse_extended-specific {
        margin-top:16px
    }
}

.auth-form__row_reverse_condensed {
    margin-top: 15px
}

.auth-form__row_reverse_condensed-other {
    margin-top: 12px
}

.auth-form__row_reverse_condensed-alter,.auth-form__row_reverse_condensed-specific {
    margin-top: 8px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__row_reverse_condensed-specific {
        margin-top:16px
    }
}

.auth-form__row:first-child {
    margin-top: 0
}

.auth-form__row:last-child {
    margin-bottom: 0
}

.auth-form__line {
    margin-bottom: 15px;
    font-size: 0;
    display: block;
    position: relative
}

.auth-form__line:not(.auth-form__line_nocollapse):last-child {
    margin-bottom: 0
}

.auth-form__line_extended {
    margin-bottom: 20px
}

.auth-form__line_condensed {
    margin-bottom: 5px
}

.auth-form__line_condensed-additional {
    margin-bottom: 4px
}

.auth-form__line_condensed-specific {
    margin-bottom: 10px
}

.auth-form__line_condensed-other {
    margin-bottom: 8px
}

.auth-form__line_condensed-alter {
    margin-bottom: 1px
}

.auth-form__line:last-child {
    margin-bottom: 0
}

.auth-form__line-flex {
    width: 100%;
    height: auto;
    display: table;
    table-layout: auto;
    box-sizing: border-box
}

.auth-form__line-part {
    padding-left: 15px;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top
}

.auth-form__line-part:first-child {
    padding-left: 0
}

.auth-form__line-part:empty {
    display: none
}

.auth-form__line-part_1 {
    width: 100%
}

.auth-form__line-part_2 {
    text-align: right
}

.auth-form__line-part_2 .auth-form__button,.auth-form__line-part_2 .auth-form__dropdown-handle,.auth-form__line-part_2 .auth-form__hint,.auth-form__line-part_2 .auth-form__input-combo,.auth-form__line-part_2 .auth-form__input-wrapper,.auth-form__line-part_2 .auth-form__link,.auth-form__line-part_2 .auth-form__popover-handle,.auth-form__line-part_2 .auth-form__tooltip-handle {
    margin-left: 15px;
    margin-right: 0
}

.auth-form__line-part_2 .auth-form__button:first-child,.auth-form__line-part_2 .auth-form__dropdown-handle:first-child,.auth-form__line-part_2 .auth-form__hint:first-child,.auth-form__line-part_2 .auth-form__input-combo:first-child,.auth-form__line-part_2 .auth-form__input-wrapper:first-child,.auth-form__line-part_2 .auth-form__link:first-child,.auth-form__line-part_2 .auth-form__popover-handle:first-child,.auth-form__line-part_2 .auth-form__tooltip-handle:first-child {
    margin-left: 0
}

.auth-form__line-part_vertical_top {
    vertical-align: top!important
}

.auth-form__line-part_vertical_middle {
    vertical-align: middle!important
}

.auth-form__line-part_vertical_bottom {
    vertical-align: bottom!important
}

.auth-form__line-part_vertical_baseline {
    vertical-align: baseline!important
}

.auth-form__line-part_text_left {
    text-align: left
}

.auth-form__line-part_text_center {
    text-align: center
}

.auth-form__line-part_text_right {
    text-align: right
}

.auth-form__group {
    max-width: 100%;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top
}

.auth-form__group_narrow {
    margin-right: 8px
}

.auth-form__group_narrow-alter {
    margin-right: 15px
}

.auth-form__group_wide {
    margin-right: 30px
}

.auth-form__group_wide-alter {
    margin-right: 40px
}

.auth-form__group_alter {
    margin-bottom: 8px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__group:not(.auth-form__group_nonadaptive) {
        width:100%;
        margin-bottom: 20px;
        display: block
    }
}

.auth-form__group:last-child {
    margin-right: 0
}

@media only screen and (max-width: 1000px) {
    html .auth-form__group:last-child {
        margin-bottom:0
    }
}

.auth-form__group_reverse {
    margin-left: 20px;
    margin-right: 0
}

.auth-form__group_reverse:first-child {
    margin-left: 0
}

.auth-form__group_reverse.auth-form__group_narrow {
    margin-left: 8px;
    margin-right: 0
}

.auth-form__group_reverse.auth-form__group_narrow:first-child {
    margin-left: 0
}

.auth-form__group_reverse.auth-form__group_narrow-alter {
    margin-left: 15px;
    margin-right: 0
}

.auth-form__group_reverse.auth-form__group_narrow-alter:first-child {
    margin-left: 0
}

.auth-form__group_reverse.auth-form__group_wide {
    margin-left: 30px;
    margin-right: 0
}

.auth-form__group_reverse.auth-form__group_wide:first-child {
    margin-left: 0
}

.auth-form__group_reverse.auth-form__group_wide-alter {
    margin-left: 40px;
    margin-right: 0
}

.auth-form__group_reverse.auth-form__group_wide-alter:first-child {
    margin-left: 0
}

.auth-form__group_top {
    vertical-align: top
}

.auth-form__group_bottom {
    vertical-align: bottom
}

.auth-form__group_middle {
    vertical-align: middle
}

.auth-form__divider {
    margin: 30px 0;
    border-top: 1px solid #e2e2e2
}

.auth-form__divider_specific {
    border-top: 4px solid #f6f6f6
}

@media only screen and (max-width: 1000px) {
    html .auth-form__divider_specific {
        display:none
    }
}

.auth-form__divider_wide {
    margin-left: -24px;
    margin-right: -24px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__divider_wide {
        margin-left:-16px;
        margin-right: -16px
    }
}

.auth-form__divider_wide-alter {
    margin-left: -40px;
    margin-right: -40px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__divider_wide-alter {
        margin-left:-16px;
        margin-right: -16px
    }
}

.auth-form__divider_extended {
    margin-top: 40px;
    margin-bottom: 40px
}

.auth-form__divider_extended-subsidiary {
    margin-top: 34px;
    margin-bottom: 34px
}

.auth-form__divider_extended-specific {
    margin-top: 65px;
    margin-bottom: 18px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__divider_extended-specific {
        margin-top:36px;
        margin-bottom: 33px
    }
}

.auth-form__divider_condensed {
    margin-top: 20px;
    margin-bottom: 20px
}

.auth-form__divider_condensed-subsidiary {
    margin-top: 24px;
    margin-bottom: 24px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__divider_condensed-subsidiary {
        margin-top:20px;
        margin-bottom: 15px
    }
}

.auth-form__divider_condensed-specific {
    margin-top: 14px;
    margin-bottom: 30px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__divider_condensed-specific {
        margin-top:10px;
        margin-bottom: 18px
    }
}

.auth-form__divider_condensed-default {
    margin-top: 16px;
    margin-bottom: 15px
}

.auth-form__divider_condensed-alter,.auth-form__divider_condensed-other {
    margin-top: 15px;
    margin-bottom: 17px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__divider_condensed-other {
        margin-top:23px;
        margin-bottom: 24px
    }
}

.auth-form__divider_condensed-another {
    margin-top: 8px;
    margin-bottom: 6px
}

.auth-form__divider_condensed-additional {
    margin-top: 9px;
    margin-bottom: 8px
}

.auth-form__divider:first-child {
    margin-top: 0
}

.auth-form__divider:last-child {
    margin-bottom: 0
}

.auth-form__divider .auth-form__description {
    max-width: 80%;
    margin: -10px auto!important;
    padding: 0 14px;
    background-color: #fff;
    display: table;
    box-sizing: border-box
}

.auth-form__delimiter {
    margin: 15px 0;
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: center
}

.auth-form__delimiter_extended {
    margin-top: 20px;
    margin-bottom: 20px
}

.auth-form__delimiter_condensed {
    margin-top: 10px;
    margin-bottom: 10px
}

.auth-form__delimiter:first-child {
    margin-top: 0
}

.auth-form__delimiter:last-child {
    margin-bottom: 0
}

.auth-form__delimiter-text {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    font-style: italic;
    line-height: 1.429;
    color: #000
}

.auth-form__delimiter-text:after,.auth-form__delimiter-text:before {
    content: '';
    display: block;
    position: absolute;
    width: 1000px;
    height: 1px;
    top: 50%;
    background-color: #e2e2e2
}

.auth-form__delimiter-text:before {
    margin-right: 9px;
    right: 100%
}

.auth-form__delimiter-text:after {
    margin-left: 9px;
    left: 100%
}

.auth-form__space {
    min-height: 20px
}

.auth-form__preview {
    position: relative;
    font-size: 0
}

.auth-form__image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box
}

.auth-form__image_logo {
    width: 108px;
    height: 27px
}

.auth-form__image_logo,.auth-form__image_logo_alter,.auth-form__image_logo_mtb,.auth-form__image_logo_specific {
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

a.auth-form__image_logo:hover,a.auth-form__image_logo_alter:hover,a.auth-form__image_logo_mtb:hover,a.auth-form__image_logo_specific:hover {
    opacity: .65
}

.auth-form__image_logo,.auth-form__image_logo_alter {
    background-image: url(/images/auth/i-logo-black.svg);
    opacity: .15
}

.auth-form__image_logo_mtb,.auth-form__image_logo_specific {
    margin: 8px 10px;
    position: relative
}

.auth-form__image_logo_mtb:after,.auth-form__image_logo_specific:after {
    content: '';
    width: 1px;
    height: 36px;
    top: -8px;
    right: -10px;
    background-color: #e2e2e2;
    display: block;
    position: absolute
}

.auth-form__image_logo_mtb:first-child,.auth-form__image_logo_specific:first-child {
    margin-left: 0
}

.auth-form__image_logo_mtb:last-child,.auth-form__image_logo_specific:last-child {
    margin-right: 0
}

.auth-form__image_logo_mtb:last-child:after,.auth-form__image_logo_specific:last-child:after {
    display: none
}

.auth-form__image_logo_alter {
    width: 96px;
    height: 24px
}

.auth-form__image_logo_specific {
    width: 80px;
    height: 20px;
    background-image: url(/images/auth/i-logo-black-specific.svg);
    opacity: 1
}

.auth-form__image_logo_mtb {
    width: 97px;
    height: 20px;
    background-image: url(/images/auth/i-logo-black-mtb.svg);
    opacity: 1
}

.auth-form__image_person {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #e2e2e2
}

.auth-form__image_person_male {
    background-image: url(/images/auth/i-male-white.svg)
}

.auth-form__image_person_female {
    background-image: url(/images/auth/i-female-white.svg)
}

.auth-form__image_person_apple {
    background-color: #676767;
    background-image: url(/images/auth/i-apple-white.svg);
    background-size: 27px 43px
}

.auth-form__image_person_fb {
    background-color: #3a5998;
    background-image: url(/images/auth/i-fb-white.svg);
    background-size: 18px 34px
}

.auth-form__image_person_vk {
    background-color: #507299;
    background-image: url(/images/auth/i-vk-white.svg);
    background-size: 40px 22px
}

.auth-form__image_person_gg {
    background-color: #db4437;
    background-image: url(/images/auth/i-gg-white.svg);
    background-size: 32px 32px
}

.auth-form__image_person_condensed {
    width: 80px;
    height: 80px
}

.auth-form__image_person_extended {
    width: 162px;
    height: 162px
}

.auth-form__image_email {
    width: 245px;
    height: 103px;
    margin: 0 auto 14px;
    background-image: url(/images/auth/bg-email.png);
    display: block
}

.auth-form__image_security {
    width: 100px;
    height: 100px;
    background-image: url(/images/auth/bg-security.png)
}

.auth-form__image_security-alter {
    width: 100%;
    padding-bottom: 48.45%;
    background-image: url(/images/auth/bg-security-alter.png)
}

@media only screen and (max-width: 1000px) {
    html .auth-form__image_security-alter {
        width:130px;
        height: 135px;
        padding-bottom: 0
    }
}

.auth-form__image_spinner {
    width: 96px;
    height: 96px;
    margin-bottom: 30px;
    background-image: url(/images/auth/i-spinner-yellow-alter.png);
    -webkit-animation: auth-spinner .7s linear infinite;
    -o-animation: auth-spinner .7s linear infinite;
    animation: auth-spinner .7s linear infinite
}

.auth-form__image_spinner-alter {
    width: 64px;
    height: 64px;
    margin-top: 150px;
    margin-bottom: 9px;
    background-image: url(/images/auth/i-spinner-gray.png);
    -webkit-animation: auth-spinner .7s linear infinite;
    -o-animation: auth-spinner .7s linear infinite;
    animation: auth-spinner .7s linear infinite
}

.auth-form__image_map {
    width: 180px;
    height: 160px;
    margin: 0 auto 14px;
    background-image: url(/images/auth/bg-map.png);
    display: block
}

.auth-form__image_map-alter {
    width: 152px;
    height: 128px;
    background-image: url(/images/auth/bg-map-alter.png)
}

.auth-form__image_map-additional {
    width: 152px;
    height: 128px;
    background-image: url(/images/auth/bg-map-additional.png)
}

.auth-form__image_passport {
    width: 106px;
    height: 96px;
    margin-left: 8px;
    margin-right: 4px;
    background-image: url(/images/auth/bg-passport.png);
    display: block
}

.auth-form__image_sms {
    width: 96px;
    height: 112px;
    margin-right: 30px;
    margin-top: -4px;
    margin-bottom: -16px;
    background-image: url(/images/auth/bg-sms.png)
}

@media only screen and (max-width: 1000px) {
    html .auth-form__image_sms {
        margin-right:0;
        margin-top: -3px;
        margin-bottom: 0
    }
}

.auth-form__image_delivery {
    width: 157px;
    height: 132px;
    background-image: url(/images/auth/bg-delivery.png)
}

@media only screen and (max-width: 1000px) {
    html .auth-form__image_delivery {
        margin-bottom:-4px
    }
}

.auth-form__image_bank {
    width: 119px;
    height: 116px;
    margin-right: 8px;
    background-image: url(/images/auth/bg-bank.png)
}

@media only screen and (max-width: 1000px) {
    html .auth-form__image_bank {
        margin-right:0;
        margin-top: 4px
    }
}

.auth-form__image_post {
    width: 119px;
    height: 116px;
    margin-right: 8px;
    background-image: url(/images/auth/bg-post.png)
}

@media only screen and (max-width: 1000px) {
    html .auth-form__image_post {
        margin-right:0;
        margin-top: 4px
    }
}

.auth-form__image_clover {
    width: 100%;
    padding-bottom: 62.5%;
    position: relative;
    background-size: contain
}

.auth-form__image_clover:before {
    content: '';
    top: 17%;
    bottom: 1%;
    left: 6%;
    right: 6%;
    border-radius: 10px;
    box-shadow: 0 5px 30px 0 #000;
    display: block;
    position: absolute;
    z-index: -1
}

.auth-form__image_clover_primary {
    background-image: url(/images/auth/bg-clover-primary.png)
}

.auth-form__image_clover_secondary {
    background-image: url(/images/auth/bg-clover-secondary.png)
}

.auth-form__image_clover_additional {
    background-image: url(/images/auth/bg-clover-additional.png)
}

.auth-form__image_clover_other {
    background-image: url(/images/auth/bg-clover-other.png);
    padding-bottom: 62%
}

.auth-form__image_clover_alter {
    background-image: url(/images/auth/bg-clover-alter.png)
}

.auth-form__image_clover_alter_rbs-error:after,.auth-form__image_clover_alter_rbs-error:before,.auth-form__image_clover_alter_rbs-regular:after,.auth-form__image_clover_alter_rbs-regular:before {
    content: '';
    display: block!important;
    position: absolute;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%
}

.auth-form__image_clover_alter_rbs-error:before,.auth-form__image_clover_alter_rbs-regular:before {
    width: 55px;
    height: 24px;
    border: 1px solid #ff746b;
    border-radius: 4px;
    left: 8px;
    right: auto;
    top: auto;
    bottom: 27px;
    box-shadow: none;
    z-index: auto
}

@media only screen and (max-width: 1000px) {
    html .auth-form__image_clover_alter_rbs-error:before,html .auth-form__image_clover_alter_rbs-regular:before {
        width:274px;
        height: 19px;
        margin-left: auto;
        margin-right: auto;
        border: 0;
        left: 7px;
        right: 7px;
        bottom: 26px;
        background-image: url(/images/auth/bg-rbs-additional.png);
        z-index: 1
    }
}

.auth-form__image_clover_alter_rbs-error:after,.auth-form__image_clover_alter_rbs-regular:after {
    width: 51px;
    height: 60px;
    margin-right: -8px;
    margin-bottom: -20px;
    right: 100%;
    bottom: 0
}

@media only screen and (max-width: 1000px) {
    html .auth-form__image_clover_alter_rbs-error:after,html .auth-form__image_clover_alter_rbs-regular:after {
        margin-right:0;
        margin-bottom: -24px;
        right: auto;
        left: 40px
    }
}

.auth-form__image_clover_alter_rbs-regular:after {
    background-image: url(/images/auth/bg-rbs-primary.png)
}

.auth-form__image_clover_alter_rbs-error:after {
    background-image: url(/images/auth/bg-rbs-secondary.png)
}

.auth-form__image_payments {
    width: 288px;
    height: 23px;
    background-image: url(/images/auth/bg-payments.png)
}

.auth-form__image_payments-alter {
    width: 349px;
    height: 23px;
    background-image: url(/images/auth/bg-payments-alter.png)
}

.auth-form__image_payments-additional {
    width: 177px;
    height: 21px;
    background-image: url(/images/auth/bg-payments-additional.png)
}

.auth-form__image_visa {
    background-image: url(/images/auth/bg-visa.png)
}

.auth-form__image_mastercard {
    background-image: url(/images/auth/bg-mastercard.png)
}

.auth-form__image_maestrocard {
    background-image: url(/images/auth/bg-maestrocard.png)
}

.auth-form__image_belcard {
    background-image: url(/images/auth/bg-belcard.png)
}

.auth-form__image_mir {
    background-image: url(/images/auth/bg-mir.png)
}

.auth-form__image_american-express {
    background-image: url(/images/auth/bg-american-express.png)
}

.auth-form__image_china-unionpay {
    background-image: url(/images/auth/bg-china-unionpay.png)
}

.auth-form__image_cirrus {
    background-image: url(/images/auth/bg-cirrus.png)
}

.auth-form__image_jcb {
    background-image: url(/images/auth/bg-jcb.png)
}

.auth-form__image_halva {
    background-image: url(/images/auth/bg-halva.png)
}

.auth-form__image_buycard {
    background-image: url(/images/auth/bg-buycard.png)
}

.auth-form__image_shield {
    width: 32px;
    height: 43px;
    background-image: url(/images/auth/bg-shield.png)
}

.auth-form__image_success {
    width: 54px;
    height: 56px;
    margin-top: -2px;
    margin-right: 20px;
    background-image: url(/images/auth/bg-success.png)
}

.auth-form__image_success-alter {
    width: 134px;
    height: 141px;
    margin-bottom: 19px;
    background-image: url(/images/auth/bg-success-alter.png)
}

.auth-form__image_success-additional {
    width: 76px;
    height: 97px;
    margin-top: -39px;
    margin-right: -46px;
    margin-bottom: -18px;
    background-image: url(/images/auth/bg-success-additional.png)
}

.auth-form__image_error {
    width: 136px;
    height: 144px;
    margin-bottom: 19px;
    background-image: url(/images/auth/bg-error.png)
}

.auth-form__image_warning {
    width: 136px;
    height: 136px;
    margin-bottom: 14px;
    background-image: url(/images/auth/bg-warning.png)
}

.auth-form__image_response {
    width: 204px;
    height: 156px;
    margin: 0 auto 22px;
    background-image: url(/images/auth/bg-response.png);
    display: block
}

.auth-form__image_bepaid {
    padding-bottom: 41.5%;
    background-image: url(/images/auth/bg-bepaid.png)
}

.auth-form__image_bepaid-alter {
    width: 204px;
    height: 156px;
    margin: 0 auto 22px;
    background-image: url(/images/auth/bg-bepaid-alter.png);
    display: block
}

.auth-form__image_account {
    padding-bottom: 41.5%;
    background-image: url(/images/auth/bg-account.png)
}

.auth-form__image_account-alter {
    width: 184px;
    height: 156px;
    margin: 0 auto 22px;
    background-image: url(/images/auth/bg-account-alter.png);
    display: block
}

.auth-form__image_bell {
    width: 66px;
    height: 69px;
    background-image: url(/images/auth/bg-bell.png)
}

.auth-form__image_dinosaur,.auth-form__image_dinosaur-alter {
    width: 358px;
    height: 223px;
    margin: calc(40vh - 223px) 0 19px 0
}

@media only screen and (max-width: 1000px) {
    html .auth-form__image_dinosaur,html .auth-form__image_dinosaur-alter {
        width:288px;
        height: 177px;
        margin-top: calc(40vh - 177px)
    }
}

.auth-form__image_dinosaur {
    background-image: url(/images/auth/bg-dinosaur.png)
}

.auth-form__image_dinosaur-alter {
    background-image: url(/images/auth/bg-dinosaur-alter.png)
}

.auth-form__image_gesture-additional,.auth-form__image_gesture-alter,.auth-form__image_gesture-default,.auth-form__image_gesture-primary,.auth-form__image_gesture-secondary {
    width: 180px;
    height: 180px;
    display: block
}

.auth-form__image_gesture-primary,.auth-form__image_gesture-secondary {
    margin: 0 auto 24px
}

.auth-form__image_gesture-additional,.auth-form__image_gesture-alter,.auth-form__image_gesture-default {
    margin: 0 auto 18px
}

.auth-form__image_gesture-primary {
    background-image: url(/images/auth/bg-gesture-primary.png?v=1)
}

.auth-form__image_gesture-secondary {
    background-image: url(/images/auth/bg-gesture-secondary.png?v=1)
}

.auth-form__image_gesture-additional {
    background-image: url(/images/auth/bg-gesture-additional.png?v=1)
}

.auth-form__image_gesture-alter {
    background-image: url(/images/auth/bg-gesture-alter.png?v=1)
}

.auth-form__image_gesture-default {
    background-image: url(/images/auth/bg-gesture-default.png?v=1)
}

.auth-form__badge {
    left: -4px;
    right: -4px;
    bottom: -4px;
    position: absolute
}

.auth-form__badge-list {
    font-size: 0;
    white-space: nowrap;
    text-align: right
}

.auth-form__badge-item {
    width: 40px;
    height: 40px;
    margin-left: -10px;
    border: 4px solid #fff;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box
}

.auth-form__badge-item:first-child {
    margin-left: 0
}

.auth-form__badge-item_apple {
    background-color: #676767;
    background-image: url(/images/auth/i-apple-white.svg);
    background-size: 14px 14px
}

.auth-form__badge-item_fb {
    background-color: #3a5998;
    background-image: url(/images/auth/i-fb-white.svg);
    background-size: 9px 17px
}

.auth-form__badge-item_vk {
    background-color: #507299;
    background-image: url(/images/auth/i-vk-white.svg);
    background-size: 19px 10px
}

.auth-form__badge-item_gg {
    background-color: #db4437;
    background-image: url(/images/auth/i-gg-white.svg);
    background-size: 14px 14px
}

.auth-form__title {
    margin: 0 0 18px;
    padding: 0;
    border-bottom: 0;
    color: #000;
    word-break: break-word;
    white-space: normal
}

.auth-form__title_small,.auth-form__title_small-alter {
    font-family: 'Open Sans Condensed',franklingothicdemicondcRg,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1
}

@media only screen and (max-width: 1000px) {
    html .auth-form__title_small-alter {
        font-size:16px;
        line-height: 1.25
    }
}

.auth-form__title_base,.auth-form__title_base-additional,.auth-form__title_base-alter {
    font-family: 'Open Sans Condensed',franklingothicdemicondcRg,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.231
}

@media only screen and (max-width: 1000px) {
    html .auth-form__title_base-additional {
        font-size:20px;
        line-height: 1.1
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__title_base-alter {
        font-size:16px;
        line-height: 1.25
    }
}

.auth-form__title_middle {
    font-family: 'Open Sans Condensed',franklingothicdemicondcRg,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2
}

.auth-form__title_big,.auth-form__title_big-additional,.auth-form__title_big-alter {
    font-family: 'Open Sans Condensed',franklingothicdemicondcRg,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.112
}

@media only screen and (max-width: 1000px) {
    html .auth-form__title_big-alter {
        font-size:26px;
        line-height: 1.231
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__title_big {
        font-size:30px;
        line-height: 1.2
    }
}

.auth-form__title_huge {
    font-family: 'Open Sans Condensed',franklingothicdemicondcRg,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1
}

@media only screen and (max-width: 1000px) {
    html .auth-form__title_huge {
        font-size:42px;
        line-height: .953
    }
}

.auth-form__title_giant,.auth-form__title_giant-additional,.auth-form__title_giant-alter {
    font-family: 'Open Sans Condensed',franklingothicdemicondcRg,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1
}

@media only screen and (max-width: 1000px) {
    html .auth-form__title_giant-additional {
        font-size:50px;
        line-height: 1
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__title_giant-alter {
        font-size:42px;
        line-height: .953
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__title_giant {
        font-size:36px;
        line-height: 1.112
    }
}

.auth-form__title_nocondensed {
    font-family: 'Open Sans',Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 700
}

@media only screen and (max-width: 1000px) {
    html .auth-form__title {
        margin-bottom:12px
    }
}

.auth-form__title_extended {
    margin-bottom: 60px
}

.auth-form__title_extended-specific {
    margin-bottom: 40px
}

.auth-form__title_extended-other {
    margin-bottom: 24px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__title_extended-other {
        margin-bottom:24px
    }
}

.auth-form__title_extended-additional {
    margin-bottom: 32px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__title_extended-additional {
        margin-bottom:24px
    }
}

.auth-form__title_extended-alter {
    margin-bottom: 24px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__title_extended-alter {
        margin-bottom:16px
    }
}

.auth-form__title_condensed {
    margin-bottom: 20px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__title_condensed {
        margin-bottom:20px
    }
}

.auth-form__title_condensed-default {
    margin-bottom: 14px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__title_condensed-default {
        margin-bottom:14px
    }
}

.auth-form__title_condensed-another,.auth-form__title_condensed-specific {
    margin-bottom: 11px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__title_condensed-specific {
        margin-bottom:4px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__title_condensed-another {
        margin-bottom:11px
    }
}

.auth-form__title_condensed-extra,.auth-form__title_condensed-other {
    margin-bottom: 8px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__title_condensed-other {
        margin-bottom:8px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__title_condensed-extra {
        margin-bottom:4px
    }
}

.auth-form__title_condensed-additional,.auth-form__title_condensed-subsidiary {
    margin-bottom: 5px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__title_condensed-additional {
        margin-bottom:5px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__title_condensed-subsidiary {
        margin-bottom:1px
    }
}

.auth-form__title_condensed-complementary {
    margin-bottom: 3px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__title_condensed-complementary {
        margin-bottom:3px
    }
}

.auth-form__title_condensed-alter {
    margin-bottom: 1px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__title_condensed-alter {
        margin-bottom:5px
    }
}

.auth-form__title_animated {
    position: relative;
    overflow: hidden;
    cursor: default;
    pointer-events: none
}

.auth-form__title_animated,.auth-form__title_animated * {
    color: transparent
}

.auth-form__title_animated:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background-image: url(/images/auth/i-spinner-yellow-alter.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    z-index: 1;
    -webkit-animation: auth-spinner .7s linear infinite;
    -o-animation: auth-spinner .7s linear infinite;
    animation: auth-spinner .7s linear infinite
}

.auth-form__title_animated:before {
    content: '\00a0'
}

.auth-form__title:last-child {
    margin-bottom: 0
}

.auth-form__title-flex {
    width: 100%;
    height: auto;
    display: table;
    table-layout: auto;
    box-sizing: border-box
}

.auth-form__title-part {
    padding-left: 15px;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top
}

.auth-form__title-part:first-child {
    padding-left: 0
}

.auth-form__title-part:empty {
    display: none
}

.auth-form__title-part_2 {
    text-align: right
}

.auth-form__title-part_2 .auth-form__button,.auth-form__title-part_2 .auth-form__dropdown-handle,.auth-form__title-part_2 .auth-form__hint,.auth-form__title-part_2 .auth-form__input-combo,.auth-form__title-part_2 .auth-form__input-wrapper,.auth-form__title-part_2 .auth-form__link,.auth-form__title-part_2 .auth-form__popover-handle,.auth-form__title-part_2 .auth-form__tooltip-handle {
    margin-left: 15px;
    margin-right: 0
}

.auth-form__title-part_2 .auth-form__button:first-child,.auth-form__title-part_2 .auth-form__dropdown-handle:first-child,.auth-form__title-part_2 .auth-form__hint:first-child,.auth-form__title-part_2 .auth-form__input-combo:first-child,.auth-form__title-part_2 .auth-form__input-wrapper:first-child,.auth-form__title-part_2 .auth-form__link:first-child,.auth-form__title-part_2 .auth-form__popover-handle:first-child,.auth-form__title-part_2 .auth-form__tooltip-handle:first-child {
    margin-left: 0
}

.auth-form__title-part_vertical_top {
    vertical-align: top!important
}

.auth-form__title-part_vertical_middle {
    vertical-align: middle!important
}

.auth-form__title-part_vertical_bottom {
    vertical-align: bottom!important
}

.auth-form__title-part_vertical_baseline {
    vertical-align: baseline!important
}

.auth-form__title-part_text_left {
    text-align: left
}

.auth-form__title-part_text_center {
    text-align: center
}

.auth-form__title-part_text_right {
    text-align: right
}

.auth-form__captcha {
    margin-left: -7px
}

.auth-form__description,.auth-form__hint,.auth-form__label,.auth-form__label-description,.auth-form__label-note,.auth-form__label-title,.auth-form__link {
    word-break: break-word;
    white-space: normal
}

.auth-form__description_mini,.auth-form__hint_mini,.auth-form__label-description_mini,.auth-form__label-note_mini,.auth-form__label-title_mini,.auth-form__label_mini,.auth-form__link_mini {
    font-size: 10px;
    line-height: 1.4
}

.auth-form__description_wee,.auth-form__hint_wee,.auth-form__label-description_wee,.auth-form__label-note_wee,.auth-form__label-title_wee,.auth-form__label_wee,.auth-form__link_wee {
    font-size: 11px;
    line-height: 1.273
}

.auth-form__description_tiny,.auth-form__hint_tiny,.auth-form__label-description_tiny,.auth-form__label-note_tiny,.auth-form__label-title_tiny,.auth-form__label_tiny,.auth-form__link_tiny {
    font-size: 12px;
    line-height: 1.167
}

.auth-form__description_small,.auth-form__hint_small,.auth-form__label-description_small,.auth-form__label-note_small,.auth-form__label-title_small,.auth-form__label_small,.auth-form__link_small {
    font-size: 13px;
    line-height: 1.231
}

.auth-form__description_base-additional,.auth-form__hint_base-additional,.auth-form__label-description_base-additional,.auth-form__label-note_base-additional,.auth-form__label-title_base-additional,.auth-form__label_base-additional,.auth-form__link_base-additional {
    font-size: 15px;
    line-height: 1.334
}

.auth-form__description_base-alter,.auth-form__hint_base-alter,.auth-form__label-description_base-alter,.auth-form__label-note_base-alter,.auth-form__label-title_base-alter,.auth-form__label_base-alter,.auth-form__link_base-alter {
    font-size: 15px;
    line-height: 1.6
}

.auth-form__description_base,.auth-form__hint_base,.auth-form__label-description_base,.auth-form__label-note_base,.auth-form__label-title_base,.auth-form__label_base,.auth-form__link_base {
    font-size: 14px;
    line-height: 1.429
}

.auth-form__description_middle,.auth-form__hint_middle,.auth-form__label-description_middle,.auth-form__label-note_middle,.auth-form__label-title_middle,.auth-form__label_middle,.auth-form__link_middle {
    font-size: 16px;
    line-height: 1.5
}

.auth-form__description_middle-alter,.auth-form__hint_middle-alter,.auth-form__label-description_middle-alter,.auth-form__label-note_middle-alter,.auth-form__label-title_middle-alter,.auth-form__label_middle-alter,.auth-form__link_middle-alter {
    font-size: 16px;
    line-height: 1.375
}

.auth-form__description_middle-additional,.auth-form__hint_middle-additional,.auth-form__label-description_middle-additional,.auth-form__label-note_middle-additional,.auth-form__label-title_middle-additional,.auth-form__label_middle-additional,.auth-form__link_middle-additional {
    font-size: 16px;
    line-height: 1.25
}

.auth-form__description_big,.auth-form__hint_big,.auth-form__label-description_big,.auth-form__label-note_big,.auth-form__label-title_big,.auth-form__label_big,.auth-form__link_big {
    font-size: 18px;
    line-height: 1.334
}

.auth-form__description_huge,.auth-form__hint_huge,.auth-form__label-description_huge,.auth-form__label-note_huge,.auth-form__label-title_huge,.auth-form__label_huge,.auth-form__link_huge {
    font-size: 20px;
    line-height: 1.3
}

.auth-form__description_huge-alter,.auth-form__hint_huge-alter,.auth-form__label-description_huge-alter,.auth-form__label-note_huge-alter,.auth-form__label-title_huge-alter,.auth-form__label_huge-alter,.auth-form__link_huge-alter {
    font-size: 22px;
    line-height: 1.091
}

.auth-form__description_giant,.auth-form__hint_giant,.auth-form__label-description_giant,.auth-form__label-note_giant,.auth-form__label-title_giant,.auth-form__label_giant,.auth-form__link_giant {
    font-size: 32px;
    line-height: 1
}

.auth-form__description_font-family_opensans,.auth-form__hint_font-family_opensans,.auth-form__label-description_font-family_opensans,.auth-form__label-note_font-family_opensans,.auth-form__label-title_font-family_opensans,.auth-form__label_font-family_opensans,.auth-form__link_font-family_opensans {
    font-family: 'Open Sans',Arial,Helvetica Neue,Helvetica,sans-serif!important
}

.auth-form__description_font-family_opensanscondensed,.auth-form__hint_font-family_opensanscondensed,.auth-form__label-description_font-family_opensanscondensed,.auth-form__label-note_font-family_opensanscondensed,.auth-form__label-title_font-family_opensanscondensed,.auth-form__label_font-family_opensanscondensed,.auth-form__link_font-family_opensanscondensed {
    font-family: 'Open Sans Condensed',franklingothicdemicondcRg,Arial,Helvetica Neue,Helvetica,sans-serif!important
}

.auth-form__description_font-family_lucida,.auth-form__hint_font-family_lucida,.auth-form__label-description_font-family_lucida,.auth-form__label-note_font-family_lucida,.auth-form__label-title_font-family_lucida,.auth-form__label_font-family_lucida,.auth-form__link_font-family_lucida {
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif!important
}

.auth-form__description_font-weight_light,.auth-form__hint_font-weight_light,.auth-form__label-description_font-weight_light,.auth-form__label-note_font-weight_light,.auth-form__label-title_font-weight_light,.auth-form__label_font-weight_light,.auth-form__link_font-weight_light {
    font-weight: 300!important
}

.auth-form__description_font-weight_normal,.auth-form__hint_font-weight_normal,.auth-form__label-description_font-weight_normal,.auth-form__label-note_font-weight_normal,.auth-form__label-title_font-weight_normal,.auth-form__label_font-weight_normal,.auth-form__link_font-weight_normal {
    font-weight: 400!important
}

.auth-form__description_font-weight_semibold,.auth-form__hint_font-weight_semibold,.auth-form__label-description_font-weight_semibold,.auth-form__label-note_font-weight_semibold,.auth-form__label-title_font-weight_semibold,.auth-form__label_font-weight_semibold,.auth-form__link_font-weight_semibold {
    font-weight: 600!important
}

.auth-form__description_font-weight_bold,.auth-form__hint_font-weight_bold,.auth-form__label-description_font-weight_bold,.auth-form__label-note_font-weight_bold,.auth-form__label-title_font-weight_bold,.auth-form__label_font-weight_bold,.auth-form__link_font-weight_bold {
    font-weight: 700!important
}

.auth-form__description_vertical_top,.auth-form__hint_vertical_top,.auth-form__label-description_vertical_top,.auth-form__label-note_vertical_top,.auth-form__label-title_vertical_top,.auth-form__label_vertical_top,.auth-form__link_vertical_top {
    vertical-align: top!important
}

.auth-form__description_vertical_middle,.auth-form__hint_vertical_middle,.auth-form__label-description_vertical_middle,.auth-form__label-note_vertical_middle,.auth-form__label-title_vertical_middle,.auth-form__label_vertical_middle,.auth-form__link_vertical_middle {
    vertical-align: middle!important
}

.auth-form__description_vertical_bottom,.auth-form__hint_vertical_bottom,.auth-form__label-description_vertical_bottom,.auth-form__label-note_vertical_bottom,.auth-form__label-title_vertical_bottom,.auth-form__label_vertical_bottom,.auth-form__link_vertical_bottom {
    vertical-align: bottom!important
}

.auth-form__description_vertical_baseline,.auth-form__hint_vertical_baseline,.auth-form__label-description_vertical_baseline,.auth-form__label-note_vertical_baseline,.auth-form__label-title_vertical_baseline,.auth-form__label_vertical_baseline,.auth-form__link_vertical_baseline {
    vertical-align: baseline!important
}

.auth-form__description_text_left,.auth-form__hint_text_left,.auth-form__label-description_text_left,.auth-form__label-note_text_left,.auth-form__label-title_text_left,.auth-form__label_text_left,.auth-form__link_text_left {
    text-align: left
}

.auth-form__description_text_center,.auth-form__hint_text_center,.auth-form__label-description_text_center,.auth-form__label-note_text_center,.auth-form__label-title_text_center,.auth-form__label_text_center,.auth-form__link_text_center {
    text-align: center
}

.auth-form__description_text_right,.auth-form__hint_text_right,.auth-form__label-description_text_right,.auth-form__label-note_text_right,.auth-form__label-title_text_right,.auth-form__label_text_right,.auth-form__link_text_right {
    text-align: right
}

.auth-form__description_nowrap,.auth-form__hint_nowrap,.auth-form__label-description_nowrap,.auth-form__label-note_nowrap,.auth-form__label-title_nowrap,.auth-form__label_nowrap,.auth-form__link_nowrap {
    white-space: nowrap!important
}

@media only screen and (max-width: 1000px) {
    html .auth-form__description_nowrap_specific,html .auth-form__hint_nowrap_specific,html .auth-form__label-description_nowrap_specific,html .auth-form__label-note_nowrap_specific,html .auth-form__label-title_nowrap_specific,html .auth-form__label_nowrap_specific,html .auth-form__link_nowrap_specific {
        white-space:normal!important
    }
}

.auth-form__description_ellipsis,.auth-form__hint_ellipsis,.auth-form__label-description_ellipsis,.auth-form__label-note_ellipsis,.auth-form__label-title_ellipsis,.auth-form__label_ellipsis,.auth-form__link_ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.auth-form__description_through,.auth-form__hint_through,.auth-form__label-description_through,.auth-form__label-note_through,.auth-form__label-title_through,.auth-form__label_through,.auth-form__link_through {
    text-decoration: line-through
}

.auth-form__description_middle.auth-form__description_pass:before,.auth-form__description_middle.auth-form__hint_pass:before,.auth-form__description_middle.auth-form__label-description_pass:before,.auth-form__description_middle.auth-form__label-note_pass:before,.auth-form__description_middle.auth-form__label-title_pass:before,.auth-form__description_middle.auth-form__label_pass:before,.auth-form__description_middle.auth-form__link_pass:before,.auth-form__hint_middle.auth-form__description_pass:before,.auth-form__hint_middle.auth-form__hint_pass:before,.auth-form__hint_middle.auth-form__label-description_pass:before,.auth-form__hint_middle.auth-form__label-note_pass:before,.auth-form__hint_middle.auth-form__label-title_pass:before,.auth-form__hint_middle.auth-form__label_pass:before,.auth-form__hint_middle.auth-form__link_pass:before,.auth-form__label-description_middle.auth-form__description_pass:before,.auth-form__label-description_middle.auth-form__hint_pass:before,.auth-form__label-description_middle.auth-form__label-description_pass:before,.auth-form__label-description_middle.auth-form__label-note_pass:before,.auth-form__label-description_middle.auth-form__label-title_pass:before,.auth-form__label-description_middle.auth-form__label_pass:before,.auth-form__label-description_middle.auth-form__link_pass:before,.auth-form__label-note_middle.auth-form__description_pass:before,.auth-form__label-note_middle.auth-form__hint_pass:before,.auth-form__label-note_middle.auth-form__label-description_pass:before,.auth-form__label-note_middle.auth-form__label-note_pass:before,.auth-form__label-note_middle.auth-form__label-title_pass:before,.auth-form__label-note_middle.auth-form__label_pass:before,.auth-form__label-note_middle.auth-form__link_pass:before,.auth-form__label-title_middle.auth-form__description_pass:before,.auth-form__label-title_middle.auth-form__hint_pass:before,.auth-form__label-title_middle.auth-form__label-description_pass:before,.auth-form__label-title_middle.auth-form__label-note_pass:before,.auth-form__label-title_middle.auth-form__label-title_pass:before,.auth-form__label-title_middle.auth-form__label_pass:before,.auth-form__label-title_middle.auth-form__link_pass:before,.auth-form__label_middle.auth-form__description_pass:before,.auth-form__label_middle.auth-form__hint_pass:before,.auth-form__label_middle.auth-form__label-description_pass:before,.auth-form__label_middle.auth-form__label-note_pass:before,.auth-form__label_middle.auth-form__label-title_pass:before,.auth-form__label_middle.auth-form__label_pass:before,.auth-form__label_middle.auth-form__link_pass:before,.auth-form__link_middle.auth-form__description_pass:before,.auth-form__link_middle.auth-form__hint_pass:before,.auth-form__link_middle.auth-form__label-description_pass:before,.auth-form__link_middle.auth-form__label-note_pass:before,.auth-form__link_middle.auth-form__label-title_pass:before,.auth-form__link_middle.auth-form__label_pass:before,.auth-form__link_middle.auth-form__link_pass:before {
    margin-top: 4px
}

.auth-form__description_primary,.auth-form__hint_primary,.auth-form__label-description_primary,.auth-form__label-note_primary,.auth-form__label-title_primary,.auth-form__label_primary {
    color: #000
}

.auth-form__description_secondary,.auth-form__hint_secondary,.auth-form__label-description_secondary,.auth-form__label-note_secondary,.auth-form__label-title_secondary,.auth-form__label_secondary {
    color: gray
}

.auth-form__description_additional,.auth-form__hint_additional,.auth-form__label-description_additional,.auth-form__label-note_additional,.auth-form__label-title_additional,.auth-form__label_additional {
    color: #666
}

.auth-form__description_alter,.auth-form__hint_alter,.auth-form__label-description_alter,.auth-form__label-note_alter,.auth-form__label-title_alter,.auth-form__label_alter {
    color: #ccc
}

.auth-form__description_other,.auth-form__hint_other,.auth-form__label-description_other,.auth-form__label-note_other,.auth-form__label-title_other,.auth-form__label_other {
    color: #999
}

.auth-form__description_default,.auth-form__hint_default,.auth-form__label-description_default,.auth-form__label-note_default,.auth-form__label-title_default,.auth-form__label_default {
    color: #fff
}

.auth-form__description_error,.auth-form__hint_error,.auth-form__label-description_error,.auth-form__label-note_error,.auth-form__label-title_error,.auth-form__label_error {
    color: #d01c10
}

.auth-form__description_warning,.auth-form__hint_warning,.auth-form__label-description_warning,.auth-form__label-note_warning,.auth-form__label-title_warning,.auth-form__label_warning {
    color: #6747E5
}

.auth-form__description_warning-alter,.auth-form__hint_warning-alter,.auth-form__label-description_warning-alter,.auth-form__label-note_warning-alter,.auth-form__label-title_warning-alter,.auth-form__label_warning-alter {
    color: #ff8b00
}

.auth-form__description_success,.auth-form__hint_success,.auth-form__label-description_success,.auth-form__label-note_success,.auth-form__label-title_success,.auth-form__label_success {
    color: #5c8527
}

.auth-form__description_transparent,.auth-form__hint_transparent,.auth-form__label-description_transparent,.auth-form__label-note_transparent,.auth-form__label-title_transparent,.auth-form__label_transparent {
    color: transparent
}

.auth-form__description_attention:before,.auth-form__description_check:before,.auth-form__description_clock:before,.auth-form__description_cvc-alter:before,.auth-form__description_cvc:before,.auth-form__description_explanation:before,.auth-form__description_fail:before,.auth-form__description_fixing-alter:before,.auth-form__description_fixing:before,.auth-form__description_important:before,.auth-form__description_info-additional:before,.auth-form__description_info-alter:before,.auth-form__description_info:before,.auth-form__description_pass:before,.auth-form__description_premium:before,.auth-form__description_qmark:before,.auth-form__description_rising:before,.auth-form__description_waiting:before,.auth-form__hint_attention:before,.auth-form__hint_check:before,.auth-form__hint_clock:before,.auth-form__hint_cvc-alter:before,.auth-form__hint_cvc:before,.auth-form__hint_explanation:before,.auth-form__hint_fail:before,.auth-form__hint_fixing-alter:before,.auth-form__hint_fixing:before,.auth-form__hint_important:before,.auth-form__hint_info-additional:before,.auth-form__hint_info-alter:before,.auth-form__hint_info:before,.auth-form__hint_pass:before,.auth-form__hint_premium:before,.auth-form__hint_qmark:before,.auth-form__hint_rising:before,.auth-form__hint_waiting:before,.auth-form__label-description_attention:before,.auth-form__label-description_check:before,.auth-form__label-description_clock:before,.auth-form__label-description_cvc-alter:before,.auth-form__label-description_cvc:before,.auth-form__label-description_explanation:before,.auth-form__label-description_fail:before,.auth-form__label-description_fixing-alter:before,.auth-form__label-description_fixing:before,.auth-form__label-description_important:before,.auth-form__label-description_info-additional:before,.auth-form__label-description_info-alter:before,.auth-form__label-description_info:before,.auth-form__label-description_pass:before,.auth-form__label-description_premium:before,.auth-form__label-description_qmark:before,.auth-form__label-description_rising:before,.auth-form__label-description_waiting:before,.auth-form__label-note_attention:before,.auth-form__label-note_check:before,.auth-form__label-note_clock:before,.auth-form__label-note_cvc-alter:before,.auth-form__label-note_cvc:before,.auth-form__label-note_explanation:before,.auth-form__label-note_fail:before,.auth-form__label-note_fixing-alter:before,.auth-form__label-note_fixing:before,.auth-form__label-note_important:before,.auth-form__label-note_info-additional:before,.auth-form__label-note_info-alter:before,.auth-form__label-note_info:before,.auth-form__label-note_pass:before,.auth-form__label-note_premium:before,.auth-form__label-note_qmark:before,.auth-form__label-note_rising:before,.auth-form__label-note_waiting:before,.auth-form__label-title_attention:before,.auth-form__label-title_check:before,.auth-form__label-title_clock:before,.auth-form__label-title_cvc-alter:before,.auth-form__label-title_cvc:before,.auth-form__label-title_explanation:before,.auth-form__label-title_fail:before,.auth-form__label-title_fixing-alter:before,.auth-form__label-title_fixing:before,.auth-form__label-title_important:before,.auth-form__label-title_info-additional:before,.auth-form__label-title_info-alter:before,.auth-form__label-title_info:before,.auth-form__label-title_pass:before,.auth-form__label-title_premium:before,.auth-form__label-title_qmark:before,.auth-form__label-title_rising:before,.auth-form__label-title_waiting:before,.auth-form__label_attention:before,.auth-form__label_check:before,.auth-form__label_clock:before,.auth-form__label_cvc-alter:before,.auth-form__label_cvc:before,.auth-form__label_explanation:before,.auth-form__label_fail:before,.auth-form__label_fixing-alter:before,.auth-form__label_fixing:before,.auth-form__label_important:before,.auth-form__label_info-additional:before,.auth-form__label_info-alter:before,.auth-form__label_info:before,.auth-form__label_pass:before,.auth-form__label_premium:before,.auth-form__label_qmark:before,.auth-form__label_rising:before,.auth-form__label_waiting:before {
    content: '';
    display: block;
    position: absolute;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain
}

.auth-form__description_attention,.auth-form__hint_attention,.auth-form__label-description_attention,.auth-form__label-note_attention,.auth-form__label-title_attention,.auth-form__label_attention {
    min-height: 16px;
    padding-left: 25px
}

.auth-form__description_attention:before,.auth-form__hint_attention:before,.auth-form__label-description_attention:before,.auth-form__label-note_attention:before,.auth-form__label-title_attention:before,.auth-form__label_attention:before {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    left: 0;
    background-image: url(/images/auth/i-sign-screamer-orange.png)
}

.auth-form__description_qmark,.auth-form__hint_qmark,.auth-form__label-description_qmark,.auth-form__label-note_qmark,.auth-form__label-title_qmark,.auth-form__label_qmark {
    min-height: 16px;
    padding-left: 25px
}

.auth-form__description_qmark:before,.auth-form__hint_qmark:before,.auth-form__label-description_qmark:before,.auth-form__label-note_qmark:before,.auth-form__label-title_qmark:before,.auth-form__label_qmark:before {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    left: 0;
    background-image: url(/images/auth/i-sign-question-black.png)
}

.auth-form__description_info,.auth-form__hint_info,.auth-form__label-description_info,.auth-form__label-note_info,.auth-form__label-title_info,.auth-form__label_info {
    min-height: 16px;
    padding-left: 25px
}

.auth-form__description_info:before,.auth-form__hint_info:before,.auth-form__label-description_info:before,.auth-form__label-note_info:before,.auth-form__label-title_info:before,.auth-form__label_info:before {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    left: 0;
    background-image: url(/images/auth/i-sign-info-gray.png)
}

.auth-form__description_info-alter,.auth-form__hint_info-alter,.auth-form__label-description_info-alter,.auth-form__label-note_info-alter,.auth-form__label-title_info-alter,.auth-form__label_info-alter {
    min-height: 16px;
    padding-left: 25px
}

.auth-form__description_info-alter:before,.auth-form__hint_info-alter:before,.auth-form__label-description_info-alter:before,.auth-form__label-note_info-alter:before,.auth-form__label-title_info-alter:before,.auth-form__label_info-alter:before {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    left: 0;
    background-image: url(/images/auth/i-sign-info-green.png)
}

.auth-form__description_info-additional,.auth-form__hint_info-additional,.auth-form__label-description_info-additional,.auth-form__label-note_info-additional,.auth-form__label-title_info-additional,.auth-form__label_info-additional {
    min-height: 16px;
    padding-left: 25px
}

.auth-form__description_info-additional:before,.auth-form__hint_info-additional:before,.auth-form__label-description_info-additional:before,.auth-form__label-note_info-additional:before,.auth-form__label-title_info-additional:before,.auth-form__label_info-additional:before {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    left: 0;
    background-image: url(/images/auth/i-sign-info-blue.png)
}

.auth-form__description_info-additional.auth-form__description_small:before,.auth-form__description_info-additional.auth-form__hint_small:before,.auth-form__description_info-additional.auth-form__label-description_small:before,.auth-form__description_info-additional.auth-form__label-note_small:before,.auth-form__description_info-additional.auth-form__label-title_small:before,.auth-form__description_info-additional.auth-form__label_small:before,.auth-form__description_info-alter.auth-form__description_small:before,.auth-form__description_info-alter.auth-form__hint_small:before,.auth-form__description_info-alter.auth-form__label-description_small:before,.auth-form__description_info-alter.auth-form__label-note_small:before,.auth-form__description_info-alter.auth-form__label-title_small:before,.auth-form__description_info-alter.auth-form__label_small:before,.auth-form__description_info.auth-form__description_small:before,.auth-form__description_info.auth-form__hint_small:before,.auth-form__description_info.auth-form__label-description_small:before,.auth-form__description_info.auth-form__label-note_small:before,.auth-form__description_info.auth-form__label-title_small:before,.auth-form__description_info.auth-form__label_small:before,.auth-form__hint_info-additional.auth-form__description_small:before,.auth-form__hint_info-additional.auth-form__hint_small:before,.auth-form__hint_info-additional.auth-form__label-description_small:before,.auth-form__hint_info-additional.auth-form__label-note_small:before,.auth-form__hint_info-additional.auth-form__label-title_small:before,.auth-form__hint_info-additional.auth-form__label_small:before,.auth-form__hint_info-alter.auth-form__description_small:before,.auth-form__hint_info-alter.auth-form__hint_small:before,.auth-form__hint_info-alter.auth-form__label-description_small:before,.auth-form__hint_info-alter.auth-form__label-note_small:before,.auth-form__hint_info-alter.auth-form__label-title_small:before,.auth-form__hint_info-alter.auth-form__label_small:before,.auth-form__hint_info.auth-form__description_small:before,.auth-form__hint_info.auth-form__hint_small:before,.auth-form__hint_info.auth-form__label-description_small:before,.auth-form__hint_info.auth-form__label-note_small:before,.auth-form__hint_info.auth-form__label-title_small:before,.auth-form__hint_info.auth-form__label_small:before,.auth-form__label-description_info-additional.auth-form__description_small:before,.auth-form__label-description_info-additional.auth-form__hint_small:before,.auth-form__label-description_info-additional.auth-form__label-description_small:before,.auth-form__label-description_info-additional.auth-form__label-note_small:before,.auth-form__label-description_info-additional.auth-form__label-title_small:before,.auth-form__label-description_info-additional.auth-form__label_small:before,.auth-form__label-description_info-alter.auth-form__description_small:before,.auth-form__label-description_info-alter.auth-form__hint_small:before,.auth-form__label-description_info-alter.auth-form__label-description_small:before,.auth-form__label-description_info-alter.auth-form__label-note_small:before,.auth-form__label-description_info-alter.auth-form__label-title_small:before,.auth-form__label-description_info-alter.auth-form__label_small:before,.auth-form__label-description_info.auth-form__description_small:before,.auth-form__label-description_info.auth-form__hint_small:before,.auth-form__label-description_info.auth-form__label-description_small:before,.auth-form__label-description_info.auth-form__label-note_small:before,.auth-form__label-description_info.auth-form__label-title_small:before,.auth-form__label-description_info.auth-form__label_small:before,.auth-form__label-note_info-additional.auth-form__description_small:before,.auth-form__label-note_info-additional.auth-form__hint_small:before,.auth-form__label-note_info-additional.auth-form__label-description_small:before,.auth-form__label-note_info-additional.auth-form__label-note_small:before,.auth-form__label-note_info-additional.auth-form__label-title_small:before,.auth-form__label-note_info-additional.auth-form__label_small:before,.auth-form__label-note_info-alter.auth-form__description_small:before,.auth-form__label-note_info-alter.auth-form__hint_small:before,.auth-form__label-note_info-alter.auth-form__label-description_small:before,.auth-form__label-note_info-alter.auth-form__label-note_small:before,.auth-form__label-note_info-alter.auth-form__label-title_small:before,.auth-form__label-note_info-alter.auth-form__label_small:before,.auth-form__label-note_info.auth-form__description_small:before,.auth-form__label-note_info.auth-form__hint_small:before,.auth-form__label-note_info.auth-form__label-description_small:before,.auth-form__label-note_info.auth-form__label-note_small:before,.auth-form__label-note_info.auth-form__label-title_small:before,.auth-form__label-note_info.auth-form__label_small:before,.auth-form__label-title_info-additional.auth-form__description_small:before,.auth-form__label-title_info-additional.auth-form__hint_small:before,.auth-form__label-title_info-additional.auth-form__label-description_small:before,.auth-form__label-title_info-additional.auth-form__label-note_small:before,.auth-form__label-title_info-additional.auth-form__label-title_small:before,.auth-form__label-title_info-additional.auth-form__label_small:before,.auth-form__label-title_info-alter.auth-form__description_small:before,.auth-form__label-title_info-alter.auth-form__hint_small:before,.auth-form__label-title_info-alter.auth-form__label-description_small:before,.auth-form__label-title_info-alter.auth-form__label-note_small:before,.auth-form__label-title_info-alter.auth-form__label-title_small:before,.auth-form__label-title_info-alter.auth-form__label_small:before,.auth-form__label-title_info.auth-form__description_small:before,.auth-form__label-title_info.auth-form__hint_small:before,.auth-form__label-title_info.auth-form__label-description_small:before,.auth-form__label-title_info.auth-form__label-note_small:before,.auth-form__label-title_info.auth-form__label-title_small:before,.auth-form__label-title_info.auth-form__label_small:before,.auth-form__label_info-additional.auth-form__description_small:before,.auth-form__label_info-additional.auth-form__hint_small:before,.auth-form__label_info-additional.auth-form__label-description_small:before,.auth-form__label_info-additional.auth-form__label-note_small:before,.auth-form__label_info-additional.auth-form__label-title_small:before,.auth-form__label_info-additional.auth-form__label_small:before,.auth-form__label_info-alter.auth-form__description_small:before,.auth-form__label_info-alter.auth-form__hint_small:before,.auth-form__label_info-alter.auth-form__label-description_small:before,.auth-form__label_info-alter.auth-form__label-note_small:before,.auth-form__label_info-alter.auth-form__label-title_small:before,.auth-form__label_info-alter.auth-form__label_small:before,.auth-form__label_info.auth-form__description_small:before,.auth-form__label_info.auth-form__hint_small:before,.auth-form__label_info.auth-form__label-description_small:before,.auth-form__label_info.auth-form__label-note_small:before,.auth-form__label_info.auth-form__label-title_small:before,.auth-form__label_info.auth-form__label_small:before {
    margin-top: 1px
}

.auth-form__description_fail,.auth-form__hint_fail,.auth-form__label-description_fail,.auth-form__label-note_fail,.auth-form__label-title_fail,.auth-form__label_fail {
    min-height: 16px;
    padding-left: 25px
}

.auth-form__description_fail:before,.auth-form__hint_fail:before,.auth-form__label-description_fail:before,.auth-form__label-note_fail:before,.auth-form__label-title_fail:before,.auth-form__label_fail:before {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    left: 0;
    background-image: url(/images/auth/i-sign-screamer-red.png)
}

.auth-form__description_fixing,.auth-form__hint_fixing,.auth-form__label-description_fixing,.auth-form__label-note_fixing,.auth-form__label-title_fixing,.auth-form__label_fixing {
    min-height: 16px;
    padding-left: 25px
}

.auth-form__description_fixing:before,.auth-form__hint_fixing:before,.auth-form__label-description_fixing:before,.auth-form__label-note_fixing:before,.auth-form__label-title_fixing:before,.auth-form__label_fixing:before {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    left: 0;
    background-image: url(/images/auth/i-sign-pushpin-green.png)
}

.auth-form__description_fixing-alter,.auth-form__hint_fixing-alter,.auth-form__label-description_fixing-alter,.auth-form__label-note_fixing-alter,.auth-form__label-title_fixing-alter,.auth-form__label_fixing-alter {
    min-height: 16px;
    padding-left: 25px
}

.auth-form__description_fixing-alter:before,.auth-form__hint_fixing-alter:before,.auth-form__label-description_fixing-alter:before,.auth-form__label-note_fixing-alter:before,.auth-form__label-title_fixing-alter:before,.auth-form__label_fixing-alter:before {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    left: 0;
    background-image: url(/images/auth/i-sign-pushpin-green-alter.png)
}

.auth-form__description_premium,.auth-form__hint_premium,.auth-form__label-description_premium,.auth-form__label-note_premium,.auth-form__label-title_premium,.auth-form__label_premium {
    min-height: 16px;
    padding-left: 25px
}

.auth-form__description_premium:before,.auth-form__hint_premium:before,.auth-form__label-description_premium:before,.auth-form__label-note_premium:before,.auth-form__label-title_premium:before,.auth-form__label_premium:before {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    left: 0;
    background-image: url(/images/auth/i-sign-crown-green.png)
}

.auth-form__description_waiting,.auth-form__hint_waiting,.auth-form__label-description_waiting,.auth-form__label-note_waiting,.auth-form__label-title_waiting,.auth-form__label_waiting {
    min-height: 16px;
    padding-left: 25px
}

.auth-form__description_waiting:before,.auth-form__hint_waiting:before,.auth-form__label-description_waiting:before,.auth-form__label-note_waiting:before,.auth-form__label-title_waiting:before,.auth-form__label_waiting:before {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    left: 0;
    background-image: url(/images/auth/i-sign-pause-gray.png)
}

.auth-form__description_explanation,.auth-form__hint_explanation,.auth-form__label-description_explanation,.auth-form__label-note_explanation,.auth-form__label-title_explanation,.auth-form__label_explanation {
    min-height: 16px;
    padding-left: 25px
}

.auth-form__description_explanation:before,.auth-form__hint_explanation:before,.auth-form__label-description_explanation:before,.auth-form__label-note_explanation:before,.auth-form__label-title_explanation:before,.auth-form__label_explanation:before {
    width: 14px;
    height: 16px;
    margin-top: 2px;
    left: 1px;
    background-image: url(/images/auth/i-sign-shield-tip-checkbox-green.png)
}

.auth-form__description_rising,.auth-form__hint_rising,.auth-form__label-description_rising,.auth-form__label-note_rising,.auth-form__label-title_rising,.auth-form__label_rising {
    height: 40px;
    padding-left: 63px;
    display: table-cell;
    vertical-align: middle
}

.auth-form__description_rising:before,.auth-form__hint_rising:before,.auth-form__label-description_rising:before,.auth-form__label-note_rising:before,.auth-form__label-title_rising:before,.auth-form__label_rising:before {
    width: 54px;
    height: 76px;
    margin-top: -38px;
    top: 50%;
    left: 0;
    background-image: url(/images/auth/i-sign-plus-green-alter.png)
}

.auth-form__description_check,.auth-form__hint_check,.auth-form__label-description_check,.auth-form__label-note_check,.auth-form__label-title_check,.auth-form__label_check {
    min-height: 13px;
    padding-left: 25px
}

.auth-form__description_check:before,.auth-form__hint_check:before,.auth-form__label-description_check:before,.auth-form__label-note_check:before,.auth-form__label-title_check:before,.auth-form__label_check:before {
    width: 13px;
    height: 13px;
    margin-top: 0;
    left: 3px;
    background-image: url(/images/auth/i-tip-checkbox-green.svg)
}

.auth-form__description_pass,.auth-form__hint_pass,.auth-form__label-description_pass,.auth-form__label-note_pass,.auth-form__label-title_pass,.auth-form__label_pass {
    min-height: 16px;
    padding-left: 25px
}

.auth-form__description_pass:before,.auth-form__hint_pass:before,.auth-form__label-description_pass:before,.auth-form__label-note_pass:before,.auth-form__label-title_pass:before,.auth-form__label_pass:before {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    left: 0;
    background-image: url(/images/auth/i-sign-tip-checkbox-green.png)
}

.auth-form__description_cvc,.auth-form__hint_cvc,.auth-form__label-description_cvc,.auth-form__label-note_cvc,.auth-form__label-title_cvc,.auth-form__label_cvc {
    min-height: 16px;
    padding-left: 32px
}

.auth-form__description_cvc:before,.auth-form__hint_cvc:before,.auth-form__label-description_cvc:before,.auth-form__label-note_cvc:before,.auth-form__label-title_cvc:before,.auth-form__label_cvc:before {
    width: 24px;
    height: 16px;
    margin-top: 2px;
    left: 0;
    background-image: url(/images/auth/bg-cvc.png)
}

.auth-form__description_cvc:empty,.auth-form__hint_cvc:empty,.auth-form__label-description_cvc:empty,.auth-form__label-note_cvc:empty,.auth-form__label-title_cvc:empty,.auth-form__label_cvc:empty {
    padding-left: 24px
}

.auth-form__description_cvc-alter,.auth-form__hint_cvc-alter,.auth-form__label-description_cvc-alter,.auth-form__label-note_cvc-alter,.auth-form__label-title_cvc-alter,.auth-form__label_cvc-alter {
    min-height: 16px;
    padding-right: 32px
}

.auth-form__description_cvc-alter:before,.auth-form__hint_cvc-alter:before,.auth-form__label-description_cvc-alter:before,.auth-form__label-note_cvc-alter:before,.auth-form__label-title_cvc-alter:before,.auth-form__label_cvc-alter:before {
    width: 24px;
    height: 16px;
    margin-top: 2px;
    right: 0;
    background-image: url(/images/auth/bg-cvc.png)
}

.auth-form__description_cvc-alter:empty,.auth-form__hint_cvc-alter:empty,.auth-form__label-description_cvc-alter:empty,.auth-form__label-note_cvc-alter:empty,.auth-form__label-title_cvc-alter:empty,.auth-form__label_cvc-alter:empty {
    padding-right: 24px
}

.auth-form__description_cvc-alter.auth-form__description_base-alter:before,.auth-form__description_cvc-alter.auth-form__hint_base-alter:before,.auth-form__description_cvc-alter.auth-form__label-description_base-alter:before,.auth-form__description_cvc-alter.auth-form__label-note_base-alter:before,.auth-form__description_cvc-alter.auth-form__label-title_base-alter:before,.auth-form__description_cvc-alter.auth-form__label_base-alter:before,.auth-form__description_cvc.auth-form__description_base-alter:before,.auth-form__description_cvc.auth-form__hint_base-alter:before,.auth-form__description_cvc.auth-form__label-description_base-alter:before,.auth-form__description_cvc.auth-form__label-note_base-alter:before,.auth-form__description_cvc.auth-form__label-title_base-alter:before,.auth-form__description_cvc.auth-form__label_base-alter:before,.auth-form__hint_cvc-alter.auth-form__description_base-alter:before,.auth-form__hint_cvc-alter.auth-form__hint_base-alter:before,.auth-form__hint_cvc-alter.auth-form__label-description_base-alter:before,.auth-form__hint_cvc-alter.auth-form__label-note_base-alter:before,.auth-form__hint_cvc-alter.auth-form__label-title_base-alter:before,.auth-form__hint_cvc-alter.auth-form__label_base-alter:before,.auth-form__hint_cvc.auth-form__description_base-alter:before,.auth-form__hint_cvc.auth-form__hint_base-alter:before,.auth-form__hint_cvc.auth-form__label-description_base-alter:before,.auth-form__hint_cvc.auth-form__label-note_base-alter:before,.auth-form__hint_cvc.auth-form__label-title_base-alter:before,.auth-form__hint_cvc.auth-form__label_base-alter:before,.auth-form__label-description_cvc-alter.auth-form__description_base-alter:before,.auth-form__label-description_cvc-alter.auth-form__hint_base-alter:before,.auth-form__label-description_cvc-alter.auth-form__label-description_base-alter:before,.auth-form__label-description_cvc-alter.auth-form__label-note_base-alter:before,.auth-form__label-description_cvc-alter.auth-form__label-title_base-alter:before,.auth-form__label-description_cvc-alter.auth-form__label_base-alter:before,.auth-form__label-description_cvc.auth-form__description_base-alter:before,.auth-form__label-description_cvc.auth-form__hint_base-alter:before,.auth-form__label-description_cvc.auth-form__label-description_base-alter:before,.auth-form__label-description_cvc.auth-form__label-note_base-alter:before,.auth-form__label-description_cvc.auth-form__label-title_base-alter:before,.auth-form__label-description_cvc.auth-form__label_base-alter:before,.auth-form__label-note_cvc-alter.auth-form__description_base-alter:before,.auth-form__label-note_cvc-alter.auth-form__hint_base-alter:before,.auth-form__label-note_cvc-alter.auth-form__label-description_base-alter:before,.auth-form__label-note_cvc-alter.auth-form__label-note_base-alter:before,.auth-form__label-note_cvc-alter.auth-form__label-title_base-alter:before,.auth-form__label-note_cvc-alter.auth-form__label_base-alter:before,.auth-form__label-note_cvc.auth-form__description_base-alter:before,.auth-form__label-note_cvc.auth-form__hint_base-alter:before,.auth-form__label-note_cvc.auth-form__label-description_base-alter:before,.auth-form__label-note_cvc.auth-form__label-note_base-alter:before,.auth-form__label-note_cvc.auth-form__label-title_base-alter:before,.auth-form__label-note_cvc.auth-form__label_base-alter:before,.auth-form__label-title_cvc-alter.auth-form__description_base-alter:before,.auth-form__label-title_cvc-alter.auth-form__hint_base-alter:before,.auth-form__label-title_cvc-alter.auth-form__label-description_base-alter:before,.auth-form__label-title_cvc-alter.auth-form__label-note_base-alter:before,.auth-form__label-title_cvc-alter.auth-form__label-title_base-alter:before,.auth-form__label-title_cvc-alter.auth-form__label_base-alter:before,.auth-form__label-title_cvc.auth-form__description_base-alter:before,.auth-form__label-title_cvc.auth-form__hint_base-alter:before,.auth-form__label-title_cvc.auth-form__label-description_base-alter:before,.auth-form__label-title_cvc.auth-form__label-note_base-alter:before,.auth-form__label-title_cvc.auth-form__label-title_base-alter:before,.auth-form__label-title_cvc.auth-form__label_base-alter:before,.auth-form__label_cvc-alter.auth-form__description_base-alter:before,.auth-form__label_cvc-alter.auth-form__hint_base-alter:before,.auth-form__label_cvc-alter.auth-form__label-description_base-alter:before,.auth-form__label_cvc-alter.auth-form__label-note_base-alter:before,.auth-form__label_cvc-alter.auth-form__label-title_base-alter:before,.auth-form__label_cvc-alter.auth-form__label_base-alter:before,.auth-form__label_cvc.auth-form__description_base-alter:before,.auth-form__label_cvc.auth-form__hint_base-alter:before,.auth-form__label_cvc.auth-form__label-description_base-alter:before,.auth-form__label_cvc.auth-form__label-note_base-alter:before,.auth-form__label_cvc.auth-form__label-title_base-alter:before,.auth-form__label_cvc.auth-form__label_base-alter:before {
    margin-top: 4px
}

.auth-form__description_clock,.auth-form__hint_clock,.auth-form__label-description_clock,.auth-form__label-note_clock,.auth-form__label-title_clock,.auth-form__label_clock {
    min-height: 16px;
    padding-left: 25px
}

.auth-form__description_clock:before,.auth-form__hint_clock:before,.auth-form__label-description_clock:before,.auth-form__label-note_clock:before,.auth-form__label-title_clock:before,.auth-form__label_clock:before {
    width: 16px;
    height: 16px;
    margin-top: -1px;
    left: 0;
    background-image: url(/images/auth/i-clock-gray.png)
}

.auth-form__description_important,.auth-form__hint_important,.auth-form__label-description_important,.auth-form__label-note_important,.auth-form__label-title_important,.auth-form__label_important {
    min-height: 16px;
    padding-left: 22px
}

.auth-form__description_important:before,.auth-form__hint_important:before,.auth-form__label-description_important:before,.auth-form__label-note_important:before,.auth-form__label-title_important:before,.auth-form__label_important:before {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    left: 0;
    background-image: url(/images/auth/i-lightning-gray.png)
}

.auth-form__description_important.auth-form__description_base-alter:before,.auth-form__description_important.auth-form__hint_base-alter:before,.auth-form__description_important.auth-form__label-description_base-alter:before,.auth-form__description_important.auth-form__label-note_base-alter:before,.auth-form__description_important.auth-form__label-title_base-alter:before,.auth-form__description_important.auth-form__label_base-alter:before,.auth-form__hint_important.auth-form__description_base-alter:before,.auth-form__hint_important.auth-form__hint_base-alter:before,.auth-form__hint_important.auth-form__label-description_base-alter:before,.auth-form__hint_important.auth-form__label-note_base-alter:before,.auth-form__hint_important.auth-form__label-title_base-alter:before,.auth-form__hint_important.auth-form__label_base-alter:before,.auth-form__label-description_important.auth-form__description_base-alter:before,.auth-form__label-description_important.auth-form__hint_base-alter:before,.auth-form__label-description_important.auth-form__label-description_base-alter:before,.auth-form__label-description_important.auth-form__label-note_base-alter:before,.auth-form__label-description_important.auth-form__label-title_base-alter:before,.auth-form__label-description_important.auth-form__label_base-alter:before,.auth-form__label-note_important.auth-form__description_base-alter:before,.auth-form__label-note_important.auth-form__hint_base-alter:before,.auth-form__label-note_important.auth-form__label-description_base-alter:before,.auth-form__label-note_important.auth-form__label-note_base-alter:before,.auth-form__label-note_important.auth-form__label-title_base-alter:before,.auth-form__label-note_important.auth-form__label_base-alter:before,.auth-form__label-title_important.auth-form__description_base-alter:before,.auth-form__label-title_important.auth-form__hint_base-alter:before,.auth-form__label-title_important.auth-form__label-description_base-alter:before,.auth-form__label-title_important.auth-form__label-note_base-alter:before,.auth-form__label-title_important.auth-form__label-title_base-alter:before,.auth-form__label-title_important.auth-form__label_base-alter:before,.auth-form__label_important.auth-form__description_base-alter:before,.auth-form__label_important.auth-form__hint_base-alter:before,.auth-form__label_important.auth-form__label-description_base-alter:before,.auth-form__label_important.auth-form__label-note_base-alter:before,.auth-form__label_important.auth-form__label-title_base-alter:before,.auth-form__label_important.auth-form__label_base-alter:before {
    margin-top: 5px
}

.auth-form__description_bullet,.auth-form__hint_bullet,.auth-form__label-description_bullet,.auth-form__label-note_bullet,.auth-form__label-title_bullet,.auth-form__label_bullet {
    padding-left: 14px
}

.auth-form__description_bullet:before,.auth-form__hint_bullet:before,.auth-form__label-description_bullet:before,.auth-form__label-note_bullet:before,.auth-form__label-title_bullet:before,.auth-form__label_bullet:before {
    content: '';
    width: 3px;
    margin-top: 9px;
    left: 1px;
    border-top-style: solid;
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: 1
}

.auth-form__description,.auth-form__hint {
    position: relative;
    box-sizing: border-box;
    -o-transition: min-height .2s ease,max-height .2s ease,visibility .2s ease,opacity .2s ease;
    transition: min-height .2s ease,max-height .2s ease,visibility .2s ease,opacity .2s ease
}

.auth-form__description_absolute,.auth-form__hint_absolute {
    position: absolute;
    top: 0;
    left: 640px;
    right: 0
}

@media only screen and (max-width: 1000px) {
    html .auth-form__description_absolute,html .auth-form__hint_absolute {
        position:relative;
        left: auto;
        right: auto
    }
}

.auth-form__description_hidden,.auth-form__hint_hidden {
    min-height: 0;
    max-height: 0;
    visibility: hidden;
    opacity: 0
}

@media only screen and (max-width: 1000px) {
    html .auth-form__description_hidden,html .auth-form__hint_hidden {
        margin-top:0!important;
        overflow: hidden
    }
}

.auth-form__description {
    margin-bottom: 15px
}

.auth-form__description_extended,.auth-form__description_extended p {
    margin-bottom: 20px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__description_extended {
        margin-bottom:15px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__description_extended p {
        margin-bottom:15px
    }
}

.auth-form__description_extended-complementary,.auth-form__description_extended-complementary p {
    margin-bottom: 15px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__description_extended-complementary {
        margin-bottom:11px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__description_extended-complementary p {
        margin-bottom:11px
    }
}

.auth-form__description_extended-specific,.auth-form__description_extended-specific p {
    margin-bottom: 30px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__description_extended-specific {
        margin-bottom:3px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__description_extended-specific p {
        margin-bottom:3px
    }
}

.auth-form__description_extended-alter,.auth-form__description_extended-alter p {
    margin-bottom: 35px
}

.auth-form__description_extended-additional,.auth-form__description_extended-additional p {
    margin-bottom: 23px
}

.auth-form__description_extended-default,.auth-form__description_extended-default p {
    margin-bottom: 24px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__description_extended-default {
        margin-bottom:20px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__description_extended-default p {
        margin-bottom:20px
    }
}

.auth-form__description_extended-subsidiary,.auth-form__description_extended-subsidiary p {
    margin-bottom: 26px
}

.auth-form__description_extended-another,.auth-form__description_extended-another p {
    margin-bottom: 38px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__description_extended-another {
        margin-bottom:18px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__description_extended-another p {
        margin-bottom:18px
    }
}

.auth-form__description_extended-other,.auth-form__description_extended-other p {
    margin-bottom: 20px
}

.auth-form__description_condensed,.auth-form__description_condensed p {
    margin-bottom: 4px
}

.auth-form__description_condensed-complementary,.auth-form__description_condensed-complementary p {
    margin-bottom: 12px
}

.auth-form__description_condensed-specific,.auth-form__description_condensed-specific p {
    margin-bottom: 6px
}

.auth-form__description_condensed-additional,.auth-form__description_condensed-additional p {
    margin-bottom: 8px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__description_condensed-additional {
        margin-bottom:16px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__description_condensed-additional p {
        margin-bottom:16px
    }
}

.auth-form__description_condensed-another,.auth-form__description_condensed-another p {
    margin-bottom: 11px
}

.auth-form__description_condensed-other,.auth-form__description_condensed-other p {
    margin-bottom: 8px
}

.auth-form__description_condensed-default,.auth-form__description_condensed-default p {
    margin-bottom: 4px
}

.auth-form__description_condensed-alter,.auth-form__description_condensed-alter p {
    margin-bottom: 2px
}

.auth-form__description_condensed-subsidiary,.auth-form__description_condensed-subsidiary p {
    margin-bottom: 1px
}

.auth-form__description_condensed-extra,.auth-form__description_condensed-extra p {
    margin-bottom: 0
}

.auth-form__description_shift_top {
    margin-top: -10px
}

.auth-form__description_shift_bottom {
    margin-bottom: -10px
}

.auth-form__description_section .auth-form__description-flex {
    max-width: 100%;
    width: auto;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.auth-form__description_section .auth-form__description-part_1 {
    min-width: 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0
}

.auth-form__description_section .auth-form__description-part_2 {
    width: auto;
    text-align: left
}

.auth-form__description_section .auth-form__description-part_2 .auth-form__button,.auth-form__description_section .auth-form__description-part_2 .auth-form__dropdown-handle,.auth-form__description_section .auth-form__description-part_2 .auth-form__hint,.auth-form__description_section .auth-form__description-part_2 .auth-form__input-combo,.auth-form__description_section .auth-form__description-part_2 .auth-form__input-wrapper,.auth-form__description_section .auth-form__description-part_2 .auth-form__link,.auth-form__description_section .auth-form__description-part_2 .auth-form__popover-handle,.auth-form__description_section .auth-form__description-part_2 .auth-form__tooltip-handle {
    margin-left: 0
}

@media only screen and (max-width: 1000px) {
    html .auth-form__description_action .auth-form__description-flex {
        width:auto;
        display: block
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__description_action .auth-form__description-part {
        margin-top:6px;
        display: block
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__description_action .auth-form__description-part:first-child {
        margin-top:0
    }
}

.auth-form__description_action .auth-form__description-part_1 {
    width: 100%
}

@media only screen and (max-width: 1000px) {
    html .auth-form__description_action .auth-form__description-part_1 {
        width:auto
    }
}

.auth-form__description_action .auth-form__description-part_2 {
    width: auto
}

@media only screen and (max-width: 1000px) {
    html .auth-form__description_action .auth-form__description-part_2 {
        text-align:left
    }
}

.auth-form__description_indent {
    margin-left: 9px
}

.auth-form__description:last-child {
    margin-bottom: 0
}

.auth-form__description p {
    margin-bottom: 15px
}

.auth-form__description p:last-child {
    margin-bottom: 0
}

.auth-form__description ol,.auth-form__description ul {
    margin: 5px 0;
    padding-left: 20px
}

.auth-form__description ul {
    list-style: disc
}

.auth-form__description ol {
    list-style: decimal
}

.auth-form__description a:not([class]) {
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: #6747E5!important
}

.auth-form__description a:not([class]):hover {
    color: #09529a!important;
    text-decoration: underline
}

.auth-form__description-flex {
    width: 100%;
    height: auto;
    display: table;
    table-layout: auto;
    box-sizing: border-box
}

.auth-form__description-part {
    padding-left: 0;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top
}

.auth-form__description-part:first-child {
    padding-left: 0
}

.auth-form__description-part:empty {
    display: none
}

.auth-form__description-part_2 {
    width: 100%;
    text-align: right
}

.auth-form__description-part_2 .auth-form__button,.auth-form__description-part_2 .auth-form__dropdown-handle,.auth-form__description-part_2 .auth-form__hint,.auth-form__description-part_2 .auth-form__input-combo,.auth-form__description-part_2 .auth-form__input-wrapper,.auth-form__description-part_2 .auth-form__link,.auth-form__description-part_2 .auth-form__popover-handle,.auth-form__description-part_2 .auth-form__tooltip-handle {
    margin-left: 15px;
    margin-right: 0
}

.auth-form__description-part_2 .auth-form__button:first-child,.auth-form__description-part_2 .auth-form__dropdown-handle:first-child,.auth-form__description-part_2 .auth-form__hint:first-child,.auth-form__description-part_2 .auth-form__input-combo:first-child,.auth-form__description-part_2 .auth-form__input-wrapper:first-child,.auth-form__description-part_2 .auth-form__link:first-child,.auth-form__description-part_2 .auth-form__popover-handle:first-child,.auth-form__description-part_2 .auth-form__tooltip-handle:first-child {
    margin-left: 0
}

.auth-form__description-part_vertical_top {
    vertical-align: top!important
}

.auth-form__description-part_vertical_middle {
    vertical-align: middle!important
}

.auth-form__description-part_vertical_bottom {
    vertical-align: bottom!important
}

.auth-form__description-part_vertical_baseline {
    vertical-align: baseline!important
}

.auth-form__description-part_text_left {
    text-align: left
}

.auth-form__description-part_text_center {
    text-align: center
}

.auth-form__description-part_text_right {
    text-align: right
}

.auth-form__hint {
    margin-right: 15px;
    display: inline-block;
    vertical-align: top
}

.auth-form__hint_narrow {
    margin-right: 8px
}

.auth-form__hint_wide {
    margin-right: 30px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__hint:not(.auth-form__hint_nonadaptive) {
        width:auto;
        margin-right: 0;
        margin-top: 5px;
        padding-top: 0!important;
        padding-bottom: 0!important;
        display: block
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__hint:first-child {
        margin-top:0
    }
}

.auth-form__hint:last-child {
    margin-right: 0
}

.auth-form__hint_mini {
    padding-top: 17px;
    padding-bottom: 17px
}

.auth-form__input-helper .auth-form__hint_mini {
    padding-top: 16px!important;
    padding-bottom: 16px!important
}

.auth-form__hint_wee {
    padding-top: 17px;
    padding-bottom: 17px
}

.auth-form__input-helper .auth-form__hint_wee {
    padding-top: 16px!important;
    padding-bottom: 16px!important
}

.auth-form__hint_tiny {
    padding-top: 17px;
    padding-bottom: 17px
}

.auth-form__input-helper .auth-form__hint_tiny {
    padding-top: 16px!important;
    padding-bottom: 16px!important
}

.auth-form__hint_small {
    padding-top: 16px;
    padding-bottom: 16px
}

.auth-form__input-helper .auth-form__hint_small {
    padding-top: 15px!important;
    padding-bottom: 15px!important
}

.auth-form__hint_base-alter {
    padding-top: 12px;
    padding-bottom: 12px
}

.auth-form__input-helper .auth-form__hint_base-alter {
    padding-top: 11px!important;
    padding-bottom: 11px!important
}

.auth-form__hint_base {
    padding-top: 14px;
    padding-bottom: 14px
}

.auth-form__input-helper .auth-form__hint_base {
    padding-top: 13px!important;
    padding-bottom: 13px!important
}

.auth-form__hint_middle {
    padding-top: 12px;
    padding-bottom: 12px
}

.auth-form__input-helper .auth-form__hint_middle {
    padding-top: 11px!important;
    padding-bottom: 11px!important
}

.auth-form__hint_big {
    padding-top: 12px;
    padding-bottom: 12px
}

.auth-form__input-helper .auth-form__hint_big {
    padding-top: 11px!important;
    padding-bottom: 11px!important
}

.auth-form__hint_huge {
    padding-top: 11px;
    padding-bottom: 11px
}

.auth-form__input-helper .auth-form__hint_huge {
    padding-top: 10px!important;
    padding-bottom: 10px!important
}

.auth-form__hint_giant {
    padding-top: 8px;
    padding-bottom: 8px
}

.auth-form__input-helper .auth-form__hint_giant {
    padding-top: 7px!important;
    padding-bottom: 7px!important
}

.auth-form__hint_mini.auth-form__hint_extended {
    padding-top: 13px;
    padding-bottom: 13px
}

.auth-form__input-helper .auth-form__hint_mini.auth-form__hint_extended {
    padding-top: 12px!important;
    padding-bottom: 12px!important
}

.auth-form__hint_wee.auth-form__hint_extended {
    padding-top: 13px;
    padding-bottom: 13px
}

.auth-form__input-helper .auth-form__hint_wee.auth-form__hint_extended {
    padding-top: 12px!important;
    padding-bottom: 12px!important
}

.auth-form__hint_tiny.auth-form__hint_extended {
    padding-top: 13px;
    padding-bottom: 13px
}

.auth-form__input-helper .auth-form__hint_tiny.auth-form__hint_extended {
    padding-top: 12px!important;
    padding-bottom: 12px!important
}

.auth-form__hint_small.auth-form__hint_extended {
    padding-top: 12px;
    padding-bottom: 12px
}

.auth-form__input-helper .auth-form__hint_small.auth-form__hint_extended {
    padding-top: 11px!important;
    padding-bottom: 11px!important
}

.auth-form__hint_base-alter.auth-form__hint_extended {
    padding-top: 8px;
    padding-bottom: 8px
}

.auth-form__input-helper .auth-form__hint_base-alter.auth-form__hint_extended {
    padding-top: 7px!important;
    padding-bottom: 7px!important
}

.auth-form__hint_base.auth-form__hint_extended {
    padding-top: 10px;
    padding-bottom: 10px
}

.auth-form__input-helper .auth-form__hint_base.auth-form__hint_extended {
    padding-top: 9px!important;
    padding-bottom: 9px!important
}

.auth-form__hint_middle.auth-form__hint_extended {
    padding-top: 8px;
    padding-bottom: 8px
}

.auth-form__input-helper .auth-form__hint_middle.auth-form__hint_extended {
    padding-top: 7px!important;
    padding-bottom: 7px!important
}

.auth-form__hint_big.auth-form__hint_extended {
    padding-top: 8px;
    padding-bottom: 8px
}

.auth-form__input-helper .auth-form__hint_big.auth-form__hint_extended {
    padding-top: 7px!important;
    padding-bottom: 7px!important
}

.auth-form__hint_huge.auth-form__hint_extended {
    padding-top: 7px;
    padding-bottom: 7px
}

.auth-form__input-helper .auth-form__hint_huge.auth-form__hint_extended {
    padding-top: 6px!important;
    padding-bottom: 6px!important
}

.auth-form__hint_giant.auth-form__hint_extended {
    padding-top: 4px;
    padding-bottom: 4px
}

.auth-form__input-helper .auth-form__hint_giant.auth-form__hint_extended {
    padding-top: 3px!important;
    padding-bottom: 3px!important
}

.auth-form__hint_mini.auth-form__hint_extended-alter {
    padding-top: 9px;
    padding-bottom: 9px
}

.auth-form__input-helper .auth-form__hint_mini.auth-form__hint_extended-alter {
    padding-top: 8px!important;
    padding-bottom: 8px!important
}

.auth-form__hint_wee.auth-form__hint_extended-alter {
    padding-top: 9px;
    padding-bottom: 9px
}

.auth-form__input-helper .auth-form__hint_wee.auth-form__hint_extended-alter {
    padding-top: 8px!important;
    padding-bottom: 8px!important
}

.auth-form__hint_tiny.auth-form__hint_extended-alter {
    padding-top: 9px;
    padding-bottom: 9px
}

.auth-form__input-helper .auth-form__hint_tiny.auth-form__hint_extended-alter {
    padding-top: 8px!important;
    padding-bottom: 8px!important
}

.auth-form__hint_small.auth-form__hint_extended-alter {
    padding-top: 8px;
    padding-bottom: 8px
}

.auth-form__input-helper .auth-form__hint_small.auth-form__hint_extended-alter {
    padding-top: 7px!important;
    padding-bottom: 7px!important
}

.auth-form__hint_base-alter.auth-form__hint_extended-alter {
    padding-top: 4px;
    padding-bottom: 4px
}

.auth-form__input-helper .auth-form__hint_base-alter.auth-form__hint_extended-alter {
    padding-top: 3px!important;
    padding-bottom: 3px!important
}

.auth-form__hint_base.auth-form__hint_extended-alter {
    padding-top: 6px;
    padding-bottom: 6px
}

.auth-form__input-helper .auth-form__hint_base.auth-form__hint_extended-alter {
    padding-top: 5px!important;
    padding-bottom: 5px!important
}

.auth-form__hint_middle.auth-form__hint_extended-alter {
    padding-top: 4px;
    padding-bottom: 4px
}

.auth-form__input-helper .auth-form__hint_middle.auth-form__hint_extended-alter {
    padding-top: 3px!important;
    padding-bottom: 3px!important
}

.auth-form__hint_big.auth-form__hint_extended-alter {
    padding-top: 4px;
    padding-bottom: 4px
}

.auth-form__input-helper .auth-form__hint_big.auth-form__hint_extended-alter {
    padding-top: 3px!important;
    padding-bottom: 3px!important
}

.auth-form__hint_huge.auth-form__hint_extended-alter {
    padding-top: 3px;
    padding-bottom: 3px
}

.auth-form__input-helper .auth-form__hint_huge.auth-form__hint_extended-alter {
    padding-top: 2px!important;
    padding-bottom: 2px!important
}

.auth-form__hint_giant.auth-form__hint_extended-alter {
    padding-top: 0;
    padding-bottom: 0
}

.auth-form__input-helper .auth-form__hint_giant.auth-form__hint_extended-alter {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.auth-form__hint_mini.auth-form__hint_condensed {
    padding-top: 0;
    padding-bottom: 0
}

.auth-form__input-helper .auth-form__hint_mini.auth-form__hint_condensed {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.auth-form__hint_wee.auth-form__hint_condensed {
    padding-top: 0;
    padding-bottom: 0
}

.auth-form__input-helper .auth-form__hint_wee.auth-form__hint_condensed {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.auth-form__hint_tiny.auth-form__hint_condensed {
    padding-top: 0;
    padding-bottom: 0
}

.auth-form__input-helper .auth-form__hint_tiny.auth-form__hint_condensed {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.auth-form__hint_small.auth-form__hint_condensed {
    padding-top: 0;
    padding-bottom: 0
}

.auth-form__input-helper .auth-form__hint_small.auth-form__hint_condensed {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.auth-form__hint_base-alter.auth-form__hint_condensed {
    padding-top: 0;
    padding-bottom: 0
}

.auth-form__input-helper .auth-form__hint_base-alter.auth-form__hint_condensed {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.auth-form__hint_base.auth-form__hint_condensed {
    padding-top: 0;
    padding-bottom: 0
}

.auth-form__input-helper .auth-form__hint_base.auth-form__hint_condensed {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.auth-form__hint_middle.auth-form__hint_condensed {
    padding-top: 0;
    padding-bottom: 0
}

.auth-form__input-helper .auth-form__hint_middle.auth-form__hint_condensed {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.auth-form__hint_big.auth-form__hint_condensed {
    padding-top: 0;
    padding-bottom: 0
}

.auth-form__input-helper .auth-form__hint_big.auth-form__hint_condensed {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.auth-form__hint_huge.auth-form__hint_condensed {
    padding-top: 0;
    padding-bottom: 0
}

.auth-form__input-helper .auth-form__hint_huge.auth-form__hint_condensed {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.auth-form__hint_giant.auth-form__hint_condensed {
    padding-top: 0;
    padding-bottom: 0
}

.auth-form__input-helper .auth-form__hint_giant.auth-form__hint_condensed {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.auth-form__link {
    cursor: pointer
}

.auth-form__link_primary {
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: #6747E5!important
}

.auth-form__link_primary:hover {
    color: #09529a!important;
    text-decoration: underline
}

.auth-form__link_secondary {
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: gray!important
}

.auth-form__link_secondary:hover {
    color: #666!important;
    text-decoration: underline
}

.auth-form__link_additional {
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: #666!important
}

.auth-form__link_additional:hover {
    color: #333!important;
    text-decoration: underline
}

.auth-form__link_alter {
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: #ccc!important
}

.auth-form__link_alter:hover {
    color: #999!important;
    text-decoration: underline
}

.auth-form__link_other {
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: #999!important
}

.auth-form__link_other:hover {
    color: #666!important;
    text-decoration: underline
}

.auth-form__link_default {
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: #fff!important
}

.auth-form__link_default:hover {
    color: #ccc!important;
    text-decoration: underline
}

.auth-form__link_error {
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: #d01c10!important
}

.auth-form__link_error:hover {
    color: #700e08!important;
    text-decoration: underline
}

.auth-form__link_warning {
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: #6747E5!important
}

.auth-form__link_warning:hover {
    color: #794405!important;
    text-decoration: underline
}

.auth-form__link_warning-alter {
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: #ff8b00!important
}

.auth-form__link_warning-alter:hover {
    color: #6747E5!important;
    text-decoration: underline
}

.auth-form__link_success {
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: #5c8527!important
}

.auth-form__link_success:hover {
    color: #395417!important;
    text-decoration: underline
}

.auth-form__link_disabled,.auth-form__link_disabled:hover {
    border-bottom: 0!important;
    color: #ddd!important;
    text-decoration: none!important;
    cursor: default!important;
    pointer-events: none!important
}

.auth-form__link_solid {
    border-bottom: 1px solid
}

.auth-form__link_solid,.auth-form__link_solid:hover {
    text-decoration: none
}

.auth-form__link_dotted {
    border-bottom: 1px dotted
}

.auth-form__link_dotted,.auth-form__link_dotted:hover {
    text-decoration: none
}

.auth-form__link_dashed {
    border-bottom: 1px dashed
}

.auth-form__link_dashed,.auth-form__link_dashed:hover {
    text-decoration: none
}

.auth-form__link_underline {
    text-decoration: underline
}

.auth-form__link_nodecor,.auth-form__link_nodecor:hover {
    text-decoration: none
}

.auth-form__link_arrow_bottom,.auth-form__link_arrow_left,.auth-form__link_arrow_right,.auth-form__link_arrow_top {
    padding-right: 12px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap
}

.auth-form__link_arrow_bottom,.auth-form__link_arrow_bottom:hover,.auth-form__link_arrow_left,.auth-form__link_arrow_left:hover,.auth-form__link_arrow_right,.auth-form__link_arrow_right:hover,.auth-form__link_arrow_top,.auth-form__link_arrow_top:hover {
    text-decoration: none
}

.auth-form__link_arrow_bottom:after,.auth-form__link_arrow_left:after,.auth-form__link_arrow_right:after,.auth-form__link_arrow_top:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0;
    border-color: transparent;
    border-top-color: inherit;
    right: 0;
    top: 50%;
    margin-top: -1px;
    position: absolute;
    pointer-events: none
}

.auth-form__link_arrow_top:after {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.auth-form__link_arrow_bottom:after {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.auth-form__link_arrow_left:after {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.auth-form__link_arrow_right:after {
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.auth-form__link_add,.auth-form__link_back,.auth-form__link_back-alter,.auth-form__link_qmark,.auth-form__link_ref {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.auth-form__link_add:before,.auth-form__link_back-alter:before,.auth-form__link_back:before,.auth-form__link_qmark:before,.auth-form__link_ref:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    position: absolute;
    text-align: left
}

.auth-form__link_qmark {
    margin-left: 25px
}

.auth-form__link_qmark:before {
    width: 25px;
    height: 16px;
    margin-top: 2px;
    left: -25px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-image: url(/images/auth/i-sign-question-blue.png)
}

.auth-form__link_qmark:hover:before {
    background-image: url(/images/auth/i-sign-question-blue-alter.png)
}

.auth-form__link_add {
    margin-left: 10px
}

.auth-form__link_add:before {
    content: '\002b';
    width: 10px;
    height: 100%;
    margin-top: 0;
    left: -10px
}

.auth-form__link_back {
    margin-left: 18px
}

.auth-form__link_back:before {
    content: '\2190';
    width: 18px;
    height: 100%;
    margin-top: 0;
    left: -18px
}

.auth-form__link_back-alter {
    margin-left: 20px
}

.auth-form__link_back-alter:before {
    content: '\2039';
    width: 16px;
    height: 100%;
    margin-top: 0;
    left: -16px;
    font-size: 25px;
    font-weight: 300;
    line-height: .56
}

.auth-form__link_ref {
    margin-right: 22px
}

.auth-form__link_ref:before {
    width: 22px;
    height: 16px;
    margin-top: 2px;
    right: -25px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 11px 11px;
    background-image: url(/images/auth/i-link-blue.png)
}

.auth-form__link_ref:hover:before {
    background-image: url(/images/auth/i-link-blue-alter.png)
}

.auth-form__tally {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    padding: 4px 14px;
    border-radius: 15px;
    background-color: #f6f6f6;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.429;
    color: #000;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box
}

.auth-form__tally:hover {
    text-decoration: none
}

.auth-form__tag {
    max-width: 100%;
    height: 17px;
    padding: 0 4px;
    border-radius: 5px;
    top: 2px;
    right: 0;
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    position: absolute;
    white-space: nowrap
}

.auth-form__tag:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    right: 100%;
    top: 0;
    bottom: 0;
    background-image: -o-linear-gradient(0deg,rgba(255,255,255,.4)0,#fff 100%);
    background-image: linear-gradient(90deg,rgba(255,255,255,.4)0,#fff 100%)
}

.auth-form__label {
    margin-bottom: 8px
}

.auth-form__label_specific {
    margin-bottom: 4px
}

.auth-form__label:last-child {
    margin-bottom: 0
}

.auth-form__label_horizontal {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 0
}

.auth-form__label_horizontal:after,.auth-form__label_horizontal:before {
    content: " ";
    display: table
}

.auth-form__label_horizontal:after {
    clear: both
}

.auth-form__label_horizontal_narrow {
    margin-right: 8px
}

.auth-form__label_horizontal_wide {
    margin-right: 30px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__label_horizontal {
        width:auto;
        margin-right: 0;
        margin-bottom: 4px;
        padding-top: 0!important;
        padding-bottom: 0!important;
        display: block
    }
}

.auth-form__label_horizontal:last-child {
    margin-right: 0
}

@media only screen and (max-width: 1000px) {
    html .auth-form__label_horizontal:last-child {
        margin-bottom:0
    }
}

.auth-form__label_horizontal .auth-form__label-flex {
    float: right
}

.auth-form__label_mini.auth-form__label_horizontal,.auth-form__label_tiny.auth-form__label_horizontal,.auth-form__label_wee.auth-form__label_horizontal {
    padding-top: 17px;
    padding-bottom: 17px
}

.auth-form__label_small.auth-form__label_horizontal {
    padding-top: 16px;
    padding-bottom: 16px
}

.auth-form__label_base-alter.auth-form__label_horizontal {
    padding-top: 12px;
    padding-bottom: 12px
}

.auth-form__label_base.auth-form__label_horizontal {
    padding-top: 14px;
    padding-bottom: 14px
}

.auth-form__label_big.auth-form__label_horizontal,.auth-form__label_middle.auth-form__label_horizontal {
    padding-top: 12px;
    padding-bottom: 12px
}

.auth-form__label_huge.auth-form__label_horizontal {
    padding-top: 11px;
    padding-bottom: 11px
}

.auth-form__label_giant.auth-form__label_horizontal {
    padding-top: 8px;
    padding-bottom: 8px
}

.auth-form__label_mini.auth-form__label_horizontal.auth-form__label_extended,.auth-form__label_tiny.auth-form__label_horizontal.auth-form__label_extended,.auth-form__label_wee.auth-form__label_horizontal.auth-form__label_extended {
    padding-top: 13px;
    padding-bottom: 13px
}

.auth-form__label_small.auth-form__label_horizontal.auth-form__label_extended {
    padding-top: 12px;
    padding-bottom: 12px
}

.auth-form__label_base-alter.auth-form__label_horizontal.auth-form__label_extended {
    padding-top: 8px;
    padding-bottom: 8px
}

.auth-form__label_base.auth-form__label_horizontal.auth-form__label_extended {
    padding-top: 10px;
    padding-bottom: 10px
}

.auth-form__label_big.auth-form__label_horizontal.auth-form__label_extended,.auth-form__label_middle.auth-form__label_horizontal.auth-form__label_extended {
    padding-top: 8px;
    padding-bottom: 8px
}

.auth-form__label_huge.auth-form__label_horizontal.auth-form__label_extended {
    padding-top: 7px;
    padding-bottom: 7px
}

.auth-form__label_giant.auth-form__label_horizontal.auth-form__label_extended {
    padding-top: 4px;
    padding-bottom: 4px
}

.auth-form__label_mini.auth-form__label_horizontal.auth-form__label_extended-alter,.auth-form__label_tiny.auth-form__label_horizontal.auth-form__label_extended-alter,.auth-form__label_wee.auth-form__label_horizontal.auth-form__label_extended-alter {
    padding-top: 9px;
    padding-bottom: 9px
}

.auth-form__label_small.auth-form__label_horizontal.auth-form__label_extended-alter {
    padding-top: 8px;
    padding-bottom: 8px
}

.auth-form__label_base-alter.auth-form__label_horizontal.auth-form__label_extended-alter {
    padding-top: 4px;
    padding-bottom: 4px
}

.auth-form__label_base.auth-form__label_horizontal.auth-form__label_extended-alter {
    padding-top: 6px;
    padding-bottom: 6px
}

.auth-form__label_big.auth-form__label_horizontal.auth-form__label_extended-alter,.auth-form__label_middle.auth-form__label_horizontal.auth-form__label_extended-alter {
    padding-top: 4px;
    padding-bottom: 4px
}

.auth-form__label_huge.auth-form__label_horizontal.auth-form__label_extended-alter {
    padding-top: 3px;
    padding-bottom: 3px
}

.auth-form__label_base-alter.auth-form__label_horizontal.auth-form__label_condensed,.auth-form__label_base.auth-form__label_horizontal.auth-form__label_condensed,.auth-form__label_big.auth-form__label_horizontal.auth-form__label_condensed,.auth-form__label_giant.auth-form__label_horizontal.auth-form__label_condensed,.auth-form__label_giant.auth-form__label_horizontal.auth-form__label_extended-alter,.auth-form__label_huge.auth-form__label_horizontal.auth-form__label_condensed,.auth-form__label_middle.auth-form__label_horizontal.auth-form__label_condensed,.auth-form__label_mini.auth-form__label_horizontal.auth-form__label_condensed,.auth-form__label_small.auth-form__label_horizontal.auth-form__label_condensed,.auth-form__label_tiny.auth-form__label_horizontal.auth-form__label_condensed,.auth-form__label_wee.auth-form__label_horizontal.auth-form__label_condensed {
    padding-top: 0;
    padding-bottom: 0
}

.auth-form__label-flex {
    width: 100%;
    height: auto;
    display: table;
    table-layout: auto;
    box-sizing: border-box
}

.auth-form__label-part {
    padding-left: 9px;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top
}

.auth-form__label-part:first-child {
    padding-left: 0
}

.auth-form__label-part:empty {
    display: none
}

.auth-form__label-part_2 {
    text-align: right
}

.auth-form__label-part_2 .auth-form__button,.auth-form__label-part_2 .auth-form__dropdown-handle,.auth-form__label-part_2 .auth-form__hint,.auth-form__label-part_2 .auth-form__input-combo,.auth-form__label-part_2 .auth-form__input-wrapper,.auth-form__label-part_2 .auth-form__link,.auth-form__label-part_2 .auth-form__popover-handle,.auth-form__label-part_2 .auth-form__tooltip-handle {
    margin-left: 15px;
    margin-right: 0
}

.auth-form__label-part_2 .auth-form__button:first-child,.auth-form__label-part_2 .auth-form__dropdown-handle:first-child,.auth-form__label-part_2 .auth-form__hint:first-child,.auth-form__label-part_2 .auth-form__input-combo:first-child,.auth-form__label-part_2 .auth-form__input-wrapper:first-child,.auth-form__label-part_2 .auth-form__link:first-child,.auth-form__label-part_2 .auth-form__popover-handle:first-child,.auth-form__label-part_2 .auth-form__tooltip-handle:first-child {
    margin-left: 0
}

.auth-form__label-part_vertical_top {
    vertical-align: top!important
}

.auth-form__label-part_vertical_middle {
    vertical-align: middle!important
}

.auth-form__label-part_vertical_bottom {
    vertical-align: bottom!important
}

.auth-form__label-part_vertical_baseline {
    vertical-align: baseline!important
}

.auth-form__label-part_text_left {
    text-align: left
}

.auth-form__label-part_text_center {
    text-align: center
}

.auth-form__label-part_text_right {
    text-align: right
}

.auth-form__label-description,.auth-form__label-note,.auth-form__label-title {
    display: inline
}

.auth-form__field {
    position: relative
}

.auth-form__field:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 100;
    -o-transition: opacity .2s ease,visibility .2s ease;
    transition: opacity .2s ease,visibility .2s ease;
    opacity: 0;
    visibility: hidden
}

.auth-form__field:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    background-image: url(/images/auth/i-spinner-yellow-alter.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 120px 120px;
    z-index: 101;
    opacity: 0;
    visibility: hidden
}

@media only screen and (max-width: 1000px) {
    html .auth-form__field:after {
        margin-top:-30px;
        margin-left: -30px;
        width: 60px;
        height: 60px;
        background-size: 60px 60px
    }
}

.auth-form__field_animated {
    overflow: hidden;
    cursor: default;
    pointer-events: none
}

.auth-form__field_animated:before {
    visibility: visible
}

.auth-form__field_animated:after {
    opacity: 1;
    visibility: visible;
    -webkit-animation: auth-spinner .7s linear infinite;
    -o-animation: auth-spinner .7s linear infinite;
    animation: auth-spinner .7s linear infinite
}

.auth-form__field_horizontal {
    display: inline-block;
    vertical-align: top
}

@media only screen and (max-width: 1000px) {
    html .auth-form__field_horizontal {
        width:auto;
        display: block
    }
}

.auth-form__field-flex {
    width: 100%;
    height: auto;
    display: table;
    table-layout: auto;
    box-sizing: border-box
}

@media only screen and (max-width: 1000px) {
    html .auth-form__field-flex {
        width:auto;
        display: block
    }
}

.auth-form__field-part {
    padding-left: 20px;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top
}

@media only screen and (max-width: 1000px) {
    html .auth-form__field-part {
        margin-top:8px;
        padding-left: 0;
        display: block
    }
}

.auth-form__field-part:first-child {
    padding-left: 0
}

@media only screen and (max-width: 1000px) {
    html .auth-form__field-part:first-child {
        margin-top:0
    }
}

.auth-form__field-part:empty {
    display: none
}

.auth-form__field-part_2 {
    vertical-align: middle
}

.auth-form__field-part_2 .auth-form__button,.auth-form__field-part_2 .auth-form__dropdown-handle,.auth-form__field-part_2 .auth-form__hint,.auth-form__field-part_2 .auth-form__input-combo,.auth-form__field-part_2 .auth-form__input-wrapper,.auth-form__field-part_2 .auth-form__link,.auth-form__field-part_2 .auth-form__popover-handle,.auth-form__field-part_2 .auth-form__tooltip-handle {
    margin-left: 15px;
    margin-right: 0
}

.auth-form__field-part_2 .auth-form__button:first-child,.auth-form__field-part_2 .auth-form__dropdown-handle:first-child,.auth-form__field-part_2 .auth-form__hint:first-child,.auth-form__field-part_2 .auth-form__input-combo:first-child,.auth-form__field-part_2 .auth-form__input-wrapper:first-child,.auth-form__field-part_2 .auth-form__link:first-child,.auth-form__field-part_2 .auth-form__popover-handle:first-child,.auth-form__field-part_2 .auth-form__tooltip-handle:first-child {
    margin-left: 0
}

.auth-form__field-part_vertical_top {
    vertical-align: top!important
}

.auth-form__field-part_vertical_middle {
    vertical-align: middle!important
}

.auth-form__field-part_vertical_bottom {
    vertical-align: bottom!important
}

.auth-form__field-part_vertical_baseline {
    vertical-align: baseline!important
}

.auth-form__field-part_text_left {
    text-align: left
}

.auth-form__field-part_text_center {
    text-align: center
}

.auth-form__field-part_text_right {
    text-align: right
}

.auth-form__field_animated {
    height: auto
}

.auth-form__field_animated:before {
    opacity: .6
}

.auth-form__field_animated:after {
    height: 40px;
    width: 40px;
    margin-left: -20px;
    margin-top: -20px;
    background-size: 40px
}

.auth-form__dropdown_shift_left,.auth-form__popover_shift_left,.auth-form__tooltip_shift_left {
    margin-left: -25px
}

.auth-form__dropdown_shift_left_alter,.auth-form__popover_shift_left_alter,.auth-form__tooltip_shift_left_alter {
    margin-left: -13px
}

.auth-form__dropdown_shift_right,.auth-form__popover_shift_right,.auth-form__tooltip_shift_right {
    margin-right: -25px
}

.auth-form__dropdown_shift_right_alter,.auth-form__popover_shift_right_alter,.auth-form__tooltip_shift_right_alter {
    margin-right: -13px
}

.auth-form__dropdown-handle,.auth-form__popover-handle,.auth-form__tooltip-handle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 15px;
    font-family: 'Open Sans',Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%
}

.auth-form__dropdown-handle_narrow,.auth-form__popover-handle_narrow,.auth-form__tooltip-handle_narrow {
    margin-right: 8px
}

.auth-form__dropdown-handle_wide,.auth-form__popover-handle_wide,.auth-form__tooltip-handle_wide {
    margin-right: 30px
}

.auth-form__dropdown-handle:last-child,.auth-form__popover-handle:last-child,.auth-form__tooltip-handle:last-child {
    margin-right: 0
}

.auth-form__dropdown-handle_indent_clear,.auth-form__popover-handle_indent_clear,.auth-form__tooltip-handle_indent_clear {
    margin-left: 0!important;
    margin-right: 0!important
}

@media only screen and (max-width: 1000px) {
    html .auth-form__tooltip {
        width:100%;
        max-width: 100%;
        min-width: 100%
    }
}

.auth-form__tooltip-trigger {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    vertical-align: top;
    cursor: pointer
}

.auth-form__tooltip-trigger_qmark {
    background-image: url(/images/auth/i-sign-question-gray.png);
    background-size: 16px 16px
}

.auth-form__popover-handle.auth-popover__handle_opened>.auth-form__link,.auth-form__popover-handle.auth-popover__handle_opened>.auth-form__link:hover {
    color: #ddd!important;
    text-decoration: none!important;
    cursor: default!important;
    pointer-events: none!important
}

.auth-form__popover-trigger {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    vertical-align: top;
    cursor: pointer
}

.auth-form__popover-trigger_remove {
    background-image: url(/images/auth/i-trash-black.svg);
    background-size: 12px 18px
}

.auth-form__popover-trigger_remove:hover {
    background-image: url(/images/auth/i-trash-black-alter.svg)
}

.auth-popover__handle_opened .auth-form__popover-trigger_remove {
    background-image: url(/images/auth/i-trash-gray.svg)
}

.auth-form__button_max-width_xxxxs .auth-input__faux,.auth-form__button_max-width_xxxxss .auth-input__faux,.auth-form__button_min-width_xxxxs .auth-input__faux,.auth-form__button_min-width_xxxxss .auth-input__faux,.auth-form__button_width_xxxxs .auth-input__faux,.auth-form__button_width_xxxxss .auth-input__faux,.auth-form__checkbox-item_max-width_xxxxs .auth-input__faux,.auth-form__checkbox-item_max-width_xxxxss .auth-input__faux,.auth-form__checkbox-item_min-width_xxxxs .auth-input__faux,.auth-form__checkbox-item_min-width_xxxxss .auth-input__faux,.auth-form__checkbox-item_width_xxxxs .auth-input__faux,.auth-form__checkbox-item_width_xxxxss .auth-input__faux,.auth-form__checkbox-label_max-width_xxxxs .auth-input__faux,.auth-form__checkbox-label_max-width_xxxxss .auth-input__faux,.auth-form__checkbox-label_min-width_xxxxs .auth-input__faux,.auth-form__checkbox-label_min-width_xxxxss .auth-input__faux,.auth-form__checkbox-label_width_xxxxs .auth-input__faux,.auth-form__checkbox-label_width_xxxxss .auth-input__faux,.auth-form__checkbox-list_max-width_xxxxs .auth-input__faux,.auth-form__checkbox-list_max-width_xxxxss .auth-input__faux,.auth-form__checkbox-list_min-width_xxxxs .auth-input__faux,.auth-form__checkbox-list_min-width_xxxxss .auth-input__faux,.auth-form__checkbox-list_width_xxxxs .auth-input__faux,.auth-form__checkbox-list_width_xxxxss .auth-input__faux,.auth-form__checkbox_max-width_xxxxs .auth-input__faux,.auth-form__checkbox_max-width_xxxxss .auth-input__faux,.auth-form__checkbox_min-width_xxxxs .auth-input__faux,.auth-form__checkbox_min-width_xxxxss .auth-input__faux,.auth-form__checkbox_width_xxxxs .auth-input__faux,.auth-form__checkbox_width_xxxxss .auth-input__faux,.auth-form__description_max-width_xxxxs .auth-input__faux,.auth-form__description_max-width_xxxxss .auth-input__faux,.auth-form__description_min-width_xxxxs .auth-input__faux,.auth-form__description_min-width_xxxxss .auth-input__faux,.auth-form__description_width_xxxxs .auth-input__faux,.auth-form__description_width_xxxxss .auth-input__faux,.auth-form__field_max-width_xxxxs .auth-input__faux,.auth-form__field_max-width_xxxxss .auth-input__faux,.auth-form__field_min-width_xxxxs .auth-input__faux,.auth-form__field_min-width_xxxxss .auth-input__faux,.auth-form__field_width_xxxxs .auth-input__faux,.auth-form__field_width_xxxxss .auth-input__faux,.auth-form__group_max-width_xxxxs .auth-input__faux,.auth-form__group_max-width_xxxxss .auth-input__faux,.auth-form__group_min-width_xxxxs .auth-input__faux,.auth-form__group_min-width_xxxxss .auth-input__faux,.auth-form__group_width_xxxxs .auth-input__faux,.auth-form__group_width_xxxxss .auth-input__faux,.auth-form__hint_max-width_xxxxs .auth-input__faux,.auth-form__hint_max-width_xxxxss .auth-input__faux,.auth-form__hint_min-width_xxxxs .auth-input__faux,.auth-form__hint_min-width_xxxxss .auth-input__faux,.auth-form__hint_width_xxxxs .auth-input__faux,.auth-form__hint_width_xxxxss .auth-input__faux,.auth-form__input-combo_max-width_xxxxs .auth-input__faux,.auth-form__input-combo_max-width_xxxxss .auth-input__faux,.auth-form__input-combo_min-width_xxxxs .auth-input__faux,.auth-form__input-combo_min-width_xxxxss .auth-input__faux,.auth-form__input-combo_width_xxxxs .auth-input__faux,.auth-form__input-combo_width_xxxxss .auth-input__faux,.auth-form__input-wrapper_max-width_xxxxs .auth-input__faux,.auth-form__input-wrapper_max-width_xxxxss .auth-input__faux,.auth-form__input-wrapper_min-width_xxxxs .auth-input__faux,.auth-form__input-wrapper_min-width_xxxxss .auth-input__faux,.auth-form__input-wrapper_width_xxxxs .auth-input__faux,.auth-form__input-wrapper_width_xxxxss .auth-input__faux,.auth-form__input_max-width_xxxxs .auth-input__faux,.auth-form__input_max-width_xxxxss .auth-input__faux,.auth-form__input_min-width_xxxxs .auth-input__faux,.auth-form__input_min-width_xxxxss .auth-input__faux,.auth-form__input_width_xxxxs .auth-input__faux,.auth-form__input_width_xxxxss .auth-input__faux,.auth-form__label_max-width_xxxxs .auth-input__faux,.auth-form__label_max-width_xxxxss .auth-input__faux,.auth-form__label_min-width_xxxxs .auth-input__faux,.auth-form__label_min-width_xxxxss .auth-input__faux,.auth-form__label_width_xxxxs .auth-input__faux,.auth-form__label_width_xxxxss .auth-input__faux,.auth-form__line_max-width_xxxxs .auth-input__faux,.auth-form__line_max-width_xxxxss .auth-input__faux,.auth-form__line_min-width_xxxxs .auth-input__faux,.auth-form__line_min-width_xxxxss .auth-input__faux,.auth-form__line_width_xxxxs .auth-input__faux,.auth-form__line_width_xxxxss .auth-input__faux,.auth-form__row_max-width_xxxxs .auth-input__faux,.auth-form__row_max-width_xxxxss .auth-input__faux,.auth-form__row_min-width_xxxxs .auth-input__faux,.auth-form__row_min-width_xxxxss .auth-input__faux,.auth-form__row_width_xxxxs .auth-input__faux,.auth-form__row_width_xxxxss .auth-input__faux,.auth-form__title_max-width_xxxxs .auth-input__faux,.auth-form__title_max-width_xxxxss .auth-input__faux,.auth-form__title_min-width_xxxxs .auth-input__faux,.auth-form__title_min-width_xxxxss .auth-input__faux,.auth-form__title_width_xxxxs .auth-input__faux,.auth-form__title_width_xxxxss .auth-input__faux {
    margin-right: -12px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__input:not(.auth-form__input_nonadaptive) {
        width:100%;
        max-width: 100%;
        min-width: 100%
    }
}

.auth-form__input-wrapper {
    margin-right: 15px
}

.auth-form__input-wrapper_narrow {
    margin-right: 8px
}

.auth-form__input-wrapper_wide {
    margin-right: 30px
}

.auth-form__input-wrapper_wide-alter {
    margin-right: 39px
}

.auth-form__input-wrapper_wide-additional {
    margin-right: 24px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__input-wrapper:not(.auth-form__input-wrapper_nonadaptive) {
        width:100%;
        display: block
    }
}

.auth-form__input-wrapper:last-child {
    margin-right: 0
}

.auth-form__input-combo {
    margin-right: 15px
}

.auth-form__input-combo_narrow {
    margin-right: 8px
}

.auth-form__input-combo_wide {
    margin-right: 30px
}

.auth-form__input-combo:last-child {
    margin-right: 0
}

@media only screen and (max-width: 1000px) {
    html .auth-form__input-combo_column,html .auth-form__input-combo_column-reverse {
        width:100%
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__input-combo_column-reverse>.auth-form__button,html .auth-form__input-combo_column-reverse>.auth-form__input,html .auth-form__input-combo_column-reverse>.auth-form__input-wrapper,html .auth-form__input-combo_column>.auth-form__button,html .auth-form__input-combo_column>.auth-form__input,html .auth-form__input-combo_column>.auth-form__input-wrapper {
        margin-bottom:8px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__input-combo_column {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__input-combo_column>.auth-form__button:last-child,html .auth-form__input-combo_column>.auth-form__input-wrapper:last-child,html .auth-form__input-combo_column>.auth-form__input:last-child {
        margin-bottom:0
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__input-combo_column-reverse {
        -ms-flex-direction:column-reverse;
        flex-direction: column-reverse
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__input-combo_column-reverse>.auth-form__button:first-child,html .auth-form__input-combo_column-reverse>.auth-form__input-wrapper:first-child,html .auth-form__input-combo_column-reverse>.auth-form__input:first-child {
        margin-bottom:0
    }
}

.auth-form__input-combo_quantity {
    position: relative
}

.auth-form__input-combo_quantity:hover>.auth-form__input-wrapper>.auth-form__input {
    border-color: rgba(51,51,51,.5)
}

.auth-form__input-combo_quantity:hover>.auth-form__input-wrapper>.auth-form__input:focus {
    border-color: rgba(51,51,51,.8)
}

.auth-form__input-combo_quantity:not(.auth-input__combo_elastic)>.auth-form__input-wrapper {
    margin-right: 0!important
}

.auth-form__input-combo_quantity:not(.auth-input__combo_elastic)>.auth-form__input-wrapper>.auth-form__input {
    border-radius: 5px!important
}

.auth-form__input-combo_quantity:not(.auth-input__combo_elastic)>.auth-form__input-wrapper>.auth-form__input.auth-input_small-alter {
    padding-left: 22px;
    padding-right: 22px
}

.auth-form__input-combo_quantity:not(.auth-input__combo_elastic)>.auth-form__input-wrapper>.auth-form__input.auth-input_base {
    padding-left: 40px;
    padding-right: 40px
}

.auth-form__input-helper .auth-form__link {
    pointer-events: auto
}

.auth-form__textarea {
    resize: vertical;
    min-height: 200px;
    max-height: 600px
}

.auth-form__reserve {
    margin-bottom: 10px;
    padding: 17px 24px;
    border-radius: 8px
}

@media only screen and (max-width: 767px) {
    html .auth-form__reserve {
        padding:15px 16px
    }
}

.auth-form__reserve_primary {
    background-color: #f6f6f6;
    color: #000
}

.auth-form__reserve_primary .auth-form__reserve-item_through {
    color: #999
}

.auth-form__reserve_error {
    background-color: #ffe7e6;
    color: #d01c10
}

.auth-form__reserve_error .auth-form__reserve-item_through {
    color: #d01c10
}

.auth-form__reserve:last-child {
    margin-bottom: 0
}

.auth-form__reserve-item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.429
}

.auth-form__reserve-item_through {
    text-decoration: line-through
}

.auth-form__reserve-item:last-child {
    margin-bottom: 0
}

.auth-form__history {
    max-width: 616px;
    margin-top: 39px
}

@media only screen and (max-width: 1279px) {
    html .auth-form__history {
        max-width:482px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__history {
        max-width:none;
        margin-top: 15px
    }
}

.auth-form__history:first-child {
    margin-top: 0
}

.auth-form__history-item {
    margin-bottom: 8px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__history-item {
        margin-bottom:24px
    }
}

.auth-form__history-item:last-child {
    margin-bottom: 0
}

.auth-form__history-flex {
    width: 100%;
    display: table;
    table-layout: fixed
}

@media only screen and (max-width: 1000px) {
    html .auth-form__history-flex {
        width:auto;
        display: block
    }
}

.auth-form__history-part {
    padding-right: 14px;
    display: table-cell;
    box-sizing: border-box
}

@media only screen and (max-width: 1000px) {
    html .auth-form__history-part {
        width:auto;
        margin-bottom: 8px;
        padding-right: 0;
        display: block;
        text-align: left
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__history-part:first-child {
        margin-bottom:0
    }
}

.auth-form__history-part:last-child {
    padding-right: 0
}

@media only screen and (max-width: 1000px) {
    html .auth-form__history-part:last-child {
        margin-bottom:0
    }
}

.auth-form__history-part_1 {
    width: 152px
}

.auth-form__history-part_2 {
    width: 171px
}

.auth-form__history-part_3 {
    width: auto
}

.auth-form__setting {
    margin-top: 24px;
    margin-bottom: 24px
}

.auth-form__setting:first-child {
    margin-top: 0
}

.auth-form__setting:last-child {
    margin-bottom: 0
}

.auth-form__setting-item {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(0,0,0,.1)
}

.auth-form__setting-item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0
}

.auth-form__setting-item .auth-form__switchbox {
    margin-top: 2px;
    float: right;
    position: relative;
    z-index: 1
}

.auth-form__setting-item .auth-form__description_base-alter {
    max-width: 572px
}

.auth-form__moneyback {
    position: relative;
    z-index: 1
}

.auth-form__moneyback_dual {
    margin-bottom: 20px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__moneyback_dual {
        margin-bottom:24px
    }
}

.auth-form__moneyback_dual:last-child {
    margin-bottom: 0
}

.auth-form__moneyback_dual .auth-form__preview {
    max-width: 320px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__moneyback_dual .auth-form__preview {
        max-width:288px;
        margin-left: auto;
        margin-right: auto;
        position: static
    }
}

.auth-form__moneyback_dual .auth-form__image_clover:before {
    display: none
}

.auth-form__moneyback_dual .auth-form__image_clover_alter {
    margin-top: -186px;
    margin-left: 84px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__moneyback_dual .auth-form__image_clover_alter {
        margin-top:0;
        margin-left: 0;
        position: static
    }
}

.auth-form__moneyback_decor:after,.auth-form__moneyback_decor:before {
    content: '';
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    display: block;
    position: absolute
}

.auth-form__moneyback_decor:before {
    z-index: -1
}

.auth-form__moneyback_decor_primary:before {
    width: 456px;
    height: 345px;
    top: -16px;
    left: -35px;
    background-image: url(/images/auth/bg-moneyback-gradient-primary.png)
}

.auth-form__moneyback_decor_primary:after {
    width: 125px;
    height: 255px;
    top: -16px;
    left: -60px;
    background-image: url(/images/auth/bg-moneyback-ball-primary.png)
}

.auth-form__moneyback_decor_primary .auth-form__preview {
    margin-bottom: 40px
}

.auth-form__moneyback_decor_primary .auth-form__preview:last-child {
    margin-bottom: 0
}

.auth-form__moneyback_decor_primary .auth-form__preview+.auth-form__description_base-alter,.auth-form__moneyback_decor_primary .auth-form__preview+.auth-form__description_small {
    margin-top: 57px
}

.auth-form__moneyback_decor_primary .auth-form__description_width_xxlmm,.auth-form__moneyback_decor_primary .auth-form__title_width_xxlmm {
    margin-left: calc((288px - 530px) / 2)
}

@media only screen and (max-width: 639px) {
    html .auth-form__moneyback_decor_primary .auth-form__description_width_xxlmm,html .auth-form__moneyback_decor_primary .auth-form__title_width_xxlmm {
        width:auto;
        margin-left: 0
    }
}

.auth-form__moneyback_decor_secondary {
    margin-top: -32px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__moneyback_decor_secondary {
        margin-top:0
    }
}

.auth-form__moneyback_decor_secondary:before {
    width: 465px;
    height: 514px;
    top: -96px;
    left: -51px;
    background-image: url(/images/auth/bg-moneyback-gradient-secondary.png)
}

.auth-form__moneyback_decor_secondary:after {
    width: 94px;
    height: 109px;
    top: 147px;
    right: -35px;
    background-image: url(/images/auth/bg-moneyback-ball-secondary.png)
}

.auth-form__moneyback_decor_secondary .auth-form__preview {
    margin-bottom: 40px
}

.auth-form__moneyback_decor_secondary .auth-form__preview:last-child {
    margin-bottom: 0
}

.auth-form__moneyback_decor_additional:before {
    width: 331px;
    height: 220px;
    margin-left: -167px;
    top: -17px;
    left: 50%;
    background-image: url(/images/auth/bg-moneyback-gradient-additional.png)
}

.auth-form__moneyback_decor_additional-error:after,.auth-form__moneyback_decor_additional-success:after {
    width: 72px;
    height: 80px;
    top: 85px;
    left: 72%
}

.auth-form__moneyback_decor_additional-success:after {
    background-image: url(/images/auth/bg-moneyback-ball-additional-success.png)
}

.auth-form__moneyback_decor_additional-error:after {
    background-image: url(/images/auth/bg-moneyback-ball-additional-error.png)
}

.auth-form__moneyback_decor_additional .auth-form__preview {
    max-width: 200px;
    margin: 0 auto 32px
}

.auth-form__moneyback_decor_additional .auth-form__preview:last-child {
    margin-bottom: 0
}

.auth-form__moneyback_decor_other:before {
    height: 240px;
    left: -40px;
    right: -40px;
    top: 0;
    background-image: url(/images/auth/bg-moneyback-gradient-other.png);
    background-size: auto 100%;
    background-position: 50% 100%
}

@media only screen and (max-width: 1000px) {
    html .auth-form__moneyback_decor_other:before {
        height:224px;
        left: -16px;
        right: -16px
    }
}

.auth-form__moneyback_decor_other .auth-form__preview {
    max-width: 320px;
    margin: 0 auto 63px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__moneyback_decor_other .auth-form__preview {
        max-width:288px;
        margin-top: 24px
    }
}

.auth-form__moneyback_decor_other .auth-form__preview:last-child {
    margin-bottom: 0
}

.auth-form__circle {
    margin: 15px auto
}

.auth-form__circle.auth-circle_specific {
    margin-top: 36px;
    margin-bottom: 36px
}

.auth-form__circle.auth-circle_special {
    margin-top: 197px!important;
    margin-bottom: 15px
}

.auth-form__circle:first-child {
    margin-top: 0
}

.auth-form__circle:last-child {
    margin-bottom: 0
}

.auth-form__percent {
    margin-right: -17px
}

.auth-form__percent-sign {
    margin-left: -4px;
    font-size: 24px;
    line-height: .3;
    vertical-align: top
}

.auth-form__percent-value {
    font-size: 70px;
    line-height: .55;
    vertical-align: baseline
}

.auth-form__balance {
    max-width: 1194px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__balance {
        max-width:none
    }
}

.auth-form__balance-flex {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 1000px) {
    html .auth-form__balance-flex {
        width:auto;
        display: block
    }
}

.auth-form__balance-part {
    box-sizing: border-box
}

.auth-form__balance-part_1 {
    width: 432px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media only screen and (max-width: 1000px) {
    html .auth-form__balance-part_1 {
        width:288px
    }
}

.auth-form__balance-part_2 {
    width: 638px;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-right: 60px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__balance-part_2 {
        width:auto;
        margin-top: 25px;
        padding-right: 0
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__balance .auth-form__popover_max-width_lll,html .auth-form__balance .auth-form__popover_min-width_lll,html .auth-form__balance .auth-form__popover_width_lll {
        width:288px
    }
}

.auth-form__balance .auth-form__control-part_2 {
    padding-left: 5px;
    padding-bottom: 5px
}

.auth-form__create {
    max-width: 288px;
    margin: 0 auto;
    text-align: center
}

.auth-form__create_specific {
    max-width: 360px
}

.auth-form__create_alter {
    max-width: none;
    margin-bottom: 20px
}

.auth-form__create_alter:last-child {
    display: none
}

.auth-form__create_additional {
    max-width: 300px
}

.auth-form__identification {
    width: 100vw;
    height: calc(100vh - 100px);
    margin-left: -50vw;
    margin-bottom: -24px;
    padding-top: 15px;
    left: 50%;
    position: relative
}

@media only screen and (max-width: 1000px) {
    html .auth-form__identification {
        height:calc(100vh - 83px);
        margin-bottom: -16px
    }
}

.touch .auth-form__identification {
    height: calc(100vh - 100px - 56px)
}

@media only screen and (max-width: 1000px) {
    html .touch .auth-form__identification {
        height:calc(100vh - 83px - 56px)
    }
}

.auth-form__mailing {
    margin: 32px 0;
    padding: 16px 24px 24px;
    border-radius: 12px;
    background-color: #f4f8ff;
    position: relative;
    box-sizing: border-box
}

.auth-form__mailing:first-child {
    margin-top: 0
}

.auth-form__mailing:last-child {
    margin-bottom: 0
}

.auth-form__mailing .auth-form__close {
    top: 10px;
    right: 14px;
    font-size: 10px;
    color: rgba(0,0,0,.4)
}

.auth-form__mailing .auth-form__close:hover {
    color: #000
}

.auth-form__mailing .auth-form__input-combo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

.auth-form__mailing .auth-form__input-wrapper {
    margin: 0
}

.schema-grid .auth-form__mailing {
    margin: 13px 20px
}

@media only screen and (max-width: 1000px) {
    html .schema-grid .auth-form__mailing {
        margin:5px 16px
    }
}

.news-grid .auth-form__mailing {
    width: 580px;
    max-width: 100%;
    margin: 18px auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 1001px) {
    html .news-grid .auth-form__mailing {
        width:820px
    }
}

.news-grid .auth-form__mailing:first-child {
    margin-top: 0
}

.news-grid .auth-form__mailing:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 1001px) {
    html .news-grid_condensed .auth-form__mailing {
        width:820px;
        margin-right: 0
    }
}

.auth-form__choise {
    margin-top: 11px;
    margin-bottom: 30px
}

.auth-form__choise_alter {
    min-height: 360px;
    position: relative
}

@media only screen and (max-width: 1000px) {
    html .auth-form__choise_alter {
        min-height:0
    }
}

.auth-form__choise_alter .auth-form__choise-list {
    max-width: 540px;
    margin-bottom: 8px;
    padding-bottom: 13px
}

@media only screen and (max-width: 1279px) {
    html .auth-form__choise_alter .auth-form__choise-list {
        max-width:470px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__choise_alter .auth-form__choise-list {
        max-width:none;
        margin-left: -8px;
        margin-right: -8px;
        padding-left: 0;
        padding-right: 0
    }
}

.auth-form__choise_alter .auth-form__choise-unit {
    margin-bottom: -5px
}

.auth-form__choise_alter .auth-form__choise-item {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.auth-form__choise_alter .auth-form__choise-body {
    padding-top: 0!important
}

@media only screen and (max-width: 1000px) {
    html .auth-form__choise_alter .auth-form__description_other {
        max-width:none
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__choise_alter .auth-form__description_other nobr {
        white-space:normal
    }
}

.auth-form__choise:first-child {
    margin-top: 0
}

.auth-form__choise:last-child {
    margin-bottom: 0
}

.auth-form__choise-list {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e2e2
}

@media only screen and (max-width: 1000px) {
    html .auth-form__choise-list {
        margin-left:-16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px
    }
}

.auth-form__choise-list_specific {
    margin-bottom: 8px
}

.auth-form__choise-list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.auth-form__choise-unit {
    margin-bottom: -15px;
    display: block
}

.auth-form__choise-unit_alter .auth-form__choise-header .auth-form__image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .25;
    -o-transition: filter .2s ease,opacity .2s ease;
    transition: -webkit-filter .2s ease,opacity .2s ease,filter .2s ease,opacity .2s ease
}

.auth-form__choise-unit>.auth-form__checkbox {
    padding-left: 0;
    position: static
}

.auth-form__choise-unit>.auth-form__checkbox.auth-checkbox>.auth-checkbox__faux {
    margin-top: 19px;
    margin-left: 16px;
    top: auto;
    left: auto
}

@media only screen and (max-width: 1000px) {
    html .auth-form__choise-unit>.auth-form__checkbox.auth-checkbox>.auth-checkbox__faux {
        margin-left:12px
    }
}

.auth-form__choise-item {
    padding: 16px 23px 18px 39px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: transparent;
    display: block;
    -o-transition: background-color .2s ease,border-color .2s ease,color .2s ease;
    transition: background-color .2s ease,border-color .2s ease,color .2s ease
}

@media only screen and (max-width: 1000px) {
    html .auth-form__choise-item {
        padding-left:35px;
        padding-right: 16px
    }
}

.auth-checkbox__real:checked~.auth-form__choise-item,.auth-form__choise-item_active {
    margin-top: 15px;
    margin-bottom: 15px
}

.auth-checkbox_success .auth-checkbox__real:checked~.auth-form__choise-item,.auth-checkbox_success .auth-form__choise-item_active {
    background-color: #fbfdf8;
    border-color: #7dbf26
}

.auth-checkbox_error .auth-checkbox__real:checked~.auth-form__choise-item,.auth-checkbox_error .auth-form__choise-item_active {
    background-color: rgba(253,16,0,.03);
    border-color: #fd1000
}

.auth-checkbox_warning .auth-checkbox__real:checked~.auth-form__choise-item,.auth-checkbox_warning .auth-form__choise-item_active {
    background-color: rgba(153,128,32,.03);
    border-color: #998020
}

.auth-checkbox_warning-alter .auth-checkbox__real:checked~.auth-form__choise-item,.auth-checkbox_warning-alter .auth-form__choise-item_active {
    background-color: rgba(255,139,0,.03);
    border-color: #ff8b00
}

.auth-checkbox__real:checked~.auth-form__choise-item .auth-form__choise-body,.auth-form__choise-item_active .auth-form__choise-body {
    padding-top: 4px;
    max-height: 1000px;
    visibility: visible;
    opacity: 1;
    overflow: visible
}

.auth-form__choise-unit:first-child .auth-checkbox__real:checked~.auth-form__choise-item,.auth-form__choise-unit:first-child .auth-form__choise-item_active {
    margin-top: 0
}

.auth-form__choise-unit_alter .auth-checkbox__real:checked~.auth-form__choise-item .auth-form__choise-header .auth-form__image,.auth-form__choise-unit_alter .auth-form__choise-item_active .auth-form__choise-header .auth-form__image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1
}

.auth-checkbox__real:checked~.auth-form__choise-item .auth-form__choise-group,.auth-form__choise-item_active .auth-form__choise-group {
    visibility: visible;
    opacity: 1
}

.auth-form__choise-item_disabled {
    cursor: default;
    pointer-events: none
}

.auth-form__choise-item_disabled .auth-form__preview {
    opacity: .4
}

.auth-form__choise-item_disabled .auth-form__description_primary {
    color: gray
}

.auth-form__choise-header .auth-form__preview {
    height: 20px;
    float: right;
    font-size: 0;
    line-height: 20px
}

.auth-form__choise-header .auth-form__image {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle
}

.auth-form__choise-header .auth-form__image:last-child {
    margin-right: 0
}

.auth-form__choise-header .auth-form__image_visa {
    width: 37px;
    height: 12px;
    background-size: 37px 12px
}

.auth-form__choise-header .auth-form__image_mastercard {
    width: 33px;
    height: 21px;
    background-size: 33px 21px
}

.auth-form__choise-header .auth-form__image_maestrocard {
    width: 34px;
    height: 20px;
    background-size: 34px 20px
}

.auth-form__choise-header .auth-form__image_belcard {
    width: 22px;
    height: 22px;
    background-size: 22px 22px
}

.auth-form__choise-header .auth-form__image_mir {
    width: 32px;
    height: 8px;
    background-size: 32px 8px
}

.auth-form__choise-header .auth-form__image_american-express {
    width: 37px;
    height: 12px;
    background-size: 37px 12px
}

.auth-form__choise-header .auth-form__image_china-unionpay {
    width: 33px;
    height: 22px;
    background-size: 33px 22px
}

.auth-form__choise-header .auth-form__image_cirrus {
    width: 33px;
    height: 20px;
    background-size: 33px 20px
}

.auth-form__choise-header .auth-form__image_jcb {
    width: 31px;
    height: 24px;
    background-size: 31px 24px
}

.auth-form__choise-header .auth-form__image_halva {
    width: 50px;
    height: 12px;
    background-size: 50px 12px
}

.auth-form__choise-header .auth-form__image_buycard {
    width: 48px;
    height: 23px;
    background-size: 48px 23px
}

.auth-form__choise-header .auth-form__link {
    pointer-events: auto
}

.auth-form__choise-header .auth-form__link_add-alter {
    margin-left: 0;
    display: block;
    white-space: normal
}

.auth-form__choise-header .auth-form__link_add-alter:before {
    width: 24px;
    left: -24px
}

.auth-form__choise-header .auth-form__popover-handle {
    pointer-events: auto
}

@media only screen and (max-width: 1000px) {
    html .auth-form__choise-header .auth-form__popover.auth-popover_bottom-left {
        margin-left:-123px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__choise-header .auth-form__popover.auth-popover_bottom-left:before {
        left:140px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__choise-header .auth-form__popover .auth-form__button {
        width:auto
    }
}

.auth-form__choise-body {
    padding-top: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -o-transition: padding .2s ease,max-height .2s ease,visibility .2s ease,opacity .2s ease;
    transition: padding .2s ease,max-height .2s ease,visibility .2s ease,opacity .2s ease
}

.auth-form__choise-body .auth-form__cardbox:first-child {
    margin-top: 8px
}

.auth-form__choise-body .auth-form__cardbox_alter:first-child {
    margin-top: 4px
}

.auth-form__choise-body .auth-form__description_small {
    line-height: 1.385
}

.auth-form__choise-body .auth-form__hint_cvc {
    margin-left: 16px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__choise-body .auth-form__hint_cvc {
        margin-left:26px
    }
}

.auth-form__choise-body .auth-form__hint_cvc:first-child {
    margin-left: 0
}

@media only screen and (max-width: 1000px) {
    html .auth-form__choise-body .auth-form__input-wrapper_max-width_xxssmm,html .auth-form__choise-body .auth-form__input-wrapper_min-width_xxssmm,html .auth-form__choise-body .auth-form__input-wrapper_width_xxssmm {
        width:119px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__choise-body .auth-form__button {
        width:100%
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__choise-body .auth-form__popover.auth-popover_bottom-left {
        margin-left:-123px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__choise-body .auth-form__popover.auth-popover_bottom-left:before {
        left:140px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__choise-body .auth-form__popover .auth-form__button {
        width:auto
    }
}

.auth-form__choise-group {
    max-width: 578px;
    padding-left: 62px;
    top: -37px;
    left: 540px;
    right: 0;
    position: absolute;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    -o-transition: visibility .2s ease,opacity .2s ease;
    transition: visibility .2s ease,opacity .2s ease
}

@media only screen and (max-width: 1279px) {
    html .auth-form__choise-group {
        left:470px;
        padding-left: 48px
    }
}

.auth-form__choise-group .auth-form__preview {
    margin-bottom: 21px
}

.auth-form__choise-group .auth-form__preview:last-child {
    margin-bottom: 0
}

.auth-form__choise-group .auth-form__image {
    display: block;
    background-size: contain
}

.auth-popup .auth-form__choise-group {
    display: none
}

.auth-form__bar {
    margin-top: 20px;
    margin-bottom: 8px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__bar {
        margin-top:0;
        margin-bottom: 0;
        padding: 12px 16px;
        left: 0;
        right: 0;
        bottom: 0;
        border-top: 1px solid rgba(0,0,0,.1);
        background-color: #fff;
        position: fixed;
        z-index: 30
    }
}

.auth-form__bar:first-child {
    margin-top: 0
}

.auth-form__bar:last-child {
    margin-bottom: 0
}

.auth-form__section {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    overflow: hidden
}

@media only screen and (max-width: 1000px) {
    html .auth-form__section {
        margin-left:-16px;
        margin-right: -16px;
        margin-bottom: 18px;
        border: 0;
        border-radius: 0;
        overflow: visible
    }
}

.auth-form__section-overflow {
    max-height: 296px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

@media only screen and (max-width: 1000px) {
    html .auth-form__section-overflow {
        max-height:none;
        overflow-x: visible;
        overflow-y: visible;
        -webkit-overflow-scrolling: auto
    }
}

.auth-form__section-tape {
    margin-bottom: 12px;
    padding: 8px 12px;
    background-color: #f6f6f6
}

@media only screen and (max-width: 1000px) {
    html .auth-form__section-tape {
        padding-left:16px;
        padding-right: 16px
    }
}

.auth-form__section-list {
    margin-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__section-list {
        padding-left:16px;
        padding-right: 16px
    }
}

.auth-form__section-item {
    margin-bottom: 12px
}

.auth-form__section-flex {
    width: 100%;
    height: auto;
    display: table;
    table-layout: auto;
    box-sizing: border-box
}

.auth-form__section-part {
    padding-left: 15px;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top
}

.auth-form__section-part:first-child {
    padding-left: 0
}

.auth-form__section-part:empty {
    display: none
}

.auth-form__section-part_1 {
    width: 100%;
    padding-top: 2px
}

.auth-form__section-part_2 {
    text-align: right
}

.auth-form__section .auth-form__popover.auth-popover_bottom-right {
    -o-transition: -o-transform .5s cubic-bezier(0.9,.1,.1,.9),visibility .5s cubic-bezier(0.9,.1,.1,.9),opacity .5s cubic-bezier(0.9,.1,.1,.9);
    transition: -webkit-transform .5s cubic-bezier(0.9,.1,.1,.9),visibility .5s cubic-bezier(0.9,.1,.1,.9),opacity .5s cubic-bezier(0.9,.1,.1,.9);
    transition: transform .5s cubic-bezier(0.9,.1,.1,.9),visibility .5s cubic-bezier(0.9,.1,.1,.9),opacity .5s cubic-bezier(0.9,.1,.1,.9)
}

@media only screen and (max-width: 1000px) {
    html .auth-form__section .auth-form__popover.auth-popover_bottom-right {
        right:0;
        left: auto
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__section .auth-form__popover.auth-popover_bottom-right:before {
        right:15px;
        left: auto
    }
}

.auth-form__alert {
    margin-top: 12px;
    margin-bottom: 20px
}

.auth-form__alert_extended {
    margin-top: 24px;
    margin-bottom: 24px
}

.auth-form__alert_extended-alter {
    margin-top: 32px;
    margin-bottom: 32px
}

.auth-form__alert:first-child {
    margin-top: 0
}

.auth-form__alert:last-child {
    margin-bottom: 0
}

.auth-form__infobox {
    margin-top: 12px;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative
}

.auth-form__infobox_primary {
    background-color: #f6f6f6
}

.auth-form__infobox_primary .auth-form__close {
    color: rgba(0,0,0,.4)
}

.auth-form__infobox_primary .auth-form__close:hover {
    color: #000
}

.auth-form__infobox_warning {
    background-color: #ff8b00
}

.auth-form__infobox_warning .auth-form__close {
    color: rgba(255,255,255,.5)
}

.auth-form__infobox_warning .auth-form__close:hover {
    color: #fff
}

.auth-form__infobox_small {
    padding: 12px;
    font-size: 14px;
    line-height: 1.429;
    border-radius: 8px
}

.auth-form__infobox_base {
    padding: 16px;
    font-size: 14px;
    line-height: 1.429;
    border-radius: 12px
}

.auth-form__infobox_extended {
    margin-top: 24px;
    margin-bottom: 24px
}

.auth-form__infobox_extended-alter {
    margin-top: 32px;
    margin-bottom: 32px
}

.auth-form__infobox:first-child {
    margin-top: 0
}

.auth-form__infobox:last-child {
    margin-bottom: 0
}

.auth-form__infobox .auth-form__close {
    margin-top: -6px;
    margin-right: -4px;
    top: auto;
    right: auto;
    font-size: 10px;
    float: right;
    position: relative
}

.auth-form__cardbox_specific {
    width: 788px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox_specific {
        width:auto
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox_specific .auth-form__choise-list {
        margin-left:-24px;
        margin-right: -24px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox_alter .auth-form__cardbox-list {
        margin-left:0
    }
}

.auth-form__cardbox_alter .auth-form__cardbox-item {
    height: 208px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox_alter .auth-form__cardbox-item {
        width:100%;
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px
    }
}

.auth-form__cardbox_alter .auth-form__preview {
    margin-bottom: 17px!important
}

.auth-form__cardbox_alter .auth-form__preview:last-child {
    margin-bottom: 0!important
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox_alter .auth-form__row {
        position:static
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox_alter .auth-form__group:not(.auth-form__group_nonadaptive) {
        margin-bottom:8px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox_alter .auth-form__group:last-child {
        margin-bottom:0
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox_alter .auth-form__group:nth-child(2) {
        right:15px;
        bottom: 19px;
        position: absolute
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox_alter .auth-form__group:nth-child(2):before {
        content:'';
        width: 24px;
        height: 16px;
        margin-top: -8px;
        margin-right: 7px;
        top: 50%;
        right: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        background-image: url(/images/auth/bg-cvc.png);
        display: block;
        position: absolute
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox_alter .auth-form__input_max-width_ssm,html .auth-form__cardbox_alter .auth-form__input_min-width_ssm,html .auth-form__cardbox_alter .auth-form__input_width_ssm {
        width:100%!important
    }
}

.auth-form__cardbox_additional {
    margin-right: 30px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox_additional {
        margin-right:0
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox_additional .auth-form__cardbox-list {
        margin-left:0
    }
}

.auth-form__cardbox_additional .auth-form__cardbox-item {
    height: 208px;
    margin-top: 5px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox_additional .auth-form__cardbox-item {
        width:100%;
        margin-top: 12px;
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px
    }
}

.auth-form__cardbox_additional .auth-form__cardbox-item:after,.auth-form__cardbox_additional .auth-form__cardbox-item:before {
    display: none
}

.auth-form__cardbox_additional .auth-form__preview {
    margin-bottom: 17px!important
}

.auth-form__cardbox_additional .auth-form__preview:last-child {
    margin-bottom: 0!important
}

.auth-form__cardbox_additional .auth-form__row {
    position: static
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox_additional .auth-form__group:not(.auth-form__group_nonadaptive) {
        margin-bottom:8px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox_additional .auth-form__group:last-child {
        margin-bottom:0
    }
}

.auth-form__cardbox_additional .auth-form__group:nth-child(2) {
    right: 19px;
    bottom: 19px;
    position: absolute
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox_additional .auth-form__group:nth-child(2) {
        right:15px
    }
}

.auth-form__cardbox_additional .auth-form__group:nth-child(2):before {
    content: '';
    width: 24px;
    height: 16px;
    margin-top: -8px;
    margin-right: 7px;
    top: 50%;
    right: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(/images/auth/bg-cvc.png);
    display: block;
    position: absolute
}

.auth-form__cardbox-flex {
    width: 100%;
    margin-bottom: 15px;
    display: table;
    table-layout: fixed
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox-flex {
        width:auto;
        display: block
    }
}

.auth-form__cardbox-flex:last-child {
    margin-bottom: 0
}

.auth-form__cardbox-part {
    padding-left: 64px;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top;
    position: relative
}

.auth-form__cardbox-part:before {
    content: '';
    width: 200px;
    height: 28px;
    top: 115px;
    left: -67px;
    background-image: url(/images/auth/bg-arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    position: absolute;
    display: block
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox-part:before {
        width:288px;
        height: 36px;
        top: 20px;
        left: 0;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox-part {
        width:auto;
        padding-top: 76px;
        padding-left: 0;
        display: block
    }
}

.auth-form__cardbox-part:first-child {
    padding-left: 0
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox-part:first-child {
        padding-top:0
    }
}

.auth-form__cardbox-part:first-child:before {
    display: none
}

.auth-form__cardbox-part_2 {
    width: 384px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox-part_2 {
        width:auto
    }
}

.auth-form__cardbox-part .auth-form__choise:last-child {
    margin-bottom: 13px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox-part .auth-form__choise:last-child {
        margin-bottom:0
    }
}

.auth-form__cardbox-list {
    margin-top: -5px;
    margin-left: -12px;
    margin-bottom: 15px;
    position: relative;
    font-size: 0;
    z-index: 1
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox-list {
        margin-top:-12px
    }
}

.auth-form__cardbox-list:last-child {
    margin-bottom: 0
}

.auth-form__cardbox-item {
    width: 310px;
    height: 200px;
    margin-top: 20px;
    margin-left: 12px;
    padding: 19px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    -o-transition: border-color .2s ease,box-shadow .2s ease;
    transition: border-color .2s ease,box-shadow .2s ease
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox-item {
        width:288px;
        margin-top: 12px
    }
}

.auth-form__cardbox-item:after,.auth-form__cardbox-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox-item:after,html .auth-form__cardbox-item:before {
        display:none
    }
}

.auth-form__cardbox-item:before {
    height: 100%;
    margin-top: -16px;
    margin-left: 86px;
    margin-right: -97px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    background-color: #fff
}

.auth-form__cardbox-item:after {
    height: 44px;
    margin-top: 11px;
    margin-left: 87px;
    margin-right: -96px;
    background-color: #f6f6f6
}

.auth-form__cardbox-item .auth-form__preview {
    margin-bottom: 11px;
    font-size: 0;
    white-space: nowrap
}

.auth-form__cardbox-item .auth-form__preview:last-child {
    margin-bottom: 0
}

.auth-form__cardbox-item .auth-form__image {
    width: 49px;
    height: 32px;
    margin-right: 4px;
    border-radius: 5px;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #f6f6f6;
    display: inline-block;
    vertical-align: middle
}

.auth-form__cardbox-item .auth-form__image_visa {
    background-size: 37px 12px
}

.auth-form__cardbox-item .auth-form__image_mastercard {
    background-size: 33px 21px
}

.auth-form__cardbox-item .auth-form__image_maestrocard {
    background-size: 34px 20px
}

.auth-form__cardbox-item .auth-form__image_belcard {
    background-size: 22px 22px
}

.auth-form__cardbox-item .auth-form__image_mir {
    background-size: 32px 8px
}

.auth-form__cardbox-item .auth-form__image_american-express {
    background-size: 37px 12px
}

.auth-form__cardbox-item .auth-form__image_china-unionpay {
    background-size: 33px 22px
}

.auth-form__cardbox-item .auth-form__image_cirrus {
    background-size: 33px 20px
}

.auth-form__cardbox-item .auth-form__image_jcb {
    background-size: 31px 24px
}

.auth-form__cardbox-item .auth-form__image_halva {
    background-size: 50px 12px
}

.auth-form__cardbox-item .auth-form__image_buycard {
    background-size: 48px 23px
}

.auth-form__cardbox-item .auth-form__image:last-child {
    margin-right: 0
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox-item .auth-form__group_wide-alter {
        margin-right:8px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox-item .auth-form__group_wide-alter:last-child {
        margin-right:0
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox-item .auth-form__input_max-width_ssm,html .auth-form__cardbox-item .auth-form__input_min-width_ssm,html .auth-form__cardbox-item .auth-form__input_width_ssm {
        width:184px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox-item .auth-form__tooltip_max-width_ssm,html .auth-form__cardbox-item .auth-form__tooltip_min-width_ssm,html .auth-form__cardbox-item .auth-form__tooltip_width_ssm {
        min-width:270px
    }
}

.auth-form__cardbox-item .auth-form__tooltip.auth-tooltip_top-right {
    margin-right: -15px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox-item .auth-form__tooltip.auth-tooltip_top-right {
        right:0;
        left: auto
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__cardbox-item .auth-form__tooltip.auth-tooltip_top-right:before {
        right:20px;
        left: auto
    }
}

.auth-form__mediabox {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative
}

.auth-form__mediabox:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 100;
    -o-transition: opacity .2s ease,visibility .2s ease;
    transition: opacity .2s ease,visibility .2s ease;
    opacity: 0;
    visibility: hidden
}

.auth-form__mediabox:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    background-image: url(/images/auth/i-spinner-yellow-alter.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 120px 120px;
    z-index: 101;
    opacity: 0;
    visibility: hidden
}

@media only screen and (max-width: 1000px) {
    html .auth-form__mediabox:after {
        margin-top:-30px;
        margin-left: -30px;
        width: 60px;
        height: 60px;
        background-size: 60px 60px
    }
}

.auth-form__mediabox_animated {
    overflow: hidden;
    cursor: default;
    pointer-events: none
}

.auth-form__mediabox_animated:before {
    opacity: 1;
    visibility: visible
}

.auth-form__mediabox_animated:after {
    opacity: 1;
    visibility: visible;
    -webkit-animation: auth-spinner .7s linear infinite;
    -o-animation: auth-spinner .7s linear infinite;
    animation: auth-spinner .7s linear infinite
}

.auth-form__mediabox_primary {
    text-align: center
}

.auth-form__mediabox_primary .auth-form__preview {
    margin-bottom: 6px;
    display: inline-block;
    vertical-align: top
}

.auth-form__mediabox_primary .auth-form__preview:last-child {
    margin-bottom: 0
}

.auth-form__mediabox_primary.auth-form__mediabox_extended .auth-form__preview {
    margin-bottom: 14px
}

.auth-form__mediabox_primary.auth-form__mediabox_extended .auth-form__preview:last-child {
    margin-bottom: 0
}

.auth-form__mediabox_primary.auth-form__mediabox_condensed-additional .auth-form__preview {
    margin-bottom: 16px
}

.auth-form__mediabox_primary.auth-form__mediabox_condensed-additional .auth-form__preview:last-child {
    margin-bottom: 0
}

.auth-form__mediabox_secondary .auth-form__preview {
    left: 0;
    top: 0;
    position: absolute
}

.auth-form__mediabox_secondary .auth-form__title {
    height: 100px;
    padding-left: 116px;
    display: table-cell;
    vertical-align: middle
}

.auth-form__mediabox_secondary .auth-form__title:first-child {
    height: auto;
    padding-left: 0
}

.auth-form__mediabox_additional {
    max-width: 578px;
    margin-left: auto;
    padding-left: 48px;
    top: -38px;
    left: 492px;
    right: 0;
    position: absolute;
    cursor: default
}

@media only screen and (max-width: 1279px) {
    html .auth-form__mediabox_additional {
        left:444px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__mediabox_additional {
        max-width:none;
        padding-left: 0;
        left: auto;
        right: auto;
        top: auto;
        position: relative
    }
}

.auth-form__mediabox_additional .auth-form__preview {
    margin-bottom: 17px;
    text-align: center
}

@media only screen and (max-width: 1000px) {
    html .auth-form__mediabox_additional .auth-form__preview {
        margin-bottom:29px
    }
}

.auth-form__mediabox_additional .auth-form__preview:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 1000px) {
    html .auth-form__mediabox_additional .auth-form__description {
        display:none
    }
}

.auth-form__mediabox_subsidiary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.auth-form__mediabox_subsidiary .auth-form__description {
    margin-bottom: 31px
}

.auth-form__mediabox_success {
    margin-right: -105px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__mediabox_success {
        margin-right:0
    }
}

.auth-form__mediabox_success:first-child {
    margin-top: 0!important
}

.auth-form__mediabox_success:last-child {
    margin-bottom: 0!important
}

@media only screen and (max-width: 1000px) {
    html .auth-form__mediabox_success .auth-form__popover_max-width_lll,html .auth-form__mediabox_success .auth-form__popover_min-width_lll,html .auth-form__mediabox_success .auth-form__popover_width_lll {
        width:288px
    }
}

.auth-form__mediabox_success-additional:first-child {
    margin-top: 0!important
}

.auth-form__mediabox_success-additional:last-child {
    margin-bottom: -8px!important
}

.auth-form__mediabox_renewal {
    padding: 20px 24px 24px;
    background-color: #fafafa;
    border-radius: 8px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__mediabox_renewal {
        margin:20px -8px;
        padding: 16px 20px 20px
    }
}

.auth-form__mediabox_renewal:first-child {
    margin-top: 0
}

@media only screen and (max-width: 1000px) {
    html .auth-form__mediabox_renewal:first-child {
        margin-top:-16px
    }
}

.auth-form__mediabox_renewal:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 1000px) {
    html .auth-form__mediabox_renewal:last-child {
        margin-bottom:-16px
    }
}

.auth-form__mediabox_renewal .auth-form__preview {
    margin-top: -14px;
    margin-right: -18px;
    float: right
}

@media only screen and (max-width: 1000px) {
    html .auth-form__mediabox_renewal .auth-form__preview {
        margin-right:-14px
    }
}

.auth-form__mediabox_renewal .auth-form__description_base-alter {
    line-height: 1.334
}

@media only screen and (max-width: 1000px) {
    html .auth-form__mediabox_renewal .auth-form__control .auth-form__button {
        margin-right:0;
        margin-bottom: 8px;
        display: block
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__mediabox_renewal .auth-form__control .auth-form__button:last-child {
        margin-bottom:0
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__mediabox_sms .auth-form__mediabox-flex {
        width:auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__mediabox_sms .auth-form__mediabox-part {
        margin-top:12px;
        padding-left: 0;
        display: block
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__mediabox_sms .auth-form__mediabox-part:last-child {
        margin-top:0
    }
}

.auth-form__mediabox_sms .auth-form__mediabox-part_content {
    vertical-align: top
}

@media only screen and (max-width: 1000px) {
    html .auth-form__mediabox_sms .auth-form__mediabox-part_content {
        width:auto
    }
}

.auth-form__mediabox_sms .auth-form__mediabox-part_content>* {
    max-width: 400px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__mediabox_sms .auth-form__mediabox-part_content>* {
        max-width:none
    }
}

.auth-form__mediabox_payment .auth-form__mediabox:first-child,.auth-form__mediabox_payment:first-child {
    margin-top: 0!important
}

.auth-form__mediabox_payment .auth-form__mediabox:last-child,.auth-form__mediabox_payment:last-child {
    margin-bottom: 0!important
}

@media only screen and (max-width: 1000px) {
    html .auth-form__mediabox_payment>.auth-form__mediabox-flex>.auth-form__mediabox-part_content {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__mediabox_payment>.auth-form__mediabox-flex>.auth-form__mediabox-part_content>.auth-form__mediabox {
        margin-top:0;
        margin-bottom: 0
    }
}

.auth-form__mediabox_locality {
    padding: 24px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center
}

.auth-form__mediabox_locality .auth-form__preview {
    margin-bottom: 20px
}

.auth-form__mediabox_locality .auth-form__preview:last-child {
    margin-bottom: 0
}

.auth-form__mediabox_locality>* {
    max-width: 288px;
    margin-left: auto;
    margin-right: auto
}

.auth-form__mediabox_extended {
    margin-top: 20px;
    margin-bottom: 20px
}

.auth-form__mediabox_extended-alter {
    margin-top: 24px;
    margin-bottom: 24px
}

.auth-form__mediabox_extended-additional {
    margin-top: 32px;
    margin-bottom: 32px
}

.auth-form__mediabox_condensed {
    margin-top: 10px;
    margin-bottom: 10px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__mediabox_condensed {
        margin-top:8px;
        margin-bottom: 8px
    }
}

.auth-form__mediabox_condensed-alter {
    margin-top: 8px;
    margin-bottom: 8px
}

.auth-form__mediabox_condensed-additional {
    margin-top: 12px;
    margin-bottom: 12px
}

.auth-form__mediabox_shift_top {
    margin-top: -20px
}

.auth-form__mediabox_shift_bottom {
    margin-bottom: -20px
}

.auth-form__mediabox_animated {
    height: 240px
}

.auth-form__mediabox_animated:after {
    height: 40px;
    width: 40px;
    margin-left: -20px;
    margin-top: -20px;
    background-size: 40px
}

.auth-form__mediabox:first-child {
    margin-top: 5px
}

.auth-form__mediabox:last-child {
    margin-bottom: 5px
}

.auth-form__mediabox-flex {
    width: 100%;
    height: auto;
    display: table;
    table-layout: auto;
    box-sizing: border-box
}

.auth-form__mediabox-part {
    padding-left: 14px;
    display: table-cell;
    box-sizing: border-box
}

.auth-form__mediabox-part:first-child {
    padding-left: 0
}

@media only screen and (max-width: 1000px) {
    html .auth-form__mediabox-part[class*=helpers_hide_tablet]+.auth-form__mediabox-part {
        padding-left:0
    }
}

.auth-form__mediabox-part:empty {
    display: none
}

.auth-form__mediabox-part_image {
    width: auto;
    vertical-align: top
}

.auth-form__mediabox-part_content {
    width: 100%;
    vertical-align: middle
}

.auth-form__mediabox-part_action {
    width: auto;
    vertical-align: middle
}

.auth-form__mediabox .auth-form__image {
    background-position: 50% 50%
}

.auth-form__mediabox .auth-form__image_visa {
    width: 37px;
    height: 12px;
    background-size: 37px 12px
}

.auth-form__mediabox .auth-form__image_mastercard {
    width: 33px;
    height: 21px;
    background-size: 33px 21px
}

.auth-form__mediabox .auth-form__image_maestrocard {
    background-size: 34px 20px
}

.auth-form__mediabox .auth-form__image_belcard {
    width: 22px;
    height: 22px;
    background-size: 22px 22px
}

.auth-form__mediabox .auth-form__image_mir {
    width: 32px;
    height: 8px;
    background-size: 32px 8px
}

.auth-form__mediabox .auth-form__image_american-express {
    width: 37px;
    height: 12px;
    background-size: 37px 12px
}

.auth-form__mediabox .auth-form__image_china-unionpay {
    width: 33px;
    height: 22px;
    background-size: 33px 22px
}

.auth-form__mediabox .auth-form__image_cirrus {
    width: 33px;
    height: 20px;
    background-size: 33px 20px
}

.auth-form__mediabox .auth-form__image_jcb {
    width: 31px;
    height: 24px;
    background-size: 31px 24px
}

.auth-form__mediabox .auth-form__image_halva {
    width: 50px;
    height: 12px;
    background-size: 50px 12px
}

.auth-form__mediabox .auth-form__image_buycard {
    width: 48px;
    height: 23px;
    background-size: 48px 23px
}

.auth-form__securebox {
    margin-bottom: 20px
}

.auth-form__securebox_condensed {
    margin-bottom: 15px
}

.auth-form__securebox:last-child {
    margin-bottom: 0
}

.auth-form__securebox-fill,.auth-form__securebox-line {
    height: 4px;
    border-radius: 17px;
    overflow: hidden
}

.auth-form__securebox-line {
    margin-bottom: 4px;
    background-color: #e2e2e2;
    position: relative
}

.auth-form__securebox-line:last-child {
    margin-bottom: 0
}

.auth-form__securebox-fill {
    left: 0;
    top: 0;
    position: absolute
}

.auth-form__securebox-fill_error {
    background-color: #fd1000
}

.auth-form__securebox-fill_warning {
    background-color: #ff8b00
}

.auth-form__securebox-fill_success {
    background-color: #7dbf26
}

.auth-form__diagrambox {
    margin-bottom: 20px;
    position: relative
}

@media only screen and (max-width: 1000px) {
    html .auth-form__diagrambox {
        margin-bottom:12px
    }
}

.auth-form__diagrambox-crop,.auth-form__diagrambox-fill,.auth-form__diagrambox-line {
    height: 4px
}

.auth-form__diagrambox-crop,.auth-form__diagrambox-line {
    overflow: hidden
}

.auth-form__diagrambox-fill,.auth-form__diagrambox-line {
    width: 404px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__diagrambox-fill,html .auth-form__diagrambox-line {
        width:calc(100vw - 32px)
    }
}

.auth-form__diagrambox-line {
    border-radius: 2px 2px 0;
    background-color: #e2e2e2
}

.auth-form__diagrambox-crop {
    width: 0
}

.auth-form__diagrambox-fill {
    background-image: -o-linear-gradient(180deg,#7dbf26 0,#ffda50 53.17%,#fd1000 100%);
    background-image: linear-gradient(270deg,#7dbf26 0,#ffda50 53.17%,#fd1000 100%)
}

.auth-form__diagrambox-units {
    margin-left: 39.4%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.auth-form__diagrambox-unit {
    width: 2px;
    font-size: 0;
    text-align: right
}

.auth-form__diagrambox-unit:before {
    content: '';
    width: 2px;
    height: 4px;
    border-radius: 0 0 10px 10px;
    background-color: #e2e2e2;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box
}

.auth-form__diagrambox-unit:nth-child(2) {
    margin-left: -2%
}

.auth-form__diagrambox-unit_active:nth-child(1):before {
    background-color: #ffbc44
}

.auth-form__diagrambox-unit_active:nth-child(2):before {
    background-color: #c8cf3f
}

.auth-form__diagrambox-unit_active:nth-child(3):before {
    background-color: #7ec027
}

.auth-form__diagrambox-unit .auth-form__description {
    margin-bottom: -1px;
    white-space: nowrap;
    float: right
}

@media only screen and (max-width: 1000px) {
    html .auth-form__diagrambox-unit .auth-form__description {
        margin-bottom:0
    }
}

.auth-form__diagrambox-unit .auth-form__description:last-child {
    margin-bottom: 0
}

.auth-form__switchbox {
    position: relative
}

.auth-form__switchbox,.auth-form__switchbox-track {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top
}

.auth-form__switchbox-track {
    width: 40px;
    height: 16px;
    border-radius: 16px;
    background-color: #e2e2e2;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
    position: relative;
    -o-transition: background-color .2s ease,border-color .2s ease;
    transition: background-color .2s ease,border-color .2s ease;
    cursor: pointer
}

.no-touch .auth-form__switchbox-track:hover:after {
    opacity: 1
}

.auth-form__switchbox-track:before {
    content: '';
    width: 24px;
    height: 24px;
    margin-top: -12px;
    top: 50%;
    left: -4px;
    border-radius: 50%;
    background-color: #fff;
    background-size: 10px 10px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.05),0 1px 1px 0 rgba(0,0,0,.16),0 3px 8px 0 rgba(0,0,0,.15),0 4px 4px 0 rgba(0,0,0,.25);
    display: block;
    position: absolute;
    -o-transition: left .2s ease,-o-transform .2s ease;
    transition: left .2s ease,-webkit-transform .2s ease;
    transition: left .2s ease,transform .2s ease;
    z-index: 1
}

.auth-form__switchbox-track:after {
    content: '';
    inset: 0;
    border-radius: inherit;
    background-color: rgba(0,0,0,.1);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
    position: absolute;
    opacity: 0;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.auth-form__switchbox-track_active {
    background-color: #7dbf26
}

.auth-form__switchbox-track_active:before {
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.auth-form__switchbox-track_disabled {
    cursor: default;
    pointer-events: none
}

.auth-form__switchbox-track_disabled,.auth-form__switchbox-track_disabled:before,.no-touch .auth-form__switchbox-track_disabled:hover {
    background-color: #f6f6f6
}

.auth-form__switchbox-track_disabled:before {
    background-image: url(/images/auth/i-snowflake-gray.png)
}

.no-touch .auth-form__switchbox-track_disabled:hover:after {
    opacity: 0
}

.auth-form__checkbox {
    display: block;
    white-space: normal
}

.auth-checkbox.auth-form__checkbox>.auth-checkbox__faux {
    left: 0;
    position: absolute
}

.auth-form__checkbox .auth-form__line {
    font-size: inherit;
    position: static
}

.auth-form__checkbox_base,.auth-form__checkbox_tiny {
    padding-left: 25px
}

.auth-checkbox.auth-form__checkbox_base>.auth-checkbox__faux,.auth-checkbox.auth-form__checkbox_tiny>.auth-checkbox__faux {
    width: 14px;
    height: 14px
}

.auth-checkbox.auth-form__checkbox_base>.auth-checkbox__faux:before,.auth-checkbox.auth-form__checkbox_tiny>.auth-checkbox__faux:before {
    width: 13px;
    height: 13px;
    top: -3px;
    left: 3px
}

.auth-checkbox_radio.auth-checkbox.auth-form__checkbox_base>.auth-checkbox__faux:before,.auth-checkbox_radio.auth-checkbox.auth-form__checkbox_tiny>.auth-checkbox__faux:before {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    top: 50%;
    left: 50%
}

.auth-form__checkbox_tiny {
    font-size: 12px;
    line-height: 1.334
}

.auth-checkbox.auth-form__checkbox_tiny>.auth-checkbox__faux {
    top: 1px
}

.auth-form__checkbox_base {
    font-size: 14px;
    line-height: 1.429
}

.auth-checkbox.auth-form__checkbox_base>.auth-checkbox__faux {
    top: 2px
}

.auth-form__checkbox_middle {
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.6
}

.auth-checkbox.auth-form__checkbox_middle>.auth-checkbox__faux {
    top: 2px
}

.auth-form__checkbox_font-weight_normal {
    font-weight: 400!important
}

.auth-form__checkbox_font-weight_semibold {
    font-weight: 600!important
}

.auth-form__checkbox_font-weight_bold {
    font-weight: 700!important
}

.auth-form__checkbox-flex {
    width: 100%;
    height: auto;
    display: table;
    table-layout: auto;
    box-sizing: border-box
}

.auth-form__checkbox-part {
    padding-left: 15px;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top
}

.auth-form__checkbox-part:first-child {
    padding-left: 0
}

.auth-form__checkbox-part:empty {
    display: none
}

.auth-form__checkbox-part_2 {
    text-align: right
}

.auth-form__checkbox-part_2 .auth-form__button,.auth-form__checkbox-part_2 .auth-form__dropdown-handle,.auth-form__checkbox-part_2 .auth-form__hint,.auth-form__checkbox-part_2 .auth-form__input-combo,.auth-form__checkbox-part_2 .auth-form__input-wrapper,.auth-form__checkbox-part_2 .auth-form__link,.auth-form__checkbox-part_2 .auth-form__popover-handle,.auth-form__checkbox-part_2 .auth-form__tooltip-handle {
    margin-left: 15px;
    margin-right: 0
}

.auth-form__checkbox-part_2 .auth-form__button:first-child,.auth-form__checkbox-part_2 .auth-form__dropdown-handle:first-child,.auth-form__checkbox-part_2 .auth-form__hint:first-child,.auth-form__checkbox-part_2 .auth-form__input-combo:first-child,.auth-form__checkbox-part_2 .auth-form__input-wrapper:first-child,.auth-form__checkbox-part_2 .auth-form__link:first-child,.auth-form__checkbox-part_2 .auth-form__popover-handle:first-child,.auth-form__checkbox-part_2 .auth-form__tooltip-handle:first-child {
    margin-left: 0
}

.auth-form__checkbox-part_vertical_top {
    vertical-align: top!important
}

.auth-form__checkbox-part_vertical_middle {
    vertical-align: middle!important
}

.auth-form__checkbox-part_vertical_bottom {
    vertical-align: bottom!important
}

.auth-form__checkbox-part_vertical_baseline {
    vertical-align: baseline!important
}

.auth-form__checkbox-part_text_left {
    text-align: left
}

.auth-form__checkbox-part_text_center {
    text-align: center
}

.auth-form__checkbox-part_text_right {
    text-align: right
}

.auth-form__checkbox-list_overflow {
    max-height: 216px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box
}

@media only screen and (max-width: 1000px) {
    html .auth-form__checkbox-list_overflow {
        max-height:none;
        padding: 0;
        border: 0;
        border-radius: 0;
        overflow-x: visible;
        overflow-y: visible;
        -webkit-overflow-scrolling: auto
    }
}

.auth-form__checkbox-item {
    margin-bottom: 4px;
    position: relative
}

@media only screen and (max-width: 1000px) {
    html .auth-form__checkbox-item {
        margin-bottom:0;
        padding: 6px 0
    }
}

.auth-form__checkbox-item_extended {
    margin-bottom: 20px
}

.auth-form__checkbox-item_condensed {
    margin-bottom: 5px
}

.auth-form__checkbox-item_condensed-specific {
    margin-bottom: 10px
}

.auth-form__checkbox-item_condensed-additional {
    margin-bottom: 12px
}

.auth-form__checkbox-item:last-child,.auth-form__checkbox-item_condensed-alter {
    margin-bottom: 0
}

@media only screen and (max-width: 1000px) {
    html .auth-form__checkbox-item:first-child {
        padding-top:0
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__checkbox-item:last-child {
        padding-bottom:0
    }
}

.auth-form__checkbox-item_disabled {
    pointer-events: none;
    cursor: default
}

.auth-form__checkbox-item_disabled .auth-form__checkbox-text {
    color: gray
}

.auth-form__checkbox-label {
    display: block;
    white-space: normal
}

.auth-form__checkbox-label_inline {
    margin-right: 15px;
    display: inline-block;
    vertical-align: top
}

.auth-form__checkbox-label_inline_narrow {
    margin-right: 8px
}

.auth-form__checkbox-label_inline_wide {
    margin-right: 24px
}

.auth-form__checkbox-label_inline:last-child {
    margin-right: 0
}

.auth-form__checkbox-label_reverse.auth-form__checkbox-label_inline {
    margin-left: 15px;
    margin-right: 0
}

.auth-form__checkbox-label_reverse.auth-form__checkbox-label_inline:first-child {
    margin-left: 0
}

.auth-form__checkbox-label_reverse.auth-form__checkbox-label_inline.auth-form__checkbox-label_narrow {
    margin-left: 8px;
    margin-right: 0
}

.auth-form__checkbox-label_reverse.auth-form__checkbox-label_inline.auth-form__checkbox-label_narrow:first-child {
    margin-left: 0
}

.auth-form__checkbox-label_reverse.auth-form__checkbox-label_inline.auth-form__checkbox-label_wide {
    margin-left: 24px;
    margin-right: 0
}

.auth-form__checkbox-label_reverse.auth-form__checkbox-label_inline.auth-form__checkbox-label_wide:first-child {
    margin-left: 0
}

.auth-form__checkbox-label_disabled {
    pointer-events: none;
    cursor: default;
    opacity: .4
}

.auth-form__checkbox-label_decor {
    padding: 16px;
    border-radius: 5px;
    background-color: #f6f6f6;
    cursor: pointer
}

.auth-form__checkbox-text {
    display: block;
    color: #000
}

.auth-form__checkbox-sign {
    font-weight: 400
}

.auth-form__checkbox-value {
    font-weight: 600
}

.auth-form__checkbox-letter {
    font-weight: 400;
    color: #999;
    float: right
}

.auth-form__checkbox_disabled {
    pointer-events: none;
    cursor: default;
    opacity: .4
}

.auth-form__control {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 0;
    white-space: nowrap
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control {
        margin-top:20px
    }
}

.auth-form__control .auth-form__button,.auth-form__control .auth-form__dropdown-handle,.auth-form__control .auth-form__hint,.auth-form__control .auth-form__input-combo,.auth-form__control .auth-form__input-wrapper,.auth-form__control .auth-form__link,.auth-form__control .auth-form__popover-handle,.auth-form__control .auth-form__tooltip-handle {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle
}

.auth-form__control .auth-form__button_narrow,.auth-form__control .auth-form__dropdown-handle_narrow,.auth-form__control .auth-form__hint_narrow,.auth-form__control .auth-form__input-combo_narrow,.auth-form__control .auth-form__input-wrapper_narrow,.auth-form__control .auth-form__link_narrow,.auth-form__control .auth-form__popover-handle_narrow,.auth-form__control .auth-form__tooltip-handle_narrow {
    margin-right: 8px
}

.auth-form__control .auth-form__button_wide,.auth-form__control .auth-form__dropdown-handle_wide,.auth-form__control .auth-form__hint_wide,.auth-form__control .auth-form__input-combo_wide,.auth-form__control .auth-form__input-wrapper_wide,.auth-form__control .auth-form__link_wide,.auth-form__control .auth-form__popover-handle_wide,.auth-form__control .auth-form__tooltip-handle_wide {
    margin-right: 30px
}

.auth-form__control .auth-form__button:last-child,.auth-form__control .auth-form__dropdown-handle:last-child,.auth-form__control .auth-form__hint:last-child,.auth-form__control .auth-form__input-combo:last-child,.auth-form__control .auth-form__input-wrapper:last-child,.auth-form__control .auth-form__link:last-child,.auth-form__control .auth-form__popover-handle:last-child,.auth-form__control .auth-form__tooltip-handle:last-child {
    margin-right: 0
}

.auth-form__control_extended {
    margin-top: 40px;
    margin-bottom: 30px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control_extended {
        margin-top:20px;
        margin-bottom: 15px
    }
}

.auth-form__control_extended .auth-form__button,.auth-form__control_extended .auth-form__dropdown-handle,.auth-form__control_extended .auth-form__hint,.auth-form__control_extended .auth-form__input-combo,.auth-form__control_extended .auth-form__input-wrapper,.auth-form__control_extended .auth-form__link,.auth-form__control_extended .auth-form__popover-handle,.auth-form__control_extended .auth-form__tooltip-handle {
    margin-right: 30px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control_extended .auth-form__button,html .auth-form__control_extended .auth-form__dropdown-handle,html .auth-form__control_extended .auth-form__hint,html .auth-form__control_extended .auth-form__input-combo,html .auth-form__control_extended .auth-form__input-wrapper,html .auth-form__control_extended .auth-form__link,html .auth-form__control_extended .auth-form__popover-handle,html .auth-form__control_extended .auth-form__tooltip-handle {
        margin-right:20px
    }
}

.auth-form__control_extended .auth-form__button:last-child,.auth-form__control_extended .auth-form__dropdown-handle:last-child,.auth-form__control_extended .auth-form__hint:last-child,.auth-form__control_extended .auth-form__input-combo:last-child,.auth-form__control_extended .auth-form__input-wrapper:last-child,.auth-form__control_extended .auth-form__link:last-child,.auth-form__control_extended .auth-form__popover-handle:last-child,.auth-form__control_extended .auth-form__tooltip-handle:last-child {
    margin-right: 0
}

.auth-form__control_extended .auth-form__button {
    min-width: 270px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control_extended .auth-form__button {
        min-width:0
    }
}

.auth-form__control_extended .auth-form__control-part {
    padding-left: 30px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control_extended .auth-form__control-part {
        padding-left:20px
    }
}

.auth-form__control_extended .auth-form__control-part:first-child {
    padding-left: 0
}

.auth-form__control[class*=condensed] .auth-form__button,.auth-form__control[class*=condensed] .auth-form__dropdown-handle,.auth-form__control[class*=condensed] .auth-form__hint,.auth-form__control[class*=condensed] .auth-form__input-combo,.auth-form__control[class*=condensed] .auth-form__input-wrapper,.auth-form__control[class*=condensed] .auth-form__link,.auth-form__control[class*=condensed] .auth-form__popover-handle,.auth-form__control[class*=condensed] .auth-form__tooltip-handle {
    margin-right: 15px
}

.auth-form__control[class*=condensed] .auth-form__button_narrow,.auth-form__control[class*=condensed] .auth-form__dropdown-handle_narrow,.auth-form__control[class*=condensed] .auth-form__hint_narrow,.auth-form__control[class*=condensed] .auth-form__input-combo_narrow,.auth-form__control[class*=condensed] .auth-form__input-wrapper_narrow,.auth-form__control[class*=condensed] .auth-form__link_narrow,.auth-form__control[class*=condensed] .auth-form__popover-handle_narrow,.auth-form__control[class*=condensed] .auth-form__tooltip-handle_narrow {
    margin-right: 8px
}

.auth-form__control[class*=condensed] .auth-form__button_wide,.auth-form__control[class*=condensed] .auth-form__dropdown-handle_wide,.auth-form__control[class*=condensed] .auth-form__hint_wide,.auth-form__control[class*=condensed] .auth-form__input-combo_wide,.auth-form__control[class*=condensed] .auth-form__input-wrapper_wide,.auth-form__control[class*=condensed] .auth-form__link_wide,.auth-form__control[class*=condensed] .auth-form__popover-handle_wide,.auth-form__control[class*=condensed] .auth-form__tooltip-handle_wide {
    margin-right: 30px
}

.auth-form__control[class*=condensed] .auth-form__button:last-child,.auth-form__control[class*=condensed] .auth-form__dropdown-handle:last-child,.auth-form__control[class*=condensed] .auth-form__hint:last-child,.auth-form__control[class*=condensed] .auth-form__input-combo:last-child,.auth-form__control[class*=condensed] .auth-form__input-wrapper:last-child,.auth-form__control[class*=condensed] .auth-form__link:last-child,.auth-form__control[class*=condensed] .auth-form__popover-handle:last-child,.auth-form__control[class*=condensed] .auth-form__tooltip-handle:last-child {
    margin-right: 0
}

.auth-form__control[class*=condensed] .auth-form__control-part {
    padding-left: 15px
}

.auth-form__control[class*=condensed] .auth-form__control-part:first-child {
    padding-left: 0
}

.auth-form__control_condensed,.auth-form__control_condensed-additional,.auth-form__control_condensed-another,.auth-form__control_condensed-complementary,.auth-form__control_condensed-default,.auth-form__control_condensed-extra,.auth-form__control_condensed-other,.auth-form__control_condensed-special,.auth-form__control_condensed-specific {
    margin-bottom: 10px
}

.auth-form__control_condensed {
    margin-top: 15px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control_condensed {
        margin-top:15px
    }
}

.auth-form__control_condensed-complementary {
    margin-top: 37px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control_condensed-complementary {
        margin-top:26px
    }
}

.auth-form__control_condensed-special {
    margin-top: 32px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control_condensed-special {
        margin-top:32px
    }
}

.auth-form__control_condensed-specific {
    margin-top: 53px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control_condensed-specific {
        margin-top:36px
    }
}

.auth-form__control_condensed-additional {
    margin-top: 20px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control_condensed-additional {
        margin-top:20px
    }
}

.auth-form__control_condensed-extra {
    margin-top: 22px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control_condensed-extra {
        margin-top:8px
    }
}

.auth-form__control_condensed-default {
    margin-top: 12px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control_condensed-default {
        margin-top:12px
    }
}

.auth-form__control_condensed-another {
    margin-top: 43px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control_condensed-another {
        margin-top:43px
    }
}

.auth-form__control_condensed-other {
    margin-top: 25px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control_condensed-other {
        margin-top:25px
    }
}

.auth-form__control_condensed-alter {
    margin-top: 15px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control_condensed-alter {
        margin-top:15px
    }
}

.auth-form__control_condensed-expletive {
    margin-top: 16px;
    margin-bottom: 12px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control_condensed-expletive {
        margin-top:16px;
        margin-bottom: 12px
    }
}

.auth-form__control_condensed-subsidiary {
    margin-top: 4px;
    margin-bottom: 4px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control_condensed-subsidiary {
        margin-top:4px;
        margin-bottom: 4px
    }
}

.auth-form__control_condensed-fringe {
    margin-top: 24px;
    margin-bottom: 24px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control_condensed-fringe {
        margin-top:24px;
        margin-bottom: 24px
    }
}

.auth-form__control_payment .auth-form__control-part:not(:first-child) {
    padding-left: 12px!important
}

.auth-form__control_payment .auth-form__control-part_1 {
    width: 100%
}

.auth-form__control_payment .auth-form__input-wrapper {
    margin-left: 36px!important
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control_payment .auth-form__input-wrapper {
        margin-left:0!important
    }
}

.auth-form__control_payment .auth-form__input-wrapper:before {
    content: '';
    width: 24px;
    height: 16px;
    margin-top: -8px;
    margin-right: 12px;
    top: 50%;
    right: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(/images/auth/bg-cvc.png);
    display: block;
    position: absolute
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control_payment .auth-form__input-wrapper:before {
        display:none
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control_payment .auth-form__button {
        width:100%
    }
}

.auth-form__control_confirm {
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control_confirm {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

.auth-form__control_confirm .auth-form__button {
    margin-right: 0!important
}

.auth-form__control-flex {
    width: 100%;
    height: auto;
    display: table;
    table-layout: auto;
    box-sizing: border-box
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control-flex_column,html .auth-form__control-flex_column-reverse {
        width:auto;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control-flex_column {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control-flex_column-reverse {
        -ms-flex-direction:column-reverse;
        flex-direction: column-reverse
    }
}

.auth-form__control-part {
    padding-left: 20px;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control-flex_column .auth-form__control-part,html .auth-form__control-flex_column-reverse .auth-form__control-part {
        padding-left:0;
        display: block
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control-flex_column .auth-form__control-part {
        margin-top:12px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control-flex_column-reverse .auth-form__control-part {
        margin-bottom:12px
    }
}

.auth-form__control-part:first-child {
    padding-left: 0
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control-flex_column .auth-form__control-part:first-child {
        margin-top:0
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control-flex_column-reverse .auth-form__control-part:first-child {
        margin-bottom:0
    }
}

.auth-form__control-part:empty {
    display: none
}

.auth-form__control-part_2 {
    text-align: right
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control-flex_column .auth-form__control-part_2,html .auth-form__control-flex_column-reverse .auth-form__control-part_2 {
        width:auto;
        text-align: left
    }
}

.auth-form__control-part_2 .auth-form__button,.auth-form__control-part_2 .auth-form__dropdown-handle,.auth-form__control-part_2 .auth-form__hint,.auth-form__control-part_2 .auth-form__input-combo,.auth-form__control-part_2 .auth-form__input-wrapper,.auth-form__control-part_2 .auth-form__link,.auth-form__control-part_2 .auth-form__popover-handle,.auth-form__control-part_2 .auth-form__tooltip-handle {
    margin-left: 20px;
    margin-right: 0
}

.auth-form__control-part_2 .auth-form__button:first-child,.auth-form__control-part_2 .auth-form__dropdown-handle:first-child,.auth-form__control-part_2 .auth-form__hint:first-child,.auth-form__control-part_2 .auth-form__input-combo:first-child,.auth-form__control-part_2 .auth-form__input-wrapper:first-child,.auth-form__control-part_2 .auth-form__link:first-child,.auth-form__control-part_2 .auth-form__popover-handle:first-child,.auth-form__control-part_2 .auth-form__tooltip-handle:first-child {
    margin-left: 0
}

.auth-form__control-part_vertical_top {
    vertical-align: top!important
}

.auth-form__control-part_vertical_middle {
    vertical-align: middle!important
}

.auth-form__control-part_vertical_bottom {
    vertical-align: bottom!important
}

.auth-form__control-part_vertical_baseline {
    vertical-align: baseline!important
}

.auth-form__control-part_text_left {
    text-align: left
}

.auth-form__control-part_text_center {
    text-align: center
}

.auth-form__control-part_text_right {
    text-align: right
}

.auth-form__control-bar {
    height: 80px;
    margin: 28px -40px -40px;
    text-align: right
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control-bar {
        height:70px;
        margin: 20px -16px -24px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control-bar_fixed .auth-form__control {
        left:0;
        right: 0;
        bottom: 0;
        position: fixed;
        z-index: 30
    }
}

.auth-form__control-bar .auth-form__control {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 40px;
    border-radius: 0 0 5px 5px;
    background-color: #f6f6f6;
    box-sizing: border-box
}

@media only screen and (max-width: 1000px) {
    html .auth-form__control-bar .auth-form__control {
        padding:16px;
        border-radius: 0
    }
}

.auth-form__control:first-child {
    margin-top: 0
}

.auth-form__control:last-child {
    margin-bottom: 0
}

.auth-form__button {
    margin-right: 15px
}

.auth-form__button_narrow {
    margin-right: 8px
}

.auth-form__button_wide {
    margin-right: 30px
}

.auth-form__button:last-child {
    margin-right: 0
}

.auth-form__button_apple:after,.auth-form__button_fb-alter:after,.auth-form__button_fb:after,.auth-form__button_gg-alter:after,.auth-form__button_gg:after,.auth-form__button_vk-alter:after,.auth-form__button_vk:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.auth-form__button_apple,.auth-form__button_fb,.auth-form__button_gg,.auth-form__button_vk {
    height: 72px!important;
    padding: 0!important;
    border: 0!important
}

.uprofile-info .auth-form__button_apple,.uprofile-info .auth-form__button_fb,.uprofile-info .auth-form__button_gg,.uprofile-info .auth-form__button_vk {
    height: 48px!important
}

.cart-popup .auth-form__button_apple,.cart-popup .auth-form__button_fb,.cart-popup .auth-form__button_gg,.cart-popup .auth-form__button_vk {
    height: 54px!important
}

.auth-form__button_fb-alter,.auth-form__button_gg-alter,.auth-form__button_vk-alter {
    -ms-flex: 1 0 auto!important;
    flex: 1 0 auto!important
}

.auth-form__button_apple:after {
    background-image: url(/images/auth/i-apple-white.svg);
    background-size: 22px 42px
}

.cart-popup .auth-form__button_apple:after,.uprofile-info .auth-form__button_apple:after {
    background-size: 10px 19px!important
}

.auth-form__button_fb:after {
    background-image: url(/images/auth/i-fb-white.svg);
    background-size: 22px 42px
}

.cart-popup .auth-form__button_fb:after,.uprofile-info .auth-form__button_fb:after {
    background-size: 10px 19px!important
}

.auth-form__button_vk:after {
    background-image: url(/images/auth/i-vk-white.svg);
    background-size: 48px 26px
}

.cart-popup .auth-form__button_vk:after,.uprofile-info .auth-form__button_vk:after {
    background-size: 22px 12px!important
}

.auth-form__button_gg:after {
    background-image: url(/images/auth/i-gg-white.svg);
    background-size: 36px 36px
}

.cart-popup .auth-form__button_gg:after,.uprofile-info .auth-form__button_gg:after {
    background-size: 18px 18px!important
}

.auth-form__button_fb-alter:after {
    background-image: url(/images/auth/i-fb-white-alter.svg);
    background-size: 24px 24px
}

.auth-form__button_vk-alter:after {
    background-image: url(/images/auth/i-vk-white-alter.svg);
    background-size: 22px 22px
}

.auth-form__button_gg-alter:after {
    background-image: url(/images/auth/i-gg-color.svg);
    background-size: 22px 22px
}

.auth-form__button_decrement,.auth-form__button_increment {
    padding: 0!important;
    top: 1px;
    position: absolute;
    z-index: 3
}

.auth-form__button_decrement:after,.auth-form__button_increment:after {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.auth-button_small-alter.auth-form__button_decrement,.auth-button_small-alter.auth-form__button_increment {
    width: 20px;
    height: 20px
}

.auth-button_base.auth-form__button_decrement,.auth-button_base.auth-form__button_increment {
    width: 38px;
    height: 38px
}

.auth-button_disabled.auth-form__button_decrement,.auth-button_disabled.auth-form__button_increment,.auth-form__button_decrement,.auth-form__button_increment {
    border-color: transparent!important
}

.auth-form__button_decrement {
    left: 1px
}

.auth-button_small-alter.auth-form__button_decrement:after {
    background-size: 8px 1px;
    background-image: url(/images/auth/i-minus-black-alter.svg)
}

.auth-button_base.auth-form__button_decrement:after {
    background-size: 11px 1px;
    background-image: url(/images/auth/i-minus-black.svg)
}

.auth-form__button_increment {
    right: 1px
}

.auth-button_small-alter.auth-form__button_increment:after {
    background-size: 9px 9px;
    background-image: url(/images/auth/i-plus-black-alter.svg)
}

.auth-button_base.auth-form__button_increment:after {
    background-size: 13px 13px;
    background-image: url(/images/auth/i-plus-black.svg)
}

.auth-form__button_choose {
    padding-left: 16px!important;
    padding-right: 16px!important;
    border: 0!important
}

.auth-form__button_block {
    margin-bottom: 4px;
    display: block!important
}

.auth-form__button_block_extended {
    margin-bottom: 8px
}

.auth-form__button_block:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 1000px) {
    html .auth-form__button_max-width_xxssmmm,html .auth-form__button_min-width_xxssmmm,html .auth-form__button_width_xxssmmm {
        min-width:148px!important
    }
}

.auth-form__button-sign {
    color: inherit
}

.auth-form__button-value {
    font-style: italic;
    color: gray
}

.auth-form__button .auth-form__checkbox {
    margin-right: -6px;
    display: inline-block;
    vertical-align: top
}

.auth-form__button .auth-form__checkbox_base {
    margin-top: -2px
}

.auth-form__button .auth-form__checkbox_middle {
    margin-top: -4px
}

.auth-form__close {
    font-size: 14px;
    font-family: onliner-auth!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    padding: 5px;
    position: absolute;
    top: 6px;
    right: 0;
    cursor: pointer;
    color: #ccc;
    -o-transition: color .2s linear;
    transition: color .2s linear;
    z-index: 1
}

.auth-form__close:hover {
    color: #000
}

.auth-form__close:before {
    content: "\e607"
}

.auth-entry {
    position: relative;
    margin-left: -24px;
    margin-right: -24px;
    padding: 30px 24px
}

.auth-entry:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 100;
    -o-transition: opacity .2s ease,visibility .2s ease;
    transition: opacity .2s ease,visibility .2s ease;
    opacity: 0;
    visibility: hidden
}

.auth-entry:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    background-image: url(/images/auth/i-spinner-yellow-alter.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 120px 120px;
    z-index: 101;
    opacity: 0;
    visibility: hidden
}

@media only screen and (max-width: 1000px) {
    html .auth-entry:after {
        margin-top:-30px;
        margin-left: -30px;
        width: 60px;
        height: 60px;
        background-size: 60px 60px
    }
}

.auth-entry_animated {
    height: 700px;
    height: 100vh;
    overflow: hidden;
    cursor: default;
    pointer-events: none
}

.auth-entry_animated:before {
    opacity: 1;
    visibility: visible
}

.auth-entry_animated:after {
    opacity: 1;
    visibility: visible;
    -webkit-animation: auth-spinner .7s linear infinite;
    -o-animation: auth-spinner .7s linear infinite;
    animation: auth-spinner .7s linear infinite
}

@media only screen and (max-width: 767px) {
    html .auth-entry {
        margin-left:-16px;
        margin-right: -16px;
        padding: 15px 16px
    }
}

@media only screen and (max-width: 767px) {
    html .auth-entry .auth-container_max-width_mmmm {
        max-width:288px
    }
}

@media only screen and (max-width: 767px) {
    html .auth-entry .auth-form__body {
        border-left:0;
        border-right: 0;
        border-radius: 0
    }
}

.auth-entry .auth-form__divider_wide {
    margin-left: -40px;
    margin-right: -40px
}

@media only screen and (max-width: 767px) {
    html .auth-entry .auth-form__divider_wide {
        margin-left:0;
        margin-right: 0
    }
}

.auth-validation {
    position: relative;
    margin-left: -24px;
    margin-right: -24px;
    padding: 46px 24px 43px
}

.auth-validation:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 100;
    -o-transition: opacity .2s ease,visibility .2s ease;
    transition: opacity .2s ease,visibility .2s ease;
    opacity: 0;
    visibility: hidden
}

.auth-validation:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    background-image: url(/images/auth/i-spinner-yellow-alter.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 120px 120px;
    z-index: 101;
    opacity: 0;
    visibility: hidden
}

@media only screen and (max-width: 1000px) {
    html .auth-validation:after {
        margin-top:-30px;
        margin-left: -30px;
        width: 60px;
        height: 60px;
        background-size: 60px 60px
    }
}

.auth-validation_animated {
    height: 700px;
    height: 100vh;
    overflow: hidden;
    cursor: default;
    pointer-events: none
}

.auth-validation_animated:before {
    opacity: 1;
    visibility: visible
}

.auth-validation_animated:after {
    opacity: 1;
    visibility: visible;
    -webkit-animation: auth-spinner .7s linear infinite;
    -o-animation: auth-spinner .7s linear infinite;
    animation: auth-spinner .7s linear infinite
}

@media only screen and (max-width: 1000px) {
    html .auth-validation {
        margin-left:-16px;
        margin-right: -16px;
        padding: 14px 16px 23px
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-validation .auth-container_max-width_ll,html .auth-validation .auth-container_max-width_sssm {
        max-width:none
    }
}

@media only screen and (max-width: 1000px) {
    html .auth-validation .auth-form__button_max-width_ssss {
        max-width:none
    }
}

.auth-subscription {
    position: relative;
    margin-top: 48px;
    margin-bottom: 35px
}

.auth-subscription:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 100;
    -o-transition: opacity .2s ease,visibility .2s ease;
    transition: opacity .2s ease,visibility .2s ease;
    opacity: 0;
    visibility: hidden
}

.auth-subscription:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    background-image: url(/images/auth/i-spinner-yellow-alter.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 120px 120px;
    z-index: 101;
    opacity: 0;
    visibility: hidden
}

@media only screen and (max-width: 1000px) {
    html .auth-subscription:after {
        margin-top:-30px;
        margin-left: -30px;
        width: 60px;
        height: 60px;
        background-size: 60px 60px
    }
}

.auth-subscription_animated {
    height: 700px;
    height: 100vh;
    overflow: hidden;
    cursor: default;
    pointer-events: none
}

.auth-subscription_animated:before {
    opacity: 1;
    visibility: visible
}

.auth-subscription_animated:after {
    opacity: 1;
    visibility: visible;
    -webkit-animation: auth-spinner .7s linear infinite;
    -o-animation: auth-spinner .7s linear infinite;
    animation: auth-spinner .7s linear infinite
}

@media only screen and (max-width: 1000px) {
    html .auth-subscription {
        margin-top:36px;
        margin-bottom: 35px
    }
}

.auth-subscription:first-child {
    margin-top: 0
}

.auth-subscription:last-child {
    margin-bottom: 0
}

.auth-bonus {
    position: relative;
    margin-top: 26px;
    margin-bottom: 12px
}

.auth-bonus:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 100;
    -o-transition: opacity .2s ease,visibility .2s ease;
    transition: opacity .2s ease,visibility .2s ease;
    opacity: 0;
    visibility: hidden
}

.auth-bonus:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    background-image: url(/images/auth/i-spinner-yellow-alter.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 120px 120px;
    z-index: 101;
    opacity: 0;
    visibility: hidden
}

@media only screen and (max-width: 1000px) {
    html .auth-bonus:after {
        margin-top:-30px;
        margin-left: -30px;
        width: 60px;
        height: 60px;
        background-size: 60px 60px
    }
}

.auth-bonus_animated {
    height: 700px;
    height: 100vh;
    overflow: hidden;
    cursor: default;
    pointer-events: none
}

.auth-bonus_animated:before {
    opacity: 1;
    visibility: visible
}

.auth-bonus_animated:after {
    opacity: 1;
    visibility: visible;
    -webkit-animation: auth-spinner .7s linear infinite;
    -o-animation: auth-spinner .7s linear infinite;
    animation: auth-spinner .7s linear infinite
}

@media only screen and (max-width: 1000px) {
    html .auth-bonus {
        margin-top:-6px;
        margin-bottom: 12px
    }
}

.auth-bonus .auth-form__balance:first-child {
    margin-top: -20px
}

@media only screen and (max-width: 1000px) {
    html .auth-bonus .auth-form__balance:first-child {
        margin-top:0
    }
}

.auth-bonus .auth-form__infobox:first-child {
    margin-top: -28px
}

@media only screen and (max-width: 1000px) {
    html .auth-bonus .auth-form__infobox:first-child {
        margin-top:0
    }
}

[class*=auth][class*=_width_xxxxs] {
    width: 75px
}

[class*=auth][class*=_width_xxxxss] {
    width: 90px
}

[class*=auth][class*=_width_xxxxsss] {
    width: 60px
}

[class*=auth][class*=_width_xxxxssss] {
    width: 50px
}

[class*=auth][class*=_width_xxxxsssss] {
    width: 40px
}

[class*=auth][class*=_width_xxxxsssm] {
    width: 58px
}

[class*=auth][class*=_width_xxxxsssmm] {
    width: 54px
}

[class*=auth][class*=_width_xxxxsssl] {
    width: 64px
}

[class*=auth][class*=_width_xxxxssl] {
    width: 72px
}

[class*=auth][class*=_width_xxxxssll] {
    width: 83px
}

[class*=auth][class*=_width_xxxxssm] {
    width: 92px
}

[class*=auth][class*=_width_xxxxssmm] {
    width: 94px
}

[class*=auth][class*=_width_xxxs] {
    width: 115px
}

[class*=auth][class*=_width_xxxss] {
    width: 124px
}

[class*=auth][class*=_width_xxxsss] {
    width: 132px
}

[class*=auth][class*=_width_xxxsm] {
    width: 120px
}

[class*=auth][class*=_width_xxs] {
    width: 220px
}

[class*=auth][class*=_width_xxsm] {
    width: 208px
}

[class*=auth][class*=_width_xxss] {
    width: 200px
}

[class*=auth][class*=_width_xxsss] {
    width: 150px
}

[class*=auth][class*=_width_xxssss] {
    width: 145px
}

[class*=auth][class*=_width_xxsssss] {
    width: 140px
}

[class*=auth][class*=_width_xxssm] {
    width: 180px
}

[class*=auth][class*=_width_xxssmm] {
    width: 162px
}

[class*=auth][class*=_width_xxssmmm] {
    width: 172px
}

[class*=auth][class*=_width_xxssmmmm] {
    width: 174px
}

[class*=auth][class*=_width_xs] {
    width: 230px
}

[class*=auth][class*=_width_xss] {
    width: 224px
}

[class*=auth][class*=_width_s] {
    width: 310px
}

[class*=auth][class*=_width_ss] {
    width: 250px
}

[class*=auth][class*=_width_sss] {
    width: 240px
}

[class*=auth][class*=_width_ssss] {
    width: 235px
}

[class*=auth][class*=_width_ssm] {
    width: 270px
}

[class*=auth][class*=_width_sssm] {
    width: 288px
}

[class*=auth][class*=_width_sm] {
    width: 296px
}

[class*=auth][class*=_width_smm] {
    width: 304px
}

[class*=auth][class*=_width_m] {
    width: 370px
}

[class*=auth][class*=_width_mm] {
    width: 320px
}

[class*=auth][class*=_width_mmm] {
    width: 330px
}

[class*=auth][class*=_width_mmmm] {
    width: 368px
}

[class*=auth][class*=_width_l] {
    width: 460px
}

[class*=auth][class*=_width_ll] {
    width: 406px
}

[class*=auth][class*=_width_lll] {
    width: 454px
}

[class*=auth][class*=_width_xl] {
    width: 480px
}

[class*=auth][class*=_width_xxl] {
    width: 695px
}

[class*=auth][class*=_width_xxll] {
    width: 590px
}

[class*=auth][class*=_width_xxlll] {
    width: 500px
}

[class*=auth][class*=_width_xxllll] {
    width: 486px
}

[class*=auth][class*=_width_xxlm] {
    width: 560px
}

[class*=auth][class*=_width_xxlmm] {
    width: 530px
}

[class*=auth][class*=_width_xxllm] {
    width: 684px
}

[class*=auth][class*=_width_xxllml] {
    width: 664px
}

[class*=auth][class*=_width_xxllmm] {
    width: 620px
}

[class*=auth][class*=_width_xxxl] {
    width: 760px
}

[class*=auth][class*=_width_xxxll] {
    width: 928px
}

[class*=auth][class*=_width_xxxxl] {
    width: 940px
}

[class*=auth][class*=_width_xxxxll] {
    width: 783px
}

[class*=auth][class*=_width_xxxxlll] {
    width: 912px
}

[class*=auth][class*=_width_xxxxllll] {
    width: 1440px
}

[class*=auth][class*=_width_auto] {
    width: auto
}

[class*=auth][class*=_width_full] {
    width: 100%
}

[class*=auth][class*=_height_xxxxs] {
    height: 70px
}

[class*=auth][class*=_height_xxxxss] {
    height: 60px
}

[class*=auth][class*=_height_xxxxsss] {
    height: 40px
}

[class*=auth][class*=_height_xxxs] {
    height: 80px
}

[class*=auth][class*=_height_xxs] {
    height: 90px
}

[class*=auth][class*=_height_xs] {
    height: 140px
}

[class*=auth][class*=_height_xss] {
    height: 112px
}

[class*=auth][class*=_height_s] {
    height: 200px
}

[class*=auth][class*=_height_m] {
    height: 290px
}

[class*=auth][class*=_height_l] {
    height: 360px
}

[class*=auth][class*=_height_xl] {
    height: 480px
}

[class*=auth][class*=_height_xxl] {
    height: 500px
}

[class*=auth][class*=_height_xxxl] {
    height: 570px
}

[class*=auth][class*=_height_xxxxl] {
    height: 695px
}

[class*=auth][class*=_height_auto] {
    height: auto
}

[class*=auth][class*=_height_full] {
    height: 100%
}

[class*=auth][class*=_min-width_xxxxs] {
    min-width: 75px
}

[class*=auth][class*=_min-width_xxxxss] {
    min-width: 90px
}

[class*=auth][class*=_min-width_xxxxsss] {
    min-width: 60px
}

[class*=auth][class*=_min-width_xxxxssss] {
    min-width: 50px
}

[class*=auth][class*=_min-width_xxxxsssss] {
    min-width: 40px
}

[class*=auth][class*=_min-width_xxxxsssm] {
    min-width: 58px
}

[class*=auth][class*=_min-width_xxxxsssmm] {
    min-width: 54px
}

[class*=auth][class*=_min-width_xxxxsssl] {
    min-width: 64px
}

[class*=auth][class*=_min-width_xxxxssl] {
    min-width: 72px
}

[class*=auth][class*=_min-width_xxxxssll] {
    min-width: 83px
}

[class*=auth][class*=_min-width_xxxxssm] {
    min-width: 92px
}

[class*=auth][class*=_min-width_xxxxssmm] {
    min-width: 94px
}

[class*=auth][class*=_min-width_xxxs] {
    min-width: 115px
}

[class*=auth][class*=_min-width_xxxss] {
    min-width: 124px
}

[class*=auth][class*=_min-width_xxxsss] {
    min-width: 132px
}

[class*=auth][class*=_min-width_xxxsm] {
    min-width: 120px
}

[class*=auth][class*=_min-width_xxs] {
    min-width: 220px
}

[class*=auth][class*=_min-width_xxsm] {
    min-width: 208px
}

[class*=auth][class*=_min-width_xxss] {
    min-width: 200px
}

[class*=auth][class*=_min-width_xxsss] {
    min-width: 150px
}

[class*=auth][class*=_min-width_xxssss] {
    min-width: 145px
}

[class*=auth][class*=_min-width_xxsssss] {
    min-width: 140px
}

[class*=auth][class*=_min-width_xxssm] {
    min-width: 180px
}

[class*=auth][class*=_min-width_xxssmm] {
    min-width: 162px
}

[class*=auth][class*=_min-width_xxssmmm] {
    min-width: 172px
}

[class*=auth][class*=_min-width_xxssmmmm] {
    min-width: 174px
}

[class*=auth][class*=_min-width_xs] {
    min-width: 230px
}

[class*=auth][class*=_min-width_xss] {
    min-width: 224px
}

[class*=auth][class*=_min-width_s] {
    min-width: 310px
}

[class*=auth][class*=_min-width_ss] {
    min-width: 250px
}

[class*=auth][class*=_min-width_sss] {
    min-width: 240px
}

[class*=auth][class*=_min-width_ssss] {
    min-width: 235px
}

[class*=auth][class*=_min-width_ssm] {
    min-width: 270px
}

[class*=auth][class*=_min-width_sssm] {
    min-width: 288px
}

[class*=auth][class*=_min-width_sm] {
    min-width: 296px
}

[class*=auth][class*=_min-width_smm] {
    min-width: 304px
}

[class*=auth][class*=_min-width_m] {
    min-width: 370px
}

[class*=auth][class*=_min-width_mm] {
    min-width: 320px
}

[class*=auth][class*=_min-width_mmm] {
    min-width: 330px
}

[class*=auth][class*=_min-width_mmmm] {
    min-width: 368px
}

[class*=auth][class*=_min-width_l] {
    min-width: 460px
}

[class*=auth][class*=_min-width_ll] {
    min-width: 406px
}

[class*=auth][class*=_min-width_lll] {
    min-width: 454px
}

[class*=auth][class*=_min-width_xl] {
    min-width: 480px
}

[class*=auth][class*=_min-width_xxl] {
    min-width: 695px
}

[class*=auth][class*=_min-width_xxll] {
    min-width: 590px
}

[class*=auth][class*=_min-width_xxlll] {
    min-width: 500px
}

[class*=auth][class*=_min-width_xxllll] {
    min-width: 486px
}

[class*=auth][class*=_min-width_xxlm] {
    min-width: 560px
}

[class*=auth][class*=_min-width_xxlmm] {
    min-width: 530px
}

[class*=auth][class*=_min-width_xxllm] {
    min-width: 684px
}

[class*=auth][class*=_min-width_xxllml] {
    min-width: 664px
}

[class*=auth][class*=_min-width_xxllmm] {
    min-width: 620px
}

[class*=auth][class*=_min-width_xxxl] {
    min-width: 760px
}

[class*=auth][class*=_min-width_xxxll] {
    min-width: 928px
}

[class*=auth][class*=_min-width_xxxxl] {
    min-width: 940px
}

[class*=auth][class*=_min-width_xxxxll] {
    min-width: 783px
}

[class*=auth][class*=_min-width_xxxxlll] {
    min-width: 912px
}

[class*=auth][class*=_min-width_xxxxllll] {
    min-width: 1440px
}

[class*=auth][class*=_min-width_auto] {
    min-width: 0
}

[class*=auth][class*=_min-width_full] {
    min-width: 100%
}

[class*=auth][class*=_min-height_xxxxs] {
    min-height: 70px
}

[class*=auth][class*=_min-height_xxxxss] {
    min-height: 60px
}

[class*=auth][class*=_min-height_xxxxsss] {
    min-height: 40px
}

[class*=auth][class*=_min-height_xxxs] {
    min-height: 80px
}

[class*=auth][class*=_min-height_xxs] {
    min-height: 90px
}

[class*=auth][class*=_min-height_xs] {
    min-height: 140px
}

[class*=auth][class*=_min-height_xss] {
    min-height: 112px
}

[class*=auth][class*=_min-height_s] {
    min-height: 200px
}

[class*=auth][class*=_min-height_m] {
    min-height: 290px
}

[class*=auth][class*=_min-height_l] {
    min-height: 360px
}

[class*=auth][class*=_min-height_xl] {
    min-height: 480px
}

[class*=auth][class*=_min-height_xxl] {
    min-height: 500px
}

[class*=auth][class*=_min-height_xxxl] {
    min-height: 570px
}

[class*=auth][class*=_min-height_xxxxl] {
    min-height: 695px
}

[class*=auth][class*=_min-height_auto] {
    min-height: 0
}

[class*=auth][class*=_min-height_full] {
    min-height: 100%
}

[class*=auth][class*=_max-width_xxxxs] {
    max-width: 75px
}

[class*=auth][class*=_max-width_xxxxss] {
    max-width: 90px
}

[class*=auth][class*=_max-width_xxxxsss] {
    max-width: 60px
}

[class*=auth][class*=_max-width_xxxxssss] {
    max-width: 50px
}

[class*=auth][class*=_max-width_xxxxsssss] {
    max-width: 40px
}

[class*=auth][class*=_max-width_xxxxsssm] {
    max-width: 58px
}

[class*=auth][class*=_max-width_xxxxsssmm] {
    max-width: 54px
}

[class*=auth][class*=_max-width_xxxxsssl] {
    max-width: 64px
}

[class*=auth][class*=_max-width_xxxxssl] {
    max-width: 72px
}

[class*=auth][class*=_max-width_xxxxssll] {
    max-width: 83px
}

[class*=auth][class*=_max-width_xxxxssm] {
    max-width: 92px
}

[class*=auth][class*=_max-width_xxxxssmm] {
    max-width: 94px
}

[class*=auth][class*=_max-width_xxxs] {
    max-width: 115px
}

[class*=auth][class*=_max-width_xxxss] {
    max-width: 124px
}

[class*=auth][class*=_max-width_xxxsss] {
    max-width: 132px
}

[class*=auth][class*=_max-width_xxxsm] {
    max-width: 120px
}

[class*=auth][class*=_max-width_xxs] {
    max-width: 220px
}

[class*=auth][class*=_max-width_xxsm] {
    max-width: 208px
}

[class*=auth][class*=_max-width_xxss] {
    max-width: 200px
}

[class*=auth][class*=_max-width_xxsss] {
    max-width: 150px
}

[class*=auth][class*=_max-width_xxssss] {
    max-width: 145px
}

[class*=auth][class*=_max-width_xxsssss] {
    max-width: 140px
}

[class*=auth][class*=_max-width_xxssm] {
    max-width: 180px
}

[class*=auth][class*=_max-width_xxssmm] {
    max-width: 162px
}

[class*=auth][class*=_max-width_xxssmmm] {
    max-width: 172px
}

[class*=auth][class*=_max-width_xxssmmmm] {
    max-width: 174px
}

[class*=auth][class*=_max-width_xs] {
    max-width: 230px
}

[class*=auth][class*=_max-width_xss] {
    max-width: 224px
}

[class*=auth][class*=_max-width_s] {
    max-width: 310px
}

[class*=auth][class*=_max-width_ss] {
    max-width: 250px
}

[class*=auth][class*=_max-width_sss] {
    max-width: 240px
}

[class*=auth][class*=_max-width_ssss] {
    max-width: 235px
}

[class*=auth][class*=_max-width_ssm] {
    max-width: 270px
}

[class*=auth][class*=_max-width_sssm] {
    max-width: 288px
}

[class*=auth][class*=_max-width_sm] {
    max-width: 296px
}

[class*=auth][class*=_max-width_smm] {
    max-width: 304px
}

[class*=auth][class*=_max-width_m] {
    max-width: 370px
}

[class*=auth][class*=_max-width_mm] {
    max-width: 320px
}

[class*=auth][class*=_max-width_mmm] {
    max-width: 330px
}

[class*=auth][class*=_max-width_mmmm] {
    max-width: 368px
}

[class*=auth][class*=_max-width_l] {
    max-width: 460px
}

[class*=auth][class*=_max-width_ll] {
    max-width: 406px
}

[class*=auth][class*=_max-width_lll] {
    max-width: 454px
}

[class*=auth][class*=_max-width_xl] {
    max-width: 480px
}

[class*=auth][class*=_max-width_xxl] {
    max-width: 695px
}

[class*=auth][class*=_max-width_xxll] {
    max-width: 590px
}

[class*=auth][class*=_max-width_xxlll] {
    max-width: 500px
}

[class*=auth][class*=_max-width_xxllll] {
    max-width: 486px
}

[class*=auth][class*=_max-width_xxlm] {
    max-width: 560px
}

[class*=auth][class*=_max-width_xxlmm] {
    max-width: 530px
}

[class*=auth][class*=_max-width_xxllm] {
    max-width: 684px
}

[class*=auth][class*=_max-width_xxllml] {
    max-width: 664px
}

[class*=auth][class*=_max-width_xxllmm] {
    max-width: 620px
}

[class*=auth][class*=_max-width_xxxl] {
    max-width: 760px
}

[class*=auth][class*=_max-width_xxxll] {
    max-width: 928px
}

[class*=auth][class*=_max-width_xxxxl] {
    max-width: 940px
}

[class*=auth][class*=_max-width_xxxxll] {
    max-width: 783px
}

[class*=auth][class*=_max-width_xxxxlll] {
    max-width: 912px
}

[class*=auth][class*=_max-width_xxxxllll] {
    max-width: 1440px
}

[class*=auth][class*=_max-width_auto] {
    max-width: none
}

[class*=auth][class*=_max-width_full] {
    max-width: 100%
}

[class*=auth][class*=_max-height_xxxxs] {
    max-height: 70px
}

[class*=auth][class*=_max-height_xxxxss] {
    max-height: 60px
}

[class*=auth][class*=_max-height_xxxxsss] {
    max-height: 40px
}

[class*=auth][class*=_max-height_xxxs] {
    max-height: 80px
}

[class*=auth][class*=_max-height_xxs] {
    max-height: 90px
}

[class*=auth][class*=_max-height_xs] {
    max-height: 140px
}

[class*=auth][class*=_max-height_xss] {
    max-height: 112px
}

[class*=auth][class*=_max-height_s] {
    max-height: 200px
}

[class*=auth][class*=_max-height_m] {
    max-height: 290px
}

[class*=auth][class*=_max-height_l] {
    max-height: 360px
}

[class*=auth][class*=_max-height_xl] {
    max-height: 480px
}

[class*=auth][class*=_max-height_xxl] {
    max-height: 500px
}

[class*=auth][class*=_max-height_xxxl] {
    max-height: 570px
}

[class*=auth][class*=_max-height_xxxxl] {
    max-height: 695px
}

[class*=auth][class*=_max-height_auto] {
    max-height: none
}

[class*=auth][class*=_max-height_full] {
    max-height: 100%
}
