/* выравниваем карточки товара */
    @media (min-width:1200px) 
    {

  /* T754 */
#allrecords .t-rec .t754
{
 margin-left:0px;
}

/* Column 3/12 */
.t754 .js-store-grid-cont .t-col
{
 margin-left:-1px;
}

/* Store */
#allrecords .t754 .js-store
{
 position:relative;
 top:0px;
 left:50px;
}
/* отступы описание и карточка */
 .t951__cont-wrapper a .t-store__card__textwrapper
 {
  padding-top:10px;
 }
  .t754 a .t-store__card__textwrapper{
  padding-top:10px;
 }
}

@media (min-width: 360px) and (max-width: 640px)
{

 /* каталог товара отступы между карточками */
 .t951__cont-wrapper .js-store-grid-cont .t-item
 {
  margin-bottom:20px;
  transform:translatex(0px) translatey(0px);
  }
 /* отступы описание и карточка */
 .t951__cont-wrapper a .t-store__card__textwrapper
 {
  padding-top:10px;
 }
  /* Отступы между карточками */
 .t754 .js-store .t-item
 {
  padding-left:10px;
  padding-right:0px;
 }
 /* Выравниваем расстояние в блоке FAQ */
 .t668 .t-col{
  padding-left:10px;
  padding-right:10px;
 }
  .t668 .t-col .t-name{
  width:200px;
 }



}

/* Иконка избранного отключение */
.t1002__wishlisticon-wrapper .t1002__wishlisticon-imgwrap .t1002__wishlisticon-img{
 display:none !important;
}


.t1002__wishlisticon .t1002__wishlisticon-wrapper .t1002__wishlisticon-imgwrap{
 display:none !important;
}


.t1002__wishlisticon .t1002__wishlisticon-wrapper .js-wishlisticon-counter{
 display:none !important;
}

/* отключение радиуса у подложки иконуки избранного */
.js-store-product div a{
 border-top-width:0px;
 border-right-width:0px;
 border-bottom-width:0px;
 border-left-width:0px;
}

/* Выравниваем расстояние в блоке FAQ */
@media (min-width:360px) and (max-width:640px){

 /* Column 7/12 */
 .t668 .t-col{
  padding-left:10px;
  padding-right:10px;
 }
  .t668 .t-col .t-name{
  width:200px;
 }
 
 
}

/* убираем стрелки из меню */
@media (min-width:1200px) {
#t-header .tn-atom div{
 display:none;
}
}

/* Радиус чекбоксов в каталоге */
.t-store__filter__options .t-store__filter__item .t-checkbox__indicator{
 border-top-left-radius:6px;
 border-top-right-radius:6px;
 border-bottom-left-radius:6px;
 border-bottom-right-radius:6px;
}

/* Радиус полей ввода поисковика в каталоге */
.t-store__filter__search .t-store__search-wrapper input[type=text]{
 border-top-left-radius:6px;
 border-top-right-radius:6px;
 border-bottom-left-radius:6px;
 border-bottom-right-radius:6px;
}

/* Радиус полей фильтра по алфавиту и тд */
.t-store__filter__sort .t-store__sort-select-wrapper select{
 border-top-left-radius:6px;
 border-top-right-radius:6px;
 border-bottom-left-radius:6px;
 border-bottom-right-radius:6px;
}

/* Радиус подложки лефой ( фильтры ) в каталоке товарров*/
.js-store-cont-w-filter .t951__cont-wrapper .js-store-parts-select-container{
 border-top-left-radius:24px;
 border-top-right-radius:24px;
 border-bottom-left-radius:24px;
 border-bottom-right-radius:24px;
}

/* Радиус всплывающего окна фильтров слева снизу */
.t951__cont-wrapper .t-store__filter__chosen-bar{
 border-top-left-radius:24px;
 border-top-right-radius:24px;
 border-bottom-left-radius:24px;
 border-bottom-right-radius:24px;
}

/* Радиус подложки ничего не найдено */
.t951__cont-wrapper .js-store-grid-cont .t-descr{
 border-top-left-radius:24px;
 border-top-right-radius:24px;
 border-bottom-left-radius:24px;
 border-bottom-right-radius:24px;
}




@media (max-width:479px){

 /* Выравниваем подложку с фильтрами в морбильной версии*/
 .js-store-cont-w-filter .t951__cont-wrapper .js-store-parts-select-container{
  margin-left:4px !important;
  margin-right:4px !important;
 }
 
}

/* T706 убираем корзину */
.t706__carticon-wrapper .t706__carticon-imgwrap .t706__carticon-img{
 display:none;
}

/* T706  убираем корзину */
.t706__carticon .t706__carticon-wrapper .t706__carticon-imgwrap{
 display:none;
}

/* убираем корзину */
.t706__carticon .t706__carticon-wrapper .js-carticon-counter{
 display:none;
}

/* Чекбоксы в попапе -  связаться */
.t-conditional-form .t-input-group .t-checkbox__indicator{
 border-top-left-radius:6px;
 border-top-right-radius:6px;
 border-bottom-left-radius:6px;
 border-bottom-right-radius:6px;
}

@media (max-width:479px){

 /* Убираем скругление у корзины в мобилке */
 .t706 .t706__cartwin .t706__cartwin-content{
  border-top-left-radius:0px !important;
  border-top-right-radius:0px !important;
  border-bottom-left-radius:0px !important;
  border-bottom-right-radius:0px !important;
 }
 
}

@media (max-width:479px){

 /* Отступ от края хлебные крошки */
 .t758 .t-col{
  padding-left:10px;
 }
 
}

 /* своя иконка закрытия в избранном */
.t1002__close.t1002__wishlistwin-close {
    background-image: url(https://static.tildacdn.biz/tild3230-3837-4136-a631-346565333865/close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    left: unset !important;
    right: 40px !important;
    top: 40px !important;
    
}
@media (max-width:479px){
 .t1002__close.t1002__wishlistwin-close {
left: unset !important;
    right: 20px !important;
    top: 20px !important;
 }
}
button.t1002__close-button.t1002__wishlistwin-close-wrapper {
    display: none;
}

@media (max-width:479px){
.js-product.t-store__card.t-col.t-col_3.t-align_left.t-item {
    padding-left: 0px;
}

.t-store__card__textwrapper {
    padding-top: 10px;
}

.js-product.t-store__card.t-col.t-col_3.t-align_left.t-item {
    margin-bottom: 20px;
}
}