@font-face {
  font-family: "Montserrat";
  src: url("/font/Montserrat-VariableFont_wght.woff2") format("woff2"),
       url("/font/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/font/Montserrat-Italic-VariableFont_wght.woff2") format("woff2"),
       url("/font/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}



html {
    scroll-behavior: smooth;
}

*{
    box-sizing: border-box;
}

input:focus,
input:focus-visible,
button:focus,
button:focus-visible{
    outline: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

img {
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

button{
    font-family: "Montserrat", sans-serif;
}

body{
    font-family: "Montserrat", sans-serif !important;
    background: #EEEEEE;
    margin: 0;
    scroll-behavior: smooth;
}

body.lock{
    overflow: hidden;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 70px;
}


header{
    padding: 40px 0;
}

.header_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_inner .logo{
    width: 222px;
    height: 25px;
}

.header_inner .logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.header_inner .languages button{
    font-weight: 500;
    font-size: 13px;
    line-height: 110%;
    color: #000000;
    background-color: #FFFFFF;
    border: 0;
    padding: 0;
    cursor: pointer;
    display: block;
    padding: 9px 10px;
    min-width: 50px;
}

.header_inner .languages span{
    font-weight: 400;
    font-size: 16px;
    line-height: 17.6px;
    color: #7C8B96;
}

.header_inner .languages button.active{
   display: none;
}

.banner{
    margin-bottom: 80px;
}

.banner .container{
    max-width: 1220px;
}

.banner_swiper{
    height: 540px;
}

.banner_img_slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_pagination{
    bottom: 31px !important;
}

.banner_pagination .swiper-pagination-bullet{
    height: 3px;
    width: 51.4px;
    border-radius: 0px;
    background-color: #FFFFFF66;
    transition: all 4s ease;
    position: relative;
    margin: 0 3.5px !important;
    overflow: hidden;
    opacity: 1;
}


.banner_pagination .swiper-pagination-bullet::after{
    transition: unset;
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #F00000;
}

.banner_pagination .swiper-pagination-bullet.active::after{
    left: 0%;
    transition: all 4s ease;
}

.banner_pagination .swiper-pagination-bullet.before_active::after{
    transition: unset;
}

.content_inner{
    display: flex;
    justify-content: space-between;
    gap: 36px;
}

.content_inner h1{
    font-weight: 400;
    font-size: 35px;
    line-height: 115%;
    color: #3A3E42 ;
}

.content_inner p{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #3A3E4280;
}


.content_text_container{
    max-width: 376px;
    width: 100%;
}

.content_text_container .text{
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 30px;
    color: #3A3E42;
}

.content_text_container .text2{
    margin-bottom: 16px;
}

.content_desc_block{
    max-width: 348px;
    width: 100%;
}

.content{
    margin-bottom: 60px;
}

.features{
    margin-bottom: 80px;
}

.features_inner{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.features_inner .feature_block{
    padding: 44px 32px;
    width: 246px;
    height: 222px;
    display: flex;
    flex-direction: column;
    gap: 51px;
    background-color: #F9F9F9;
}

.features_inner .feature_block p{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
}

footer{
    width: 100%;
    background-color: #FFFFFF;
}

.footer_inner{
    padding: 60px 0;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.footer_title{
    max-width: 340px;
}

.footer_title h2{
    font-size: 40px;
    font-weight: 400;
    line-height: 115%;
}

.adress{
    padding-bottom: 32px;
    border-bottom: 1px solid #5D809B4D;
}

.footer_subtitle{
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    text-transform: uppercase;
    color: #3A3E4280;
    margin-bottom: 12px;
    display: block;
}


.footer_subtitle_text{
    font-size: 19px;
    font-weight: 400;
    line-height: 130%;
}

.tel_num{
    padding-top: 32px;
}

.rights{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background-color: #FFFFFF;
    border-top: 1px solid #D0D5DD;
}

.rights p {
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    text-align: center;
    color: #9E9E9E;
}

#text_rights{
    margin-right: 3px;
}

.phone_hook{
    position: fixed;
    right: 180px;
    bottom: 50px;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background-color: #3A3E42;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

/* ////////////////////////// */


@media(max-width: 1024px){
    body{
        background: linear-gradient(178.63deg, #FFFFFF 0%, #CFD9E0 100.2%);
    }

    .header_container{
        position: relative;
    }
    
    header{
        padding-top: 40px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
    }

    .header_inner .logo{
        width: 191px;
        height: 22px;
    }

    .banner{
        margin-bottom: 60px;
    }

    .banner_swiper{
        height: 630px;
    }

    .banner .container{
        max-width: unset;
        padding: 0;
    }

    .content_inner h1{
        font-size: 27px;
        font-weight: 600;
    }

    .content_desc_block,
    .content_text_container{
        max-width: 100%;
        width: 100%;
    }

    .content_inner{
        flex-direction: column;
        gap: 26px;
    }

    .content{
        margin-bottom: 50px;
    }

    .features{
        margin-bottom: 60px;
    }

    .features_inner{
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        gap: 16px;
        margin: 0 -70px;
        padding: 0 70px;
    }

    .features_inner::-webkit-scrollbar{
        display: none;
    }
    

    .features_inner .feature_block{
        min-width: 222.5px;
        height: 222px;
    }

    .footer_inner{
        padding: 60px 0 0 0;
        flex-direction: column;
    }

    .adress{
        padding-bottom: 40px;
    }

    .footer_subtitle{
        margin-bottom: 16px;
    }

    .footer_subtitle_text{
        font-size: 16px;
        font-weight: 400;
    }

    .tel_num{
        padding: 40px 0 ;
        border-bottom: 1px solid #5D809B4D;
    }

    .rights_outer{
         background-color: #fff;
    }

    .rights_container{
        max-width: 900px;
        margin: 0 auto;
        padding: 0 70px;
    }

    .rights{
        border: 0;
        display: flex;
        flex-direction: column;
        text-align: start;
        justify-content: start;
        align-items: start;
        padding: 30px 0 70px 0;
    }

    .adress .footer_subtitle_text{
        max-width: 220px;
    }

    .phone_hook{
        right: 50px;
    }

    .footer_title h2{
        line-height: 30px;
        font-size: 30px;
    }
}

@media (max-width: 767px){
    .rights_container,
    .container{
        padding: 0 40px;
    }

    .features_inner{
        padding: 0 40px;
        margin: 0 -40px;
    }

    .rights{
        padding: 30px 0 50px 0;
    }

    .phone_hook{
        right: 40px;

        bottom: 40px;
    }
}