.t-btn_xs { /* кнопка в анонсе */
    height: 28px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.t-store__card__mark { /* кастомизация лейбла на карточках товаров*/
    background-color: #fa553710 !important; /*Цвет фона лейбла*/
    border-radius: 0px !important; /*Скругление углов*/
    font-family: Raleway; /*Шрифт текста*/
    font-weight: 500; /*Начертание текста*/
    font-size: 12px; /*Размер текста*/
    width: auto; /*Ширина лейбла*/
    height: 35px; /*Высота лейбла*/
}

.t-feed__post-tag { /* кастомизация лейбла на карточках постов (через потоки)*/
    padding:8px 16px !important;   /*Отступы снизу и сверху от текста*/
    background-color: #fa553710 !important;  /*Цвет фона лейбла*/
    border-radius:0px !important;    /*Скругление углов*/
    color:#FA5537 !important;  /*Цвет текста лейбла*/
    text-transform: uppercase;  /*Настройка регистра символов (capitalize | lowercase | uppercase | none | inherit)*/
    font-family: Raleway !important; /*Шрифт текста*/
    font-weight: 500 !important; /*Начертание текста*/
    font-size: 12px; /*Размер текста*/
}


.t-feed__post-popup__tag span { /* кастомизация лейбла в поп-ап с пастом (через потоки)*/
    font-size: 12px;
    background-color: #fa553710;
    padding: 8px 16px;
    color: #FA5537 !important;
    font-weight: 500 !important;
    font-family: 'Raleway' !important;
}


.t-store__card__mark-wrapper { /* перемещаем метку на карточках товаров под фото*/
    left: 20px;
    bottom: -50px !important;
    top: auto !important;
}


.t-feed__post-popup__close-text { /* название потока новостей в поп-ап*/
    opacity: .5;
    font-weight: 500;
    font-family: 'Raleway';
    font-size: 14px;
}

.t-uptitle_sm {
    font-size: 12px;
    font-family: Ralewey;
    font-weight: 500;
}

.t-uptitle {
    font-size: 12px;
    font-family: Ralewey;
    font-weight: 500;
}

.t-descr_xxs {
    font-size: 16px;
}



/* своя кнопка в карточках товаров*/
.js-store-prod-text a {
    display: inline-block;
    padding: 12px 16px;
    margin-right: 15px;
    margin-top: 20px;
    font-weight: 500;
    background-color: #fa5537;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.55;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.js-store-prod-text a:hover {
    background-color: #da482e;

.t706__cartwin_showed {
    z-index: 999999999;
}

.t-store__prod-popup__btn-wrapper{
display:none;
}




/* кастомизация вертикального отступа у карточек товара */
/*#rec606767276 .t-col_4 { 
    max-width: 390px; /* максимальная ширина карточки товара в стандартном блоке */
}
/*#rec608834361 .t-col_4 { 
    max-width: 390px; /* максимальная ширина карточки товара в стандартном блоке */
}

/*#rec606767276 .t-col { /* отступ справа и слева у карточки товара в стандартном блоке */
   /* margin-left: 5px;
    margin-right: 5px;
}
/*#rec608834361 .t-col { /* отступ справа и слева у карточки товара в стандартном блоке */
   /* margin-left: 5px;
    margin-right: 5px;
}*/

.body {
  font-variant-numeric: lining-nums;
font-feature-settings: 'lnum';
-moz-font-feature-settings: 'lnum=1';
-ms-font-feature-settings: 'lnum';
-webkit-font-feature-settings: 'lnum';
-o-font-feature-settings: 'lnum';
}


.t651__phone {
    font-family: 'Raleway' !important;
    font-weight: 300 !important;
}

.t-input {
    font-family: 'Raleway' !important;
    font-variant-numeric: lining-nums;
font-feature-settings: 'lnum';
-moz-font-feature-settings: 'lnum=1';
-ms-font-feature-settings: 'lnum';
-webkit-font-feature-settings: 'lnum';
-o-font-feature-settings: 'lnum';
}


.t-store__prod-popup__name {  /* Цвет заголовка в поп-апе страницы модели */
color: #202020 !important;
}



@media screen and (max-width: 560px){
.t-feed__post-popup__close-wrapper {
    height: 74px;
}}


@media screen and (max-width: 980px) {
.t-feed__post-popup.t-popup {
    padding: 10px;
}}


