body{
    background-color: white;
}

@font-face {
    font-family: 'Helvetica'; /* Name of the font */
    font-display: swap; /* Ensures text is visible while the font is loading */
    src: url("../fonts/helvetica_regular.otf") format('opentype'); /* Corrected font format and src */
    font-style: normal;
}
@font-face {
    font-family: 'FiraGO';
    font-display: swap;
    src: url('../fonts/FiraGO-Regular.otf') format('opentype');
    font-style: normal;
}

html[lang="en-US"] body {
    font-family: 'Helvetica'', sans-serif;
}

/* For Russian (assuming html has lang="ru-RU") */
html[lang="ru-RU"] body {
    font-family: 'Helvetica', serif;
}

/* For Georgian, where lang attribute is "ka-GE" */
html[lang="ka-GE"] body {
    font-family: 'FiraGO', serif;
}

/* Start Header */

.header-new{
    background-color: transparent;
    justify-content: center;
    display: flex;
    border-bottom: 2px solid #FFFFFF;
    position: fixed;
    width: 100%;
    z-index: 2;
}
.header-new .container{
    width: 100%;
    height: 100%;
}
.header__body{

}
.header__top{

}
.header__logo{
    max-width: 200px;
}
.header_center-text{
    color: #fff;
    font-size: 27px;
    text-align: center;
    width: 100%;
}
.header_top-new{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 44px 0;
}
.header_button{
    width: 233px;
    height: 60px;
    background: #E2AC7A no-repeat padding-box;
    border-radius: 30px;
    padding: 15px 25px;
    display: flex;
    justify-content: center;
    font-size: 23px;
    color: #fff;
    align-items: center;
    transition: 0.5s all ease;
}
.header_button:hover{
    text-decoration: none;
}

.header_button-block{
    width: 233px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 28px;
}
.header_button-square{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.homepage_hero-button-square{
    width: 55px;
    height: 55px;
    margin-right: 25px;
}
.homepage_hero-button{
    background: rgba(61, 96, 62, 0.9);
    border-radius: 35px 0px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    padding: 15px 45px;
    line-height: 1;
    width: 520px;

}
.homepage_hero-button:hover{
    text-decoration: none;
    color: rgba(61, 96, 62);
    background: #FFFFFF;
}
.homepage_hero-button:hover svg .cls-1{
    fill: rgba(61, 96, 62);!important
}
.new-homepage_hero{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.homepage_hero-slider{
    width: 100%;
    padding-top: 80px;
}
.homepage_hero-button-block{
    padding-right: 50px;
}
.new-home-page .container{
    height:100%;
    width: 100%;
}
.header_icon-repeater{
    display: flex;
    align-items: center;
}
.header_icon-repeater .header_icon-link{
    padding-right: 28px;
    transition: all 0.5s ease;
}
.header_icon-link:hover{

}
.header_mobile-menu-list .header_icon-link{
    width: 100%;
}
.header_mobile-menu-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}
.header_menu-repeater{
    display: flex;
    justify-content: space-around;
    max-width: 580px;
    width: 100%;
}
.header_menu-repeater .header_icon-link{
    padding-right: 0px;
}
.header_menu-repeater .header_icon-link{
    text-align: center;
}

.header_icon-repeater .header_icon-link:last-child{
    /*padding-right: 0px;*/
}

/* END Header */

/*START Main*/

.hero-blocking_full-part{
    display: flex;
    justify-content: center;
}
.hero-blocking_left-part{
    width: 40%;
}
.hero-blocking_right-part{
    width: 60%;
}
.hero-blocking_left-part-inner{
    display: flex;
    flex-wrap: wrap;
    /*max-width: 600px;*/
}
.hero-blocking_text-img{
    padding-top: 40px;
}
.hero-blocking_text-img:first-child{
    padding-top: 0px;
}
.hero-blocking_button-main,.hero-blocking_phone-main,.hero-blocking_image-text-main{
    width: 100%;
}
.hero-blocking_button-main{
    padding: 50px 0px 50px 90px;
    /* max-width: 600px; */
    display: flex;
}
.new-main-for-blocking{
    padding: 81px 0;
}
.hero-blocking_text-img{
    display: flex;
}
.hero-blocking_text-img-icon{
    padding: 0 31px 0 0;
}
.hero-blocking_text-img-icon img{
    max-width: 70px;
}
.hero-blocking_text-img-comment{
    font-size: 21px;
    color: #000;
    max-width: 600px;
    width: 100%;
}

.hero-blocking_right-part{
    display: flex;
    justify-content: flex-end;
}
.hero-blocking_right-part-slider{
    display: flex;
    max-width: 690px;
    width: 100%;
    justify-content: flex-end;
    max-height: 430px;
    padding-left: 40px;
}


.hero-blocking_right-part-slider .slick-slide img{
    width: 100%;
}
.hero-blocking_right-part-slider .slick-dots li button:before{
    font-size: 35px;
    line-height: 25px;
}
.hero-blocking_right-part-slider .slick-dots li.slick-active button:before{
    color: #537053;
}
.hero-blocking_right-part-slider .slick-dots{
    bottom: -80px;
}
.hero-blocking_right-part-slider .slick-next:before{
    content: '';
    background-image: url('../images/arrow-right.png');
    background-repeat: no-repeat;
    width: 35px;
    height: 30px;
    display: flex;
}
.hero-blocking_right-part-slider .slick-prev:before{
    content: '';
    background-image: url('../images/arrow-left.png');
    background-repeat: no-repeat;
    width: 35px;
    height: 30px;
    display: flex;
}

.hero-blocking_right-part-slider .slick-next{
    top: calc(100% + 71px);
    left: calc(50% + 110px);
    z-index: 123;
}
.hero-blocking_right-part-slider .slick-prev{
    top: calc(100% + 72px);
    left: calc(50% - 68px);
    z-index: 123;
}

.hero-blocking_button-main-link{
    font-size: 21px;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 22px 0;
    background: #537053;
    border-radius: 40px;
    max-width: 600px;
    width: 100%;
    text-align: center;
}
.contact-form-field input[type="text"],input[type="email"]{
    border:1px solid #000;
    padding: 10px 20px ;
    font-size: 21px;
    border-radius: 25px;
    color:#000;
}
.contact-form-blocking .wpcf7-response-output{
    display: none;
}
.contact-form-field{
    margin-bottom: 20px;
}
.contact-form-btn input[type="submit"]{
    font-size: 21px;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 15px 0;
    background: #537053;
    border-radius: 40px;
    max-width: 600px;
    width: 100%;
    text-align: center;
}

.hero-blocking_phone-main{
    font-size: 21px;
    color: #000;
    display: flex;
    justify-content: center;
    font-weight: 800;
    margin-left: 84px;
    position: relative;
    max-width: 600px;
}
.hero-blocking_phone-main:before{
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0px;
    top: 0;
    background-image: url(../images/phone_icon.png);
    background-repeat: no-repeat;
}
.header_body-new-top{
    padding: 20px 0 0;
    background: #537053;
}

.new-main-for-blocking .container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.language-switcher-wrapper select{
    padding: 0;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.language-switcher-wrapper select option{
    color: #537053;
}
.language-switcher-wrapper select::-ms-expand {
    display: none;
}
.logo_img-new{
    max-width: 204px;
}
.language-switcher-wrapper select{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.header_icon-link{
    font-size: 23px;
    color: #fff;
    padding-right: 48px;
}
.header_icon-link:last-child{
    padding-right: 0px;
}
.header_icon-img{
    max-width: 60px;
    max-height: 60px;
}
.new-home-page{
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
}
.homepage_hero-buttons{
    display: flex;
    justify-content:center;
    width: 100%;
}
.header_mobile-menu{
    display: none;
}
.homepage_hero-slider-mobile{
    display: none!important;
}
.homepage_hero-slider-item{
    display: flex!important;
    justify-content: center;

}
.header_top-new .header_mobile-menu-button{
    display: none;
}
.header_mobile-menu-close svg{
    max-width: 26px;
    width: 100%;
}
.header_mobile-menu-content {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh; /* Full viewport height */
    width: 75%; /* Adjust as needed */
    background-color: #537053; /* or your green */
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}
.header_mobile-menu-content{
    padding: 26px 45px 101px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.header_button-block{
    width: 233px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 28px;

}
.header_mobile-menu-close{
    position: absolute;
    top: 45px;
    right: 38px;
    height: 29px;
}
.new-home-page{
    position: relative;
    z-index: 1;
}
/* When active (visible) */
.header_mobile-menu.active .header_mobile-menu-content {
    transform: translateX(0);
}

body.menu-open {
    overflow: hidden;
}
.header_mobile-menu-icons .header_button-block{
    margin-right: 0;
    justify-content: flex-start;
    margin-bottom: 20px;
    width: 100%;
}
.header_mobile-menu-icons .header_button{
    width: 60px;
    padding: 0;
    border-radius: 50%;
    /*margin-bottom: 20px;*/
}
/*.header_icon-link{*/
/*    padding-right: 0;*/
/*    height: 60px;*/
/*    display: flex;*/
/*    margin-bottom: 20px;*/
/*}*/
.header_icon-link-media{
    margin-bottom: 20px;
    display: flex;
}
.header_icon-link-media:last-child{
    margin-bottom: 0;
}
.header_mobile-menu-icons .header_button-square svg{
    width: 100%;
    max-width: 33px;
}
.header_mobile-menu-icons .header_button-square{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
}
.header_mobile-menu-icons{

}
.homepage_hero-button-block:first-child{
    padding-left: 40px;
}
.header_mobile-menu_trigger-open{
    height: 60px;
    width: 60px;
}
.header_mobile-menu-icons{
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    width: 60px;
    align-items: flex-end;

}
/* popup styles*/
.custom-popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 9999;

}
.custom-popup-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto; /* In case content gets taller than screen */
    padding: 1rem; /* Prevent edge overflow on small screens */
}
.popup-phone-wrapper .country-list{
    max-width: 400px!important;
    max-height: 160px!important;
}

.custom-popup {
    width: 548px;
    padding: 2rem;
    background: white;
    border-radius: 70px 0px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    position: relative;
    text-align: center;
    font-family: sans-serif;
}
.custom-popup {
    max-width: 548px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
}
.popup-submit-wrapper .wpcf7-spinner{
    position: absolute;
    bottom: 7px;
}
.popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    font-size: 2rem;
    border: none;
    cursor: pointer;
}

.popup-phone-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 1rem 0;
    font-size: 1rem;
}

.flag-box {
    margin-right: 10px;
    font-size: 1.2rem;
}

.popup-phone-wrapper input {
    border: none;
    outline: none;
    flex: 1;
}

.popup-checkbox {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

.popup-checkbox input {
    margin-right: 8px;
}

.popup-submit {
    background: #3f5732;
    color: white;
    padding: 15px 40px;
    font-size: 1.1rem;
    border: none;
    border-radius: 30px 0 30px 0;
    cursor: pointer;
}

@media (max-width: 500px) {
    .hero-blocking_right-part-slider .slick-dots{
        bottom: -50px;
    }
    .hero-blocking_right-part-slider .slick-prev,.hero-blocking_right-part-slider .slick-next{
        top: calc(100% + 40px);
    }
    .header_mobile-menu{
        display: block;
    }
    .wpcf7-form-control-wrap{
        max-width: 100%;
    }

    .about-us-left{
        max-height: none !important;
    }

    .about-us-left{
        order: 2;
    }

    .about-us-middle{
        order: 3;
    }
    .about-us-right{
        order: 1;
    }

}
@media (max-width: 768px) {
    .homepage_hero-slider-mobile .homepage_hero-slider-item img{
        max-width: 80% !important;
    }

    .iti-mobile .intl-tel-input.iti-container{
        z-index: 99910 !important;
    }
    .homepage_hero-button-block:first-child{
        padding-right: 0px;
    }
    .header-new{
        border-width: 0px;
    }
    .header_mobile-menu{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 35px;
    }
    .logo_img-new{
        max-width: 140px;
    }
    .homepage_hero-slider-mobile{
        padding-top: 100px;
    }
    .homepage_hero-button{
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        font-size: 20px;
        padding: 36px;
        max-width: 155px;
    }
    .homepage_hero-button-block{
        margin-right: 20px;
    }
    .homepage_hero-button-block:last-child{
        margin-right: 0px;
    }
    .homepage_hero-buttons{
        justify-content: center;
    }
    .homepage_hero-button-square{
        margin-right: 0;
        max-width: 45px;
    }
    .new-home-page{
        display: flex;
        align-items: center;
    }

    .homepage_hero-slider-desktop{
        display: none!important;
    }
    .homepage_hero-slider-mobile{
        display: block!important;
    }

    .hero-blocking_full-part{
        flex-wrap: wrap;
    }
    .hero-blocking_left-part{
        width: 100%;
    }
    .hero-blocking_right-part{
        width: 100%;
    }
    .hero-blocking_phone-main:before {
        left: calc(50% - 17px);
        top: -45px;
    }

    .hero-blocking_right-part-slider .slick-prev{
        left: calc(50% - 147px);
    }
    .hero-blocking_button-main{
        padding: 30px;
    }
    .footer{
        padding-top: 0px;
    }
    .new-main-for-blocking{
        padding-top: 40px;
    }
    .header_top-new{
        display: none;
    }
    .header_logo-new{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .header_icon-repeater{
        padding-top: 20px ;
    }
    .header_center-text{
        font-size: 23px;
        padding-bottom: 20px;
    }
    .hero-blocking_text-img{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .hero-blocking_text-img-icon{
        width: 100%;
    }
    .hero-blocking_text-img-comment{
        width: 100%;
    }
    .hero-blocking_text-img-icon{
        padding: 0 20px;
        display: flex;
        justify-content: center;
    }
    .hero-blocking_text-img-comment{
        text-align: center;
        padding: 20px 10px;
        line-height: 26px;

    }
    .hero-blocking_phone-main{
        margin-left: 0px;
        font-size: 18px;
    }
    .hero-blocking_left-part-inner{
        padding-bottom: 40px;
        justify-content: center;
    }
    .hero-blocking_right-part-slider{
        padding-left: 0px;
    }
}
@media (max-width: 1200px) {
    .homepage_hero-slider{
        padding-top: 100px;
    }
    .header_menu-repeater{
        display: none;
    }
    .header_icon-repeater{
        display: none;
    }
    .header_top-new .header_mobile-menu-button{
        display: block;
    }
}
@media (max-width: 1360px) {
    .homepage_hero-slider{
        padding-top: 100px;
    }
}
/* Small (sm) — ≥576px */
@media (min-width: 576px) {
    .new-main-for-blocking .container {
        max-width: 540px;
    }
    .container {
        max-width: 540px;
        width:100%;
        margin: 0 auto;
    }
}

/* Medium (md) — ≥768px */
@media (min-width: 768px) {
    .new-main-for-blocking .container {
        max-width: 720px;
    }
    .container {
        max-width: 720px;
        width:100%;
        margin: 0 auto;
    }

}

/* Large (lg) — ≥992px */
@media (min-width: 992px) {
    .new-main-for-blocking .container {
        max-width: 960px;
    }
    .container {
        max-width: 960px;
        width:100%;
        margin: 0 auto;
    }
}

/* Extra Large (xl) — ≥1200px */
@media (min-width: 1200px) {
    .new-main-for-blocking .container {
        max-width: 1240px;
    }
    .container {
        max-width: 1140px;
        width:100%;
        margin: 0 auto;
    }
    .header-new .container {
        max-width: 1240px;
    }
}

/* Extra Extra Large (xxl) — ≥1400px */
@media (min-width: 1400px) {
    .new-main-for-blocking .container {
        max-width: 1320px;
    }
    .container {
        max-width: 1320px;
        width:100%;
        margin: 0 auto;
    }
    .header-new .container {
        max-width: 1320px;
    }
}

/*background-image: url('../images/icons/checkbox.svg');*/

/*END Main*/

/* Start Footer */

.footer{
    background-color: white;
}
.footer__bottom{
    background-color: white;
}

/* END Footer */
