<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.al-shadow-box
{
    width: 250px;
    box-shadow: 0 0 3em 0 rgba(0,0,0,.1);
    padding: 2em;
    margin: 0 auto;
    background: #ffffff;
}

.al-login-form input {outline: none;}
.al-login-form input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important; /* Ð¦Ð²ÐµÑ‚ Ñ„Ð¾Ð½Ð° */
    -webkit-text-fill-color: #999 !important; /* Ñ†Ð²ÐµÑ‚ Ñ‚ÐµÐºÑÑ‚Ð° */
}

.al-login-bg
{
    background-image: url(./image/mountain-img.jpg);
    padding-bottom: 10em;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.al-login-form
{
    opacity: 0;
    transition: opacity .6s ease-out;
    text-align: center;
    width: 400px;
    padding: 3em 4em;
}

.al-login-form__title
{
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 1.5em;
}

.al-login-form__main-title
{
    font-size: 2em;
    font-weight: 500;
    margin-bottom: 1em;
}

.al-login-form__step-container
{
    /*margin-bottom: 1.5em;*/
}

.al-login-form__btn
{
    width: 100%;
    background: #6ac8c7;
    padding: .7em 0;
    font-size: 1.3em;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    transition: opacity .5s ease;
    display: block;
}


.al-login-form .al-login-form__btn:hover
{
    -webkit-box-shadow: 0 0 5px rgba(41, 41, 42, 0.46);
    -moz-box-shadow: 0 0 5px rgba(41, 41, 42, 0.46);
    box-shadow: 0 0 5px rgba(41, 41, 42, 0.46);
    color: #ffffff;
}

.al-login-form_active
{
    opacity: 1;
}

.al-login-form__step
{
    display: none;
}

.al-login-form__step_active
{
    display: block;
}

.al-login-form__input-wrapper
{
    background: #fff;
    letter-spacing: .03rem;
    padding: .5rem 0;
    color: #000;
    border: 1px solid #79cdcc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .88rem;
    border-radius: 2px;
    cursor: text;
    align-items: center;
}

.al-login-form__input-wrapper input
{
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: .88rem;
    color: #231f20;
    font-family: Roboto,sans-serif;
    line-height: 24px;
    background: transparent;
    max-width: 100%;
    padding: 0 16px;
    text-overflow: ellipsis;
    border: none;
}

.al-login-form__input-wrapper .flag
{
    margin-left: 16px;
}

.al-help-b
{
    margin-left: 3em;
}

.al-help-b__title-wrapper
{
    display: flex;
    align-items: center;
    padding-bottom: .9em;
    position: relative;
    margin-bottom: 1.4em;
}

.al-help-b__title-wrapper:before
{
    position: absolute;
    content: "";
    display: block;
    border-top: 1px solid #000;
    bottom: 0;
    width: 40px;
}

.al-help-b__title-text
{
    font-size: 1.3em;
    margin-left: .6em;
    font-weight: 500;
    text-transform: uppercase;
}

.al-help-b__title-text p
{
    margin-bottom: 1.1em;
    font-weight: 400;
}

.al-help-b__btn
{
    width: 100%;
    text-align: center;
    background: #6ac8c7;
    padding: .7em 0;
    font-size: 1.3em;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    transition: opacity .5s ease;
    margin-bottom: .7em;
}

.al-help-b__btn:hover
{
    opacity: 1;
    -webkit-box-shadow: 0 0 5px rgba(41, 41, 42, 0.46);
    -moz-box-shadow: 0 0 5px rgba(41, 41, 42, 0.46);
    box-shadow: 0 0 5px rgba(41, 41, 42, 0.46);
}

.flex-center
{
    justify-content: center;
}

.al-login-form__input-wrapper_error
{
    border-color: #a94442;
    animation: error-border 5s;
}

@keyframes error-border {
    0% {
        border-color: #a94442;
    }

    100% {
        border-color: #79cdcc;
    }
}


.al-login-form__error-container
{
    min-height: 1.1em;
    line-height: 1.1em;
    font-size: 1em;
    padding: .5em 0;
    margin: .5em 0;
    color: #a94442;
    background: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: .1em;
    font-weight: 500;
    opacity: 0;
}

.al-login-form__error-container_animate
{
    animation: pulse-error 1s;
}


@keyframes pulse-error {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(169,68,66, 0.4);
        box-shadow: 0 0 0 0 rgba(169,68,66, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(169,68,66, 0);
        box-shadow: 0 0 0 10px rgba(169,68,66, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(169,68,66, 0);
        box-shadow: 0 0 0 0 rgba(169,68,66, 0);
    }
}


@keyframes pulse-success {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(60,118,61, 0.4);
        box-shadow: 0 0 0 0 rgba(60,118,61, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(60,118,61, 0);
        box-shadow: 0 0 0 10px rgba(60,118,61, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(60,118,61, 0);
        box-shadow: 0 0 0 0 rgba(60,118,61, 0);
    }
}

@keyframes pulse-info {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(49,112,143, 0.4);
        box-shadow: 0 0 0 0 rgba(49,112,143, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(49,112,143, 0);
        box-shadow: 0 0 0 10px rgba(49,112,143, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(49,112,143, 0);
        box-shadow: 0 0 0 0 rgba(49,112,143, 0);
    }
}

.al-login-form__error-container_success
{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.al-login-form__error-container_info
{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.al-login-form__error-container_success.al-login-form__error-container_animate
{
    animation: pulse-success 1s;
}

.al-login-form__error-container_info.al-login-form__error-container_animate
{
    animation: pulse-info 1s;
}



.al-login-form__current-phone-container:hover
{
    border: 1px solid #ddd;
    background: #fbfbfb;
}

.al-login-form__current-phone-container
{
    padding: .5rem 0;
    padding-right: 3em;
    cursor: pointer;
    letter-spacing: .03rem;
    display: flex;
    font-size: .88rem;
    border-radius: 2px;
    color: #000;
    border: 1px solid transparent;
    margin-bottom: 1em;
    position: relative;
}

.al-login-form__current-phone-holder
{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
}

.al-login-form__current-p-input
{
    font-size: 18px;
    font-weight: 200;
    margin-right: 1em;
    cursor: pointer;
    color: #231f20;
    font-family: Roboto,sans-serif;
    line-height: 24px;
    background: transparent;
    max-width: 100%;
    padding: 0 16px;
    border: none;
}


@media (max-width: 850px)
{
    .al-help-b
    {
        margin-top: 1em;
        margin-left: 0;
        width: 400px;
    }

    .al-login-container
    {
        flex-direction: column;
    }
}

@media (max-width: 400px)
{
    .al-login-form
    {
        padding: 3em 2em;
        width: 300px;
    }

    .al-help-b
    {
        width: 300px;
    }
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

.al-login-form__loader
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.al-login-form__loader_show
{
    display: inline-block;
}

[data-animation-holder]
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.al-login-form__gap
{
    height: 3.3em;
    width: 100%;
}

.al-color-transparent *
{
    color: transparent !important;
}

.al-help-b__text-link
{
    font-weight: 700;
    color: #79cdcc;
}

.al-help-b a.al-help-b__text-link:hover
{
    text-decoration: underline;
}

@media (max-width: 991px)
{
    .al-help-b__text-link
    {
        color: #79cdcc;
    }
}


.al-help-b__btn_alt
{
    background: #ffffff;
    color: #6ac8c7;
    border: .05em solid #6ac8c7;
    display: none;
    cursor: not-allowed;
}

.al-help-b__btn_alt-show
{
    display: block;
}

.al-help-b__btn_alt-show + .al-help-b__btn
{
    display: none;
}

.text-bold
{
    font-weight: bold;
}</pre></body></html>