.t-store__card__textwrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.t-store__card__textwrapper .t-store__card__price-wrapper {
  margin-top: 0;
}
.js-product-price.js-store-prod-price-val.t-store__card__price-value::before {
  content: 'от ';
}
/*новости*/

#rec672109269 .t897__container {
  max-width: calc(100% - 40px);
}
#rec672109269 ul {
  display: flex;
  justify-content: space-between;
}
#rec672109269 ul li {
  flex: 1 1 25%;
}
#rec672109269 .t-col_3 {
  max-width: 100%;
}

#rec678528416 .t897__container {
  max-width: calc(100% - 40px);
}

#rec678528416 ul {
  display: flex;
  justify-content: space-between;
}
#rec678528416 ul li {
  flex: 1 1 25%;
}
#rec678528416 .t-col_3 {
  max-width: 100%;
}


/*новости скругление*/
.t-feed__post-bgimg {
    border-radius: 12px;
    
}


/***************************/

/*акции*/

#rec680766286 .t897__container {
  max-width: calc(100% - 40px);
}
 #rec680766286 ul li {
  flex: 1 1 25%;
}
/*02072024*/
#rec680766286 ul li.t-width{
    max-width: initial;
}
#rec680766286 ul li {
  margin-top: 0;
  margin-bottom: 40px;
}
/***********/
#rec680766286 .t-col_4 {
  max-width: 100%;
}

#rec680766286 ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

/***************************/

/*акции главная*/

#rec681601999 .t897__container {
  max-width: calc(100% - 40px);
}

 #rec681601999 ul {
  display: flex;
  justify-content: space-between;
}
#rec681601999 ul li {
  flex: 1 1 25%;
}
#rec681601999 .t-col_3 {
  max-width: 100%;
}

#rec681601999 .t897__container {
  max-width: calc(100% - 40px);
}

#rec681601999 ul {
  display: flex;
  justify-content: space-between;
}
#rec681601999 ul li {
  flex: 1 1 25%;
}
#rec681601999 .t-col_3 {
  max-width: 100%;
}
/***************************/

.text[data-elem-type="text"] a {
-webkit-transition: 0.5s ease;
transition: 0.5s ease;
}

.text[data-elem-type="text"] a:hover {
color: #49b255 !important;
-webkit-transition: 0s ease;
transition: 0s ease;
}
/***************************/

 .t585__trigger-button {
     background-color: #F7F6F5;
     border-radius: 14px;
     padding: 27px 50px 27px 20px;
     margin-bottom: 10px;
 }
 .t585__icon {
     padding-right: 20px;
 }
  .t585__text {
      margin-left: 20px;
      margin-right: 20px;
  }
/***************************/

  .t604__imgwrapper .t-slds__bgimg {
    height: 60%;
    margin: auto;
    transition: height ease-in-out .3s !important;
    border-radius: 16px;
}
.t604 .t-slds__item_active  .t604__imgwrapper .t-slds__bgimg{
     height: 100%;
}
.t604  .t-slds__bgimg {
    background-position: center;
}
.t-radio__indicator:after {
    background: #fff !important;
}
/***************************/

/*Добавляем  скругления углов у карточек стандартных блоков*/
    .t-store__card__bgimg, .t-store__card__bgimg_second {   /*Сюда вставляем класс блока из таблицы выше*/
        border-radius: 10px !important;    /*Радиус скругления у блока*/
        overflow: hidden; /*Используется для некоторых блоков, к которым не применяется скругление*/
        /*Если нужно скруглить углы, каждый по отдельности, то используйте вместо одного значения четыре,
        написав их через пробел, например 20px 30px 10px 50px*/
    }
    @media screen and (max-width: 600px) {
    #rec671064358 .t-slds__title {
        font-size: 14px !important;
    }}

 .t-checkbox__labeltext {
        font-size: 12px;
    }

@media (max-width: 960px) {
.t-store__card__price-value, .t-store__card__price-currency {
    font-size: 20px;
}
    .js-store-prod-name {
       font-size: 20px !important;  
    }

.t944__btn {
    font-size: 16px;
}
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 25px;
}
.t-map {
    height: 500px !important;
}
.t585__title {
    font-size: 18px !important;
}
}
@media (min-width: 960px) {
.t-store__card__price-value, .t-store__card__price-currency {
    font-size: 22px;
}}
/*Увеличение стандартной карточки при наведении*/
@media screen and (min-width: 1200px){
    .t897 .js-feed-post {     /*Нужный класс блока из таблицы*/
        transition: 0.2s ease-in-out;    /*Длительность и плавность анимации*/    
    }   
    .t897 .js-feed-post:hover{
        transform: scale(1.1);  /*Размер увеличения карточки*/ 
    }
}