body {
    margin: 0;
    padding: 0;
    font-family: "Inter";
    letter-spacing: -1px;
    
    overflow-x: hidden;  
}



.video {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.video video {
    width: 100%;
    height: 100dvh;
    object-fit: cover;

}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    background: radial-gradient(circle, rgb(91 120 80 / 24%) 30%, rgb(0 0 0 / 52%) 80%);
    pointer-events: none;
}

.header-top {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 100;
}

.logo {
    position: absolute;
    left: 4%;
    top: 50px;
}

.logo img {
    width: 250px;
}

.header-bottom {
    position: absolute;
    bottom: 90px;
    left: 100px;
    z-index: 100;
    font-weight: 300;
}

.hero-text-bottom {
    font-size: 40px;
    color: white;

}

.hero-text-bottom strong {
    font-size: 5rem;
    font-weight: 700;
}

header{
        height: 100dvh;
    width: 100dvw;
}


header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    background: linear-gradient(to bottom, rgb(0 0 0 / 2%) 0%, rgb(116 121 62 / 53%) 100%);
    pointer-events: none;
    z-index: 1;
}

.hero-text-bottom span.bold {
    font-weight: 600;
}

.hero-text-bottom span.under {
    border-bottom: 2px solid #fff;
}


.header-nav {
    position: absolute;
    z-index: 101;
    left: 5%;
    top: 6%;
    width: 95%;
}

.header-nav ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 4%;
}

.header-nav ul li {
    list-style: none;
}

.header-nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 22px;

}

.header-right {}

.btn {

    padding: 18px 23px;
    border-radius: 6px;
    background-color: #68a11ed9;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    transition: all .4s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
}

.btn svg {
    width: 28px;
    height: 28px;
}

.btn:hover {
    background-color: #68a11e;
}


.scroll-banner {
    position: absolute;
    width: 35px;
    height: 400px;
    padding: 40px 0;
    background: #f9f9f900;
    bottom: 5%;
    right: 6%;
    display: block;
    z-index: 100;
    display: none;
}


.scroll-nav-item{
    margin-bottom: 35px;
}

.scroll-nav-item:last-child{
    margin:0;
}

.scroll-nav{
    position: absolute;
    bottom: 100px;
    right: 100px;
    display: block;
    z-index: 100;
}

.scroll-nav-item a{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 30px;
    text-decoration: none;
    color:white;
    font-size: 20px;
    font-weight: 300;
}




.scroll-nav-item a span.scroll-icon img{
    width:24px;
    height: 24px;
    display: block;
    transform: rotate(90deg);
}

.scroll-nav-item a.active  span.scroll-text{
    font-weight: 500;
    font-size: 26px;
}


section span.scroll-text{
    color:black;
}


section .scroll-nav{
    bottom:30%;
}

.scroll-banner.hidden {
    opacity: 0;
    pointer-events: none;
}

.progress-container {
    position: relative;
    height: 100%;
    margin: 0;
    width: 50px;
}

.progress-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ffffff3b;
    display: none;
}

.dot {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 40px auto;
    background: url('/hexagonal.svg');
    background-size: 100%;
    border-radius: 50%;
    transition: background 0.3s;
    transform: rotate(90deg);
}

.dot.active {
    background: url('/hexagonalgreen.svg');
    background-size: 100%;
}

.dot::after {
    content: attr(data-legend);
    position: absolute;
    left: -110px;
    top: 160px;
    transform: translateY(-50%);
    white-space: nowrap;
    font-size: 20px;
    color: #ffffff;
    text-align: right;
    display: block;
    width: 240px;
    font-weight: 300;
    transform: rotate(270deg);
}

.black .dot::after {
    color: black;
}


.dot.active::after {
    font-weight: 500;
    font-size: 26px;
}

section {
    padding: 100px 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 100px;
    width: calc(100% - 100px);
    position: relative;
}

.section-left img {
    border-radius: 12px;
}

.section-right {
    flex: 0 0 52%
}

.section-text {
    flex: 0 0 40%;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -1px;
}

.section-text strong {
    font-weight: 500;
}

.section-text strong.green {
    color: #7faf40;
}

section.gray {
    background: #f5f5f5;
}

section h2 {
    font-size: 40px;
    margin: 0 0 60px;
}

section.custom {
    display: block;
}

.advantages-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.ac-title {
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}

.ac-title .preicon img{
    width: 36px;
}

.ac-one {
    width: 520px;
    margin-bottom: 0px;
}

.ac-image img {
    border-radius: 12px;
    width: 100%;
}

.ac-subtitle {
    font-size: 20px;
    color: #222;
    font-weight: 300;
    margin-top: 20px;

}

.ac-one .ac-title span.preicon{
    margin-top: 5px;
}

.flex-content {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 150px;
}

section.map {
    padding: 0;
}

.footer-logo img {
    width: 200px;
}

.footer-email a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
    color: #3f3f3f;
    text-decoration: none;
}

.footer-email a svg {
    width: 20px;
    height: 20px;
    color: #3f3f3f;
}

.footer-phone a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
    color: #3f3f3f;
    text-decoration: none;
}

.footer-phone a svg {
    width: 20px;
    height: 20px;
    color: #3f3f3f;
}

.footer-map a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
    color: #3f3f3f;
    text-decoration: none;
}

.footer-map a svg {
    width: 20px;
    height: 20px;
    color: #3f3f3f;
}

.footer-contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 50%;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-map iframe {
    border-radius: 12px;
}

.header-phone {}

.header-phone a {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
    column-gap: 24px;
}

span.the-icon {
    display: flex;
    width: 64px;
    height: 64px;
    background: #68a11ed9;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
}


.header-phone a span {
    color: white;
    font-size: 26px;
    text-decoration: none;
    font-weight: 300;
}

.header-phone a svg {
    width: 24px;
    color: white;
}


.top-right {
    position: absolute;
    top: 100px;
    right: 100px;
    z-index: 100;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 50px;
}

section .scroll-banner .dot::after {
    color: black;
}

.section-right {
    flex: 0 0 30%;
}

section .scroll-banner {
    right: 11%;
    top: 24%;
}

.flex-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 100px;
}


.sirchisti p {
    font-size: 22px;
}

section ul {
    padding: 0;
    list-style: none;
}

section ul li {
    position: relative;
    font-size: 22px;
    font-weight: 300;
    padding-left: 35px;
    margin-bottom: 20px;
    line-height: 22px;
}

section ul li:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(/check-square.svg);
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

section h3 {
    font-weight: 600;
    font-size: 24px;
}


section.about-us .scroll-banner {
    right: 6.5%;
    top: 24%;
}


section.sirchisti .scroll-banner {
    right: 6.7%;
    top: 30%;
}

section .dot {
    background: url('/hexagray.svg');
    background-size: 100%;
}


section.gray .dot.active {
    background: url('/hexagonalgreen.svg');
    background-size: 100%;
}

section.kaliini .scroll-banner {
    right: 6%;
    top: 26%;
}

section.kombi .scroll-banner {
    right: 6%;
    top: 26%;
}

.form-block {
    display: block;
    margin-bottom: 30px;
}

.form-block label {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.form-block input[type="text"] {
    width: calc(100% - 30px);
    height: 46px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #ccc;
    font-family: 'Inter';
    font-size: 18px;
    letter-spacing: -1px;
    padding: 0 15px;
}

.form-block textarea {
    width: calc(100% - 30px);
    height: 120px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #ccc;
    font-family: 'Inter';
    font-size: 18px;
    letter-spacing: -1px;
    padding: 15px;
}

.form-block a {
    padding: 18px 23px;
    border-radius: 6px;
    background-color: #68a11ed9;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    transition: all .4s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
}

.form-block a:hover {
    background-color: #68a11e;
}

.form-block a svg {
    width: 28px;
    height: 28px;
}

.form-block-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-x2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 56%;
}

.footer-email {
    font-size: 20px;
}

.footer-email a svg {
    width: 28px;
    height: 28px;
}

.footer-phone {
    font-size: 20px;
}

.footer-phone a svg {
    width: 28px;
    height: 28px;
}


.footer-map {
    font-size: 20px;
    margin-top: 30px;
}

.footer-map a svg {
    width: 28px;
    height: 28px;
}

.flex-map iframe {
    border-radius: 12px;
    margin-top: 50px;
}

.flex-contacts {
    width: 480px;
}

section.contact-us {
    background: #f5f5f5;
}

section.contact-us .scroll-banner {
    right: 6%;
    top: 20%;
}


.swal2-html-container .form-block input[type="text"]{
    width: calc(100% - 70px);
    margin:0;
}

div:where(.swal2-container) .swal2-textarea {
    height: 6.75em;
    padding: .75em;
    width: calc(100% - 70px);
}

.swal2-confirm.swal2-styled{
    background:#68a11e;
    color: white;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 300;
    width: 280px;
}

.swal2-actions{
    margin:0 0 30px;
}

h2.swal2-title{
    margin-top: 25px;
}

.swal2-html-container .form-block label {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    width: calc(100% - 70px);
    text-align: left;
    margin: 0 auto 10px;
}

section[data-id="dob3"] .scroll-nav{
    bottom: 35%;
}


@media(max-width: 1760px){
    .ac-one {
    width: 31%;
    margin-bottom: 0px;
    }

    .flex-map{
        width: 39%;
    }

    .flex-map iframe{
        width:100%;
    }

    .footer-x2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    }
}

@media(max-width: 1600px){
    .footer-email {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .flex-map {
        width: 30%;
    }
}


@media(max-width: 1500px){
    .section-left{
        width: 30%;
    }

    .section-left img {
    border-radius: 12px;
    width: 100%;
    }

    .section-text {
    flex: 0 0 40%;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -1px;
        }

        .sirchisti p {
    font-size: 18px;
    line-height: 22px;
}

section ul li {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    padding-left: 35px;
    margin-bottom: 20px;
    line-height: 20px;
}

section h3 {
    font-weight: 600;
    font-size: 20px;
}


}

.mobile-menu{
    display: none;
}

@media(max-width: 1400px){

    section{
        justify-content: center;
    }
    section .scroll-nav{
        display: none;
    }

        .section-left {
        width: 40%;
            }

            .section-right{
                width: 40%;
            }

            .flex-content {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 100px;
        }
}


@media(max-width: 1000px){
    .mobile-menu{
        display: none;
    }

    .top-right .header-phone span.text{
        display: none;
    }

    .header-right a.btn{
        width: 200px;
    }

    .header-right{
        display: none;
        }

    .logo {
    position: absolute;
    left: 38%;
    top: 50px;
}

.logo img {
    width: 150px;
}

    .logo {
        position: absolute;
        left: calc((100% - 150px) / 2);
        top: 15px;
    }

    .top-right {
    position: absolute;
    top: 50px;
    right: 36px;
    z-index: 100;
    width: 60%;
    display: flex
;
    align-items: center;
    justify-content: flex-end;
    column-gap: 50px;
}

span.the-icon {
    display: flex
;
    width: 44px;
    height: 44px;
    background: #68a11ed9;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
}

.openMenu svg{
    width:44px;
}

    .mobile-menu {
        position: absolute;
        left: 36px;
        top: 48px;
        z-index: 100;
    }

.openMenu{
            display: flex;
        width: 44px;
        height: 44px;
        /*background: #68a11ed9;*/
        border-radius: 6px;
        align-items: center;
        justify-content: center;
}

header span.the-icon{
        background:none;
}
.header-phone a svg{
    width: 32px;
}

    .header-bottom {
        position: absolute;
        bottom: auto;
        left: 44px;
        z-index: 100;
        font-weight: 300;
        top: 30%;
    } 

.hero-text-bottom strong {
    font-size: 3rem;
    font-weight: 700;
}

.hero-text-bottom {
    font-size: 24px;
    color: white;
}


header .scroll-nav {
    position: absolute;
    bottom: 70px;
    right: 44px;
    display: block;
    z-index: 100;
}

.scroll-nav-item {
    margin-bottom: 25px;
}

header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 2%) 0%, rgb(89 89 82 / 71%) 100%);
    pointer-events: none;
    z-index: 1;
}


section{
    flex-direction: column;
    padding:50px;
}
    .section-left {
        width: 100%;
    }

    .section-right {
        width: 100%;
    }
    .advantages-content{
        flex-direction: column;
    }

        .ac-one {
        width: 100%;
        margin-bottom: 50px;
    }

    .ac-one:last-child{
        margin-bottom: 0;
    }

    section h2 {
    font-size: 30px;
    margin: 0 0 40px;
}

    .flex-content {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 100px;
        flex-direction: column;
    }

    .gray.contact-us{
        padding:50px;
    }

        section h3 {
        font-weight: 600;
        font-size: 20px;
        margin: 0 0 40px;
    }

    .flex-contacts{
        width: 100%;
    }

    .flex-map {
        width: 100%;
    }

    .footer-map a span:last-child{
        width: 75%;
    }

    .footer-x2{
        width: auto;
    }
            .hero-text-bottom {
        font-size: 24px;
        color: white;
        width: 77%;
    }

}

