

/* Start:/local/templates/active/components/bitrix/news.list/home_teasers/style.css?17847247487014*/
/* ==========================================================================
   LanServ — advantages / homes-icons-block
   Светлый вариант. Шаблон не меняем.
   Реальная структура: .homes-icons-block-wrap / .homes-icons-block / .item
   ========================================================================== */

.homes-icons-block-wrap {
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    padding: 54px 0;
    background-color: #ffffff !important;
    color: #162118;
}

/* если в старых стилях была темная сетка */
.homes-icons-block-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 1;
    pointer-events: none;
}

.homes-icons-block-wrap > * {
    position: relative;
    z-index: 1;
}

/* Описание под заголовком */
.homes-icons-block > p {
    max-width: 980px;
    margin: 0 0 32px;
    color: #667067;
    font-size: 17px;
    line-height: 1.68;
    text-align: left;
}

/* Убираем br после текста */
.homes-icons-block > br {
    display: none;
}

/* ==========================================================================
   Grid
   ========================================================================== */

.homes-icons-block > .row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
}

.homes-icons-block > .row::before,
.homes-icons-block > .row::after {
    display: none;
}

/* Сброс Bootstrap и глобального .item */
.homes-icons-block .item {
    position: relative;
    overflow: hidden;
    float: none !important;
    display: flex;
    flex-direction: column;
    width: auto !important;
    max-width: none;
    min-width: 0;
    min-height: 265px;
    height: 100%;
    margin: 0 !important;
    padding: 28px !important;
    border: 1px solid rgba(63, 156, 53, .14);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: none;
    color: #162118;
}

/* Мягкий фон внутри карточки */
.homes-icons-block .item::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: rgba(140, 198, 63, .14);
    pointer-events: none;
}

/* Если вся карточка является ссылкой */
.homes-icons-block .item > a {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.homes-icons-block .item:hover {
    border-color: rgba(63, 156, 53, .30);
    background: #ffffff;
    box-shadow: none;
    transform: none;
}

.homes-icons-block .item > a:hover {
    color: inherit;
    text-decoration: none;
}

/* ==========================================================================
   Icons — оставляем изображения из шаблона
   ========================================================================== */

.homes-icons-block .item-icon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    min-height: 62px;
    margin: 0 0 22px;
    padding: 13px;
    border-radius: 20px;
    background: #eaf5e9;
    color: #3f9c35;
}

/* Картинки не заменяем числами */
.homes-icons-block .item-icon img {
    display: block;
    width: 36px;
    height: 36px;
    max-width: 36px;
    max-height: 36px;
    margin: 0;
    object-fit: contain;
}

.homes-icons-block .item-icon i {
    color: #3f9c35;
    font-size: 29px;
    line-height: 1;
}

/* ==========================================================================
   Content
   ========================================================================== */

.homes-icons-block .item-content {
    position: relative;
    z-index: 1;
    min-width: 0;
    margin: 0;
    padding: 0;
    text-align: left;
}

.homes-icons-block .item-title {
    margin: 0 0 12px;
    padding: 0;
    color: #153f22;
    font-size: 22px;
    line-height: 1.22;
    font-weight: 850;
    text-align: left;
}

.homes-icons-block .item-text {
    margin: 0;
    padding: 0;
    color: #667067;
    font-size: 15px;
    line-height: 1.62;
    text-align: left;
}

.homes-icons-block .item-text p {
    margin: 0 0 12px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
}

.homes-icons-block .item-text p:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   Safety: убираем старую темную схему / анимации
   ========================================================================== */

.homes-icons-block .item,
.homes-icons-block .item:hover,
.homes-icons-block .item > a,
.homes-icons-block .item > a:hover,
.homes-icons-block .item-icon,
.homes-icons-block .item:hover .item-icon {
    box-shadow: none;
    transform: none;
}

.homes-icons-block .item,
.homes-icons-block .item-icon,
.homes-icons-block .item-title,
.homes-icons-block .item-text {
    transition:
        border-color .2s ease,
        background-color .2s ease,
        color .2s ease;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media screen and (max-width: 980px) {
    .homes-icons-block-wrap {
        padding: 48px 0;
    }

    .homes-icons-block > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .homes-icons-block .item {
        min-height: 240px;
    }
}

@media screen and (max-width: 640px) {
    .homes-icons-block-wrap {
        margin: 46px 0;
        padding: 42px 0;
    }

    .homes-icons-block > p {
        margin-bottom: 26px;
        font-size: 16px;
        line-height: 1.62;
    }

    .homes-icons-block > .row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .homes-icons-block .item {
        min-height: 0;
        padding: 24px 22px !important;
        border-radius: 20px;
    }

    .homes-icons-block .item-icon {
        width: 58px;
        height: 58px;
        min-height: 58px;
        margin-bottom: 18px;
        border-radius: 18px;
    }

    .homes-icons-block .item-icon img {
        width: 34px;
        height: 34px;
        max-width: 34px;
        max-height: 34px;
    }

    .homes-icons-block .item-title {
        font-size: 20px;
    }

    .homes-icons-block .item-text {
        font-size: 15px;
        line-height: 1.58;
    }
}
/* End */


/* Start:/local/templates/active/components/bitrix/news.list/faq_inner/style.css?17848862354756*/
/* ==========================================================================
   LanServ — FAQ redesign
   Template: .faq-list / .faq-default
   ========================================================================== */

.faq-list {
    display: grid;
    gap: 14px;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
}


/* ===== Item ===== */

.faq-list .faq.faq-default {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(63, 156, 53, .14);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: none;
    color: #162118;
}

/* ===== Heading ===== */

.faq-list .faq-heading {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.faq-list .faq-title {
    margin: 0;
    padding: 0;
}

/* ===== Toggle ===== */

.faq-list .faq-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    width: 100%;
    min-height: 72px;
    padding: 22px 72px 22px 24px;
    color: #153f22;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 850;
    text-decoration: none;
    background: #ffffff;
    transition:
        background-color .2s ease,
        color .2s ease;
}

.faq-list .faq-toggle:hover,
.faq-list .faq-toggle:focus {
    color: #153f22;
    text-decoration: none;
    background: #f8fbf8;
    outline: none;
}

/* Плюс / минус */
.faq-list .faq-toggle::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    border: 1px solid rgba(63, 156, 53, .18);
    border-radius: 14px;
    background: #eaf5e9;
    color: #3f9c35;
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    transition:
        background-color .2s ease,
        border-color .2s ease,
        color .2s ease;
}

/* Открытое состояние */
.faq-list .faq-toggle[aria-expanded="true"] {
    background: #f8fbf8;
    color: #153f22;
}

.faq-list .faq-toggle[aria-expanded="true"]::after {
    content: "−";
    border-color: rgba(63, 156, 53, .28);
    background: #3f9c35;
    color: #ffffff;
}

/* ===== Collapse ===== */

.faq-list .faq-collapse {
    margin: 0;
    padding: 0;
    border: 0;
    background: #ffffff;
}

/* Bootstrap 3/4 compatibility */
.faq-list .faq-collapse.collapse {
    display: none;
}

.faq-list .faq-collapse.collapse.in,
.faq-list .faq-collapse.collapse.show {
    display: block;
}

/* ===== Body ===== */

.faq-list .faq-body {
    margin: 0;
    padding: 0 24px 24px;
    color: #667067;
    font-size: 16px;
    line-height: 1.68;
}

.faq-list .faq-body p {
    margin: 0 0 14px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.faq-list .faq-body p:last-child {
    margin-bottom: 0;
}

.faq-list .faq-body ul,
.faq-list .faq-body ol {
    margin: 14px 0 0;
    padding-left: 20px;
    color: inherit;
}

.faq-list .faq-body li {
    margin: 0 0 8px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.faq-list .faq-body li:last-child {
    margin-bottom: 0;
}

.faq-list .faq-body a {
    color: #3f9c35;
    text-decoration: none;
}

.faq-list .faq-body a:hover {
    color: #153f22;
    text-decoration: none;
}

/* ===== Hover item ===== */

.faq-list .faq.faq-default:hover {
    border-color: rgba(63, 156, 53, .28);
}

/* ===== Safety against old theme styles ===== */

.faq-list .faq,
.faq-list .faq-heading,
.faq-list .faq-title,
.faq-list .faq-body {
    box-shadow: none;
}

.faq-list .faq-toggle,
.faq-list .faq-toggle:hover,
.faq-list .faq-toggle:focus,
.faq-list .faq-toggle:active {
    box-shadow: none;
}

/* ==========================================================================
   Mobile
   ========================================================================== */

@media screen and (max-width: 640px) {
    .faq-list {
        gap: 12px;
    }

    .faq-list > h2 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .faq-list .faq-toggle {
        min-height: 66px;
        padding: 19px 62px 19px 20px;
        font-size: 16px;
        line-height: 1.4;
    }

    .faq-list .faq-toggle::after {
        right: 18px;
        width: 34px;
        height: 34px;
        margin-top: -17px;
        border-radius: 12px;
        font-size: 24px;
    }

    .faq-list .faq-body {
        padding: 0 20px 22px;
        font-size: 15px;
        line-height: 1.62;
    }
}
/* End */


/* Start:/local/templates/active/components/bitrix/news.list/home_partners/style.css?17848870796363*/
.span-how-h2 {
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
    color: #000000;
}

.show-all {
    text-decoration: none;
    text-align: right;
    float: right;
}

.show-all:hover {
    text-decoration: underline;
}

/* ==========================================================================
   LanServ — clients / partners logo slider
   Template: .home-logos-slider
   Images container target: about 180x60
   ========================================================================== */

.home-logos-slider {
    position: relative;
    margin: 0;
    padding: 0 10px;
}

/* Внешняя область слайдера */
.home-logos-slider .content-slider-in {
    overflow: visible;
    width: 100%;
    margin: 0;
    padding: 0;
}


/* Сбрасываем старый глобальный .item */
.home-logos-slider .item {
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    min-height: 118px;
    margin: 0 5px 0 !important;
    padding: 16px !important;
    border: 1px solid rgba(63, 156, 53, .12);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: none;
    color: #162118;
}

/* Если слайдер сам добавляет inline-ширины — не ломаем */
.home-logos-slider .slick-slide,
.home-logos-slider .slider .item {
    height: auto;
}

/* Контейнер картинки 180x60 */
.home-logos-slider .item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 60px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
}

/* Внутренний span */
.home-logos-slider .item-img-in {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 60px;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* Сами логотипы разного размера */
.home-logos-slider .item-img img,
.home-logos-slider .item-img-in img {
    display: block;
    width: auto;
    height: auto;
    max-width: 180px;
    max-height: 60px;
    margin: 0 auto;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .78;
    transition:
        filter .2s ease,
        opacity .2s ease;
}

/* Hover без смещения и без теней */
.home-logos-slider .item:hover {
    border-color: rgba(63, 156, 53, .26);
    background: #f8fbf8;
    box-shadow: none;
    transform: none;
}

.home-logos-slider .item:hover img {
    filter: grayscale(0);
    opacity: 1;
}

/* Убираем старый overlay */
.home-logos-slider .img-hover-overlay {
    display: none;
}

/* Ссылка вокруг всего слайдера */
.home-logos-slider>a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.home-logos-slider>a:hover {
    color: inherit;
    text-decoration: none;
}

/* ==========================================================================
   Header above slider
   ========================================================================== */

.block-content .block-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block-content .block-title::before,
.block-content .block-title::after {
    content: unset !important;
}


.block-content .block-title .show-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 18px;
    border: 1px solid rgba(63, 156, 53, .20);
    border-radius: 999px;
    background: #ffffff;
    color: #153f22;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: none;
    transition:
        border-color .2s ease,
        background-color .2s ease,
        color .2s ease;
}

.block-content .block-title .show-all:hover {
    border-color: rgba(63, 156, 53, .38);
    background: #eaf5e9;
    color: #153f22;
    text-decoration: none;
}


/* Если FontAwesome не подгрузится */
.home-logos-slider .slick-prev i::before {
    content: "\f104";
}

.home-logos-slider .slick-next i::before {
    content: "\f105";
}

/* Disabled */
.home-logos-slider .slick-arrow.slick-disabled,
.home-logos-slider .slick-arrow.disabled {
    opacity: .38;
    cursor: default;
    pointer-events: none;
}

/* ==========================================================================
   Safety
   ========================================================================== */

.home-logos-slider .item,
.home-logos-slider .item:hover,
.home-logos-slider .slick-arrow,
.home-logos-slider .slick-arrow:hover {
    box-shadow: none;
}

.home-logos-slider .item:hover {
    transform: none;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media screen and (max-width: 760px) {
    .home-logos-slider {
        padding: 0 10px;
    }

    .home-logos-slider .item {
        min-height: 108px;
        padding: 14px !important;
        border-radius: 20px;
    }

    .home-logos-slider .item-img,
    .home-logos-slider .item-img-in {
        width: 160px;
        height: 54px;
    }

    .home-logos-slider .item-img img,
    .home-logos-slider .item-img-in img {
        max-width: 160px;
        max-height: 54px;
    }

    .home-logos-slider .slick-arrow {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }

    .block-content .block-title {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }
}

@media screen and (max-width: 480px) {
    .home-logos-slider {
        padding: 0;
    }

    .home-logos-slider .slick-arrow {
        top: auto;
        bottom: -56px;
        transform: none;
    }

    .home-logos-slider .slick-prev {
        left: 0;
    }

    .home-logos-slider .slick-next {
        right: auto;
        left: 52px;
    }

    .home-logos-slider {
        margin-bottom: 56px;
    }
}
/* End */


/* Start:/local/templates/active/components/ms/active.smart.form/homepage_form_new/style.css?178583862820481*/
/* ==========================================================================
   LanServ — contact form redesign
   Layout:
   - left dark information panel
   - right white form panel
   - 2 fields per row
   - textarea full width
   ========================================================================== */

/* ===== Root ===== */

.order-callback-form-container {
    width: 100%;
    margin: 30px 0;
    padding: 0;
}

.order-callback-form-container>.order-callback-form {
    display: grid;
    grid-template-columns: 410px minmax(0, 1fr);
    gap: 28px;
    align-items: stretch;
    width: 100%;
    margin: 0;
}

/* Reset old Bootstrap columns only inside this form */
.order-callback-form-container .left-side,
.order-callback-form-container .right-side {
    float: none;
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0;
    padding: 0;
}

/* ===== Left information panel ===== */

.order-callback-form-container .left-side {
    position: relative;
    overflow: hidden;
    padding: 32px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 88% 8%,
            rgba(140, 198, 63, .26),
            transparent 28%),
        linear-gradient(145deg,
            #112d19 0%,
            #1f6a2b 100%);
    box-shadow: 0 22px 70px rgba(28, 70, 35, .16);
    color: #ffffff;
}

.order-callback-form-container .left-side::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .055) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(255, 255, 255, .055) 1px,
            transparent 1px);
    background-size: 64px 64px;
    opacity: .28;
    pointer-events: none;
}

.order-callback-form-container .left-side>* {
    position: relative;
    z-index: 1;
}

.order-callback-form-container .left-side .title {
    margin: 0;
    padding: 0;
}

.order-callback-form-container .left-side .title h2 {
    margin: 0;
    color: #ffffff;
    line-height: 1.08;
    font-weight: 900;
}

/* Description is moved visually into the left panel */
.order-callback-form-container .left-side .form_descr {
    margin-top: 18px;
    color: rgba(255, 255, 255, .9);
    line-height: 1.6;
}

.order-callback-form-container .left-side .form_descr p {
    margin: 0 0 16px;
    color: inherit;
}

.order-callback-form-container .left-side .form_descr p:last-child {
    margin-bottom: 0;
}

.order-callback-form-container .left-side .form_descr a {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, .4);
    text-underline-offset: 3px;
}

/* ===== Right form panel ===== */

.order-callback-form-container .right-side {
    padding: 32px;
    border: 1px solid rgba(63, 156, 53, .14);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(28, 70, 35, .10);
}

.order-callback-form-container .right-side>.order-callback-form.form {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Hide duplicate description in right panel if it remains in markup */
.order-callback-form-container .right-side .form_descr {
    display: none;
}

/* ===== Form grid ===== */

.order-callback-form-container form.form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 16px;
    width: 100%;
    margin: 0;
}

/* Default dynamic fields: 2 per row */
.order-callback-form-container form.form>.form-group {
    min-width: 0;
    margin: 0;
    padding: 0;
}

/* Textareas always span full row */
.order-callback-form-container form.form>.field-type-textarea {
    grid-column: 1 / -1;
}

/* Large/special choice controls get full width */
/* ===== Full-width fields ===== */

.order-callback-form-container form.form>.field-type-textarea,
.order-callback-form-container form.form>.field-type-multiselect,
.order-callback-form-container form.form>.field-type-checkbox,
.order-callback-form-container form.form>.field-type-radio {
    grid-column: 1 / -1;
}

/* ===== File upload рядом с Email ===== */

.order-callback-form-container form.form>.field-type-file {
    grid-column: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    align-self: end;
}

.order-callback-form-container .field-type-file .field-content {
    height: 100%;
}

.order-callback-form-container .field-type-file .field-content-in {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    gap: 7px;
    height: 100%;
}

/* Кнопка по высоте как обычный input */
.order-callback-form-container .field-type-file .upload-button {
    width: 100%;
    min-height: 52px;
    margin: 0;
}

/* Имя выбранного файла */
.order-callback-form-container .field-type-file .uploaded-file-info {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    color: #667067;
    font-size: 13px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Policy */
.order-callback-form-container .policy_msg {
    grid-column: 1 / -1;
    margin: 0;
    padding: 0;
}

.order-callback-form-container .lan-contact-form__policy-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    color: #68746b;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    cursor: pointer;
}

.order-callback-form-container .lan-contact-form__policy-check input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    accent-color: #3f9c35;
    cursor: pointer;
}

.order-callback-form-container .lan-contact-form__policy-check span {
    min-width: 0;
}

.order-callback-form-container .policy_msg p {
    margin: 0;
    color: #68746b;
    font-size: 13px;
    line-height: 1.5;
}

.order-callback-form-container .policy_msg a {
    color: #3f9c35;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* ===== Labels ===== */

.order-callback-form-container .field-label {
    display: block;
    margin: 0 0 8px;
    padding: 0;
    color: #354239;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 750;
}

.order-callback-form-container .field-label i {
    display: none;
}

.order-callback-form-container .red_star {
    color: #3f9c35;
}

/* ===== Field content ===== */

.order-callback-form-container .field-content {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.order-callback-form-container .field-content::before,
.order-callback-form-container .field-content::after {
    display: none;
}

/* ===== Inputs ===== */

.order-callback-form-container input.form-control,
.order-callback-form-container textarea.form-control,
.order-callback-form-container select.form-control {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    border: 1px solid rgba(63, 156, 53, .20);
    border-radius: 16px;
    outline: none;
    background: #fbfdfb;
    box-shadow: none;
    color: #263329;
    font-size: 15px;
    line-height: 1.45;
    transition:
        border-color .2s ease,
        background-color .2s ease,
        box-shadow .2s ease;
}

.order-callback-form-container input.form-control {
    height: 52px;
    padding: 0 16px;
}

.order-callback-form-container select.form-control {
    height: 52px;
    padding: 0 44px 0 16px;
    cursor: pointer;
}

.order-callback-form-container textarea.form-control {
    min-height: 136px;
    padding: 15px 16px;
    resize: vertical;
}

/* Placeholder */
.order-callback-form-container input.form-control::placeholder,
.order-callback-form-container textarea.form-control::placeholder {
    color: #9aa49c;
    opacity: 1;
}

/* Hover */
.order-callback-form-container input.form-control:hover,
.order-callback-form-container textarea.form-control:hover,
.order-callback-form-container select.form-control:hover {
    border-color: rgba(63, 156, 53, .38);
}

/* Focus */
.order-callback-form-container input.form-control:focus,
.order-callback-form-container textarea.form-control:focus,
.order-callback-form-container select.form-control:focus {
    border-color: #3f9c35;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(63, 156, 53, .10);
}

/* ===== Select ===== */

.order-callback-form-container select.form-control {
    background-color: #fbfdfb;
    background-image:
        linear-gradient(45deg,
            transparent 50%,
            #3f9c35 50%),
        linear-gradient(135deg,
            #3f9c35 50%,
            transparent 50%);
    background-position:
        calc(100% - 20px) 22px,
        calc(100% - 15px) 22px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    appearance: none;
    -webkit-appearance: none;
}

/* ===== Multiselect ===== */

.order-callback-form-container select[multiple].form-control {
    min-height: 132px;
    height: auto;
    padding: 10px;
    background-image: none;
}

.order-callback-form-container select[multiple].form-control option {
    padding: 9px 10px;
    border-radius: 8px;
}

/* ===== Radio / checkbox groups ===== */

.order-callback-form-container .radio,
.order-callback-form-container .checkbox {
    margin: 0 0 10px;
    padding: 0;
}

.order-callback-form-container .radio:last-child,
.order-callback-form-container .checkbox:last-child {
    margin-bottom: 0;
}

.order-callback-form-container .radio label,
.order-callback-form-container .checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid rgba(63, 156, 53, .14);
    border-radius: 14px;
    background: #f8fbf8;
    color: #4f5d52;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
    cursor: pointer;
}

.order-callback-form-container .radio input,
.order-callback-form-container .checkbox input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: #3f9c35;
}

/* ===== Validation ===== */

.order-callback-form-container .has-error input.form-control,
.order-callback-form-container .has-error textarea.form-control,
.order-callback-form-container .has-error select.form-control,
.order-callback-form-container .form-control.error {
    border-color: #d95656;
    background: #fffafa;
}

.order-callback-form-container .has-error input.form-control:focus,
.order-callback-form-container .has-error textarea.form-control:focus,
.order-callback-form-container .has-error select.form-control:focus,
.order-callback-form-container .form-control.error:focus {
    box-shadow: 0 0 0 4px rgba(217, 86, 86, .10);
}

.order-callback-form-container .field-error {
    margin-top: 7px;
    color: #c74343;
    font-size: 13px;
    line-height: 1.4;
}

/* ===== File upload ===== */

.order-callback-form-container .field-type-file {
    margin: 0;
}

.order-callback-form-container .field-content-in {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.order-callback-form-container .upload-button {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin: 0;
    padding: 13px 18px;
    border: 1px solid rgba(63, 156, 53, .20);
    border-radius: 999px;
    background: #f8fbf8;
    box-shadow: none;
    color: #153f22;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    cursor: pointer;
    transition:
        border-color .2s ease,
        background-color .2s ease,
        transform .2s ease;
}

.order-callback-form-container .upload-button:hover {
    border-color: rgba(63, 156, 53, .42);
    background: #eaf5e9;
    color: #153f22;
    transform: translateY(-1px);
}

.order-callback-form-container .upload-button input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}

.order-callback-form-container .uploaded-file-info {
    display: inline-block;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: transparent;
    color: #667067;
    font-size: 13px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ===== Captcha ===== */

.order-callback-form-container .lan-contact-form__captcha {
    grid-column: 1 / -1;
    min-width: 0;
    margin: 0;
}

.order-callback-form-container .lan-contact-form__captcha .captcha-img:not([style*="display:none"]) {
    display: block;
    width: 140px;
    height: 40px;
    object-fit: contain;
    border: 1px solid rgba(63, 156, 53, .14);
    border-radius: 12px;
    background: #ffffff;
}

.order-callback-form-container .lan-contact-form__captcha .captcha-input:not([style*="display:none"]) {
    display: block;
    width: 100%;
    max-width: 320px;
    height: 52px;
    margin-top: 12px;
    padding: 0 16px;
    border: 1px solid rgba(63, 156, 53, .20);
    border-radius: 16px;
    outline: none;
    background: #fbfdfb;
    color: #263329;
}

.order-callback-form-container .lan-contact-form__captcha .captcha-input:not([style*="display:none"]):focus {
    border-color: #3f9c35;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(63, 156, 53, .10);
}

.order-callback-form-container .captcha-row {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin: 0;
}

.order-callback-form-container .captcha-row img {
    flex: 0 0 auto;
    width: 140px;
    height: 40px;
    object-fit: contain;
    border: 1px solid rgba(63, 156, 53, .14);
    border-radius: 12px;
    background: #ffffff;
}

.order-callback-form-container .captcha-row input[type="text"] {
    flex: 1 1 220px;
    min-width: 0;
    height: 52px;
    padding: 0 16px;
    border: 1px solid rgba(63, 156, 53, .20);
    border-radius: 16px;
    outline: none;
    background: #fbfdfb;
    color: #263329;
}

.order-callback-form-container .captcha-row input[type="text"]:focus {
    border-color: #3f9c35;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(63, 156, 53, .10);
}

/* ===== Form bottom ===== */

.order-callback-form-container .form-bottom {
    grid-column: 1 / -1;
    float: none;
    width: auto;
    max-width: none;
    margin: 2px 0 0;
    padding: 0;
}

.order-callback-form-container .form-footer {
    margin: 0;
    padding: 0;
}

.order-callback-form-container .col-submit {
    margin: 0;
    padding: 0;
}

/* ===== Submit ===== */

.order-callback-form-container input[type="submit"].btn.custom-style,
.order-callback-form-container input[type="submit"].btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    min-height: 52px;
    margin: 0;
    padding: 14px 24px;
    border: 0;
    border-radius: 999px;
    outline: none;
    background: linear-gradient(135deg,
            #8cc63f 0%,
            #3f9c35 100%);
    box-shadow: 0 14px 34px rgba(63, 156, 53, .24);
    color: #ffffff;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 850;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.order-callback-form-container input[type="submit"].btn.custom-style:hover,
.order-callback-form-container input[type="submit"].btn-primary:hover {
    background: linear-gradient(135deg,
            #8cc63f 0%,
            #3f9c35 100%);
    box-shadow: 0 18px 40px rgba(63, 156, 53, .30);
    color: #ffffff;
    transform: translateY(-1px);
}

/* ===== Success state ===== */

.form-success {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 24px 26px;
    border: 1px solid rgba(63, 156, 53, .18);
    border-radius: 22px;
    background: #eaf5e9;
    color: #153f22;
    box-shadow: 0 14px 32px rgba(28, 70, 35, .08);
}

.form-success-icon {
    flex: 0 0 auto;
    color: #3f9c35;
    font-size: 30px;
}

.form-success-text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 750;
}

/* ===== Tablet ===== */

@media screen and (max-width: 1000px) {
    .order-callback-form-container>.order-callback-form {
        grid-template-columns: 340px minmax(0, 1fr);
        gap: 20px;
    }

    .order-callback-form-container .left-side,
    .order-callback-form-container .right-side {
        padding: 28px;
    }
}

/* ===== Mobile ===== */

@media screen and (max-width: 800px) {
    .order-callback-form-container>.order-callback-form {
        grid-template-columns: 1fr;
    }

    .order-callback-form-container .left-side {
        min-height: 0;
    }
}

@media screen and (max-width: 640px) {
    .order-callback-form-container form.form {
        grid-template-columns: 1fr;
    }

    .order-callback-form-container form.form>.form-group {
        grid-column: 1 / -1;
    }
}

@media screen and (max-width: 520px) {

    .order-callback-form-container .left-side,
    .order-callback-form-container .right-side {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .order-callback-form-container .left-side .title h2 {
        font-size: 30px;
    }

    .order-callback-form-container .left-side .form_descr {
        font-size: 15px;
    }

    .order-callback-form-container input[type="submit"].btn.custom-style,
    .order-callback-form-container input[type="submit"].btn-primary {
        width: 100%;
    }
}

/* ===== Contact info inside left form panel ===== */

.left-side.lan-contact-form__info .side-info {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0;
    margin-top: 30px;
}

/* Строка контакта */
.left-side.lan-contact-form__info .side-info>div {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    line-height: 1.45;
}

/* Последняя строка без разделителя */
.left-side.lan-contact-form__info .side-info>div:last-child {
    border-bottom: 0;
}

/* Ссылки */
.left-side.lan-contact-form__info .side-info a {
    color: rgba(255, 255, 255, .88);
    font-size: inherit;
    line-height: inherit;
    font-weight: 650;
    text-decoration: none;
    transition:
        color .2s ease,
        opacity .2s ease;
}

/* Адрес: иконка находится внутри ссылки */
.left-side.lan-contact-form__info .side-info>div:first-child>a {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
}

/* Hover */
.left-side.lan-contact-form__info .side-info a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* Иконки */
.left-side.lan-contact-form__info .side-info i {
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 14px;
    background: rgba(255, 255, 255, .10);
    color: #8cc63f;
    font-size: 17px;
    line-height: 1;
}

/* Не даём длинному email или адресу ломать сетку */
.left-side.lan-contact-form__info .side-info>div,
.left-side.lan-contact-form__info .side-info>div>a {
    overflow-wrap: anywhere;
}

/* Mobile */
@media screen and (max-width: 520px) {
    .left-side.lan-contact-form__info .side-info {
        margin-top: 24px;
    }

    .left-side.lan-contact-form__info .side-info>div {
        gap: 11px;
        padding: 14px 0;
        font-size: 15px;
    }

    .left-side.lan-contact-form__info .side-info i {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        border-radius: 13px;
        font-size: 16px;
    }
}

/* End */
/* /local/templates/active/components/bitrix/news.list/home_teasers/style.css?17847247487014 */
/* /local/templates/active/components/bitrix/news.list/faq_inner/style.css?17848862354756 */
/* /local/templates/active/components/bitrix/news.list/home_partners/style.css?17848870796363 */
/* /local/templates/active/components/ms/active.smart.form/homepage_form_new/style.css?178583862820481 */
