/*ОБЩИЕ НАСТРОЙКИ -------------------------------------------------- */
/*Размер заголовков второго уровн на вертикальном планшете*/
@media screen and (min-width: 480px) and (max-width: 980px) {
.t120__title {
    
    font-size: 35px !important;
}
}

/*размер заголовков у товаров на мобилке и поаншете*/
@media screen and (max-width: 1200px) {
.t-name_xs {
    font-size: 18px;
}
}

/*закругление у миниатюр товара*/
.js-product-img {
    border-radius: 30px;
}

.uc-header .t-btn {
    /*letter-spacing: 1px;*/
    padding-left: 15px;
    padding-right: 15px;
}

.uc-form .t-submit {
height: 55px;
letter-spacing: 1px;
}

/*стиль стандартных кнопок*/
.uc-botton .t-btn {
    letter-spacing: 1px !important;
    height: 50px;
}

/*выравние текста по центру относительно иконок в карточке товаров*/
.uc-icons .t-valign_top {
    vertical-align: middle;
}



/*Страница РЕЦЕПТЫ-----------------------------------*/
/* уменьшение иконок у рецептов*/
.uc-recipe .t1066__bgimg {
    width: 45px;
    height: 45px;
}

/*выравние текста по центру относительно иконок*/
.uc-recipe .t-valign_top {
    vertical-align: middle;
}

/*выравние всего текста по верху картинки*/
.uc-recipe .t-col_flex {
    margin-top: 0px;
}

/*расстояние между пунктами*/
.uc-recipe .t1066__item {
    margin-bottom: 35px;
}


/*Стр КАТАЛОГ--------------------------------------------------------------------*/
/* Sticky блок FAQ - замените на Id блока который должен прилипнуть ---------------------------------------------------------------------------------- */
.uc-vkladki {
    position: sticky;
    position: -webkit-sticky;
    z-index: 999;
    top: 80px;
    background-color: #ffffffb3 !important;
}

.t-records {
  overflow: unset !important;
} 



/*СТР КОНТАКТЫ------------------------------------------------*/
/*Уменьщение отступов на верт планшете у 4 колонок*/
@media screen and (min-width: 480px) and (max-width: 980px) {
.uc-contact {
    padding-bottom: 0px !important;
}
}


/*СТИЛЬ КАРТОЧКИ ТОВАРА----------------------------------------------------------*/
/*карточка товара - название*/
@media screen and (min-width: 480px) and (max-width: 980px) { 
.uc-productname .t-heading_sm {
    font-size: 40px;
}
}

/*стиль стандартных кнопок*/
.uc-galery .t-btn {
    letter-spacing: 1px !important;
    width: 180px;
}
/*убрали отступ перед текстом*/
.uc-galery .t764__descr {
    margin-top: 0px;
}

.js-product-img {
    border-radius: 30px;
}

/*расстояния между карточками ВАМ МОЖЕТ ПОНРАВИТСЯ*/
@media screen and (min-width: 480px) and (max-width: 980px) {
.uc-showmore .t-store__grid-cont .t-col {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 479px) {
.uc-showmore .t-store__grid-cont .t-col {
    margin-bottom: 20px;
}
}

/*Отступ под блококм ВАМ МОЖЕТ ПОНРАВИТСЯ*/
@media screen and (min-width: 480px) and (max-width: 980px) {
.uc-showmore {
    padding-bottom: 80px !important;
}
}

@media screen and (max-width: 479px) {
.uc-showmore {
    padding-bottom: 55px !important;
}
}



/*ХЕДЕР -------------------------------------------------- */
/*стиль хедера на вертикальном планшете*/
@media screen and (min-width: 980px) and (max-width: 1200px) {
.t-menu__link-item {
font-size: 15px !important;
}
.t228__list_item {
    padding: 0 9px !important;    
}
}



/*ФУТЕР ------------------------------------------------------------*/
/*изменение отступа на мпланшете и на мобилке*/
@media screen and (min-width: 980px) and (max-width: 1200px) {
.uc-footer {
    padding-bottom: 10px !important;
}
}

@media screen and (max-width: 979px) {
.uc-footer {
padding-bottom: 0px !important;
}
}


