/*Обнуление*/
*{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: 1080px;*/
    background-image: url("../images/back1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}
.header__container{
    /*background-color: #002117;*/
    /*position: fixed;*/
    /*width: 100%;*/
}
.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: 120px;
    height: 107px;
    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;*/
}
.header__preview h2{
    text-align: center;
    -webkit-text-stroke-width: 2.5px;
    -webkit-text-stroke-color: #FFF;
    font-size: 75px;
    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;
}
/*--------------------*/
main{
    max-width: 1400px;
    padding: 80px 20px 50px 20px;
    margin: 0 auto;
}
main p{
    color: #000000;
    font-size: 21.656px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 147.763% */
    letter-spacing: 0.8px;
}
main h2{
    color: #040404;
    font-family: "Bebas Neue",sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
    letter-spacing: 0.8px;
}
main h3{
    color: #040404;
    font-family: "Bebas Neue",sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
    letter-spacing: 0.8px;
}
main li{
    color: #000000;
    font-size: 21.656px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 147.763% */
    letter-spacing: 0.8px;
}
/*--------------------*/
.accordion {
    max-width: 1600px;
    margin: auto;
}
.accordion-item {
    background-color: white;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.accordion-header {
    background: rgba(5, 128, 105, 0.77);
    color: white;
    padding: 15px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 69px;
}

.accordion-content {
    display: none;
    padding: 15px;
    border-top: 1px solid #ddd;
    background-color: #fff;
    min-height: 80px;
    font-size: 18px;

}
/*--------------------*/
.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: 768px) {
    .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: absolute;
        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;
    }
}
@media(max-width: 485px){
    .header__preview h2{
        font-size: 60px;
        line-height: 75px;

    }
}
