    .img-zoom {
        overflow: hidden;
    }
    .img-zoom .tn-atom {
        transition: transform 200ms ease-in-out;
    }
    .img-zoom:hover .tn-atom {
        transform: scale(110%);
    }

/*Поп-апы. Дорабатываем стили.*/
.t-popup {
    .t702__title {
        margin-bottom: 24px;
    }
    .t-input-group {
        margin-bottom: 16px;
    }
    .t-checkbox__indicator {
        border: 1px solid #2a2a34;
        float: left;
        margin-bottom: 40px;
    }
    .t-checkbox__indicator:after {
        left: 8px;
        top: 4px;
    }
    .t-checkbox__labeltext {
        line-height: 1.4;
    }
}
@media screen and (max-width: 560px) {
    .t-popup__close {
        background-color: #ffffff !important;
    }
}


/*Поиск t838 в зеро-блоке. Дорабатываем стили.*/
    .uc-zero-search input {
        height: 44px;
    }
    .uc-zero-search {
        padding: 0 !important;
    }
    .t838 .t-container {
        max-width: none;
    }
    .t838 .t-col {
        max-width: none;
        padding: 0;
        margin: 0;
    }   
    .searchinput{
        z-index:99 !important
    }
    .t838__search-icon {
        height: 18px;
    }

/*Блок Кто становится нашим клиентом. Добавляем нижний бордер (класс uc-clients)*/
.uc-clients .t396 {
    .shape-border {
        border-bottom: 1px solid #CBCBDA;
    }
}

/*Блок Все необходимое в одном месте. Дорабатываем карточки (класс uc-all-needed)*/
.uc-all-needed .t959 {
    .t959__card-content {
        top: initial !important;
    }
    .t-card__title {
        margin: 28px;
    }
    .t959__card {
        padding: 16px 8px 0 8px;
    }
}
@media screen and (max-width: 640px) {
    .uc-all-needed .t959 {
        .t-container {
            max-width: 480px;
        }
        .t959__card {
            padding: 16px 0 0 0;
        }
        .t-card__title {
            font-size: 18px !important;
        }
    }
}
@media screen and (max-width: 480px) {
    .uc-all-needed .t959 {
        .t-container {
            max-width: 320px;
        }
    }
}

/*Блок Дистрибьюторы. Дорабатываем карточки (класс uc-logo-cards)*/
/*Блок Дилеры. Дорабатываем карточки.*/
/*Блок Программы. Дорабатываем карточки.*/
/*Блок Площадки. Дорабатываем карточки.*/
.uc-logo-cards .t649,
.uc-showmore .t649 {
    .t-container {
        max-width: 1180px;
    }
    .t-card__col {
        max-width: 278px;
        margin: 0 8px 16px;
    }
    .t649__textwrapper {
        padding: 8px 0 0 0;
        margin: 0;
    }
    .t-card__title {
        margin: 0;
    }
    .t-clear {
        margin-bottom: 0;
    }
    .t649__blockimg {
        border-radius: 4px;
    }
}
@media screen and (max-width: 1200px) {
    .uc-logo-cards .t649,
    .uc-showmore .t649 {
        .t-container {
            max-width: 960px;
        }
        .t-card__col {
            max-width: 224px;
        }
    }
}
@media screen and (max-width: 960px) {
    .uc-logo-cards .t649,
    .uc-showmore .t649 {
        .t-container {
            max-width: 640px;
        }
        .t-card__col {
            max-width: 304px;
            padding-left: 0;
            padding-right: 0;
            display: inline-block;
            vertical-align: top;
        }
    }
}
@media screen and (max-width: 640px) {
    .uc-logo-cards .t649,
    .uc-showmore .t649 {
        .t-container {
            max-width: 480px;
        }
        .t-card__col {
            max-width: 222px;
            margin: 0 4px 8px;
        }
    }
}
@media screen and (max-width: 480px) {
    .uc-logo-cards .t649,
    .uc-showmore .t649 {
        .t-container {
            max-width: 320px;
        }
        .t-card__col {
            max-width: 150px;
        }
        .t649__textwrapper {
            margin-bottom: 20px !important;
        }
    }
}

/*Блок Наши преимущества. Дорабатываем адаптивы (класс uc-advantages)*/
@media screen and (max-width: 1200px) {
    .uc-advantages .t503 {
        .t-card__title {
            font-size: 22px !important;
        }
    }
}
@media screen and (max-width: 640px) {
    .uc-advantages .t503 {
        .t-container {
            max-width: 480px;
        }
        .t-card__col {
            padding: 0 10px;
            margin-top: 24px !important;
        }
        .t-card__title {
            font-size: 18px !important;
            margin-top: 20px;
        }
        .t-card__descr {
            font-size: 14px !important;
            margin-top: 16px;
        }
    }
}
@media screen and (max-width: 480px) {
    .uc-advantages .t503 {
        .t-container {
            max-width: 320px;
        }
    }
}

/*Блок Наши кейсы (старый). Дорабатываем карточки (класс uc-cases)*/
.uc-cases .t649 {
    .t649__col {
        max-width: 365px;
        margin-left: 16px;
        margin-right: 16px;
    }
    .t649__blockimg {
        border-radius: 8px;
    }
    .t-card__uptitle {
        letter-spacing: normal;
    }
    .t-card__title {
        margin-top: 8px;
        margin-bottom: 16px;
    }
    .t649__separator {
        margin-bottom: 60px;
    }
    .t-card__btn-text {
        text-decoration: underline;
    }
    .t649 .t649__sp {
        padding-top: 8px;
    }
}
@media screen and (max-width: 1200px) {
    .uc-cases .t649 {
        .t649__col {
            max-width: 288px;
        }
        .t-card__title {
            font-size: 22px !important;
        }
    }
}
@media screen and (max-width: 960px) {
    .uc-cases .t649 {
        .t649__col {
            max-width: 100%;
            margin-left: 0;
            padding: 0;
        }
    }
}
@media screen and (max-width: 640px) {
    .uc-cases .t649 {
        .t-container {
            max-width: 480px;
        }
        .t-card__title {
            font-size: 18px !important;
            margin-bottom: 12px;
        }
        .t-card__descr {
            font-size: 14px !important;
        }
    }
}
@media screen and (max-width: 480px) {
    .uc-cases .t649 {
        .t-container {
            max-width: 320px;
        }
    }
}

/*Блок Наши кейсы (новый, потоки). Дорабатываем карточки (класс uc-cases-detailed)*/
.uc-cases-detailed {
    .t-feed__post {
        max-width: 365px;
        margin-left: 16px;
        margin-right: 16px;
    }
    .t-feed__post-bgimg {
        border-radius: 8px;
    }
    .t-feed__post-title {
        margin-top: 8px;
        margin-bottom: 16px;
    }
    .t-feed__grid-col:not(.t-slds__item) {
        margin-top: 60px;
    }
    .t-btntext {
        text-decoration: underline;
    }
    .t-feed__post-popup__close-text {
        font-size: 16px;
    }
    .t-feed__post-popup__img {
        border-radius: 8px;
    }
    .t-feed__post-popup__title {
        font-size: 30px !important;
    }
}
@media screen and (max-width: 1200px) {
    .uc-cases-detailed {
        .t-feed__post {
            max-width: 288px;
        }
        .t-feed__post-title {
            font-size: 22px !important;
        }
        .t-feed__post-popup__title {
            font-size: 24px !important;
        }
    }
}
@media screen and (max-width: 960px) {
    .uc-cases-detailed {
        .t-feed__post {
            max-width: 100%;
            margin-left: 0;
            padding: 0 10px;
        }
    }
}
@media screen and (max-width: 640px) {
    .uc-cases-detailed {
        .t-feed__container {
            max-width: 480px;
        }
        .t-feed__post-title {
            font-size: 18px !important;
            margin-bottom: 12px;
        }
        .t-feed__post-descr {
            font-size: 14px !important;
        }
        .t-feed__post-popup__title {
            font-size: 20px !important;
        }
    }
}
@media screen and (max-width: 480px) {
    .uc-cases-detailed {
        .t-feed__container {
            max-width: 320px;
        }
        .t-feed__post-imgwrapper {
            margin-bottom: 8px;
        }
        .t-feed__grid-col:not(.t-slds__item) {
            margin-top: 32px !important;
        }
        .t-feed__grid-col:first-child {
            margin-top: 0 !important;
        }
    }
}

/*Блок Наша команда профессионалов. Дорабатываем карточки (класс uc-team)*/
.uc-team .t923 {
    .t923__bgimg  {
        border-radius: 4px;
    }
    .t-col {
        max-width: 266px;
        margin-left: 16px;
        margin-right: 16px;
    }
    .t923__textwrapper {
        padding: 16px 0 0 0;
    }
}
@media screen and (max-width: 1200px) {
    .uc-team .t923 {
        .t-card__title {
            font-size: 22px !important;
        }
    }
}
@media screen and (max-width: 640px) {
    .uc-team .t923 {
        .t-card__title {
            font-size: 18px !important;
        }
    }
}

/*Блок Какие вопросы у вас могут возникнуть. Дорабатываем отступы, шрифт в адаптивах (класс uc-questions)*/
.uc-questions .t585 {
    .t585__trigger-button {
        padding: 20px 50px 20px 0;
    }
    .t585__text {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 1200px) {
    .uc-questions .t585 {
        .t585__title {
            font-size: 22px !important;
        }
    }
}
@media screen and (max-width: 960px) {
    .uc-questions .t585 {
        .t-col {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }
}
@media screen and (max-width: 640px) {
    .uc-questions .t585 {
        .t585__title {
            font-size: 18px !important;
        }
        .t585__text {
            font-size: 14px !important;
        }
    }
}

/*Форма Узнайте о специальных предложениях. Дорабатываем форму (класс uc-form-ask-price)*/
.uc-form-ask-price .t396 {
    .t-checkbox__indicator {
        border: none;
        background-color: #ffffff;
        float: left;
        margin-bottom: 30px;
    }
    .t-checkbox__indicator:after {
        left: 8px;
        top: 4px;
    }
    .t-checkbox__labeltext {
        line-height: 1.4;
    }
}

/*Блок Контакты. Добавляем скругления к карте (класс uc-contacts)*/
.uc-contacts .t396 {
    .tn-atom__html iframe {
        border-radius: 0 8px 8px 0;
    }
}
@media screen and (max-width: 960px) {
    .uc-contacts .t396 {
        .tn-atom__html iframe {
            border-radius: 0 0 8px 8px;
        }
}

/*Дорабатываем раскрывающееся меню в адаптиве*/
#rec645054674 {
    .t585__trigger-button {
        padding: 20px 50px 20px 0;
    }
    .t585__text {
        margin-bottom: 0;
        line-height: 2;
    }
    .t585__title {
        font-size: 18px;
    }
    .t585__text {
        font-size: 14px;
    }
    .t-col {
        padding-left: 10px;
        padding-right: 10px;
    }
    .t-container {
        max-width: 480px;
    }
}
@media screen and (max-width: 480px) {
    #rec645054674 {
        .t-container {
            max-width: 320px;
        }
    }
}
/*кнопка связи через битрикс*/
@media screen and (max-width: 480px) {
    .b24-widget-button-position-bottom-right {
        right: 10px!important;
        bottom: 10px!important;
    }
}
.b24-widget-button-inner-block {
    background: #186ae5;
}
