/*Обнуление*/
*{padding:0;margin:0;border:0;}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
:focus,:active{outline:none;}
a:focus,a:active{outline:none;}
nav,footer,header,aside{display:block;}
html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
input,button,textarea{font-family:inherit;}
/*input::-ms-clear{display:none;}*/
button{cursor:pointer;}
button::-moz-focus-inner{padding:0;border:0;}
a,a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
/*ul li{list-style:none;}*/
img{vertical-align:top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;}
/*--------------------*/
body{
    font-family: "Inter", sans-serif;
    position: absolute;
}
body, html {
    overflow-x: hidden;
}
.wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main{
    flex: 1;
}
header{
    min-height: 1175px;
    background-image: url("../images/back.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.header__container{
    position: fixed;
    width: 100%;
    background-color: #00332a;
    z-index: 10000000;
}
.header__nav{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 10px;
    transition: transform 0.3s ease-in-out;
    gap: 50px;
}

.adaptive__logo{
    display: none;
}
.header__nav a{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.8px;
}
.link-with-circle {
    position: relative; /* Для корректного позиционирования псевдоэлемента */
    font-size: 1.4rem; /* Размер текста */
    font-weight: bold;
    text-decoration: none; /* Убираем стандартное подчеркивание */
    color: #000; /* Цвет текста */
}

.link-with-circle::after {
    content: ''; /* Псевдоэлемент не содержит текст, только визуальный контент */
    position: absolute;
    bottom: -10px; /* Расстояние между текстом и кружочком */
    left: 50%; /* Центрируем кружок по горизонтали относительно текста */
    transform: translateX(-50%); /* Центрируем кружок точно по середине */
    width: 8px; /* Ширина кружка */
    height: 8px; /* Высота кружка */
    border-radius: 50%; /* Делаем элемент кругом */
    background-color: #ffffff; /* Цвет кружка */
}

.header__nav img{
    width: 100px;
    height: 85px;
    flex-shrink: 0;
    aspect-ratio: 120/107;
}
.burger {
    display: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
}



/*--------------------*/
.header__preview{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 875px;
    padding-top: 200px;
}
.header__preview h2{
    text-align: center;
    -webkit-text-stroke-width: 2.5px;
    -webkit-text-stroke-color: #FFF;
    font-size: 115px;
    font-style: normal;
    font-weight: 400;
    line-height: 138px;
    letter-spacing: 1.5px;
    color: #058069;
    margin-bottom: 30px;
}
.header__preview h3{
    color: #FFF;
    text-align: center;
    font-size: 57px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.8px;
    letter-spacing: 1.5px;
    margin-bottom: 54px;
}
.header__preview button{
    display: flex;
    width: 203.44px;
    height: 62px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: 1px solid #FFF;
}
.header__preview button{
    color: #FFF;
    text-align: center;
    font-size: 15.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    background: none;
    transition: 0.3s;
}
.header__preview button:hover{
    background: #FFFFFF;
    transition: 0.3s;
    color: black;
}
/*--------------------*/
.about__container{
    max-width: 1360px;
    margin: 0 auto;
    /*padding-top: 200px;*/
    /*padding-bottom: 175px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.about-image img{
    width: 500px;
}
.about-text{
    max-width: 815px;
}
.about__container h2{
    color: #111;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 58px;
    line-height: 88px;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
}
.about__container p{
    color: #1D1D1D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    letter-spacing: 0.8px;
    margin-bottom: 33px;
}
.about__container button {
    display: flex;
    width: 200px;
    height: 60px;
    padding: 0 33.67px;
    justify-content: center;
    align-items: center;
    gap: 17.8px;
    flex-shrink: 0;
    color: #FFF;
    font-size: 15.5px;
    font-weight: 500;
    letter-spacing: 0.8px;
    border: none;
    cursor: pointer;
    background: linear-gradient(270deg, #00533A 0%, #058069 100%);
    background-size: 200% 200%;
    transition: background-position 0.8s ease-in-out;
}
.about__container button:hover {
    background: linear-gradient(270deg, #058069 0%, #00533A 100%);
    background-size: 200% 200%;
    background-position: 100% 100%;
}
/*--------------------*/
.play{
    background-image: url("../images/back2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 10px;
}
.play__container{
    max-width: 1360px;
    margin: 0 auto;
    padding-top: 86px;
}
.play__title{
    color: rgba(255, 255, 255, 0.20);
    font-size: 130px;
    font-style: normal;
    font-weight: 800;
    line-height: 200px;
    margin-bottom: 85px;
}
.play__main{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.play__text-content{
    margin-bottom: 73px;
}
.play__text-content h3{
    color: #FFF;
    font-size: 57px;
    font-style: normal;
    font-weight: 900;
    line-height: 107.8px;
    letter-spacing: 1.5px;
}
.play__text-content p{
    color: #FFF;
    font-size: 21.656px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.8px;
}
.play__text-number{
    display: flex;
    gap: 37px;
}
.play__text-number a{
    color: rgba(255, 255, 255, 0.04);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.00);
    font-family: "Bebas Neue",sans-serif ;
    font-size: 200px;
    font-style: normal;
    font-weight: 400;
    line-height: 200px; /* 100% */
    letter-spacing: 0.8px;
}

.play__text-number a.active {
    font-weight: bold;
    color: #ffffff;
}
/*--------------------*/
.partners{
    background-image: url("../images/back3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 450px;
    display: flex;
    align-items: center;
}
.partners__container{
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 65px;
    flex-wrap: wrap;
    justify-content: center;
}
/*--------------------*/
.features__container{
    width: 100%;
    margin: 0 auto;
}
.features__container h1{
    color: #111;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 96px;
    letter-spacing: 0.8px;
    margin: 4rem;
}
.features__main{
    display: flex;
}
.features__main--block{
    display: flex;
    height: 750px;
    width: 100%;
}
.features__main--block-text h2{
    color: #ffffff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.8px;
    margin-bottom: 30px;
    padding-top: 6rem;
}
.features__main--block-text p{
    /*color: #040404;*/
    /*font-size: 21.484px;*/
    /*font-style: normal;*/
    /*font-weight: 400;*/
    /*line-height: 32px;*/
    color: #ffffff;
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin: 0;
}
.features__main--block-img{
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
}
.features__main--block-img img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.features__main--block-text h3{
    color: rgba(0, 0, 0, 0.08);
    font-family: "Bebas Neue",sans-serif;
    font-size: 248px;
    font-style: normal;
    font-weight: 400;
    line-height: 297px; /* 119.758% */
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: flex;
    width: 200.355px;
    height: 297px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    margin-top: auto;
}
/*--------------------*/
.app{
    background-image: url("../images/back4.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.app__container{
    max-width: 1061px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 95px;
    align-items: center;
    gap: 20px;
}
.app__text{
    max-width: 515px;
    padding-top: 50px;
}
.app__text h2{
    color: #111;
    font-family: "Bebas Neue",sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 96px;
    letter-spacing: 0.8px;
    margin-bottom: 40px;
}
.app__text p{
    color: #1D1D1D;
    font-size: 15.875px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.8px;
    margin-bottom: 44px;
}
.app__text img{
    width: 168.13px;
    height: 50px;
    flex-shrink: 0;
}
.download-btn{
    background: black;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    padding: 15px 25px;
}
.app__text button {
    overflow: hidden;
    display: inline-block;
}
.app__text button {
    transition: transform 0.3s ease-in-out;
}
.app__text button:hover  {
    transform: scale(1.1);
}


.footer {
    background-color: #058069;
    color: white;
    text-align: center;
    padding: 20px 0;
}
.container {
    max-width: 1000px;
    margin: 0 auto;
}
.footer-logo {
    width: 120px;
    margin-bottom: 15px;
}
.contact-info p {
    margin: 5px 0;
    color: #FFF;
    font-size: 15.75px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 133.333% */
    letter-spacing: 0.8px;
}
.footer-nav,
.footer-policy {
    margin: 10px 0;
}
.contact-info{
    margin-bottom: 40px;
}
.footer-nav a,
.footer-policy a {
    color: white;
    text-decoration: none;
    margin: 0 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 131.25% */
    letter-spacing: 0.8px;
}
.footer-nav a:hover,
.footer-policy a:hover {
    text-decoration: underline;
}
.footer-bottom p {
    margin: 10px 0 5px;
}
.container img{
    width: 160px;
    margin-bottom: 40px;
}
.footer__bottom{
    padding: 21px 20px 0 20px;
    width: 100%;
    border-top: 1px solid #dfdfdf;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__bottom p{
    color: #FFF;
    font-size: 15.875px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 132.283% */
    letter-spacing: 0.8px;
}



@media(max-width: 1000px){
    .play__main{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .play__text-content{
        text-align: center;
        margin-bottom: 22px;
    }
    .play__text-number{
        justify-content: center;
        margin-bottom: 40px;
    }
    .play__text-number a{
        color: rgba(255, 255, 255, 0.1);
    }
    .play__title{
        text-align: center;
    }
    .play__text-content h3{
        font-size: 3rem;
    }
}
@media(max-width: 900px){
    .about__container{
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 60px;
    }
    .play__title{
        line-height: 120px;
    }

}
@media(max-width: 485px){
    .about-image img{
        margin: auto;
        max-width: 320px;
        width: 100%;
    }
}
@media (max-width: 900px) {
    .burger {
        display: flex;
        justify-content: end;
        /*width: 100%;*/
        z-index: 1000;
    }
    .header__container{
        display: flex;
        justify-content: space-between;
        padding: 30px;
        align-items: center;
    }
    .header__nav{
        position: fixed;
        top: 0;
        right: 0;
        background: rgb(0 39 13 / 95%);
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        transform: translateY(-100%);
        box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.5);
    }
    .header__nav a{
        margin: 10px 0;
        font-size: 30px;
        font-weight: 500;
        line-height: 30px;
    }
    .header__nav.active{
        transform: translateY(0);
    }
    .header__logo1{
        display: block;
        font-size: 32px;
        color: white;
        font-weight: 600;
    }
    .header__nav img{
        display: none;
    }
    .no-scroll {
        overflow: hidden;
        height: 100vh;
    }
    .adaptive__logo{
        display: block;
    }
    .header__preview h2{
        font-size: 95px;
    }
    .header__preview h3{
        font-size: 42px;
    }
    .header__preview{
        min-height: 707px;
        padding-top: 250px;
    }
}
@media(max-width: 500px){
    .header__preview h2{
        font-size: 57px;
        margin-bottom: 0;
    }
    .header__preview h3{
        font-size: 28px;
        margin-bottom: 0;
    }
    header{
        min-height: 748px;
    }
    .header__preview{
        min-height: 560px;
    }
    .header__preview h2{
        line-height: 70px;
    }
    .play__text-content h3{
        display: none;
    }
    .about__container h2{
        font-size: 35px;
        line-height: 30px;
    }
    .header__container{
        padding: 0 10px;
    }
}
@media(max-width: 789px){
    .app__image{
        display: none;
    }
    .app__container{
        padding-top: 160px;
        padding-bottom: 40px;
        display: flex;
        justify-content: center;
    }
    .app__text{
        text-align: center;
    }
    .app__text h2{
        margin-bottom: 0;
        font-size: 4rem;
        line-height: 58px;
    }
    .play__text-number a{
        font-size: 140px;
    }
}
@media(max-width: 440px){
    .play__title{
        font-size: 80px;
        line-height: 86px;
    }
    .play__text-number a{
        font-size: 105px;
    }
    .play__text-number{
        gap: 21px;
    }
    .play__image img{
        max-width: 450px;
    }
}



.features__main {
    display: flex;
    overflow: hidden; /* скрываем блоки, которые выходят за пределы */
    width: 100%;
    height: 750px;
    position: relative;
}

.features__main--block {
    flex: 0 0 50%; /* Каждый блок занимает 50% ширины */
    display: flex;
    height: 100%;
    transition: transform 0.3s ease-in-out; /* плавный переход */
}

.features__main--block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.features__main--block-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    background: rgba(5, 128, 105, 0.77);
    height: 100%;
    overflow: hidden;
}

.features__main--block-text h2, .features__main--block-text p {
    color: #fff;
}

.features__main--block-text h3 {
    font-size: 200px;
    color: rgba(0, 0, 0, 0.08);
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}



.slider-container {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    user-select: none;
}
.features__main {
    overflow: hidden;
    width: 100%;
}
.features__main--wrapper {
    display: flex;
    transition: transform 0.3s ease;
    touch-action: pan-y;
    cursor: grab;
}
.features__main--block {
    flex: 0 0 50%; /* Два элемента на экране */
    box-sizing: border-box;
}


@media(max-width: 1050px){
    .features__main--block-text h3{
        width: auto;
        height: auto;
    }
    .features__main--block {
        flex: 0 0 100%;
        box-sizing: border-box;
    }
}


/* Для экранов больше 1050px */
.features__main--wrapper {
    display: flex;
}

.features__main--block {
    flex: 0 0 50%; /* По умолчанию показываем два блока */
    box-sizing: border-box;
    transition: transform 0.3s ease; /* Плавное переключение */
}

/* Для экранов меньше 1050px */
@media(max-width: 1050px) {
    .features__main--wrapper {
        display: flex;
    }

    .features__main--block {
        flex: 0 0 100%; /* Показываем только один блок */
    }
}



