@media screen and (max-width: 960px){
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
margin-bottom: 10px;
}
}

.ymaps-2-1-79-map {
    filter: url(data:image/svg+xml;utf8,#grayscale);
  /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  filter: grayscale(100%);
}

.t-store__card__price-currency, .t-store__card__price-value, .t-store__prod-popup__price-currency, .t-store__prod-popup__price-value, .t-store__prod__price-portion {
   font-size: 15px;
}

t-store__prod-popup__title-wrapper {
    font-size: 21px;
}

.t-store__card__mark {
    font-weight: 500;
    font-size: 12px;
    font-family: 'Montserrat';
    display: table-cell;
    border-radius: 0px;
    background-color: transparent;
    padding: 40 10px;
}


.t-feed__post-popup__content-wrapper .t-text {
  font-family: 'Montserrat';
  font-weight: 300;
  color: #383838;
  font-size: 16px
}


.t-feed__post-popup__content-wrapper .t-title{
  font-family: 'Montserrat';
  font-weight: 500;
  color: #383838;
  font-size: 19px
}


.t-store__card__sold-out-msg {
  visibility: hidden;
}
.t-store__card__sold-out-msg:after {
  content:"ПОД ЗАКАЗ"; 
  visibility: visible;
  display: block;
  color: #FF0000;
}
