* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'ES Klarheit Grotesk', sans-serif;
}
@font-face {
    font-family: "ES Klarheit Grotesk";
    src: url("../fonts/ESKlarheitGroteskPanVar.ttf") format("truetype");
    font-weight: 100 900; /* диапазон для variable font */
    font-style: normal;
    font-display: swap;
}

h1{
    font-family: "ES Klarheit Grotesk", sans-serif;
}
p{
    font-family: "ES Klarheit Grotesk", sans-serif;
}
body {
    font-family: "ES Klarheit Grotesk", sans-serif;
}

.mobile-footer{
    display: none;
}
body {
    margin: 0;
    padding: 0;
}
.logo2{
    width: 35;
    height: 32;
}

.container {
    width: 100%;
    padding-top: 20px;
    background-image: url(images/Frame\ 1321318198.png);
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
}
.header {
    position: fixed;
    top: 20px;              
    left: 50%;
    transform: translateX(-50%);

    width: 80%;
    padding: 20px 30px;
    background-color: #231F2080;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(10px);

    display: flex;
    justify-content: space-between;
    align-items: center;

    border-radius: 25px;
    z-index: 1002;          
}


.logo-section {
    display: flex;
    align-items: center;
    gap: 30px;
}
.logo-section img{
    height: 40px;
}
.logo {
    height: 50px;
    width: auto;
}


.navigation {
    display: flex;
    gap: 30px;
    align-items: center;
}

.navigation a {
    text-decoration: none;
    color: #FFFFFF99;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.navigation a:hover {
    color: #FFFFFF;
}

.navigation a.active {
    color: #FFFFFF;
}

.hero-section {
    margin: auto;
    padding: 120px 20px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 80%;
}

.event-info {
    border-radius: 15px;
    margin-top: 80px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.date {
    font-size: 20px;
    font-weight: 300px;
    font-style: light;
    color: #FFFFFF;
    border-radius: 25px;
}

.location {
    color: #FFFFFF;
    font-size: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid white;
    font-weight: 300;

    /* transition: color 0.3s ease; */
}

.location:hover {
    color: #FFFFFF;
}

.price {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 300;
    /* padding: 10px 25px; */
    border-radius: 25px;
}

.main-title {
    font-size: 56px;
    text-align: start;
    font-weight: 800;
    color:#FFFFFF;
    margin-top: 48px;
    margin-bottom: 24px;
    line-height: 64px;
}

.subtitle {
    color: #FFFFFF;
    font-size: 24px;
    text-align: start;
    font-weight: 450;
    margin-bottom: 48px;
    line-height: 1.4;
}
.info-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
html {
    scroll-behavior: smooth;
}
.info-item svg {
  color: #CFBAFF;
  flex-shrink: 0;
}
#what-awaits,
#who-we-wait,
#program,
#partners,
#faq {
  scroll-margin-top: 120px;
}

.info-item a {
  text-decoration: none;
  color: inherit;
}
.mobile-sector{
    display: none;
}

.limited-seats {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    margin-left: 105px;
    margin-bottom: 5px;
    background: transparent;
    display: inline-block;
    border-radius: 5px;
    text-align: start;
    padding: 15px;
}
.cta-buttons {
    display: flex;
    justify-content: start;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
}

.btn {
    padding: 16px 32px;
    font-size: 20px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.btn-discount {
    position: relative; /* ЯКОРЬ */
    display: inline-block;
}

.minus {
    position: absolute;
    top: -16px;
    right: -10px;

    padding: 6px 12px;
    border-radius: 30px;
    color: #fff;
    z-index: 2;

    background: linear-gradient(90deg, #85089A, #FF4E4E, #FF8000);
    background-size: 300% 300%;
    animation: gradientShift 3s ease-in-out infinite;
}
.mobile-vers{
    display: none;
}

/* Анимация смены цветов */
@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.btn-primary {
    background: #D6FF03;
    color: black;
    transition: background-color 0.3s ease;
    font-size: 20px;
    font-weight: 600;
}
.btn-primary a{
    text-decoration: none;
    color: black;
}
.btn-primary:hover {
    background: #c4e803;
}
.btn-primary:active {
    background: #b0d003;
}

.btn-secondary {
    background: transparent;
    color: #D6FF03;
    border: 2px solid #D6FF03;
    animation: borderPulse 2s ease-in-out infinite;
    backdrop-filter: blur(20px);
    font-size: 20px;
    font-weight: 600;

}

@keyframes borderPulse {
    0%, 100% {
        border-color: #D6FF03;
    }
    50% {
        border-color: #FFFFFF;
    }
}
.banner-wrapper {
    width: 100%;
    overflow: hidden;
    background: #CFBAFF;
    padding: 15px 0;
    margin-top: 180px;
}

.banner {
    width: 100%;
    overflow: hidden;
}

.banner-content {
    display: flex;
    animation: scroll 10s linear infinite;
    white-space: nowrap;
}
.banner-content img{
    filter: brightness(0) invert(1) sepia(30%) saturate(400%) hue-rotate(260deg);

}

.banner-content p {
    color: #231F20;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0 15px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-33.333%);
    }
}

.section2 {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 0px;
    gap: 30px;
}
.text-section-h1{
    margin-top: 90px;
}
.program-section{
    margin-top: 80px;
}

.text-section {
    font-size: 48px;
    font-weight: 700;
    color: black;
    margin-bottom: 40px;
    text-align: center;
}

.main-section {
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
    background-color: #1A1A1A;
    display: flex;
    align-items: stretch;
    justify-content: space-between;

    border-radius: 40px;
    overflow: hidden;
}

.number-badge {
    display: flex;
    align-items: flex-start;
    padding: 56px 30px 56px 56px;
    flex-shrink: 0;
}


.number-badge p {
    color: white;
    font-weight: 700;
    font-size: 44px;
    line-height: 1;
    margin: 0;
}

.text-main-section {
    flex: 1;
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.main1{
    background-color: #1A1A1A;
}

.text-main-section h1 {
    color: white;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.text-main-section p {
    color: white;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
    margin: 0;
    padding-right: 200px;
}



.image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.image-section{
    width: 34%;
}


.main2 {
    background-color: #484848;
}

.main3 {
    background-color: #C6C5C0;
}

.main3 .text-main-section h1,
.main3 .text-main-section p,
.main3 .number-badge p {
    color: #1A1A1A;
}

.image-section3 {
    border-top-left-radius: 150px;
    border-bottom-left-radius: 80px;
    overflow: hidden;
}
.who-we-wait{
    width: 70%;
    display: flex;

    gap: 30px;
    margin: auto;
    background-color: #484848;
    justify-content: space-between;
    align-items: start;
    padding: 40px;
    border-radius: 50px;
    margin-bottom: 150px;
}
.section3 {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #231F20;
    gap: 20px;
    padding-top: 60px;
    padding-bottom: 200px;
    position: relative;
}

.section3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.section3 h1 {
    text-align: center;
    color: white;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}
.section3-main {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.section3-main .time {
    color:black;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.cofe{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: 40px;
    font-weight: 700px;
}

.section3-main h3 {
    color: white;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}
.mobile-version{
    display: none;
}
.sec3-revork{
    display: flex;
    gap: 6px;
}
.sec3-revork img{
    width: 100%;
}
.sec3-revork p{
    text-align: center;
    width:11%;
    background-color: #CFBAFF;
    border-radius: 10px;
    padding: 4px 12px;
    color: black;
}
.sec3-h{
    width: 80%;
    color: white;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    padding-left: 160px;
    padding-right: 290px;
}

/* Секции с спикерами */
.section3-main-img {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
}

.speaker-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 32px;
}
.time {
    color:black;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.speaker-info h2 {
    color: white;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    padding-left: 160px;
    text-align: start;
    padding-left: 160px;
}

.speaker-info .speaker-name {
    color: white;
    font-size: 24px;
    font-weight: 450;
    margin: 0;
    padding-left: 160px;
}
.blis h1{
    text-transform: uppercase;
}

.speaker-info .description {
    color: white;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
    padding-left: 160px;
}
.pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
    filter: blur(1px);
    opacity: 0.3;
}

/* Добавь overlay для тёмного оттенка */
.pattern::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #231F20;
    opacity: 0.7;
    mix-blend-mode: multiply;
}


.section3-main-img img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
    flex-shrink: 0;
}
.img3{
    display: none;
}
.img-section3 {
    /* width: 100%; */
    /* height: 16px; */
    /* margin: auto; */
    display: block;
}
.section4 {
    margin-top: 100px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 60px 0;
}
.section5 {
    margin-top: 120px;
    padding: 60px 20px;
    background-color: #231F20;
    position: relative;
}
.section5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #231F20;
    z-index: 0;
}

.section5-title {
    text-align: center;
    color: white;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 50px;
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

.faq-container {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    border-bottom: 1px solid white;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0px;
    cursor: pointer;
    gap: 20px;
}

/* .faq-question:hover {
    background-color: #2a2a2a;
} */

.faq-question h2 {
    color: white;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    flex: 1;
}

.faq-toggle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
    position: relative;
    padding: 0;
}

/* .faq-toggle:hover .line {
    background-color: #D6FF03;
} */

.toggle-icon {
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.line {
    position: absolute;
    background-color: white;
    transition: all 0.4s ease;
}

.line-vertical {
    width: 3px;
    height: 40px;
    opacity: 1;
}

.line-horizontal {
    width: 40px;
    height: 3px;
    opacity: 1;
}

/* Когда активен - вертикальная линия исчезает */
.faq-toggle.active .line-vertical {
    height: 0;
    opacity: 0;
}

/* Горизонтальная линия остается */
.faq-toggle.active .line-horizontal {
    width: 40px;
    height: 3px;
    opacity: 1;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 0px;
}

.faq-answer.active {
    max-height: 500px;
    padding: 0 0px 25px 0px;
}

.faq-answer p {
    color: white;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}
.section6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #CFBAFF;
    padding: 0px 12%;
    gap: 40px;
    position: relative;
    overflow: visible;
}

.section6-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    max-width: 600px;
}

.section6-logos {
    display: flex;
    gap: 30px;
    align-items: start;
}

.section6-logos img {
    height: 152px;
    /* width: 336px; */
    object-fit: contain;
}

.section6-content h1 {
    color: white;
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}
.lnk{
    display: none;
}

.section6-content p {
    color: #FFFFFF99;
    /* font-size: 20px; */
    line-height: 1.6;
    margin: 0;
}

.section6-links {
    display: flex;
    gap: 15px;
    align-items: center;
}

.section6-links img {
    height: 70px;
    width: 160px;
    object-fit: contain;
    /* cursor: pointer; */
    /* transition: transform 0.3s ease; */
}

/* .section6-links img:hover {
    transform: scale(1.05);
} */

.section6-image {
    position: relative;
    flex-shrink: 0;
    margin-bottom: -80px;
}

.section6-image img {
    max-width: 550px;
    height: auto;
    display: block;
    position: relative;
    bottom: 80px;
}
.section7{
    background-color: #231F20;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 20px;
    padding: 0px 20px;
}
.section7-main{
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    border-bottom: 1px solid white;
}

/* ========== MEDIA QUERIES ========== */

@media (max-width: 768px) {
    /* HEADER */
    .header {
        padding: 10px 15px;
        width: 328px;
    }

    .logo {
        height: 32px;
        
    }
    .logo2{
        height: 26px;
        width: 28px;
    }
    

    .navigation {
        display: none;
    }
    .price {
        padding: 0px;
    }
    .location{
        font-size: 16px;
    }
    .logo-section{
        width: 250px;
    }
    .logo-section img{
        width: 246px;
        height: 32px;
        
    }
    
    .logo-section::after {
        content: '';
        /* background-image: url('images/Right.png'); */
        background-size: contain;
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        margin-left: auto;
    }
    body, html {
    overflow-x: hidden; /* запрещаем горизонтальный скролл */
    }
    .banner-wrapper {
        margin-top: 80px;
        padding: 10px 0;
    }

    .banner-content {
        animation: scroll 3s linear infinite; /* Уменьшил с 10s до 6s */
    }
    .program-section{
        margin-bottom: 0px;
    }
    .banner-content p {
        font-size: 18px;
        padding: 0 10px;
    }
 
    .section7-main h1{
        font-size: 14px !important;
    }
    .section6-content h1{
        font-size: 36px !important;
    }
    .section6-content p{
        font-size: 20px;
        font-weight: 450;
    }


    /* HERO SECTION */
    .hero-section {
        width: 90%;
        padding: 100px 16px 60px;
    }

    .event-info {
        margin-top: 20px !important;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .main-title {
        font-weight: 800;
        font-size: 36px;
        text-align: center;
        line-height: 44px;
    }

    .subtitle {
        font-size: 20px;
        text-align: center;
        font-weight: 400 !important;
    }

    .limited-seats {
        margin-left: 0;
        font-size: 12px !important;
        width: 100%;
        text-align: center;
    }
    .tt{
        display: none;
    }
    .mobile-vers{
        display: flex;
        gap: 20px;
    }
    .vec{
        width: 150px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 15px;
    }
    .btn-primary{
        padding: 12px 10px !important;
        width: 172px;
        
    }

    .mobile-sector{
        display: flex;
    }
    .date2{
        display: none;
    }
    .date{
        font-size: 16px;
        font-weight: 400;
    }
    .price{
        font-size: 16px;
        font-weight: 400;
    }
    .btn {
        /* width: 100%; */
        padding: 12px 40px;
        font-size: 16px !important;
    }
    .desktop{
        display: none;
    }
    .minus {
        top: -16px !important;
        right: -6px;
        padding: 4px 10px;
        font-size: 14px;
    }


    /* BANNER */
    .banner-wrapper {
        margin-top: 80px;
    }

    .banner-content p {
        font-size: 18px;
    }

    /* SECTION 2 */
    .section2 {
        margin-top: 0px;
        padding: 0px 0;
    }

    .text-section {
        margin-top: 0px;
        font-size: 32px;
        margin-bottom: 20px;
    }

    .main-section {
        width: 90%;
        flex-direction: column;
        padding: 30px 20px;
        border-radius: 20px;
        margin-bottom: 0px !important;
    }

    .number-badge p {
        font-size: 32px !important;
        /* padding: 10px !important; */
        /* margin: 0px !important; */
    }
    .number-badge{
        padding: 10px 20px
    }
    .text-main-section {
        padding: 20px 20px !important;
        gap: 10px;
    }

    .text-main-section h1 {
        font-size: 28px !important;
    }

    .text-main-section p {
        font-size: 16px !important;
        padding: 0px;
    }

    .image-section {
        display: none;
    }

    .image-section2 {
        display: none;
    }

    .image-section3 {
        display: none;
    }
    .text-section-h1{
        margin-top: 80px;
    }

    /* WHO WE WAIT */
    .who-we-wait {
        width: 90%;
        padding: 30px 20px;
        border-radius: 20px;
        margin-bottom: 60px;
    }
    .lnk{
        display: block;
        padding: 16px 32px;
        width: 134px;
        border-radius: 60px;
        border: none;
        height: 52px;
        font-family: "ES Klarheit Grotesk", sans-serif;
    }
    .lnk a{
        text-decoration: none;
        color: black;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
    }

    .who-we-wait p {
        font-size: 24px !important;
        padding: 5px !important;
    }

    /* SECTION 3 */
    .section3 {
        margin-top: 80px;
        padding-top: 0px;
        padding-bottom: 100px;
        gap: 10px;
    }
    .section3-main-img .image-desktop {
        display: none;
    }
    .section3-main-img .speaker-name{
        display: none;
    }
    .mobile-version{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .mobile-image{
        width: 120px !important;
        height: 156px !important;
    }
    .speaker{
        color: white;
    }
    .sec3-revork{
        width: 90% !important;
        margin-top: 20px !important;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px !important;
    }
    .sec3-revork p{
        width: 50% !important;
        font-size: 14px;
        font-weight: 600px;
        padding: 2px 6px !important;
    }
    .cofe{
        color: white;
        padding-left: 0px !important;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-size: 24px;
        font-weight: 700px;
        margin-bottom: 30px !important;
    }


    .section3 h1 {
        font-size: 32px;
        padding: 0 20px;
    }

    .section3-main {
        width: 90%;
        gap: 10px;
        flex: 1;
        /* margin-bottom: 0px !important; */
    }

    .section3-main .time {
        font-size: 16px;
        width: 90% !important;
    }

    .section3-main h3 {
        font-size: 20px;
        padding-left: 0px !important;
        margin-bottom: 0px !important;
    }

    .section3-main-img {
        width: 90%;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 0px;
    }
    .sec3-h{
        padding-left: 0px;
        font-size: 24px !important;
        margin-bottom: 20px;
        margin-left: 20px;
        padding-right: 0px;
        margin-top: 30px !important;
        
    }
    .sec3-a{
        margin-top: 5px !important;
    }
    .sec3-main-h3{
        margin-bottom: 0px !important;

    }
    .speaker-info .time {
        font-size: 14px;

    }

    .speaker-info h2 {
        font-size: 24px;
        text-align: start;
        padding-left: 0px;
        margin-top: 10px !important;

    }

    .speaker-info .speaker-name {
        font-size: 16px;
    }
    .info-h2{
        margin-top: 20px !important;
    }

    .speaker-info .description {
        font-size: 14px;
        text-align: start;
        padding-left: 0px;
    }

    .section3-main-img img {
        width: 100%;
        height: 100%;
        /* max-width: 300px; */
    }

    .img-section3 {
        display: none;
        width: auto;
        height: 12px;
        /* max-width: 100%; */
    }
    .img3{
        width: 100%;
        display: block;

    }
    .analitics{
        padding: 0px !important;
        width: 90% !important;
        margin-top: 20px !important;
       
    }
    .analitics h1{
        width: 35% !important;
        margin-bottom: 0px !important;
        margin-top: 20px !important;
        font-size: 14px !important;

    }
    .blis{
        width: 90% !important;
        padding-left: 0px !important;
        margin-top: 30px !important;
    }
    .blis h1{
        width: 75% !important;
        padding-left: 0px;
        text-align: start !important;
        font-size: 14px !important;
        margin-bottom: 0px !important;
        text-transform: uppercase;
    }
    .section4 {
        margin-top: 0px !important;
        margin-bottom: 60px;
        padding: 40px 20px;
        gap: 30px;
        flex-direction: column;
    }
    .logo-image {
        flex-direction: column;
    }
    .logo-image img {
        width: 240px;
        height: 160px;
    }
    .organization{
        width: 328px;
        height: 70px;
    }
    .uzbekistan{
        width: 328px;
        height: 164px;
    }
    .section4-logo{
        flex-direction: column;
        padding: 0px !important;
    }
    .section4-logo img{
        width: 302px;
    }

    .section4 h1 {
        font-size: 32px !important;
        margin-top: 40px !important;
        text-align: center;
    }

    .section4 > div {
        flex-wrap: wrap;
        justify-content: center;
    }


    

    /* SECTION 5 - FAQ */
    .section5 {
        margin-top: 60px;
        padding: 40px 20px;
    }

    .section5-title {
        font-size: 32px;
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .faq-container {
        max-width: 95%;
        gap: 15px;
    }

    .faq-question {
        padding: 20px 0;
        gap: 15px;
    }

    .faq-question h2 {
        font-size: 20px;
    }

    .faq-toggle {
        width: 40px;
        height: 40px;
    }

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

    .line-vertical {
        width: 2px;
        height: 30px;
    }

    .line-horizontal {
        width: 30px;
        height: 2px;
    }

    .faq-toggle.active .line-horizontal {
        width: 30px;
        height: 2px;
    }

    .faq-answer p {
        font-size: 16px;
    }

    .faq-item:last-child {
        margin-bottom: 80px !important;
    }

    /* SECTION 6 */
    .section6 {
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 0px;
        padding-left: 20px;
        padding-right: 20px;
        gap: 20px;
    }

    .section6-content {
        max-width: 100%;
    }

    .section6-logos {
        flex-direction: column;
        gap: 20px;
    }

    .section6-logos img {
        height: 80px;
        max-width: 200px;
    }

    .section6-content h1 {
        font-size: 36px !important;
    }

    .section6-content p {
        font-size: 20px !important;
    }

    .section6-links {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .section6-links img {
        width: 100%;
        max-width: 200px;
        height: auto;
    }

    .section6-image {
        margin-bottom: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .section6-image img {
        max-width: 300px;
        bottom: 0;
    }

    /* SECTION 7 - FOOTER */
    .section7 {
        padding: 20px;
    }
    .mobile-footer{
        display: flex;
        flex-direction: column;
    }
    .footer-h1{
        display: none;
    }
    .image-footer{
        width: 58px;
        height: 56px;
    }

    .section7 > div {
        width: 95% !important;
    }

    .section7-main {
        /* flex-direction: column; */
        align-items: flex-start !important;
        gap: 20px;
        padding: 30px 0;
    }

    .section7-main h1 {
        font-size: 18px;
    }

    .section7-main img {
        max-width: 120px;
    }

    .section7 p {
        font-size: 14px;
        margin-bottom: 30px !important;
    }
}

/* ДОПОЛНИТЕЛЬНО ДЛЯ ОЧЕНЬ МАЛЕНЬКИХ ЭКРАНОВ */
@media (max-width: 360px) {
    .main-title {
        font-size: 28px;
    }

    .text-section {
        font-size: 28px;
    }

    .section3 h1 {
        font-size: 28px;
    }

    .section5-title {
        font-size: 28px;
    }

    .who-we-wait p {
        font-size: 20px !important;
    }
}
@media (max-width: 480px) {
    .banner-content {
        animation: scroll 3s linear infinite; /* Еще быстрее - 4s */
    }
    
    .banner-content p {
        font-size: 16px;
    }
}