/*Отступ от логотипа в меню - складывался на средних разрешениях десктопа*/

/*.t446__leftwrapper {*/
/*    padding-right: 100px !important;*/
/*}*/

@media (min-width: 981px) {
    .t446__leftwrapper {
    padding-right: 100px !important;
}
}

/*Align логотипа в мобильной версии*/

@media screen and (max-width: 768px) {
    .tmenu-mobile__burgerlogo__title p {
        text-align: left !important;
    }
}

/*Высота главного блока*/

.hero-h {
    height: 100%!important;
}

/*Отступ заголовка главного блока в мобилках*/

@media screen and (max-width: 768px) {
    .t154 {
        padding: 0;
    }
}

/*Отступ колонок в гаджетах (контейнеры)*/

@media screen and (max-width: 960px) {
    .t-col {
        padding-left: 25px !important;
        padding-right: 25px !important;
}}

/*Отступ сбоку у контейнера шапки в мобилках*/

.tmenu-mobile__container {
    padding: 20px 25px !important;
}

.uc-footer-form {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0;
}

/*Адаптация высоты формы в футере*/

@media screen and (max-width: 960px) {
.t823__wrapper_mobile.t823__wrapper {
    height: 100% !important;
}
}

/*align чекбокса относительно текста*/

.t-checkbox__control.t-checkbox__control_flex {
    webkit-align-items: start;
    align-items: start;
}

sup {
    font-size: x-small;
}

.t1004__feed-parts-container {
    display: none;
}

.t446__list_item {
    padding-inline: 5px!important;
}

.t446__list_item:first-child {
    padding-left: 0;
}

.t446__list_item:last-child {
    padding-right: 0;
}

/*Иконки мессенджеров обратной связи в углу сайта*/

.t825__messenger .t825__telegram > svg {
    fill: #BDAA9B !important;
}

.t-sociallinks__svg path, g {
    fill: #BDAA9B !important;
}

/*Скрываем мокап в мобильной версии*/

@media screen and (max-width: 768px) {
    .t823__col_img {
    display: none;
}
}
