

/* Start:/local/templates/main/assets/css/p-reviews.css?17822169039180*/
/* ============================================
   Reviews Cards Styles
   ============================================ */

/* Review Card Base */
.review-card {
  position: relative;
  height: 548px;
  width: 100%;
  overflow: hidden;
  background: var(--color-background-solution);
}

.review-card--right {
  border-radius: var(--radius-lg) 64px var(--radius-lg) var(--radius-lg);
}

.review-card--left {
  border-radius: var(--radius-lg) var(--radius-lg) 64px var(--radius-lg);
}

/* 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: var(--spacing-xl);
  left: var(--spacing-xl);
  background: var(--color-background);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all var(--transition-normal);
  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 var(--transition-normal);
}

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

/* Quotes */
.review-card__quotes {
  position: absolute;
  top: 204px;
  left: var(--spacing-xl);
  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: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 24px;
  line-height: normal;
  color: var(--color-text-secondary);
}

.review-card__author p {
  margin: 0;
}

.review-card__text {
  font-family: var(--font-family);
  font-weight: var(--font-weight-regular);
  font-size: 18px;
  line-height: normal;
  color: var(--color-text-secondary);
  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);
}

/* Show More Button */
.reviews-cards__show-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--spacing-sm) var(--spacing-lg);
  height: 43px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-special);
  background: transparent;
  cursor: pointer;
  transition: all var(--transition-normal);
  font-family: var(--font-family);
  font-weight: var(--font-weight-bold);
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  color: var(--color-text);
}

.reviews-cards__show-more:hover {
  background: var(--color-background-solution);
  border-color: #2773E4;
  color: #2773E4;
}

/* Reviews Cards Section */
.reviews-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px var(--section-side-padding);
  gap: var(--spacing-2xl);
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  overflow: hidden;
}

.reviews-cards__container {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  width: 100%;
}

/* ============================================
   ADAPTIVE — Reviews Cards
   ============================================ */



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

/* ---------- 1500px (планшет) ---------- */
@media (max-width: 1500px) {
  .reviews-cards {
    padding: 80px 40px;
  }
  
  .review-card {
    height: 420px;
  }
  
  .review-card__blue-stripe {
    width: 300px;
  }
  
  .review-card__logo {
    width: 160px;
    height: 100px;
    top: var(--spacing-lg);
    left: var(--spacing-lg);
  }
  
  .review-card--left .review-card__logo {
    left: 500px;
  }
  
  .review-card__quotes {
    top: 160px;
  }
  
  .review-card__content {
    top: 160px;
    left: 100px;
    width: 440px;
    gap: 20px;
  }
  
  .review-card--left .review-card__content {
    left: 540px;
  }
  
  .review-card__author {
    font-size: 20px;
  }

  .review-card__text {
    font-size: 15px;
  }

  .review-card__read-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 16px;
    margin: 0;
    text-decoration: none;
    color: #2773E4;
    font-family: var(--font-family);
    font-weight: var(--font-weight-semibold);
    font-size: 14px;
  }

  .review-card__read-thumb {
    display: none;
  }
}

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

  /* Карточка: блочная, relative — предсказуемое позиционирование */
  .review-card {
    display: block;
    position: relative;
    height: auto;
    min-height: auto;
    padding-bottom: 24px;
  }

  .review-card--right,
  .review-card--left {
    border-radius: 8px 32px 8px 8px;
  }

  /* Синяя полоса — блочная, только верхняя часть */
  .review-card__blue-stripe {
    display: block;
    position: static;
    width: 100%;
    height: 96px;
    top: auto;
    left: auto;
    right: auto;
  }

  /* Логотип — ровно на границе синяя/белая:
     top:56px + height:80px → от 56px до 136px (40px в синей, 40px в белой) */
  .review-card__logo {
    position: absolute;
    top: 56px;
    left: 24px;
    right: 24px;
    width: auto;
    height: 80px;
    margin: 0;
    z-index: 1;
  }

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

  /* Кавычки — после логотипа.
     Полоса=96px, логотип заканчивается на 136px → отступ от потока = 136-96+16 = 56px */
  .review-card__quotes {
    display: block;
    position: static;
    top: auto;
    left: auto;
    margin: 56px 24px 0;
  }

  .review-card--left .review-card__quotes {
    left: auto;
  }

  /* Автор + текст */
  .review-card__content {
    display: block;
    position: static;
    top: auto;
    left: auto;
    width: auto;
    padding: 0 24px;
    margin: 12px 0 0;
  }

  .review-card--left .review-card__content {
    left: auto;
  }

  .review-card__author {
    font-size: 18px;
  }

  .review-card__text {
    font-size: 14px;
  }

  /* Большое изображение письма — скрываем */
  .review-card__letter {
    display: none;
  }

  /* Ссылка «Читать оригинал» */
  .review-card__read-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 16px;
    margin: 0;
    text-decoration: none;
    color: #2773E4;
    font-family: var(--font-family);
    font-weight: var(--font-weight-semibold);
    font-size: 14px;
  }

  .review-card__read-thumb {
    display: none;
  }
}

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

  /* Логотип: top:56 + height:72 = bottom:128 → 32px ниже полосы (96px) */
  .review-card__logo {
    height: 72px;
  }

  /* Полоса=96px, лого заканчивается на 128px → отступ = 128-96+16 = 48px */
  .review-card__quotes {
    margin: 48px 24px 0;
  }

  .review-card__author {
    font-size: 16px;
  }

  .review-card__text {
    font-size: 13px;
  }
}

/* ---------- 414px ---------- */
@media (max-width: 414px) {
  .reviews-cards {
    padding: 40px 16px;
  }

  /* Логотип: top:56 + height:64 = bottom:120 → 24px ниже полосы (96px) */
  .review-card__logo {
    height: 64px;
  }

  /* Полоса=96px, лого заканчивается на 120px → отступ = 120-96+16 = 40px */
  .review-card__quotes {
    margin: 40px 24px 0;
  }

  .review-card__author {
    font-size: 15px;
  }

  .review-card__text {
    font-size: 13px;
  }
}
/* End */


/* Start:/local/components/custom/hero.banner/templates/.default/style.css?17822169031004*/
/* 
 * Специфичные стили для шаблона .default (slim стиль)
 * Базовые стили в /style.css
 */

.page-hero--default {
    padding: 64px var(--section-side-padding) 142px;
    gap: 32px;
    background: linear-gradient(0deg, rgba(39, 115, 228, 0.9), rgba(39, 115, 228, 0.9)), 
                url(/local/templates/main/assets/img/services-hero.png) center/cover no-repeat;
    border-radius: 0px;
}

.page-hero--default .page-hero__title {
    font-size: 48px;
    line-height: 56px;
}

/* Responsive - специфичные изменения для .default */

@media (max-width: 1024px) {
    .page-hero--default {
        padding: 48px 24px 80px;
    }

    .page-hero--default .page-hero__title {
        font-size: 36px;
        line-height: 44px;
    }
}

@media (max-width: 768px) {
    .page-hero--default {
        padding: 32px 16px 60px;
    }

    .page-hero--default .page-hero__title {
        font-size: 28px;
        line-height: 36px;
    }
}

/* End */


/* Start:/local/components/custom/hero.banner/templates/.default/../../style.css?17822169031718*/
/* 
 * Общие стили для всех шаблонов Hero Banner
 * Базовый класс: .page-hero
 */

/* Базовые стили */
.page-hero {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    box-sizing: border-box;
}

.page-hero__header {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.page-hero__breadcrumb {
    /* Стили для хлебных крошек */
}

.page-hero__title {
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}

.page-hero__subtitle {
    font-weight: 400;
    color: #ECEFF1;
    opacity: 0.9;
}

/* Breadcrumb styles */
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.breadcrumb-segment {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.breadcrumb-item {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: inline-flex;
    align-items: center;
    text-decoration-line: none;
    color: #B0BEC5;
}

.breadcrumb-item:last-of-type {
    color: #FFFFFF;
}

.breadcrumb-line {
    width: 40px;
    height: 1px;
    background: #B0BEC5;
    flex: 0 0 auto;
}

/* Responsive - базовые изменения */

@media (max-width: 1024px) {
    .page-hero__header {
        gap: 32px;
    }

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

@media (max-width: 768px) {
    .page-hero__header {
        gap: 24px;
    }

    .page-hero__title {
        font-size: 28px;
        line-height: 36px;
    }

    .breadcrumb {
        flex-wrap: wrap;
        row-gap: 8px;
    }

    .breadcrumb-line {
        width: 24px;
    }
}

/* End */


/* Start:/local/templates/main/assets/css/statistics-inline.css?17822169034389*/
.statistics {
    padding: 140px var(--section-side-padding);
    gap: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Порядок на десктопе: заголовок → кнопка → список */
.statistics__banner    { order: 1; }
.statistics__more-btn  { order: 2; }
.statistics__list      { order: 3; }

.statistics h3 {
    margin: 0px;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 48px;
    line-height: 57px;
    color: var(--color-blue-grey);
    display: flex;
    align-items: center;
    justify-content: center;
}

.statistics__banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.statistics__more-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 10px;
    margin-top: 24px;
    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__more-btn span {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.statistics__more-btn svg {
    stroke: white;
}

.statistics__list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    text-align: center;
    gap: 32px;
}

.statistics__fact {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.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 — статистика (inline/services)
   ============================================ */

/* ---------- 1024px ---------- */
@media (max-width: 1024px) {
    .statistics {
        padding: 64px 40px;
    }

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

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

    .statistics__list {
        gap: 24px;
    }
}

/* ---------- 768px (мобильный) ---------- */
@media (max-width: 768px) {
    .statistics {
        padding: 48px 20px;
        align-items: flex-start;
        gap: 24px;
    }

    .statistics__banner {
        align-items: flex-start;
        width: 100%;
    }

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

    /* На мобиле сбрасываем order — элементы идут в порядке HTML: banner → list → btn */
    .statistics__banner    { order: unset; }
    .statistics__list      { order: unset; }
    .statistics__more-btn  { order: unset; align-self: flex-start; margin-top: 0; }

    .statistics__list {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        text-align: left;
        gap: 20px;
        width: 100%;
    }

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

    .statistics__title br {
        display: none;
    }

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

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

/* ---------- 480px ---------- */
@media (max-width: 480px) {
    .statistics {
        padding: 40px 16px;
    }

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

    .statistics__title {
        font-size: 26px;
        line-height: 32px;
    }

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

/* End */


/* Start:/local/templates/main/assets/css/feedback.css?178221690313162*/
.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?17822169032557*/
.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/assets/css/p-reviews.css?17822169039180 */
/* /local/components/custom/hero.banner/templates/.default/style.css?17822169031004 */
/* /local/components/custom/hero.banner/templates/.default/../../style.css?17822169031718 */
/* /local/templates/main/assets/css/statistics-inline.css?17822169034389 */
/* /local/templates/main/assets/css/feedback.css?178221690313162 */
/* /local/templates/main/assets/css/contacts.css?17822169032557 */
