html, body {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
}

main {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 100vw !important;
    overflow-x: hidden;
}

footer, header{
    width: 100%;
    margin: 0 auto;
}

.header{
    background: #3E3E3E;
    height: 9.5vw;
    max-height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100% !important;
}

.header-logo{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#header-logo-text{
    font-family: Tahoma;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

#header-logo-img{
    width: 62px;
    height: 53px;
}
.section-1{
    height: auto;
    /*background-image: url(img/section-1.png);*/
    display: flex;
    flex-direction: column;
justify-content: center;
padding: 1rem 0 0 0;
}





.section-1-text-main{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #3E3E3E;
    margin-bottom: 1rem;
}

.section-1-text{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #1A94FF;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.section-1-content{
    margin-left: 6rem;
}

.section-2 {
    display: flex;
    padding: 1rem 0 0 0;
    align-items: center;
    justify-content: center;
    position: relative;
    /*background-image: url(img/section-2.png);*/
    background-repeat: no-repeat;
    background-position: left center;
}

main {
    overflow: hidden; /* Убирает скролл внутри main */

}

.section-2-content {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-height: 100%;
}

.section-2-buttons{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.info-button{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 2%;
    color: #000000;
    border-radius: 10px;
    border: 1px solid #000000;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-button a{
    color: #000000;
    text-decoration: none;
}

.demo{
    width: 217px;
}
.signUp{
    width: 295px;
}

.info-button-blue{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 2%;
    color: #FFFFFF;
    width: 168px;
    height: 60px;
    border-radius: 10px;
    background: #1A94FF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-button-blue a{
    color: #FFFFFF;
    text-decoration: none;
}

.section-3 {
    padding: 0 0 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /*background-image: url(img/section-3.png);*/
    background-repeat: no-repeat;
    background-position: right center;
}

.section-3-content {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin-left: 6rem;
    margin-top: 3rem;
    max-width: 820px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #FFFFFF;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    gap: 2rem;
}

.section-3-text{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #1A94FF;
    margin-left: 6rem;
margin-top: 4rem;
}

.section-3-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding-left: 2rem;
    padding-right: 6rem;
}

.number{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #1A94FF;
}

.text-row{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 2%;
    color: #333333;
}

strong{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 2%;
}

.footer {
    width: 100%;
    height: 15vw;
    max-height: 120px;
    background: #3E3E3E; /* Фон на всю ширину */
    display: flex;
    justify-content: center; /* Центрируем контейнер */
}

.footer-content {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.socials{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    gap: 2rem;
    padding-right: 6rem;
}

.mail a{
    font-family: Tahoma;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF !important;
    text-decoration: none !important;
    padding-left: 6rem;
}



.section-1, .section-2, .section-3 {
    width: 100%;
    min-height: auto;
}

.section-1-text,
.section-3-text {
    flex-wrap: wrap;
}



.mobileSignUp, .mobileSignIn, .watch{
    display: none;
}


@media (max-width: 768px) {

    .images-container{
        display:none;
    }
    /* Общие стили для секций */
    .section-1, .section-2, .section-3 {
        background-image: none !important;
        height: auto;
        padding: 1.5rem 0rem 0 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .section-2{
        padding: 0 !important;
    }



    /* Заголовок */
    .header {
        height: 30vw;
    }

    .footer {
        height: 10rem;
    }

    /* Контент секций */
    .section-1-content {
        margin: 0rem;
        margin-bottom: 2rem !important;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* Текст */
    .section-1-text-main{
        margin: 0 0 0.5rem 0 !important;
    }
    .section-1-text {
        font-family: Montserrat;
        font-weight: 700;
        font-size: 36px;
        gap: 0.5rem;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        margin-bottom: 1rem;
    }

    /* Кнопки */
    .section-2-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        width: 100%;
        padding: 0 1rem;
    }

    .info-button,
    .info-button-blue {
        width: 100% !important;
        max-width: 91.5vw;
        margin: 0 !important;
        font-family: Montserrat;
        font-weight: 500;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 2%;
        text-decoration: none !important;

    }

    /* Футер */
    .footer-content {
        flex-direction: column;
        
    }

    .mail a {
        padding-left: 0 !important;
        font-size: 1.5rem !important;
        text-align: center;
        display: block;
    }

    .socials {
        justify-content: center !important;
        padding-right: 0 !important;
    }

    /* Скрываем ненужные элементы */
    #video{
        display: none;
    }
    /* Секция 3 */
    .section-3 {
        height: auto;
        padding: 40px 20px;
        background: none;
    }
    .section-3-text {
        margin: 0 0 1rem 0 !important;
        text-align: center;
        width: 100%;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 32px;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: uppercase;

    }
    .section-3-content {
        position: relative;
        margin: 0 !important;
        margin: 1rem !important;
        padding: 1.5rem 0.5rem !important;
        box-shadow: 0px 4px 4px 0px #00000040;
    }
    .section-3-row {
        align-items: flex-start;
        gap: 1rem;
        padding: 0 !important;
    }
    .number {
        font-size: 24px;
    }
    .text-row {
        font-family: Montserrat;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 2%;
    }
    strong{
        font-family: Montserrat;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 2%;
    }

    .social img{
        height: 58px !important;
        width: 58px !important;
    }
.mail{
    font-family: Tahoma;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 1rem 0;
}

.signUp, .signIn, .demo{
    display: none;
}

.mobileSignUp, .mobileSignIn, .watch{
    display: flex;
}
}


a.info-button {
    text-decoration: none;
}

a.info-button-blue {
    text-decoration: none;
}

iframe{
    width: 100%;
    height: 40vh;
    max-height: 484px;
    max-width: 1248px;
}

#video{
    margin: 0 6rem;
    width: calc(100% - 12rem);
}

.iframe-wrapper {
    margin-left: 22rem;  
    margin-right: 22rem;  
    max-width: calc(100% - 44rem); 
    width: 100%;
}
  
.iframe-wrapper iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9; 
}























/* Стили для секций с фонами и контентом */
.section-1,
.section-2,
.section-3 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section-1 {
    
}

.section-2 {
    
}

.img-row{
    display: flex;
    width: 100%;
    flex-direction: row;
}

.section-3 {
    
}

/* Общие стили для фоновых изображений */
.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Специфичные стили для каждого фона */
.section-1 .section-bg {
  /* Стили для первого фона */
}

.section-2 .section-bg {
  /* Стили для второго фона */
}

.section-3 .section-bg {
  right: 0;
  left: auto;
  width: 50%;
  object-position: left center;
}

/* Стили для контента поверх изображений */
.section-content {
  position: relative;
  z-index: 1;
}

























.images-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.images-container img {
    width: 100%;
    height: auto;
    display: block;
}

.img-row {
    display: flex;
}

.img-row .section-image {
    flex: 1;
    width: 50%;
}

main {
    position: relative;
    
}



.blur-bottom {
    mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
  }













  html, body {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh; /* Добавлено */
}

main {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 100vw !important;
    overflow-x: hidden;
    padding-bottom: 15vw; /* Добавлено - высота футера */
    box-sizing: border-box; /* Добавлено */
}

footer {
    width: 100%;
    margin: 0 auto;
    position: absolute; /* Изменено с relative на absolute */
    bottom: 0; /* Добавлено */
    left: 0; /* Добавлено */
}


/* Для мобильной версии */
@media (max-width: 768px) {
    main {
        padding-bottom: 50vw; /* Высота мобильного футера */
    }
}