

/* Общие стили */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #FFFFFF;
    color: #163A39;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}



.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.absolute {
    position: absolute;
}

/* Секции */
section {
    position: relative;
    width: 100%;
}

.to_modal {
    cursor: pointer;
}

/* Герой секция */
.hero {
    width: 100%;
    height: 518px;
    background: url(/ok-content/uploads/images/main_section.png);
    position: relative;
    overflow: hidden;
    z-index: 0;
    border-radius: 16px;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 147px 60px 0;
}

.hero_title_container {
    position: relative;
}

.hero-title {
    font-family: 'Playfair', serif;
    font-weight: 700;
    font-size: 32.5px;
    line-height: 38px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 672px;
    margin-bottom: 20px;
    z-index: 9999;
    position: relative;
}

.hero-title span {
    color: #003C3B;
}

.hero_title_img {
    bottom: 0;
    left: -20px;
}

.hero-subtitle {
    font-family: 'Cormorant', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    margin-top: 23px;
}


.but {
    cursor: pointer;
}

.but1 {
    display: block;
    position: relative;
    width: fit-content;
    margin: 50px auto;
}




.l-50 {
    left: 50%;
}

.trf-50 {
    transform: translate(-50%);
}

.b-0 {
    bottom: 0;
}

.zi_-1 {
    z-index: -1;
}




/* Меню */
.menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    position: absolute;
    width: 100%;
    height: 50px;
    top: 24px;
    z-index: 10;
}

.logo {
    width: 190.53px;
    height: 50px;
    background: url(/ok-content/uploads/images/logo.svg);
    border-radius: 5px;
}

.nav-menu {
    display: flex;
    gap: 20px;
    background: #B8E4F2;
    padding: 8px 20px;
    border-radius: 16px;
}

.menu-item {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 11.25px;
    line-height: 13px;
}

.menu-divider {
    width: 12px;
    height: 0;
    border: 0.7px solid #163A39;
    transform: rotate(90deg);
}

/* Секция с информацией */
.info-section {
    width: 100%;
    background: url(/ok-content/uploads/images/Frame506.png);
    background-size: cover;
    border-radius: 40px 40px 0 0;
    margin-top: -40px;
    position: relative;
    z-index: 1;
    padding: 60px 52px;
}

.info-content {
    display: flex;
    flex-direction: row;
    gap: 46px;
}

.info-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}

.info-title-container {
    position: relative;
}

.info-title-container img {
    width: 100%;
}



.info-text-box {
    border: 1.01624px solid rgba(0, 60, 59, 0.22);
    border-radius: 14.2274px;
    padding: 20px;
    display: flex;
    align-items: center;
}

.info-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}

.info-right {
    width: 46%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-right-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.info-right-descr {
    font-weight: 200;
}

.info-right-subtext {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    width: 502px;
}

.feature-card {
    width: 246.5px;
    height: 93px;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    padding: 14px 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.feature-card-tall {
    height: 114px;
}

.feature-header {
    display: flex;
    align-items: center;
    gap: 14px;
}

.feature-icon {
    width: 34px !important;
    min-width: 34px;
    height: 34px !important;
    background: url(/ok-content/uploads/images/vesi.png);
    border-radius: 50%;
}

.feature-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

/* Секция ценностей */
.values-section {
    width: 100%;
    background: url(/ok-content/uploads/images/section3.png);
    background-size: 100% 160%;
    padding: 47px 50px;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
}

.values_bottom_content {
    margin-top: 50px;
    padding-top: 40px;
    padding-left: 305px;
    width: 100%;
    height: 300px;
    background: url(/ok-content/uploads/images/Frame\ 329.png);
    background-size: 100% auto;
    background-position: top;
}

.values_bottom_content_text1 {
    font-family: 'Cormorant';
    font-style: italic;
    font-weight: 400;
    font-size: 49.7924px;
    line-height: 60px;
    color: #B8E4F2;
}

.values_bottom_content_button {
    margin-top: 40px;
    margin-left: 60px;
}

.values_bottom_img {
    width: 100%;
    display: block;
}

.section-header {
    width: 755px;
    height: 112px;
    position: relative;
    margin: 0 auto 60px;
}

.section-title-border {
    position: absolute;
    width: 596px;
    height: 112px;
    left: 202.5px;
    border: 1px solid #003C3B;
    border-radius: 100px;
}

.section-title-border-full {
    position: absolute;
    width: 643px;
    height: 112px;
    left: 202.5px;
    border: 1px solid #003C3B;
    border-radius: 100px;
}

.section-title-decoration {
    position: absolute;
    width: 112px;
    height: 112px;
    left: 845.5px;
    background-color: #003C3B;
    border: 1px solid #003C3B;
    border-radius: 100px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.section-title {
    position: absolute;
    width: 508px;
    height: 88px;
    left: 246.5px;
    top: 10px;
    font-family: 'Playfair', serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 44px;
    text-transform: uppercase;
    color: #000000;
}

.values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
}

.value-card {
    width: 32%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    padding: 20px 24px 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.value-card-tall {
    height: 356px;
}

.value-header {
    display: flex;
    align-items: center;
    gap: 14px;
}

.value-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: url(/ok-content/uploads/images/star_programm.svg);
    background-size: cover;
}

.values-section .value-icon {
    background: none;
}

.value-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}

.value-divider {
    width: 100%;
    height: 0;
    border: 1px solid #046B6A;
}

.value-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

/* Секция программы */


.sections_three {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.program-section {
    width: 100%;
    background: #FFFFFF;
    padding: 47px 50px;
    position: relative;
    z-index: 4;
    margin-top: -40px;
}

.program-header {
    width: fit-content;
    position: relative;
    margin-left: auto;
}

.program-header img {
    zoom: 0.95;
}

.program-title-border {
    position: absolute;
    width: 596px;
    height: 112px;
    left: 405px;
    border: 1px solid #003C3B;
    border-radius: 100px;
}

.program-title-border-full {
    position: absolute;
    width: 643px;
    height: 112px;
    left: 405px;
    border: 1px solid #003C3B;
    border-radius: 100px;
}

.program-title-decoration {
    position: absolute;
    width: 112px;
    height: 112px;
    left: 1048px;
    background-color: #003C3B;
    border: 1px solid #003C3B;
    border-radius: 100px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.program-title {
    position: absolute;
    width: 414px;
    height: 88px;
    left: 449px;
    top: 10px;
    font-family: 'Playfair', serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 44px;
    text-transform: uppercase;
    color: #000000;
}

.program-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
}

.program-row {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.program-card {
    width: 32%;

    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    padding: 20px 24px 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}


/* Секция для кого */
.audience-section {
    width: 100%;
    padding: 0 50px;
    margin-top: 80px;
    position: relative;
    z-index: 5;
}

.audience-header {
    width: 755.5px;
    height: 112px;
    position: relative;
    margin: 0 auto 40px;
}

.audience-title-border {
    position: absolute;
    width: 596px;
    height: 112px;
    left: 334.75px;
    border: 1px solid #003C3B;
    border-radius: 100px;
}

.audience-title-border-full {
    position: absolute;
    width: 643px;
    height: 112px;
    left: 334.75px;
    border: 1px solid #003C3B;
    border-radius: 100px;
}

.audience-title-decoration {
    position: absolute;
    width: 112px;
    height: 112px;
    left: 222.25px;
    background-color: #003C3B;
    border: 1px solid #003C3B;
    border-radius: 100px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.audience-title {
    position: absolute;
    width: 501px;
    height: 88px;
    left: 378.75px;
    top: 10px;
    font-family: 'Playfair', serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 44px;
    text-transform: uppercase;
    color: #000000;
}

.audience-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
}

.audience-card {
    width: 245px;
    background: radial-gradient(82% 203.43% at 78.78% 100%, #FFF7BB 0%, #FFE30A 72.6%);
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.audience-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height:42px;
}

.audience-icon {
    width: 40px;
    height: 40px;
    background-color: #003C3B;
    border-radius: 50%;
}

.audience-card-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #003C3B;
}

.audience-divider {
    width: 210px;
    height: 0;
    border: 1px solid #FFFFFF;
}

.audience-card-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

/* Секция партнеров */
.partners-section {
    width: 100%;
    height: 355px;
    padding: 0 80px;
    margin-top: 40px;
    position: relative;
    z-index: 6;
    display: flex;
    gap: 42px;
}

.partners-image {
    width: 457px;
    height: 355px;
    background-color: #B8E4F2;
    border-radius: 14.2274px;
}

video {
    object-fit: cover;
    border-radius: 14.2274px;
}

.partners-content {
    width: 541px;
    height: fit-content;
    background: url(/ok-content/uploads/images/olen.png);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.partners-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #003C3B;
}

.partners-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

/* Секция маркетинг-плана */
.marketing-section {
    width: 100%;
    background: url(/ok-content/uploads/images/section5.png);
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 20px 20px 0 0;
    padding: 80px 50px 64px;
    margin-top: -40px;
    position: relative;
    z-index: 7;
}

.marketing-header {
    position: relative;
    margin-top: 0px;
}

.marketing-title-border {
    position: absolute;
    width: 601px;
    height: 112px;
    border: 1px solid #003C3B;
    border-radius: 100px;
}

.marketing-title-border-full {
    position: absolute;
    width: 648px;
    height: 112px;
    border: 1px solid #003C3B;
    border-radius: 100px;
}

.marketing-title-decoration {
    position: absolute;
    width: 112px;
    height: 112px;
    left: 648px;
    background-color: #003C3B;
    border: 1px solid #003C3B;
    border-radius: 100px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.marketing-title {
    position: absolute;
    width: 508px;
    height: 44px;
    left: 60px;
    top: 34px;
    font-family: 'Playfair', serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 44px;
    text-transform: uppercase;
    color: #000000;
}

.marketing-intro {
    width: 769px;
    height: 192px;
    background: linear-gradient(90deg, #85C7E0 0%, #EAF8CF 62.5%, #F3EC4E 100%);
    border-radius: 20px;
    padding: 20px 60px 40px;
    margin-top: 20px;
}

.marketing-intro-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #003C3B;
    margin-bottom: 20px;
}

.marketing-intro-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.tariffs {
    display: flex;
    gap: 16px;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
}

.tariff-card {
    width: 376.67px;
    height: fit-content;
    background: #FFFFFF;
    box-shadow: 0px 0px 11.8px 1px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    gap: 29px;
    position: relative;
}


.tariff-title {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #000000;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tariff-divider {
    width: 100%;
    height: 0;
    border: 1px solid #000000;
}

.tariff-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tariff-feature {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.feature-bullet {
    min-width: 14px;
    height: 14px;
    background: #B8E4F2;
    border-radius: 50%;
    margin-top: 3px;
}

.feature-description {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

/* Секция преимуществ */
.advantages-section {
    width: 100%;
    height: 730px;
    padding: 40px 0;
    margin-top: -50px;
    position: relative;
    z-index: 8;
}

.advantages-header {
    width: 1094px;
    height: 140px;
    margin: 0 auto 40px;
    padding: 20px 60px;
    border-radius: 20px;
}

.advantages-title {
    font-family: 'Playfair', serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #003C3B;
    margin-bottom: 20px;
}

.advantages-subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #000000;
}

.advantages-content {
    width: fit-content;
    height: 447px;
    padding: 0;
    margin: 0 auto;
    display: flex;
}

.advantages-image {
    width: 665px;
    height: 447px;
    background: url(/ok-content/uploads/images/Frame\ 447.png);
    background-size: cover;
    border-radius: 10px;
    position: relative;
}

.play-button {
    position: absolute;
    width: 113px;
    height: 113px;
    left: 298.5px;
    top: 155px;
    background: #F3D910;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-icon {
    width: 0;
    height: 0;
    border-left: 30px solid #FFFFFF;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    margin-left: 10px;
}

.advantages-text-box {
    width: 363px;
    height: 447px;
    background: url(/ok-content/uploads/images/Frame\ 504.png);
    background-size: cover;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.13);
    border-radius: 0 10px 10px 0;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-left: -5px;
}

.advantages-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.advantages-quote {
    font-family: 'Cormorant', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
    color: #000000;
}

/* Секция призыва к действию */
.cta-section {
    width: 100%;
    height: 247px;
    background: url(/ok-content/uploads/images/Frame\ 503.png);
    border-radius: 20px;
    padding: 0 100px 46px 151px;
    margin-top: 20px;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    gap: 55px;
}

.cta-text-box {
    width: 531px;
    height: 104px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.cta-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.cta-button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 307px;
}

.cta-title {
    font-family: 'Playfair', serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 44px;
    text-transform: uppercase;
    color: #003738;
}

.cta-button {
    border: none;
    width: 307px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-button-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}

/* Секция FAQ */
.faq-section {
    width: 100%;
    background: url(/ok-content/uploads/images/faq_section.png);
    background-size: cover;
    margin-top: -40px;
    position: relative;
    z-index: 10;
    padding: 67px 50px;
}

.faq-header {
    width: fit-content;
    position: relative;

}

.faq-content {
    width: 100%;
    height: fit-content;
    margin-top: 40px;
}

.faq-item {
    margin-bottom: 20px;
}

.faq-question {
    width: 100%;
    height: fit-content;
    background: #75B6CA;
    border-radius: 6px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #68a5b8;
}

.faq-question-inner {
    width: 100%;
    height: fit-content;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.faq-question-text {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    color: #003C3B;
    margin: 0;
}

.faq-icon {
    min-width: 38px;
    height: 38px;
    background: url(/ok-content/uploads/images/accordeon_item.svg);
    background-size: cover;
    border-radius: 50%;
    transition: transform 0.3s ease;
    position: relative;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    width: 100%;
    height: 0;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 0 20px;
    position: relative;

    overflow: hidden;
    transition: all 0.4s ease;
    opacity: 0;
}

.faq-item.active .faq-answer {
    margin-top: 15px;
    height: auto;
    padding: 20px;
    opacity: 1;
}

.faq-answer-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin: 0;
}

.faq-answer-arrow {
    position: absolute;
    width: 28px;
    height: 28px;
    left: -14px;
    top: 15px;
    background: #FFFFFF;
    border-radius: 4px;
    transform: rotate(-90deg);
}

/* Футер */
.footer {
    width: 100%;
    background: #003C3B;
    position: relative;
    z-index: 11;
    padding: 52px 0;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 100px;
    width: 100%;
}

.footer-logo {
    width: 120px;
}

.footer-logo img {
    width: 100%;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    /* align-self: center; */
    gap: 20px 30px;

}

.footer-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.footer-link-icon {
    width: 20px;
    height: 20px;
}

.footer-link-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-decoration-line: none;
    color: #B8E4F2;
    padding-left: 6px;
}

.footer-link-text:hover {
    text-decoration-line: underline;
}



.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.footer-phone,
.footer-email {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #FFFFFF;
}

.footer-bottom {
    display: flex;
    padding: 0px;
    padding-top: 20px;
    width: 100%;
    justify-content: center;
    gap: 120px;
}

.footer-copyright,
.footer-legal {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #525252;
}

.politic {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #B8E4F2;
}

/* Декоративные элементы */
.decorative-element {
    position: absolute;
    background-color: #B8E4F2;
    opacity: 0.5;
}

.gradient-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(49.28% 50.76% at 50% 50%, #85C5DE 0.52%, rgba(136, 198, 223, 0.7722) 23.18%, rgba(146, 203, 225, 0.5957) 40.74%, rgba(162, 211, 230, 0.4363) 56.6%, rgba(186, 222, 236, 0.2871) 71.44%, rgba(216, 236, 244, 0.145) 85.58%, rgba(252, 254, 254, 0.00985867) 99.02%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.53;
    z-index: 1;
}

/* Адаптивность */
@media (max-width: 1199px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
    
    .advantages-image, .advantages-text-box {
        width: 100%;
        height: auto;
        min-height: 500px;
    }

    .hero-title {
        width: 100%;
        font-size: 28px;
    }

    .hero-subtitle {
        width: 100%;
        margin-left: 0;
        font-size: 32px;
        text-align: center;
    }

    .info-content {
        flex-direction: column;
        height: auto;
    }

    .info-left,
    .info-right {
        width: 100%;
    }

    .features-grid {
        width: 100%;
        justify-content: center;
    }

    .values-grid,
    .program-row,
    .audience-grid,
    .tariffs {
        flex-direction: column;
        align-items: center;
    }

    .value-card,
    .program-card,
    .audience-card,
    .tariff-card {
        width: 100%;
        max-width: 500px;
    }

    .partners-section {
        flex-direction: column;
        height: auto;
        padding: 40px 20px;
    }

    .partners-image,
    .partners-content {
        width: 100%;
        background-size:cover;
    }

    .advantages-content {
        flex-direction: column;
        width: 100%;
        padding: 0 20px;
    }

    .advantages-image,
    .advantages-text-box {
        width: 100%;
    }

    .cta-section {
        flex-direction: column;
        height: auto;
        padding: 40px 20px;
        text-align: center;
    }

    .cta-text-box,
    .cta-button-container {
        width: 100%;
    }

    .faq-content {
        width: 100%;
        margin-left: 0;
    }

    .faq-question,
    .faq-question-inner {
        width: 100%;
    }

    .faq-answer {
        width: 100%;
    }

    .footer-top {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer-links {
        width: 100%;
        justify-content: center;
    }

    .footer-contact {
        align-items: center;
        text-align: center;
    }
}

@media (750px < width < 1199px) {
    .advantages-image {
        width: 100%;
        height: auto;
        min-height: 500px !important;
    }
    .marketing-section {
        background-size:cover !important;
    }
    .value-card, .program-card, .audience-card, .tariff-card {
        width: 100%;
        max-width: 90% !important;
    }
    
    .company-content {
        flex-direction:row !important;
    }
    
    
    .main {
        .product-card {
            max-width: fit-content !important;
           border-radius:40px !important; 
        }
    }
    
    .bankrot {
        .tariff-card {
           width:31% !important; 
        }
        .tariffs-cards {
            flex-direction:row !important;
        }
    }
    
    .main {
        .product-card, .community-card, .benefit-card, .learning-feature {
            width: 100% !important;
             max-width: 100% !important; 
            height: auto !important;
            margin-bottom: 0px;
        }
        .founders-header {
            margin-bottom: 560px !important;
            text-align: center;
        }
        
        .founders-content {
            flex-direction:row !important;
        }
    }
    
    
    .learning-left {
        width:100%;
    }
    .learning-image {
        width:100%;
    }

}


.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}




.fs-12 {
    font-size: 12px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}







/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
        max-width: 100%;
        overflow-x: hidden;
    }

    /* Герой секция */
    .hero {
        height: auto;
        min-height: 300px;
        padding: 15px 0;
        border-radius: 10px;
        background-size: cover;
        background-position: 80%;
        padding-bottom: 55px;
    }

    .menu {
        padding: 0 15px;
        top: 10px;
        flex-direction: column;
        gap: 10px;
        position: relative;
    }

    .logo {
        width: 150px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .nav-menu {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        padding: 15px 10px;
    }

    .menu-item {
        font-size: 16px;
        gap: 12px;
    }

    .hero-content {
        padding: 80px 15px 30px;
        text-align: center;
    }

    .hero_title_container {
        width: 100%;
    }

    .hero-title {
        width: 100%;
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .hero_title_img {
        width: 90%;
        max-width: 300px;
        left: 50%;
        transform: translateX(-50%);
    }

    .hero-subtitle {
        font-size: 24px;
        line-height: 28px;
        margin-top: 15px;
    }

    .but {
        width: 90%;
        max-width: 100%;
    }

    .but img {
        width: 100%;
        height: auto;
    }

    .but1 {
        margin: 20px auto;
    }

    /* Информационная секция */
    .info-section {
        border-radius: 61px 61px 0 0;
        margin-top: -50px;
        padding: 20px 15px;
        background-size: cover;
    }

    .info-content {
        flex-direction: column;
        gap: 20px;
    }

    .info-left,
    .info-right {
        width: 100%;
    }

    .info-title-container img {
        width: 100%;
        height: auto;
    }

    .info-text-box {
        padding: 15px;
    }

    .info-text {
        font-size: 16px;
        line-height: 20px;
    }

    .features-grid {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .feature-card {
        width: 100%;
        height: auto;
        padding: 12px 15px;
    }

    /* Секция ценностей */
    .values-section {
        padding: 20px 15px;
        background-size: cover;
        margin-top: -10px;
    }

    .section-header {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .section-header img {
        width: 100%;
        height: auto;
    }

    .values-grid {
        flex-direction: column;
        gap: 12px;
    }

    .value-card {
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .value-header {
        gap: 10px;
    }

    .value-icon {
        width: 50px;
        height: 50px;
    }

    .value-title {
        font-size: 18px;
        line-height: 22px;
    }

    .value-title br {
        display: none;
        ;
    }

    .value-text {
        font-size: 14px;
        line-height: 18px;
    }

    .values_bottom_content {
        padding: 20px 15px;
        height: auto;
        margin-top: 20px;
        text-align: center;
        background-size: cover;
        border-radius: 15px 15px 0 0;
    }

    .values_bottom_content_text1 {
        font-size: 24px;
        line-height: 28px;
    }

    .values_bottom_content_button {
        margin: 15px auto;
        width: 90%;
        max-width: 250px;
    }

    /* Секция программы */
    .program-section {
        padding: 20px 15px;
        margin-top: -20px;
    }

    .sections_three {
        height: 100%;
        object-fit: cover;
    }

    .program-header {
        width: 100%;
        margin: 0 auto 20px;
    }

    .program-header img {
        width: 100%;
        height: auto;
    }

    .program-content {
        margin-top: 20px;
        gap: 12px;
    }

    .program-row {
        flex-direction: column;
        gap: 12px;
    }

    .program-card {
        width: 100%;
        height: auto;
        padding: 15px;
    }

    /* Секция для кого */
    .audience-section {
        padding: 0 15px;
        margin-top: 20px;
    }

    .audience-header {
        width: 100%;
        height: auto;
        margin: 0 auto 20px;
    }

    .audience-header img {
        width: 100%;
        height: auto;
    }

    .audience-grid {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }

    .audience-card {
        width: 100%;
        max-width: 100%;
        padding: 12px;
    }

    .audience-divider {
        width: 100%;
    }

    /* Секция партнеров */
    .partners-section {
        flex-direction: column;
        height: auto;
        padding: 0 15px;
        margin-top: 20px;
        gap: 15px;
    }

    .partners-image,
    .partners-content {
        width: 100%;
        height: auto;
        min-height: 190px;
    }

    .partners-content {
        padding: 15px;
    }

    .partners-title {
        font-size: 18px;
        line-height: 22px;
    }

    /* Секция маркетинг-плана */
    .marketing-section {
        padding: 20px 15px;
        margin-top: 15px;
        border-radius: 10px 10px 0 0;
    }

    .marketing-header {
        width: 100%;
    }

    .marketing-header img {
        width: 100%;
        height: auto;
    }

    .marketing-intro {
        width: 100%;
        height: auto;
        padding: 15px;
        margin-top: 15px;
    }

    .marketing-intro-title {
        font-size: 18px;
        line-height: 22px;
    }

    .marketing-intro-text {
        font-size: 14px;
        line-height: 18px;
    }

    .tariffs {
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }

    .tariff-card {
        width: 100%;
        height: auto;
        padding: 20px 15px;
        gap: 10px;
    }

    .tariff-title {
        font-size: 20px;
        line-height: 24px;
        height: auto;
        min-height: 60px;
    }

    /* Секция преимуществ */
    .advantages-section {
        height: auto;
        padding: 20px 15px;
        margin-top: -10px;
    }

    .advantages-header {
        width: 100%;
        height: auto;
        padding: 15px;
        margin-bottom: 20px;
    }

    .advantages-title {
        font-size: 24px !important;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .advantages-subtitle {
        font-size: 16px;
        line-height: 20px;
    }

    .advantages-content {
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .advantages-image,
    .advantages-text-box {
        width: 100%;
        height: auto;
        min-height: 200px;
    }

    .advantages-text-box {
        border-radius: 0 0 10px 10px;
        margin-left: 0;
        padding: 15px;
        gap: 20px;
    }

    .play-button {
        width: 60px;
        height: 60px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .play-icon {
        border-left: 15px solid #FFFFFF;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        margin-left: 5px;
    }

    /* Секция призыва к действию */
    .cta-section {
        flex-direction: column;
        height: auto;
        padding: 20px 15px;
        text-align: center;
        gap: 15px;
        background-size: cover;
    }

    .cta-text-box {
        width: 100%;
        height: auto;
        padding: 12px;
    }

    .cta-text {
        font-size: 14px;
        line-height: 18px;
    }

    .cta-button-container {
        width: 100%;
    }

    .cta-title {
        font-size: 22px;
        line-height: 26px;
    }

    .cta-button {
        width: 100%;
        max-width: 250px;
        height: 50px;
    }

    /* Секция FAQ */
    .faq-section {
        padding: 20px 15px;
        margin-top: 15px;
        background-size: cover;
        border-radius: 15px 15px 0 0;
    }

    .faq-header {
        width: 100%;
    }

    .faq-header img {
        width: 100%;
        height: auto;
    }

    .faq-content {
        margin-top: 15px;
    }

    .faq-item {
        margin-bottom: 12px;
    }

    .faq-question {
        height: auto;
        min-height: 50px;
    }

    .faq-question-inner {
        padding: 12px;
    }

    .faq-question-text {
        font-size: 16px;
        line-height: 20px;
    }

    .faq-icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }

    .faq-answer {
        padding: 0 15px;
    }

    .faq-item.active .faq-answer {
        padding: 15px;
    }

    .faq-answer-text {
        font-size: 14px;
        line-height: 18px;
    }

    /* Футер */
    .footer {
        padding: 20px 0;
    }

    .footer-top {
        flex-direction: column;
        padding: 0 15px;
        gap: 15px;
        text-align: center;
    }

    .footer-links {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .footer-link {
        width: 100%;
        justify-content: center;
    }

    .footer-contact {
        align-items: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
        padding-top: 15px;
    }

    /* Общие улучшения для мобильных */
    * {
        max-width: 100%;
    }

    img,
    video {
        max-width: 100%;
        height: auto;
    }

    body {
        font-size: 14px;
        line-height: 1.3;
    }

    h1,
    h2,
    h3 {
        line-height: 1.2;
        word-wrap: break-word;
    }

    p {
        line-height: 1.4;
        word-wrap: break-word;
    }
}

/* Дополнительные адаптации для очень маленьких экранов */
@media (max-width: 480px) {
    .container {
        padding: 0 0px;
    }

    .hero-title {
        font-size: 18px;
        line-height: 22px;
    }

    .hero-subtitle {
        font-size: 20px;
        line-height: 24px;
    }

    .menu {
        padding: 0 10px;
    }

    .nav-menu {
        flex-direction: column;
        gap: 15px;
    }

    .menu-item {
        justify-content: center;
        width: 100%;
    }

    .menu-divider {
        display: none;
    }

    /* Уменьшаем все шрифты для очень маленьких экранов */
    .info-text,
    .value-text,
    .feature-text,
    .audience-card-text,
    .partners-text,
    .marketing-intro-text,
    .feature-description,
    .advantages-text,
    .advantages-quote,
    .cta-text,
    .faq-answer-text {
        font-size: 16px;
        line-height: 1.3;
    }

    .value-title,
    .program-title-short,
    .program-title-tall,
    .audience-card-title,
    .partners-title,
    .marketing-intro-title,
    .tariff-title,
    .advantages-title,
    .cta-title {
        font-size: 19px;
        line-height: 1.2;
    }

    .advantages-quote {
        font-size: 18px;
        line-height: 1.3;
    }

    /* Убеждаемся, что ничего не выходит за границы экрана */
    .container>section {
        overflow: hidden;
    }
}













/* Стили для бургер-меню (добавить в существующий CSS) */

/* Бургер-кнопка */
.burger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1000;
}




.burger-line {
    width: 100%;
    height: 3px;
    background-color: white;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Состояние открытого меню */
.burger-menu.active .burger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.burger-menu.active .burger-line:nth-child(2) {
    opacity: 0;
}

.burger-menu.active .burger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Мобильное меню */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 60, 59, 0.95);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    height: 100%;
    background: linear-gradient(135deg, #1c6683 0%, #f7ed55 100%);
    z-index: 1000;
    transition: right 0.4s ease;
    padding: 80px 20px 40px;
    overflow-y: auto;
}

.mobile-menu.active {
    right: 0;
}

.mobile-nav-menu {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.mobile-menu-item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 60, 59, 0.2);
}

.mobile-menu-item:last-child {
    border-bottom: none;
}

.mobile-menu-item a {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #003C3B;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 10px 0;
}

.mobile-menu-item a:hover {
    color: #046B6A;
}

.mobile-menu-divider {
    display: none;
    /* Скрываем разделители в мобильном меню */
}

/* Закрывающая кнопка */
.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1001;
}

.mobile-menu-close::before,
.mobile-menu-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #003C3B;
    transition: all 0.3s ease;
}

.mobile-menu-close::before {
    transform: rotate(45deg);
}

.mobile-menu-close::after {
    transform: rotate(-45deg);
}

.mobile-menu-close:hover::before,
.mobile-menu-close:hover::after {
    background-color: #046B6A;
}

/* Логотип в мобильном меню */
.mobile-menu-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 150px;
    height: 40px;
    background: url(/ok-content/uploads/images/logo.svg) no-repeat center center;
    background-size: contain;
}

/* Анимации для появления пунктов меню */
@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.mobile-menu-item {
    animation: slideInFromRight 0.4s ease forwards;
    opacity: 0;
}

.mobile-menu-item:nth-child(1) {
    animation-delay: 0.1s;
}

.mobile-menu-item:nth-child(2) {
    animation-delay: 0.2s;
}

.mobile-menu-item:nth-child(3) {
    animation-delay: 0.3s;
}

/* Медиа-запросы для бургер-меню */
@media (max-width: 768px) {
    .burger-menu {
        display: flex;
    }

    .nav-menu {
        display: none;
    }

    .menu {
        justify-content: space-between;
        padding: 0 15px;
        height: 60px;
    }


    .mobile-menu-item {
        padding: 10px 0;
        border-bottom: 1px solid rgba(0, 60, 59, 0.2);
    }

    .logo {
        width: 150px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    /* Герой секция с учетом бургер-меню */
    .hero {
        padding-top: 10px;
        border-radius: 0 !important;
    }

    .hero-content {
        padding: 40px 15px 30px;
    }
}

@media (max-width: 480px) {
    .burger-menu {
        width: 25px;
        height: 18px;
        top: 12px;
        right: 12px;
    }

    .burger-line {
        height: 2px;
    }

    .mobile-menu {
        width: 100%;
    }

    .mobile-menu-item a {
        font-size: 16px;
        padding: 8px 0;
        color: white;
    }
}

/* Предотвращение скролла тела при открытом меню */
body.menu-open {
    overflow: hidden;
    height: 100vh;
}

/* Плавная прокрутка для якорных ссылок */
.mobile-menu-item a {
    scroll-behavior: smooth;
}








/* Стили для модальных окон */
/* Стили для модальных окон */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 60, 59, 0.8);
    z-index: 1000;
    backdrop-filter: blur(5px);
    overflow-y: auto;
}

.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1040px;
    z-index: 1001;
    background: #B8E4F2;
    border-radius: 20px;
    padding: 20px;
    gap: 42px;
    isolation: isolate;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.modal-main {
    /* height: 606px; */
}

.modal-form {
    height: auto;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-bankruptcy {
    height: auto;


    .input-group.full-width {
        margin-top: 20px;
    }
}

.modal-shape {
    position: absolute;
    width: 337px;
    height: 235.05px;
    left: 673px;
    top: -14px;
    background: url(/ok-content/uploads/images/modal_circle.png);
    background-size: cover;
    z-index: 0;

}

.modal-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 42px;
    height: 100%;
}

.modal-title {
    width: 970px;
    font-family: 'Cormorant';
    font-style: italic;
    font-weight: 400;
    font-size: 49.8px;
    line-height: 60px;
    text-align: center;
    color: #000000;
    margin: 0 auto;
}

.modal-frame {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
    width: 1000px;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
}

/* Основная форма выбора */
.options-container {
    display: flex;
    flex-direction: row;
    /* align-items: flex-start; */
    padding: 0px;
    gap: 40px;
    width: 960px;
}

.option-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
    width: 460px;
    height: auto;
    background: #FFFFFF;
    border-radius: 10px;
    flex: 1;
}

.option-card h3 {
    width: 420px;
    height: 56px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #003738;
    margin: 0;
}

.option-divider {
    width: 420px;
    height: 0px;
    border: 1px solid #003C3B;
}

.option-card p {
    width: 420px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin: 0;
}

.option-card strong {
    font-weight: 700;
}

/* Секция с чекбоксом */
.checkbox-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 960px;
    gap: 10px;
}

.section-divider {
    width: 100%;
    height: 0px;
    border: 0.5px solid #003C3B;
    opacity: 0.3;
}

.checkbox-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    width: 960px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1em;
    color: #424242;
    width: 100%;
    justify-content: center;
}

.checkbox-label input {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #003C3B;
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
}

.checkbox-label input:checked+.checkmark {
    background: #003C3B;
}

.checkbox-label input:checked+.checkmark::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 11px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5303 0.96967C13.8232 1.26256 13.8232 1.73744 13.5303 2.03033L5.28033 10.2803C4.98744 10.5732 4.51256 10.5732 4.21967 10.2803L0.46967 6.53033C0.176777 6.23744 0.176777 5.76256 0.46967 5.46967C0.762563 5.17678 1.23744 5.17678 1.53033 5.46967L4.75 8.68934L12.4697 0.96967C12.7626 0.676777 13.2374 0.676777 13.5303 0.96967Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

/* Секция формы */
.form-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 960px;
}

.form-subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin: 0;
    text-align: center;
}

/* Формы ввода */
.form-container {
    width: 100%;
}

.form-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    width: 100%;
}

.form-row.single-row {
    gap: 20px;
}

.form-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    width: 459px;
}

.input-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 1px;
    width: 100%;
    height: 64px;
    background: #FFFFFF;
    border-radius: 5px;
    position: relative;
}

.input-group.full-width {
    width: 100%;
}

.input-group input {
    width: 100%;
    height: 20px;
    border: none;
    outline: none;
    background: transparent;

    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    border-bottom: 0.5px solid #78AEB6;
}

.input-group input::placeholder {
    color: rgba(0, 0, 0, 0.38);
}

/* .input-line {
    width: calc(100% - 20px);
    height: 0.5px;
    background: #78AEB6;
} */

/* Кнопки */
.button-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.modal-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    width: 960px;
    height: 60px;
    min-height: 60px;
    background: linear-gradient(89.75deg, #73D8FF -50.39%, #F2FFD8 5.75%, #F3EC4E 99.78%);
    border-radius: 100px;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.modal-button:hover {
    transform: translateY(-2px);
}

.modal-button span {
    width: 940px;
    height: 20px;

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.agreement-text {
    width: 960px;
    height: 40px;
    font-family: 'Helvetica';
    font-style: italic;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #003C3B;
    margin: 0;
}

/* Адаптивность для мобильных */
@media (max-width: 1199px) {
    .modal {
        width: 90%;
        max-width: 1040px;
    }

    .modal-title {
        width: 100%;
        font-size: 36px;
        line-height: 44px;
    }

    .modal-frame {
        width: 100%;
    }

    .options-container {
        flex-direction: column;
        height: auto;
        gap: 20px;
    }

    .option-card {
        width: 100%;
        height: auto;
        min-height: 200px;
    }

    .option-card h3,
    .option-card p,
    .option-divider {
        width: 100%;
    }

    .form-row {
        flex-direction: column;
        gap: 15px;
    }

    .form-column {
        width: 100%;
    }

    .modal-button {
        width: 100%;
    }

    .agreement-text {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .modal-shape {
        position: absolute;
        width: 337px;
        height: 235.05px;
        left: 10%;
        top: 10px;

    }

    .modal {
        width: 95%;
        padding: 15px;
        gap: 20px;
    }

    .modal-title {
        font-size: 28px;
        line-height: 34px;
    }

    .modal-frame {
        padding: 15px;
    }

    .option-card {
        padding: 15px;
        min-height: 150px;
        gap: 15px;
    }

    .option-card h3 {
        font-size: 20px;
        line-height: 24px;
        height: auto;
    }

    .option-card p {
        font-size: 16px;
        line-height: 19px;
    }


    .input-group {
        height: 50px;
        padding: 8px;
    }

    .input-group input {
        font-size: 16px;
    }

    .modal-button {
        height: 50px;
        width: 100%;
    }

    .modal-button span {
        font-size: 18px;
    }

    .agreement-text {
        font-size: 11px;
        line-height: 16px;
    }

    .form-subtitle {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .modal {
        width: 98%;
        padding: 10px;
    }

    .modal-title {
        font-size: 24px;
        line-height: 28px;
    }

    .option-card {
        padding: 10px;
    }

    .input-group {
        height: 45px;
        padding: 5px;
    }

    .modal-button {
        height: 45px;
    }

    .modal-button span {
        font-size: 16px;
    }
}



/* Стили для страницы банкротства */
.bankrot {
    .hero {
        width: 100%;
        height: 518px;
        background: url(/ok-content/uploads/images/hero_bankrot.png);
        position: relative;
        overflow: hidden;
        z-index: 0;
        border-radius: 16px;
    }

    .hero-divider {

        width: 438px;
        height: 1px;
        background: white;
        display: inline-block;
        margin: 15px 0;
    }

    .hero-content {
        position: relative;
        z-index: 2;
        padding: 115px 60px 0;
    }

    .hero-subtitle {
        font-family: 'Cormorant', serif;
        font-style: italic;
        font-weight: 400;
        font-size: 29px;
        line-height: 1.2em;
        color: #FFFFFF;
        margin-top: 23px;
    }

    .hero-subtitle2 {
        max-width: 540px;
        font-family: 'Roboto';
        font-weight: 200;
        font-style: Bold;
        font-size: 18px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        color: white;
    }

    .but1 {
        display: block;
        position: relative;
        width: fit-content;
        margin: 30px auto;
    }


    /* Секция "Наша миссия" */
    .mission-section {

        height: 484px;
        background: #FFFFFF url(/ok-content/uploads/images/bankrot_sec2.png) no-repeat center center;
        background-size: cover;
        border-radius: 40px 40px 0 0;
        margin: -40px 0;
        position: relative;
        z-index: 1;
        padding: 20px 50px;
    }

    .mission-content {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .mission-left {
        width: 100%;
        padding-top: 22px;
    }

    .mission-title {
        font-family: 'Cormorant';
        font-style: italic;
        font-weight: 400;
        font-size: 49.79px;
        line-height: 60px;
        margin-bottom: 6px;
        width: 562px;
        height: 60px;
    }

    .mission-subtitle {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 47px;
        width: 629px;
        height: 28px;
        text-align: left;
    }

    .mission-cards {
        display: flex;
        gap: 20px;
        align-items: flex-start;
    }

    .mission-card {
        width: 40%;
        height: 195px;
        background: #FFFFFF;
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.13);
        border-radius: 20px;
        padding: 20px;
    }

    .mission-card-blue {
        width: 55%;
        height: 145px;
        background: #B8E4F2;
        border-radius: 20px;
        padding: 20px;
    }

    .mission-card-title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 21px;
        color: #163A39;
        margin-bottom: 20px;
    }

    .mission-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .mission-item {
        display: flex;
        align-items: center;
        gap: 10px;
        height: 21px;
    }

    .mission-bullet {
        width: 16px;
        height: 16px;
        background: #DF1717;
        border-radius: 50%;
        flex-shrink: 0;
    }

    .mission-text {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        margin: 0;
        border-bottom: 2px solid #003738;
    }

    .mission-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        width: 100%;
        height: 100%;
    }

    .mission-right-text {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        width: 267px;
        margin: 0;
    }

    .mission-button {
        width: 376.25px;
        height: 37.5px;
        background: #FFFFFF;
        border-radius: 62.5px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Roboto';
        font-style: italic;
        font-weight: 500;
        font-size: 17px;
        line-height: 20px;
        color: #4C4C4C;
        cursor: pointer;
    }

    /* Дополнительные элементы фона */
    .mission-bg-gradient {
        position: absolute;
        width: 1644px;
        height: 948px;
        left: -276px;
        top: -82px;
        z-index: -1;
    }

    .mission-bg-vector {
        position: absolute;
        left: 35.64%;
        right: -14.19%;
        top: -15.5%;
        bottom: -78.93%;
        background: radial-gradient(49.28% 50.76% at 50% 50%, #85C5DE 0.52%, rgba(136, 198, 223, 0.7722) 23.18%, rgba(146, 203, 225, 0.5957) 40.74%, rgba(162, 211, 230, 0.4363) 56.6%, rgba(186, 222, 236, 0.2871) 71.44%, rgba(216, 236, 244, 0.145) 85.58%, rgba(252, 254, 254, 0.00985867) 99.02%, rgba(255, 255, 255, 0) 100%);
        opacity: 0.53;
        z-index: -1;
    }

    /* Секция "Мы проводим процедуру" */
    .procedure-section {
        height: 514px;
        background: url(/ok-content/uploads/images/bankrot_sec3.png);
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.13);
        margin-top: -40px;
        position: relative;
        z-index: 2;
        padding: 68px 50px;
    }

    .procedure-content {
        height: 316px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .procedure-top {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
        height: 112px;
    }

    .procedure-text {
        width: 474px;
        height: 112px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #000000;
    }

    .procedure-note {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 20px;
        gap: 10px;
        width: 466px;
        height: 103px;
        border: 1px solid #FFDA37;
        border-radius: 20px;
    }

    .procedure-note-text {
        width: 426px;
        height: 63px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        color: #000000;
    }

    .procedure-bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 100px;
        gap: 20px;
        width: 1160px;
        height: 164px;
    }

    .procedure-features {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        gap: 20px;
        width: 100%;
        height: 72px;
        flex-wrap: wrap;
    }

    .feature-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 14px 24px 16px;
        gap: 14px;
        width: 48%;
        height: 72px;
        background: #FFFFFF;
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.13);
        border-radius: 10px;
    }


    .feature-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0;
        gap: 14px;
        width: 100%;
        height: 42px;
    }


    .feature-text {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        color: #000000;
    }

    /* Секция с тарифами */
    .tariffs-section {
        width: 1202px;
        height: 1079px;
        background: url(/ok-content/uploads/images/bankrot_sec4.png);
        box-shadow: 0px -4px 13px rgba(0, 0, 0, 0.13);
        border-radius: 20px;
        margin-top: -40px;
        position: relative;
        z-index: 3;
        padding: 80px 50px 64px 50px;
    }

    .tariffs-header {
        position: relative;
        margin-bottom: 60px;
    }

    .tariffs-title {
        position: absolute;
        width: 184px;
        height: 44px;
        left: 80px;
        top: 114px;
        font-family: 'Playfair';
        font-style: normal;
        font-weight: 700;
        font-size: 44px;
        line-height: 44px;
        text-transform: uppercase;
        color: #000000;
    }

    .tariffs-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        gap: 20px;
        height: 748px;
    }

    .tariffs-cards {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0 80px 0 60px;
        gap: 16px;
        width: 1182px;
        height: 686px;
    }

    .tariff-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 24px;
        gap: 29px;
        width: 336.67px;
        height: 686px;
        background-color: #FFFFFF;
        background-image: url(/ok-content/uploads/images/tarif_back.png);
        background-position: center;
        background-repeat: no-repeat;
        box-shadow: 0px 0px 11.8px 5px rgba(26, 161, 244, 0.2);
        border-radius: 20px;
        position: relative;
    }

    .tariff-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        gap: 10px;
        width: 288.67px;
        height: 73px;
    }

    .tariff-name {
        width: 288.67px;
        height: 35px;
        font-family: 'Roboto';
        font-style: italic;
        font-weight: 500;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        color: #000000;
    }

    .tariff-desc {
        width: 288.67px;
        height: 28px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        color: #000000;
    }

    .tariff-divider {
        width: 288.67px;
        height: 0;
        border: 1px solid #000000;
        transform: rotate(180deg);
    }

    .tariff-body {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        gap: 28px;
        width: 288.67px;
        height: 475px;
    }

    .tariff-feature-main {
        width: 288.67px;
        min-height: 84px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        color: #000000;
    }

    .tariff-duration {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 28px;
        gap: 10px;
        width: 288.67px;
        height: 33px;
    }

    .duration-badge {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 6px 16px;
        gap: 10px;
        width: 232.67px;
        height: 33px;
        background: #E5E4DE;
        border-radius: 20px;
    }

    .duration-text {
        width: 194px;
        height: 21px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        color: #000000;
    }

    .tariff-details {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0;
        gap: 40px;
        width: 288.67px;
        height: 302px;
    }

    .suitable-for {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        gap: 14px;
        width: 288.67px;
        height: 139px;
    }

    .suitable-title {
        width: 288.67px;
        height: 21px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        color: #000000;
    }

    .suitable-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        gap: 10px;
        width: 288.67px;
        height: 104px;
    }

    .suitable-item {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0;
        gap: 10px;
        width: 288.67px;

    }

    .suitable-bullet {
        width: 14px;
        min-width: 14px;
        height: 14px;
        margin-top: 3px;
        background: #B8E4F2;
        border-radius: 50%;
    }

    .suitable-text {

        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        color: #000000;
    }

    .tariff-note {
        width: 399px;
        height: 42px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        color: #000000;
        display: none;
    }

    .tariff-button {
        cursor: pointer;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 5px 10px;
        width: 288.67px;
        height: 60px;
        background: linear-gradient(90deg, #85C7E0 0%, #EAF8CF 62.5%, #F3EC4E 100%);
        border-radius: 100px;
    }

    .button-text {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        color: #000000;

    }

    .tariff-footer {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        color: #000000;
    }

    /* Секция специального преимущества */
    .advantage-section {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 20px 80px 46px 140px;
        gap: 55px;
        width: 1124px;

        height: 247px;
        background: url(/ok-content/uploads/images/bankrot_sec5.png);
        border-radius: 20px;
        margin: 0 auto;
        margin-top: -40px;
        position: relative;
        z-index: 4;
    }

    .advantage-text-box {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 10px 20px;
        gap: 10px;
        width: 531px;
        height: 181px;
        border: 1px solid #FFFFFF;
        border-radius: 10px;
    }

    .ribbon {
        right: 0;
        top: 0;
    }

    .advantage-text {
        width: 491px;
        height: 126px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        color: #000000;
    }

    .advantage-button-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        gap: 10px;
        width: 358px;
        height: 181px;
    }

    .advantage-title {

        font-family: 'Playfair';
        font-style: normal;
        font-weight: 700;
        font-size: 44px;
        line-height: 44px;
        text-transform: uppercase;
        color: #003738;
    }

    .advantage-button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 5px 10px;
        width: 358px;
        height: 60px;
        background: #FFFFFF;
        border-radius: 100px;
    }

    /* Секция "Мы не учимся на ваших делах" */
    .expert-section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        gap: 10px;
        width: 1040px;
        margin: 0 auto;
        margin-top: 28px;
        position: relative;
        z-index: 5;
    }

    .expert-content {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 40px;
        gap: 16px;
        width: 1040px;
        height: 326px;
        border: 1px solid #003C3B;
        border-radius: 20px;
    }

    .expert-title {
        position: relative;
        font-family: 'Playfair';
        font-style: normal;
        font-weight: 700;
        font-size: 44px;
        line-height: 44px;
        text-align: center;
        text-transform: uppercase;
        color: #000000;
    }

    .star_right {
        right: 0;
        transform: translateX(57%);
        zoom: 0.7;
    }

    .expert-subtitle {
        width: 960px;
        height: 70px;
        font-family: 'Roboto';
        font-style: italic;
        font-weight: 500;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        color: #000000;
    }

    .expert-text {
        width: 960px;
        height: 56px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        color: #000000;
    }

    /* Секция "Начать легко" */
    .start-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 60px 0 80px;
        gap: 23px;

        height: 382px;
        background: url(/ok-content/uploads/images/bankrot_sec6.png);
        border-radius: 20px;
        margin-top: 60px;
        position: relative;
        z-index: 7;
    }

    .start-title {
        width: 970px;
        height: 60px;
        font-family: 'Cormorant';
        font-style: italic;
        font-weight: 400;
        font-size: 49.79px;
        line-height: 60px;
        text-align: center;
        color: #000000;
    }

    .start-subtitle {

        height: 56px;
        font-family: 'Roboto';
        font-style: italic;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        color: #000000;
    }

    .start-button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 5px 10px;
        width: 770px;
        height: 60px;
        background: linear-gradient(90deg, #F3EC4E 0%, #EAF8CF 62.5%, #85C7E0 100%);
        border-radius: 100px;
    }

    .start-button-text {

        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        color: #000000;

    }

    /* Секция "Знаем, как это — быть по ту сторону" */
    .experience-section {

        background: url(/ok-content/uploads/images/bankrot_sec7.png);
        box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.05);
        border-radius: 20px 20px 0 0;
        margin-top: -40px;
        position: relative;
        z-index: 8;
        padding: 61px 50px;
    }

    .experience-header {
        position: relative;
        margin-bottom: 40px;
    }

    .experience-title {
        zoom: 0.9;
    }

    .experience-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        gap: 75px;
        width: 531px;
    }

    .experience-text {
        width: 610px;
        height: auto;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 22px;
        line-height: 1.2em;
        color: #000000;
    }

    .experience-links {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0;
        gap: 17px;
        width: 964px;
        height: 40px;
    }

    .experience-link {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0;
        gap: 14px;
        width: 338px;
        height: 40px;
    }

    .link-icon {
        width: 40px;
        height: 40px;
        background: #003C3B;
        border-radius: 200px;
    }

    .link-badge {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 6px 16px;
        gap: 10px;
        width: 284px;
        height: 40px;
        background: #B8E4F2;
        border-radius: 20px;
    }

    .link-text {
        width: 252px;
        height: 21px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        text-decoration-line: underline;
        color: #000000;
    }

    .case-badge {
        position: absolute;
        width: 251px;
        left: 620px;
        top: 280px;
        background: #FFFFFF;
        box-shadow: 0px 1px 9.7px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        padding: 14px;
        border: none;
        cursor: pointer;
    }

    .case-text {
        width: 243px;
        height: 21px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        color: #003738;
    }

    /* Секция "Каждый клиент может" */
    .client-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        gap: 16px;
        width: 1040px;
        margin-top: 120px;
    }

    .client-title {
        width: 1040px;
        height: 35px;
        font-family: 'Roboto';
        font-style: italic;
        font-weight: 500;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        color: #000000;
    }

    .client-cards {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 0 140px;
        gap: 20px;
        width: 1040px;
        height: 268px;
    }

    .client-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0;
        gap: 20px;
        width: 760px;
        height: 124px;
    }

    .client-card {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 20px;
        gap: 20px;
        width: 370px;
        height: 124px;
        background: #003C3B;
        border-radius: 8px;
    }

    .client-icon {
        width: 60px;
        height: 60px;
        background: #FFFFFF;
        border-radius: 400px;
        display: none;
    }

    .client-text {
        width: 330px;
        height: 84px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #FFFFFF;
    }

    .client-footer {
        width: 1040px;
        height: 21px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        color: #000000;
        margin-top: 20px;
    }

    /* Секция "Свяжитесь с нами" */
    .contact-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 60px 0 80px;
        gap: 23px;
        /* height: 382px; */
        border-radius: 20px;
        margin-top: 20px;
        position: relative;
        z-index: 9;
    }

    .contact-title {

        font-family: 'Cormorant';
        font-style: italic;
        font-weight: 400;
        font-size: 49.79px;
        line-height: 60px;
        text-align: center;
        color: #000000;
    }

    .contact-subtitle {
        font-family: 'Roboto';
        font-style: italic;
        font-weight: 200;
        font-size: 18px;
        line-height: 1.2em;
        text-align: center;
        color: #000000;
    }

    .contact-subtitle .bold {
        font-size: 24px;
    }

    .contact-button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 5px 10px;
        width: 770px;
        height: 60px;
        background: linear-gradient(90deg, #85C7E0 0%, #EAF8CF 62.5%, #F3EC4E 100%);
        border-radius: 100px;
    }

    .contact-button-text {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        color: #000000;
    }
}



.experience_mobile_photo {
    display: none;
}



/* Мобильный адаптив для банкротства */
@media (max-width: 768px) {
    .desktop {
        display: none;

    }

    .bankrot {
        .hero {
            height: auto;
            min-height: 400px;
            border-radius: 12px;
            background-position-x: 52%;
            padding: 15px 10px;
        }

        .hero-content {
            padding: 0;
            text-align: center;
        }

        .hero-title {
            font-size: clamp(21px, 4vw, 32px);
            line-height: 1.3;
            text-align: center;
        }

        .hero-title span {
            color: white;
        }

        .hero-title br {
            /* display: none; */
        }

        .hero-subtitle {
            font-size: clamp(18px, 5vw, 22px);
            margin-top: 15px;
        }

        .hero-subtitle2 {
            font-size: 14px;
            line-height: 1.4;
        }

        .hero-divider {
            width: 100%;
            max-width: 300px;
            margin: 10px auto;
        }

        .but1 {
            margin: 20px auto;
            max-width: 90%;
        }

        /* Секция "Наша миссия" */
        .mission-section {
            width: 100%;
            height: auto;
            margin: -20px 0;
            border-radius: 20px 20px 0 0;
            padding: 30px 15px;
        }

        .mission-left {
            padding-top: 0;
        }

        .mission-title {
            width: 100%;
            height: auto;
            font-size: 28px;
            line-height: 1.2;
            margin-bottom: 15px;
        }

        .mission-subtitle {
            width: 100%;
            height: auto;
            font-size: 16px;
            line-height: 1.3;
            margin-bottom: 30px;
            text-align: center;
        }

        .mission-cards {
            flex-direction: column;
            gap: 15px;
            align-items: center;
        }

        .mission-card {
            width: 100%;
            height: auto;
            min-height: fit-content;
            padding: 15px;
        }

        .mission-card-blue {
            width: 100%;
            height: auto;
            min-height: 140px;
        }

        .mission-card-title {
            font-size: 18px;
            margin-bottom: 15px;
        }

        .mission-list {
            column-gap: 28px;
            row-gap: 15px;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .mission-item {
            height: auto;
            min-height: 21px;
        }

        .mission-text {
            font-size: 18px;
        }

        .mission-button {
            width: 100%;
            max-width: 300px;
            height: 35px;
            font-size: 14px;
        }

        /* Секция "Мы проводим процедуру" */
        .procedure-section {
            height: auto;
            margin-top: 20px;
            padding: 30px 15px;
            background-size: cover;
        }

        .procedure-content {
            gap: 30px;
            height: fit-content;
        }

        .procedure-top {
            flex-direction: column;
            gap: 15px;
            height: auto;
        }

        .procedure-text {
            width: 100%;
            height: auto;
            font-size: 16px;
            line-height: 1.3;
        }

        .procedure-note {
            width: 100%;
            height: auto;
            min-height: auto;
            padding: 15px;
        }

        .procedure-note-text {
            font-size: 14px;
            line-height: 1.3;
        }

        .procedure-bottom {
            padding: 0;
            width: 100%;
            height: auto;
        }

        .procedure-features {
            flex-direction: column;
            gap: 15px;
            height: auto;
        }

        .feature-card {
            width: 100%;
            height: auto;
            min-height: 60px;
            padding: 12px 15px;
        }

        .feature-text {
            font-size: 14px;
        }

        /* Секция с тарифами */
        .tariffs-section {
            width: 100%;
            height: auto;
            margin-top: -5px;
            padding: 30px 15px;
        }

        .tariffs-header {
            margin-bottom: 30px;
        }

        .tariffs-title {
            position: relative;
            left: auto;
            top: auto;
            font-size: 28px;
            margin: 15px 0;
        }

        .tariffs-content {
            height: auto;
            gap: 30px;
        }

        .tariffs-cards {
            flex-direction: column;
            align-items: center;
            padding: 0;
            gap: 20px;
            width: 100%;
            height: auto;
        }

        .tariff-details {
            height: fit-content;
        }

        .tariff-body {
            height: fit-content;
            align-items: center;
        }

        .tariff-card {

            max-width: none;
            height: auto;
            padding: 20px 15px;
            gap: 15px;
        }

        .tariff-name {
            font-size: 22px;
        }

        .tariff-desc {
            font-size: 18px;
        }

        .tariff-feature-main {
            font-size: 16px;
            height: auto;
            line-height: 1.3;
        }

        .duration-badge {
            width: 100%;
            max-width: 250px;
        }

        .duration-text {
            font-size: 14px;
        }

        .suitable-text {
            font-size: 14px;
            line-height: 1.3;
        }

        .tariff-button {
            width: 100%;
            max-width: 250px;
            height: 50px;
            margin-top: 20px;
        }


        .tariff-footer {
            font-size: 14px;
        }

        .button-text {
            font-size: 16px;
        }

        /* Секция специального преимущества */
        .advantage-section {
            flex-direction: column;
            padding: 20px 15px;
            gap: 20px;
            width: 100%;
            height: auto;
            margin-top: 20px;
            background-size: cover;
        }

        .advantage-text-box {
            width: 100%;
            height: auto;
            min-height: auto;
            padding: 15px;
        }

        .advantage-text {
            width: 100%;
            height: auto;
            font-size: 14px;
            line-height: 1.3;
        }

        .advantage-button-container {
            width: 100%;
            height: auto;
            gap: 15px;
        }

        .advantage-title {
            font-size: 24px;
            line-height: 1.2;
            text-align: center;
        }

        .advantage-button {
            width: 100%;
            max-width: 300px;
            height: 50px;
        }

        /* Секция "Мы не учимся на ваших делах" */
        .expert-section {
            width: 100%;
            margin-top: 20px;
            padding: 0 15px;
        }

        .expert-content {
            width: 100%;
            height: auto;
            padding: 20px 15px;
            gap: 12px;
        }

        .expert-title {
            font-size: 24px;
            line-height: 1.2;
        }

        .expert-subtitle {
            width: 100%;
            height: auto;
            font-size: 18px;
            line-height: 1.3;
        }

        .expert-text {
            width: 100%;
            height: auto;
            font-size: 16px;
            line-height: 1.3;
        }

        /* Секция "Начать легко" */
        .start-section {
            width: 100%;
            height: auto;
            padding: 30px 15px;
            gap: 15px;
            margin-top: 30px;
        }

        .start-title {
            width: 100%;
            height: auto;
            font-size: 28px;
            line-height: 1.2;
        }

        .start-subtitle {
            width: 100%;
            height: auto;
            font-size: 16px;
            line-height: 1.3;
        }


        .start-subtitle br {
            display: none;
        }

        .start-button {
            width: 100%;
            max-width: 300px;
            height: 50px;
        }

        .experience_mobile_photo {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            justify-content: center;
        }

        .experience_mobile_photo img {
            zoom: 0.7;
        }

        .start-button-text {
            font-size: 16px;
        }

        /* Секция "Знаем, как это — быть по ту сторону" */
        .experience-section {
            width: 100%;
            margin-top: 20px;
            padding: 30px 15px;
            background-repeat:no-repeat;
            background-position-x: 50px;
        }

        .experience-header {
            margin-bottom: 20px;
        }

        .experience-content {
            width: 100%;
            gap: 30px;
            margin-top: 20px;
            padding: 0 11px;
        }

        .experience-text {
            width: 100%;
            height: auto;
            font-size: 16px;
            line-height: 1.4;
        }

        .experience-links {
            flex-direction: column;
            width: 100%;
            height: auto;
            gap: 15px;
        }

        .experience-link {
            width: 100%;
            justify-content: center;
        }

        .link-badge {
            width: 100%;
            max-width: 300px;
        }

        .case-badge {
            position: relative;
            left: auto;
            top: auto;
            width: 100%;
            max-width: 250px;
            margin: 20px auto 0;
        }



        /* Секция "Каждый клиент может" */
        .client-section {
            width: 100%;
            margin-top: 60px;
            padding: 0 15px;
        }

        .client-title {
            width: 100%;
            height: auto;
            font-size: 20px;
            line-height: 1.3;
        }

        .client-cards {
            padding: 0;
            width: 100%;
            height: auto;
        }

        .client-row {
            flex-direction: column;
            width: 100%;
            height: auto;
            gap: 15px;
        }

        .client-card {
            width: 100%;
            height: auto;
            min-height: 100px;
            padding: 15px;
        }

        .client-text {
            width: 100%;
            height: auto;
            font-size: 16px;
            line-height: 1.3;
        }

        /* Секция "Свяжитесь с нами" */
        .contact-section {
            padding: 30px 15px;
            gap: 15px;
            margin-top: 20px;
        }

        .contact-title {
            font-size: 28px;
            line-height: 1.2;
        }

        .contact-subtitle {
            font-size: 16px;
            line-height: 1.3;
        }

        .contact-button {
            width: 100%;
            max-width: 300px;
            height: 50px;
        }

        .contact-button-text {
            font-size: 16px;
        }

        .faq-section {
            margin-top: -10px;
        }
    }

    /* Исправление для контейнера на мобильных */
    .container {
        padding: 0 0px;
    }

    /* Адаптация изображений */
    .bankrot img {
        max-width: 100%;
        height: auto;
    }

    /* Скрываем сложные декоративные элементы на мобильных */
    .bankrot .ribbon,
    .bankrot .star_right,
    .bankrot .hero_title_img {
        display: none;
    }

    /* Улучшаем отступы для лучшего восприятия на мобильных */
    .bankrot .mission-cards,
    .bankrot .procedure-features,
    .bankrot .tariffs-cards {
        margin: 0 auto;
    }
}

/* Дополнительные исправления для очень маленьких экранов */
@media (max-width: 480px) {
    .bankrot {
        .hero {
            min-height: 350px;
        }

        .mission-section,
        .procedure-section,
        .tariffs-section,
        .advantage-section,
        .experience-section {
            padding: 30px 10px;
        }

        .mission-title,
        .start-title,
        .contact-title {
            font-size: 28px;
            text-align: center;
        }

        .mission-subtitle,
        .start-subtitle,
        .contact-subtitle {
            font-size: 14px;
        }

        .feature-card,
        .mission-card {
            padding: 20px;
        }

        .tariff-button,
        .start-button,
        .contact-button,
        .advantage-button {
            height: 45px;
        }

        .button-text,
        .start-button-text,
        .contact-button-text {
            font-size: 14px;
        }
    }
}










/* Стили для главной страницы */

.main {
    position: relative;
    width: 100%;
    background: #FFFFFF;


    .hero {
        background: url(/ok-content/uploads/images/hero_bankrot.png);
    }

    .hero_title_img-main {
        top: 3px;
        left: -15px;
    }

    .main-content {
        width: 100%;
    }

    /* Секция компании */
    .company-section {

        height: 484px;
        background: url(/ok-content/uploads/images/main_sec2.png);
        background-size: cover;
        border-radius: 40px 40px 0px 0px;
        margin: -40px 0px;
        position: relative;
        padding: 80px 50px;
    }

    .company-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .company-left {
        width: 365px;
    }

    .company-title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 19px;
        line-height: 1.2em;
        color: #000000;
    }


    .company-title .bold {
        font-size: 24px;
    }

    .company-right {
        width: 550px;
    }

    .idea-title {
        zoom: 0.9;
        margin-bottom: 25px;
    }

    .idea-text-box {
        border: 1.01624px solid rgba(0, 60, 59, 0.22);
        border-radius: 14.2274px;
        padding: 20px 41px 30px;
        margin-left: 20px;
        max-width: 500px;
    }

    .idea-text {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 200;
        font-size: 19.31px;
        line-height: 23px;
        color: #000000;
    }

    /* Секция продуктов */
    .products-section {
        background: url(/ok-content/uploads/images/main_sec3.png);
        background-size: contain;
        background-repeat: no-repeat;
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.13);
        border-radius: 20px;
        margin: -40px 0px;
        padding: 20px 50px 85px 50px;
    }

    .products-header {
        position: relative;
        margin-bottom: 0px;
    }

    .products-header img {
        zoom: 0.9;
    }

    .products-title {
        font-family: 'Playfair';
        font-style: normal;
        font-weight: 700;
        font-size: 44px;
        line-height: 44px;
        text-transform: uppercase;
        color: #000000;
        position: absolute;
        left: 80px;
        top: 114px;
    }

    .products-grid {
        display: flex;
        gap: 16px;
        justify-content: center;
    }

    .product-card {
        width: 360px;
        height: 688px;
        background: url(/ok-content/uploads/images/Card.png);
        background-size: cover;
        box-shadow: 0px 0px 11.8px 1px rgba(0, 0, 0, 0.2);
        border-radius: 20px;
        padding: 48px 30px;
        display: flex;
        flex-direction: column;
        gap: 29px;
    }

    .product-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .product-name {
        font-family: 'Roboto';
        font-style: italic;
        font-weight: 500;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        color: #000000;
        height: 105px;
        display: flex;
        align-items: center;
    }

    .product-divider {
        width: 100%;
        height: 0px;
        border: 1px solid #000000;
    }

    .product-body {
        display: flex;
        flex-direction: column;
        /*justify-content: space-between;*/
        height: 429px;
    }

    .product-description {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        color: #000000;
        margin-bottom: 0px;
    }

    .product-features {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .product-features li {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        color: #000000;
        margin-bottom: 15px;
        position: relative;
        padding-left: 0px;
    }

    /*.product-features li:before {*/
    /*    content: "•";*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    color: #000000;*/
    /*}*/

    a:has(.product-button) {
        margin-top:auto;
    }
    .product-button {
        width: 288.67px;
        height: 60px;
        background: linear-gradient(90deg, #85C7E0 0%, #EAF8CF 62.5%, #F3EC4E 100%);
        border-radius: 100px;
        border: none;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
        color: #000000;
        cursor: pointer;
        margin: 0 auto;
        margin-top:auto;
    }

    /* Секция Клуба РейВа */
    .club-section {
        margin: 40px 0px;
        margin-top: 210px;
        position: relative;
    }

    .club-header {
        position: relative;
        margin-bottom: 42px;
    }

    .club-title {
        font-family: 'Playfair';
        font-style: normal;
        font-weight: 700;
        font-size: 67.36px;
        line-height: 67px;
        text-transform: uppercase;
        color: #003C3B;
    }

    .club-content {
        display: flex;
        gap: 42px;
    }

    .club-left {
        flex: 1;
    }

    .club-text-box {
        border: 1.01624px solid rgba(0, 60, 59, 0.22);
        border-radius: 14.23px;
        padding: 20px 20px 30px 41px;
        height: 260px;
        display: flex;
        align-items: center;
    }



    .club-text {
        font-family: 'Roboto';
        font-style: italic;
        font-weight: 500;
        font-size: 30px;
        line-height: 35px;
        color: #000000;
    }

    .club-right {
        flex: 1;
        position: relative;
    }


    .club1 {
        display: block;
        top: 0;
        left: 50%;
        transform: translate(-50%, -100%);
    }

    .club-features {
        background: url(/ok-content/uploads/images/olen.png);
        background-size: cover;
        border-radius: 10px;
        padding: 20px;
        height: 260px;
        position: relative;
    }

    .club-features-title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        color: #003C3B;
        margin-bottom: 20px;
    }

    .features-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 9px;
    }

    .feature-item {
        display: flex;
        align-items: center;
        gap: 21px;
    }

    .feature-icon {
        width: 34px;
        height: 34px;
        background: #003C3B;
        border-radius: 400px;
        flex-shrink: 0;
    }

    .feature-text {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        color: #000000;
    }

    /* Секция сообщества */
    .community-section {
        margin: 40px 0px;

    }

    .community-content {
        height: 359px;
        background-color: #B8E4F2;
        background-image: url(/ok-content/uploads/images/Ellipse.png);
        background-position: 12% center;
        background-repeat: no-repeat;
        border-radius: 20px;
        padding: 20px;
        margin: 0 auto;
    }

    .community-title {
        font-family: 'Playfair';
        font-style: normal;
        font-weight: 700;
        font-size: 44px;
        line-height: 44px;
        text-transform: uppercase;
        color: #003C3B;
        text-align: center;
        margin-bottom: 40px;
    }

    .community-cards {
        display: flex;
        gap: 19px;
        justify-content: center;
    }

    .community-card {
        width: 33%;
        height: 143px;
        background: #003C3B;
        border-radius: 10px;
        padding: 10px 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 21px;
    }

    .card-icon {
        width: 60px;
        height: 60px;
        background: #B8E4F2;
        border-radius: 100px;
    }

    .card-text {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        color: #E5E4DE;
    }

    /* Секция обучения */
    .learning-section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 42px;
        height: 724px;
        background: #B8E4F2;
        border-radius: 20px;
        flex: none;
        order: 0;
        flex-grow: 0;
        box-sizing: border-box;
    }

    .learning-content {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        gap: 40px;
        isolation: isolate;
        width: 1000px;
        height: 289px;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
    }




    .learning-image {

        border-radius: 10px;
    }

    .learning-right {
        display: flex;
        position:relative;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 20px;
        width: 481px;
        height: 269px;
        flex: none;
        order: 1;
        flex-grow: 0;
        z-index: 2;
    }

    .learning-text {
        width: 481px;
        height: 112px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #003C3B;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
        margin: 0;
    }

    .learning-divider {
        width: 481px;
        height: 0px;
        border: 1px solid #003C3B;
        flex: none;
        order: 1;
        flex-grow: 0;
    }

    .learning-quote {
        width: 481px;
        height: 117px;
        font-family: 'Cormorant';
        font-style: italic;
        font-weight: 700;
        font-size: 32px;
        line-height: 39px;
        color: #003C3B;
        flex: none;
        order: 2;
        align-self: stretch;
        flex-grow: 0;
        margin: 0;
    }

    .learning-features {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 20px;
        width: 100%;
        height: 353px;
        border: 1px solid #FFFFFF;
        border-radius: 20px;
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
    }

    .features-row {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        gap: 40px;
        width: 100%;
        height: 171px;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
    }

    .learning-feature {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 20px;
        width: 460px;
        height: 171px;
        background: #FFFFFF;
        border-radius: 10px;
        flex: none;
        flex-grow: 1;
    }

    .feature-title {
        width: 420px;
        height: 28px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        color: #003738;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
        margin: 0;
    }

    .feature-divider {
        width: 420px;
        height: 0px;
        border: 1px solid #003C3B;
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
    }

    .feature-text {
        width: 420px;
        height: 63px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        color: #000000;
        flex: none;
        order: 2;
        align-self: stretch;
        flex-grow: 0;
        margin: 0;
    }

    .feature-text strong {
        font-weight: 700;
    }

    .learning-summary {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;
    }

    .learning-summary p {
        width: 960px;
        height: 42px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        color: #000000;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
        margin: 0;
    }

    .learning-button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 5px 10px;
        width: 100%;
        height: 60px;
        min-height: 60px;
        background: linear-gradient(89.75deg, #73D8FF -50.39%, #F2FFD8 5.75%, #F3EC4E 99.78%);
        border-radius: 100px;
        border: none;
        cursor: pointer;
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
        color: #000000;
        transition: opacity 0.2s;
    }

    .learning-button:hover {
        opacity: 0.9;
    }

    /* Секция поколения */
    .generation-section {
        background: url(/ok-content/uploads/images/main_sec6.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: 17px;
        border-radius: 0px;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.12);
        margin: -60px 0px;
        padding: 41px 50px;
        position: relative;
    }

    .generation-header {
        position: relative;
        margin-bottom: 60px;
    }


    .generation-content {
        display: flex;
        gap: 40px;
    }

    .generation-left {
        flex: 1;
    }

    .generation-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .generation-item {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 10px;
    }

    .item-bullet {
        width: 20px;
        height: 20px;
        background: url(/ok-content/uploads/images/reiva_icon.svg);
        background-size: cover;
        flex-shrink: 0;
        margin-top: 0px;
    }

    .item-text {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        color: #000000;
    }

    .generation-right {
        flex: 1;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .generation-quote {
        width: fit-content;
        position: relative;

    }

    .main_family {
        right: 0;
        top: 0;
        transform: translateY(-90%);

    }

    .generation-quote p {


        width: 424px;
        position: relative;
        background: #B8E4F2;
        border: 1px solid #003C3B;
        border-radius: 20px;
        padding: 20px;
        z-index: 3;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #000000;
    }

    /* Секция преимуществ */
    .benefits-section {

        margin: 40px 0px;
    }

    .benefits-content {
        border: 1px solid #003C3B;
        border-radius: 20px;
        padding: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .benefits-title {
        font-family: 'Playfair';
        font-style: normal;
        font-weight: 700;
        font-size: 44px;
        line-height: 44px;
        text-transform: uppercase;
        color: #000000;
        text-align: center;
        width: 960px;
    }

    .benefits-cards {
        display: flex;
        gap: 20px;
        width: 960px;
    }

    .benefit-card {
        width: 225px;
        height: 109px;
        background: #003C3B;
        border-radius: 8px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 21px;
    }

    .benefit-icon {
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 400px;
    }
    .benefit-icon img {
        width:100%;
    }

    .benefit-text {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        color: #FFFFFF;
        width: 205px;
    }

    /* Секция миссии */
    .mission-section {
        height: 382px;
        background: url(/ok-content/uploads/images/bankrot_sec6.png);
        border-radius: 20px;
        margin: 40px auto;
        margin-bottom: 0;
        padding: 80px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mission-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 23px;
    }

    .mission-subtitle {
        font-family: 'Roboto';
        font-style: italic;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        color: #000000;
        width: 1160px;
    }

    .mission-quote {
        font-family: 'Cormorant';
        font-style: italic;
        font-weight: 400;
        font-size: 59.55px;
        line-height: 72px;
        text-align: center;
        color: #000000;
        width: 1160px;
    }

    /* Секция имени */
    .name-section {
        border-radius: 20px 20px 0 0;
        height: 679px;
        background: url(/ok-content/uploads/images/main_sec9.png);
        background-size: cover;
        margin: -40px 0px;
        padding: 55px 102px;
    }

    .name-header {
        position: relative;
        margin-bottom: 43px;
    }



    .name-content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .name-description {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        color: #FFFFFF;
        width: 923px;
    }

    .name-breakdown {
        display: flex;
        gap: 15px;
    }

    .name-part {
        width: 230px;
        height: 220px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        padding: 14px 20px;
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .part-title {
        font-family: 'Cormorant';
        font-style: italic;
        font-weight: 400;
        font-size: 138.11px;
        line-height: 129px;
        color: #FFFFFF;
        height: 130px;
    }

    .part-subtitle {

        font-style: italic;
        font-weight: 200;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
    }

    .name-breakdown-container {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        gap: 30px;

        flex: none;
        order: 1;
        flex-grow: 0;
    }

    .name-features {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20.3248px 20.3248px 30.4872px 20px;
        gap: 10.16px;
        width: 463px;
        height: 176.14px;
        background: #003C3B;
        border: 1.01624px solid #FFFFFF;
        border-radius: 14.2274px;
        flex: none;
        order: 1;
        flex-grow: 1;
    }

    .features-list {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .feature-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px;
        gap: 10px;
        width: 422.68px;
        height: 42px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        color: #FFFFFF;
        flex: none;
        align-self: stretch;
        flex-grow: 0;
        margin: 0;
    }




    /* Секция основателей */
    .founders-section {
        height: 793px;
        background: url(/ok-content/uploads/images/main_sec_last.png);
        background-size: cover;
        border-radius: 10px 10px 0px 0px;
        margin: -40px 0px;
        padding: 64px 122px;
    }

    .founders-header {
        margin-bottom: 300px;
        text-align: center;
    }

    .founders-title {
        font-family: 'Playfair';
        font-style: normal;
        font-weight: 700;
        font-size: 44px;
        line-height: 44px;
        text-transform: uppercase;
        color: #000000;
    }

    .founders-content {
        display: flex;
        gap: 42px;
        justify-content: center;
    }

    .founder-card {
        width: 460px;
        height: auto;
        background: #FFFFFF;
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        padding: 20px 20px 30px;
        display: flex;
        flex-direction: column;
    }

    .founder-info {
        display: none;
        margin-bottom: 20px;
    }

    .founder-name {
        font-family: 'Roboto';
        font-style: italic;
        font-weight: 500;
        font-size: 30px;
        line-height: 35px;
        color: #000000;
        margin-bottom: 2px;
    }

    .founder-position {

        font-style: normal;
        font-weight: 400;
        font-size: 11.33px;
        line-height: 11px;
        color: #000000;
    }

    .founder-details {
        flex: 1;
    }

    .founder-details p {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
    }


    .founder-card:first-child ul {
        margin-top: 0px;
    }

    .founder-card:first-child li {
        margin-bottom: 5px;
    }

    /* Стили для списка сфер деятельности */
    .founder-details ul {
        margin-top: 15px;
        padding-left: 20px;
    }

    .founder-details li {
        font-weight: 300;
        font-size: 16px;
        color: black;
        font-family: 'Roboto';
        line-height: 19px;
    }
}





/* Адаптивность для мобильных */
@media (max-width: 768px) {

    .main {
        p {
            height: auto !important;
        }

        .founder-info {
            display: block;
            margin-bottom: 20px;
        }

        .hero {
            height: auto;
            min-height: 400px;
            border-radius: 12px;
            background-position-x: 52%;
            padding: 15px 10px;
        }

        .hero_title_img-main {
            top: 2px;
            left: 50%;
            transform: translateX(-50%);
            height: 22px;
        }

        .company-section {
            background: linear-gradient(125deg, #85C7E0 0%, #EAF8CF 62.5%, #F3EC4E 100%);
        }

        .main-content section {
            width: 100% !important;
            height: auto !important;
            padding: 30px 15px;
            margin: 0;
            margin-top: -25px;
            padding-bottom: 50px;
            border-radius: 16px;
            background-position: right;
        }

        .product-name {
            height: auto;
            font-size: 26px;
        }

        .product-name br {
            display: none;
        }

        .product-body {
            gap: 20px;
            height: auto;
        }

        .club-section {
            margin-top: 40px;
        }

        .club-text-box {
            height: auto;
            padding: 20px;
        }

        .club-text {
            font-family: 'Roboto';
            font-style: italic;
            font-weight: 600;
            font-size: 22px;
            line-height: 27px;
            color: #000000;
        }

        .idea-text-box {
            margin: 0;
            padding: 20px;
        }

        .company-content,
        .club-content,
        .learning-content,
        .generation-content,
        .founders-content {
            flex-direction: column;
            gap: 20px;
        }

        .products-grid,
        .community-cards,
        .benefits-cards,
        .learning-features {
            flex-direction: column;
            align-items: center;
        }

        .product-card,
        .community-card,
        .benefit-card,
        .learning-feature {
            width: 100% !important;
            max-width: 400px;
            height: auto !important;
            margin-bottom: 0px;
        }



        .products-section {
            padding-top: 10px !important;
            background: linear-gradient(to bottom, #ffffff, transparent), url(/ok-content/uploads/images/main_sec3.png);
            background-size: contain;
            background-repeat: no-repeat;
        }


        .learning-section {
            height: auto;
        }

        .learning-content,
        .learning-right,
        .learning-text,
        .learning-quote,
        .learning-features,
        .features-row,
        .learning-summary {
            height: auto;
            width: 100%;
        }

        .learning-text {
            font-size: 20px;
            line-height: 1.2em;
        }

        .learning-quote {
            font-size: 30px;
            line-height: 31px;
        }


        .features-row {
            flex-direction: column;
            gap: 20px;
        }

        .club-header {
            position: relative;
            margin-bottom: 20px;
        }

        .club-features {
            height: auto;
            background-position-x: right;
        }

        .club-content {
            gap: 340px;
        }



        .mission-section {
            height: auto;
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .feature-item {
            width: fit-content;
            height: fit-content;
        }


        .feature-text {
            width: fit-content;
            height: fit-content;
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 300;
            font-size: 18px;
            line-height: 21px;
            color: #000000;
            flex: auto;
            margin: 0;
            align-self: auto;
        }


        .name-breakdown-container {
            flex-direction: column;
        }


        .part-title {
            font-family: 'Cormorant';
            font-style: italic;
            font-weight: 400;
            font-size: 94px;
            line-height: 1em;
            color: #FFFFFF;
            height: auto;
        }

        .benefits-content {
            padding: 20px;
        }

        .benefits-title {
            font-size: 30px;
            line-height: 1.2em;
        }

        .club-features-title {
            font-size: 21px;
        }

        .community-content {
            height: auto;
            background-color: #B8E4F2;
            background-image: url(/ok-content/uploads/images/Ellipse.png);
            /* background-position: center; */
            background-size: 475%;
            background-repeat: no-repeat;
            border-radius: 20px;
            padding: 20px;
            margin: 0 auto;
        }

        .generation-header {
            margin-bottom: 20px;
        }

        .generation-content {
            gap: 340px;
        }

        .generation-list {
            gap: 0;
        }

        .item-bullet {
            width: 40px;
            height: 40px;
        }

        .community-title {
            font-family: 'Playfair';
            font-style: normal;
            font-weight: 700;
            font-size: 27px;
            line-height: 1.2em;
            text-transform: uppercase;
            color: #003C3B;
            text-align: center;
            margin-bottom: 40px;
        }

        .part-subtitle {
            font-size: 15px;
        }

        .name-part {
            width: 48%;
            max-width: 300px;
            height: auto;
            background: rgb(11 51 50 / 90%);
        }

        .name-features {
            height: auto;
            width: 100%;
        }

        .generation-section {
            margin-top: 0 !important;
        }


        .founders-section {
            margin-top: 0 !important;
            background: url(/ok-content/uploads/images/who.png);
            background-position: 49% 15% !important;
            background-size: 254vw 166vw;
            background-repeat: no-repeat !important;
        }

        .founder-card {
            width: 100%;
            height: auto;
        }

        .mission-quote {
            font-size: 32px !important;
            line-height: 1.3 !important;
        }

        .club-title {
            font-size: 36px !important;
            line-height: 1.2 !important;
            position: relative !important;
            left: auto !important;
            top: auto !important;
        }

    }

}

/* Декоративные элементы */
.gradient-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(49.28% 50.76% at 50% 50%, #85C5DE 0.52%, rgba(136, 198, 223, 0.7722) 23.18%, rgba(146, 203, 225, 0.5957) 40.74%, rgba(162, 211, 230, 0.4363) 56.6%, rgba(186, 222, 236, 0.2871) 71.44%, rgba(216, 236, 244, 0.145) 85.58%, rgba(252, 254, 254, 0.00985867) 99.02%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.53;
    z-index: 1;
}

.shape-element {
    position: absolute;
    background: url('/ok-content/uploads/images/shape.png');
    background-size: cover;
    opacity: 0.7;
}

/* Утилитарные классы */
.text-center {
    text-align: center;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.p-20 {
    padding: 20px;
}

/* Анимации */
/* @keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
} */

/* Ховер эффекты */
/* .product-card:hover,
.community-card:hover,
.benefit-card:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.product-button:hover,
.learning-button:hover {
    background: linear-gradient(90deg, #F3EC4E 0%, #EAF8CF 62.5%, #85C7E0 100%);
    transform: scale(1.05);
    transition: all 0.3s ease;
} */
