/*Убираем описание в карточке объекта*/

.t-store__card__descr {
 display:none;    
}


/*Продано на карточке объекта*/
.t-store__card__mark {
    /*padding: 14px;*/
    border-radius: 0px 0px 0px 0px;
        background-color: #f8f8f8c7 !important;
    display: none;
        width: 100%;
    height: 100%;
        position: absolute;

}


.t-store__card__mark-wrapper {
    /*position: absolute;*/
     right: 0px !important; 
     top: 0px !important; 
    background-color: #f5f2f0c7;
    width: 100%;
    height: 100%;
    min-height: 400px;
}



/*Выравнивание названия в карточках объектов*/
.t-feed__col-grid__wrapper {

    text-align: left;
}


/*Отстыпы блока как заказать*/
.t822__col-wrapper:first-child {
    padding: 25px 35px 25px 0px;
}



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

/*Ценр меню*/
.t228__centerside {
    padding-left: 120px;
}
}




/*Разделы Активный пункт*/
#rec431335359 .t-store__parts-switch-btn.t-active {
    color: #c41d1d;
    opacity: 1 !important;
    
}






.t-store__card__textwrapper {
    /*padding-top: 0;*/
    /*display: none;*/
}

.t-store__card {
    
    /*margin-bottom: 0 !important;*/
}


.t005__text li {

    padding-bottom: 12px;
}


