.t778__col .t778__wrapper {
    border: 1px solid #d3d3d3;
}
    
.t734__descr {
    margin-top: 10px;
    color: #fff;
}
    
.t-btn_md {
    height: 45px;
    padding-left: 25px;
    padding-right: 25px;
}

/*Бордюр для плиток новостей*/
.t897 .t-feed__post-bgimg {
    border-radius: 35px;
    border: 1px solid #d3d3d3;
}
    
/*Кнопка "Смотреть больше новостей" */
.t-feed__buttons-wrapper {
    margin-top: 50px;
}
    
.js-feed-btn-show-all-posts .t-feed__showallpost-btn .t-btn .t-btn_md {
    padding: 0px 20px;
    height: 45px;
}
    
/*----------*/
/*--КАТАЛОГ-*/
/*----------*/

.t951 .t-store__card__bgimg{
    border: 1px solid #d3d3d3;
}

.t-store__prod-snippet__container {
    padding-top: 60px;
}

/*Закругления блока фильтров*/
.t951__cont-wrapper .t951__sidebar {
    border-radius: 25px;
}

/*Стили чекбоксов*/
.t-checkbox__indicator {
    border-radius: 5px;
    opacity: 1 !important;
    border-color: #ED1A3B !important;
}

.t-checkbox__indicator:after {
    border-color: #ED1A3B !important;
}


.t-store__prod-popup__slider .t-slds__main {
    border: 1px solid #d3d3d3 !important;
}    

.t-slds__arrow-withbg {
    border-radius: 10px !important;
}

@media (min-width: 980px) {
/*Отступ в хэдере 2-го уровня, чтобы поместился хэдер 1-го уровня. только на десктопе*/
    .fixed_header_paddingtop {
        margin-top: 40px;
    }
}

/*----------*/
/*---МЕНЮ---*/
/*----------*/

.t228__right_buttons  {
    padding-left: 5px;
}

/*уменьшение отступов в пунктах меню*/
.t228__list_item, .t229__list_item {
    padding-right: 5px !important ;
}
    
/*уменьшение отступов сверху и снизу в разделителе Линии DV01*/
.t118 {
    padding-top: 20px;
    padding-bottom: 5px;
}

/*Отступы у заголовков Н2*/
  .t120__title {
    padding-bottom: 4px !important;
}


/*-------------*/
/*---КАТАЛОГ---*/
/*-------------*/

.t-checkbox__indicator {
    border-color: #adadad !important;
}

.t-store .t-store__filter__item_custom .t-store__filter__custom-sel_buttons .t-store__filter__checkmark_color, .t-store .t-store__filter__item_custom .t-store__filter__checkbox_buttons .t-store__filter__checkmark_color {
    border-radius: 20% !important;
}

.t-store .t-store__filter__item_custom .t-store__filter__custom-sel_buttons.active .t-store__filter__checkmark_color:before, .t-store .t-store__filter__item_custom .t-store__filter__checkbox_buttons.active .t-store__filter__checkmark_color:before {
    border-radius: 20% !important;
}

.t-store .t-store__filter__item_custom .t-store__filter__item-controls-container_buttons.t-store__filter__item-controls-container_color {
    padding: 8px 0px !important;
}


/*плашка выбора цвета на карточке товара*/

.js-product .t-product__option-variants_buttons .t-product__option-checkmark_color {
    border-radius: 20% !important;
}

.js-product .t-product__option-variants_buttons .t-product__option-input:checked+.t-product__option-checkmark_color:before {
    border-radius: 20% !important;
}

