/* МЕНЮ */
/* отступ мобильного меню */
.uc-menu-mobile .t450__container.t-align_left {
    padding: 40px 25px 25px !important;
}



/* нижний бордюр у карточек */
.border-bottom-blue {
    border-bottom: 2px solid #073861 !important;
    border-radius: 12px !important;
}

/* пункты меню при наведении */
.menu-hov div:hover {
    color: #D97700 !important;
    transition: background-color 0.3s ease-in-out,color 0.3s ease-in-out,border-color 0.3s ease-in-out !important;
}

/* цвет описания в открытом меню мобильной версии */
.t450__right_descr.t-descr.t-descr_xs {
    color: #184A74 !important;
}

/* отступ сверху пунктов меню в мобильной версии */
.t450__container.t-align_left {
    padding: 70px 25px 25px !important;
}


/* чекбоксы согласия */
label.t-checkbox__control.t-checkbox__control_flex.t-text.t-text_xs {
    font-size: 11px !important;
    line-height: 1.4 !important;
    align-items: flex-start !important;
}

/* подложка у иконки закрытия в попапах */
.t-popup__close.t-popup__block-close {
    background: #151a23 !important;
}

/* фон попап окна после отправки формы */
.t-form-success-popup_new .t-form-success-popup__wrapper {
    background-color: #1a1f2b !important;
}

.t-form-success-popup_new .t-form-success-popup__button {
    background-color: #e18414 !important;
    border-radius: 12px !important;
    transition-duration: 0.3s !important;
}

.t-form-success-popup_new .t-form-success-popup__button:hover {
    background-color: #bf6e0c !important;    
}



/* ТАРИФЫ */
.uc-tariffs-border .t1069 .t-card__descr li {
    border-bottom: 1px solid #ffffff20 !important;
    text-align: left !important;
    padding: 12px 0px 12px 0px !important;
}

.uc-tariffs-border .t-card__title.t-name.t-name_lg,
.uc-tariffs-border .t-card__uptitle.t-descr.t-descr_xxs,
.uc-tariffs-border .t1069__price.t-title.t-title_xs,
.uc-tariffs-border .t-card__descr.t-descr.t-descr_xs,
.uc-tariffs-border .t1069__content {
    text-align: left !important;
}

.uc-tariffs-border .t1069__price.t-title.t-title_xs {
    margin-top: 10px !important;
}

.uc-tariffs-border .t-card__uptitle.t-descr.t-descr_xxs {
    margin-left: 0px !important;
}

.uc-tariffs-border .t1069__col.t-card__col.t-col.t-col_4.t-align_center {
    margin-bottom: 10px !important;
}



/* БЕГУЩАЯ СТРОКА С ИКОНКАМИ */
.uc-beguzh-icon .t1003__bgimg.t-bgimg.loaded {
    width: 30px !important;
    height: 120% !important;
}



/* КОРЗИНА */
.uc-korzina .t706__cartwin-content {
    background-color: #151a23 !important;
}

.uc-korzina .t706__product-title,
.uc-korzina .t706__product-amount, .t706__product-amount--portion,
.uc-korzina .t706__cartwin-prodamount-wrap,
.uc-korzina .t706__cartwin-totalamount-wrap {
    color: #fff !important;
}

.uc-korzina .t706__cartwin-top {
    border-bottom: 1px solid rgba(255,255,255,.2) !important;
}

.uc-korzina .t706__cartwin-bottom {
    border-top: 1px solid rgba(255,255,255,.2) !important;
}

/* поле промокод */
.uc-korzina .t-inputpromocode__btn.t-btn.t-btn_md {
    background: #3992dc !important;
    transition-duration: 0.2s !important;
}

.uc-korzina .t-inputpromocode__btn.t-btn.t-btn_md:hover {
    background: #184a74 !important;
}

/* скругление фото тарифов */
.uc-korzina .t706__product-imgdiv {
    border-radius: 15px !important;
    background-color: #151a23 !important;
}





@media screen and (max-width: 480px) {
    .uc-korzina .t706__cartwin-content {
        border-radius: 0px !important;
    }
}