body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    background-color: #F5F5F5;
    color: #000;
    font-size: 16px;
    margin: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
    }


*,
*::before,
*::after {
    box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
}

a {
    text-decoration: none;
}

.container {

    margin: auto;
    max-width: 1440px;
}

.global-inner {
    margin: 0 auto;
    max-width: 1380px;
    width: 100%;
}

body.menu-open {
    overflow: hidden;
    /* Компенсация сдвига контента при исчезновении полосы прокрутки */
    padding-right: calc(100vw - 100%);
  }

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 800;

  }

  .mobile-menu {
    position: fixed;
    right: -4600px; /* Начальная позиция за экраном */
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.7);
    transition: right 0.5s ease;
    z-index: 900;
    padding: 80px 20px 20px;
}



/* .menu-list {
    width: 432px;
    display: block;
    margin: 0 auto;
} */

  .menu-list li:nth-child(1),

.menu-list li:nth-child(7) {
  margin-bottom: 50px;
}

.menu-list li:nth-child(5) {
    margin-bottom: 85px;
}

.menu-list li:nth-child(1),
.menu-list li:nth-child(6) {
    font-size: 20px;
}

.menu-list li:nth-child(7) {
    color: #999;
    font-size: 12px;
}

  /* Показываем меню при активации */
  .mobile-menu.active {
    right: 0;
  }

  /* Стили для списка меню */
.menu-list {
    padding: 0 65px;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #F5F5F5;
    font-size: 16px;
    text-align: left; /* Выравнивание текста по центру */

  }

  .menu-list li {
    margin: 10px 0;

  }

  .menu-list a {
    color: white;
    text-decoration: underline;
    font-size: 16px;
    transition: color 0.3s ease;
  }

  .menu-list a:hover {
    color: #0059FF;
  }


/* header */

.header {
    max-width: 1380px;
    display: flex;
    justify-content: space-between;
    /* margin: 30px 50px 0px 30px; */
    margin: 30px auto;
    min-height: 74px;
    font-size: 12px;
}


.logo {
    width: 106px;
    height: 64px;
}

.header_nav_link {
    font-weight: 600;
    display: flex;
    gap: 28px;

}

.nav_link.appear {
    display: none;
}

.nav_link {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: top; /* Выравниваем иконку и текст по вертикали */
    gap: 5px; /* Расстояние между иконкой и текстом */
}

.nav_circle {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0059FF; /* Синий цвет круга */
    border-radius: 50%; /* Делаем круг */
    color: white; /* Цвет плюса */
    font-size: 12px; /* Размер плюса */
    font-weight: bold; /* Жирный плюс */
}



.nav_circle::before {
    content: "";
    position: absolute;
    background: url('../img/+\ \(1\).svg') center;
    width: 8px;
    height: 8px;

}



.header_right {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.header_right_botton_inner {
    position: relative;
}

.header_button {
    font-family: 'Inter', sans-serif;
    color: #000;
    background-color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-left: 15px;
    margin-bottom: 6px;
    width: 218px;
    height: 43px;
    border-radius: 48px;
    border: none;
    position: relative;
}

.header_button:hover {
    cursor: pointer;
}

.header_button::before {

    width: 218px;
    content: "+7 (966) 931-88-05";
    position: absolute;
    top: 51px;
    left: 50%;

    transform: translateX(-50%);
}

.header_button::after {
    content: "за 1 день";
    padding-top: 4px;
    color: #fff;
    width: 82px;
    height: 28px;
    position: absolute;
    background: url('../img/Union.svg') center / cover no-repeat;
    top: -50%; /* Позиционирование по вертикали */
    right: -15px;

}

.whatsapp {
    width: 30px;
    height: 30px;
}

.telegram{
    width: 30px;
    height: 30px;
}

/* main */

.main-image-inner {
    position: relative;

}

.main {
    margin: auto;
    margin-top: 90px;
    margin-bottom: 80px;
    max-width: 834px;
    text-align: center;
    z-index: 30;

}

.privacy-main {
    text-align: left;
    padding: 20px;
}

.main_img {

    height: 100%;
    width: 100%;
}

.svg-main {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
}

.main_h1  {
    margin-bottom: 25px;
    color: #000;
    font-size: 128px;
    font-weight: 500;
}

.main_h2 {
    font-family: 'Inter', sans-serif;
    margin: auto;
    margin-bottom: 50px;
    max-width: 436px;
    font-weight: 400;
    font-size: 16px;
}

.main_button {
    margin: auto;
    font-family: 'Inter', sans-serif;
    width: 347px;
    height: 59px;
    background-color: #0059FF;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: none;
    border-radius: 48px;
    display: flex; /* Используем flex для выравнивания */
    align-items: center; /* Выравниваем по вертикали */
    justify-content: center; /* Выравниваем по горизонтали */
    position: relative; /* Для позиционирования псевдоэлемента */
    padding-left: 40px; /* Отступ для иконки */

    box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.24),
    0px 16px 32px -5px rgba(10, 124, 255, 0.24); /* Внешняя тень */

    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.main_button:hover {
    background-color: #0741ff;
    cursor: pointer;
}


.main_button::before {
    content: "";
    background: url(../img/main/finger.svg) no-repeat center;
    width: 24px;
    height: 26px;
    display: inline-block;
    position: absolute; /* Абсолютное позиционирование */
    left: 20px; /* Позиция иконки слева */
    top: 50%; /* Центрирование по вертикали */
    transform: translateY(-50%);

}


/* how it works */

.how-it-works {
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.section-title {

    font-size: 48px;
    font-weight: 500;
    margin-top: 100px;
    color: #fff;
}

.steps {
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    gap: 25px;
    color: #000;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
}

.steps::after {
    content: "";
    position: absolute;
    width: 726px;
    height: 2px;
    background: transparent; /* Прозрачный фон */
    border-bottom: 2px dashed #fff; /* Пунктирная линия */
    display: inline-block;

    top: 50%;
    left: 50%;

    transform: translateX(-50%);
}

.step {
    padding: 23px;
    max-width: 294px;
    height: 230px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    }



.step-title {
    font-weight: 600;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.step-description {
    font-size: 20px;
    font-weight: 500;
    min-width: 219px;
    margin-bottom: 13px;
}

.step-detail {
    color: #999;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 19px;
    position: relative;
    height: 57px;
    margin-left: 44px;


}

.step-detail::before {
    content: "";
    background: url('../img/how-work/plus.svg') center no-repeat;
    height: 23px;
    width: 23px;
    display: inline-block;
    position: absolute;
    left: -40px;
}

.about-coolcleaner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.about-coolcleaner-title {
    font-weight: 500;
    font-size: 32px;
    /* margin-bottom: 25px; */

}

.about-description {
    font-family: 'Inter', sans-serif;
    color: #999;
    font-weight: 400;
    font-size: 15px;
    max-width: 1015px;
    height: 59px;
    line-height: 20px;
    letter-spacing: -3%;
}

.about-coolcleaner-buttons-inner {
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 44px;
}

.video {
    background: none;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #999;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    border: none;
}

.about-coolcleaner-button {
    width: 297px;
    height: 64px;
    background-color: #0A7CFF ;
    border-radius: 48px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight:500;
    padding: 20px 28px 20px 24px;
    display: flex;
    align-items: center;
    gap: 11px;

    box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.24),
    0px 16px 32px -5px rgba(10, 124, 255, 0.24); /* Внешняя тень */

    transition: background-color 0.3s ease;
}

.about-coolcleaner-button:hover {
    background-color: #0741ff;
    cursor: pointer;
}


.blue {
    position: absolute;
    width: 984px;
    height: 787px;
    border-radius: 50%;
    filter: blur(100px);
    top: -15%;
    z-index: -1;
    background: url('../img/how-work/Mask\ group.svg') center no-repeat;
}

/* Pack */

.pack {
    display: flex;
    flex-direction: column;
    padding: 100px 30px 50px;
    background-color: #fff;
}
.pack-title {
    font-size: 96px;
    font-weight: 500;
}

.pack-description {
    font-size: 20px;
    max-width: 760px;
    height: 63px;
    margin-bottom: 217px;
}

.doverie {
    display: flex;
    justify-content: space-between;
    font-weight: normal;
    font-size: 40px;

}

.nav-slider {
    display: flex;
    gap: 5px;

}

.nav-button {
    height: 55px;
    width: 55px;
    background-color: #0059FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: background-color 0.3s ease;
}

.nav-button:hover {
    background-color: #0741ff;
    cursor: pointer;
}


/* Контейнер слайдера */
.pack-slider {
    padding-top: 50px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/* Обертка слайдов */
.swiper-wrapper {
    display: flex;
    align-items: center; /* Центрирование слайдов по вертикали */
}

/* Слайды */
.swiper-slide {
    width: 100%;
    max-height: 500px;
    display: flex;
    align-items: center; /* Центрирование содержимого по вертикали */
    justify-content: center; /* Центрирование содержимого по горизонтали */
    transition: transform 0.3s ease; /* Плавное изменение размера */
}

/* Изображения внутри слайдов */
.swiper-slide img {
    width: 100%; /* Растягиваем изображение на всю ширину слайда */
    object-fit: cover; /* Сохранение пропорций изображения */
}

.pack-button {
    display: flex;
    gap: 11px;
    margin: 100px auto;
    max-width: 346px;
    width: 100%;
    height: 56px;
    background-color: #0A7CFF;
    padding: 16px 19px  16px 15px;
    border: none;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.24),
    0px 16px 32px -5px rgba(10, 124, 255, 0.24); /* Внешняя тень */

    transition: background-color 0.3s ease;
}

.pack-button:hover {
    background-color: #0741ff;
    cursor: pointer;
}

/* Trust Section */
.trust {
    position: relative;
    padding: 100px 30px;
    background-color: #000;
    overflow: hidden;

}

.trust-article {
    font-size: 96px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
}

.trust-text {
    color: #fff;
    margin-bottom: 100px;
    font-size: 20px;
}

.trust-slider {
    position: relative;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.swiper-container-trust {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.swiper-slide-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.swiper-slide-trust img {
    height: 100%;
    max-width: 160px;
}

.iphone {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 100%;
    height: auto;
}

.trust-button {
    display: flex;
    gap: 11px;
    margin: 100px auto 0;
    width: 241px;
    height: 64px;
    background-color: #0A7CFF;
    padding: 20px 28px 20px 24px;
    border: none;
    align-items: center;
    border-radius: 48px;
    color: #fff;
    font-weight: 500;
    font-size: 19px;

    box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.24),
    0px 16px 32px -5px rgba(10, 124, 255, 0.24); /* Внешняя тень */

    transition: background-color 0.3s ease;
}

.trust-button:hover {
    background-color: #0741ff;
    cursor: pointer;
}


.trust-top {
    position: absolute;
    top: -30px;
    right: -30px;
}


.trust-bot {
    position: absolute;
    bottom: -30px;
    left: -30px;
}

/* Questions */
.qustions {
    background-color: #F5F5F5;
    padding: 100px 100px 100px 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 150px;
}

.helper {
    display: flex;

    gap: 150px;
}

.main-questions-article {
    font-size: 96px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #000;
}

.main-questions-text {
    font-size: 20px;
    color: #000;
    margin-bottom: 112px;
    display: block;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.accordion-item {
    overflow: hidden;
    border-bottom: 1px solid #CFCFCF;
}

.accordion-header {
    padding: 25px 5px 25px 0;
    font-size: 40px;
    line-height: 50px;
    color: #000;
    font-weight: 500;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.accordion-content {

    font-size: 16px;
    line-height: 32px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    max-height: 0;
    overflow: hidden;
}

.accordion-item.active .accordion-content {
    max-height: 200px; /* Максимальная высота контента */
    padding-bottom: 25px;
}

/* Стили для треугольника */
.accordion-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
    transition: transform 0.3s ease;
    position: relative;
}

.accordion-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000; /* Треугольник направлен вниз */
    transform: translate(-50%, -50%);
}

/* Поворот треугольника при активном состоянии */
.accordion-item.active .accordion-icon {
    transform: rotate(180deg); /* Поворот на 180 градусов */
}

.aside-quesitons {
    display: flex;
    flex-direction: column;

}

.aside-quesitons-img {
    margin-bottom: 74px;
    max-width: 323px;
    width: 100%;

}

.aside-questions-text {
    font-size: 20px;
    line-height: 32px;
    color: #000;
    font-weight: 500;
    max-width: 323px;
}

.aside-quesitons-button {
    display: flex;
    gap: 11px;
    margin: 100px 0;
    width: 250px;
    height: 64px;
    background-color: #0A7CFF;
    padding: 16px 28px 16px 24px;
    border: none;
    align-items: center;
    border-radius: 48px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;

    box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.24),
    0px 16px 32px -5px rgba(10, 124, 255, 0.24); /* Внешняя тень */

    transition: background-color 0.3s ease;
}

.aside-quesitons-button:hover {
    background-color: #0741ff;
    cursor: pointer;
}


/* Form Section */
.form {
    padding: 100px 30px;
    background-color: #fff;
    width: 100%;
}

.form-article {
    color: #000;
    font-size: 96px;
    font-weight: 500;
    margin-bottom: 25px;
}

.form-text {
    max-width: 760px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 100px;
}

/* Форма */
.contact-form {
    max-width: 1072px;
    width: 100%;
}

/* Группа полей */
.form-group {
    margin-bottom: 40px; /* Отступ между группами */
    position: relative;
}

/* Подчеркивание для полей ввода */
.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group select {
    width: 100%;
    padding: 10px 0; /* Отступы сверху и снизу */
    border: none;
    border-bottom: 2px solid #848484; /* Подчеркивание */
    background-color: transparent;
    font-size: 16px;
    color: #000;
    outline: none; /* Убираем обводку при фокусе */
}

/* Стили для выпадающего списка */
.form-group select {
    appearance: none; /* Убираем стандартный стиль */
    background-color: transparent;
    font-size: 16px;
    color: #848484;
}

/* Стили для чекбокса */
.form-group input[type="checkbox"] {
    margin-right: 10px;
}

/* Стили для текста чекбокса */
.form-group label[for="privacy-policy"] {
    font-size: 16px;
    color: #848484;
}

/* Стили для кнопки отправки */
.form-group button {

        display: flex;
        gap: 11px;

        width: 245px;
        height: 64px;
        background-color: #0A7CFF;
        padding: 16px 28px 16px 24px;
        border: none;
        align-items: center;
        border-radius: 48px;
        color: #fff;
        font-weight: 500;
        font-size: 20px;

        box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.24),
    0px 16px 32px -5px rgba(10, 124, 255, 0.24); /* Внешняя тень */

    transition: background-color 0.3s ease;
}


.form-group button:hover {
    background-color: #0056b3;
    cursor: pointer;
}

/* Стили для текста внутри полей ввода */
.form-group label {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 16px;
    color: #848484;
    transition: all 0.3s ease;
    pointer-events: none; /* Чтобы клик по тексту не фокусировал поле */
}

/* Анимация для текста при фокусе */
.form-group input:focus ~ label,
.form-group input:not(:placeholder-shown) ~ label,
.form-group select:focus ~ label,
.form-group select:not(:placeholder-shown) ~ label {
    top: -10px;
    font-size: 12px;

}

/* Контейнер для выпадающего списка */
.select-wrapper {
    position: relative;
    width: 100%;
}

/* Стили для выпадающего списка */
.select-wrapper select {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-bottom: 2px solid #848484;
    background-color: transparent;
    font-size: 16px;
    color: #848484;
    outline: none;
    appearance: none; /* Убираем стандартный стиль */
    padding-right: 30px; /* Оставляем место для треугольника */
}

/* Треугольник */
.select-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none; /* Чтобы клик по треугольнику не мешал выпадающему списку */
}

/* Создаем треугольник с помощью CSS */
.select-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #000; /* Треугольник направлен вниз */
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}


.form-checkbox-group {
    margin-top: 100px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 64px;
    color: #848484;
    font-size: 15px;
}

.form-group .checkbox {
    display: block;
}

.form-checkbox-group .form-group {

    display: flex;
    align-items: center; /* Выравниваем элементы по вертикали */
    margin-bottom: 0; /* Убираем отступ снизу */
    flex-wrap: wrap;
    font-size: 13px;

}

.form-checkbox-group label {
    display: inline-block;
    /* width: 100%;
    min-width: 515px; */
    position: static;

}

.form-group a {
    color: #848484;
    text-decoration: underline;
}

/* Скрываем стандартный чекбокс */
.checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #848484; /* Рамка для пустого чекбокса */

    outline: none;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
}

/* Создаем пустой квадратик (основу для кастомного чекбокса) */
.checkbox::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-color: transparent; /* Прозрачный фон */
}

/* Добавляем картинку только при состоянии "checked" */
.checkbox:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background: url(../img/Form/check.svg) no-repeat; /* Ваша картинка */
    background-size: cover; /* Чтобы картинка заполнила квадратик */
}

/* Стили для текста чекбокса */
.check-box-label {
    /* display: flex; */
    margin-right: 5px;
    align-items: center;
    font-size: 16px;
    color: #848484;
    cursor: pointer;
}

/* footer */

.footer {
    background-color: #000;
    padding: 30px;

}

.footer-inner {
    margin: 0 auto;
    max-width: 1380px;
    width: 100%;
}

.footer-top .logo {
    max-width: 800px;
    height: 64px;
    width: 100%;
}

.footer-top {
    display: flex;
    color: #fff;
    font-size: 24px;
    margin-bottom: 206px;

}


.footer-top a {
    color: #fff;
    position: relative;

}

.footer-top .teleram-link {
    margin-right: 13px;
}

.a-container {
    display: inline;
    margin-right:13px;
    max-width: 220px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 15px;
}

.footer-bottom a {
    color: #fff;
    text-decoration: underline;
    white-space: nowrap;
}

.footer-bottom p {
    padding: 0;
    margin: 0;
    max-width: 800px;
    width: 100%;

}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}


.header-mobile {
    display: none;
}

.down-board {
    display: none;
}

/* Модальное окно */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    padding: 20px;
    border-radius: 10px;
    max-width: 800px;
    width: 90%;
}

.video-player {
    width: 100%;
    height: auto;
    max-height: 80vh;
    border: none;
    border-radius: 5px;
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: #ccc;
}

.comm-info {
    color: #807a7a;
    margin-bottom: 20px;
    font-size: 15px;
}

/* ------------------------ */

/* Скрываем фиксированную плашку на десктопе */

@media (max-width: 1366px) {

    .header {
        padding: 0 30px;
    }



}


@media (max-width: 1250px) {

.steps::after {
    display: none;
}

}

@media (max-width: 890px) {
.helper {
    flex-wrap: wrap;
    gap: 70px;
    justify-content: center;
}
}

/* Мобильная версия */
@media (max-width: 430px) {

    body {
        padding-top: 70px; /* Высота header-mobile */
        padding-bottom: 40px; /* Высота down-board */

        overflow-x: hidden;

    }

    .blue {
        width: 100%;
        left: 0;
        transform: translateX(0);
      }




    .header {
        display: none;
    }

    .header_button::before {
        display: none;
    }

    .header-mobile {
        max-width: 100%;

        width: 100%;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background-color: #000;
        padding: 10px 20px;
        border-radius: 0 0 20px 20px;
    }

       .header-mobile .header_button {
        max-width: 147px;
        width: 100%;
        height: 35px;
        color: #000;
        font-weight:600;
        font-size: 10px;
        margin-bottom: 10px;
    }

    .header-mobile .nav_link {
        margin-left: 30px;
        color: #fff;
        font-weight:600;
        font-size: 12px;
    }
    .header-mobile-inner {
        margin-top: auto;
        height: 35px;
        display: flex;
        align-items: center;
    }

    .main_h1 {
        font-size: 64px;
        margin-bottom: 25px;
    }
    .main_h2 {
        font-size: 14px;
        margin-bottom: 50px;
        max-width: 290px;
    }

    .main_button {
        margin-bottom: 50px;
    }

    .main {
        height: 1wh;
    }



    /* <!-- Down-board --> */

    .down-board {
        max-width: 100%;

        width: 100%;
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background-color: #000;
        padding: 10px 20px;
        border-radius: 20px 20px 0 0;
        z-index: 2000;
    }

    .whatsapp-db,
    .telegram-db {
        width: 40px;
        height: 40px;
        margin-right: 7px;
    }
    .down-board-text {
        margin-left: 11px;
        margin-right: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .down-board-text a {
        font-weight: 600;
        font-size: 16px;
        color: #fff;
    }

    .down-board-text p {
        font-weight: 500;
        font-size: 10px;
        color: #848484;
        margin: 0;
    }

    .down-board-text span{
        color: #33FF00;

    }

    .down-board-text span::before {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #33FF00;
        margin-right: 3px;
        margin-left: 3px;
        border-radius: 50%;

        animation: blink 1s linear infinite alternate;

    }

    @keyframes blink {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0.3;
        }
    }



    /* Burger */

    .mobile-burger {
        width: 54px;
        height: 36px;
        background-color: #0059FF;
        border-radius: 13px;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .burger {

        border: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        flex-direction: column;
        background-color: inherit;

    }

    .burger-line {
        display: block;
        width: 28px;
        height: 3px;
        background-color: #fff;

        transition: all 0.5s ease;
    }

    .burger.active .burger-line:nth-child(1) {
        transform: rotate(45deg) translate(6px, 5px);

    }

    .burger.active .burger-line:nth-child(2) {
        opacity: 0;
      }

      .burger.active .burger-line:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -5px);
      }



    /* How it works  */


    .section-title {
        font-size: 32px;
        margin-top: 70px;
    }


    .steps {
        margin-top: 70px;
        margin-bottom: 70px;
        flex-direction: column;

    }


    .steps::after {
        width: 190%;
        transform: translateX(-50%) rotate(90deg);
        z-index: -1;
        display: block;
      }

    .about-description {
        max-width: 329px;
    }

    .about-coolcleaner-buttons-inner {
        flex-direction: column;
        margin-top: 200px;
    }


    /* Pack  */

    .pack-title {
        font-size: 64px;
    }

    .pack-description {
        font-size: 16px;
    }

    .pack-slider .swiper-slide {
        width: 264px;
    }

    .pack-slider .swiper-slide-next {
        transform: translateX(-3%);
    }



    /* Doverie  */


    .doverie {

        font-size: 24px;
    }
    .trust {
        position: relative;
        padding: 100px 0px;
    }

    .trust-top {
        position: absolute;
        top: -63px;
        right: -66px;
        z-index: 2;
    }



    .trust-article{
        position: relative;
        z-index: 3;
        font-size: 64px;
        line-height: 60px;
        margin-left: 20px;
    }

    .trust-text {
        position: relative;
        z-index: 3;
        color: #F5F5F5;
        margin-left: 20px;


    }

    .trust-bot {
        z-index: 1;
    }

    .trust-button {
        position: relative;
        z-index: 2;
    }

    .trust-slider {
        margin-top: 70px;
    }

    .swiper-container-trust {
        width: 100%;
        overflow: hidden;
        padding: 0 120px; /* Отступы для скрытия краев слайдов */
        box-sizing: border-box;
      }

      /* Обертка слайдов */
      .swiper-wrapper {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        transition: transform 0.5s ease;
      }

      /* Настройка слайдов */
      .swiper-slide-trust {
        width: calc((100% - 240px) / 3); /* 3 слайда с учетом отступов */
        flex-shrink: 0;
        position: relative;
        transition: transform 0.3s ease;
      }


      /* Изображения в слайдах */
      .swiper-slide-trust img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain; /* Сохраняет пропорции изображения */
      }






    /* Questions  */

    .qustions {
        padding: 70px 20px;
        gap: 70px;
        justify-content: center;
    }

    .helper {
        flex-wrap: wrap;
        gap: 70px;
        justify-content: center;
    }
    .main-questions-article {
        font-size: 64px;
        line-height: 60px;
    }

    .main-questions-text {
        font-size: 16px;
        margin-bottom: 70px;
    }

    .accordion-header {
        font-size: 24px;
        line-height: 42px;
    }

    .accordion-content p {
        margin: 0;
    }

    .aside-questions-text {
        margin: 0;
    }

    .aside-quesitons-button {
        margin: 50px 0;
    }


    /* Form  */

    .form {
        padding: 70px 20px 40px;
    }

    .form-article {
        font-size: 64px;
        margin-bottom: 25px;
        line-height: 60px;
        max-width: 349px;
    }

    .form-text {
        font-size: 16px;
        margin-bottom: 70px;
    }

    .checkbox {
        border: none;
    }

    .check-mrg {
        margin-left: 10px;
    }

    .checkbox::before {
        background: url(../img/Form/Vector\ \(5\).svg) no-repeat;
    }

    .form-checkbox-group {
        flex-direction: column;
        margin-top: 70px;
        height: 100%;

    }

    .check-box-label {
        margin-left: 9px;
    }

    .check-box-label a {
        display: block;
    }

    /* Footer  */

    .footer {
        padding: 36px 20px 20px 20px;
    }

    /* .footer-top .logo {
        margin-right: 0;
    } */

    .form-checkbox-group {
        align-items: normal;
    }

    .footer-top {
        flex-direction: column;
        margin-bottom: 145px;
        gap: 140px;
    }

    .footer-bottom {
        flex-direction: column-reverse;
        gap: 70px;
        align-items: baseline;
    }

    .footer-bottom p {
        font-size: 12px;
    }

    .teleram-link, .whatsapp-link {
        display: none;
    }

    .footer-bottom-inner {
        flex-direction: column;
        gap: 16px;
        align-items: normal;

    }

    .global-inner,
    .main,
    .how-it-works,
    .pack,
    .trust,
    .questions,
    .form {
      overflow-x: hidden;
      width: 100%;
      max-width: 100%;
    }

}

@media (max-width: 375px) {

    .header-mobile .nav_link {
        margin-left: 15px;
    }

    .how-it-works {
        padding: 0 30px;
    }

    .down-board-text a{
        font-size: 14px;
    }

    .down-board-text {

        margin-left: 6px;
        margin-right: 10px;

    }

}





