/* *********************************** */
/* МЕНЮ                                */
/* *********************************** */

/* Правим основные ссылки в меню */
.t228__list_item:first-child {
    padding-left: 15px !important;
}
.t228__list_item:last-child {
    padding-right: 15px !important;
}
@media screen and (max-width: 980px) {
    .t228__list_item:first-child {
        padding-left: 10px !important;
    }
    .t228__list_item:last-child {
        padding-right: 10px !important;
    }
}

/* Скорость подчеркивания текстовых ссылок */
.t-menu__link-item,
a.uc-dashed-link {
    -webkit-transition: color 0.1s ease-in-out, opacity 0.1s ease-in-out;
    transition: color 0.1s ease-in-out, opacity 0.1s ease-in-out;
    outline: none;
}

/* Маленькая подчеркнутая ссылка в меню */
a.uc-dashed-link {
    display: inline-block;
    margin-top: 5px;
    white-space: nowrap;
    font-family: 'TildaSans', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #545559;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}
#rec515252157 a.uc-dashed-link {
    color: #ffffff;
    border-color: #ffffff;
}
#rec515755527 a.uc-dashed-link {
    color: #545559;
    border-color: #545559;
}
#rec515252157 a.uc-dashed-link:hover,
#rec515755527 a.uc-dashed-link:hover {
    color: #184E83;
    border-color: #184E83;
}
@media screen and (max-width: 980px) {
    a.uc-dashed-link {
        display: none;
    }
}

/* Меню во время скролла */
#nav515755527.t228 {
    border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 980px) {
    .tmenu-mobile,
    .t228__maincontainer {
        border-bottom: 1px solid #e5e5e5;
    }
} 

/* *********************************** */
/* РАЗНОЕ                              */
/* *********************************** */

/* Фон у подзаголовка */
.t734__descr {
    display: inline-block !important;
    background: rgba(0, 0, 0, 0.4) !important;
    /* background: #184e83 !important; */
    padding: 5px 15px !important;
    box-decoration-break: clone !important;
}

/* Слайдер на главной */
.t-slds__arrow-withbg,
.t-slds__bullet_body {
    border-radius: 0px;
}

/* Правим кнопки */
.t-btn_md {
    font-size: 16px;
}

/* Стили заголовков */
h1.t050__title,
h2.t050__title {
    display: inline-block;
    border-top: 10px solid #184E83;
    border-bottom: 10px solid #184E83;
}
h1.t555__title {
    display: inline-block;
    border-top: 7px solid #184E83;
    border-bottom: 7px solid #184E83;
}
.t702 .t702__title {
    display: inline-block;
    border-bottom: 7px solid #184E83;
    margin-bottom: 15px;
    padding-bottom: 0px;
}

/* Оборудование */
/*.t686 .t686__overlay {
    border-top: 10px solid #184E83;
    border-bottom: 10px solid #184E83;
    opacity: 1 !important;
}*/

/* Производители */
.t594__item {
    cursor: pointer;
}

/* Услуги */
.t858__inner-col {
    height: auto !important;
}
.t858__wrap {
    padding: 30px 0px;
}
.t858__img {
    padding-bottom: 30px;
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

/* Первый экран вспомогательных страниц */
.t182 .t182__buttons {
    margin-top: 0px;
}
.t182 .t-btn_md {
    height: 50px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
}

/* Нумерованный список */
@media screen and (max-width: 960px) {
    .t510__circle {
        line-height: 24px!important;
    }
}

/* Размытие под всплывающими окнами */
.t-popup.t-popup_show {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

/* Карточки производителей */
.uc-manufacturer .t390__img {
    width: 150px;
    padding: 15px 0 0 45px;
}
.uc-manufacturer .t390__wrapper {
    padding: 0 45px 40px;
}

/* Карточки услуг */
.uc-services .t390__img {
    width: 100px;
    height: 100px;
    padding: 40px 0 30px 45px;
}
.uc-services .t390__wrapper {
    padding: 0 45px 40px;
}