body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

:root {
    
    --main-scale: 1;
}

@media screen and (min-width: 7680px) {
    :root {
        --main-scale: 4;
    }
}

@media screen and (min-width: 5760px) and (max-width: 7679px) {
    :root {
        --main-scale: 3;
    }
}

@media screen and (min-width: 3840px) and (max-width: 5759px) {
    :root {
        --main-scale: 2;
    }
}

@media screen and (min-width: 2880px) and (max-width: 3839px) {
    :root {
        --main-scale: 1.5;
    }
}

@media screen and (min-width: 2560px) and (max-width: 2879px) {
    :root {
        --main-scale: 1.333;
    }
}

@media screen and (min-width: 2400px) and (max-width: 2559px) {
    :root {
        --main-scale: 1.25;
    }
}

@media screen and (min-width: 2133px) and (max-width: 2399px) {
    :root {
        --main-scale: 1.111;
    }
}

@media screen and (min-width: 1920px) and (max-width: 2132px) {
    :root {
        --main-scale: 1;
    }
}

@media screen and (min-width: 1728px) and (max-width: 1919px) {
    :root {
        --main-scale: 0.9;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1727px) {
    :root {
        --main-scale: 0.833;
    }
}

@media screen and (min-width: 1536px) and (max-width: 1599px) {
    :root {
        --main-scale: 0.8;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1535px) {
    :root {
        --main-scale: 0.711;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1365px) {
    :root {
        --main-scale: 0.667;
    }
}

@media screen and (min-width: 1097px) and (max-width: 1279px) {
    :root {
        --main-scale: 0.571;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1096px) {
    :root {
        --main-scale: 0.533;
    }
}

@media screen and (min-width: 960px) and (max-width: 1023px) {
    :root {
        --main-scale: 0.5;
    }
}

@media screen and (min-width: 769px) and (max-width: 959px) {
    :root {
        --main-scale: 0.4;
    }
}

/* Hero секция как flex контейнер */
section:first-of-type {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

/* Текстовая часть в Hero секции */
.hero-text {
    margin-top: calc(120px * var(--main-scale));
    margin-left: calc(200px * var(--main-scale));
}

/* Заголовок в Hero секции */
section:first-of-type h1 {
    font-family: 'Russo One', sans-serif;
    font-size: calc(50px * var(--main-scale));
    color: white;
    margin: 0;
}

/* Основной текст в Hero секции */
section:first-of-type p:first-of-type {
    font-family: 'Golos Text', sans-serif;
    font-size: calc(20px * var(--main-scale));
    color: white;
    margin: 0;
    margin-top: calc(10px * var(--main-scale));
}

/* Сферы */
.single-orb {
    position: absolute;   
    width: calc(500px * var(--main-scale));
    height: calc(500px * var(--main-scale));
    border-radius: 50%;
    filter: blur(calc(60px * var(--main-scale)));
    opacity: 0.6;
    z-index: -1;
    pointer-events: none;
}

/* Сферы в Hero */
.orb-1 {
    width: calc(1000px * var(--main-scale));
    height: calc(800px * var(--main-scale));
    background: radial-gradient(circle, 
    #0cc9b9 0%,
    #22d3d3 24%,
    #63e7e1 61%,
    transparent 70%);
    top: calc(-180px * var(--main-scale));
    right: calc(-30px * var(--main-scale));
}

.orb-2 {
    width: calc(800px * var(--main-scale));
    height: calc(500px * var(--main-scale));
    background: radial-gradient(circle, 
    #0cc9b9 0%,
    #22d3d3 24%,
    #63e7e1 61%,
    transparent 70%);
    top: calc(-180px * var(--main-scale));
    left: calc(-100px * var(--main-scale));
}

/* Сфера Блок 2 */
.orb-3 {
    width: calc(1400px * var(--main-scale));
    height: calc(500px * var(--main-scale));
    background: radial-gradient(circle, 
    #10ada0 0%,
    #1db9b9 10%,
    #61e2dc 51%,
    transparent 70%);
    top: calc(-100px * var(--main-scale));
    left: calc(-150px * var(--main-scale));
}

/* Сфера Блок 3 */
.orb-4 {
    width: calc(1800px * var(--main-scale));
    height: calc(400px * var(--main-scale));
    background: radial-gradient(circle, 
    #04dbc9 0%,
    #21dada 24%,
    #5edfd6 61%,
    transparent 70%);
    top: calc(150px * var(--main-scale));
    right: calc(-100px * var(--main-scale));
}

/* Сфера Блок 5 */
.orb-5 {
    width: calc(1200px * var(--main-scale));
    height: calc(500px * var(--main-scale));
    background: radial-gradient(circle, 
    #f8fafa 0%,
    #1fc7c7 24%,
    #60e2dc 61%,
    transparent 70%);
    top: calc(120px * var(--main-scale));
    right: calc(-50px * var(--main-scale));
}

.orb-6 {
    width: calc(800px * var(--main-scale));
    height: calc(500px * var(--main-scale));
    background: radial-gradient(circle, 
    #f8fafa 0%,
    #1fc7c7 24%,
    #60e2dc 61%,
    transparent 70%);
    top: calc(-10px * var(--main-scale));
    left: calc(-150px * var(--main-scale));
}

/* Фото в Hero секции */
section:first-of-type img {
    width: calc(580px * var(--main-scale));
    height: calc(580px * var(--main-scale));
    object-fit: cover;
    margin-top: calc(120px * var(--main-scale));
    margin-right: calc(200px * var(--main-scale));
}

/* Кнопки в Hero секции */
.hero-buttons {
    margin-top: calc(30px * var(--main-scale));
    display: flex;
    gap: calc(30px * var(--main-scale));
}

.btn-call {
    font-family: 'Golos Text', sans-serif;
    font-size: calc(20px * var(--main-scale));
    width: calc(220px * var(--main-scale));
    height: calc(65px * var(--main-scale));
    border-radius: calc(32.5px * var(--main-scale));
    background: #ffffffff;
    color: rgb(61 121 121);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-call:hover {
    background: linear-gradient(22deg, rgba(0, 143, 143, 1) 16%, rgb(61 121 121) 92%);
    color: white;
    transform: scale(0.95);
}

.btn-catalog {
    font-family: 'Golos Text', sans-serif;
    font-size: calc(20px * var(--main-scale));
    width: calc(160px * var(--main-scale));
    height: calc(65px * var(--main-scale));
    border-radius: calc(32.5px * var(--main-scale));
    background: linear-gradient(22deg, rgba(0, 143, 143, 1) 16%, rgb(61 121 121) 92%);
    color: white;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.btn-catalog:hover {
    transform: scale(0.95);
}

/* Блок 2: О компании */
.about-section {
    padding-top: calc(150px * var(--main-scale));
    position: relative;
}

.about-title {
    font-family: 'Russo One', sans-serif;
    font-size: calc(40px * var(--main-scale));
    color: white;
    text-align: center;
    margin: 0;
}

.about-subtitle {
    font-family: 'Golos Text', sans-serif;
    font-size: calc(20px * var(--main-scale));
    color: white;
    text-align: center;
    margin: calc(35px * var(--main-scale)) auto 0 auto;
    max-width: calc(800px * var(--main-scale));
}

.about-content {
    display: flex;
    align-items: flex-start;
    margin-top: calc(50px * var(--main-scale));
    position: relative;
}

.about-photo {
    width: calc(720px * var(--main-scale));
    height: calc(520px * var(--main-scale));
    object-fit: cover;
    margin-left: calc(200px * var(--main-scale));
}

.about-text-block {
    width: calc(520px * var(--main-scale));
    height: calc(340px * var(--main-scale));
    background-color: white;
    border-radius: calc(50px * var(--main-scale));
    box-shadow: 0 0 calc(70px * var(--main-scale)) 0 rgba(2, 10, 46, 0.25);
    margin-right: calc(200px * var(--main-scale));
    padding: calc(40px * var(--main-scale));
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about-description {
    font-family: 'Golos Text', sans-serif;
    font-size: calc(20px * var(--main-scale));
    color: rgb(61 121 121);
    margin: 0;
    line-height: 1.4;
}

.about-button {
    display: block;
    margin: calc(50px * var(--main-scale)) auto 0 auto;
    font-family: 'Russo One', sans-serif;
    font-size: calc(18px * var(--main-scale));
    width: calc(370px * var(--main-scale));
    height: calc(80px * var(--main-scale));
    border-radius: calc(40px * var(--main-scale));
    background: #ffffffff;
    color: rgb(61 121 121);
    border: none;
    transition: all 0.3s ease;
}

.about-button:hover {
    background: linear-gradient(22deg, rgba(0, 143, 143, 1) 16%, rgb(61 121 121) 92%);
    color: white;
    transform: scale(0.95);
}

/* Блок 3: Производители */
.partners-section {
    padding-top: calc(170px * var(--main-scale));
    position: relative;
}

.partners-title {
    font-family: 'Russo One', sans-serif;
    font-size: calc(40px * var(--main-scale));
    color: white;
    text-align: center;
    margin: 0;
}

.partners-logos {
    display: flex;
    justify-content: center;
    gap: calc(100px * var(--main-scale));
    margin-top: calc(70px * var(--main-scale));
}

.partner-logo {
    width: calc(100px * var(--main-scale));
    height: calc(100px * var(--main-scale));
    object-fit: contain;
}

.partners-name {
    font-family: 'Russo One', sans-serif;
    font-size: calc(20px * var(--main-scale));
    color: white;
    text-align: center;
    text-shadow: 0px 0px calc(4px * var(--main-scale)) rgba(2, 10, 46, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
    line-height: 1.2;
}

.partners-description {
    font-family: 'Golos Text', sans-serif;
    font-size: calc(20px * var(--main-scale));
    color: white;
    text-align: center;
    margin: calc(55px * var(--main-scale)) auto 0 auto;
    max-width: calc(800px * var(--main-scale));
    line-height: 1.4;
}

/* Блок 4: FAQ */
.faq-section {
    padding-top: calc(170px * var(--main-scale));
    height: calc(730px * var(--main-scale));
    position: relative;
}

/* Белая часть блока */
.faq-white-part {
    height: calc(530px * var(--main-scale));
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

/* Контейнер для содержимого */
.faq-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    height: 100%;
}

/* Текстовая часть */
.faq-text {
    margin-left: calc(200px * var(--main-scale));
    padding-top: calc(50px * var(--main-scale));
    position: absolute;
    bottom: 0;
    margin-bottom: calc(100px * var(--main-scale));
}

/* Заголовок FAQ */
.faq-title {
    font-family: 'Russo One', sans-serif;
    font-size: calc(40px * var(--main-scale));
    color: rgb(61 121 121);
    margin: 0;
}

/* Текст под заголовком */
.faq-description {
    font-family: 'Golos Text', sans-serif;
    font-size: calc(20px * var(--main-scale));
    color: rgb(61 121 121);
    margin: calc(50px * var(--main-scale)) 0 0 0;
    max-width: calc(600px * var(--main-scale));
    line-height: 1.4;
}

/* Фото FAQ */
.faq-photo {
    width: calc(600px * var(--main-scale));
    height: calc(600px * var(--main-scale));
    object-fit: cover;
    position: absolute;
    top: 0;
    right: calc(200px * var(--main-scale));
}

/* Кнопка FAQ */
.faq-button {
    font-family: 'Russo One', sans-serif;
    font-size: calc(18px * var(--main-scale));
    width: calc(370px * var(--main-scale));
    height: calc(70px * var(--main-scale));
    border-radius: calc(35px * var(--main-scale));
    background: linear-gradient(22deg, rgba(0, 143, 143, 1) 16%, rgb(61 121 121) 92%);
    color: white;
    border: none;
    cursor: pointer;
    margin: calc(50px * var(--main-scale)) 0 0 calc(50px * var(--main-scale));
    transition: transform 0.3s ease;
}

.faq-button:hover {
    transform: scale(0.95);
}

/* Блок 5 */
.contact-section {
    padding-top: calc(150px * var(--main-scale));
    position: relative;
    height: calc(640px * var(--main-scale));
}

.mission-block {
    width: calc(500px * var(--main-scale));
    height: calc(200px * var(--main-scale));
    background-color: white;
    border-radius: calc(50px * var(--main-scale));
    box-shadow: 0 0 calc(70px * var(--main-scale)) 0 rgba(2, 10, 46, 0.25);
    margin-left: calc(200px * var(--main-scale));
    padding: calc(40px * var(--main-scale));
    box-sizing: border-box;
}

.mission-text {
    font-family: 'Golos Text', sans-serif;
    font-size: calc(20px * var(--main-scale));
    color: rgb(61 121 121);
    margin: 0;
    line-height: 1.4;
}

.contact-title {
    font-family: 'Russo One', sans-serif;
    font-size: calc(40px * var(--main-scale));
    color: white;
    margin: calc(50px * var(--main-scale)) 0 0 calc(200px * var(--main-scale));
}

.contact-description {
    font-family: 'Golos Text', sans-serif;
    font-size: calc(20px * var(--main-scale));
    color: white;
    margin: calc(40px * var(--main-scale)) 0 0 calc(200px * var(--main-scale));
    max-width: calc(600px * var(--main-scale));
    line-height: 1.4;
}

.contact-button {
    font-family: 'Russo One', sans-serif;
    font-size: calc(24px * var(--main-scale));
    width: calc(470px * var(--main-scale));
    height: calc(100px * var(--main-scale));
    border-radius: calc(50px * var(--main-scale));
    background-color: white;
    color: rgb(61 121 121);
    border: none;
    cursor: pointer;
    position: absolute;
    right: calc(320px * var(--main-scale));
    top: calc(360px * var(--main-scale));
    transition: all 0.3s ease;
}

.contact-button:hover {
    background: linear-gradient(22deg, rgba(0, 143, 143, 1) 16%, rgb(61 121 121) 92%);
    color: white;
    transform: scale(0.95);
}


/* Мобильная версия (до 768px) */
@media screen and (max-width: 768px) {
    /* Отступ для шапки */
    main {
        padding-top: 120px;
    }

    /* Hero секция */
    section:first-of-type {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    /* Текстовая часть */
    .hero-text {
        margin: 0 20px 30px 20px !important;
        position: relative;
        z-index: 2;
        width: auto;
    }

    /* Заголовок */
    section:first-of-type h1 {
        font-family: 'Russo One', sans-serif;
        font-size: 32px;
        color: white;
        margin: 0 0 15px 0 !important;
        text-align: left;
    }

    /* Основной текст */
    section:first-of-type p:first-of-type {
        font-family: 'Golos Text', sans-serif;
        font-size: 16px;
        color: white;
        margin: 0 0 30px 0 !important;
        line-height: 1.5;
        text-align: left;
    }

    /* Фото */
    section:first-of-type img {
        width: 65%;
        max-width: 400px;
        height: auto;
        aspect-ratio: 1/1;
        object-fit: cover;
        margin: 0 auto 30px auto !important;
        display: block;
    }

    /* Кнопки */
    .hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 65%;
        max-width: 400px;
        margin: 0 auto !important;
    }

    .btn-call {
        font-family: 'Golos Text', sans-serif;
        font-size: 18px;
        width: 100%;
        height: 55px;
        border-radius: 27.5px;
        background: #ffffffff;
        color: rgb(61 121 121);
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        margin: 0 !important;
    }

    .btn-catalog {
        font-family: 'Golos Text', sans-serif;
        font-size: 18px;
        width: 100%;
        height: 55px;
        border-radius: 27.5px;
        background: linear-gradient(22deg, rgba(0, 143, 143, 1) 16%, rgb(61 121 121) 92%);
        color: white;
        border: none;
        cursor: pointer;
        transition: transform 0.3s ease;
        margin: 0 !important;
    }

    .btn-call:hover,
    .btn-catalog:hover {
        transform: scale(0.95);
    }

    /* Сферы */
    .single-orb {
        position: absolute;   
        width: 200px;
        height: 200px;
        border-radius: 50%;
        filter: blur(60px);
        opacity: 0.6;
        z-index: -1 !important;
        pointer-events: none;
    }

    /* Сферы в Hero */
    .orb-1 {
        width: 400px;
        height: 320px;
        background: radial-gradient(circle, 
        #0cc9b9 0%,
        #22d3d3 24%,
        #63e7e1 61%,
        transparent 70%);
        top: 220px;
        left: -50px;
    }

    .orb-2 {
        width: 320px;
        height: 200px;
        background: radial-gradient(circle, 
        #0cc9b9 0%,
        #22d3d3 24%,
        #63e7e1 61%,
        transparent 70%);
        top: -72px;
        left: -40px;
    }

    /* Сфера Блок 2 */
    .orb-3 {
        width: 560px;
        height: 200px;
        background: radial-gradient(circle, 
        #10ada0 0%,
        #1db9b9 10%,
        #61e2dc 51%,
        transparent 70%);
        top: -40px;
        left: -60px;
    }

    /* Сфера Блок 3 */
    .orb-4 {
        width: 720px;
        height: 160px;
        background: radial-gradient(circle, 
        #04dbc9 0%,
        #21dada 24%,
        #5edfd6 61%,
        transparent 70%);
        top: 60px;
        right: -40px;
    }

    /* Сфера Блок 5 */
    .orb-5 {
        width: 480px;
        height: 200px;
        background: radial-gradient(circle, 
        #f8fafa 0%,
        #1fc7c7 24%,
        #60e2dc 61%,
        transparent 70%);
        top: 48px;
        right: -20px;
    }

    .orb-6 {
        width: 320px;
        height: 200px;
        background: radial-gradient(circle, 
        #f8fafa 0%,
        #1fc7c7 24%,
        #60e2dc 61%,
        transparent 70%);
        top: -4px;
        left: -60px;
    }
}

/* (до 480px) */
@media screen and (max-width: 480px) {
    section:first-of-type h1 {
        font-size: 28px;
    }

    section:first-of-type p:first-of-type {
        font-size: 14px; 
    }

    .btn-call,
    .btn-catalog {
        height: 50px;
        font-size: 16px;
    }
    
    .hero-text {
        margin: 0 15px 25px 15px !important;
    }

    /* Корректировка сфер для маленьких экранов */
    .orb-1 {
        width: 300px;
        height: 240px;
        top: 200px;
        left: -50px;
    }

    .orb-2 {
        width: 240px;
        height: 150px;
        top: -50px;
        left: -30px;
    }

    .orb-3 {
        width: 420px;
        height: 150px;
        top: -30px;
        left: -45px;
    }

    .orb-4 {
        width: 540px;
        height: 120px;
        top: 45px;
        right: -30px;
    }

    .orb-5 {
        width: 360px;
        height: 150px;
        top: 36px;
        right: -15px;
    }

    .orb-6 {
        width: 240px;
        height: 150px;
        top: -3px;
        left: -45px;
    }
}

/* Мобильная версия для 2 блока (до 768px) */
@media screen and (max-width: 768px) {
    .about-section {
        padding-top: 60px;
        position: relative;
        width: 100%;
        margin-top: 50px;
    }

    .about-title {
        font-family: 'Russo One', sans-serif;
        font-size: 28px;
        color: white;
        text-align: center;
        margin: 0 20px 20px 20px;
    }

    .about-subtitle {
        font-family: 'Golos Text', sans-serif;
        font-size: 16px;
        color: white;
        text-align: center;
        margin: 0 20px 30px 20px;
        max-width: 100%;
    }

    .about-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        position: relative;
        width: 100%;
    }

    /* Фото */
    .about-photo {
        width: 65%;
        max-width: 400px;
        height: auto;
        aspect-ratio: 720/520; 
        object-fit: cover;
        margin: 0 auto 30px auto !important;
        display: block;
        position: relative;
        left: auto;
    }

    /* Белый блок с текстом */
    .about-text-block {
        width: 65%;
        max-width: 400px;
        height: auto;
        min-height: 280px;
        background-color: white;
        border-radius: 30px;
        box-shadow: 0 0 70px 0 rgba(2, 10, 46, 0.25);
        margin: 0 auto 30px auto !important;
        padding: 25px;
        box-sizing: border-box;
        position: relative;
        right: auto;
        top: auto;
        transform: none;
    }

    .about-description {
        font-family: 'Golos Text', sans-serif;
        font-size: 16px;
        color: rgb(61 121 121);
        margin: 0;
        line-height: 1.5;
        text-align: center;
    }

    /* Кнопка */
    .about-button {
        display: block;
        margin: 0 auto 50px auto;
        font-family: 'Russo One', sans-serif;
        font-size: 16px;
        width: 65%;
        max-width: 320px;
        height: 60px;
        border-radius: 30px;
        background: #ffffffff;
        color: rgb(61 121 121);
        border: none;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .about-button:hover {
        background: linear-gradient(22deg, rgba(0, 143, 143, 1) 16%, rgb(61 121 121) 92%);
        color: white;
        transform: scale(0.95);
    }
}

/* (до 480px) */
@media screen and (max-width: 480px) {
    .about-title {
        font-size: 24px;
        margin: 0 15px 15px 15px;
    }

    .about-subtitle {
        font-size: 14px;
        margin: 0 15px 25px 15px;
    }

    .about-photo {
        width: 70%;
        margin-bottom: 25px;
    }

    .about-text-block {
        width: 70%;
        padding: 20px;
        min-height: 240px;
    }

    .about-description {
        font-size: 14px;
    }

    .about-button {
        width: 70%;
        height: 55px;
        font-size: 15px;
        border-radius: 27.5px;
    }
}

/* Мобильная версия для 3 блока (до 768px) */
@media screen and (max-width: 768px) {
    .partners-section {
        padding-top: 60px;
        position: relative;
        width: 100%;
        margin-top: 100px;
    }

    .partners-title {
        font-family: 'Russo One', sans-serif;
        font-size: 28px;
        color: white;
        text-align: center;
        margin: 0 20px 30px 20px;
    }

    .partners-logos {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        margin-top: 20px;
        width: 100%;
    }

    .partner-logo {
        width: 120px;
        height: 120px;
        object-fit: contain;
        display: block;
    }

    .partners-name {
        font-family: 'Russo One', sans-serif;
        font-size: 18px;
        color: white;
        text-align: center;
        text-shadow: 0px 0px 4px rgba(2, 10, 46, 0.8);
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        z-index: 2;
        line-height: 1.2;
        margin-top: 10px;
    }

    .partners-description {
        font-family: 'Golos Text', sans-serif;
        font-size: 16px;
        color: white;
        text-align: center;
        margin: 40px 20px 0 20px;
        max-width: 100%;
        line-height: 1.5;
    }
}

/* (до 480px) */
@media screen and (max-width: 480px) {
    .partners-title {
        font-size: 24px;
        margin: 0 15px 25px 15px;
    }

    .partners-logos {
        gap: 30px;
    }

    .partner-logo {
        width: 100px;
        height: 100px;
    }

    .partners-name {
        font-size: 16px;
        margin-top: 8px;
    }

    .partners-description {
        font-size: 14px;
        margin: 30px 15px 0 15px;
    }
}

/* Мобильная версия для 4 блока (до 768px) */
@media screen and (max-width: 768px) {
    .faq-section {
        padding-top: 0; 
        height: auto;
        position: relative;
        background-color: transparent;
        width: 100%; 
        margin-top: 150px; 
    }

    /* Белая часть блока на весь блок */
    .faq-white-part {
        height: 70%;
        background-color: white;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
    }

    /* Контейнер для содержимого */
    .faq-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 2;
        height: auto;
        padding: 40px 0;
        width: 100%;
    }

    /* Фото FAQ */
    .faq-photo {
        width: 70%;
        max-width: 400px;
        height: auto;
        aspect-ratio: 1/1;
        object-fit: cover;
        position: relative;
        top: auto;
        right: auto;
        margin: 0 auto 30px auto;
        display: block;
    }

    /* Текстовая часть */
    .faq-text {
        margin: 0 20px;
        padding-top: 0;
        position: relative;
        bottom: auto;
        margin-bottom: 0;
        width: 65%;
        max-width: 400px;
        text-align: center;
    }

    /* Заголовок FAQ */
    .faq-title {
        font-family: 'Russo One', sans-serif;
        font-size: 28px;
        color: rgb(61 121 121);
        margin: 0 0 20px 0;
        text-align: center;
    }

    /* Текст под заголовком */
    .faq-description {
        font-family: 'Golos Text', sans-serif;
        font-size: 16px;
        color: rgb(61 121 121);
        margin: 0 0 30px 0;
        max-width: 100%;
        line-height: 1.5;
        text-align: center;
    }

    /* Кнопка FAQ */
    .faq-button {
        font-family: 'Russo One', sans-serif;
        font-size: 16px;
        width: 75%;
        max-width: 320px;
        height: 60px;
        border-radius: 30px;
        background: linear-gradient(22deg, rgba(0, 143, 143, 1) 16%, rgb(61 121 121) 92%);
        color: white;
        border: none;
        cursor: pointer;
        margin: 0 auto;
        transition: transform 0.3s ease;
        text-decoration: none !important;
    }

    .faq-button:hover {
        transform: scale(0.95);
        text-decoration: none !important;
    }
}

/* (до 480px) */
@media screen and (max-width: 480px) {
    .faq-content {
        padding: 30px 0;
    }

    .faq-photo {
        width: 70%;
        margin-bottom: 25px;
    }

    .faq-text {
        width: 70%;
    }

    .faq-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .faq-description {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .faq-button {
        width: 75%;
        height: 55px;
        font-size: 15px;
        border-radius: 27.5px;
    }
}

/* Мобильная версия для 5 блока (до 768px) */
@media screen and (max-width: 768px) {
    .contact-section {
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    /* Белый блок с миссией */
    .mission-block {
        width: 65%;
        max-width: 400px;
        height: auto !important; 
        min-height: auto; 
        background-color: white;
        border-radius: 30px;
        box-shadow: 0 0 70px 0 rgba(2, 10, 46, 0.25);
        margin: 0 auto 30px auto !important;
        padding: 25px;
        box-sizing: border-box;
        position: relative;
        left: auto;
        display: flex;
        align-items: center;
    }

    .mission-text {
        font-family: 'Golos Text', sans-serif;
        font-size: 16px;
        color: rgb(61 121 121);
        margin: 0;
        line-height: 1.4;
        text-align: center;
        width: 100%;
    }

    /* Заголовок */
    .contact-title {
        font-family: 'Russo One', sans-serif;
        font-size: 28px;
        color: white;
        margin: 0 20px 20px 20px !important;
        text-align: center;
        width: 65%;
        max-width: 400px;
    }

    /* Описание */
    .contact-description {
        font-family: 'Golos Text', sans-serif;
        font-size: 16px;
        color: white;
        margin: 0 20px 30px 20px !important;
        max-width: 400px;
        line-height: 1.5;
        text-align: center;
        width: 65%;
    }

    /* Кнопка */
    .contact-button {
        font-family: 'Russo One', sans-serif;
        font-size: 20px;
        width: 65%;
        max-width: 370px;
        height: 70px;
        border-radius: 35px;
        background-color: white;
        color: rgb(61 121 121);
        border: none;
        cursor: pointer;
        position: relative;
        right: auto;
        top: auto;
        margin: 0 auto 50px auto;
        transition: all 0.3s ease;
        display: block;
        text-decoration: none !important;
    }

    .contact-button:hover,
    .contact-button:visited,
    .contact-button:link,
    .contact-button:active {
        text-decoration: none !important;
    }

    .contact-button:hover {
        background: linear-gradient(22deg, rgba(0, 143, 143, 1) 16%, rgb(61 121 121) 92%);
        color: white;
        transform: scale(0.95);
    }
}

/* (до 480px) */
@media screen and (max-width: 480px) {
    .contact-section {
        padding-top: 40px;
    }

    .mission-block {
        width: 70%;
        padding: 20px;
        margin-bottom: 25px;
    }

    .mission-text {
        font-size: 14px;
    }

    .contact-title {
        font-size: 24px;
        width: 70%;
        margin: 0 15px 15px 15px !important;
    }

    .contact-description {
        font-size: 14px;
        width: 70%;
        margin: 0 15px 25px 15px !important;
    }

    .contact-button {
        width: 70%;
        height: 60px;
        font-size: 18px;
        border-radius: 30px;
        margin-bottom: 40px;
    }
}