/* Скролбар */
.t-body {
    overflow: overlay !important;
}
::-webkit-scrollbar {
    cursor:grab !important;
    width: 20px;
    background-color: transparent;
}
::-webkit-scrollbar {
    cursor:grab !important;
}
::-webkit-scrollbar-thumb {
    cursor:grab !important;
    background-color: #9dfc03;
    border-radius: 10px;
    border: 7px solid rgb(0, 0, 0, 0);
    background-clip: padding-box;
}

/* Главное меню */
.uc-top-menu-links .tn-atom a,
.t450__menu a.t-menu__link-item {
    position: relative;
}
.uc-top-menu-links .tn-atom a::before,
.t450__menu a.t-menu__link-item::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #9dfc03;
    transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
}
.uc-top-menu-links .tn-atom a:hover::before,
.t450__menu a.t-menu__link-item:hover::before {
    width: 100%;
    left: 0;
}

/* Прозрачность у боксов */
.uc-box-opacity .tn-atom {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

/* Фоновое изображение */
.t674__body_with-bg:after {
    background-position: center top !important;
}

/* Заголовки H1, H2 */
.uc-h1-zero h1.tn-atom em,
.uc-h2-zero h2.tn-atom em,
.uc-h2 .t050__title em,
.uc-bg-dark .t050__title em {
    position: relative;
    display: inline-block;
}
.uc-h1-zero h1.tn-atom em::after,
.uc-h2-zero h2.tn-atom em::after,
.uc-h2 .t050__title em::after,
.uc-bg-dark .t050__title em::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #9dfc03;
}
.uc-h1-zero h1.tn-atom em::after {
    bottom: -2px;
}

/* Тарифная сетка */
.t1069 .t-card__descr em {
    font-size: 11px;
}
.t1069 sup {
    font-size: x-large;
}
/*
.t1069__row .t1069__col:nth-of-type(1) .t1069__content .t1069__price:before,
.t1069__row .t1069__col:nth-of-type(2) .t1069__content .t1069__price:before,
.t1069__row .t1069__col:nth-of-type(3) .t1069__content .t1069__price:before,
.t1069__row .t1069__col:nth-of-type(4) .t1069__content .t1069__price:before {
    content: "от ";
    font-size: 0.5em;
}
*/
.uc-budget .t650 .t650__inner-col {
    height: auto !important;
}

/* Всплывающая форма */
.t-popup_show .t-popup__container {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

/* Кейсы */
.t-slds__img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/* FAQ */
.t668__wrapper {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* Контактная форма */
.t678 .t-section__title {
    margin-bottom: 10px;
}
.t678 .t-section__topwrapper {
    margin-bottom: 20px;
}

/* Кнопки контактов */
a[href="tel:+79021842331"].t898__icon_link svg path {
    fill: #888888 !important;
}
.t898__tooltip:after {
    right: -18px;
}