html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
html{height:100%}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
body{
font-family: "Roboto", sans-serif;
 margin:0;
 padding:0;
}
nav{
    z-index:10000;
}
.header_fixed{
    background:#3a6933;
}
.a-flex{
display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.a-flex-top{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.pad10{
    padding:10px;
}
.pad20{
    padding:20px;
}
.pad100{
    padding:100px 0;
}
.pad20_y{
    padding:20px 0;
}
.btn_main{
    background:#FF5B04;
    cursor:pointer;
    font-family: "Roboto", sans-serif;
    color:#fff;
    font-size:16px;
    border-radius:30px;
    border:1px solid #FF5B04;
    padding:12px 32px;
    margin:10px 0;
    transition: all 0.3s ease;
}
.btn_main:hover{
    background:none;
    color:#FF5B04;
}
.page_wrapper{
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    }
nav{
    border-bottom: 1px solid #649150;
    position:fixed;
    top:0;
    width:100%;
    display:flex;
    justify-content: space-between;
}
.menu{
    display:flex;
    height: 88px;
    gap: 40px;
    flex-direction: row;
    align-content: space-between;
    align-items: center;
    justify-content: space-around;
}
.menu a{
height: 100%;
color:#fff;
line-height: 88px;
    text-decoration: none;
    display: block;
    font-family: "Roboto", sans-serif;
}
.menu a:hover{
color: #FF5B04;
    border-bottom: 3px solid #FF5B04;
}
.mobile_header{
    display:none;
}
.header_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.phone{
    font-family: "Geologica", sans-serif;
    font-size:24px;
    font-weight:bold;
    color:#fff;
    margin:0 40px;
    text-decoration:none;
}
.pop h2{
    font-family: Geologica;
    color:#345737;
font-weight: 700;
font-style: Bold;
font-size: 24px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
vertical-align: middle;

}
.pop p{
    margin:10px 0;
}
.pop ul{
    list-style: disc;
    line-height: 150%;
    padding-left: 20px;
}
.pop ul li{
    margin:10px 0;
}
.upakovka{
    display:none;
}
.member1{
    display:none;
}
.member2{
    display:none;
}
.popup2 {
position: fixed;
    top: 4%;
    left: 25%;
    max-height: 80%;
    color: #022505;
    padding: 40px;
    width: 740px;
    border-radius: 30px;
    background: #fff;
    z-index: 99999;
    opacity: 1;
            overflow-y: scroll;
            
}
.popup2 p{
    line-height:150%;
    font-size:16px;
}
.popup2 b{
    font-size:18px;
}
.popup2 span{
    font-weight:200;
    margin-bottom:30px;
    display: block;
}
.popup2::-webkit-scrollbar {
  width: 0;
}
.popup-fade2{
    display:none;
}
.popup-fade2:before{
 	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 22222;   
}
.first_block{
    height: 620px;
    background-image:url(image/main_screen_bg.jpg);
        background-position: center;
    background-size: cover;
    padding-top: 140px;
    position:relative;
}
.first_block h1{
    color:#fff;
    font-family: "Geologica", sans-serif;
    font-size:60px;
    
}
h2{
  font-family: "Geologica", sans-serif;
    font-size:42px; 
    color:#345737;
}
.first_block_leftside{
    padding-top: 40px;
    width: 940px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    z-index:1000;
}
.first_block_leftside h3{
    color:#fff;
    font-size:32px;
    line-height: 150%;
}
.first_block_leftside_q{
    font-family: "Roboto", sans-serif;
    color:#fff;
width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.first_block_leftside_q__block{
    margin-right:40px;
    max-width:180px;
}
.first_block_leftside_q__block p{
    margin-left:15px;
    font-weight: 600;
}
.first_block_leftside_q__block_down{
    margin-top:20px;
    padding-top:20px;
    line-height:150%;
    border-top:1px solid #729769;
    font-weight: 200;
}
.first_block_rightside{
z-index: 1000;
    background-image: url(image/main_image.svg);
    background-size: contain;
    position: absolute;
    width: 500px;
    background-repeat: no-repeat;
    height: 500px;
    right: 0;
    bottom: 0;
}
.bg_logo{
    position: absolute;
    right: 200px;
    bottom: 0;
    z-index: 1;
        width: 450px;
    height: 500px;
    opacity:0.6;
    background-size: cover;
    background-image:url(image/bg_logo.png);
}
.section_two{
    background-image:url(image/second_screen_bg.jpg);
}
.section_two_leftside{
    width:680px;
}
.section_two_leftside h2{
    color:#345737;
    font-family: "Geologica", sans-serif;
    font-size:42px;
    width:400px;
    margin-bottom:30px;
}
.section_two_leftside p{
    font-size:18px;
    line-height:150%;
    color:#022505;
}
.section_two_rightside{
    gap: 10px;
 display: flex;
    flex-direction: row;
    flex-wrap: wrap; 
width: 750px;
}

.section_two_rightside_item{
font-family: "Roboto", sans-serif;
    display: flex;
    padding: 30px;
    width: 300px;
    border-radius: 20px;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 30px;
}
.section_two_rightside_item p{
    line-height:150%;
}
.two_down{
    display:flex;
}
.section_two_down_leftside{
    width:680px;
    position:relative;
}
.section_two_down_rightside{
  width: 750px;
}
.section_two_down_rightside h2{
    margin-bottom:30px;
}
.section_two_down_rightside p{
    line-height:150%;
    font-weight:400;
    color:#022505;
    font-size:16px;
}
.section_two_down_leftside img{
    position: absolute;
    bottom: 0;
    height: 560px;
}
.footer_menu a{
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
}
.footer_menu a:hover{
    color:#FF5B04;
}
.footer_menu{
    
}

.footer_right{
    align-items: center;
}
.accordion{
    margin:40px 0;
}
.accordion__item {
      margin-bottom: 0.5rem;
      border-radius: 30px;
    }

    .accordion__header {
display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    color: #345737;
    font-weight: 500;
    background-color: #ffffff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    cursor: pointer;
    transition: background-color 0.2s ease-out;
    }

    .accordion__header::after {
      font-family: FontAwesome;
      content: "\f078";
      flex-shrink: 0;
      width: 1.25rem;
      height: 1.25rem;
      margin-left: auto;
      
      transition: transform 0.2s ease-out;
    }

    .accordion__item_show .accordion__header::after,
    .accordion__item_slidedown .accordion__header::after {
      transform: rotate(-180deg);
    }

    .accordion__header:hover {
      background-color: #ff5b04;
      color:#fff;
    }

    .accordion__item:not(.accordion__item_show) .accordion__header {
          border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    }

    .accordion__content {
      padding: 30px;
      background: #fff;
      border-bottom-right-radius: 30px;
      border-bottom-left-radius: 30px;
    }

    .accordion__item:not(.accordion__item_show) .accordion__body {
      display: none;
    }
    
    .accordion__item_show{
        border: 2px solid #ff5b04;
    }
    .accordion__item_show .accordion__header{
        color:#ff5b04;
    }
    
    .accordion__item_show .accordion__header:hover{
        background:#fff;
        color:#ff5b04;
    }

.main_cta{
background-image: url(image/main_screen_bg.jpg);
    background-position: center;
    border-radius: 20px;
    margin: 40px 0;
    padding: 20px 50px;
    display: flex;
    gap: 30px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.main_cta h2{
color: #fff;
    font-size: 28px;
    line-height: 120%;
    width: 50%;
}
.main_cta_img{
width: 300px;
    height: 180px;
    position: relative;    
}
  .main_cta_img img{
      position:absolute;
  }  


.main_cta_btn{
border-radius: 40px;
    background: #00000030;
    padding: 20px;
    width: 50%;
    gap: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; 
}
.container{
    width:1400px;
    margin:0 auto;
}
.d-flex{
    display:flex;
}

.width460{
    width:460px;
}

.section_three{
    padding:100px 0;
    background-image:url(image/second_screen_bg.jpg);
    background-position: bottom;
}
.section_three h1{
    font-size:42px;
    line-height:120%;
    color:#345737;
    font-family: "Geologica", sans-serif;
    font-weight:800;
}

.section_three_wrapper{
display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}
.section_three_wrapper p{
    line-height:150%;
}

.section_three_item{
font-family: "Roboto", sans-serif;
    display: flex;
    padding: 30px;
    width: 280px;
    border-radius: 20px;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 30px;
}
.section_three_item_long{
font-family: "Roboto", sans-serif;
    display: flex;
    padding: 30px;
    width: 390px;
    border-radius: 20px;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 30px;
}
.section_four_leftside{
    width:460px;
}
.section_four_rightside{
width: 900px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
}
.section_four_rightside_item{
    background: #F3F4EE;
    border-radius: 30px;
    display: flex;
    align-items: center;
}
  .section_four_rightside_item_img{
     width:330px;   
    }
    .section_four_rightside_item_img img{
        padding:50px;
        width:240px;
    }
    .section_four_rightside_text{
          padding: 40px 0;
    width: 500px;
    }

.section_four_rightside_text a{
    color:#ff5b04;
}
.section_four_rightside_text a:hover{
    color:#345737;
}
.section_four_rightside_text h3{
    margin-bottom:30px;
    color:#345737;
font-family: Geologica;
font-weight: 700;
font-style: Bold;
font-size: 24px;
line-height: 150%;
letter-spacing: 0%;
vertical-align: middle;   
}  

.section_four_rightside_text .btn_main{
    margin-top:30px;
}
.section_four_rightside_text_items{
    margin-top:30px;
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4px;
}
.section_four_rightside_text_items span{
    display:block;
    background:#fff;
    padding:10px;
    border-radius:20px;
    font-size:12px;
}
.section_four h1{
        font-size:42px;
    line-height:120%;
    margin-bottom:30px;
    color:#345737;
    font-family: "Geologica", sans-serif;
    font-weight:800;
}
.mob-phone{
    display:none;
}
.section_five{
    background-image: url(image/second_screen_bg.jpg);
    background-position: top;
}
.section_five_wrap{
    position:relative;
    margin:50px 0;
display: flex;
gap:28px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.section_five_wrap:before{
position: absolute;
    left: 0;
    top: 113px;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #345737;
}
.section_five_wrap_item img{
    width:64px;
    margin-bottom:100px;
}
.section_five_wrap_item{
    width:260px;
    position:relative;
}
.section_five_wrap_item:before{
    position: absolute;
    left: 30px;
    top: 110px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #345737;
    border-radius: 50%;
}
.section_five_wrap_item h3{
    margin-bottom:30px;
font-family: Roboto;
font-weight: 700;
font-size: 18px;
line-height: 150%;
letter-spacing: 0%;
color:#022505;
}

.section_five_wrap_item p{
font-family: Roboto;
font-weight: 400;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;
color:#022505;

}
.section_four p{
    font-size:16px;
    line-height:150%;
} 

.section_six_leftside{
    width:460px;
}
.section_six_rightside{
    width:900px;
}

.section_six_rightside_item{
    padding:50px;
    border-radius:20px;
    width:300px;
}
.section_six_rightside_item img{
    width:64px;
    margin-bottom:40px;
}
.section_six_rightside_item h3{
    font-size:18px;
    font-weight:800;
    margin-bottom:20px;
    color:#022505;
}
.section_six_rightside_item p{
    font-size:16px;
    line-height:150%;
    font-weight:400;
    color:#022505;
}
.cta{
    background-image:url(image/main_screen_bg.jpg);
    background-position: center;
    color:#fff;
}
.cta_leftside{
    width:655px;
}
.cta_leftside h1{
    font-size:42px;
    font-family: "Geologica", sans-serif;
    font-weight:bold;
    margin-bottom:20px;
}
.cta_leftside p{
    line-height:150%;
}
.cta_rightside p{
   line-height:150%;
   font-size:16px;
   font-weight:400;
}
.cta_form {
    padding:30px 0;
}
.cta_form input{
    border-radius: 30px;
    border: 0;
    padding: 14px;
    margin-right:10px;
}
.about_person{
    position: absolute;
    width: 600px;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 500px;
    background-image: url(image/about_bg.png);
    background-position: top;
}
.about{
        background-image: url(image/main_screen_bg.jpg);
        background-position: left;
}
.about h2{
    font-family: Geologica;
    color:#fff;
font-weight: 800;
font-style: ExtraBold;
font-size: 42px;
line-height: 120%;
letter-spacing: 0%;
}
.about p{
    color:#fff;
font-family: Roboto;
font-weight: 400;
font-style: Regular;
font-size: 18px;
line-height: 150%;
letter-spacing: 0%;
margin:10px 0;

}
    .about .container{
        display:flex;
    }
    
    .about_leftside{
        width:560px;
    }
    .about_rightside{
        width:800px;
        position:relative;
    }
.person{
width: 320px;
    position: absolute;
    bottom: 0;
}
.w1{
left: -20px;
}
.w2{
width: 360px;
    right: -40px; 
}
footer{
    background:#022505;
}
.footer_top{
    color:#fff;
    padding-top:50px;
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;  
}
.footer_soc{
    display:flex;
    margin:0 10px;
    gap:10px;
}
.footer_soc a{
background: #1A553F4D;
    color: #63688E;
    border-radius: 83%;
    border:1px solid #1A553F4D;
    width: 48px;
    display: block;
    height: 48px;
    text-align: center;
    line-height: 58px;
}
.footer_soc a i{
    font-size:30px;
    color:#fff;
}
.footer_down{
    font-size:12px;
    padding:50px 0;
color: #456F53;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.section_qa{
    padding:100px 0;
    background-image:url(image/second_screen_bg.jpg);
    background-position: top;
}
.details {
  position: relative;
  display: block;
  margin: 0 auto 10px;
  background: rgba(255,255,255,0.5);
  border-radius: 25px;
  transition: 0.3s;
  overflow: hidden;
}
.details .details__title:hover{
    background:#ff5b04;
    color:#fff;
}
.details[open] .details__title:hover{
    background:#fff;
    color:#ff5b04;
}
.details::after {
position: absolute;
    right: 48px;
    top: 23px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #345737;
    border-bottom: 2px solid #345737;
    transform: rotate(45deg);
    transform-origin: center;
    transition: .3s;
}
.details::before {
position: absolute;
    right: 40px;
    top: 16px;
    border-radius: 24px;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #345737;
}

.details[open]::after {
  transform: rotate(225deg);
  top: 28px;
  border-right: 2px solid #ff5b04;
    border-bottom: 2px solid #ff5b04;
}
.details[open]::before {
border: 2px solid #ff5b04;
}

.details[open] {
  padding-bottom: 100px;
  border:2px solid #FF5B04;
}

.details[open] .details__title {
  margin-bottom: 32px;
  color:#FF5B04;
}

.details__title {
background: #fff;
    border-radius: 5px;
    padding: 20px;
    font-size: 16px;
    cursor: pointer;
    list-style: none;
    transition: .3s;
}

.details__title::-webkit-details-marker {
  display: none;
}

.details__content {
  padding: 0 32px;
  font-size: 16px;
  margin-bottom: -60px;
  line-height:150%;
}

.details__content p:last-child {
  margin-bottom: 0;
}
.details__content p:first-child {
  margin-top: 0;
}

/*
-------------------------------------------
   Testimonial Area Style
-------------------------------------------
*/
.testimonial-area-head{
    position: absolute;left: 544px;
}
.testimonial-area-head h2{
  margin-bottom:30px;font-family: Geologica;
font-weight: 800;
font-size: 42px;
line-height: 120%;
letter-spacing: 0%;  
}
.testimonial-area {
background-image: url(image/second_screen_bg.jpg);
    background-position: top;
}

.testimonail-img {
float: left;
    display: block;
    margin-right: 45px;
}

.flaticon-right-quote::before {
  content: "\f103";
  font-size: 80px;
  margin-left: 0;
  line-height: 80px;
}

.testimonial-content p {
margin: 10px 0;
    line-height: 150%;
}

.testimonial-content h3 {
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.testimonial-content span {
  font-size: 16px;
  color: #63688e;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
}

.testimonial-content {
    padding: 140px 0 0 0;
}
.testimonial-content ul{
    list-style: disc;
    line-height:150%;
    padding-left:20px;
    margin-left: 540px;
}

.testimonail-img img {
    border-radius:20px;
}
.owl-carousel .owl-nav {
    position: absolute;
    bottom: 40px;
    left: 380px;
}

.owl-carousel .owl-nav>div {
    display: inline-block;
    font-size: 36px;
    height: 48px;
    width: 48px;
    margin: 2px;
    background: #fff;
    border-radius: 25px;
}
.owl-carousel .owl-nav>div:hover{
    background: #ff5b04;
}
.owl-carousel .owl-nav>div:hover i {
    color:#fff;
}

.express{
    cursor:pointer;
background: #ff5b04;
    color: #fff;
    position: fixed;
    /* padding: 20px; */
    bottom: 40px;
    right: 40px;
    z-index: 10000;
    display: flex;
    width: 124px;
    height: 124px;
    border-radius: 62px;
    text-align: center;
    flex-direction: column;
    font-family: Roboto;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;

}
.express div{
    width:70px;
}
.express img {
    width:32px;
    margin-top:10px;
}

.test{
    z-index: 999999;
    background: #F3F4EE;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow-y: scroll;

}
.test_wrap{
    padding: 20px;
    width: 1400px;
    margin: auto;
}
.test h1{
    color:#345737;
    font-family: Geologica;
font-weight: 800;
font-size: 42px;
line-height: 120%;
letter-spacing: 0%;

}
.test h1 span{
    color:#FF5B04;
}

.test_block{
    margin:20px 0;
}
.test_cta_form input{
    border-radius: 30px;
    border: 0;
    padding: 14px;
    margin-right: 10px;
    width: 334px;
}

.test_block_q{
margin: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    padding: 10px 20px;
}
.test_block_q p{
    width: 1100px;
    line-height:150%;
}
.resume{
    display:none;
    margin:40px 0;
}

    .test_resume {
        border-radius: 30px;
        border: 2px dotted #FF5B04;
        padding: 20px;
        display: flex;
        gap: 20px;
        flex-direction: column;
        flex-wrap: nowrap;
    }
.test_block h2{
    line-height:150%;
    font-size:24px;
}
.test_block_button{
display: flex;
    width: 230px;
    gap: 10px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
}
.form_radio_btn {
width: 50%;
}
.form_radio_btn input[type=radio] {
	display: none;
}
.form_radio_btn label {
display: block;
    cursor: pointer;
    text-align: center;
    color: #345737;
    padding: 0px 15px;
    line-height: 34px;
    border: 1px solid #345737;
    border-radius: 20px;
    user-select: none;
}
 
/* Checked */
.form_radio_btn input[type=radio]:checked + label {
	background: #FF5B04;
	border:1px solid #FF5B04;
	color:#fff;
}
 
/* Hover */
.form_radio_btn label:hover {
	border:1px solid #FF5B04;
	color:#FF5B04;
	background:#fff;
}
 
/* Disabled */
.form_radio_btn input[type=radio]:disabled + label {
	background: #efefef;
	color: #666;
}

.test_resume span{
    color:#FF5B04;
    font-family: Geologica;
font-weight: 700;
font-style: Bold;
font-size: 24px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
vertical-align: middle;

}

.test_resume p{
    color:#022505;
    line-height:150%;
}
.test_cta_wrap{
    display:none;
}
.test_cta{
background-image: url(image/main_screen_bg.jpg);
display:none;
    background-position: center;
    color: #fff;
    padding: 40px;
    display: flex;
    border-radius: 30px;
    margin: 20px 0;
    justify-content: space-between;
    align-items: center;
}


.test_cta h2{
    color:#fff;
    margin:0;
    font-size:32px;
}

.test_cta p{
    color:#fff;
    line-height:150%;
}

.test_cta .cta_form{
padding: 10px 20px;
    text-align: right;
    width: 50%;
    background: #34573799;
    border-radius: 30px;
}

.test_cta_form{
     border-radius: 30px;
    border: 0;
    padding: 2px 14px;
    /* margin-right: 10px; */
    width: 50%;
    background: #34573799;
}
.test_cta .btn_main{
        width: 280px;
}

.close{
position: absolute;
    right: 20px;
    text-align: center;
    font-size: 23px;
    border: 1px solid #ccc;
    z-index: 20000;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    top: 20px;
    color: #ccc;
    background: #fff;
    cursor: pointer;
}
.popup-fade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 22222;
}
.popup_form{
display: flex;
    gap: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    margin:20px 0 0 0;
}
.form_group{
    position:relative;
}
.form_group .input-error{
    position: absolute;
    top: -12px;
    font-size: 10px;
    padding: 6px 12px;
    border-radius: 12px;
    left: 30px;
    background: #EB5757;
}
.popup_form input{
    border-radius: 30px;
    border: 0;
    padding: 14px;
    margin-right: 10px;
        width: -webkit-fill-available;
}
.popup h2{
    color:#fff;
    font-family: Geologica;
font-weight: 700;
font-style: Bold;
font-size: 32px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 0%;

}
.popup {
position: fixed;
    top: 4%;
    left: 43%;
    color: #fff;
    padding: 40px;
    width: 500px;
    border-radius: 30px;
    margin-left: -200px;
    background-image: url(image/main_screen_bg.jpg);
    background-position: center;
    background-size: cover;
    /* border: 1px solid orange; */
    /* border-radius: 4px; */
    z-index: 99999;
    opacity: 1;
}
.popup-close {
position: absolute;
    top: 20px;
    color: #a2ada1;
    font-size: 23px;
    border-radius: 12px;
    right: 20px;
    text-align: center;
    width: 24px;
    height: 24px;
    /* padding: 10px; */
    border: 1px solid #a2ada1;
    cursor:pointer;
}
.popup-fade {
	display: none;
}
.checkbox-other {
display: block;
    margin: 20px 0 10px 0;
    line-height: 22px;
    cursor: pointer;
    user-select: none;
    position: relative;
}
.checkbox-other input[type=checkbox] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.checkbox-other span {
	display: inline-block;
	position: relative; 
	padding: 0 0 0 35px; 
	line-height: 22px;    
	font-size:12px;
}
.checkbox-other span:before {
content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    border-radius: 5px;
    top: 0;
    border: 1px solid #d2d0d0;
}
 
/* Checked */
.checkbox-other input[type=checkbox] + span:after {
	content: "";	
	opacity: 0;
	transition: opacity 0.3s ease;
}
.checkbox-other input[type=checkbox]:checked + span:after {
content: "✓";
    color: #e4e4e4;
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    left: 6px;
    top: 0px;
    opacity: 1;
}
 
/* Focus */
.focused span:before {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover */
.checkbox-other span:hover:after {
	filter: brightness(110%);
}
 
/* Active */
.checkbox-other span:active:before,
.checkbox-other span:active:after {
	filter: brightness(80%);
}
 
/* Disabled */
.checkbox-other input[type=checkbox]:disabled + span {
	color: #666;
	cursor: default;
}
.checkbox-other input[type=checkbox]:disabled + span:before,
.checkbox-other input[type=checkbox]:disabled + span:after {
	filter: grayscale(100%);
	opacity: 0.6;
}
.popup-open3{
    position: absolute;
    padding: 10px;
    bottom: 90px;
    left: 20px;
    z-index: 1000;
    border-radius: 20px;
    background: #fff;
    color: #FF5B04;
    cursor: pointer;
}
.popup-open4{
position: absolute;
    padding: 10px;
    bottom: 90px;
    left: 60%;
    z-index: 1000;
    border-radius: 20px;
    background: #fff;
    color: #FF5B04;
    cursor: pointer;
}
@media (max-width: 1430px) {
.container{
    width: 1100px;
}
.test_wrap{
    padding: 20px;
    width: 1000px;
    margin: auto;
}
.first_block_leftside{
    width:640px;
}
.first_block h1{
    font-size:40px;
}
.first_block_rightside{
    width:400px;
}
.section_two_rightside_item{
    width: 240px;
}
.section_two_leftside{
        width: 580px;
}
.section_two_down_leftside img{
    height: 500px;
}
.section_three_item{
    width: 200px;
}
.section_three_item_long{
    width: 288px;
}
.section_four_rightside{
 width: 700px;   
}
.section_four_leftside {
    width: 460px;
    padding-right: 50px;
}
.section_four_rightside_text
 {
    padding: 40px 20px;
    width: 300px;
}
.testimonial-content {
    padding: 180px 0 0 0;
}
.section_six_rightside {
    width: 800px;
}
.cta_leftside {
    width: 400px;
}
}

@media (max-width: 1200px) {
    nav{
        display:none;
    }
    .test_wrap{
    padding: 20px;
    width: 90%;
    margin: auto;
}
    .test h1{
        font-size:24px;
    }
    .test_block h2{
        font-size:24px;
    }
    .test_block_q{
        padding: 20px;
        display: flex;
        gap: 20px;
        background: #fff;
        border-radius: 30px;
        flex-direction: column;
}
.test_block_q p {
    width:720px;
}
.test_block_q p{
    width:100%;
}
.test_cta{
        background-image: url(image/main_screen_bg.jpg);
    background-position: center;
    color: #fff;
    padding: 20px;
    display: flex;
    gap: 20px;
    border-radius: 30px;
    margin: 20px 0;
    flex-direction: column;
    flex-wrap: nowrap;
}
.test_cta_form input {
    width: 184px;
}
.test_cta .btn_main {
    width: 230px;
}
    .container{
        width:90%;
        padding:0 20px;
    }
    .d-flex {
       display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    }
    .d-none{
        display:none;
    }
    .gap20{
        gap:20px;
    }
    h2{
        font-size:28px;
              margin: 30px 0;
    }
    .gap30{
        gap:30px;
    }
    .gap40{
        gap:40px;
    }
    .section_three_wrapper{
           display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-evenly; 
    }
    .about .container{
       display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .about_leftside{
        width:auto;
    }
    .about h2{
        font-size:28px;
    }
    .about_rightside{
width: 100%;
        height: 300px;
    }
    .section_two_leftside h2{
        font-size:28px;
    }
    .section_two_leftside{
        width:auto;
        margin-bottom:30px;
    }
    .section_two_rightside{
      display: flex;
        width: auto;
        flex-direction: column;
    }
    .section_two_down_rightside{
        width:auto;
    }
    .section_two_rightside_item{
     display: flex;
        width: auto;
        flex-direction: row;
    }
    .section_two_down_leftside{
        width:auto;
    }
    .section_two_down_leftside img{
             position: relative;
        width: 100%;
        height: auto;
        margin-top: -50px;
    }
    .section_three h1{
        font-size:28px;
    }
    .section_three_item{
        width:auto;
    }
    .section_three_item_long{
        width:auto;
    }
    .section_four h1{
        font-size:28px;
    }
    .section_four_leftside{
        width:auto;
        margin-bottom:40px;
    }
    .section_four_rightside{
      width:auto;  
    }
    .section_four_rightside_item{
     display: flex
;
        flex-direction: column;
        flex-wrap: nowrap;
        padding: 20px;

    }
    .section_four_rightside_text{
        width:auto;
    }
    .section_five_wrap{
        display: flex;
        flex-direction: column;
        margin-left: 60px;
    }
    .section_five_wrap_item img{
        width:54px;
        margin-bottom:20px;
    }
    .section_five_wrap_item_top{
     display: flex;
        gap: 20px;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }
    .section_five_wrap:before{
        position: absolute;
    left: -46px;
    top: 0;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #345737;
    }
    .section_five_wrap_item{
        width:auto;
    }
    .section_five_wrap_item:before{
        left: -50px;
    top: 25px;
    }
    .section_six_leftside{
        width:100%;
    }
    .section_six_rightside{
        width:100%;
    }
    .section_six_rightside_item{
               width: auto;
        display: flex;
        gap: 30px;
        padding: 30px;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
    .details__title{
        padding: 20px 90px 20px 20px;
    }
    .cta_leftside h1{
        font-size:28px;
    }
    .cta_form{
        padding: 30px 0;
        display: flex;
        gap: 20px;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;

    }
    .cta_form input{
        border-radius: 30px;
    border: 0;
    padding: 14px;
    margin:0;
    }
    .cta_form .btn_main{
        margin:0;
    }
    .footer_top{
     flex-direction: column;
        gap: 20px;
        flex-wrap: nowrap;
        display: flex;
        align-content: flex-start;
        align-items: flex-start;
    }
    .footer_down{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap:10px;
    }
    
    .first_block{
        height:1100px;
    }
    .first_block_leftside{
        width:auto;
    }
    .first_block_leftside h3{
        font-size:18px;
    }
    .first_block_leftside_q{
        display: flex;
        gap:40px;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .first_block_leftside_q__block{
        margin-right: 20px;
    max-width: 100%;
    width: auto;
    }
    .first_block_leftside_q__block_down{
        margin-top: 10px;
    padding-top: 10px;
    }
    .first_block h1{
        font-size:28px;
    }
    .bg_logo{
        height: 500px;
        left: 50px;
        bottom: 0;
    }
    .footer_menu{
            display: flex;
        width: 100%;
        /* gap: 30px; */
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .footer_menu a:first-child{
        border-bottom:1px solid #2b502e;
    }
    .footer_menu a:nth-child(2){
        border-bottom:1px solid #2b502e;
    }
    .footer_soc{
            display: flex;
    margin: 20px 10px;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    }
    .express{
      position: fixed;
        top: 0;
        left: 0;
        gap: 10px;
        height: 36px;
        width: 100%;
        border-radius: 0;
        display: flex;
        flex-direction: row;
    }
    .express img
    {
        width:16px;
        margin:0;
    }
    .mobile_menu{
        position: absolute;
        display: none;
        color:#fff;
        top: 70px;
        width: 100%;
        height: 100vh;
        background-image: url(image/main_screen_bg.jpg);
    background-position: center;
    background-size: cover;
    }
    .mobile_menu_wrapper{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 20px;
    }
    .mobile_menu_wrapper a{
display: block;
        color: #fff;
        padding: 20px 0;
        /* height: 80px; */
        border-bottom: 1px solid #7ea174;
        font-family: Geologica;
        font-weight: 700;
        font-style: Bold;
        font-size: 28px;
        leading-trim: NONE;
        line-height: 130%;
        letter-spacing: 0%;
        text-decoration: none;
    }
  .mobile_menu-bottom  a{
  font-family: Roboto;
font-weight: 700;
font-style: Bold;
font-size: 26px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;  
text-decoration:none;
border:0;
padding:0;
  }
    .mobile_menu-bottom{
            display: flex
;
    margin: 20px 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    }

    .mobile_header{
    position: absolute;
    border-bottom: 1px solid #6f9364;
    display: flex;
    width: 100%;
    gap: 20px;
    margin-top: 40px;
    z-index: 2222;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    }
    .menu_btn{
         width: 42px;
        line-height: 42px;
        text-align: center;
        font-size: 24px;
        color: #84977d;
        height: 42px;
        border-radius: 21px;
        background: #fff;
    }
    .menu_close{
        width: 42px;
        display:none;
        line-height: 42px;
        text-align: center;
        font-size: 24px;
        color: #84977d;
        height: 42px;
        border-radius: 21px;
        background: #fff;
    }
    .first_block_image{
            z-index: 1000;
        background-size: cover;
        background-image: url(image/main_image.svg);
        position: absolute;
        bottom: 0;
        left: 10%;
        height: 290px;
        width: 80%;
    }
    .pad100{
        padding:50px 0;
    }
    .first_block_rightside{
    display:none;
}
    .main_cta{
     display: flex;
        gap: 20px;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .main_cta h2{
     color: #fff;
        line-height: 120%;
        width: 100%;
    }
    .main_cta_img{
       height: 300px;
    }
    .main_cta img{
       width: 100%; 
    }
    
    .main_cta_btn{
border-radius: 30px;
        background: #00000030;
        padding: 20px;
        color: #fff;
        font-size: 16px;
        line-height: 150%;
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .main_cta_btn button{
      width: 100%;
        margin-bottom: 0;
    }
    .express div{
    width:auto;
}
.section_three{
    padding:50px 0;
}
.footer_menu a{
   color: #fff;
    display: block;
    padding: 20px 0;
    text-decoration: none; 
}
.about_person{
position: relative;
        width: 100%;
        height: 300px;
}
.person{
       width: 200px;
    position: absolute;
    bottom: 0; 
}
.w2{
    width: 240px;
}
.test_resume{
border-radius: 30px;
        border: 2px dotted #FF5B04;
        padding: 20px;
        display: flex;
        gap: 20px;
        flex-direction: column;
        flex-wrap: nowrap;
}

.test_cta_form{
width: 80%;
        display: flex;
        gap: 20px;
        padding: 20px;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
}
.test_cta h2{
    margin-bottom:20px;
}
.test_cta_form input{
margin: 0;
        width: auto;
}
.test_cta .btn_main{
    width:auto;
    margin:0;
}
.test_block_button{
    width:100%;
}

.popup{
        padding: 20px;
        width: 280px;
        left: 60%;
}
.popup h2{
    font-size:24px;
}
.testimonial-area-head{
    position: relative;
        left: auto;
}
.testimonial-area-head p{
    margin-bottom:20px;
}
.testimonail-img{
    float:none;
    margin: 0;
}
.testimonial-content ul{
    margin:0;
}
.owl-carousel .owl-nav{
     position: absolute;
    bottom: auto;
    top: 34%;
    right: 20px;
    left: auto;
}
.popup2{
        width: 280px;
        padding:20px;
            left: 10%;
}
.popup2 h2{
    font-size:18px;
    margin:0 0 30px 0;
}
.testimonial-content{
      padding: 20px 0 0 0;
}
.mob-phone{
    display:block;
}
}