

/* Start:/local/templates/main/components/bitrix/news.list/promo_banner/style.css?17799537034176*/

.promo {
    height: 375px;
    grid-column: span 3;
    border-radius: 8px 8px 64px 8px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: default;
}

.promo:hover {
    opacity: 0.9;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.promo__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.promo__content {
    position: relative;
    z-index: 2;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 37px 56px 49px 56px;
}

.promo__top {
    display: flex;
    flex-direction: column;
}


.promo__products {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    background: var(--color-solution);
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-blue-grey);
    align-self: flex-start;
}

.promo__title {
    font-weight: 600;
    font-size: 44px;
    line-height: 52px;
    color: var(--color-background);
    margin: 28px 0 0 0;
    max-width: 600px;
}

.promo__desc {
    max-width: 558px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-background);
    margin: 24px 0 0 0;
}

.promo__desc span {
    color: var(--color-secondary-01);
}

.promo__buttons {
    display: flex;
    gap: 12px;
    align-self: flex-start;
    margin-top: 40px;
}

.promo__btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    justify-self: self-start;
    padding: 12px 24px;
    background: var(--color-secondary-01);
    border: none;
    border-radius: 4px 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: var(--color-background);
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promo__btn-secondary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 10px;
    background: var(--color-button-text);
    border: none;
    border-radius: 4px 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: var(--color-text-secondary);
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promo__btn-primary:hover,
.promo__btn-secondary:hover {
    cursor: pointer;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.promo__btn-primary:hover {
    color: var(--color-background) !important;
}

.promo__btn-secondary:hover {
    color: var(--color-text-secondary) !important;
}

.promo__products:hover {
    cursor: pointer;
    color: var(--color-blue-grey) !important;
}

/* ============================================
   ADAPTIVE — Promo Banner
   ============================================ */

@media (max-width: 1024px) {
  .promo__content {
    padding: 24px 28px 32px;
  }

  .promo__title {
    font-size: 26px;
    line-height: 32px;
    margin-top: 16px;
    max-width: 100%;
  }

  .promo__desc {
    font-size: 14px;
    line-height: 18px;
    margin-top: 12px;
    max-width: 100%;
  }

  .promo__buttons {
    margin-top: 20px;
    gap: 10px;
  }

  .promo__btn-primary,
  .promo__btn-secondary {
    font-size: 13px;
    padding: 10px 18px;
  }
}

@media (max-width: 768px) {
  .promo {
    height: auto;
    min-height: 220px;
  }

  .promo__content {
    padding: 20px 20px 24px;
  }

  .promo__title {
    font-size: 22px;
    line-height: 28px;
  }

  .promo__products {
    font-size: 13px;
    padding: 6px 10px;
  }

  .promo__desc {
    font-size: 13px;
    max-width: 65%;
  }

  .promo__btn-primary,
  .promo__btn-secondary {
    font-size: 12px;
    padding: 10px 16px;
  }
}

@media (max-width: 414px) {
  .promo {
    height: auto;
    min-height: 200px;
  }

  .promo__title {
    font-size: 18px;
    line-height: 24px;
  }

  .promo__desc {
    max-width: 60%;
    font-size: 12px;
  }

  .promo__buttons {
    flex-wrap: wrap;
  }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/solutions/style.css?17799537032923*/

.solution-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: all 0.3s ease;
}

.solution-link:hover {
    text-decoration: none;
    color: inherit;
}

.solution-link .solution {
    cursor: pointer;
}

.solution {
    height: 375px;
    border-radius: 8px 64px;
    background: var(--color-solution);
    transition: all 0.3s ease;
    cursor: default;
}

.solution:hover {
    transform: scale(1.05);
    opacity: 0.9;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.solution__title {
    margin: 32px;
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: var(--color-blue-grey);
}

.solution__desc {
    margin-left: 32px;
    margin-right: 32px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-solution-desc);
}

.solution {
    position: relative;
    overflow: hidden;
}

.solution__svg {
    position: absolute;
    right: 24px;
    bottom: 16px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.solution__svg svg {
    width: 160px;
    height: 160px;
    transition: transform 0.3s ease;
}

.solution:hover .solution__svg {
    transform: translateY(-8px) scale(1.1);
    opacity: 0.8;
}

.solution:hover .solution__svg svg {
    transform: rotate(5deg);
}
.solution__desc ul {
    padding-left: 32px;
    list-style: disc;
    list-style-position: outside;
}

.solution__desc ul li {
    font-weight: 500;
    line-height: 26px;
    color: var(--color-solution-desc);
    display: list-item;
}

/* ============================================
   ADAPTIVE — Solution Cards
   ============================================ */

@media (max-width: 1024px) {
  .solution {
    height: auto;
    min-height: 160px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    padding: 20px;
    gap: 8px 16px;
    border-radius: 8px 32px;
  }

  .solution__svg {
    display: none;
  }

  /* Заголовок — занимает оставшееся место рядом с иконкой */
  .solution__title {
    flex: 1;
    margin: 0;
    align-self: center;
    font-size: 18px;
    line-height: 22px;
  }

  /* Описание — на следующей строке */
  .solution__desc {
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    padding-left: 0;
  }

  .solution__desc ul {
    padding-left: 16px;
  }

  /* Убираем hover-анимацию на тач-устройствах */
  .solution:hover {
    transform: none;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .solution {
    padding: 16px;
  }

  .solution__title {
    font-size: 16px;
    line-height: 20px;
  }

  .solution__desc {
    padding-left: 0;
    font-size: 13px;
  }
}

@media (max-width: 414px) {
  .solution__desc {
    padding-left: 0;
  }
}
/* End */


/* Start:/local/templates/main/assets/css/statistics-main.css?17799537026153*/
.statistics {
    padding: 140px var(--section-side-padding);
    column-gap: 32px;
    row-gap: 16px;
    display: grid;
    grid-template-columns: 35% 1fr;
    grid-template-rows: auto 1fr;
    align-items: start;
}

.statistics__banner    { grid-column: 1; grid-row: 1; }
.statistics__more-btn  { grid-column: 1; grid-row: 2; align-self: start; }
.statistics__list      { grid-column: 2; grid-row: 1 / 3; }


.statistics h3 {
    margin: 0px;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 48px;
    line-height: 57px;
    color: var(--color-blue-grey);
}

.statistics__more-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 10px;

    margin-top: 24px;

    align-self: flex-start;
    justify-self: flex-start;

    background: var(--color-secondary-01);
    border-radius: 4px 12px;
    
    /* Анимация для кнопки */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

.statistics__more-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(21, 230, 145, 0.3);
}

.statistics__banner {
    flex: 0 0 35%;
}

.statistics__more-btn span {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;

    text-transform: uppercase;

    color: #FFFFFF;

}

.statistics__more-btn svg {
    stroke: white;
    transition: transform 0.3s ease;
}

.statistics__more-btn:hover svg {
    transform: translateX(4px);
}

.statistics__fact {
    flex: 0 0 calc(45% - 16px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    cursor: pointer;
}

.statistics__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
}

.statistics__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 57px;
    color: #2773E4;
    transition: transform 0.3s ease, color 0.3s ease;
}

.statistics__description {
    margin-top: 12px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #90A4AE;
    transition: transform 0.3s ease, color 0.3s ease;
}

.statistics__fact:hover .statistics__title {
    transform: translateY(-3px);
    color: #1565C0;
}

.statistics__fact:hover .statistics__description {
    transform: translateY(-2px);
    color: #607D8B;
}
/* ============================================
   ADAPTIVE — Мы в цифрах (главная страница)
   ============================================ */



/* ---------- 1500px (планшет) ---------- */
@media (max-width: 1500px) {
    .statistics {
        padding: 80px 40px;
        gap: 24px;
    }

    .statistics h3 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 16px;
    }

    .statistics__list {
        gap: 20px;
    }

    .statistics__title {
        font-size: 36px;
        line-height: 44px;
    }

    .statistics__description {
        font-size: 14px;
    }
}

/* ---------- 1024px (мобильный) ---------- */
@media (max-width: 1024px) {
    /* Переключаем в колонку: заголовок сверху, факты снизу */
    .statistics {
        display: flex;
        flex-direction: column;
        padding: 48px 24px;
        gap: 24px;
        align-items: flex-start;
    }

    .statistics__banner,
    .statistics__more-btn,
    .statistics__list {
        grid-column: unset;
        grid-row: unset;
    }

    .statistics__banner {
        width: 100%;
    }

    .statistics h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 12px;
    }

    /* 4 факта → сетка 2×2 */
    .statistics__list {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 16px 24px;
        width: 100%;
    }

    .statistics__fact {
        flex: 0 0 calc(50% - 12px) !important;
        align-items: flex-start;
    }

    .statistics__title {
        font-size: 28px;
        line-height: 34px;
    }

    .statistics__description {
        font-size: 13px;
        line-height: 18px;
        margin-top: 6px;
    }
}

/* ---------- 768px (маленький мобильный) ---------- */
@media (max-width: 768px) {
    .statistics {
        padding: 32px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .statistics__banner {
        flex: none;
        width: 100%;
    }

    .statistics h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    /* Одна колонка на маленьком экране */
    .statistics__list {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        gap: 20px;
        width: 100%;
    }

    .statistics__fact {
        flex: none !important;
        width: 100%;
        align-items: flex-start;
    }

    .statistics__title {
        font-size: 28px;
        line-height: 34px;
    }

    .statistics__description {
        font-size: 13px;
        line-height: 18px;
        margin-top: 4px;
    }
}

/* ---------- 414px ---------- */
@media (max-width: 414px) {
    .statistics {
        padding: 32px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .statistics__banner {
        flex: none;
        width: 100%;
    }

    .statistics h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    /* Одна колонка на маленьком экране */
    .statistics__list {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        gap: 20px;
        width: 100%;
    }

    .statistics__fact {
        flex: none !important;
        width: 100%;
        align-items: flex-start;
    }

    .statistics__title {
        font-size: 28px;
        line-height: 34px;
    }

    .statistics__description {
        font-size: 13px;
        line-height: 18px;
        margin-top: 4px;
    }
}

/* End */


/* Start:/local/templates/main/assets/css/strengths.css?17799537026256*/
.strengths {
    position: relative;
    background-image: url('/local/templates/main/assets/img/strengths.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px var(--section-side-padding);
}

.strengths::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(37, 84, 144, 0.36);
    backdrop-filter: blur(10px);
    z-index: 1;
}

.strengths__container {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.strengths__title {
    flex: 0 0 459px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.strengths__title h4 {
    margin: 0;
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: normal;
    color: #FFFFFF;
}

.strengths__title .underline {
    width: 127px;
    height: 6px;
    background: #15E691;
}

.strengths__title span {
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: #90A4AE;
}


.strengths__list {
    display: flex;
    flex: 1;
    gap: 24px;
    min-height: 446px;
}

.strengths__list ul li {
    list-style: none;
}

.strengths__card {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: #FFFFFF;
    height: 446px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.strengths__card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.strengths__card:nth-child(1) {
    border-radius: 0 48px 48px 0;
}

.strengths__card:nth-child(2),
.strengths__card:nth-child(3) {
    border-radius: 48px 0 0 48px;
}

.strengths__card-title {
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    color: #263238;
    margin-bottom: 32px;
}

.strengths__card-desc {
    flex-grow: 1;
}

.strengths__card-desc ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.strengths__card-desc ul li {
    display: flex;
    align-items: center;
    gap: 16px;
}

.strengths__card-desc ul li .check-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* Цвет будет задаваться через inline стили из инфоблока */
}

.strengths__card-desc ul li span {
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: #455A64;
}

.strengths__card-svg {
    position: absolute;
    bottom: 18px;
    right: 18px;
    width: 162px;
    height: 162px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.strengths__card-svg svg {
    transition: transform 0.3s ease;
}

.strengths__card:hover .strengths__card-svg {
    transform: translateY(-10px) scale(1.1);
    opacity: 0.8;
}

.strengths__card:hover .strengths__card-svg svg {
    transform: rotate(-5deg);
}
/* ============================================
   ADAPTIVE — Наши сильные стороны
   ============================================ */



/* ---------- 1500px (планшет) ---------- */
@media (max-width: 1500px) {
    .strengths {
        padding: 80px 40px;
    }

    .strengths__title {
        flex: 0 0 260px;
    }

    .strengths__title h4 {
        font-size: 36px;
    }

    .strengths__list {
        gap: 16px;
        min-height: auto;
    }

    .strengths__card {
        height: auto;
        min-height: 360px;
        padding: 20px;
    }

    .strengths__card-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

/* ---------- 1024px (мобильный) ---------- */
@media (max-width: 1024px) {
    .strengths {
        padding: 48px 24px;
    }

    /* Заголовок сверху, карточки снизу */
    .strengths__container {
        flex-direction: column;
        gap: 24px;
    }

    .strengths__title {
        flex: none;
        width: 100%;
        gap: 16px;
    }

    .strengths__title h4 {
        font-size: 28px;
    }

    /* Карточки — вертикально, одна под другой */
    .strengths__list {
        flex-direction: column;
        gap: 16px;
        min-height: auto;
        width: 100%;
    }

    .strengths__card {
        height: auto;
        min-height: auto;
        padding: 24px;
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
    }

    /* Все карточки — одинаковые скругления на мобилке */
    .strengths__card:nth-child(1),
    .strengths__card:nth-child(2),
    .strengths__card:nth-child(3) {
        border-radius: 8px 32px 8px 8px;
    }

    .strengths__card-title {
        font-size: 20px;
        margin-bottom: 16px;
        flex: 0 0 auto;
        min-width: 140px;
    }

    .strengths__card-desc {
        flex-grow: 1;
    }

    /* Иконка в карточке — скрываем на мобилке, экономим место */
    .strengths__card-svg {
        display: none;
    }
}

/* ---------- 768px (маленький мобильный) ---------- */
@media (max-width: 768px) {
    .strengths {
        padding: 36px 16px;
    }

    .strengths__title h4 {
        font-size: 24px;
    }

    .strengths__card {
        flex-direction: column;
        padding: 20px;
        gap: 12px;
        min-height: 205px;
    }

    .strengths__card-title {
        font-size: 18px;
        margin-bottom: 0;
    }

    .strengths__card-desc ul li span {
        font-size: 14px;
    }
}

/* ---------- 414px ---------- */
@media (max-width: 414px) {
    .strengths {
        padding: 36px 16px;
    }

    .strengths__title h4 {
        font-size: 24px;
    }

    .strengths__card {
        flex-direction: column;
        padding: 20px;
        gap: 12px;
        min-height: 205px;
    }

    .strengths__card-title {
        font-size: 18px;
        margin-bottom: 0;
    }

    .strengths__card-desc ul li span {
        font-size: 14px;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/services/style.css?17799537032645*/
/* Services List Section */
.services-list {
    background: #FFFFFF;
    padding: 80px var(--section-side-padding);
}

.services-list__container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

/* Service Card */
.services-list__card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: calc(33.333% - 16px);
    min-height: 358px;
    padding: 32px;
    background: #FFFFFF;
    border: 1px solid #CFD8DC;
    border-radius: 8px 64px 8px 64px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

.services-list__card:hover {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
}

.services-list__card:hover .services-list__button {
    background: #2773E4;
    color: #FFFFFF;
}

.services-list__card:hover .services-list__button-icon {
    stroke: white;
}

/* Featured Card (5th card) */
.services-list__card--featured {
    border: none;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 8px 64px 8px 8px;
}

/* Icon */
.services-list__icon {
    position: absolute;
    top: 210px;
    right: 32px;
    width: 160px;
    height: 160px;
    opacity: 0.1;
    pointer-events: none;
}

/* Content */
.services-list__content {
    display: flex;
    flex-direction: row;
    gap: 64px;
    width: 100%;
}

.services-list__text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
}

/* Title */
.services-list__title {
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.193em;
    color: #263238;
    margin: 0;
}

/* Description */
.services-list__description {
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.193em;
    color: #607D8B;
    margin: 0;
}

/* Button */
.services-list__button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    justify-self: flex-start;
    gap: 10px;
    padding: 12px;
    border: none;
    border-radius: 4px 12px 4px 12px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
}

.services-list__button--gray,
.services-list__button--blue {
    background: #ECEFF1;
    color: #263238;
}

.services-list__button-icon {
    stroke: black;
    width: 20px;
    height: 20px;
}

/* Empty state */
.services-list__empty {
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    color: #607D8B;
    text-align: center;
    padding: 40px;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/news/slider.css?17799537031305*/
/* Дополнительные стили для слайдера */

.news__wrapper {
    overflow: hidden;
    position: relative;
}

.news__content {
    display: flex;
    gap: 32px;
    transition: transform 0.4s ease;
    will-change: transform;
}

.news__block {
    flex-shrink: 0;
    flex-basis: calc((100% - 64px) / 3) !important;
}

.news__block-date {
    transition: color 0.3s ease, transform 0.3s ease;
}

.news__block-title {
    transition: color 0.3s ease, transform 0.3s ease;
}

.news__block-desc {
    transition: color 0.3s ease, transform 0.3s ease;
}

.news__block:hover .news__block-date {
    color: #666;
    transform: translateY(-2px);
}

.news__block:hover .news__block-title {
    color: #2196F3;
    transform: translateY(-4px);
}

.news__block:hover .news__block-desc {
    color: #555;
    transform: translateY(-2px);
}

.news__btn-l,
.news__btn-r {
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.news__btn-l:hover:not(.disabled),
.news__btn-r:hover:not(.disabled) {
    background: #CFD8DC;
    transform: scale(1.05);
}

.news__btn-l.disabled,
.news__btn-r.disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}

.news__btn-l:active:not(.disabled),
.news__btn-r:active:not(.disabled) {
    transform: scale(0.95);
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/reviews/style.css?17799537037263*/
.reviews {
    display: flex;
    flex-direction: column;
    padding: 120px var(--section-side-padding);
    gap: 48px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.reviews__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews__header > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.reviews__header h3 {
    margin: 0;
    font-weight: 600;
    font-size: 48px;
    line-height: normal;
    color: #263238;
}

.underline {
    width: 127px;
    height: 6px;
    background: #15E691;
    border-radius: 3px;
}

.reviews__buttons {
    display: flex;
    gap: 32px;
    align-items: center;
}

.reviews__buttons-nav {
    display: flex;
    gap: 12px;
}

.reviews__indicators {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.reviews__indicator {
    width: 28px;
    height: 4px;
    border-radius: 3px;
    background: #CFD8DC;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.reviews__indicator.swiper-pagination-bullet-active {
    width: 83px;
    height: 6px;
    background: #0A5BD7;
}

.reviews__indicator:not(.swiper-pagination-bullet-active):hover {
    background: #90A4AE;
}

.reviews__btn-all {
    display: flex;
    align-self: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #263238;
    padding: 12px 24px;
    gap: 10px;
    background: #ECEFF1;
    border-radius: 4px 12px;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: all 0.3s ease;
}

.reviews__btn-all:hover {
    background: #CFD8DC;
    transform: scale(1.05);
}

.reviews__btn-all:active {
    transform: scale(0.95);
}

.reviews__btn-l,
.reviews__btn-r {
    display: flex;
    align-self: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    gap: 10px;
    background: #ECEFF1;
    border-radius: 4px 12px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: all 0.3s ease;
}

.reviews__btn-l.swiper-button-disabled,
.reviews__btn-r.swiper-button-disabled {
    background: #ECEFF1;
    box-shadow: none;
}

.reviews__btn-l:not(.swiper-button-disabled),
.reviews__btn-r:not(.swiper-button-disabled) {
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
}

.reviews__btn-l svg,
.reviews__btn-r svg {
    fill: #263238 !important;
    stroke: none !important;
    color: #263238 !important;
}

.reviews__btn-l svg path,
.reviews__btn-r svg path,
.reviews__btn-l svg use,
.reviews__btn-r svg use {
    fill: #263238 !important;
    stroke: none !important;
}

.reviews__btn-l:hover:not(.swiper-button-disabled),
.reviews__btn-r:hover:not(.swiper-button-disabled) {
    transform: scale(1.05);
}

.reviews__btn-l:active:not(.swiper-button-disabled),
.reviews__btn-r:active:not(.swiper-button-disabled) {
    transform: scale(0.95);
}

.reviews__btn-l.swiper-button-disabled,
.reviews__btn-r.swiper-button-disabled {
    opacity: 1;
    cursor: default;
}

.reviews__btn-l.swiper-button-disabled:hover,
.reviews__btn-r.swiper-button-disabled:hover {
    transform: none;
}

.reviews__slider {
    position: relative;
    min-height: 548px;
    overflow: hidden;
}

.reviews-swiper {
    width: 100%;
    height: 548px;
    overflow: hidden;
}

.reviews-swiper .swiper-wrapper {
    height: 548px;
}

.reviews-swiper .swiper-slide {
    height: 548px;
}

.reviews-swiper-pagination {
    position: static;
    display: flex;
    gap: 24px;
    justify-content: center;
}

/* Review Card */
.review-card {
    position: relative;
    height: 548px;
    width: 100%;
    overflow: hidden;
    background: #F1F5F9;
}

.review-card--right {
    border-radius: 12px 64px 12px 12px;
}

.review-card--left {
    border-radius: 12px 12px 64px 12px;
}

/* Blue Stripe */
.review-card__blue-stripe {
    position: absolute;
    width: 342px;
    height: 548px;
    background: #2773E4;
    top: 0;
}

.review-card__blue-stripe--right {
    right: 0;
    left: auto;
}

.review-card__blue-stripe--left {
    left: 0;
    right: auto;
}

/* Logo */
.review-card__logo {
    position: absolute;
    width: 200px;
    height: 124px;
    top: 32px;
    left: 32px;
    background: #FFFFFF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.review-card__logo:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
}

.review-card--left .review-card__logo {
    left: 636px;
    right: auto;
}

.review-card__logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.review-card__logo:hover img {
    transform: scale(1.03);
}

/* Quotes */
.review-card__quotes {
    position: absolute;
    top: 204px;
    left: 32px;
    display: flex;
    gap: 4px;
}

.review-card--left .review-card__quotes {
    left: 636px;
    right: auto;
}

.review-card__quote-icon {
    width: 27px;
    height: 42px;
}

/* Content */
.review-card__content {
    position: absolute;
    top: 204px;
    left: 122px;
    width: 609px;
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.review-card--left .review-card__content {
    left: 726px;
    right: auto;
}

.review-card__author {
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    color: #263238;
}

.review-card__author p {
    margin: 0;
}

.review-card__text {
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #263238;
    margin: 0;
}

/* Letter Image */
.review-card__letter {
    position: absolute;
    bottom: -227.74px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 578.65px;
    height: 665.735px;
    cursor: pointer;
}

.review-card__letter--right {
    right: 55.35px;
}

.review-card__letter--left {
    left: 55.35px;
}

.review-card--left .review-card__letter {
    left: 55.35px;
    right: auto;
}

.review-card__letter img {
    width: 456.547px;
    height: 645.753px;
    border-radius: 24px;
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.12);
    transform: rotate(356deg) skewX(6.948deg);
    object-fit: cover;
    transition: all 0.4s ease;
}

.review-card__letter:hover img {
    transform: rotate(356deg) skewX(6.948deg) translateY(-80px) scale(1.03);
    box-shadow: 0px 12px 56px 0px rgba(0, 0, 0, 0.25);
}

/* Скрываем секцию отзывов на экранах ≤1500px */
@media (max-width: 1500px) {
    .reviews {
        display: none !important;
    }
}

/* End */


/* Start:/local/templates/main/assets/css/feedback.css?177995370213162*/
.feedback {
    padding: 80px var(--section-side-padding);
    display: flex;
    gap: 24px;
    background: url(/local/templates/main/assets/img/feedback.jpg);
}

.feedback__header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    animation: slideInLeft 0.8s ease-out;
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.feedback__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 57px;
    color: #fff;
}

.feedback__desc {
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
}

.feedback__header,
.feedback__form {
    flex: 1;
}

.feedback__contact__form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    animation: fadeIn 1s ease-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.feedback__contact__form-row {
    display: flex;
    gap: 24px;
    animation: fadeInUp 0.8s ease-out;
}

.feedback__contact__form-row:nth-child(1) {
    animation-delay: 0.2s;
}

.feedback__contact__form-row:nth-child(2) {
    animation-delay: 0.4s;
}

.feedback__contact__form-row:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.feedback__contact__form-row--two-cols .feedback__contact__form-group {
    flex: 1;
}

.feedback__contact__form-row--full .feedback__contact__form-group {
    flex: 1;
}

.feedback__contact__form-group {
    display: flex;
    flex-direction: column;
    position: relative;
    animation: slideInUp 0.6s ease-out;
}

.feedback__contact__form-group:nth-child(1) {
    animation-delay: 0.1s;
}

.feedback__contact__form-group:nth-child(2) {
    animation-delay: 0.2s;
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.feedback__contact__label {
    margin-bottom: 8px;
    color: #fff;

    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
}

.feedback__contact__input,
.feedback__contact__textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 16px 12px;
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    transition: all 0.3s ease;
    position: relative;
}

.feedback__contact__input::placeholder,
.feedback__contact__textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    transition: all 0.3s ease;
}

.feedback__contact__textarea {
    resize: vertical;
    min-height: 80px;
    transition: min-height 0.3s ease;
    padding: 16px 12px;
}

.feedback__contact__textarea:focus {
    min-height: 120px;
}

.feedback__contact__submit-btn {
    display: flex;
    flex-direction: row;
    padding: 12px 24px;
    gap: 10px;

    background: #15E691;
    border-radius: 4px 12px;

    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: scale(1);
}

.feedback__contact__submit-btn:hover {
    transform: scale(1.05);
    opacity: 0.9;
    box-shadow: 0 8px 25px rgba(21, 230, 145, 0.4);
}

.feedback__contact__form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    animation: fadeInUp 0.8s ease-out 0.8s both;
}

.feedback__contact__checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid white;
    background: transparent;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    margin-right: 0;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.feedback__contact__checkbox:hover {
    border-color: white;
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.feedback__contact__checkbox:checked {
    background: transparent;
    border-color: white;
    transform: scale(1);
}

.feedback__contact__checkbox:checked::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    animation: checkmark 0.3s ease-in-out;
}

@keyframes checkmark {
    0% {
        opacity: 0;
        transform: rotate(45deg) scale(0);
    }
    50% {
        opacity: 1;
        transform: rotate(45deg) scale(1.2);
    }
    100% {
        opacity: 1;
        transform: rotate(45deg) scale(1);
    }
}

.feedback__contact__checkbox-label {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #ECEFF1;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s ease;
}

.feedback__contact__checkbox-label:hover {
    color: #fff;
}

.feedback__contact__checkbox-copy {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35em;
}

.feedback__contact__checkbox-label a {
    color: inherit;
    text-decoration: underline;
}

.feedback__contact__checkbox-label a:hover {
    color: #fff;
}

.feedback__contact__input,
.feedback__contact__textarea {
    background: transparent !important;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 16px 12px;
    font-size: 16px;
    outline: none;
    /* убирает стандартный outline */
}

.feedback__contact__input:-webkit-autofill,
.feedback__contact__input:-webkit-autofill:hover,
.feedback__contact__input:-webkit-autofill:focus,
.feedback__contact__input:-webkit-autofill:active {
    -webkit-text-fill-color: white !important;
    transition: background-color 5000s ease-in-out 0s !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    caret-color: white !important;
}

.feedback__contact__textarea:-webkit-autofill,
.feedback__contact__textarea:-webkit-autofill:hover,
.feedback__contact__textarea:-webkit-autofill:focus,
.feedback__contact__textarea:-webkit-autofill:active {
    -webkit-text-fill-color: white !important;
    transition: background-color 5000s ease-in-out 0s !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    caret-color: white !important;
}

.feedback__contact__input:-webkit-autofill::first-line {
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 16px;
    color: white;
}

.feedback__contact__input:focus,
.feedback__contact__textarea:focus {
    background: transparent !important;
    border-bottom-color: #15E691;
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(21, 230, 145, 0.3);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 2px 8px rgba(21, 230, 145, 0.3);
    }
    50% {
        box-shadow: 0 2px 12px rgba(21, 230, 145, 0.5);
    }
    100% {
        box-shadow: 0 2px 8px rgba(21, 230, 145, 0.3);
    }
}

.feedback__contact__input:hover,
.feedback__contact__textarea:hover {
    border-bottom-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-1px);
}

.feedback__contact__input:focus::placeholder,
.feedback__contact__textarea:focus::placeholder {
    color: rgba(21, 230, 145, 0.8);
    transform: translateY(-2px);
}

.feedback__contact__input:hover::placeholder,
.feedback__contact__textarea:hover::placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.feedback__contact__input::placeholder,
.feedback__contact__textarea::placeholder {
    opacity: 1;
}

.feedback__contact__submit-btn:focus,
.feedback__contact__submit-btn:active,
.feedback__contact__submit-btn:focus-visible {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Анимация загрузки для кнопки */
.feedback__contact__submit-btn.loading {
    pointer-events: none;
    position: relative;
    color: transparent;
}

.feedback__contact__submit-btn.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid transparent;
    border-top: 2px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Анимация успешной отправки */
.feedback__contact__submit-btn.success {
    background: #4CAF50;
    animation: successPulse 0.6s ease-out;
}

@keyframes successPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Дополнительные анимации для улучшения UX */
.feedback__contact__input:invalid:not(:placeholder-shown),
.feedback__contact__textarea:invalid:not(:placeholder-shown) {
    border-bottom-color: #ff4444;
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    75% {
        transform: translateX(5px);
    }
}

/* Анимация для подсветки обязательных полей */
.feedback__contact__form-group.required .feedback__contact__input:focus,
.feedback__contact__form-group.required .feedback__contact__textarea:focus {
    border-bottom-color: #15E691;
    box-shadow: 0 2px 8px rgba(21, 230, 145, 0.3);
}
/* Стили для заполненных полей */
.feedback__contact__form-group.filled .feedback__contact__input,
.feedback__contact__form-group.filled .feedback__contact__textarea {
    border-bottom-color: rgba(21, 230, 145, 0.6);
    transform: translateY(-1px);
}

.feedback__contact__form-group.focused .feedback__contact__input,
.feedback__contact__form-group.focused .feedback__contact__textarea {
    border-bottom-width: 2px;
}

/* Дополнительные стили для подавления автозаполнения */
.feedback__contact__input:-internal-autofill-selected {
    background-color: transparent !important;
    background-image: none !important;
    color: white !important;
}

/* Для Firefox */
.feedback__contact__input:-moz-autofill {
    background: transparent !important;
    color: white !important;
}

/* Альтернативный метод для Webkit */
@-webkit-keyframes autofill {
    0%,100% {
        color: white;
        background: transparent;
    }
}

.feedback__contact__input:-webkit-autofill {
    -webkit-animation-delay: 1s;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

/* Еще более агрессивные стили */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
    background: transparent !important;
    background-color: transparent !important;
}

/* Специально для наших полей */
.feedback__contact__input {
    background-image: none !important;
    background-color: transparent !important;
    background: transparent !important;
}
/* ============================================
   ADAPTIVE — Feedback Section
   ============================================ */

/* ---------- 1024px ---------- */
@media (max-width: 1024px) {
    .feedback {
        flex-direction: column;
        padding: 48px 24px;
        gap: 32px;
    }

    .feedback__title {
        font-size: 32px;
        line-height: normal;
    }

    .feedback__desc {
        font-size: 16px;
        line-height: 1.4;
    }

    /* Двухколоночные строки → одна колонка */
    .feedback__contact__form-row--two-cols {
        flex-direction: column;
    }

    /* Кнопка и чекбокс — вертикально */
    .feedback__contact__form-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .feedback__contact__submit-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ---------- 768px ---------- */
@media (max-width: 768px) {
    .feedback {
        padding: 36px 16px;
        gap: 24px;
    }

    .feedback__title {
        font-size: 28px;
    }

    .feedback__desc {
        font-size: 14px;
    }
}

/* ---------- 414px ---------- */
@media (max-width: 414px) {
    .feedback {
        padding: 32px 16px;
    }

    .feedback__title {
        font-size: 24px;
    }
}

/* End */


/* Start:/local/templates/main/assets/css/contacts.css?17799537022557*/
.contacts {
    position: relative;
    overflow: hidden;
    height: 218px;
    padding: 64px var(--section-side-padding);
    padding-right: 540px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #37474F;
    gap: 24px;
}

.contacts__block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contacts__block-header {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #90A4AE;
}

.contacts__block:first-child .contacts__block-body {
    font-size: 24px;
}

.contacts__block-body {
    font-weight: 700;
    font-size: 32px;
    line-height: 29px;
    color: #ECEFF1;
}

.contacts__block-body a {
    color: #ECEFF1;
    text-decoration: none;
}

.contacts__content {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.contacts__svg {
    position: absolute;
    left: 1457px;
    top: 0px;
    transform: rotate(-15deg);
}

/* ============================================
   ADAPTIVE — Contacts Section
   ============================================ */

/* ---------- 1300px ---------- */
@media (max-width: 1300px) {
    .contacts {
        padding-right: 280px; /* сжимаем десктопный 540px */
    }

    .contacts__block-body {
        font-size: 26px;
    }

    .contacts__block:first-child .contacts__block-body {
        font-size: 20px;
    }

    .contacts__block-header {
        font-size: 18px;
    }
}

/* ---------- 1024px ---------- */
@media (max-width: 1024px) {
    .contacts {
        height: auto;
        padding: 36px 24px;
        padding-right: 24px; /* сбрасываем десктопный 540px */
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .contacts__block-body {
        font-size: 22px;
        line-height: 1.3;
    }

    .contacts__block:first-child .contacts__block-body {
        font-size: 18px;
    }

    .contacts__svg {
        display: none;
    }
}

/* ---------- 768px ---------- */
@media (max-width: 768px) {
    .contacts {
        padding: 28px 16px;
        gap: 20px;
    }

    .contacts__block-body {
        font-size: 20px;
    }

    .contacts__block:first-child .contacts__block-body {
        font-size: 16px;
    }

    .contacts__block-header {
        font-size: 16px;
    }
}

/* ---------- 414px ---------- */
@media (max-width: 414px) {
    .contacts {
        padding: 24px 16px;
        gap: 16px;
    }

    .contacts__block-body {
        font-size: 18px;
    }
}

/* End */
/* /local/templates/main/components/bitrix/news.list/promo_banner/style.css?17799537034176 */
/* /local/templates/main/components/bitrix/news.list/solutions/style.css?17799537032923 */
/* /local/templates/main/assets/css/statistics-main.css?17799537026153 */
/* /local/templates/main/assets/css/strengths.css?17799537026256 */
/* /local/templates/main/components/bitrix/news.list/services/style.css?17799537032645 */
/* /local/templates/main/components/bitrix/news.list/news/slider.css?17799537031305 */
/* /local/templates/main/components/bitrix/news.list/reviews/style.css?17799537037263 */
/* /local/templates/main/assets/css/feedback.css?177995370213162 */
/* /local/templates/main/assets/css/contacts.css?17799537022557 */
