/* https://romanyu.ru/scrollbar */
@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        background: #030505;
        border-radius: 0px;
    }
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background: #f5f5f5;
    }
}

/* Меню */
.uc-menu-zero .t396__artboard,
.uc-menu-standart,
#rec673003188 .t396__artboard,
.t282__container {
    border-bottom: 1px solid #eee;
}
.t-menusub__menu:after, .t-menusub__menu:before {
    display: none;
}
.uc-menu-standart a[href="#popup:call-me"] {
    background: #f5f5f5;
    padding: 10px 15px;
    color: #030505 !important;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
}
.uc-menu-standart a[href="#popup:call-me"]:hover {
    background: #efeadf;
}

/* Первый экран */
.t-slds__arrow-withbg {
    border-radius: 0px !important;
}
#rec678089526 .t-slds__arrow_wrapper:hover .t-slds__arrow-withbg {
    border-color: #ffffff !important;
}

/* Поправляем меню второго уровня */
.t794__tooltip-menu-corner_bottom {
    top: -20px !important;
}

/* «Хлебные крошки» */
.uc-breadcrumbs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/* Лид-форма в футере */
.t698 .t-input-title {
    color: #030505;
}
.t698 .t698__mainwrapper {
    background: #ffffff;
    padding: 40px;
}
.t698 .t-radio__control,
.t698 .t-checkbox__control,
.t698 .t-inputquantity__btn {
    color: #030505;
}

/* Способы оплаты в «Корзине» */
.t-input-group_pm {
    background: #f5f5f5;
    border: 1px solid #000;
    padding: 20px;
    margin: 20px 0 0 0 !important;
}

/* Футер и виджеты */
.t898__tooltip:after {
    right: -18px;
}
.t898__btn_label {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
}
.t977__text {
    margin-top: 0px !important;
}
.t977__descr li {
    margin-bottom: 0px;
}
.t898__hint:after {
    right: -18px;
}

/* ====== БАЗОВОЕ ПРЯТАНИЕ ЦЕН ВО ВСЕХ МЕСТАХ ====== */

/* Карточки каталога */
.js-store-price-wrapper,
.t-store__card__price-wrapper,
.t-store__card__price,
.t-store__card__price_old { display:none !important; }

/* Элементы цены внутри карточек */
.t-store__card__price .t-store__card__price-item,
.t-store__card__price_old .t-store__card__price-item,
.t-store__card__price .t-name,
.t-store__card__price_old .t-name,
.t-store__card__price .t-name_xs,
.t-store__card__price_old .t-name_xs { display:none !important; }

/* Попап товара */
.t-store__prod-popup__price-wrapper,
.t-store__prod-popup__price,
.t-store__prod-popup__price_old { display:none !important; }

/* Корзина и итоги */
.t706__product-amount,
.t706__sidebar-prodamount-wrap,
.t706__cartpage-prodamount,
.t706__cartpage-totals { display:none !important; }

/* Поиск (оверлей и подсказки) */
.t-store__search,
.t-store__search-result,
.t-store__search-suggestions { --hide-prices:1; } /* пометка контейнеров */
.t-store__search [class*="price"],
.t-store__search-result [class*="price"],
.t-store__search-suggestions [class*="price"] {
  display:none !important; visibility:hidden !important;
}

/* Подстраховка — любой узел, у которого в названии класса есть "price" */
[class*="price"] { display:none !important; visibility:hidden !important; }

/* Ваши стили, оставил как есть */
.t-store__filter__item-controls-container { width:100%; }
.t-store__card__mark { background-color:#777777 !important; }