/* **************************************** */
/* Разное ********************************* */
/* **************************************** */

/* Скроллбар */
.t-body {
    overflow: overlay !important;
}
::-webkit-scrollbar {
    cursor:grab !important;
    width: 8px;
    background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
    cursor:grab !important;
    background-color: #25913e;
    border: 0px solid transparent;
    background-clip: padding-box;
}

/* Линии */
.uc-line-1px {
    height: 0.5px !important;
}

/* **************************************** */
/* Главная ******************************** */
/* **************************************** */

/* Меню */
.uc-top-menu .tn-atom a,
.uc-top-menu2 .tn-atom a {
    transition: color 0.1s ease-in-out;
}
.uc-top-menu .tn-atom a:hover,
.uc-top-menu2 .tn-atom a:hover {
    color: #efad35 !important;
}
.uc-top-callback .tn-atom a {
    transition: color 0.1s ease-in-out;
    border-bottom: 1px dashed #1f1f1d;
}
.uc-top-callback .tn-atom a:hover {
    color: #efad35 !important;
    border-bottom: 1px dashed #efad35;
}

/* Преимущества */
@media screen and (max-width: 1200px) {
    .t859__separator {
        margin-bottom: 20px !important;
    }
}
@media screen and (max-width: 960px) {
    .t859__separator {
        margin-bottom: 0 !important;
    }
}
.t491__content {
    background: #f7f7f7;
    padding: 20px;
}

/* Каталог */
.js-store-prod-all-text {
    font-size: 14px;
    line-height: 1.55;
}
.t-store__card__price-item::before,
.js-store-prod-price::before {
    content: "от ";
}
.t-store__card__price-currency::after,
.t-store__prod-popup__price-currency::after {
    content: "/м2";
    margin-left: 0px;
}
.uc-catalog .t-typography__descr ul li {
    list-style-type: square;
}

/* Корзина */
.t706__carticon-text,
.t706__product-amount,
.t706__product-amount--portion,
.t706__cartwin-prodamount-wrap {
    display: none !important;
}
.t706__carticon-imgwrap,
.t706__carticon-counter {
    border-radius: 0px;
}
.t706__cartwin-bottom {
    padding-top: 0px;
}

/* Этапы */
.t577__circle {
    width: 60px;
    height: 60px;
    border-radius: 0;
}
.t577__number {
    font-weight: 300;
}

/* Команда */
.t-slds__arrow-withbg {
    border-radius: 0 !important;
}

/* Отзывы */
.t958__review {
    margin-top: 15px;
}

/* Лид-форма */
.t1047 .t-submit:hover {
    opacity: 1 !important;
}

/* Футер */
.uc-footer .t977__text {
    margin-top: 5px !important;
}
.uc-footer .t977__descr ul li a {
    transition: color 0.1s ease-in-out;
}
.uc-footer .t977__descr ul li a:hover {
    color: #efad35 !important;
}
.uc-footer .t977__descr li {
    margin-bottom: 5px;
}

/* **************************************** */
/* Страница с измерениями ***************** */
/* **************************************** */

/* Ссылка «Назад» */
.t1075__link {
    margin-bottom: 0px;
}

/* **************************************** */
/* Лендинг ******************************** */
/* **************************************** */

.t490 .t-name_xl {
    margin-bottom: 10px;
}