/*Расстояние в нумерованном списке в блоке про смнятие мерок*/
    .uc-merki .t195__text li {
    margin-bottom: 10px;
}

/*Отступы между пунктами меню в Блоках с навигацией на десктопе*/

@media (min-width: 1170px) {
    li.t446__list_item {
    padding: 0 9px !important;
}

}
    
@media screen and (max-width: 1170px) {
    li.t228__list_item {
    padding: 0 12px !important;
}
}

@media screen and (max-width: 1080px) {
li.t446__list_item {
    padding: 0 3px !important;
}
}


/*Блок с фактами Сроки доставка в 2 конлонки в мобильной версии*/
@media screen and (max-width: 960px){
    .uc-sroki .t491__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.uc-sroki .t491__container::before {
    display:none;
}
}
/*Разработаем дизайн + ткани - блок в 3 колонки с фото, стилизация фото*/
.t774__bgimg {
    border-radius: 7px !important;
    scale: 96%;
    margin-top: 3px;
}
/*Уменьшила отступы между фото и текстом в блоке Разработаем дизайн*/
.uc-des .t774__textwrapper {
    padding-top: 2px !important;
}
/*Отступы от заголовка до слайдера с фото клиентов*/
@media screen and (min-width: 961px){
    .t1148 .t-section__title {
    padding-bottom: 45px !important;
}
}

/*Стрелки у слайдера с индивидуальным дизайном*/
    .t-slds__arrow.t-slds__arrow-right  {
    border-radius: 6px;
}


.t-slds__arrow.t-slds__arrow-left {
    border-radius: 6px !important;
}

.uc-indiv .tn-atom__img:hover {
    transform: scale(1.01);
    transition: all 0.2s ease-in;
}


/*Шрифт в фильтрах*/
    .t-store__filter__title {
    font-family: 'Manrope';
}

/*Скругление фона у фильтров*/
.js-store-parts-select-container {
    border-radius: 10px;
    /*box-sizing: border-box;*/
}

/*Скругление углов у чек боксов*/
.t-checkbox__indicator {
    border-radius: 3px;
}

/*Добавление кнопок телеграм и вотсапа с иконками в всплывающие окна*/
    .t702__descr a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 5px;
    background-color: #ffffff;
    border: 1px solid #3B3A39;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    }
    
    .t702__descr a[href="https://wa.me/79264342566"]::before{
 content: '';
    display: inline-block;
    width: 25px; /* Ширина иконки */
    height: 25px; /* Высота иконки */
    background-image: url('https://static.tildacdn.com/tild6438-6638-4566-b565-323264633838/wa.svg');
    background-size: cover; /* Чтобы иконка заполняла блок */
    margin-right: 10px;
    
}

.t702__descr a[href="https://t.me/+79264342566"]::before{
 content: '';
    display: inline-block;
    width: 25px; /* Ширина иконки */
    height: 25px; /* Высота иконки */
    background-image: url('https://static.tildacdn.com/tild3136-3936-4338-b733-376563636533/telega.svg');
    background-size: cover; /* Чтобы иконка заполняла блок */
    margin-right: 10px;
    
}

/*Размер шрифта в попапе - текст перед кнопкой загрузкой файлов*/
.t702 .t-input-title {
    font-size: 16px !important;
    padding-bottom: 10px !important;
}


/*Добавление кнопки в товары. Важно: цвет текста должен быть #222222*/
    .js-store-prod-all-text a[style="color: rgb(34, 34, 34); font-size: 14px;"] {
    border: solid 1px #1A1A18;
    padding: 12px 25px;
    border-radius: 5px;
    background-color: #1A1A18;
    color: white !important;
}

.js-store-prod-all-text a:hover {
    border: solid 1px white;
    
}
/*Заголовок таба в товарах*/
.t-store__tabs__item-title {
    font-family: 'Manrope';
    font-weight: 700 !important;
    font-size: 16px;
}
/*Описание таба в товарах*/
.t-store__tabs__content {
    font-family: 'Manrope';
    font-size: 16px;
}
/*Стиль шрифта заголовка Смотреть также в товарах*/
.t-store__relevants__title {
    font-size: 24px !important;
    font-weight: 600 !important;
}
/*Отступ от хэдера до контента в товарах*/
.t-store.t-store__prod-snippet__container {
    padding-top: 30px;
}