/**/
/*ОБЩИЕ НАСТРОЙКИ ДЛЯ САЙТА----------------------------------------------------------------------*/
/*Изменение жирности у радиокнопок в попапе "Оформить заказ"*/
.t-text {
    font-weight: 400 !important;
}
/*Размер заголовка страницы на мобилке*/
@media screen and (max-width: 640px) {
.uc-zagolovok .t-title_md {
    font-size: 35px;
} 
}

/*Прайс-лист мелкие заголовки на мобилке*/
@media screen and (max-width: 640px) {
.uc-h3 .t120__title {
    font-size: 20px !important;
} 
}

/*выравниевание цены у карточек по низу*/
.t-store__card__textwrapper {
    display: flex;
    flex-direction: column;
}
.js-store-price-wrapper {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
.js-store-prod-sold-out {
    width: 100%;
    order: -1;
}
.t-store__card__price {
    margin-right: 5px;
}

/*СТРАНИЦА УСЛУГИ----------------------------------------------------------------------*/
/*Адаптив заголовков на мобилке страница Услуга*/
@media screen and (max-width: 640px) {
.uc-uslugi .t-name_xl {
    font-size: 25px;
}
}

/*СТРАНИЦА КОНТАКТЫ----------------------------------------------------------------------*/
/*Заголовок на странице "Контакты" с мобилки до планшета*/
@media screen and (min-width: 480px) and (max-width: 960px) {
    .uc-contact .t-title_md {
    font-size: 30px !important;
    }
}
@media screen and (max-width: 479px) {
    .uc-contact .t-title_md {
    font-size: 25px !important;
    }
}

/* СТРАНИЦА О КОМПАНИИ----------------------------------------------------------------------*/
/* блок с иконками FR206 на мобиле */
@media screen and (max-width: 960px) {
.t503__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.t503__container .t-col_3 {
    width: 50%;
    max-width: 50%;
}}

/*Карточка товара адаптив описания с фото---------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
.uc-description .t-name_xl {
    font-size: 24px;
}
.uc-description .t764__title {
margin-bottom: -15px;
}
.uc-description .t764__btn-wrapper {
margin-top: 0px;
}
}
/*Форма в 3 колонки на страницах товаров*/
    .uc-form .form3 .t-form__inputsbox {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .uc-form .form3 .t-input-group {
        flex: 33.33% 0 0;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .uc-form .form3 .tn-form__submit {
        margin-left: 15px;
        flex: 100% 0 0;
    }

/*Цвет кнопки в форме на ховере*/
.uc-form .t-submit {
    /*Duration*/
    transition: all 0.2s ease-in-out;
}
.uc-form .t-submit:hover {
    /*Color on Hover*/
    color: white !important;
    /*bgcolor on Hover*/
    background-color: #439c3b !important;
}

/*высота блока с формой*/

/*СТРАНИЦА АРЕНДА вертикальный планшет-------------------------------------------------------------*/
@media screen and (min-width: 480px) and (max-width: 980px) {
/*расстояние под хлебными крошками*/
    .uc-breadcrumbs {
    padding-bottom: 75px !important;
}
/*расстояние под таб меню*/
    .uc-tabmenu {
    padding-bottom: 60px !important;
}

/*расстояние под блоком с продуктами*/    
.uc-product {
    padding-bottom: 30px !important;
}
}
.uc-product1 {
    padding-bottom: 30px !important;
}
}
/*убираю расстояние над кнопкой у карточки товара на адаптиве*/
@media screen and (max-width: 1200px) {
.uc-product .t754 .t-store__card__btns-wrapper {
    margin-top: 0px;
}
}

/*СТРАНИЦА РЕМОНТ ------------------------------------------------------------------------*/
/*убираю обводку у таб меню на адаптиве*/
.uc-tabmenu .t395__wrapper_mobile {
border: none !important;
}

/*ФУТЕР ------------------------------------------------------------------------*/
/*расстояние между лого и иконками соцсетей*/
.t420 .t-sociallinks {
    margin-top: 10px !important;
}