/* Stolzl Light */
@font-face {
    font-family: 'Stolzl';
    src: url('/fonts/StolzlLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Stolzl Regular */
@font-face {
    font-family: 'Stolzl';
    src: url('/fonts/StolzlRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Общие стили */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*
body {
    font-family: 'Stolzl', Arial, sans-serif;
    font-weight: 400;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.5;
}
*/
.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

/* Десктопная версия шапки */
.header-desktop {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto 0px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    z-index: 1000;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-image {
    width: 172px;
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.logo-text {
    margin-left: 10px;
    font-size: 18px;
    line-height: 1.4;
    color: #0054A6;
    max-width: 100px;
    text-align: left;
    font-weight: 300;
}

.contact-info {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    margin-left: -10px;
}

.phone-number {
    font-family: 'Stolzl', Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.phone-number a {
    color: #0054A6 !important;
    text-decoration: none !important;
}

.phone-icon {
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.address {
    color: #0054A6;
    font-size: 14px;
    text-align: left;
    margin-top: 14px;
	text-decoration: underline;
}

.address a {
    color: #0054A6;
    text-decoration: none;
}

.right-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.top-right-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

.font-size-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #3D3D3D;
    white-space: nowrap;
}

.font-size-small,
.font-size-medium,
.font-size-large {
    cursor: pointer;
    padding: 2px 5px;
    text-decoration: none;
    color: #3D3D3D;
    background: none;
    border: none;
    font-family: inherit;
}

.font-size-small.active,
.font-size-medium.active,
.font-size-large.active {
    text-decoration: underline;
}

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

.font-size-medium {
    font-size: 18px;
}

.font-size-large {
    font-size: 26px;
}

.bottom-right-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-right: 60px;
}

.social-icons a {
    display: inline-block;
}

/* Языковой селектор Десктоп */
.language-selector-desktop {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    width: 72px;
}

.lang-trigger {
    background: transparent;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #333;
    transition: background-color 0.2s;
    border-radius: 8px;
    width: 100%;
    justify-content: space-between;
    font-family: inherit;
}

.lang-trigger:hover {
    background-color: #eee;
}

.arrow-icon {
    width: 12px;
    height: 12px;
    fill: #3D3D3D;
    transition: transform 0.2s;
}

.lang-dropdown-block {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 66px;
    background-color: #f9f9f9;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    z-index: 1000;
    display: none;
    margin-top: 4px;
}

.lang-current {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    cursor: default;
    border-bottom: 1px solid #eee;
}

.lang-options {
    display: flex;
    flex-direction: column;
}

.lang-option {
    padding: 10px 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.2s;
    font-family: inherit;
    font-size: 16px;
}

.lang-option:hover,
.lang-option:focus {
    background-color: #d1f0ff;
}

.lang-option.active {
    background-color: #d1f0ff;
    font-weight: 600;
}

/* Навигационная панель */
.nav-bar {
    width: 100%;
    max-width: 1144px;
    height: 58px;
    margin: 0 auto 40px;
    background-color: #0057B8;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    z-index: 999;
}

.nav-links {
    display: flex;
    gap: 62px;
    margin-left: 2%;
    flex-grow: 1;
    font-size: 16px;
}

.nav-link {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: opacity 0.3s;
    white-space: nowrap;
}

.nav-link:hover {
    color: #cceeff;
    text-shadow: 0 4px 8px rgba(255, 0, 153, 0.8);
    text-decoration: none !important;
}
.nav-link:active {
    color: #cceeff;
    border-bottom: 1px solid #00AFEF;
    text-shadow: 0 4px 8px rgba(255, 0, 153, 0.8);
    text-decoration: none !important;
}
.cta-button {
    background-color: #EB008B;
    color: white;
    padding: 15px 20px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    transition: background-color 0.3s;
	box-shadow: 0 4px 8px rgba(255, 0, 153, 0.4);
    margin-right: -17px;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.cta-button:hover {
    background-color: #C60075;
    box-shadow: none;
}

/* Мобильная версия шапки */
.header-mobile {
    display: none;
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    position: relative;
    z-index: 1000;
    border-bottom: 1px solid #eee;
    margin-bottom: -10px;
	margin-top: 15px;
}

.mobile-top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.mobile-logo-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-logo-image img {
    width: 180px;
    height: auto;
    display: block;
}

.mobile-contact-info {
    text-align: left;
    margin-bottom: 0;
}

.mobile-phone {
    color: #0054A6;
    font-size: 18px;
    margin-bottom: 5px;
}

.mobile-phone a {
    color: inherit;
    text-decoration: none;
}

.mobile-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.mobile-social-icons {
    display: flex;
    gap: 15px;
    margin-left: 35px;
}

/* Мобильный языковой селектор */
.mobile-language-selector-container {
	max-width: 100%;
	width: 186px;
	height: 50px;
    position: relative;
	margin-top: 7px;
}

.mobile-lang-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #cce5ff;
    border-radius: 16px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    background-color: #fff;
    transition: border-color 0.2s ease;
    font-family: inherit;
}

.mobile-lang-dropdown-block {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #f9f9f9;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 1000;
    display: none;
    margin-top: 8px;
}

.mobile-lang-current {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
    font-weight: 500;
}

.mobile-lang-options .lang-option {
    padding: 12px 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    color: #333;
    width: 100%;
    font-family: inherit;
}

.mobile-menu-button {
	max-width: 100%;
	width: 388px;
	height: 58px;
    background-color: #0054A6;
    color: white;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    gap: 20px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    border: none;
    outline: none;
    transition: background-color 0.2s ease;
    font-family: inherit;
}

.mobile-menu-button:hover {
    background-color: #004a9c;
}

.mobile-menu-button.hidden {
    display: none;
}

/* Контент страницы */
.content {
    padding: 0 20px 40px;
    max-width: 1144px;
    margin: 0 auto;
    min-height: 60vh;
	font-size: 16px; /* базовый размер */
    padding: 0 20px 40px;
    max-width: 1144px;
    margin: 0 auto;
    min-height: 60vh;
}

/* Мобильное меню */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.mobile-menu.active {
    display: flex;
}

.mobile-menu-content {
    width: 388px;
    max-width: 90%;
    height: auto;
    max-height: 80%;
    background-color: #0057B8;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.mobile-menu-header {
    background-color: #0057B8;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #ffffff;
}

.mobile-menu-close {
    margin-left: auto;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.mobile-menu-nav {
    flex-grow: 1;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    overflow-y: auto;
}

.mobile-menu-link {
    color: white;
    text-decoration: none;
    padding: 15px 25px;
    font-size: 16px;
    transition: background-color 0.2s;
    text-align: left;
}

.mobile-menu-link:hover,
.mobile-menu-link:focus {
    background-color: rgba(255, 255, 255, 0.1);
}

.mobile-menu-link.active {
    background-color: #EB008B;
    color: white;
}

.mobile-menu-cta {
    background-color: #EB008B;
    color: white;
    text-decoration: none;
    padding: 16px 20px;
    border-radius: 14px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 16px 20px;
    transition: background-color 0.2s;
    display: block;
}

.mobile-menu-cta:hover {
    background-color: #C60075;
}

/* Основной контент ЗДЕСЬ */

/* Слайдер */
.slider-container {
    width: 1155px;
    height: 499px;
    position: relative;
    top: 10px;
    overflow: hidden;
    border-radius: 50px;
    background-color: #CCEEFB;
    margin: 100px auto;
}

.slider-content {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease;
    margin-top: 20px;
}

/* Слайд */
.slide {
    min-width: 100%;
    position: relative;
    height: 100%;
}

/* Изображение — фон слайда */
.slide-image {
    margin-left: 330px;
    width: 72%;
    object-fit: cover;
    border-radius: 10px;
    transform: scaleX(-1);
    display: block;
    pointer-events: none;
    z-index: 1;
}

/* Текст поверх изображения */
.slide-text-overlay {
    width: 35%;
    position: absolute;
    top: 45%;
    left: 100px;
    transform: translateY(-50%);
    z-index: 3;
    color: #3D3D3D;
    text-align: left;
}

/* Стили текста */
.slide-text-overlay > div:first-child {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #3D3D3D;
}

.slide-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #3D3D3D;
}

.slide-subtitle {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 25px;
    color: #3D3D3D;
}

.slide-button {
    font-size: 14px;
    font-weight: 400;
    background-color: #0054A6;
    color: white;
    padding: 14px 50px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
    margin-left: 0px;
}

/* Стрелки — внутри слайда, поверх изображения */
.slide .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 10;
    color: #0054A6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide .slider-arrow::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border-left: 5px solid currentColor;
    border-bottom: 5px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.slide .slider-arrow:hover::before {
    transform: rotate(45deg) scale(1.1);
}

.slide .slider-arrow.prev {
    left: 20px;
}

.slide .slider-arrow.next {
    right: 20px;
}

.slide .slider-arrow.next::before {
    transform: rotate(-135deg);
}

/* Индикаторы */
.slider-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 20;
}

.slider-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}

.slider-dot.active {
    background-color: #0052a0;
}

/* Блок 1 - Комплексный подход */
.block1, .block2, .block3, .block4, .block5, .block6, .block7, .block8, .block9 {
    margin: 0 auto;
}

.block1 {
    margin-top: 40px;
    width: 1149px;
    height: 550px;
    display: flex;
    gap: 30px;
    margin-bottom: 100px;
}

.block1-text {
    width: 50%;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block1-title {
    width: 70%;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 0px;
    color: #333;
}

.block1-description {
    font-weight: 300;
    font-size: 14px;
    color: #3D3D3D;
    margin-bottom: 20px;
    line-height: 1.5;
}

.block1-benefits {
    margin-bottom: 20px;
}

.benefit-item {
    font-weight: 300;
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.benefit-icon {
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
    margin-top: 2px;
}

.block1-video {
    position: relative;
    width: 50%;
    height: 100%;
    border-radius: 50px;
    overflow: visible;
    margin-right: 185px;
    background: 
        linear-gradient(rgba(235, 0, 139, 0.5), rgba(235, 0, 139, 0.5)),
        url('img/1blok.png') center / cover no-repeat;
}

.video-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 5;
}

.play-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.badge {
    position: absolute;
    top: 40px;
    left: 400px;
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

/* Изображение звезды */
.badge-star {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Текст внутри звезды */
.badge-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 32px;
}

.badge-title {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 5px;
    font-family: Stolzl;
    font-weight: 700;
    font-style: Bold;
    font-size: 50px;
}

.badge-text {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
}

/* Блок 2 - Диаграмма */
.diagram-container {
    font-family: Stolzl;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    width: 50%;
    margin: 0 auto;
}

.divider-line {
    stroke: white;
    stroke-width: 10;
}

.center-text {
    font-size: 25px;
    font-weight: bold;
    fill: #EB008B;
    text-anchor: middle;
    dominant-baseline: middle;
}

.sector-text {
    font-size: 12px;
    fill: #333;
    line-height: 1.4;
}

.sector-text tspan {
    font-size: 10px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Stolzl', sans-serif;
    background-color: #fff;
    color: #3D3D3D;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px; /* или любая другая ширина по вашему усмотрению */
    margin: 0 auto;    /* центрирует по горизонтали */
    padding: 2rem 1.5rem; /* вертикальные и горизонтальные отступы */
}

/* Стили для заголовков */
h1 {
    font-family: 'Stolzl', sans-serif;
    font-weight: 400;
    font-size: 32px;
}

h2 {
    font-family: 'Stolzl', sans-serif;
    font-weight: 400;
    font-size: 28px;
}

h3 {
    font-family: 'Stolzl', sans-serif;
    font-weight: 400;
    font-size: 24px;
}

h4 {
    font-family: 'Stolzl', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

h5 {
    font-family: 'Stolzl', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
	
h6 {
    font-family: 'Stolzl', sans-serif;
    font-weight: 400;
    font-size: 14px;	
}

.text {
    font-family: 'Stolzl', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.texts {
    font-family: 'Stolzl', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.small-text {
    font-family: 'Stolzl', sans-serif;
    font-weight: 300;
    font-size: 12px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Слайдер */
.slider-container {
    width: 1155px;
    height: 499px;
    position: relative;
    top: -10px;
    overflow: hidden;
    border-radius: 50px;
    background-color: #CCEEFB;
    margin: 0px auto;
}

.slider-content {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease;
    margin-top: 20px;
}

/* Слайд */
.slide {
    min-width: 100%;
    position: relative;
    height: 100%;
}

/* Изображение — фон слайда */
.slide-image {
    margin-left: 330px;
    width: 72%;
    object-fit: cover;
    border-radius: 10px;
    transform: scaleX(-1); /* зеркальное отражение */
    display: block;
    pointer-events: none;
    z-index: 1;
}

/* Текст поверх изображения */
.slide-text-overlay {
    width: 35%;
    position: absolute;
    top: 45%;
    left: 100px; /* отступ от левого края */
    transform: translateY(-50%);
    z-index: 3;
    color: #3D3D3D;
    text-align: left;
}

/* Стили текста */
.slide-text-overlay > div:first-child {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #3D3D3D;
}

.slide-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #3D3D3D;
}

.slide-subtitle {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 25px;
    color: #3D3D3D;
}

/* Синяя кнопка верхний слайдер */
.slide-button {
    /* Текстовые стили */
    font-family: 'Stolzl', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    width: 173px;
    height: 50px;
    border-radius: 15px;
    padding: 13px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    background-color: #0054A6;
    color: #FFFFFF;
    box-shadow: 0px 6px 15px 0px rgba(2, 62, 121, 0.35);
    transition: all 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
}

.slide-button:hover {
    background-color: #004283;
    color: #FFFFFF; 
    box-shadow: none; 
}

.slide-button:active {
    background-color: #0054A6;
    color: #FFFFFF; 
    box-shadow: none;
}

.slide-button:disabled {
    background-color: #898989;
    color: #FFFFFF;
    cursor: not-allowed;
    opacity: 0.7;
    box-shadow: none;
}

.slide-button:focus-visible {
    outline: 2px solid #004283;
    outline-offset: 2px;
}

/* Стрелки — внутри слайда, поверх изображения */
.slide .slider-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 10;
    color: #0054A6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide .slider-arrow::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border-left: 5px solid currentColor;
    border-bottom: 5px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.slide .slider-arrow:hover::before {
    transform: rotate(45deg) scale(1.1);
}

.slide .slider-arrow.prev {
    left: 20px;
}

.slide .slider-arrow.next {
    right: 20px;
}

.slide .slider-arrow.next::before {
    transform: rotate(-135deg);
}

/* Индикаторы */
.slider-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 20;
}

.slider-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--Secondary_blue, #CCEEFB);
    cursor: pointer;
}

.slider-dot.active {
    background-color: #0052a0;
}

/* Блок 1 - Комплексный подход */
.block1, .block2, .block3, .block4, .block5, .block6, .block7, .block8, .block9 {
    margin: 0 auto;
}

.block1 {
    margin-top: 80px;
    width: 100%;
    max-width: 1149px;
    height: auto;
    min-height: 550px;
    display: flex;
    gap: 30px;
    margin-bottom: 60px;
}

.block1-text {
	max-width: 90%;
    width: 50%;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block1-title {
    width: 70%;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 20px;
    color: #3D3D3D;
}

.block1-description {
    font-weight: 300;
    font-size: 14px;
    color: #3D3D3D;
    line-height: 1.5;
}

.block1-benefits {
	max-width: 90%;
    margin-bottom: 0px;
    max-width: 100%;
    margin-bottom: 0px;	
}

.block1-h {
	font-weight: 400;
    font-size: 18px;
    color: #3D3D3D;
    margin-bottom: 20px;
	margin-top: 0px;
}

.benefit-item {
    font-weight: 300;
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.benefit-icon {
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
    margin-top: 2px;
}

.block1-video {
    margin-right: 165px; 
    position: relative;
    width: 50%;
    height: 550px;
    border-radius: 50px;
    background:
        linear-gradient(rgba(235, 0, 139, 0.5), rgba(235, 0, 139, 0.5)),
        url('img/1blok.png') center / cover no-repeat;
}

.video-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 5;
}

.play-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.badge {
    position: absolute;
    top: 25px;
    right: -185px;
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    margin-left: 3%
}

.badge-star {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.badge-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 32px;

}

.badge-title {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 5px;
    font-family: 'Stolzl', sans-serif;
    font-weight: 700;
}

.badge-text {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
}

/* Блок 2 - Диаграмма */
.diagram-wrapper {
    display: grid;
    grid-template-rows: auto 1fr;
    justify-items: center;
    gap: 16px;
    max-width: 545px;
    margin: 0 auto;
}

.diagram-title {
    color: #3D3D3D;
    font-size: 28px;
    text-align: center;
    grid-column: 1;
    margin-bottom: 30px;
}

.diagram-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
}

.circle-bg {
    width: 544px;
    height: 544px;
    object-fit: cover;
    display: block;
}

.cross-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.sector-text {
    font-family: 'Stolzl', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    position: absolute;
    color: #3D3D3D;
    width: max-content;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sector-text.top {
    top: 20%;
    left: 50%;
}

.sector-text.right {
    top: 50%;
    left: 82%;
}

.sector-text.bottom {
    top: 80%;
    left: 50%;
}

.sector-text.left {
    top: 50%;
    left: 18%;
}

.sector-text.center {
    font-family: 'Stolzl', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 140%;
    color: #EB008B;
    text-align: center;
	margin-top: -20px;
}

.sector-text.uspeh {
    font-family: 'Stolzl', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    color: #EB008B;
	text-align: center;
    margin-top: 20px;
}

.divider-line {
    stroke: white;
    stroke-width: 10;
}

.center-text {
    font-size: 25px;
    font-weight: bold;
    fill: #EB008B;
    text-anchor: middle;
    dominant-baseline: middle;
}

/* Блок 3 - Форма консультации */
.block3 {
    margin-top: 100px;
    width: 100%;
    max-width: 1151px;
    height: auto;
    min-height: 189px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.block3-title {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
    color: #3D3D3D;
}

.consultation-form {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
    justify-content: center;
}

/* Плейсхолдеры формы (верхняя) */
.form-input {
    width: 321px;
    height: 50px;
    border-radius: 15px;
    padding: 13px 20px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #CCEEFB;
    font-family: 'Stolzl', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #3D3D3D;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    outline: none;
}

.form-input:hover {
    border-color: #0054A6;
    background-color: #FFFFFF;
}

.form-input:focus {
    border-color: #0054A6;
    background-color: #FFFFFF;
}

.form-input:disabled {
    background-color: #D9D9D9;
    border: none;
    color: #898989;
    cursor: not-allowed;
}

.form-input:invalid {
    border-color: #FF3B30;
}

.form-input::placeholder {
    color: #898989;
    opacity: 0.7;
}

/* Форма (розовая) отправки под диаграммой */
.form-button {
	max-width: 100%;
    text-decoration: none;
    font-family: 'Stolzl', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    width: 282px;
    height: 50px;
    border-radius: 15px;
    padding: 13px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    background-color: #EB008B;
    box-shadow: 0px 6px 15px 0px #96015959;
    color: white;
    transition: background-color 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
}

.form-button:hover {
    background-color: #C60075;
	box-shadow: none;	
}

.form-button:active {
    background-color: #EB008B;
}

.form-button:disabled {
    background-color: #898989;
    cursor: not-allowed;
    opacity: 0.7;
}

.form-button:focus-visible {
    outline: 2px solid #C60075;
    outline-offset: 2px;
}

/* Чек бокс -Контейнер */
.checkbox-container {
    display: flex;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    margin-top: 20px;
}

.privacy-checkbox {
    text-align: center;
    align-items: center;
    max-width: 280px;
	font-weight: 300;
    font-size: 12px;
    color: #3D3D3D;
    justify-content: center;
	margin-left: 52%;
}

.checkbox-input {
    margin-right: 8px;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    border: 1px solid #CCEEFB;
    background-color: #CCEEFB;
    flex-shrink: 0;
}

/* Блок 4 - Общие стили */
.block4 {
    margin-top: 70px;
    width: 100%;
    max-width: 1152px;
    height: auto;
    min-height: 701px;
    background-color: #cceeff;
    border-radius: 50px;
    padding: 40px;
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.block4-text {
    margin-left: 5%;
    max-width: 43%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block4-title {
    max-width: 90%;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #3D3D3D;
}

.block4-description {
    font-size: 14px;
    font-weight: 300;
    color: #3D3D3D;
    margin-bottom: 0px;
    line-height: 1.5;
}

.block4-benefits {
    margin-bottom: 20px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.benefit-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 2px;
}

.benefit-item div {
    font-size: 18px;
    font-weight: 300;
    color: #3D3D3D;
    line-height: 1.5;
}

.block4-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
	margin-bottom: 10%;
}

/* Синяя кнопка 4 блок */
.block4-button {
    font-family: 'Stolzl', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    width: 173px;
    height: 50px;
    border-radius: 15px;
    padding: 13px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    background-color: #0054A6;
    color: #FFFFFF;
    box-shadow: 0px 6px 15px 0px rgba(2, 62, 121, 0.35);
    transition: all 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
}

.block4-button:hover {
    background-color: #004283;
    color: #FFFFFF;
    box-shadow: none;
}

.block4-button:active {
    background-color: #0054A6;
    color: #FFFFFF;
    box-shadow: none;
}

.block4-button:disabled {
    background-color: #898989;
    color: #FFFFFF;
    cursor: not-allowed;
    opacity: 0.7;
    box-shadow: none;
}

.block4-button:focus-visible {
    outline: 2px solid #004283;
    outline-offset: 2px;
}

/* "Смотреть отзывы" 4 блок */
.block4-link {
    font-family: 'Stolzl', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    color: #3D3D3D;
    background-color: transparent;
    transition: color 0.2s ease, text-decoration 0.2s ease;
    cursor: pointer;
    border: none;
    outline: none;
    display: inline;
}

.block4-link:hover {
    text-decoration: none;
    color: #3D3D3D;
}

.block4-link.disabled,
.block4-link:disabled {
    color: #898989;
    text-decoration: underline;
    cursor: not-allowed;
    opacity: 0.7;
}

.block4-link:focus-visible {
    outline: 2px solid #3D3D3D;
    outline-offset: 2px;
    border-radius: 2px;
}

.block4-video {
    width: 50%;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}

.block4-video-preview {
    width: 100%;
    height: 100%;
    min-height: 400px;
    background:
        linear-gradient(rgba(0, 84, 166, 0.5), rgba(0, 84, 166, 0.5)),
        url('img/1blok.png') center / cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(0.95);
}

.play-button:hover .play-icon {
    filter: invert(14%) sepia(90%) saturate(2088%) hue-rotate(195deg);
}

.play-icon {
    width: 65px;
    height: 65px;
    margin-left: 4px;
}

/* Блок 5 - Школа красивой речи */
.block5 {
    margin-top: 100px;
    width: 100%;
    max-width: 960px;
    height: auto;
    min-height: 365px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.block5-title {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #3D3D3D;
}

.block5-description {
    font-size: 14px;
	font-weight: 400;
    color: #3D3D3D;
    margin-bottom: 20px;
    line-height: 1.5;
}

.block5-description2 {
    font-size: 14px;
	font-weight: 300;
    color: #3D3D3D;
    margin-bottom: 20px;
    line-height: 1.5;
}

.block5-benefits {
    margin-bottom: 20px;
}

.block5-benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
	font-size: 18px;
	font-weight: 300;
    color: #3D3D3D;
}

.block5-benefit-icon {
    color: #ff0080;
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
}

.warning-banner {
    width: 100%;
    max-width: 951px;
    height: auto;
    min-height: 68px;
    position: relative;
    margin-top: 20px;
    background-color: #FFC2E6;
    border-radius: 50px;
    padding: 15px 20px 15px 80px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    overflow: visible;
}

.warning-banner::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 45%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background-image: url('img/Star2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.warning-banner::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 45%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-image: url('img/!.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}


/* Для мобильных устройств */
@media (max-width: 768px) {
    .warning-banner {
        padding: 80px 15px 15px 15px; /* Больше отступ сверху для иконок */
        text-align: center;
        min-height: auto;
    }
    
    .warning-banner::before {
        left: 8%;
        top: -8px;
        transform: translateX(-50%);
        width: 80px;
        height: 80px;
    }
    
    .warning-banner::after {
        left: 8%;
        top: 10px;
        transform: translateX(-50%);
        width: 40px;
        height: 40px;
    }

.warning-text {
    color: #3D3D3D;
    font-family: 'Stolzl', sans-serif;
    font-weight: 400;
    font-size: 18px;
    flex: 1;
    margin: 0;
}
}
/* Блок 6 - Помощь малышам */
.block6 {
    margin-top: 40px;
    width: 100%;
    max-width: 1153px;
    height: auto;
    min-height: 657px;
    display: flex;
    gap: 30px;
    margin-bottom: 100px;
}

.block6-video {
    width: 466px;
    height: 576px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}

.block6-video-preview {
    width: 100%;
    height: 100%;
    background:
        linear-gradient(rgba(255, 0, 128, 0.5), rgba(255, 0, 128, 0.5)),
        url('img/1blok.png') center / cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block6-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.block6-text {
    margin-top: -5px;
    width: 50%;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block6-title {
	max-width: 85%;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #3D3D3D;
}

.block6-description {
    font-weight: 300;
    font-size: 14px;
    color: #3D3D3D;
    margin-bottom: 15px;
    line-height: 1.5;
}

.block6-subtitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #3D3D3D;
}

.block6-benefits {
    margin-bottom: 5px;
}

.block6-benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-family: 'Stolzl', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.block6-benefit-icon {
    color: #ff0080;
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
}

.block6-list {
    margin-left: 20px;
    margin-bottom: 15px;
}

.block6-list-item {
	font-weight: 300;
    font-size: 18px;
    margin-bottom: 0px;
    margin-left: 20px;
}

.block6-buttons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

/* Форма (розовая) 6 блок */
.block6-button {
    text-decoration: none;
    font-family: 'Stolzl', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    width: 282px;
    height: 50px;
    border-radius: 15px;
    padding: 13px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    background-color: #EB008B;
    box-shadow: 0px 6px 15px 0px #96015959;
    color: white;
    transition: background-color 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
}

.block6-button:hover {
    background-color: #C60075;
    box-shadow: none;
}

.block6-button:active {
    background-color: #EB008B;
}

.block6-button:disabled {
    background-color: #898989;
    cursor: not-allowed;
    opacity: 0.7;
}

.block6-button:focus-visible {
    outline: 2px solid #C60075;
    outline-offset: 2px;
}

/* "Все услуги" 6 блок */
.block6-link {
    font-family: 'Stolzl', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    color: #3D3D3D;
    background-color: transparent;
    transition: color 0.2s ease, text-decoration 0.2s ease;
    cursor: pointer;
    border: none;
    outline: none;
    display: inline;
    margin-top: 15px;
    margin-bottom: 20px;
	margin-left: 5%;
}

.block6-link:hover {
    text-decoration: none;
    color: #3D3D3D;
}

.block6-link.disabled,
.block6-link:disabled {
    color: #898989;
    text-decoration: underline;
    cursor: not-allowed;
    opacity: 0.7;
}

.block6-link:focus-visible {
    outline: 2px solid #3D3D3D;
    outline-offset: 2px;
    border-radius: 2px;
}

/* Блок 7 (ОТЗЫВЫ) */
.block7 {
    margin-top: 40px;
    width: 100%;
    max-width: 1152px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.block7-title {
    margin-bottom: 65px;
    font-family: 'Stolzl', sans-serif;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    color: #3D3D3D;
}

.reviews-slider {
    width: 100%;
    max-width: 1152px;
    height: 350px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.reviews-content {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease;
    gap: 15px;
}

.review-item {
    min-width: 270px;
    height: 315px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.review-item:hover {
    transform: scale(1.02);
}

.review-item-1 {
    background: linear-gradient(rgba(0, 84, 166, 0.5), rgba(0, 84, 166, 0.5)), url('img/review1.png') center / cover no-repeat;
}

.review-item-2 {
    background: linear-gradient(rgba(0, 84, 166, 0.5), rgba(0, 84, 166, 0.5)), url('img/review2.png') center / cover no-repeat;
}

.review-item-3 {
    background: linear-gradient(rgba(0, 84, 166, 0.5), rgba(0, 84, 166, 0.5)), url('img/review3.png') center / cover no-repeat;
}

.review-item-4 {
    background: linear-gradient(rgba(0, 84, 166, 0.5), rgba(0, 84, 166, 0.5)), url('img/review4.png') center / cover no-repeat;
}

.review-overlay {
    position: absolute;
    border-radius: 50px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.review-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
}

.icon-plus {
    width: 50px;
    height: 50px;
}

/* Индикаторы (точки) */
.reviews-nav {
    position: relative;
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
    justify-content: center;
}

.reviews-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #CCEEFB;
    cursor: pointer;
}

.reviews-dot.active {
    background-color: #0052a0;
}

/* Стрелки - используем .slider-arrow с белым цветом */
.block7 .slider-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 10;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block7 .slider-arrow::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border-left: 5px solid currentColor;
    border-bottom: 5px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.block7 .slider-arrow:hover::before {
    transform: rotate(45deg) scale(1.1);
}

.block7 .slider-arrow.prev {
    left: 20px;
}

.block7 .slider-arrow.next {
    right: 20px;
}

.block7 .slider-arrow.next::before {
    transform: rotate(-135deg);
}

/* Синяя кнопка Все отзывы */
.all-reviews-button {
	margin-top: 4%;
    font-family: 'Stolzl', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    width: 173px;
    height: 50px;
    border-radius: 15px;
    padding: 13px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    background-color: #0054A6;
    color: #FFFFFF;
    box-shadow: 0px 6px 15px 0px rgba(2, 62, 121, 0.35);
    transition: all 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
}

.all-reviews-button:hover {
    background-color: #004283;
    color: #FFFFFF;
    box-shadow: none;
}

/* Блок 8 - Справки и заключения */
.block8 {
    margin-top: 40px;
    width: 100%;
    max-width: 1152px;
    height: auto;
    min-height: 431px;
    background-color: #FFC2E6;
    border-radius: 50px;
    padding: 40px;
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.block8-image {
    width: 40%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.block8-image img {
    width: 100%;
    height: 80%;
    object-fit: cover;
}

.block8-text {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block8-title {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #3D3D3D;
}

.block8-benefits {
    margin-bottom: 20px;
}

.block8-benefit-item {
    font-size: 18px;
    font-weight: 300;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.block8-benefit-icon {
    color: #ff0080;
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
}

/* Форма (розовая) 8 блок */
.block8-button {
    text-decoration: none;
    font-family: 'Stolzl', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    width: 282px;
    height: 50px;
    border-radius: 15px;
    padding: 13px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    background-color: #EB008B;
    box-shadow: 0px 6px 15px 0px #96015959;
    color: white;
    transition: background-color 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
}

.block8-button:hover {
    background-color: #C60075;
    box-shadow: none;
}

.block8-button:active {
    background-color: #EB008B;
}

.block8-button:disabled {
    background-color: #898989;
    cursor: not-allowed;
    opacity: 0.7;
}

.block8-button:focus-visible {
    outline: 2px solid #C60075;
    outline-offset: 2px;
}

/* Блок 9 - Онлайн консультация */
.block9 {
    margin-top: 40px;
    width: 100%;
    max-width: 978px;
    height: auto;
    min-height: 269px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.block9-title {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #3D3D3D;
}

.block9-services {
    text-align: center;
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
    margin-top: 20px;
    justify-content: center;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-icon {
    color: #ff0080;
    font-weight: bold;
    font-size: 20px;
}

.service-text {
    font-size: 18px;
    color: #3D3D3D;
    text-align: left;
}

.online-consultation-form {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
    justify-content: center;
}

/* Плейсхолдеры формы (нижние) */
.online-form-input {
    width: 321px;
    height: 50px;
    border-radius: 15px;
    padding: 13px 20px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #CCEEFB;
    font-family: 'Stolzl', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #3D3D3D;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    outline: none;
}

.online-form-input:hover {
    border-color: #0054A6;
    background-color: #FFFFFF;
}

.online-form-input:focus {
    border-color: #0054A6;
    background-color: #FFFFFF;
}

.online-form-input:disabled {
    background-color: #D9D9D9;
    border: none;
    color: #898989;
    cursor: not-allowed;
}

.online-form-input:invalid {
    border-color: #FF3B30;
}

.online-form-input::placeholder {
    color: #898989;
    opacity: 0.7;
}

/* Форма отправки (синяя в конце) */
.online-form-button {
    text-decoration: none;
    font-family: 'Stolzl', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    width: 282px;
    height: 50px;
    border-radius: 15px;
    padding: 13px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    background-color: #0054A6;
    box-shadow: 0px 6px 15px 0px #023E7959;
    color: white;
    transition: background-color 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
}

.online-form-button:hover {
    background-color: #004283;
	box-shadow: none;
}

.online-form-button:active {
    background-color: #0054A6;
}

.online-form-button:disabled {
    background-color: #898989;
    cursor: not-allowed;
    opacity: 0.7;
}

.online-form-button:focus-visible {
    outline: 2px solid #004283;
    outline-offset: 2px;
}

.online-privacy-checkbox {
    margin: 10px auto;
    text-align: center;
    align-items: center;
    max-width: 280px;
    font-size: 12px;
	font-weight: 300;
    color: #3D3D3D; !important;
    justify-content: center;
	margin-left: 67%;
}

.online-checkbox-input {
    margin-right: 8px;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    border: 1px solid #CCEEFB;
    background-color: #CCEEFB;
    flex-shrink: 0;
}

/* Скрываем мобильный список по умолчанию */
.mobile-program-list {
    display: none;
}

/* ==================== МОБИЛЬНАЯ ВЕРСИЯ (до 768px) ==================== */
@media (max-width: 768px) {
    body {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
    }

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

    /* Центрирование всех основных блоков */
    .block1,
    .block3,
    .block5,
    .block6,
    .block7,
    .block9 {
        width: 100%;
        max-width: 389px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Блоки с адаптивной шириной */
    .slider-container {
        width: 100% !important;
        max-width: 428px !important;
        border-radius: 0px !important;
        height: 400px;
        margin: 0 auto;
    }

    .block4 {
        width: 100% !important;
        max-width: 428px !important;
        border-radius: 0px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .block8 {
        width: 100% !important;
        max-width: 428px !important;
        border-radius: 0px !important;
        margin-left: auto;
        margin-right: auto;
    }

    /* Слайдер */
    .slider-container {
        height: 400px;
        margin: 0px auto;
    }

    .slide-image {
        width: 85%;
        height: 55%;
        margin-top: 175px;
        margin-left: 75px;
        object-fit: cover;
    }

    .slide-text-overlay {
        max-width: 100%;
        width: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        top: 30%;
    }

    .slide-title {
		max-width: 428px;
        font-size: 28px;
        line-height: 1.3;
    }

    .slide-subtitle {
        max-width: 80%;
        font-size: 16px;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .slide-button {
        width: 173px;
        height: 50px;
        font-size: 14px;
        margin-right: 350px;
        margin-top: 60px;
    }

    .slide .slider-arrow {
        display: none;
    }

    .slider-nav {
        display: none !important;
    }

    /* Блок 1 - Комплексный подход */
    .block1 {
        flex-direction: column;
        height: auto;
        margin-top: 20px;
        margin-bottom: 100px;
        position: relative;
        max-width: 90%;
    }

    .block1-text {
        width: 100%;
        order: 1;
        margin-bottom: 20px;
        margin-top: 40px
        
    }

    .block1-video {
        width: 100%;
        height: 100%;
        margin-top: 0;
        margin-bottom: 40px;
        position: relative;
        z-index: 1;
        background:
            linear-gradient(rgba(235, 0, 139, 0.5), rgba(235, 0, 139, 0.5)),
            url('img/1blok.png') center / cover no-repeat;
        border-radius: 50px;
        order: 2;
    }

    .badge {
        position: absolute;
        top: auto;
        bottom: -60px;
        left: 50%;
        transform: translateX(-50%);
        width: 160px;
        height: 160px;
        z-index: 2;
        margin: 0;
    }

    .badge-star {
        width: 100%;
        height: 100%;
        margin-top: 110%;
    }

    .badge-content {
        padding: 40px;
        margin-top: 275px;
    }

    .badge-title {
        font-size: 40px;
    }

    .badge-text {
        font-size: 16px;
        line-height: 1.2;
    }

    .block1-title {
		max-width: 90%;
        width: 100%;
        font-size: 28px;
		font-weight: 400;
        margin-top: -10px;
    }

    .block1-description {
        font-size: 14px;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .benefit-item {
		max-width: 100%;
        font-size: 18px;
		font-weight: 300;
        align-items: flex-start;
        margin-bottom: 10px;
		
	
    }

    .benefit-icon {
		margin-right: 15px;
        width: 20px;
        height: 20px;
        margin-top: 3px;
        flex-shrink: 0;
    }

    /* Диаграмма - скрываем на мобильных */
    .diagram-wrapper {
        display: none !important;
    }

    /* Мобильный список - показываем на мобильных */
    .mobile-program-list {
        display: block !important;
        width: 100%;
        max-width: 389px;
        height: auto;
        margin: 135px auto;
        text-align: center;
        margin-bottom: 30px;	
    }

    .mobile-program-title {
        font-size: 28px;
        font-weight: 400;
        color: #3D3D3D;
        margin-bottom: 30px;
    }

    .mobile-program-item {
        position: relative;
        margin: 0;
        text-align: center;
        font-size: 14px;
        line-height: 1.5;
        color: #3D3D3D;
        font-family: 'Stolzl', sans-serif;
        font-weight: 400;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-program-item::after {
        content: '';
        display: block;
        width: 25px;
        height: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin: 10px auto;
        opacity: 0.5;
    }

    .mobile-program-item[data-icon="plus"]::after {
        background-image: url('img/+.png');
    }

    .mobile-program-item[data-icon="equals"]::after {
        background-image: url('img/equals.png');
    }

    .mobile-program-success {
        font-size: 35px;
        font-weight: 700;
        text-align: center;
        color: #EB008B;
        margin-top: 30px;
        margin-bottom: 30px;
        font-family: 'Stolzl', sans-serif;
    }

    /* Блок 3 - Форма */
    .block3 {
        margin-top: 30px;
        height: auto;
        width: 100%;
        max-width: 388px;
    }

    .block3-title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .consultation-form {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .form-input {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }

    .form-button {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }

    .checkbox-container {
        width: 100%;
        justify-content: center;
        margin-top: 15px;
    }

    .privacy-checkbox {
        max-width: 350px;
        text-align: center;
        margin: 0 auto;
    }

/* Мобильная версия */
@media (max-width: 768px) {
    .block4 {
        flex-direction: column;
        height: auto;
        min-height: auto;
        margin-top: 30px;
        padding: 30px 20px;
        border-radius: 30px;
        gap: 30px;
    }

    .block4-text {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .block4-title {
        font-size: 24px;
        text-align: left;
        max-width: 100%;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .block4-description {
        text-align: left;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .block4-benefits {
        margin-bottom: 25px;
    }

    .benefit-item {
        margin-bottom: 12px;
    }

    .benefit-item div {
        font-size: 18px;
    }

    .block4-buttons {
        align-items: flex-start;
        gap: 40px;
		margin-top: 10%;
		margin-right: 10%;
    }

    .block4-button {
        width: 173px;
        height: 50px;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .block4-link {
        margin-left: 14px;
        margin-top: 14px;
        margin-bottom: 0;
        font-size: 14px;
    }

    .block4-video {
        width: 100%;
        height: 300px;
        margin-top: 0;
        border-radius: 30px;
    }

    .block4-video-preview {
        min-height: 300px;
    }

    .play-button {
        width: 80px;
        height: 80px;
    }

    .play-icon {
        width: 65px;
        height: 65px;
    }
}

/* Планшетная версия */
@media (min-width: 769px) and (max-width: 1024px) {
    .block4 {
        margin-top: 50px;
        padding: 30px;
        gap: 25px;
    }

    .block4-text {
        margin-left: 0;
        max-width: 50%;
    }

    .block4-title {
        font-size: 26px;
    }

    .block4-video-preview {
        min-height: 350px;
    }
}

    /* Блок 5 */
    .block5 {
        max-width: 90%;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .block5-title {
        font-size: 28px;
        text-align: left;
    }

    .block5-description {
        text-align: left;
    }

    .block5-benefits {
        margin-bottom: 20px;
        font-family: 'Stolzl', sans-serif;
        font-weight: 300;
        font-size: 16px;
        max-width: 100%;
    }

    .warning-banner {
        width: 100%;
        max-width: 380px;
        height: auto;
        min-height: 150px;
        padding: 15px 20px 15px 70px;
        margin-left: auto;
        margin-right: auto;
    }

    .warning-text {
		max-width: 90%;
        font-size: 18px;
		font-weight: 400;
        line-height: 1.4;
        margin-left: 10px;
		text-align: left;
    }

    /* Блок 6 */
    .block6 {
        flex-direction: column;
        height: auto;
        margin-top: 35px;
        margin-bottom: 50px;
        padding: 0 15px;
    }

    .block6-video {
        width: 100%;
        max-width: 100%;
        height: 250px;
        margin-bottom: 30px;
    }

    .block6-text {
        width: 100%;
    }

    .block6-title {
		font-weight: 400;
        font-size: 28px;
        text-align: left;
    }

    .block6-description {
		max-width: 90%;
        font-weight: 300;
        font-size: 14px;
        text-align: left;
    }

    .block6-subtitle {
        font-weight: 400;
        font-size: 18px;
        text-align: left;
    }

    .block6-list {
        margin-left: 25px;
		font-weight: 300;
        font-size: 18px;
        text-align: left;
    }

    .block6-buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .block6-button {
        width: 100%;
        max-width: 100%;
        height: 50px;
    }

    .block6-link {
        margin: 0;
        margin-left: 40%;
        margin-top: 5%;
		
    }

    /* Блок 7 - Отзывы */
    .block7 {
        width: 100%;
        height: auto;
        padding: 0 15px;
		margin-top: 50px;
    }

    .block7-title {
        font-size: 24px;
    }

    .reviews-slider {
        height: 220px;
    }

    .review-item {
        min-width: 170px;
        height: 217px;
    }

    .reviews-nav {
        margin-bottom: 20px;
    }

    .all-reviews-button {
        width: 100%;
        max-width: 200px;
		margin-top: 25px;
    }

    /* Скрываем стрелки на слайдере отзывов */
    .block7 .slider-arrow {
        display: none;
    }

    /* Блок 8 */
    .block8-image {
        display: none !important;
    }

    .block8 {
        flex-direction: column;
        height: auto;
        padding: 30px 20px;
        border-radius: 30px;
    }

    .block8-text {
        width: 100%;
    }

    .block8-title {
        font-size: 28px;
        text-align: left;
    }

    .block8-button {
        width: 100%;
        max-width: 388px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    /* Блок 9 */
    .block9 {
        width: 100%;
        height: auto;
        padding: 0 15px;
    }

    .block9-title {
        font-size: 28px;
        text-align: left;
    }

    .block9-services {
        flex-direction: column;
        margin-left: 0;
        gap: 15px;
        text-align: left;
		font-size: 18px;
		font-weight: 300;
    }

    .service-item {
        justify-content: flex-start;
    }

    .online-consultation-form {
        flex-direction: column;
        gap: 15px;
    }

    .online-form-input {
        width: 100%;
        max-width: 350px;
    }

    .online-form-button {
        width: 100%;
        max-width: 388px;
		margin-top: 25px;
    }

    .online-privacy-checkbox {
        margin-left: 0;
        text-align: center;
        width: 100%;
        max-width: 388px;
        margin: 20px auto;
    }

    /* Общие стили */
    .play-button {
        width: 50px;
        height: 50px;
    }

    .play-icon {
        width: 30px;
        height: 30px;
    }

    /* Скрываем стрелки на мобильных */
    .slider-arrow {
        display: none;
    }
}

/* Для очень маленьких экранов (до 480px) */
@media (max-width: 480px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }

    .slider-container {
        height: 428px;
    }

    .slide-text-overlay {
        width: 100%;
        text-align: left;
        margin-top: 75px;
        margin-left: 20px;
        
    }

    .slide-title h4{
        font-size: 28px;
    }

    .slide-subtitle {
        font-weight: 300;
        font-size: 18px;
        text-align: left;
        margin-left: 0px;
        max-width: 40%;
    }

    .block1-video,
    .block4-video,
    .block6-video {
        height: 458px;
        margin-bottom: 0px;
        
    }

    .badge {
        position: absolute;
        width: 250px;
        height: 250px;
        bottom: -50px;
        z-index: 5;
    }

    .badge-title {
        font-size: 50px;
    }

    .badge-text {
        font-size: 18px;
    }
}

/* Десктопные стили (ширина больше 768px) */
@media (min-width: 769px) {
    .mobile-program-list {
        display: none !important;
    }

    .diagram-wrapper {
        display: grid !important;
    }

    .block1 {
        flex-direction: row !important;
    }

    .block1-text {
        order: 0 !important;
    }

    .block1-video {
        order: 0 !important;
    }
}

/* Футер - десктопная версия */
.footer-new-style {
    max-width: 1180px;
    margin: 40px auto 60px;
    font-family: 'Stolzl', Arial, sans-serif;
}

.footer-main {
    background-color: #CCEEFB;
    width: 1152px;
    height: 326px;
    border-radius: 50px;
    padding: 30px 40px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.footer-container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 1072px;
    height: 100%;
}

.footer-col {
    min-width: 220px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-logo img {
    width: 170px;
    height: 87px;
    margin-bottom: 15px;
    display: block;
}

.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-contact-info .phone a {
    font-family: 'Stolzl', Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #0054A6;
    text-decoration: none;
}

.footer-contact-info .address,
.footer-contact-info .email {
    font-family: 'Stolzl', Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #0057b7;
    text-decoration: underline;
}

.footer-col h3 {
    font-family: 'Stolzl', Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #0054A6;
    margin-bottom: 15px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-col:nth-child(3)>ul.services-right {
    margin-top: 40px;
}

.footer-col li {
    margin-bottom: 10px;
}

.footer-col a {
    font-family: 'Stolzl', Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #0054A6;
    text-decoration: underline;
    transition: color 0.2s;
}

.footer-col a:hover {
    color: #0057b7;
}

.services-right {
    margin-top: 40px;
}

.footer-col p {
    font-family: 'Stolzl', Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #3D3D3D;
    margin-bottom: 10px;
    line-height: 1.4;
}

.footer-bottom-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px 0 40px;
    font-size: 12px;
    color: #3D3D3D;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
    background-color: #fff;
}

.footer-bottom-new .copyright {
    flex-shrink: 0;
}

.footer-bottom-new .footer-links {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer-bottom-new .footer-links a {
    font-family: 'Stolzl', Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #3D3D3D;
    text-decoration: underline;
    white-space: nowrap;
}

/* Адаптивность */
@media (max-width: 1200px) {

    .header-desktop,
    .nav-bar,
    .footer-main,
    .footer-bottom-new {
        padding-left: 20px;
        padding-right: 20px;
        max-width: calc(100% - 40px);
    }

    .footer-container {
        gap: 30px;
    }

    .footer-main {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .header-desktop,
    .nav-bar {
        display: none;
    }

    .header-mobile {
        display: block;
    }

    /* Мобильный футер - полная ширина, без скруглений */
    .footer-new-style {
        width: 100%;
        max-width: 100%;
        margin: 40px 0 0 0;
        padding: 0;
        background-color: #CCEEFB;
    }

    /* Верхняя часть футера - голубая заливка без скруглений */
    .footer-main {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 0 !important;
        padding: 15px 20px;
        margin: 0;
        background-color: #CCEEFB !important;
    }

    .footer-container {
        flex-direction: column;
        gap: 0px;
        max-width: 100%;
    }

    /* Показываем все колонки в мобильной версии */
    .footer-col {
        display: block;
        width: 100%;
        min-width: auto;
        padding: 0;
        margin: 0;
    }

    /* Скрываем списки услуг в колонках 2 и 3 */
    .footer-col:nth-child(2) ul,
    .footer-col:nth-child(3) ul {
        display: none !important;
    }

    /* Но показываем заголовок "Наши услуги" */
    .footer-col:nth-child(2) h3 {
        display: block !important;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    /* Скрываем правую колонку услуг полностью (только заголовок) */
    .footer-col:nth-child(3) {
        display: none !important;
    }

    /* Логотип в мобильной версии */
    .footer-logo img {
        width: 170px;
        height: 87px;
        margin-bottom: 20px;
    }

    /* Контактная информация — телефоны в одну строку */
    .footer-contact-info {
        display: block;
    }

    .footer-contact-info .phone {
        display: inline;
        gap: 5px;
    }

    .footer-contact-info .phone:not(:last-child)::after {
        content: "\00a0\00a0";
    }

    .footer-contact-info .phone a {
        font-size: 18px;
        color: #0054A6;
        text-decoration: none;
    }

    .footer-contact-info .address,
    .footer-contact-info .email {
        font-size: 14px;
        color: #0057b7;
        text-decoration: underline;
        display: block;
        margin-top: 10px;
    }

    /* Заголовок "О нас" */
    .footer-col:last-child h3 {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    /* Текст "О нас" */
    .footer-col:last-child p {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    /* Нижняя часть футера - белый фон без скруглений */
    .footer-bottom-new {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        padding: 25px 20px;
        margin: 0;
        background-color: #fff;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .footer-bottom-new .copyright {
        font-family: 'Stolzl', Arial, sans-serif;
        font-weight: 300;
        font-size: 14px;
        color: #3D3D3D;
        font-size: 12px;
        color: #3D3D3D;
        text-align: left;
        width: 100%;
    }

    .footer-bottom-new .footer-links {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        justify-content: flex-start;
    }

    .footer-bottom-new .footer-links a {
        font-size: 12px;
        color: #3D3D3D;
        text-decoration: underline;
        white-space: normal;
    }

    /* Мобильное меню */
    .mobile-menu-content {
        width: 90%;
    }
}

@media (min-width: 769px) {

    .header-mobile,
    .mobile-menu {
        display: none !important;
    }
}