/*СТРОКА ПОИСКА В ФИЛЬТРАХ КАРТОЧКИ*/
.t-store__search-icon {
    border-left: 0px solid #22262D !important;
}

.t-store__filter__input, .t-store__filter__btn {
    border: 1px #F5F5F5 solid !important;
    background: #ffffff !important;
    color: #101010 !important;
    min-height: 36px !important;
}

/*ПОЛЕ СОРТИРОВКИ В ФИЛЬТРАХ*/
.t-store__sort-select {
    border: 0px #ffffff solid !important;
    background: #ffffff00 !important;
    color: #101010 !important;
    padding: 0px 25px 0px 10px !important;
}

/*ПОЛЗУНОК ЦЕНЫ ЦВЕТ*/
.t-store__filter__range_bg {
    position: absolute;
    z-index: -1; !important;
    width: 100%; !important;
    height: 1px; !important;
    background-color: #BC6C35 !important;
    border-radius: 60px !important;
}

/*СТИКЕР НА КАРТОЧКЕ*/
.t-store__card__mark {
    font-weight: 600; !important;
    font-family: 'Involve'; !important;
    font-size: 9px; !important;
    width: 35px; !important;
    height: 25px; !important;
    border-radius: 60px; !important;
}

/*ИЗБРАНОЕ СТИЛИ*/
.t-store__card__imgwrapper .t1002__addBtn, .t1002__picture-wrapper .t1002__addBtn {
    position: absolute;
    right: 0px; !important;
    top: 0px; !important;
    background: #fff0; !important;
}

.t1002__addBtn {
    background: #fff0; !important;
}


/*ТАБЫ В КАРТОЧКЕ*/
.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:820px;
}

@media screen and (min-width:960px){

.js-store-product.js-product.t-store__product-popup,
.t-store__product-snippet .t-container{
    position: relative;
}
.t-store__prod-popup__slider.js-store-prod-slider {
    position: absolute;
    top: 0;
    left: 0;
}  
.t-store__tabs.t-store__tabs_accordion {
    max-width: 48%;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 50%;
}
}

@media screen and (min-width:1240px){
.t-store__tabs.t-store__tabs_accordion {
    max-width: 48%;
    margin-top: 20px;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 50%x;
}
}

@media screen and (max-width: 1240px){
.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:650px;
}
}
  .FullName .tn-atom {
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
-webkit-line-clamp: 1;
white-space: normal;
margin-top: 0;
}