:root {
    /* Десктоп под 1920px */
    --grid1920: 1fr 1fr 1fr 1fr 1fr;    /*Количество колонок и их размер.1fr — это одна колонка Можно задать в процентах и пикселях*/
    --gap1920: 40px 20px;                       /*Отступы между карточками. Первое значение — повертикали, второй — по горизонтали*/
    --eightImg1920: 27vh !important;      /*Высота картинки в карточкe
    
    /* Разрешение от 1200px */
    --gridDesktop: 1fr 1fr 1fr 1fr;   
    --gapDesktop: 20px 20px;      
    --eightImgDesktop: 10vh !important;    /* 260px */
    
    /* Разрешение от 640 до 1200px */
    --gridTablet: 1fr 1fr 1fr;
    --gapTablet: 30px 10px;
    --eightImgTablet: 220px !important;
    --fontSizeTitleTablet: 24px;                /*Размер шрифта у заголовка*/
    --fontSizeDescrTablet: 16px;                /*Размер шрифта у описания*/
    --fontSizePriceTablet: 16px;                /*Размер шрифта у цены*/
    --fontSizeOldPriceTablet: 14px;             /*Размер шрифта у старой цены*/
    
    /* Разрешение до 640px */
    --gridMobile: 1fr 1fr;
    --gapMobile: 30px 10px !important;
    --eightImgMobile: 190px !important;
    --fontSizeTitleMobile: 14px;                /*Размер шрифта у заголовка*/
    --fontSizeDescrMobile: 12px;                /*Размер шрифта у описания*/
    --fontSizePriceMobile: 16px;                /*Размер шрифта у цены*/
    --fontSizeOldPriceMobile: 10px;             /*Размер шрифта у старой цены*/
}

body {
    background-color: #f5f5f7 !important;
}

/* кнопка */
.t-submit {
    border-radius: 5px !important;
}

/* услуги на главной */
.t686__container {
    justify-content: center;
}
.t686 .t-card__col:not(.t686__show_hover) .t-valign_middle .t686__inner-wrapper_animated-btn {
    transition: all ease-in-out .4s;
}

/* дроп меню */
.t794__arrow {
    margin-left: 4px;
}
.t794__content {
    padding: 0 !important;
}
#allrecords .t794__typo {
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: unset !important;
}
.t794__list_item {
    margin-bottom: 0 !important;
    transition: background-color .3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    color: #1d1d1f !important;
}
.t794__list_item:hover {
    background-color: #f5f5f5;
}
.t794__list_item:last-child {
    background-color: #FFE335;
    font-size: 16px;
    color: #000 !important;
}
.t794__list_item:last-child:hover {
    background-color: #f4df5d;
}
.t794__tooltip-menu_show {
    top: 30px !important;
}

/* корзина */
.t706__product {
    background-color: #f4f5f6;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 8px;
}
.t706__sidebar-continue {
    border-radius: 5px !important;
    background-color: #191919 !important;
}
.t706__cartpage-open-form {
    border-radius: 5px !important;
    background-color: #191919 !important;
}
.t706__cartpage-content {
    box-shadow: 1px 1px 20px 1px #0000001a;
    padding: 30px;
}
.blkElem { 
    pointer-events: none;
}
.cartcopyanim {
    -webkit-animation: t706__pulse-anim 0.6s; 
    animation: t706__pulse-anim 0.6s;
}
.cartcopy_elem .tn-atom , .cartprice_elem .tn-atom {
    opacity:0;
    pointer-events: none;
}
.r .show-cart{
    opacity: 1;
    pointer-events: auto;
}
.cartcopy {
    cursor:pointer;
}
.t706__carticon {
    display: none !important;
} 

/* карточки в каталоге */
.t-store__card__bgimg,.t-store__card__bgimg_second {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}
.t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
    border-radius: 25px !important;
    padding: 0 !important;
}
.t-store__card__price {
    font-size: 16px;
    font-weight: 600 !important;
}
.js-store-prod-btn {
    box-shadow:none !important;
}
.js-store-prod-btn2 {
    box-shadow:none !important;
}
.cat-block {
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    border-radius: 5px;
}
.cat-block:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
}

/* фильтр в каталоге */
.t951__cont-wrapper .t951__sidebar {
    border-radius: 5px !important;
}

/* метка хит */
.t-store__card__mark-wrapper {
    top: unset;
    bottom:10px !important;
}

/* карточки популярное на главной */
.slick-slider .t-store__card__textwrapper {
    background: linear-gradient(0.61turn, rgb(52 52 52) 0%, rgba(52, 52, 52, 1) 100%)
}
#rec814165626 .t-store__card {
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #0000001a;
    border-radius: 16px;
    transition: transform 0.6s ease;
}
#rec814165626 .t-store__card:hover {
    box-shadow: 0px 0px 10px 1px #0000001a;
    transform: scale(1.01);
}
/*#rec814165626 .t-store__card__bgimg,.t-store__card__bgimg_second {*/
/*    border-top-left-radius: 16px !important;*/
/*    border-top-right-radius: 16px;*/
/*}*/
#rec814165626 .t-store__card .t-typography__title {
    color: #fff;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500 !important;
}
.slick-track {
    padding-top: 10px;
    padding-bottom: 10px;
    
}
/*#rec814165626 .t-store__card .t-typography__title {*/
/*    font-weight: 400 !important;*/
/*    font-size: 14px !important;*/
/*}*/
#rec814165626 .t-store__card__descr {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
#rec814165626 .t-store__card__price-wrapper {
    display: flex;
}
#rec814165626 .t-store__card__price-value {
    padding-left: 15px;
    font-size: 18px;
    color: #fff;
}
#rec814165626 .t-store__card__price-currency, .t1025 .t-store__card__price-value {
    color: #fff;
}
.slick-slider .t-store__card__textwrapper {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 20px;
}
.t754__content {
    background-color: #f4f5f6;
    box-shadow: 0px 0px 5px 1px #0000001a;
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    transition: transform 0.6s ease;
}
.t754__content:hover {
    box-shadow: 0px 0px 10px 1px #0000001a;
    transform: scale(1.01);
}

/* карточка товара */
.t-store__prod-snippet__container {
    padding-top: 0;
}
.t-store__prod-popup__col-right {
    margin-top: 10px !important;
    box-shadow: 0 6px 12px #e5e7e8;
    border: 1px solid var(--border-color, #f4f5f6);
    border-radius: 8px !important;
    background-color: #fff !important;
    padding: 25px !important;
}
.js-product-brand {
    color: black !important;
}
.t-col_6 {
    max-width: 530px;
}
.t-store__tabs__item {
    background-color: #f4f5f6 !important;
    border-radius: 8px !important;
    padding-left: 20px !important;
    margin-top: 10px !important;
}
.t-store .t-store__tabs_accordion .t-store__tabs__item-button { 
    padding-top: 12px !important;
    padding-right: 12px !important;
    padding-bottom: 12px !important;
    border-top: none !important;
    border-bottom: none !important;
}
.t-store__tabs__item-button .js-store-tab-button {
    padding: 15px !important;
}
.t-store .t-store__tabs_accordion .t-store__tabs__item .t-store__tabs__item-title {
    font-size: 14px !important;
}

/* фильтр в каталоге */
.t951__cont-wrapper .t951__sidebar {
    border-radius: 5px !important;
}
.t-checkbox__indicator {
    border-radius: 50% !important;
    background-color: #717171;
    box-shadow: inset 0 0 0 17px rgba(204, 214, 228, 0);
    border: 0px solid #000 !important;
}
.t-checkbox__indicator:after {
    left: 8px !important;
    top: 4px !important;
}
.t-store__filter__chosen-val {
    background-color: #fff !important;
}
.t-store__filter__prods-number {
    color: #fff !important;
    font-size: 14px !important;
}
.t-store__filter__search .t-store__filter__input {
    border-radius: 5px !important;
}
.t-store__filter__input, .t-store__filter__btn {
    background: #fff !important;
}
.t702 .t-popup__block-close {
    background: #171717 !important;
}

/* граница между х-ками в фильтре */
.t-store__filter__item {
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
}

/* цвет текста выбранных фильтров */
.t-store__filter__prods-number, .t-store__filter__reset, .t-store__filter__chosen-val {
    color:black !important;
}
.t-store__filter__prods-number {
    color: white !important;
}
.t951 .t-store__filter__reset {
    color: white !important;
}

/* характеристика товара */
.js-store-prod-charcs {
    background-color: #ebebeb !important;
    padding-left: 15px !important;
}
.js-store-prod-charcs:nth-child(2n) {
    background-color: white !important;
}
.t-typography__characteristics:last-child {
    margin-bottom: 15px !important;
}
.t-store .t-store__tabs__content {
    margin-right: 20px !important;
    max-width: 1120px !important;
}

/* надпись Нет в наличии */
.t-store__card__sold-out-msg {
    display:none;
}

/* артикул */
.t-store__card__sku {
    font-size: 12px;
}

/* схема */
.scheme {
    border-bottom: 1px dashed #1D1D1F;
}

/* остатки */
.js-product .t-slds__main, .js-product .t-store__card__imgwrapper {
    position: relative;
}
.t-store__prod-snippet__container {
    padding-top: 0;
}
.js-product .t-slds__main:after, .js-product .t-store__card__imgwrapper:after, .js-product .t-store__prod-popup__gallery-column:after {
    content: attr(data-product-inv-sec);
    color: #3c3c3c; 
    padding: 3px 8px;
    border-radius: 2px;
    background-color: #ffe335;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 500;
    z-index:99;
}
.js-product .t-store__prod-popup__gallery-column:after {
    top: 20px;
    height: max-content;
}
.js-store-prod-sold-out {
    display:none;
}
.low-quantity:after {
    background-color: #ffe335 !important;
}
.out-of-stock:after {
    background-color: #fd7878 !important;
}

@media screen and (max-width: 820px) {
    .t706__product {
      background-color: transparent;
      margin-top: 35px;
      padding-left: 0;
      padding-right: 0;
    }
    .t706__cartpage-content {
      padding: 0px;
    }
    .scheme-bg {
      display: none;
    }
}

@media screen and (max-width: 640px) {
    /* отступ между кнопками под карточкой в каталоге */
    .t-align_left .t-store__card__btn {
      margin: 0 !important;
    }
    .t-align_left .t-store__card__btn:last-child {
      margin-top: 6px !important;
    }
    .t951__cont-wrapper .t951__sidebar {
      padding: 10px !important;
    }
    
    /* карточка товара */
    .t-typography__descr {
      display: none;
    }
    .js-store-prod-btn2 {
      height: 30px !important;
    }
    
    /* отступы между карточками */
    /*.t-store__grid-cont_col-width_stretch[data-col-gap="40"] .t-store__stretch-col {*/
    /*    padding: 0 5px !important;*/
    /*}*/
    
    .t-store__card__price-wrapper {
      margin-top: 10px;
    }
    .t951 .t-store__card__btns-wrapper {
      margin-top: 10px;
    }
    
    /* куки */
    .t887__wrapper {
      height: 100px;
    }
    .js-product .t-slds__main:after, .js-product .t-store__card__imgwrapper:after, .js-product .t-store__prod-popup__gallery-column:after {
      content: attr(data-product-inv-sec);
      padding: 2px 2px; 
      font-size: 12px;
      position: absolute;
      left: 0;
      top: 0;
      font-weight: 500;
      z-index:99;
    }
    .t1002__addBtn {
      display:none;
    }
}

@media screen and (max-width: 480px) {
    .t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
        width: 20px !important;
        height: 20px !important;
        padding: 15px !important;
    }
    .t1002__addBtn svg {
        max-width: none !important;
        max-height: none !important;
    }
    
    /* куки */
    .t887__wrapper {
        height: 150px;
    }
}