

/* Start:/local/templates/pandora/components/bitrix/breadcrumb/.default/style.css?1754655742379*/
.breadcrumb__inner .breadcrumb{
    padding: 8px 0;
}
.breadcrumb__item{
    white-space: nowrap;
}
@media (max-width: 767px) {
    .breadcrumb__inner {
        flex-wrap: nowrap!important;
        overflow-x: auto !important;
        width: 100%;
        padding-top: 0!important;
        margin-bottom: 22px!important;
        margin-top: 20px!important;
    }
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/system.auth.form/auth-form/style.css?175465574210159*/
/* LOGIN */

.breadcrumb__inner{
    padding-top: 30px;
    margin-bottom: 30px;
}

.login{
    padding: 33px 0 83px;
    font-weight: 400;
    font-size: 12px;
}

.login__title{
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.login__title span{
    font-size: 44.188px;
    line-height: 150%;
}

.login__text{
    text-align: center;
    margin-bottom: 48px;
    line-height: 150%;
}
.success-text{
    color: #5EC22F;
}
.error-text{
    color: #EA1340;
}
.more-nfo{
    text-decoration-line: underline!important;
    line-height: 150%;
}

.inner{
    display: flex;
    max-width: 1146px;
    margin: 0 auto;
}

.separator{
    margin-left: auto;
    margin-right: auto;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.20);
}

.login__inner{
    max-width: 415px;
}

.login-form__btns{
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.login-form__btn{
    width: 190px;
    text-align: center;
    padding-bottom: 11px;
    font-size: 24px;
    font-weight: 400;

    color: #27251F;
    opacity: 0.6;
    border-bottom: 1px solid #27251F;
    cursor: pointer;
}

.login-form__btn.mixitup-control-active{
    opacity: 1;
    border-bottom: 4px solid #F2A1B2;
}

.login-forms__inner{
    margin-bottom: 14px;
}

.login-form{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.login-form__input-inner{
    position: relative;
}

.login-form__input-title{
    position: absolute;
    left: 15px;
    top: 10px;
    color: #27251F;
    line-height: 150%;
    opacity: 0.6;
}

.login-form__input{
    width: 100%;
    padding: 30px 0 10px 15px;
    height: 59px;
    border: 1px solid rgba(39, 37, 31, 0.20);
}

.login-form__input::placeholder{
    font-size: 12px;
    line-height: 150%;
    color: rgba(39, 37, 31, 0.20);
    font-weight: 700;
}

.save-checkbox__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.save-checkbox__inner{
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
}

.checkbox{
    width: 18px;
    height: 18px;
    border: 1px solid #27251F;
    border-radius: 0;
    position: relative;
    z-index: 11;
    opacity: 0;
}

.checkbox-view{
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #27251F;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
}

.checkbox-view.add{
    border: none;
    background-image: url("/local/templates/pandora/components/bitrix/system.auth.form/auth-form/images/checkbox.svg");
}

.save-checkbox__link{
    line-height: 150%;
    text-decoration-line: underline!important;
    cursor: pointer;
}

.login__btn{
    padding: 11px 0;
    text-align: center;
    line-height: 150%;

    background: #27251F;
    color: #fff;
    cursor: pointer;
}

.login-with-facebook{
    width: 100%;
    text-align: center;
    padding: 11px 0;
    background: #1877F2;
    color: #FFF;

    margin-bottom: 14px;
    position: relative;
}

.login-with-google{
    width: 100%;
    text-align: center;
    padding: 11px 0;
    border: 1px solid #27251F;
    margin-bottom: 20px;
    position: relative;

}
.login-with-google::before, .login-with-facebook::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 18px;
    top: 9px;
}

.login-with-facebook::before{
    background-image: url("/local/templates/pandora/components/bitrix/system.auth.form/auth-form/images/facebook.svg");
}

.login-with-google::before{
    background-image: url("/local/templates/pandora/components/bitrix/system.auth.form/auth-form/images/google.svg");
}

.login-form__info{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.login-form__text{
    line-height: 150%;
}

.order-status__inner{
    max-width: 415px;
    width: 100%;
}

.order-status__title{
    font-size: 24px;
    color: #27251F;

    padding-bottom: 11px;
    border-bottom: 1px solid rgba(39, 37, 31, 0.20);
    margin-bottom: 20px;
}

.order-status__form-btn{
    padding: 11px 0;
    width: 100%;
    text-align: center;
    border: 1px solid #27251F;

}

.order-status__form{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.login-popup-bg{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.40);
    z-index: 11;
}



.forgot-password-popup, .new-password-popup{
    padding: 20px;
    background: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 433px;
    font-weight: 400;
    font-size: 12px;
    z-index: 13;
}

.forgot-password-popup.close{
    display: none;
}

.popup__title{
    font-size: 18px;

    line-height: 150%;
    font-weight: 700;
}

.popup__head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(39, 37, 31, 0.20);
}

.popup__text{
    margin-bottom: 14px;
    opacity: 0.6;
    line-height: 150%;
}

.forgot-password-form{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.forgot-password-btn{
    padding: 11px 0;
    background: #27251F;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.check-email-mess-bg{
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.40);
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon__inner{
    position: absolute;
    right: 15px;
    top: 21px;
    z-index: 11;
}

.password-icons{
    position: relative;
}

.eye{
    width: 18px;
    height: 18px;
    background-image: url("/local/templates/pandora/components/bitrix/system.auth.form/auth-form/images/close-eye.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 21px;
    right: 15px;
    cursor: pointer;
}



.forgot-password-msg{
    padding: 20px 20px 71px;
    background: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 433px;
    font-weight: 400;
    font-size: 12px;
    z-index: 13;
}

.forgot-password-msg.close{
    display: none;
}


.new-password-msg{
    background: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 433px;
    font-weight: 400;
    font-size: 12px;
    padding: 20px;
    z-index: 11;
}

.new-password-msg.close{
    display: none;
}


.register-checkbox__container{
    gap: 16px;
    display: flex;
}

.register-checkbox__rules{
    color: #27251F;
}

.status{
    background: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 433px;
    font-weight: 400;
    font-size: 12px;
    padding: 20px;
    z-index: 13;
}

.status.close{
    display: none;
}

.status__number-inner{
    display: flex;
    justify-content: space-between;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(39, 37, 31, 0.20);
}

.status__number-title{
    font-size: 12px;
    color: #000;
    line-height: 150%; /* 18px */

    font-weight: 700;
}

.status__number{
    opacity: 0.6;
}

.order-status-title{
    font-size: 12px;
    font-weight: 700;

    margin-bottom: 14px;
}
.order-status__inner-1{
    display: flex;
    align-items: center;
    gap: 32px;
}

.order-status__col{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.order-status__info{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.line{
    width: 1px;
    height: 40px;
    background-color: #F2A1B2;
    margin-top: -1px;
}

.circle{
    margin-top: -1px;
}

.dark{
    background-color: #27251F;
    opacity: .4;
    border-radius: 50%;
}

.order-status__info-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.order-status__text-title{
    font-weight: 700;
    line-height: 150%;

    margin-bottom: 4px;
    font-size: 12px;
}

.order-status__text{
    opacity: 0.6;
    line-height: 150%;
    color: #27251F;
}

.inactive{
    opacity: 0.5;
}

.check-mark-inner{
    top: 20px;
    right: 15px;
}

.line {
    width: 1px;
    height: 44px;
}

.circle{
    width: 19px;
    height: 19px;
    min-width: 19px;
}

@media (max-width: 1279px) {
    .breadcrumb__inner{
        margin-bottom: 60px;
    }

    .login{
        padding-top: 0;
        padding-bottom: 60px;
    }

    .login__title{
        margin-bottom: 20px;
    }

    .login__text{
        margin-bottom: 45px;
    }

    .login-form__btn{
        width: calc(50% - 10px);
    }

    .inner{
        flex-direction: column;
        max-width: 737px;
        margin: 0 auto;
        gap: 60px;
    }

    .login__inner, .order-status__inner {
        width: 100%;
        max-width: none;
    }
    .login-forms__inner, input.login-form__input{
      max-width: 100%;
    }
    .separator{
        width: 100%;
        height: 1px;
    }

    .order-status__title{
        text-align: center;
    }
}

@media (max-width: 767px) {
    .login-form__btn {
        font-size: 16px;
    }
    .login {
        padding-bottom: 40px;
    }

    .breadcrumb__inner{
        margin-bottom: 30px;
    }

    .login__text{
        max-width: 287px;
        margin: 0 auto 9px;
    }

    .inner{
        max-width: 288px;
        margin: 0 auto;
    }

    .forgot-password-popup, .new-password-popup, .status, .forgot-password-msg{
        width: 288px;
    }
}
.bx-auth-serv-icons,.bx-auth-lbl{
    display: none;
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/main.register/registration/style.css?1754655742994*/
.captcha-img-block{
    display: flex;
    align-items: center;
    gap: 20px;
}
.edit-captcha{
    display: flex;
    align-items: center;
    justify-content: center;
}
.edit-captcha img{
    height: 24px;
    width: 24px;
    display: flex;
    transform: rotate(0deg);
    transition: all ease .3s;
}
body .rotate{
    transform: rotate(180deg);
    transition: all ease .3s;
}
.login-form__input-inner.error-input .green-check-mark{
    background-image:url("/local/templates/pandora/images/red-mark.svg");
    background-repeat: no-repeat;
}
.login-form__input-inner.success-input .green-check-mark{
    background-image:url("/local/templates/pandora/images/green-mark.svg");
    background-repeat: no-repeat;
}
.error-text-par{
    display: flex;
}
font.errortext{
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 150%;

    padding-bottom: 10px;
    color:  #EA1340!important;
    display: block;
}
/* End */
/* /local/templates/pandora/components/bitrix/breadcrumb/.default/style.css?1754655742379 */
/* /local/templates/pandora/components/bitrix/system.auth.form/auth-form/style.css?175465574210159 */
/* /local/templates/pandora/components/bitrix/main.register/registration/style.css?1754655742994 */
