/* ШАПКА */
    .uc-search .t838__input {
        height: 50px;
    }

    @media screen and (max-width: 1200px) {
        .uc-menu .t396__artboard {
            padding: 10px !important;
        } 
    }

/*ПОДВАЛ*/
    .uc-footer a {
        transition: color 0.2s ease-out !important;
    }
    .uc-footer a:hover {
        color: #0484ff !important;
    }
    /*.uc-footer-form .t-checkbox__control_flex {*/
    /*    justify-content: center;*/
    /*}*/
    .uc-form-mail .t-checkbox__control {
        justify-content: center;
    }
    .uc-form-mail .t-checkbox__labeltext {
        max-width: 150px;
        font-size: 12px;
        line-height: 1;
    }
    .uc-form-mail .t-submit {
        box-shadow: 0 4px 10px 0 #1c59ff !important;
    }
    .uc-form-mail .t-submit:hover {
        box-shadow: 0 8px 15px 0 #1c59ffcc !important;
    }
    
/**/

/*заголовки*/
    /*@media screen and (max-width: 480px) {*/
        .uc-title .t469__title {
            margin-bottom: 20px;
        }

    /*}*/

/* ***** МАГАЗИН ****** */
/*слайдер бар*/
    /*вертикальная линия*/
    @media screen and (min-width: 960px) {
        .uc-shop .t951__sidebar {
            border-right: 1px solid #ededed;
            padding: 5px;
        }
    }
    .uc-shop .t-store__parts-tree-expander svg,
    .uc-shop .t-store__parts-item-arrow {
        transform: translateY(-1px) scale(1.4) rotate(-90deg);
        transition: none;
    }
    .uc-shop .t-store__parts-tree-expander,
    .uc-shop .t-store__parts-item-arrow {
        border-radius: 100%;
        background-color: #a7c5ed3b;
    }
    /*линии между разделами*/
    .uc-shop .t-store__parts-tree-node {
        border-top: 1px solid #cccccc;
    }
    .uc-shop .t-store__parts-tree-children .t-store__parts-tree-node {
        border: none;
    }

/*карточки*/
    /*старая цена*/
    .uc-shop .t-store__card__price_old {
        transform: rotate(10deg) translate(-20px, -4px);
        position: absolute;
    }
    @media screen and (max-width: 1200px) {
        .uc-shop .t-store__card__price_old {
            width: 60px;
            font-size: 14px !important;
            transform: rotate(7deg) translate(-45px, -4px);
            position: absolute;
        }  
    }
    /*вид карточки*/
    .uc-shop .t-store__card {
        position: relative;
        /*border-radius: 20px;*/
        padding-bottom: 10px;
        transition: transform .2s ease-out;
        /*min-height: 430px;*/
    }
    .uc-shop .t-store__card a {
        background-color: #fbfbfb;
        border-radius: 15px 15px 0 0;
    }
    .uc-shop .t-store__card__wrap_txt-and-btns {
        background-color: #fbfbfb;
        border-radius: 0 0 15px 15px;
    }
    .uc-shop .t-store__card:hover {
        transform: scale(1.02);
    }
    @media screen and (min-width: 960px) {
        .uc-shop .t-store__card::after {
            content: '';
            position: absolute;
            width: calc(100% - 20px);
            height: calc(100% - 10px);
            z-index: 100;
            border-radius: 15px;
            pointer-events: none;
            box-shadow: 0 0 10px -4px #0038ff40;
            opacity: 0;
            transition: opacity .2s ease-out;
        }
        .uc-shop .t-store__card:hover::after {
            opacity: 1;
        }
    }
    /*опции в карточке*/
    .uc-shop .t-store__card__prod-controls-wrapper {
        padding: 0;
    }
    .uc-shop .store__card__wrap_txt-and-opts {
        margin: 0;
    }
    .uc-shop .t-product__option {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        column-gap: 5px !important;
    }
    /*цена в карточке*/
    .uc-shop .t-store__card__price-wrapper {
        margin-bottom: 15px;
    }
    /*надпись "нет в наличии"*/
    .uc-shop .t-store__prod-popup__btn_disabled {
        border: 0;
        color: red !important;
    }
    .uc-shop .t-store__prod-popup__btn_disabled .t-btnflex__icon {
        display: none;
    }
    /*бирка фильтр*/
    .uc-shop .t-store__filter__chosen-bar {
        bottom: 90px;
    }
    /*количество страниц*/
    .uc-shop .t-store__pagination__item {
        position: relative;
        /*border: 1px solid #a7c5ed6b;*/
    }
    .uc-shop .t-store__pagination__item:not(.t-store__pagination__item_active)::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        border: 1px solid #a7c5ed6b;
        border-radius: 100%;
        box-sizing: border-box;
    }
    /*.t-store__pagination__item:not(.t-store__pagination__item_active):not(:hover) {*/
    /*    border: 1px solid #a7c5ed6b;*/
    /*}*/
    .uc-shop .t-store__pagination__item_active {
        background-color: #a7c5ed6b;
    }
/*попап*/
    
    .uc-shop [data-tab-title="ВАЖНАЯ ИНФОРМАЦИЯ"] {
        background-color: #ff000010;
    }
    .uc-shop [data-tab-title="ВАЖНАЯ ИНФОРМАЦИЯ"] .t-store__tabs__item-title {
        color: #ff0000 !important;
    }
    /*отступ в табах*/
    .uc-shop .t-store__tabs__item-button,
    .uc-shop .t-store__tabs__content {
        padding-left: 10px !important;
    }
    /*фон popup*/
    .uc-shop .t-popup {
        backdrop-filter: blur(4px);
    }
    .uc-shop .t-store__prod-popup__text {
        text-align: left;
    }
    /*выравнивание табов*/
    .uc-shop .t-store__tabs {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    /*маленькие картинки*/
    .uc-shop .t-slds__thumbsbullet-wrapper {
        display: flex;
        justify-content: center;
    }
    
    

/*корзина*/
    .uc-basket .t706__sidebar-bottom .t-btn {
        /*position: relative;*/
    }
    .uc-basket .t706__sidebar-bottom .t-btnflex__text,
    .uc-basket .t706__cartpage-open-form-wrap .t-btnflex__text {
        color: transparent;
    }
    .uc-basket .t706__sidebar-bottom .t-btnflex__text::after,
    .uc-basket .t706__cartpage-open-form-wrap .t-btnflex__text::after {
        content: 'Подтвердить заказ';
        display: flex;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 auto;
        color: #ffffff;
        align-items: center;
        justify-content: center;
        pointer-events: none;
    }
    .uc-basket .t706__cartpage-open-form-wrap .t-btn {
        min-width: 320px;
    }
    /*popup*/
    .uc-basket .t706__cartpage-content {
        flex-direction: column-reverse;
        align-items: center;
    }

    @media screen and (max-width: 960px) {
        .uc-basket .t706__cartpage-content {
            flex-direction: column;
        }
    }

    .uc-basket .t-input_bbonly,
    .uc-basket .t-select_bbonly {
        box-shadow: 0 8px 20px -16px #1C59FF;
        padding: 0 10px !important;
    }
    .uc-basket .t-input-group_tx {
        text-align: center;
        background: #ff000005;
        border-radius: 10px;
        padding: 5px 10px;
        transform: translateY(-25px);
        margin-bottom: 0px !important;
        line-height: 1;
    }
    .uc-basket .t-inputpromocode__btn {
        background-image: linear-gradient(270deg,#e934fc,#ff8e43,#ffc700,#ff5e4f) !important;
        border-radius: 100px;
        width: 80px;
        padding: 0 30px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        background-size: 400% 200% !important;
        animation: 6s infinite dbm-animation;
    }
    @keyframes dbm-animation {
        0% {
            background-position: 0%;
        }
        80% {
            background-position: 80%;
        }
        100% {
            background-position: 0%;
        }
    }
    
    .uc-basket .t-inputpromocode {
        border-radius: 500px !important;
        box-shadow: none !important;
        border: 1px solid red !important;
        background: linear-gradient(0deg, #ff000030, transparent 30%);
    }