/* HEADER */
/* расстрояние между пунктами выпадающего меню в ПК версии */
.uc-menu-desc .t794__list_item {
    margin-bottom: 17px !important;
}

.uc-menu-mobile a.t1261__link-item.t-menu__link-item {
    padding: 16px 15px !important;
}

.uc-menu-mobile .t1261__menu_desktop {
    padding: 11px 6px 20px 0 !important;
}

/* треугольник раскрытия в меню */
.t794__arrow::after {
    border-width: 6px 5px 0 !important;
}

/* элементы при наведении */
.uc-element-hov:hover {
    opacity: 0.5 !important;
    transition: 0.2s !important;
}


/* стралки слайдеров квадрат */
button.t-slds__arrow.t-slds__arrow-right.t-slds__arrow-withbg,
button.t-slds__arrow.t-slds__arrow-left.t-slds__arrow-withbg {
    border-radius: 8px !important;
}



/* КАЛЬКУЛЯТОР */
/* цвет лейблов ползунка */
.uc-kviz .t-range__value-txt {
    background-color: #25201f !important;
    color: #ffffff !important;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0) !important;
}

/* насыщенность заголовков полей ввода */
.uc-kviz .t-step-form__step.t-quiz__contact-form .t-input-title {
    font-weight: 600 !important;
}


/* БЛОК ПЛИТКА ПОДБОР ТЕХНИКИ */
.uc-podbor-tehniki .t776__imgwrapper {
    margin-bottom: 0px !important;
}

.uc-podbor-tehniki .t776__textwrapper {
    margin-bottom: 5px !important;
}

/* скрыть избранное */
.uc-podbor-tehniki a.t1002__addBtn {
    display: none !important;
}



/* ПЛИТКА КАРТОЧЕК ТОВАРОВ */
/* лейбл */
.uc-katalog-cards .t-store__card__mark,
.uc-katalog-panel .t-store__card__mark {
    height: auto !important;
    width: auto !important;
    border-radius: 0px 0px 8px 8px !important;
    padding: 5px 12px 5px 12px !important;
    font-family: 'Open Sans' !important;
    font-weight: 600 !important;
}

.uc-katalog-cards .t-store__card__mark-wrapper,
.uc-katalog-panel .t-store__card__mark-wrapper {
    top: 0px !important;
    right: 30px !important;
}

/* описание товара */
.uc-katalog-cards ul,
.uc-katalog-panel ul {
    list-style-type: none !important;
    padding-left: 0px !important;
}

.uc-katalog-cards li,
.uc-katalog-panel li {
    border-bottom: 1px solid #D3D1D0 !important;
    padding-bottom: 8px !important;
    padding-top: 8px !important;
}

/* поменять местами кнопки в карточках */
.uc-katalog-cards .t-store__card__btns-wrapper,
.uc-katalog-panel .t-store__card__btns-wrapper {
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
}


/* КАТАЛОГ С ПАНЕЛЬЮ СЛЕВА ФИЛЬТРОВ */
/* ширина ряда карточек */
.uc-katalog-panel .t-store__stretch-col_33 {
    width: 32% !important;
}

/* фон у карточек */
.uc-katalog-panel .t-store__card {
    background-color: #eeeeed !important;
    margin-right: 10px !important;
    border-radius: 20px !important;
}

/* отступы контента внутри */
.uc-katalog-panel .t-store__card__textwrapper {
    padding: 5px 15px 0px 15px !important;
}

/* отступы у кнопок */
.uc-katalog-panel .t-store__card__btns-wrapper.js-store-buttons-wrapper {
    padding: 0px 15px 15px 15px !important;
}

/* ФИЛЬТРЫ ПАНЕЛЬ */
/* скругление у панели фильтров */
.uc-katalog-panel .js-store-parts-select-container.t951__sidebar.t951__sidebar_sticky {
    border-radius: 20px !important;
}

/* размер заголовков фильтрв */
.uc-katalog-panel .t-store__filter__item-title.js-store-filter-item-title {
    font-size: 15px !important;
} 

label.t-checkbox__control.t-store__filter__checkbox.t-descr.t-descr_xxs {
    font-size: 13px !important;
}



/* КОМПАНИЯ В ЦИФРАХ */
.uc-kompaniya-tsifry .t1206__card-title.t-name.t-name_md {
    padding-bottom: 10px !important;
    border-bottom: 1px solid #695e5b !important;
}


/* ТЕКСТ НУМЕРОВАННЫЕ, МАРКИРОВАННЫЕ СПИСКИ */
/* нумерованные списки */
.uc-seo-texts li::marker {
    font-weight: 600 !important;
    color: #25201f !important;
        font-size: 1.2em !important;
}

.uc-seo-texts ol,
.uc-seo-texts ul {
    margin-bottom: 0px !important;
    padding-left: 40px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

/* маркированные списки */
.uc-seo-texts ul {
  list-style: none;
  padding-left: 0px !important;
  margin-left: 0;
  margin-bottom: 0px !important;
}

.uc-seo-texts ul {
  list-style: none !important;
}

.uc-seo-texts li[data-list="bullet"] {
    position: relative;
    padding-left: 38px; /* место под иконку */
    margin-bottom: 0px !important; /* расстояние между пунктами */
    margin-top: 0px !important;
}

.uc-seo-texts li[data-list="bullet"]::before {
  content: '';
  position: absolute;
  left: 20px !important;
  top: 8px; /* регулируй по вертикали при необходимости */
  width: 10px;
  height: 10px;
  background-image: url('https://static.tildacdn.com/tild3837-6162-4438-b737-376439383265/icon-marker-li.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


/* ТАБЛИЦЫ */
table td,
table th {
    padding: 8px !important;
    border: 2px solid #fff !important;
    vertical-align: middle !important;
    background-color: #EEEEED !important;
}



/* ФОРМА НУЖНА ПОМОЩЬ */
.uc-nuzhna-pomosch .t712 .t-input-title {
    font-size: 15px !important;
    color: #25201f !important;
}

.uc-nuzhna-pomosch .t-form__inputsbox.t-form__inputsbox_flex.t-form__inputsbox_inrow {
    gap: 5px !important;
    column-gap: 15px !important;
}

.uc-nuzhna-pomosch label.t-radio__item.t-radio__control.t-text.t-text_xs {
    font-size: 13px !important;
}

.uc-nuzhna-pomosch label.t-checkbox__control.t-checkbox__control_flex.t-text.t-text_xs {
    font-size: 11px !important;
    line-height: 1.3 !important;
}


/* ДОКУМЕНТЫ */
/* высотак карточек */
.uc-doks .t1196__item {
    min-height: calc(280px / (16 / 9)) !important;
}



/* СТРАНИЦА КАРТОЧКИ ТОВАРА */
.uc-card-btn2 .t1002__addBtn {
    margin-left: 0px !important;
}

.uc-card-btn2 .t1002__addBtn:not(.t-popup .t1002__addBtn):not(.t-store__product-snippet .t1002__addBtn) {
    width: 45px !important;
    height: 45px !important;
}

.uc-card-btn2 .t744__btn-wrapper.t744__btn-bottom.t1002__btns-wrapper {
    gap: 8px !important;
}

/* ПОДВАЛ */
/* отступы у раскрывающихся карточек */
.uc-podval .t668__trigger-button {
    padding: 10px !important;
}

.uc-podval li {
    list-style: none !important;
    margin-bottom: 12px !important;
}

.uc-podval ul {
    padding-left: 0px !important;
}



@media screen and (max-width: 640px) {
    /* фон калькулятора убираем в моб. версии, т.к. нет отступов */    
    .uc-kviz .t-quiz:not(.popup.fullscreen) .t-quiz__quiz {
        border-color: #fff !important;
    }
    
    /* скругление углов калькулятора */
    .uc-kviz .t-quiz__quiz-wrapper.t-quiz__quiz-wrapper_fixed-height.t-quiz__quiz-published.leftside-panel.t-quiz__inputs-in-cols.t-quiz__quiz-wrapper_withsidebar,
    .uc-kviz .t-quiz__panel.t-quiz__sidebar.leftside {
        border-radius: 20px !important;
    }
    .uc-kviz .t-quiz__quiz {
        border-radius: 30px !Important;
    }
    
    /* БЛОК ПЛИТКА ПОДБОР ТЕХНИКИ */    
    /* выравнивание по левому краю */
    .uc-podbor-tehniki .t776__content {
        align-items: flex-start !important;
    }
    
    
    /* ПЛИТКА КАРТОЧЕК ТОВАРОВ */
    /* поменять местами кнопки в карточках */
    .uc-katalog-cards .t-store__card__btns-wrapper,
    .uc-katalog-panel .t-store__card__btns-wrapper {
        flex-direction: column-reverse !important;
    }
    
    
    /* КАТАЛОГ С ПАНЕЛЬЮ СЛЕВА ФИЛЬТРОВ */
    /* ширина ряда карточек */
    .uc-katalog-panel .t-store__stretch-col_33 {
        width: 100% !important;
        margin-right: 0px !important;
    }
    
    .uc-katalog-panel .t-store__grid-cont_col-width_stretch .t951__sidebar {
        margin: 0px 0px 15px 0px !important;
    }
    
    /* цвет подложки */
    .uc-katalog-panel .t951__cont-wrapper .t951__sidebar {
        padding: 20px 30px 20px 30px !important;
        background-color: #695e5b !important;
    }
    
    /* цвет иконки и фильтров текста */
    .uc-katalog-panel .t-store__filter__opts-mob-btn {
        color: #fff !important;
    }
    
    .uc-katalog-panel .t-store__filter__opts-mob-btn-icon path,
    .uc-katalog-panel .t-store__filter__search-mob-btn-icon path {
        fill: #fff !important;
    }
    
    .uc-katalog-panel .t-store__filter__item {
        border-color: rgba(255, 255, 255, 0.3) !important;
    }
    
    .uc-katalog-panel .t-store__filter__item-title {
        color: #fff !important;
    }
    
    .uc-katalog-panel .t-store__filter__item-title:after {
        border-right-color: #fff !important;
        border-bottom-color: #fff !important;
    }
    
    .uc-katalog-panel .t951 .t951__sidebar .t-store__filter__item .t-checkbox__control {
        color: #fff !important;
    }
    
    .uc-katalog-panel .t951 .t-checkbox__indicator,
    .uc-katalog-panel .t951 .t-checkbox__indicator:after {
        border-color: #fff !important;
    }
    
    .uc-katalog-panel .t951 .t-store__filter__chosen-bar {
        background-color: #695e5b !important;
    }
    
    .uc-katalog-panel .t-store__filter__chosen-val,
    .uc-katalog-panel .t-store__filter__reset,
    .uc-katalog-panel .t-store__filter__prods-number {
        color: #fff !important;
    }
    
    
    
    
    
    
    .uc-katalog-panel svg.t-store__filter__opts-mob-btn-icon {
        width: 16px !important;
    }
    
    .uc-katalog-panel .js-store-filter-mob-btn.t-store__filter__opts-mob-btn.t-name.t-name_xs {
        font-size: 16px !important;
    }
    
    .uc-katalog-panel .t-store__filter__item.t-store__filter__item_checkbox.js-store-filter-item.t-descr.t-descr_xxs {
        padding: 12px 0 !important;
    }
    
    .uc-katalog-panel .t-store__filter__item-title:after {
        border-width: 2px !important;
    }
    
    .uc-katalog-panel .t951__grid-cont .t-store__card-list {
        row-gap: 15px !important;
    }
    
    .uc-katalog-panel .t-store .t-store__pagination {
        margin-top: 10px;
    }
    
    
    /* отступы у фото в моб версии */
    .uc-foto .t670__imgwrapper {
        margin-left: 20px !important;
        margin-right: 20px !important;
        height: 240px !important;
    }
    
    .uc-foto .t-slds__arrow-withbg {
        height: 35px !important;
        width: 35px !important;
    }
    
    .uc-foto svg {
        width: 8px !important;
    }
}