.juicy_header_block_menu a {
   text-decoration-line: none;
   color: #465547;
   font-family: Montserrat;
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   line-height: 140%;
   text-align: center;
   /* 22.4px */
}

.juicy_footer_block_manager {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
   padding: 28px 0px;
   gap: 275px;
}

.menuSmart {
   display: none;
}

.juicy_header_block_menu a:hover {
   text-decoration-line: underline;
}

.juicy_header_block_menu {
   display: flex;
   flex-direction: row;
   align-items: center;
   padding: 0px;
   gap: 40px;
}

.juicy_header_block_contacts {
   display: flex;
   gap: 32px;
}

.juicy_header_block_tele a,
.juicy_header_block_mail a {
   text-decoration-line: underline;
   font-weight: 700;
   font-size: 18px;
   color: #667668;
}

.juicy_header_block_mail_mob {
   margin-top: 60px;
}

.juicy_header_block_mail_mob a {
   color: #465547;
   font-family: Montserrat;
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   line-height: 140%;
   /* 22.4px */
   text-decoration-line: underline;
}

.juicy_header_block_tele {
   display: flex;
   flex-direction: row;
   align-items: flex-start;
   padding: 0px;
   gap: 10px;
}

.juicy_header_block {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
}

.juicy_header {
   padding: 20px 0px;
   background: #FFFFFF;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 600;
   font-size: 16px;
   line-height: 22px;
   color: #465547;
   position: fixed;
   width: 100%;
   z-index: 1000;
}

.header_img {
   position: relative;
   /* This is crucial for positioning the child description box */
   height: 932px;
   /* Make the container take the full height of the viewport */
   background-image: url('/new_img/1.jpg');
   /* Replace with the correct path to your image */
   background-size: cover;
   /* Ensures the image covers the entire container */
   background-position: center;
   /* Centers the image */
   display: flex;
   align-items: flex-end;
   /* MOVED TO BOTTOM: Changed from 'center' to 'flex-end' */
   box-sizing: border-box;
   /* Ensures padding is included in the element's total height */
   padding-bottom: 120px;
   /* ADDED: Adds space from the bottom of the viewport */
}

/* The semi-transparent description box */
.header_img_description {
   border-radius: 0 16px 16px 0;
   background: rgba(255, 255, 255, 0.20);
   backdrop-filter: blur(2px);
   padding: 40px 50px 40px 140px;
   /* Pushes the box from the left edge */
   max-width: 450px;
}

/* The main title */
.header_img_description__title {
   color: #FFF;
   font-family: Montserrat;
   font-size: 40px;
   font-style: normal;
   margin-bottom: 16px;
   font-weight: 600;
   line-height: 120%;
   /* 48px */
}

/* The subtitle/content text */
.header_img_description__content {
   color: #FFF;
   font-family: Montserrat;
   font-size: 16px;
   font-style: normal;
   margin-bottom: 32px;
   font-weight: 600;
   line-height: 120%;
   /* 19.2px */
}

/* The "Отправить заявку" button */
.header_img_description__btn,
.header_img_description__btn_mob {
   display: inline-block;
   /* Allows setting padding and width */
   background-color: #6a7f72;
   /* A muted green-gray color from the image */
   padding: 15px 35px;
   /* Vertical and horizontal padding */
   text-decoration: none;
   /* Removes the underline from the link */
   font-size: 16px;
   font-weight: bold;
   border-radius: 5px;
   /* Rounded corners for the button */
   cursor: pointer;
   /* Changes the cursor to a pointer on hover */
   transition: background-color 0.3s ease;
   /* Smooth transition for hover effect */
   color: #FFF;
   text-align: center;
   font-family: Montserrat;
   font-style: normal;
   font-weight: 600;
   line-height: 140%;
   /* 22.4px */
}


/* Hover effect for the button */
.header_img_description__btn:hover,
.header_img_description__btn_mob {
   background-color: #596b61;
   /* A slightly darker shade for the hover state */
}

.header_img_description_mob {
   display: none;
   padding: 0 10px;
}

.header_img_description__title_mob {
   color: #000;
   text-align: center;
   font-family: Montserrat;
   font-size: 24px;
   font-style: normal;
   font-weight: 600;
   line-height: 120%;
   /* 28.8px */
}

.header_img_description__btn_mob {
   margin: 45px 10px;
   padding: 15px 0;
   font-size: 20px;
}

.header_img_description__content_mob {
   color: #000;
   text-align: center;
   font-family: Montserrat;
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   line-height: 120%;
   /* 19.2px */
}

.juicy_under_header {
   margin: 80px auto 107px auto;
   text-align: center;
   color: #000;
   text-align: center;
   font-family: Montserrat;
   font-size: 24px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
   max-width: 738px;
   /* 33.6px */
}


.juicy_qr {
   width: 1400px;
   margin-bottom: 142px;
   display: flex;
   align-items: center;
   border-radius: 16px;
   padding: 44px;
   gap: 10%;
   background: #F4F4F4;
}

.juicy_qr_text {
   color: #000;
   font-family: Montserrat;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
   text-align: start;
   max-width: 500px;
}

.family_health {
   color: #000;
   text-align: center;
   font-family: Montserrat;
   font-size: 24px;
   font-style: normal;
   font-weight: 600;
   line-height: 120%;
   margin-bottom: 41px;
}

.features_img {
   /* Фоновое изображение на всю ширину */
   background: url('/new_img/2.jpg') no-repeat center center / cover;
   min-height: 600px;
   /* Высота под ваш макет */
   position: relative;
   display: flex;
   align-items: flex-end;
   /* Опускает карточки вниз */
   margin-bottom: 200px;
}

.features_container {
   display: flex;
   justify-content: space-between;
   /* Ограничиваем максимальную ширину как в макете */
   margin: 0 160px;
   /* МАГИЯ ТУТ: центрирует контейнер на странице */
   transform: translateY(50%);
   width: 100%;
   /* Позволяет контейнеру быть резиновым до 1400px */
}

.feature_card {
   border-radius: 16px;
   background: #F4F4F4;
   padding: 15px;
   width: 340px;
   /* Все карточки одинаковой ширины */
   text-align: center;
}

.feature_card h3 {
   font-weight: 700;
   margin-bottom: 15px;
   width: 340px;
   color: #000;
   text-align: center;
   font-family: Montserrat;
   font-size: 20px;
   font-style: normal;
   font-weight: 600;
   line-height: 120%;
   /* 24px */
}

.feature_card p {
   color: #000;
   text-align: center;
   width: 340px;
   font-family: Montserrat;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 120%;
   /* 19.2px */
}

.features_container_mob {
   display: none;
}

.komplekty_mob_tab {
   display: none;
}

.oborudovanie {
   margin-top: 100px;
}

.oborudovanie__header {
   width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-bottom: 40px;
}


.juicy_qr__container {
   display: flex;
   justify-content: center;
}

.oborudovanie__title {
   text-align: center;
   color: #000;
   font-family: Montserrat;
   font-size: 24px;
   font-style: normal;
   max-width: 550px;
   font-weight: 600;
   line-height: 120%;
   margin-bottom: 16px;
   /* 28.8px */
}

.oborudovanie__description {
   color: #000;
   text-align: center;
   font-family: Montserrat;
   font-size: 16px;
   font-style: normal;
   max-width: 550px;
   font-weight: 600;
   line-height: 120%;
   /* 19.2px */
}

.komplekty {
   display: flex;
   gap: 10px;
   padding: 0 10px;
   margin: 0 160px;
}

.komplekty_item {
   border-radius: 16px;
   background: #F4F4F4;
   padding: 34px 48px 39px 48px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}


.komplekty_item_title {
   color: #000;
   text-align: center;
   font-family: Montserrat;
   font-size: 24px;
   font-style: normal;
   font-weight: 600;
   line-height: 120%;
   margin-bottom: 11px;
   /* 28.8px */
}

.komplekty_item_under_title {
   color: #000;
   text-align: center;
   font-family: Montserrat;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

.komplekty_item_1 {
   padding: 0 35px;
   margin: 45px 0;
}

.komplekty_item_1 a {
   color: #000;
}

.workout-list a {
   color: #000;
}

.komplekty_item_img {
   margin: 45px 0;
}

.komplekty_item p a {
   color: #000;
}

.bordDark {
   border: 1px solid #C4C4C4;
   margin: 16px 0;
}

.komplekty_item_1 p {
   color: #000;
   font-family: Montserrat;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

.komplekty_item_2 {
   border-radius: 16px;
   background: #D9D9D9;
   padding: 25px 49px;
}

.komplekty_item_2__header {
   color: #000;
   text-align: center;
   font-family: Montserrat;
   font-size: 20px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   margin-bottom: 32px;
}

.bordLight {
   border: 1px solid #FFF;
   margin: 16px 0;
}

.komplekty_item_2 p {
   color: #000;
   font-family: Montserrat;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

.workout-list {
   list-style: none;
   /* Отключаем стандартные точки */
   padding: 0;
   margin: 0;
}

.workout-list li {
   position: relative;
   padding-left: 25px;
   /* Регулируйте этот отступ (ширина зоны буллита) */
   line-height: 1.4;
   color: #000;
   font-family: Montserrat;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

.workout-list li a {
   color: #000;
}

/* Рисуем свой буллит */
.workout-list li::before {
   content: "•";
   /* Символ точки */
   position: absolute;
   left: 0;
   /* Точка всегда в самом начале */
   top: 0;
   /* Точка привязана к первой строке */
   color: #000000;
   /* Цвет точки */
   font-size: 20px;
}

/* Чтобы у последнего пункта не было линии (по желанию) */
.workout-list li:last-child {
   border-bottom: none;
}

.tb__container {
   padding-top: 43px;
   margin-top: 69px;
   width: 100%;
   height: 395px;
   background: #869485;
}

.tb__title {
   color: #FFF;
   text-align: center;
   font-family: Montserrat;
   font-size: 24px;
   font-style: normal;
   font-weight: 600;
   line-height: 120%;
}

.tb-list {
   list-style: none;
   /* Скрываем стандартные маркеры */
   padding-left: 0;
   /* Сбрасываем отступы, если нужно */
   color: #FFF;
   font-family: Montserrat;
   font-size: 16px;
   width: 65%;
   margin-left: auto;
   margin-right: auto;
   font-style: normal;
   font-weight: 400;
   line-height: 200%;
   margin-top: 28px;
   /* 32px */
}

.tb-list li {
   position: relative;
   padding-left: 25px;
   /* Отступ текста от вашего кастомного буллита */
   margin-bottom: 10px;
}

.tb-list li::before {
   content: "";
   /* Обязательно для отображения */
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   /* Центрируем по вертикали */

   /* Ваши стили */
   width: 12px;
   height: 12px;
   background-color: #fff;
   /* Убедитесь, что фон родителя не белый, иначе не увидите */
   border-radius: 50%;

   /* Дополнительно, если нужен контур */
   border: 1px solid #ccc;
}


.tb-second__container {
   border-radius: 16px;
   background: #F4F4F4;
   display: flex;
   flex-direction: column;
   max-width: 1600px;
   height: 768px;
   margin-left: auto;
   margin-right: auto;
   transform: translateY(-100px);
   padding: 46px 48px 39px 48px;
   gap: 28px;
}

.tb-second-up__container,
.tb-second-down__container {
   display: flex;
}

.tb-second-up__container-right-imgs {
   display: flex;
   gap: 27px;
}

.tb-second-up__container,
.tb-second-down__container {
   gap: 38px;
}

.tb-second-up__left-img {
   width: 100%;
   border-radius: 16px;
   overflow: hidden;
   height: 199px;
}

.tb-second-up__right-img,
.tb-second-up__right-img {
   width: 50%;
   border-radius: 16px;
   overflow: hidden;
   height: 250px;
}

.tb-second-up__left-title {
   color: #000;
   text-align: left;
   margin-bottom: 22px;
   font-family: Montserrat;
   font-size: 24px;
   font-style: normal;
   font-weight: 600;
   line-height: 120%;
}

.tb-second-inner-title {
   color: #000;
   margin: 18px 0 9px 0;
   font-family: Montserrat;
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
   line-height: 150%;
}

.tb-second-ul-title {
   color: #000;
   font-family: Montserrat;
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
   line-height: 150%;
}

.tb-second-down__right-ul,
.tb-second-down__left-ul {
   margin-top: 28px;
}

.tb-second-img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.tb-second-up__inner-container-left {
   padding: 25px;
   border-radius: 16px;
   background: #FFF;
   width: 520px;
   height: 379px
}

.tb-second-up__container-right {
   padding: 25px;
   border-radius: 16px;
   background: #FFF;
   width: 945px;
   height: 430px;
}

.tb-second-down__container-left {
   padding: 25px;
   width: 748px;
   height: 226px;
   border-radius: 16px;
   background: #FFF;
}

.tb-second-down__container-right {
   padding: 25px;
   border-radius: 16px;
   background: #FFF;
   width: 717px;
   height: 226px;
}


.tb-second-text {
   color: #000;
   font-family: Montserrat;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 150%;
}

.tb-second__container ul li {
   color: #000;
   font-family: Montserrat;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 200%;
}


/* Общие стили для обоих списков */
.tb-second-down__left-ul,
.tb-second-down__right-ul {
   list-style: none;
   padding: 0;
}

.tb-second-down__left-ul li,
.tb-second-down__right-ul li {
   position: relative;
   padding-left: 25px;
   margin-bottom: 12px;
   line-height: 1.4;
}

/* Создаем кастомный буллит */
.tb-second-down__left-ul li::before,
.tb-second-down__right-ul li::before {
   content: "";
   position: absolute;
   left: 0;
   top: 8px;
   width: 12px;
   height: 12px;
   border-radius: 50%;
}


.tb-second-down__left-ul li::before {
   background-color: #11E218;
}


.tb-second-down__right-ul li::before {
   background-color: #FD1515;
}

.feedback-form__container {
   width: 100%;
   display: flex;
   justify-content: center;
}

.feedback-form {
   background-color: #ffffff;
   padding: 40px;
   border-radius: 8px;
   max-width: 565px;

}

.feedback-form__header {
   text-align: center;
   color: #000;
   font-family: Montserrat;
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
   margin-bottom: 16px;
}

.feedback-form__group {
   margin-bottom: 10px;
}

.feedback-form__input,
.feedback-form__textarea {
   width: 100%;
   padding: 15px;
   border: 1px solid #e0e0e0;
   color: #454545;
   box-sizing: border-box;
   font-family: Montserrat;
   border-radius: 4px;
   font-size: 16px;
   outline: none;
   font-style: normal;
   font-weight: 200;
   line-height: 140%;
   /* 22.4px */
}

.feedback-form__input::placeholder,
.feedback-form__textarea::placeholder {
   color: #DBDBDB;
   font-family: Montserrat;
   font-size: 16px;
   font-style: normal;
   font-weight: 200;
   line-height: 140%;
   /* 22.4px */
}

.feedback-form__input:hover::placeholder,
.feedback-form__textarea:hover::placeholder {
   color: #454545;
   font-family: Montserrat;
   font-size: 16px;
   font-style: normal;
   font-weight: 200;
   line-height: 140%;
   transition-duration: 0.2s;
}

.feedback-form__textarea {
   resize: none;
   min-height: 120px;
   /* Adjusted from rows attribute */
}

.feedback-form__submit-btn {
   width: 100%;
   padding: 15px;
   border-radius: 4px;
   background: #667668;
   border: none;
   border-radius: 8px;
   cursor: pointer;
   transition: background-color 0.3s ease;
   color: #FFF;
   text-align: center;
   font-family: Montserrat;
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   line-height: 140%;
}

.feedback-form__submit-btn:hover {
   background-color: #4E584F;
}

.feedback-form__checkbox-container {
   display: flex;
   align-items: flex-start;
   margin-top: 25px;
}

.feedback-form__checkbox {
   margin-top: 3px;
   margin-right: 10px;
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   /* Prevents checkbox from shrinking */
}

.feedback-form__checkbox-label {
   color: #000;
   font-family: Montserrat;
   font-size: 10px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
   /* 14px */
}

.feedback-form__checkbox-label a {
   color: #6E7A6B;
   text-decoration: underline;
}

/* Стиль для полей ввода с ошибкой */
.feedback-form__input.invalid,
.feedback-form__textarea.invalid {
   border-color: #B52E2E;
   /* Яркий красный цвет для рамки */
}

/* Стиль для кастомного чекбокса, если он не нажат */
.privacy-label.invalid .custom-checkbox .unchecked-icon rect {
   stroke: #B52E2E;
   /* Делаем рамку неотмеченного чекбокса красной */
   stroke-width: 1.5;
   /* И чуть толще, чтобы было заметнее */
}

/* Стиль для текста политики конфиденциальности, если галочка не стоит */
.privacy-label.invalid .privacy-text {
   color: #B52E2E;
   /* Делаем текст красным */
}

/* Стиль для кнопки после успешной отправки */
.feedback-form__submit-btn.sent {
   background-color: #5a8b5c;
   /* Более светлый или другой оттенок зеленого для индикации успеха */
   cursor: not-allowed;
   /* Показывает, что кнопка больше неактивна */
   opacity: 0.8;
   /* Немного приглушим ее, чтобы не бросалась в глаза */
   transition: background-color 0.3s ease, opacity 0.3s ease;
}

.b24-form {
   display: none !important;
}

.feedback-form__success {
   display: none;
   /* Изначально скрыт */
   text-align: center;
   padding: 40px 20px;
   border: 1px solid #667668;
   border-radius: 8px;
   color: #000;
}

.feedback-form__success h3 {
   font-family: Montserrat, sans-serif;
   font-size: 24px;
   margin-bottom: 10px;
}

.feedback-form__success p {
   font-family: Montserrat, sans-serif;
   font-size: 16px;
   line-height: 1.5;
}


.examples_slider {
   /* Рассчитываем ширину, чтобы вместить ~2.9 элемента */
   margin: auto;
   margin-left: 45px;
   height: 500px;
}

.owl-carousel .item {
   /* Задаем одинаковую высоту для всех слайдов */
   height: 500px;
}

.owl-carousel .item.type-wide {
   /* Ширина для широких слайдов */
   width: 773px;
}

.owl-carousel .item.type-vertical {
   /* Ширина для узких (вертикальных) слайдов */
   width: 386px;
}

.custom-card {
   width: 100%;
   height: 100%;
}

.custom-card img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 10px;
}

.item.type-vertical .custom-card img {
   object-fit: inherit;
}

.privacy-policy {
   display: flex;
   align-items: flex-start;
   color: #000;
   font-family: Montserrat;
   font-size: 10px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
   margin-top: 16px;
   width: 100%;
}


/* Скрываем оригинальный чекбокс */
.privacy-checkbox-input {
   display: none;
}

/* Стили для контейнера лейбла */
.privacy-label {
   display: flex;
   align-items: flex-start;
   cursor: pointer;
   user-select: none;
   /* чтобы текст не выделялся при клике */
   font-size: 10px;
   /* Восстанавливаем исходный размер шрифта */
   line-height: 140%;
}

/* Контейнер для SVG иконок */
.custom-checkbox {
   position: absolute;
   display: inline-block;
   width: 12px;
   height: 12px;
   margin-right: 8px;
   /* Отступ между иконкой и текстом */
   flex-shrink: 0;
   /* Чтобы иконка не сжималась */
   margin-top: 1px;
   /* Небольшая коррекция для выравнивания */
}

/* Позиционируем иконки */
.custom-checkbox .unchecked-icon,
.custom-checkbox .checked-icon {
   position: absolute;
   top: 0;
   left: 0;
}

/* По умолчанию показываем "пустую" иконку и скрываем "с галочкой" */
.custom-checkbox .checked-icon {
   display: none;
}

.custom-checkbox .unchecked-icon {
   display: block;
}

/* Когда оригинальный чекбокс отмечен (:checked)... */
.privacy-checkbox-input:checked~.privacy-label .custom-checkbox .checked-icon {
   display: block;
   /* ...показываем иконку с галочкой */
}

.privacy-checkbox-input:checked~.privacy-label .custom-checkbox .unchecked-icon {
   display: none;
   /* ...и скрываем пустую */
}




/*=========================================*/


html {
   scroll-behavior: smooth;
}

.juicy_smooth {
   scroll-margin-top: 65px;
}

.juicy_header_mobile {
   display: none;
}

.juicy_header_mobile_fon {
   display: none;
}

@media (max-width: 1800px) {
   .features_container {
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      transform: translateY(25%);
   }
}

@media (max-width: 1260px) {
   .juicy_header {
      display: none;
   }

   .juicy_header_mobile {
      position: fixed;
      top: 0;
      display: flex;
      padding: 10px 30px;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      z-index: 1000;
      width: calc(100% - 60px);
      background: #fff;
      border-bottom: 1px solid #F4F4F4;
   }

   .custGreenMobile {
      padding-top: 60px;
   }

   .menuSmart {
      position: absolute;
      top: 60px;
      z-index: 200;
      width: 100%;
      height: 368px;
      background-color: white;
      -webkit-animation: fadeIt 1s ease;
      animation: fadeIt 1s ease;
      display: none;
      padding: 0 10px;
   }

   .juicy_menu_smart {
      width: 40px;
      height: 40px;
      background-image: url(/new_img/burger_mobile.svg);
      background-position: center;
      background-size: auto;
      background-repeat: no-repeat;
   }

   .menuSmart-visibility {
      display: block;
      position: fixed;
   }

   .juicy_menu_smart_vis {
      background-image: url(/new_img/burger_mobile.svg);
   }


   .juicy_mobile_logo {
      width: 178px;
      height: 20px;
      background-image: url(/new_img/logo_header.svg);
      background-position: center;
      background-size: 100%;
      background-repeat: no-repeat;
   }

   .juicy_mobile_logo_white {
      background-image: url(/img/logo_header_white.svg);
   }

   .menuSmart_links a {
      color: #465547;
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 140%;
      /* 22.4px */
      text-decoration: none;
   }

   .menuSmart_links a:hover {
      text-decoration: underline;
   }

   .menuSmart_links {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 0px;
      gap: 20px;
      margin-top: 40px;
   }

   .juicy_header_block_tele_mob {
      margin-top: 24px;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      padding: 0px;
      gap: 10px;
   }

   .juicy_header_block_tele_mob a {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 22px;
      text-decoration-line: underline;
      color: #465547;
   }

   .juicy_header_mobile_fon_active {
      display: block;
      position: fixed;
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      z-index: 150;
   }

   .features_container {
      flex-direction: column;
      margin: 0;
   }

   .juicy_qr {
      flex-direction: column;
      padding: 32px 10px 29px 10px;
      gap: 24px;
      width: 60%;
   }

   .juicy_qr_img {
      width: 100%;
   }

   .juicy_qr_text {
      text-align: left;
   }

   .features_img {
      margin-bottom: 50px;
   }

   .features_container {
      display: none;
   }

   .features_container_mob {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 22px;
      margin-bottom: 50px;
      padding: 0 10px;
   }

   .komplekty {
      margin: 0;
   }

   .juicy_footer_block_manager {
      gap: 20px;
   }

   .tb__container {
      height: 100%;
      padding-bottom: 75px;
   }

   .tb-list {
      width: 85%;
   }

   .tb-list li::before {
      top: 7%;
      transform: none;
   }

   .tb-list li:not(:last-child) {
      margin-bottom: 35px;
   }

   .tb-second__container {
      margin: 0 10px;
      height: auto;
      transform: translateY(-50px);
   }

   .tb-second-up__container,
   .tb-second-down__container {
      flex-direction: column;
      align-items: center;
   }

   .tb-second-up__inner-container-left {
      width: auto;
      height: auto;
   }

   .tb-second-up__left-img {
      height: auto;
   }

   .tb-second-up__container-right {
      height: auto;
      box-sizing: border-box;
      width: 100%;
   }

   .tb-second-up__container-right-imgs {
      flex-direction: column;
      align-items: center;
   }

   .tb-second-up__right-img,
   .tb-second-up__right-img {
      height: auto;
      width: 100%;
   }

   .tb-second-down__container-left,
   .tb-second-down__container-right {
      box-sizing: border-box;
      width: 100%;
      height: auto;
   }

}

@media (max-width: 880px) {
   .komplekty_mob_tab_btn {
      border-radius: 16px;
      background: #91A493;
      color: #FFF;
      text-align: center;
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 120%;
      padding: 13px 30px;
      border: none;
      margin-bottom: 50px;
      cursor: pointer;
      /* 19.2px */
   }

   .komplekty_mob_tab_btn:hover {
      background: #4E5E4F;
   }

   .komplekty_mob_tab {
      display: flex;
      justify-content: center;
      padding: 0 10px;
      gap: 5px;
   }


   .komplekty {
      padding: 0 10px;
   }

   .komplekty_item_title {
      display: none;
   }

   .komplekty_item_under_title {
      color: #000;
      text-align: center;
      font-family: Montserrat;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      width: 70%;
      margin: 0 auto;
   }

   .komplekty_item_under_title::first-letter {
      text-transform: uppercase;
   }

   .komplekty_item_1 {
      padding: 0;
      margin: 24px 0;
   }

   .komplekty_item_2 {
      padding: 24px 0;
   }

   /* Скрываем все комплекты по умолчанию */
   .komplekty .komplekty_item {
      display: none;
      padding: 24px 0 0 0;
   }

   .bordDark {
      margin: 16px 10px;
   }

   .komplekty_item p {
      padding: 0 10px;
   }

   /* Показываем только активный комплект */
   .komplekty .komplekty_item.active {
      display: block;
      /* Или 'flex', если внутренняя структура этого требует */
   }

   /* Стиль для активной кнопки-таба (используем цвет как у :hover) */
   .komplekty_mob_tab_btn.active {
      background: #4E5E4F;
   }

}

@media (max-width: 680px) {
   .header_img_description {
      display: none;
   }

   .header_img_description_mob {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 29px;

   }

   .header_img_description__title_mob {
      margin-bottom: 16px;
   }

   .header_img_description__btn_mob {
      padding: 15px 30px;
   }

   .juicy_qr {
      width: 100%;
      margin-bottom: 50px;
      border-radius: 0;
   }

   .family_health {
      padding: 0 10px;
      margin-bottom: 50px;
   }

   .features_img {
      min-height: 327px;
   }

   .feature_card,
   .feature_card h3,
   .feature_card p {
      width: 100%;
   }

   .feature_card {
      box-sizing: border-box;
   }

   .examples_slider {
      margin-left: 10px;
   }

   .oborudovanie {
      margin-top: 50px;
   }

   .oborudovanie__title {
      font-size: 20px;
      padding: 0 10px;
   }

   .oborudovanie__description {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      padding: 0 10px;
      /* 19.2px */
   }

   .examples_slider {
      height: 280px;
   }

   .owl-carousel .item {
      height: 280px;
   }

   .owl-carousel .item.type-wide {
      width: 348px;
   }

   .owl-carousel .item.type-vertical {
      width: 174px;
   }

   .tb__title {
      font-size: 20px;
      margin: 0 20px;
   }


   .feedback-form {
      padding: 50px 10px;
   }

   .feedback-form__submit-btn {
      font-size: 20px;
   }

   .header_img {
      height: 490px;
   }

   .feature_card h3 {
      font-size: 22px;
   }

   .juicy_footer {
      flex-direction: column-reverse;
   }

   .tb-second__container {
      padding: 21px 15px 41px 15px;
   }

   .tb-second-up__left-title {
      font-size: 20px;
      margin-bottom: 30px;
      text-align: center;
   }

   .tb-second-img {
      border-radius: 25px;
   }

   .tb-second-up__inner-container-left {
      padding: 0;
      border-radius: 25px;
   }

   .tb-second-inner-title {
      text-align: center;
      margin: 10px 70px 0 70px;
   }

   .tb-second-text {
      padding: 21px 9px 27px 9px;
      text-align: center;
   }

   .tb-second-up__container-right {
      padding: 0;
   }

   .tb-second-up__container-right-imgs .tb-second-up__right-img:nth-child(2) {
      display: none;
   }

   .tb-second-ul-title {
      text-align: center;
   }

   .tb-second-down__right-ul,
   .tb-second-down__left-ul {
      margin-top: 22px;
   }

}

@media (max-width: 600px) {

   .juicy_header_mobile {
      width: 100%;
      box-sizing: border-box;
      padding: 10px 30px 10px 10px;
   }

   .header_img_description__btn_mob {
      width: 100%;
      box-sizing: border-box;
   }

   .juicy_under_header {
      font-size: 20px;
      margin: 0 10px 50px 10px;
   }

   .workout-list li::before {
      left: 8px;
      top: -4px;
   }

}


@media (max-width: 600px) {
   .juicy_tipov {
      margin-top: 10px;
   }

   .b24-form .b24-window-scrollable {
      padding-bottom: 0px !important;
   }

   body {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 500;
      font-size: 11px;
      line-height: 13px;
   }
}

.juicy_footer_block_contacts_tele a,
.juicy_footer_block_contacts_mail a {
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 700;
   font-size: 18px;
   line-height: 22px;
   text-decoration-line: underline;
   color: #FFFFFF;
}

.juicy_footer_block_contacts_tele,
.juicy_footer_block_contacts_mail {
   display: flex;
   flex-direction: row;
   align-items: flex-start;
   padding: 0px;
   gap: 10px;
}

.juicy_footer_block_contacts {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   padding: 0px;
   gap: 14px;
}

.juicy_footer_block_manager_info_name span {
   font-weight: 700;
   font-size: 25px;
   line-height: 30px;
}

.juicy_footer_block_manager_info_name {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   padding: 0px;
   gap: 10px;
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 22px;
   color: #FFFFFF;
}

.juicy_footer_block_manager_info {
   display: flex;
   flex-direction: row;
   align-items: center;
   padding: 0px;
   gap: 20px;
}



.juicy_footer_logo_block img {
   width: 214px;
}

.juicy_footer_logo_block {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   padding: 0px;
   gap: 14px;
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 22px;
   color: #FFFFFF;
}

.juicy_footer_block {
   background: #667668;
}

.juicy_footer {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
   padding: 28px 0px;
}

@media (max-width: 600px) {

   .juicy_footer {
      flex-direction: column-reverse;
   }

   .juicy_footer_block_manager {
      flex-direction: column;
      gap: 10px;
      padding-top: 2px;
      padding-bottom: 42px;
   }

   .juicy_footer_block_manager_info {
      flex-direction: column;
   }

   .juicy_footer_block_manager_info_name {
      align-items: center;
      text-align: center;
   }

   .juicy_footer_logo_block {
      text-align: center;
      align-items: center;
   }

   .juicy_footer_block_contacts {
      gap: 12px;
   }

}

.container {
   margin: 0 auto;
   max-width: 1300px;
   width: 100%;
}

@media (max-width: 1299px) and (min-width: 1024px) {
   .container {
      padding-left: 20px !important;
      padding-right: 20px !important;
      width: auto;
   }
}

@media (max-width: 1439px) and (min-width: 1024px) {
   .container {
      padding-left: 20px !important;
      padding-right: 20px !important;
      width: auto;
   }
}

@media (max-width: 1023px) {
   .container {
      width: auto;
   }
}

.slider__items {
   counter-reset: slide;
}

.slider__item {
   counter-increment: slide;
}

.slider__item>div::before {
   /* content: counter(slide); */
   position: absolute;
   top: 10px;
   right: 20px;
   color: #fff;
   font-style: italic;
   font-size: 32px;
   font-weight: bold;
}

.dsdp .catalog-baner {
   width: 100%;
   height: 72px;
   background-image: url(./../img/newCatalogue_rus.png);
   background-position: center;
}

.dsdp .Eossg {
   padding-top: 26px;
   margin-top: 0px;
   font-family: "Montserrat";
   font-style: normal;
   font-weight: 700;
   font-size: 40px;
   line-height: 49px;
   text-align: center;
   margin-bottom: 21px;
   color: #204a24;
}

.dsdp .iawtOotMoSoRf {
   font-family: "Montserrat";
   font-style: normal;
   font-weight: 700;
   font-size: 15px;
   line-height: 18px;
   text-align: center;

   color: #204a24;
   padding-bottom: 23px;
}

.dsdp .main-div {
   background: #204a24;
}

.dsdp .man-baner {
   background: url(./../img/IMG_0850.png);
   background-repeat: no-repeat;
   background-size: cover;
   width: 617px;
   height: 377px;
   /* margin-left: 25px; */
   background-position: center;
}

.dsdp .Ellipse {
   padding-right: 25px;
   padding-left: 105px;
   background: url(./../img/Ellipse.png);
   background-repeat: no-repeat;
   /* background-size: 25px; */
   padding-bottom: 15px;
   padding-top: 15px;
   background-position-x: 50px;
   background-position-y: center;
   background-size: 29px !important;
}

.dsdp .padText1 {
   padding-left: 10px;
   padding-right: 65px;
}

.dsdp .text-block {
   font-family: "Montserrat";
   font-style: normal;
   /* font-weight: 500; */
   font-size: 18px;
   line-height: 22px;

   color: #ffffff;
}

.dsdp .slider,
.slider2 {
   padding-bottom: 40px;
}


.dsdp .pictures {
   background: #4C804F;
}

.dsdp .about {
   background: #F7F8F9;
}

.dsdp .imgPuct {
   min-height: 100%;
   min-width: 100%;
   background-repeat: no-repeat;
   background-size: contain;
}

.dsdp .padCust1 {
   padding: 10px;
}

.dsdp .imgDiv {
   width: 100%;
   /* height: 228px; */
}

.dsdp .imgDiv img {
   width: 100%;
}

.dsdp .about .aboutProizv {
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 700;
   font-size: 18px;
   line-height: 22px;
   color: #868585;
   margin-top: 42px;
}

.dsdp .about .text {
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 500;
   font-size: 16px;
   line-height: 20px;
   color: #000000;
}

.dsdp .about .romanaLogo {
   background-repeat: no-repeat;
   width: 240px;
   height: 24px;
   background-size: contain;
}

.dsdp .oborudov .title {
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 700;
   font-size: 30px;
   line-height: 37px;
   text-align: center;
   color: #204A24;
}

.dsdp .oborudov .titleGreen {
   background: #4C804F;
   border-radius: 35px;
   height: 58px;
   position: relative;
   z-index: 100;
}

.dsdp .oborudov .number {
   background: #204A24;
   border-radius: 35px;
   padding-left: 30px;
   padding-right: 30px;
   height: 58px;
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 600;
   font-size: 23px;
   line-height: 28px;
   color: #FFFFFF;
}

.dsdp .oborudov .text {
   width: 100%;
}

.dsdp .oborudov .textPlus {
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 600;
   font-size: 15px;
   line-height: 18px;
   color: #FFFFFF;
}

.dsdp .oborudov .osobenn {
   background: #F7F8F9;
}

.dsdp .oborudov .bordDark {
   border: 1px solid #C4C4C4;
}

.dsdp .oborudov .bordLight {
   border: 1px solid #FFFFFF;
}

.dsdp .oborudov .text1 {
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 400;
   font-size: 14px;
   line-height: 17px;
   color: #000000;
}

.dsdp .osobennGreen {
   background: #DCE2DC;
}

.dsdp .title1 {
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 700;
   font-size: 14px;
   line-height: 17px;
   color: #000000;
}

.dsdp .dopInfo {
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 400;
   font-size: 10px;
   line-height: 12px;
   color: #000000;
}

.dsdp .imgBot {
   background-repeat: no-repeat;
   min-height: 439px;
   background-size: contain;
}

.dsdp .btmBord .inBord {
   width: 50%;
   border: 2px solid #000000;
   margin-top: -2px;
   height: 0px;
}

.dsdp .btmBord {
   border: 2px solid #CCCCCC;
   height: 0px;
}

.dsdp .btmButton .titleGreen * {
   font-size: 14px;
   line-height: 17px;
}

.dsdp .btmButton .textPlus {
   padding-left: 24px !important;
}

.dsdp .btmForm {
   background: #4C804F;
}

.dsdp .btmForm .titled {
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 600;
   font-size: 20px;
   line-height: 24px;

   color: #FFFFFF;
}

.dsdp .manager .nizPhonBlock {
   padding-right: 60px;
}

.dsdp .manager .pcManager {
   margin-left: -20px;
}

.dsdp .btmForm .podTitleText {
   margin-top: 7.5px;
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 300;
   font-size: 20px;
   line-height: 24px;

   color: #FFFFFF;
}

.dsdp .btmForm .imgGarden {
   width: 585px;
   height: 311px;
   background-repeat: no-repeat;
   margin-top: -50px;
   margin-left: 25px;
}

.dsdp .btmForm .btnShowProjects {
   background: #FFFFFF;
   border-radius: 35px;
   width: 210px;
   height: 58px;
   margin-top: -125px;
   margin-left: 0px;
   margin-right: 35px;
}

.dsdp .btmForm .btnShowProjects .title {
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 700;
   font-size: 14px;
   line-height: 14px;
   /* or 100% */
   text-align: center;
   color: #204A24;
}

.dsdp .btmForm .btnShowProjects .text {
   margin-top: 3px;
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 700;
   font-size: 12px;
   line-height: 14px;
   /* or 100% */
   text-align: center;
   color: #204A24;
}

.dsdp .btmForm .formBlock {
   background: #ffffff;
}

.dsdp .btmForm .title {

   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 700;
   font-size: 18px;
   line-height: 22px;
   text-align: center;

   color: #204A24;


}

.dsdp .btmForm .req {
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 400;
   font-size: 10px;
   line-height: 12px;

   color: #000000;


}

.dsdp .btmForm .req2 {
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 400;
   font-size: 9px;
   line-height: 11px;

   color: #000000;


}

.dsdp .btmForm .req2 a {
   color: #0E4D1F;
}

.dsdp .manager {
   background: #204A24;
   margin-top: -25px;
}

.dsdp .manager .tel {
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 700;
   font-size: 30px;
   line-height: 37px;
   text-align: center;
   text-decoration-line: underline;

   color: #FFFFFF;
}

.dsdp .manager .email {
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 700;
   font-size: 18px;
   line-height: 22px;
   text-align: center;
   text-decoration-line: underline;

   color: #FFFFFF;
}

.dsdp .manager .theManager {
   width: 109px;
   height: 109px;
   background-repeat: no-repeat;
}

.dsdp .manager .infoManager .title {
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 700;
   font-size: 25px;
   line-height: 30px;
   /* identical to box height */
   text-align: center;
   color: #FFFFFF;
}

.dsdp .btmButton .titleGreenNiz {
   width: 260px;

}

.dsdp .manager .infoManager .text {
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 300;
   font-size: 18px;
   line-height: 22px;
   text-align: center;
   color: #FFFFFF;
   margin-top: 8px;
}

.dsdp .padmarg {

   padding-top: 45px;
   margin-top: -30px;
}

.dsdp .upGreen * {
   font-family: 'Montserrat' !important;
   font-style: normal !important;
   font-weight: 700 !important;
   font-size: 11px !important;
   line-height: 13px !important;
   text-align: center !important;

   color: #FFFFFF;
}

.dsdp .upGreen {
   height: 35px !important;
   border-radius: 35px;
   cursor: pointer;
}

.dsdp .upGreen .titleGreen {
   height: 35px !important;
}

.dsdp .upGreen .number {
   height: 35px !important;

}

.dsdp .titleGreenNiz .number {
   padding-left: 20px !important;
   padding-right: 20px !important;
}

.dsdp .titleGreenNiz .textPlus {
   padding-right: 20px !important;
}