@font-face {
  font-family: PT Astra Serif;
  src: url('../css/pt-astra-serif_regular.ttf');   
}
.wrapper__main-page{
  max-width: 1440px;
  padding: 0 32px ;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
nav{
  z-index: 12;
}
.wrapper__header{
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 0px;
  border-bottom: 1px solid #373D42;

}
.wrapper__header nav{
  margin-left: 75px;

}
nav a{
  text-decoration: none;
}
button.burger-menu__icon{
  display: none;
  margin: 0 0 0 24px;
  background-color: transparent;
}
.wrapper__header nav ul.navigate li {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #FFFFFF;
  margin-right: 24px ;
}
.wrapper__header nav ul.navigate li img {
  margin-left: 6px;
}
.wrapper__header nav ul.navigate li:hover{
  color: #5ED788;
  cursor: pointer;
}
.header__logo{
  width: 290px;

}
.header__logo img{
  width: 100%;
  height: 60px;
}

.container__main-page{
  width: 100%;
  z-index: 10;
}
.navigate{
  display: flex;
}
.button-primary, .button-secondary{
  font-weight: 500;
  padding: 5px 20px 6px;
  border-radius: 32px;
  z-index: 700;
}
.button-primary{
  background-color: #FFFFFF;
  color: #000000;
}
.button-secondary{
  background-color: #E5EFFF29 ;
  color: #FFFFFF;
  z-index: 10;
  position:relative;
  text-wrap: nowrap;
}
.button__submit{
  display: flex;
  height: 69px;
  align-items: center;
  justify-content: space-between;
  padding-left:27px;
  padding-right: 18.5px;
  background-color: #181C1F;
}
.header__contacts{
  display: flex;
  align-items: center;
  margin-left: auto;
  z-index: 12;
}
.btn-find{
  background-color: transparent;
  margin-right: 32px;
}
.line{
  height: 2px;
  width: 100%;
  border-bottom: 1px solid #373D42;

}
.wrapper__window-menu{
  position: absolute;
  top: 73px;
  left: 0;
  z-index: 50;
  left: 15%;
  display: none;
  z-index: 100;
}
.container__window-menu{
  display: flex;
  flex-direction: column;
  width:1014px ;
  border-radius: 16px;
  gap: 23px;
  background-color: rgba(12, 17, 21, 1) ;
  padding: 23px 40px 23px;
}
.content__item{
  display: flex;

}
.background__item{
  display: none;
  width: 445px;
  border-radius: 12px;

  
}

.container__about-wte{
  width: 449px;
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}
a.about-wte__item{
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  border-radius: 12px;
  padding:12px 8px;
  margin-right: 24px;
}
.about-wte__item.active{
  background: rgba(55, 61, 66, 0.2);
}
.about-wte__item:hover{
  background: rgba(55, 61, 66, 0.2);
  cursor: pointer;
}
.about-wte__item img{
  width: 50px;
  height: 50px;
  margin-right: 8.5px;
}
.item-text{
  display: flex;
  flex-direction: column;
}
.item-text h2{
  
  margin-bottom: 8px;
}
.item-text p{
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.container__services{
  display: flex;
  flex-wrap: wrap;
  width: 974px;

}
a.about-services{
  width: 447px;
  display: flex;
  align-items: center;
  height: 74px;
  border-radius: 12px;
  margin-right: 40px ;
  margin-bottom: 22px;
  padding: 14px 8px;
}
.about-services:hover{
  background-color: #181C1F;
}
.about-services img{
  width: 50px;
  height: 50px;
  margin-right: 24px;
}
.wrapper__main-description{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 92px ;
  border-bottom: 1px solid #373D42;
}
.main-description{
  width: 100%;
  display: flex;
  padding-top: 11px ;
  margin-bottom: 34px;
}
.main-description__about{
  width: 21%;
  padding-top: 25px;
  text-align: left;
}
.main-description__about p{
  margin-bottom: 44px;
  color: var(--things-white, #FFFFFF);
}
.h1__green{
    font-family: PT Astra Serif;
    font-size: 102px;
    line-height: 92px;
    letter-spacing: -1%;
    color: transparent;    
	  -webkit-background-clip: text;
	  background-clip: text;
	  background-image: linear-gradient(90deg, #5ED788 0%, #66DDBF 57.5%, #6CE0D8 100%);
}
.h2__green{
    font-family: PT Astra Serif;
    font-size: 48px;
    line-height: 46px;
    color: transparent;    
	  -webkit-background-clip: text;
	  background-clip: text;
	  background-image: linear-gradient(90deg, #5ED788 0%, #66DDBF 57.5%, #6CE0D8 100%);
}
.main-description h1{
  width: 79%;
  z-index: 10;
}
.main__img{
  width: 100%;
  height: 414px;
  background: url('../img/svg/slider-img.png') 0 0 no-repeat;
  background-position: center center;
  z-index: 10;
}
.wrapper__content{
  /*background-color: #181C1F;*/
  width: 100%;
  padding: 52px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #373D42;
  border-top: 1px solid #373D42;
}
.wrapper__content-text{
  width: 64.68%; 
  display: flex;
  flex-direction: column;
}


.wrapper__experience{
  width: 100%;
  display: flex;
  flex-direction: column;
  /* margin-bottom: 92px; */
}
.wrapper__experience h3{
  margin: 104px 0 53px; 
}
.wrapper__experience h4{
  margin-bottom: 14px; 
}
.content__experience{
  padding: 46px 0;
  border-top: 1px solid #373D42;
  border-bottom: 1px solid #373D42;
  display: flex;
  justify-content: space-between;
}
a.about__experience{
  display: inline-block;
  padding: 0px, 0px, 2px, 0px;
  border-bottom: 1px solid #FFFFFF;
}
.content__experience-text{
  display: flex;
  flex-direction: column;
  width: 21%;
  
}
.content__experience-btn{
  margin-top: auto;
}

.content__experience-img,.content__experience-img2{
  width: 73.7% ;
  height: 391px;
  
  background-position: center center;
}
.content__experience-img{
  background: url('../img/svg/rectangle.svg') center center no-repeat;
}
.content__experience-img2{
  background: url('../img/svg/rectangle2.svg') center center no-repeat;
}
.wrapper__experience p{
  font-size: 17px;
  line-height: 23px;
}


.wrapper__our_solutions,.wrapper__footer{
  display: flex;
  justify-content: space-between;
  margin-bottom: 92px;

}

.wrapper__our_solutions h3{
  width: 52.6%;
  margin-top: 15px;
}
.wrapper__our_solutions-content, .wrapper__footer-content{
  width: 47.4%;
  display: flex;
  justify-content: space-between;
  
}
.text_colomn{
  width: 45%;
  padding: 15px 0 0 12px;
  border-left: 1px solid #373D42;
}
.footer__text_colomn{
  width: 45%;
  padding: 15px 0 0 12px;
  
}
.wrapper__footer .footer__social{
  margin-right: 36px;
}

.wrapper__footer .footer__social .header__logo{
  margin-bottom: 22px;
}
.wrapper__number{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 92px;
  position: relative;
}
.number__item{
  width: 50%;
}

.wrapper__contact-form{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 92px;
  margin-top: 29px;
}
.wrapper__contact-form_text{
  width: 46%;
  /*padding-top: 29px;*/
}
.form__question{
  width: 47.4%;

}
form.question{
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 500;
}
form.question input{
  background-color: inherit!important;
}
form.question input.input-text{
  height: 48px ;
  border-bottom: 2px solid #54595e;
  margin-bottom: 44px;
}
form.question button{
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  margin-bottom: 20px ;
  margin-top: 24px;

}
form.question label{
  height: 22px;
  padding-top: 0px;
  /*padding-bottom: 25px;*/
}
.agree_politics{
  display: flex;
  align-items: center;
  max-width: 100%;
}
.politics a{
  text-decoration: underline;
  display: inline-block;
  padding-bottom: 2px;
}
input.input-agree{
  margin-bottom: 0;
  width: 20px;
  height: 20px;
}
input[type="checkbox"]{
  background-color: inherit;
  accent-color: #5ED788 ;
  margin-right: 8px;

}
footer{
  width: 100%;
}
footer a{
  text-decoration: none;
}
.footer__social p{
  max-width: 306px;
}
.wrapper__footer{
  border-top: 1px solid #373D42;
  border-bottom: 1px solid #373D42;
  padding-top: 36px ;
  padding-bottom: 36px;
  margin-bottom: 22px;
}
.footer__social h3{
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 500;
  line-height: 24.15px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-bottom: 20px;

}
.footer__social p{
  margin-bottom: 79px;
}
.footer__icon{
  display: flex;
}
.footer__icon img{
  width: 23px;
  height: 23px;
  margin-right: 24px ;
}
.footer__text_colomn{
  display: flex;
  flex-direction: column;

}
.footer__text_colomn h4{
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 24px ;
}
.footer__text_colomn a{
  margin-bottom: 12px;
}
.privacy-policy{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px ;
}
.privacy-policy span{
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  color: rgba(229, 239, 255, 0.16);
}
/* Dropdown */
.dropdown {
  position: relative;
  display: inline-block;
}
.dropbtn {
  background-color: inherit;
  color: #FFFFFF;
  font-weight: 500;
  margin-right: 32px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.dropbtn img#img-down.active{
  margin-left: 6px;
  margin-bottom: 6px;
  display: block;
}
.dropbtn img#img-down{
  margin-top: 7px;
  display: none;
}
.dropbtn img#img-top.active{
  display: block;
  margin-left: 6px;
  margin-bottom: 6px;
}
.dropbtn img#img-top{
  display: none;
  margin-top: 7px;
}
.wrapper-dropdown{
  position: absolute;
  padding-top: 47.5px;
}
.dropdown-content {
  width: 220px;
  display: none;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 16px; 
}
.dropdown-content.active{
  display: block;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid rgba(55, 61, 66, 0.2);
}
.dropdown-content a:hover {
  color: #6CE0D8;
}
.dropdown:hover .dropbtn {
  color: #5ED788;
}
/* Find */
.wrapper__find{
  width: 800px;
  height: 56px;
  border-radius: 98px;
  background-color: #FFFFFF;
  padding: 7px 12px 7px 20px;
  display: none;
  align-items: center;
  position:absolute;
  top: 93px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;

}
.wrapper__find.active{
  display: flex;
}
.wrapper__find img{
  margin-right: 16px;
}
.wrapper__find input{
  font-size: 20px;
  color: #181C1F;
  width: 75%;
}
button.closeFind{
  width: 42px;
  height: 42px;
  z-index: 202;
  background-color: inherit;
  display: none;
}
button.closeFind.active{
  display: block;
}

button.primary-black{
  width: 126px;
  height: 42px;
  padding: 9px, 39px, 10px, 39px;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
  text-align: center;
  border-radius: 42px;
  background-color: #181C1F;
  display: none;
}
button#isFind.active{
  display: block;
}
button.black-button{
  width: 122px;
  padding: 5px 20px 6px 20px;
  border-radius: 32px;
  background-color: #181C1F;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
  text-align: center;
}
form.search{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.icon-find{
  display: block;
}
.icon-find.active{
  display: none;
}
.icon-close{
  display: none;
}
.icon-close.active{
  display: block;
}
/* Popup contact */
.wrapper__popup-contact{
  width: 652px;
  height: 714px;
  background-color: #FFFFFF;
  z-index: 205;
  padding: 29px 40px;
  position: absolute;
  top: 93px ;
  right: 32px;
  border-radius: 16px;
  display: none;
}
.wrapper__popup-contact .agree_politics{
  display: flex;
  align-items: center;
}
.wrapper__popup-contact h2{
  color: #181C1F ;
  margin-bottom: 131px;
}
.wrapper__popup-contact form.question .agree_politics label{
  color: #181C1F;
  font-size: 15px;
  font-weight: 400;  
}
.wrapper__popup-contact form.question .agree_politics label a{
  font-size: 15px;
  color: #181C1F;
}
.wrapper__popup-contact form.question input.input-text{
  color: #181C1F;
}
button.close-popup-contact{
  background-color: inherit;
  position: absolute;
  top: 20px;
  right: 20px;
}
p#error-input-name,
p#error-input-email,
p#error-input-message,
p#error-input-name-footer,
p#error-input-email-footer,
p#error-input-message-footer{
  color: red;
  margin-top: -40px;
  margin-bottom: 20px;
  display: none;
}
/*  */
.light-one{
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.7;
  mix-blend-mode: Lighten;
  filter: brightness(1.2) contrast(0.9);
}
.light-two{
  position: absolute;

  top:-470px;
  left: 0;
  opacity: 90%;
  mix-blend-mode: Lighten;
}
body.no-scroll{
  overflow: hidden;
}
/* Mobile menu */

.wrapper__mobile-menu{
  position: fixed;
  top: 70px;
  right: 0;
  left: 0;
  height: 94%;
  background-color: #181C1F;
  z-index: 300;
  display: none;
  padding: 0 20px 20px 20px;
  overflow: auto;
}
.wrapper__mobile-menu h3{
  font-size: 20px;
  border-bottom: 1px solid #54595e;
  padding: 17px 0 ;
}
.wrapper__mobile-menu.active{
  display: block;
}
.container__mobile-menu h3{
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 20px;
  border-bottom: 1px solid #54595e;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.toggle-icon {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.open .toggle-icon {
  transform: rotate(180deg);
}

.mobile-menu__item{
  display: flex;
  align-items: center;
  padding: 12px;
}
.container__mobile-menu h2{
  font-size: 17px;
}
.container__mobile-menu p{
  font-size: 15px;
}
.mobile-menu__item img{
  margin-right: 12px;
  width: 40px;
  height: 40px;
}
.mobile-menu__content{
  border-bottom: 1px solid #54595e;

}
.social{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px 0 24px;

}
.social h3{
  font-size: 23px;
  font-weight: 500;
  line-height: 24.15px;
  letter-spacing: -0.04em;
  text-align: center;
  border-bottom: none;

}
.icons img{
  margin-right: 24px ;
  width: 23px;
  height: 23px;
}

.wrapper__mobile-menu .button-primary{
  display: none;
}
.container__mobile-menu.lang{
  display: none;
}
@media (min-height:1000px){
  .wrapper__mobile-menu{
    height: 100%;
  }
  .main-description.wte h1{
    width: 100%;
  }
  
}
@media (max-height:450px){
  .wrapper__mobile-menu{
    height: 90%;
  }
}
@media (max-width:1190px){
  button.burger-menu__icon{
    display: block;
  }
  .wrapper__header nav{
    display: none;
  }
  .main-description{
    padding-top: 26px;
  }
  .main-description h1,.h1__green{
    font-size: 65px;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: -0.01em;
  }
  .main-description h1{
    width: 65%;
  }
  .main-description__about{
    padding-top: 0; 
    width: 34.6%;
  }
  .main-description__about p{
    width:100%;
    padding-top: 10px;
    
  }
  .wrapper__content-text{
    width: 84.25%;
  }
  .h2__green{
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
  }
  .wrapper__our_solutions h3{
    width: 26.2%;
  }
  .wrapper__our_solutions-content, .wrapper__footer-content{
    width: 73.8%;
  }
  .text_colomn{
    width: 48%;
  }
  .wrapper__experience h3{
    margin: 55px 0 26px; 
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
  }
  .content__experience-img, .content__experience-img2{
    width: 60.8%;
  }
  .content__experience-text{
    width: 34.6%;
  }
  .wrapper__number{
    margin-bottom: 46px;
  }
  .wrapper__contact-form{
    flex-direction: column;
    width: 100%;
    margin-bottom: 46px;
  }
  .wrapper__contact-form_text{
    width: 100%;
    margin-bottom: 46px ;
  }
  .form__question{
    width: 100%;
  }
  form.question{
    width: 100%;
    height: 101%;
  }
  .light-one{
    top: -250px;
    right: -20px;
  }
  .light-two{
    left: -100px;
  }
  .wrapper__content-text{
    width: 100%;
  }

  
}
@media (max-width:1000px){
  .wrapper__images .block-item{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    /*margin-bottom: 36px;*/
    gap: 36px;

  }
  .wrapper__images .block-item{
    max-width: 100%;
    

  }
  
  .wrapper__images .block-item p{

    /*margin-bottom: 20px;*/
  }
  .wrapper__images{
    flex-direction: column;

  }
  main section .wrapper__images{
    padding-bottom: 46px;
    gap: 36px;
  }
 
  section .wrapper__images.right{
    padding-left: 0%;
    /* flex-direction: row; */
  }
  main section .wrapper__content.wte.row .wrapper__content-text{
    display: flex;
    align-items: center;
  }
  main section .wrapper__content.wte.row .wrapper__content-text h2{
    width: 70%;
    margin-bottom: 20px;
  }
  .wrapper__content-text .content-text-btn{
    padding-bottom: 20px;
    align-items: center;
  }
  .text_colomn.table p{
    font-size: 20px;
  }
  
}
@media (max-width:834px){
  .light-one{
    right: -70%;
    top: 0;
  }
  .main__img.wte{
    background-position: 70% top !important;
  }
  .footer__icon{
    margin-top: auto;
  }
  .wrapper__content.wte{
    padding: 33px 0 17px;
  }
  .wrapper__images.right .block-item{
    max-width: 100% !important;
  }
  .block-item img{
    width: 275px;
    height: 224px;
    margin-bottom: 0px !important;
    object-fit: cover;
    min-width: 275px;
  }
  /* .wrapper__images .block-item{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 36px;

  } */
  section .wrapper__images .block-item p{
    width: 100%;
    letter-spacing: -0.04em;
  }
  .text-item{
    width: 60%;
    display: flex;
    flex-direction: column;
    margin-left: 0px;
  }
  
  .wrapper__header{
    padding: 10px 0px 9px;
  }
  .header__logo img{
    height: 50px;
  }
  
  main section .wrapper__content.wte.row .wrapper__content-text h2{
    width: 100%;
    margin-bottom: 20px;
  }
  .wrapper__content-text .content-text-btn{
    width: 30%;
    text-align: right;
    padding-right: 0px !important;
  }
  
  .wrapper__content.wte.row{
    border-top: 1px solid #373D42;
    border-bottom: 1px solid #373D42;
    padding: 33px 0 17px;
  }
  
  
  .wrapper__our_solutions h3{
    width: 40%;
    font-size: 22px;
    margin-bottom: 16px;
  }
  .wrapper__our_solutions-content{
    flex-direction: column;
    width: 100%;
    padding-bottom: 16px;
  }
  .text_colomn{
    width: 100%;
    margin-bottom: 16px;
    padding-top: 0;
    letter-spacing: -1px;
  }
  .text_colomn p{
    margin-bottom: 8px;
  }
  .wrapper__our_solutions{
    margin-bottom: 20px;
  }
  .wrapper__images.right .block-item{
    max-width: 30%;
    align-items: flex-start;
  }
  .wrapper__our_solutions.table{
    display: flex;
    flex-direction: column;
  }
  section .wrapper__our_solutions.table .wrapper__our_solutions-content.wte{
    width: 100%;
  }
  section .wrapper__our_solutions-content.wte .text_colomn p{
    margin-bottom: 16px;
    font-size: 15px;
  }
  .text_colomn.table{
    min-width: 148px;
  }
  
  .wrapper__our_solutions.table .wrapper__our_solutions-content.wte{
    overflow-x: scroll;
    flex-direction: row;
  }
  section .wrapper__our_solutions.table h3{
    width: 100%;
  }
  .footer__social{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 34.6%;
    margin-right: 36px;
    height: 274px;
  }
  .footer__social p{
    max-width: 100%;
    margin-bottom: 20px;
  }
  .wrapper__contact-form{
    margin-top: 9px;
  }

}
@media (max-width:768px){
  .wrapper__our_solutions .btns-tabs{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-right: 6px;
    font-size: 15px;
    overflow-x: scroll;
  }
  .wrapper__our_solutions{
    flex-direction: column;
  }
  .header__logo{
    width: 230px;
    height: 50px;
  }
  .wrapper__popup-contact{
    max-width: 393px;
    background-color: #FFFFFF;
    z-index: 700;
    top: 93px ;
    right: 32px;
    border-radius: 16px;
    display: none;
  }
  form.question button{
    width: 100%;
    margin-top: 50px;
  }
  
  
  
}
@media (max-width:640px){
  .main__img.wte{
    background-size: cover !important;
    
    background-position: 72% top !important;
  }
  .wrapper__our_solutions, .wrapper__footer{
    flex-direction: column;
  }
  .wrapper__our_solutions h3{
    width: 100%;
    
  }
  .footer__icon{
    margin-bottom: 25px;
  }
  .wrapper__contact-form{
    margin-bottom: 40px;
  }
  .wrapper__our_solutions-content.wte.table{
    flex-direction: row;
    overflow-x: scroll;
  }
  .wrapper__our_solutions-content.wte.table .text_colomn.table{
    min-width: 180px;
  }
  form.question input.input-text{
    margin-bottom: 36px;
  }
  .wrapper__content.wte.row{
    border-bottom: 1px solid #373D42;
  }
  section .wrapper__content.wte.row .wrapper__content-text .content-text-btn{
    padding-right: 0px;
    padding-bottom:16px
  }
  .wrapper__images .block-item p{
    max-width: 100%;
    letter-spacing: -0.06em;
  }
  .wrapper__images .block-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    /*margin-bottom: 12px;*/
    gap: 20px;
  }
  .wrapper__images .block-item img{
    /*max-width: 353px;*/
    object-fit: cover;
    margin-bottom: 0px !important;
    margin-right: 0px;
    width: 100%;
    height: 224px;
  }
  .wrapper__our_solutions{
    margin-bottom: 0;
  }
  .text-item{
    width:100%;
  }
  .wrapper__our_solutions-content.wte{
    border-bottom: 1px solid #373D42;
    flex-direction: column;
  }
  .text_colomn{
    border-left: none;
    padding-left: 0;
    margin-bottom: 16px;
  }
  .wrapper__our_solutions .btns-tabs{
    margin-bottom: 40px;
    margin-top: 0px;
    z-index: 50;
  }
  .wrapper__header{
    padding: 15px 0px 14px;
  }

  .wrapper__content{
    padding: 40px 0;
    flex-direction: column;
    
  }
  .wrapper__content-text{
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }
  .wrapper__content-text.wte{
    
    margin-bottom: 0px;
  }
  .content-text-btn{
    width: 100%;
  }
  .wrapper__content-text h2{
    font-size: 25px !important;
    letter-spacing: -0.01em;
    line-height: 30px;
  }
  .button-primary, .button-secondary{
    width: 100%;
    height: 48px;
    display: block;
    text-align: center;
    align-content: center;
    padding: 0;
  }
  .wrapper__main-description .main-description.wte .main-description__about p{
    max-width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 16px;
    padding-top: 0px;
  }
  .main-description__about{
    width: 100%;
    text-align: center;
  }
  .wrapper__main-page{
    padding: 0 16px;
  }
  .main-description{
    flex-direction: column;
  }
  .main-description h1, .main-description .h1__green{
    width: 100%;
    font-size: 43px;
    line-height: 48px;
    letter-spacing: -1%;
    text-align: center;
    
  }
  .header__contacts #buttonContact.button-primary{
    display: none;
  }
  .wrapper__mobile-menu .button-primary{
    display: block;
    margin: 32px auto 0 ;
   
  }
  .container__mobile-menu.lang{
    display: block;
    
  }
  .container__mobile-menu.lang h3{
    border-bottom: none;
    border-top: 1px solid #54595e;
    padding: 16px 0px 20px;
    margin: 0;
  }
  .container__mobile-menu.lang a{
    text-decoration: none;
    color: #66DDBF;
  }
  .header__contacts .dropdown{
    display: none;
  }
  .btn-find{
    margin-right: 0;
  }
  
  span.h2__green{
    width: 100%;
    font-size: 25px !important;
    font-weight: 400;
    line-height: 30px;
    text-align: center;

  }
  .wrapper__experience h3{
    margin: 40px 0 16px;
  }
  .content__experience{
    flex-direction: column;
  }
  .content__experience-text{
    width: 100%;
  }
  .wrapper__experience p{
    margin-bottom: 24px;
  }
  a.about__experience{
    margin-bottom: 24px;
  }
  .content__experience-img, .content__experience-img2{
    width: 100%;

  }
  .content__experience{
    padding: 32px 0;
  }
  .wrapper__content.mb-0{
    padding: 40px 0 0;
  }
  .wrapper__number{
    flex-direction: column;
    margin-bottom: 0px;
  }
  .number__item{
    width: 100%;
    font-size: 140px;
    text-align: center;
  }
  .wrapper__contact-form .wrapper__contact-form_text h2{
    font-size: 25px;
    text-align: center;
    letter-spacing: -1px;
  }
  .wrapper__contact-form_text{
    padding-top: 0;
    margin-bottom: 24px;
  }
  form.question button{
    margin-top: 40px;
    margin-bottom: 16px;
  }
  
  .wrapper__footer{
    padding-top: 49px;
  }
  .footer__social{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height:191px ;
  }
  .footer__social p{
    max-width: 100%;
    text-align: center;
    margin-bottom: 24px ;

  }
  .wrapper__footer-content{
    width: 100%;
  }
  .footer__text_colomn h4{
    margin-bottom: 8px ;
  }
  .footer__text_colomn a{
    font-size: 14px;
  }
  .privacy-policy{
    flex-direction: column;
    align-items: center;
  }
  .privacy-policy h5{
    margin-bottom: 5px;
  }
  label{

    font-size: 15px;
    line-height: 17px;
    margin-bottom: 40px;
  }
  .wrapper__find{
    width: 95%;
  }
  form.question label{
    margin-bottom: 0px;

    padding-top: 0px;
    padding-bottom: 0px;
  }
  .agree_politics{
    align-items: flex-start;
  }
  .wrapper__content.wte{
    padding: 40px 0px 24px;
    border-bottom: none;
  }
  .wrapper__content.wte .wrapper__content-text.wte span.h2__green{
    font-size: 36px;
  }
  
  
  main section .wrapper__content.wte.row .wrapper__content-text{
    display: flex;
    flex-direction: column;
  }
  main section .wrapper__content.wte.row .wrapper__content-text h2{
    width: 100%;
    letter-spacing: -0.01em;
    margin-bottom: 24px;
  }
   

  .wrapper__content-text .content-text-btn{
    width: 100%;
    align-items: center;
  }
  
  
  .btns-tabs .button-tab{
    
    padding: 5px 20px;
    margin-right: 6px;
  }
  section .wrapper__images.right{
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #373D42;
  }
  section .wrapper__images{
    padding-top: 8px;
    
  }
  main section .wrapper__images{
    /*padding-bottom: 8px;*/
    gap: 24px;
    border-bottom: 1px solid #373D42;
  }
  section .wrapper__images.right .block-item{
    max-width: 100%;
    align-items: flex-start;
    flex-direction: row;
  }
  .wrapper__main-description .main-description.wte{
    padding-top: 16px ;
  }
  .main-description.wte .breadcrumbs{
    margin-bottom: 24px;
    text-align: center;
  }
  
}
@media (max-width:492px){
  section .wrapper__images.right .block-item{
    max-width: 100%;
    align-items: center;
    flex-direction: column;
  }
  .wrapper__images .block-item img{
    margin-right: 0px;
    height: 224px;
    width: 100%;
    
  }
  .wrapper__images.right{
    border-bottom: none;
  }
}
@media (max-width:458px){
  .wrapper__popup-contact{
    width: 100%;
    height: 100vh;
    z-index: 700;
    padding: 16px;
    border-radius: 0px;
    display: none;
    right: 0;
    max-width: 100%;

  }
  .wrapper__mobile-menu .button-primary{
    width: 100%;
   
  }
  
  
}
@media (max-width:458px){
  .text-item{
    width: 100%;
    margin-left: 0px;
  }
  .wrapper__images .block-item img{
    width: 100%;
  }
  .wrapper__popup-contact{
    height: 100vh;
    width: 100%;
    right: 0;
    top: 60px;
    z-index: 700;
    padding: 16px;
    overflow-y: scroll;
    
  }
  .wrapper__popup-contact h2{
    text-align: center;
    margin-top: 48px;
    margin-bottom: 76px;
    font-size: 43px;
  }
  form.question input{
    font-size: 20px;

  }
  .wrapper__mobile-menu .button-primary{
    width: 100%;
   
  }
  
  button.burger-menu__icon{
    margin-left: 6px;
  }
  button.btn-find{
    margin-right: 0;
  }
  
}

/* WtE Page*/

.main-description.wte{
  display: block;
}
.main-description.wte h1, .main-description.wte span.h1__green{
  font-size: 62px;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: -0.01em;
  text-align: left;
}
.main-description.wte{
  margin-bottom: 24px;
  padding-top: 50px;
}
.main-description.wte .main-description__about{
    padding-top: 0;
    margin-top: 24px;
}
.main-description.wte .main-description__about p{
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  width: 435px;
  margin-bottom: 0;
}
.main__img.wte{
  background: url('../img/backgr_wte.png') 0 0 no-repeat ;
  background-position: center center;
}
.breadcrumbs a{
  text-decoration: none;
}
.breadcrumbs{
  color:#FFFFFF4D ;
  margin-bottom: 18px;

}
.wrapper__content.wte{
  border-top: none;

}
.wrapper__content-text.wte h2{
  font-size: 46px;
}
.btns-tabs{
    margin-top: 30px;
    margin-right: 20px;
}
.btns-tabs .button-tab{
  margin-bottom: 10px; 
}
.button-tab{
  border: 1px solid #FFFFFF;
  padding: 7px 20px;
  color: #FFFFFF;
  border-radius: 32px;
  width: fit-content;
  white-space: nowrap;
}
.button-tab:hover, .button-tab.active{
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #000000;
  font-weight: 600;
}
.wrapper__our_solutions-content.wte .text_colomn h4{
  margin-bottom: 16px;
}
.wrapper__our_solutions-content.wte .text_colomn ul li{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.wrapper__our_solutions-content.wte .text_colomn ul li img{
  width: 18.75px;
  height: 12.5px;
  margin-right: 17px;
}
.wrapper__our_solutions-content.wte .text_colomn p{
  letter-spacing: 0;
}
.wrapper__images{
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  padding-top: 23px;
  padding-bottom: 92px;
}
.block-item{
  display: flex;
  flex-direction: column;
  max-width: 21%;
}
.block-item img{
  margin-bottom: 26px;
  /*margin-right: 24px;*/
}
.block-item p{
  /*margin-bottom: 14px;*/
}
.block-item h4{
  margin-bottom: 14px;
}

.wrapper__content.wte.row .wrapper__content-text{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.wrapper__content.wte.row .wrapper__content-text h2{
  width: 70%;
}
.wrapper__content.wte.row .wrapper__content-text .content-text-btn{
  align-self: flex-end;
  padding-right: 20px;
}
.wrapper__images.right{
  justify-content: space-between;
  padding-left: 26%;

}
.wrapper__images.right .block-item{
  max-width: 30%;
  
}
.wrapper__our_solutions-content.wte .text_colomn:nth-child(2) ul.table li{
  flex-direction: row-reverse;
  padding-right: 11px;
}
.wrapper__our_solutions-content.wte .text_colomn:nth-child(3) ul.table li{
  flex-direction: row-reverse;
  padding-right: 11px;
  color: #5ED788
}
.wrapper__our_solutions-content.wte .text_colomn ul.table li{
  height: 45px;
  border: 1px solid #373D42;
  padding-left: 11px;
  margin-bottom: 0;
  
}
.wrapper__our_solutions-content.wte .text_colomn ul.table li img{
  min-width: 35px;
  height: 23px;
}
.text_colomn.table{
  padding: 0;
  border: none;
}
.text_colomn.table p{
  margin-bottom: 24px;
  padding-left: 11px;
  text-align: right;
}
.text_colomn.table:nth-child(1) p{
  text-align: left;
}
.wrapper__our_solutions.table h3{
  width: 31% ;
  font-size: 20px;
}
.wrapper__our_solutions.table .wrapper__our_solutions-content.wte{
  width: 65%;
  padding-top: 24px;
}

/*expertise-kz*/
.color-gradient{
  color: #66DDBF;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.wrapper__main-description:has(.kazakhstan),.wrapper__main-description:has(.expertise), .wrapper__main-description:has(.uzbekistan) {
  border-bottom:none;
}
.main-description.kazakhstan .main-description__about p{
  width: 506px;
}
.wrapper-expertise .wrapper__our_solutions-content:has(.text_row){
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 0;
}
.wrapper-expertise .wrapper__our_solutions-content:has(.text_row) .text_row {
  border-bottom: 1px solid #373D42;
  display: flex;
  padding: 32px 0px;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
  align-self: stretch;
}
.wrapper-expertise .wrapper__our_solutions-content:has(.text_row) .text_row div.content-text-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
}
.wrapper-expertise .wrapper__our_solutions-content:has(.text_row) .text_row div.content__experience-btn{
  z-index: 2;
  cursor: pointer;
}
.wrapper-expertise .wrapper__our_solutions-content:has(.text_row) .text_row:last-child{
  border-bottom:none;
}
.wrapper__content.wte.expertise h2{
  font-size: 50px;
}
.wrapper__content.wte.expertise .wrapper__content-text{
  width: 90%;
}
.wrapper__content.wte.expertise{
  border-bottom: none;
  border-top: 1px solid #373D42;
}
.wrapper-expertise--temperature{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.wrapper-expertise--temperature .expertise-earth-temperature {
  display: flex;
  width: 75%;
  flex-direction: column;
  align-items: flex-start;
}
.wrapper-expertise--temperature .expertise-earth-temperature .content-earth-temperature{
  display: flex;
  padding: 15px 0px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;

  border-top: 1px solid #373D42;
  border-bottom: 1px solid #373D42;
}
.wrapper-expertise--temperature .expertise-earth-temperature .content-earth-temperature .item-earth-temperature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  gap: 20px;
}
.wrapper-expertise--temperature .expertise-earth-temperature .content-earth-temperature .item-earth-temperature span {
  font-family: 'TildaSansWebRegular';
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 4px;
  letter-spacing: 0;
  width: fit-content;
}
.wrapper-expertise--temperature .expertise-earth-temperature .content-earth-temperature .item-earth-temperature p {
  color: #FFF;
  font-family: 'TildaSansWebRegular';
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.wrapper-expertise--temperature{
  margin-bottom: 92px;
}

.wrapper-expertise .block-item img{
  margin-right: 0;
}
.--img-big-number{
  font-family: "TildaSansWebRegular";
  font-size: 226px !important;
  font-style: normal;
  font-weight: 300;
  line-height: 200px !important;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.graphic-block{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
  flex-shrink: 0;
  padding-top: 92px;
  padding-bottom: 92px;
}
.graphic-block .graphic-block-text{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1280px;
  gap: 36px;
}
.graphic-block .graphic-block-text .graphic-block-item{
  display: flex;

  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  flex-shrink: 0;
  flex: 1 0 0;

}
.graphic-text{
  font-family: "TildaSansWebRegular";
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
.graphic-green{
  color: #5ED788;
}
.graphic-blue{
  color: #6CE0D8;
}
.graphic-red{
  color: #FF564E;
}
.graphic-block .graphic-block-text .graphic-block-item p{
  align-self: stretch;
  color: #FFF;
  font-family: "TildaSansWebRegular";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.graphic-block .graphic-block-text, .graphic-block .graphic-block-img img{
  width: 100%;
}
.kz-block-problem .content__experience{
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  justify-content: space-between;
  gap: 92px;
}
.kz-block-problem .kz-experience, .kz-block-problem .wrapper__images:has(.--img-big-number){
  width: 100%;
}
.kz-block-problem .content__experience-text{
  width:25%;
}
.kz-block-problem .kz-experience img{
  width: 100%;
}
.kz-block-problem .kz-experience>p {
  padding-bottom: 14px;
  font-size: 20px;

}
.kz-block-problem .kz-experience>p.text-bottom{
  padding-bottom: 0px;
  padding-top: 14px;
  font-size: 20px;
}
.kz-block-problem .wrapper__images {
  padding: 0;
  display: flex;
  padding-top: 14px;
  align-items: flex-start;
  gap: 72px;
  align-self: stretch;
  flex-wrap: wrap;
  flex-direction: row;
}
.kz-block-problem .wrapper__images .block-item {
  max-width: none;
  flex: 1 0 0;
  max-width: 50%;
  flex-direction: column;
}
.kz-block-problem .content__experience-text h4{
  word-break: break-word;
  font-size: 27px;
  line-height: 27px;
}
.kz-block-problem-bottom{
  padding-bottom: 92px;
}
.kz-block-problem-top .wrapper__content{
  padding-top: 92px;
}
.kz-block-problem .wrapper__images .block-item .text-item{
  width: 100%;
}
.kz-block-problem .wrapper__images:has(.--img-big-number){
  padding: 0;

}
.container-404{
  display: flex;
  padding: 92px 0px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  z-index: 2;
  position: relative;
  text-align: center;
}
.container-404 .row{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.container-404 .row .text-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  align-self: stretch;
}
.container-404 .row .text-404 h1{
  color: #FFF;
  text-align: center;
  font-family: "PT Astra Serif";
  font-size: 102px;
  font-style: normal;
  font-weight: 400;
  line-height: 92px;
  letter-spacing: -1.02px;
}
.container-404 .row .text-404 p{
  display: flex;
  flex-direction: column;
  align-items: center;

  color: #FFF;
  font-family: "TildaSansWebRegular";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.container-404 .row a {
  display: flex;
  padding: 5px 20px 5px 30px;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  border-radius: 50px;
  border: 1px solid #FFF;

  text-decoration:none;
  text-align: center;
  font-family: "TildaSansWebRegular";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  width: fit-content;
  align-self: center;
  text-align: center;
}
body:has(.container-404) .light-one, body:has(.container-contacts) .light-one{
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.width-100{
  width: 100%;
}
.width-85{
  width: 85%;
}
.breadcrumbs_projects{
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.breadcrumbs_projects .all_projects {
  z-index: 2;
  text-decoration: none;
  margin-bottom: 18px;
}
.main-description.wte:has(.breadcrumbs_projects){
  margin-bottom: 0;
}
.projects-tags {
  display: flex;
  padding-top: 22px;
  justify-content: flex-start;
  align-self: stretch;

  border-top: 1px solid #373D42;
  align-items: center;
  z-index: 2;
  position: relative;
  gap: 92px;
}
.projects-tags .tags-title{
  color: #FFF;
  font-family: "TildaSansWebRegular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;

  width: 21%;
}

.projects-tags .tags-content{
  display: flex;
  width: fit-content;
  align-items: center;
  align-content: center;
  gap: 10px;
  align-self: stretch;
  flex-wrap: wrap;
}
.projects-tags .tags-content .tag_item {
  text-align: center;
  font-family: "TildaSansWebRegular";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  border-radius: 32px;
  border: 1px solid #FFF;

  display: flex;
  padding: 7px 20px 6px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.projects-tags .tags-content a{
  text-decoration:none;
}
.projects-tags .tags-content .tag_item:hover, .projects-tags .tags-content .tag_item.active{
  color: #181C1F;
  background: #FFF;
  font-weight: 600;
}
.projects_detail_section .projects-tags .tags-content .tag_item:hover{
  background: transparent;
  font-weight: 400;
  color: #fff;
}
.projects-tags .tags-content .tag_item:hover a, .projects-tags .tags-content .tag_item.active a{
  color: #181C1F;
  font-weight: 600;
}

.projects_page{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  flex-shrink: 0;
}
.projects-list .content__experience{
  gap: 92px;
}
.projects-list .content__experience img{
  width: 75%;
}
.projects-list .content__experience a{
  text-decoration: none;
}
.projects-list .content__experience .content__experience-text p{
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body:has(.projects-list.wrapper__experience) .wrapper__contact-form{
  padding-top: 46px;
}
/*Поиск*/
.search_breadcrumbs .wrapper__main-description, .search_breadcrumbs .wrapper__main-description .main-description.wte, .search_breadcrumbs .wrapper__main-description .breadcrumbs{
  padding-bottom:0;
  margin-bottom: 0;
}
.search_breadcrumbs .wrapper__main-description{
  margin-bottom: 24px;
  border-bottom: none;
}
.search-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  margin-bottom: 92px;
}
.search-container form {
  display: flex;
  width: 800px;
  padding: 7px 12px;
  align-items: center;
  gap: 6px;

  border-radius: 98px;
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), #181C1F;
}
.search-container form svg{
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}
.search-container form input{
  display: flex;
  height: 42px;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;

  font-family: "TildaSansWebRegular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  gap: 8px;
  padding: 14px 0px 11px 0px;
  color: #181C1F;
}
.search-container form button[type="reset"]{
  background: transparent;
  width: 42px;
  height: 42px;
}
.search-container form button[type="submit"]{
  border-radius: 42px;
  background: #181C1F;

  display: flex;
  padding: 9px 39px 10px 39px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  color: #FFF;
  text-align: center;
  font-family: "TildaSansWebRegular";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
.search-content{
  margin-bottom: 92px;
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "TildaSansWebRegular";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.search-content .search_block{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  flex-shrink: 0;
}
.search-content .search_block .search_items{
  border-top: 1px solid #373D42;
  border-bottom: 1px solid #373D42;
  display: flex;
  padding: 46px 0px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 72px 72px;
  align-self: stretch;
  flex-wrap: wrap;

  justify-content: space-between;
}
.search-content .search_block .search_items .search_item{
  display: flex;
  width: 290px;
  min-height: 181px;
  padding: 24px 0px;
  align-items: flex-start;

  flex-direction: column;
  gap: 14px;
  align-self: stretch;
  text-wrap: auto;
}
.search-content .search_block .search_items .search_item h3{
  color: #FFF;
  font-family: "TildaSansWebRegular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.search-content .search_block .search_items .search_item p{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search_pagination:has(*){
  display: flex;
  padding-bottom: 22px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;

  border-bottom: 1px solid #373D42;
  background: #181C1F;
}
.search_pagination ul{
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.search_pagination ul li{
  display: flex;
  width: 32px;
  height: 32px;
  padding: 5px 20px 6px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}


.search_pagination ul li span:has(svg), .search_pagination ul li a:has(svg){
  width: 32px;
  height: 32px;
}
.search_pagination ul li a{
  text-decoration: none;
}
.search_pagination ul li.active{
  border-bottom: 1px solid #FFF;
}
.search_pagination ul:has(li.active.disabled) svg path, .search_pagination ul:has(li.active.disabled) span{
  fill: rgba(229, 239, 255, 0.16);
  color: rgba(229, 239, 255, 0.16);
}
.search_pagination ul:has(li.active.disabled) li{
  border-bottom-color: rgba(229, 239, 255, 0.16);
}
/*Контакты*/
.container-contacts{
  display: flex;
  margin: 92px 0;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
}
.container-contacts h1{
  color: #FFF;
  text-align: center;
  font-family: "PT Astra Serif";
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: -0.72px;
}
.container-contacts .content-contacts{
  display: flex;
  align-items: flex-start;
  gap: 72px;
  flex-wrap: wrap;
  justify-content: center;
}
.container-contacts .content-contacts .item{
  display: flex;
  width: 290px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex-shrink: 0;
}
.container-contacts .content-contacts span{
  color: rgba(255, 255, 255, 0.30);
  font-family: "TildaSansWebRegular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.container-contacts .content-contacts a{
  text-decoration: none;
  color: #FFF;
  font-family: "TildaSansWebRegular";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
.projects_detail{
  margin-bottom: 0;
}
.projects_detail_content .projects-tags_content{
  padding-top: 0;
  border-top: none;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  flex: auto;
  flex-direction: row;
}
.projects_detail_content .projects-tags{
  gap: 0;
  border-top: none;
  padding-top: 0;
}
.projects_detail_content .projects-tags .tags-content{
  align-self: baseline;
}
.projects_detail_content{
  display: flex;
  padding-top: 14px;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.projects_detail_content .projects_detail_text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
  width: 50%;
  padding-bottom: 22px;
}
#share-button{
  color: #66DDBF;
  border-bottom: 1px solid #66DDBF;
}
.projects_detail_section.kz-block-problem .content__experience{
  border-top: none;
}
.projects_detail_section ul li{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.projects_detail_section.kz-block-problem ul li img{
  width: 18.75px;
  height: 12.5px;
  margin-right: 17px;
}
.projects_detail_section.kz-block-problem .kz-experience>p{
  padding-bottom: 0;
}
.projects_detail_section.kz-block-problem .kz-experience{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
.center_title{
  font-weight: 600;
  letter-spacing: normal;
  align-self: center;
}
.span_table{
  color: #FFFFFF4D;
}
.projects_detail_section .wrapper__our_solutions-content.wte .text_colomn ul.table li{
  color: #FFFFFF;
}
.projects_detail_section .wrapper__our_solutions-content.wte.table, .projects_detail_section .wrapper__our_solutions.table{
  max-width: 900px;
  width: 100%;
  padding-bottom:0;
}
.projects_detail_section .table-img .wrapper__our_solutions-content.wte.table{
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  padding-top: 0;
  max-width: 100%;
}
.projects_detail_section .wrapper__our_solutions.table.table-img {
  max-width: 100%;
}
.projects_detail_section .wrapper__our_solutions.table{
  margin: 0;
  padding: 0;
}

.popup_contact{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: visibility 0s, opacity 0.3s;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.popup_contact.show{
  visibility: visible;
  opacity: 1;
}
#popup_thanks {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.20);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s;
}

#popup_thanks .popup-content {
  text-align: center;
  color: #fff;
  width: 90%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);

  display: flex;
  max-width: 652px;
  padding: 8px 8px 48px 8px;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  border-radius: 12px;
  background: url(https://energiaizmusora.ru/img/background-popup-thanks.png);
  background-size: cover;
}

#popup_thanks .popup-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  align-self: stretch;
}
#popup_thanks .popup-body .popup-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
}

#popup_thanks h2 {
  color: #FFF;
  font-family: "PT Astra Serif";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
}

#popup_thanks p {
  color: #FFF;
  text-align: center;
  font-family: "TildaSansWebRegular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 337px;
}

#popup_thanks .popup-close {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

#popup_thanks.popup-show {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.projects_detail_section .wrapper__our_solutions-content.wte .text_colomn ul.table li.combined-empty{
  width: 0;
  border: none;
}
.projects_detail_section .wrapper__our_solutions-content.wte .text_colomn ul.table li.combined-two{
  width: 200%;
  border: none;
  border-top: 1px solid #373D42;
  border-bottom: 1px solid #373D42;
  border-right: 1px solid #373D42;
}
.projects_detail_section .wrapper__our_solutions-content.wte .text_colomn ul.table li.combined{
  width: 150%;
}
.projects_detail_section .wrapper__our_solutions.table .text_colomn p {
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
}
.search-content .search_block .search_items .search_item a{
  text-decoration: none;
}

/*Услуги*/
.services-list .projects-list.wrapper__experience{
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0px 46px;
  align-self: stretch;
  flex-wrap: wrap;
flex-direction: row;
  border-top: 1px solid #373D42;
}
.services-list .projects-list.wrapper__experience .content__experience{
  display: flex;
  border:none;
  padding: 32px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  box-sizing: border-box;
  flex: 1 1 calc(50% - 24px);
  max-width: calc(50% - 24px);
}
.services-list .projects-list.wrapper__experience .content__experience .content__experience-text, .services-list .projects-list.wrapper__experience .content__experience img{
  width: 100%;
}
.services-list .projects-list.wrapper__experience .content__experience h4{
  margin: 0;
}
body:has(.service_detail_section) .wrapper__main-description{
  border-bottom: none;
}
body:has(.service_detail_section) .main-description.wte{
  margin-bottom: 0;
}
.service_detail_section .wrapper-expertise{
  width: 100%;
}

/*Блог*/
.blog .projects_detail_content{
  flex-wrap: nowrap;
}
.blog_content{
  display: flex;
  padding: 46px 0px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.blog-descr{
  color: #FFF;
  font-family: "TildaSansWebRegular";
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.blog_gallery{
  display: flex;
  padding: 46px 0px;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-bottom: 1px solid #373D42;
  box-sizing: border-box;
  flex: 1 1 calc(50% - 24px);

}

.blog_gallery img {
  flex: 1 0 0;
  max-width: calc(50% - 12px);
  width: 100%;
}

.image-none{
  display:none;
}
.link_menu {
  display: flex;
  padding-bottom: 9px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-bottom: 1px solid #FFF;
  width: fit-content;
  justify-self: center;
  margin-bottom: 17px;
}
link_menu p{
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
a{
  text-decoration: none;
}
.update-tabs:has(.button-tab.active) li:not(.active){
display:none;
}
@media (max-width:2000px) {
  body:has(.container-404) .light-one, body:has(.container-contacts) .light-one {
    width: 100vw;
    height: auto;
    object-fit: fill;
    top: 32px;
  }
  body:has(.container-contacts) .light-one{
    transform: rotate(6deg);
  }
}
@media (max-width:1200px) {
  body:has(.container-404) .light-one, body:has(.container-contacts) .light-one {
    right: 0;
    height: 100vh;
    object-fit: cover;
    top:0;
  }
  body:has(.container-contacts) .light-one{
    transform: none;
  }
  .projects_detail_section .wrapper__our_solutions-content.wte .text_colomn ul.table li{
    height: 75px;
  }
  .wrapper__content.wte.expertise h2{
    font-size: 36px;
  }
}
@media (max-width:1130px) {
  .kz-block-problem .content__experience-text h4{
    font-size: 22px;
    line-height: 22px;
  }
  .projects-tags{
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .projects-tags .tags-title{
    width: 100%;
  }
  .projects-list .content__experience img{
    width: 60%;
    height: 391px;
    flex: 1 0 0;
  }
  .projects-list .content__experience{
    gap: 36px;
  }
  .projects-list .content__experience-text{
    width: auto;
  }
}
@media (max-width:1000px) {
  .kz-block-problem .kz-experience{
    width: 100%;
  }
  body:has(.wrapper-expertise) .light-one{
    display:none;
  }
  .kz-block-problem .wrapper__images{
    gap: 36px;
  }
  .ks-block_wte_tech .wrapper__images.right .block-item{
  max-width: 100%;
  }
  .expertise-block-4 .wrapper__images {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 36px;
    align-self: stretch;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .kz-block-problem .wrapper__images{
    gap: 36px;
  }
  .expertise-block-4 .block-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
  }

  .--img-big-number {
    font-size: 194px !important;
    line-height: 194px !important;
    margin: 0 !important;
  }

  .expertise-block-4 .text-item {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    margin: 0;
    width: auto;
  }

  .expertise-block-4 .text-item {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    margin: 0;
    width: auto;
    flex-direction: column;
  }
}

@media (max-width:834px) {
  .blog-descr{
    font-size: 22px;
  }
  .blog_content {
    padding: 32px 0px;
  }
  .blog_gallery {
    padding: 32px 0px;
  }

  .blog_gallery{
    flex-direction: column;
  }
  .blog_gallery img {
    flex: 1 0 0;
    max-width: 100%;
  }
  .blog .projects_detail_content{
    flex-wrap: wrap;
  }
  .services-list .projects-list.wrapper__experience .content__experience img{
    height: auto;
  }
  .projects_detail_section .wrapper__our_solutions.table.table-img img {
    height: 224px;
  }
  .projects_detail_section .content__experience-text.empty-project {
    display: none;
  }
  .projects_detail_section.kz-block-problem .content__experience:not(:has(.empty-project)) .kz-experience{
    max-width: 75%;
    min-width: 75%;
  }
  .projects_detail_section.kz-block-problem .content__experience:not(:has(.empty-project)) .content__experience-text{
    min-width: 20%;
    max-width: 20%;
  }
  .projects_detail_content .projects_detail_text{
    width: 100%;
  }
  .container-contacts .content-contacts{
    gap: 40px;
  }
  .container-contacts h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .container-contacts .content-contacts a{
    font-size: 20px;
  }
  .container-contacts .content-contacts .item{
    align-items: center;
  }
  /*.container-contacts{*/
  /*  margin: 40px 0;*/
  /*}*/
  .search-container form{
    width: 100%;
  }
  .search-content .search_block .search_items .search_item{
    padding: 0px;
    width: 100%;
    min-height: 100px;
  }
  .kz-block-problem-bottom {
    padding-bottom: 46px;
  }
  .kz-block-problem-top .wrapper__content{
    padding: 33px 0 17px;
  }
  .kz-block-problem-top.kz-block-problem-bottom{
    padding-bottom: 17px;
  }
  .kz-block-problem .content__experience{
    gap: 36px;
  }
  .kz-block-problem .wrapper__images:has(.--img-big-number) .block-item{
    gap: 0;
  }
  .main-description.wte h1, .main-description.wte span.h1__green{
    font-size: 50px;
    line-height: 46px;
    width: 100%;
  }
  .kz-block-problem .content__experience-text {
    width: 30%;
  }
  .wrapper__main-description{
    padding-bottom: 46px;
  }

  .wrapper-expertise .wrapper__our_solutions:has(.text_row) {
    flex-direction: column;
  }

  .wrapper-expertise .wrapper__our_solutions:has(.text_row) h3 {
    margin-bottom: 24px;
  }

  .wrapper-expertise .wrapper__our_solutions:has(.text_row) .text_row p {
    font-size: 15px;
  }

  .wrapper__main-page {
    padding: 0 20px;
  }

  .wrapper__content.wte.expertise h2 {
    font-size: 32px;
  }

  /*.wrapper-expertise--temperature .expertise-earth-temperature{*/
  /*  width: 587px;*/
  /*}*/
  .wrapper__content.wte.expertise{
    padding: 33px 0 40px;
  }
  .wrapper-expertise--temperature{
    margin-bottom: 46px;
  }

  .wrapper-expertise .wrapper__our_solutions-content:not(:has(.text_row)){
    display: flex;
    width: 586px;
    align-items: flex-start;
    gap: 36px;
    flex-direction: row;
  }
  .wrapper-expertise .wrapper__our_solutions-content:not(:has(.text_row)) .text_colomn{
    padding: 14px 0px 0px 12px;
    margin: 0;
  }
  .graphic-block{
    padding-top: 46px;
    padding-bottom: 46px;

  }

  main section.wrapper-expertise .wrapper__content.wte.row .wrapper__content-text h2{
    margin-bottom:0;
  }
}
@media (max-width:640px) {
  .blog .wrapper__experience .content__experience-text{
    display: none;
  }
  .services-list .projects-list.wrapper__experience .content__experience{
    flex: 100%;
    max-width: 100%;
  }
  .projects_detail_section.kz-block-problem .content__experience:not(:has(.empty-project)) .kz-experience{
    max-width: 100%;
    min-width: 100%;
  }
  .projects_detail_section.kz-block-problem .content__experience:not(:has(.empty-project)) .content__experience-text{
    min-width: 100%;
    max-width: 100%;
  }
  .projects_detail_section .wrapper__our_solutions.table.table-img img {
    height: 322px;
  }
  .projects_detail_section .wrapper__our_solutions.table.table-img .table{
    flex-direction: column;
  }
  .projects_detail_section .wrapper__our_solutions.table .text_colomn p{
    margin-bottom: 10px;
  }
  #popup_thanks h2 {
    font-size: 35px;
  }
  #popup_thanks .popup-body .popup-text{
    gap: 5px;
  }
  #popup_thanks .popup-body{
    gap: 10px;
  }
  .projects_detail_content .projects-tags_content{
    width: 100%;
  }
  .projects-tags .tags-content{
    flex-wrap: nowrap;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
  .projects-list .wrapper__experience h4{
    margin-bottom: 8px;
  }
  .projects-list .content__experience .content__experience-text p{
    -webkit-line-clamp: 6;
  }
  .projects-list .content__experience-btn{
    padding: 10px 0px 11px 0px;
  }
  .projects-list .content__experience-btn a.about__experience{
    margin-bottom: 0;
  }
  .projects-list .content__experience{
    gap: 24px;
  }
  .projects-list .content__experience img{
    height: 345px;
    align-self: stretch;
    width: 100%;
    flex: none;
  }
  .projects-tags::-webkit-scrollbar {
    display: none;
  }
  .projects-tags .tags-content {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .projects-tags .tags-content::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .projects-tags .tags-content .tag_item{
    font-size: 15px;
  }
  .search-content .search_block .search_items{
    gap: 32px 32px;
  }
  .search-content,.search-container{
    margin-bottom: 40px;
  }
  .wrapper-margin-bottom{
    margin-bottom: 40px;
  }
  .wrapper__main-description{
    padding-bottom: 40px;
  }

  .wrapper__main-description:has(.kazakhstan),.wrapper__main-description:has(.expertise), .wrapper__main-description:has(.uzbekistan) {
    border-bottom: 1px solid #373D42;
  }
  .main-description.kazakhstan .main-description__about, .main-description.uzbekistan .main-description__about{
    justify-items: center;
  }
  .kz-block-problem .content__experience{
    gap: 16px;
    border-top:none;
    padding: 24px 0;
  }
  .kz-block-problem .kz-experience>p{
    margin-bottom:0;
  }
  .kz-block-problem .content__experience-text{
    width:100%;
  }
  .kz-block-problem .content__experience-text h4{
    margin-bottom:14px;
  }
  .kz-block-problem .wrapper__images{
    flex-direction: column;
    gap: 16px;
    border-bottom: 0;
  }
  .kz-block-problem-bottom{
    padding-bottom:0;
  }
  .mob-top_border{
  padding-bottom: 40px;
  border-bottom: 1px solid #373D42;
}
  .kz-block-problem-top.kz-block-problem-bottom{
    padding-bottom:0;
  }
  .kz-block-problem-top .wrapper__content{
    padding: 40px 0;
    align-items: center;
    text-align: center;
  }
  .kz-block-problem .wrapper__images .block-item{
    max-width: 100%;
  }
  .section-border-mob{
    border-top: 1px solid #373D42!important;
  }
  .wrapper-expertise .wrapper__our_solutions:has(.text_row) h3{
    margin-top: 0;
    margin-bottom: 0;
  }
  .wrapper-expertise .wrapper__our_solutions-content:has(.text_row) .text_row{
    gap: 16px;
    padding: 24px 0px;
  }
  .wrapper-expertise .wrapper__our_solutions-content:has(.text_row) a.about__experience{
    margin: 0;
  }
  .wrapper-expertise .wrapper__our_solutions-content:has(.text_row){
    padding-bottom: 40px;
  }
  .wrapper-expertise--temperature .expertise-earth-temperature{
    width: 100%;
  }
  .wrapper-expertise--temperature{
    flex-direction: column;
  }
  .wrapper__content.wte.expertise{
    align-items: center;
  }
  .wrapper-expertise--temperature .content-text-btn{
    margin-top: 24px;
  }
  .wrapper-expertise--temperature{
    margin-bottom: 40px;
  }
  .wrapper__images .block-item p{
    margin-bottom: 0px;
  }

  .wrapper-expertise .wrapper__our_solutions-content:not(:has(.text_row)) .text_colomn{
    padding: 0
  }
  .wrapper-expertise .wrapper__our_solutions:not(:has(.text_row)) div:empty{
    display:none;
  }
  .wrapper-expertise .wrapper__our_solutions-content:not(:has(.text_row)){
    width:100%;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  section .wrapper__our_solutions-content.wte .text_colomn p{
    margin: 0;
  }
  .bottom-null{
    padding-bottom: 0!important;
    margin-bottom: 0!important;
  }
  .graphic-block{
    flex-direction: column-reverse;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .graphic-block .graphic-block-text{
    flex-direction: column;
  }
  .graphic-block .graphic-block-text .graphic-block-item{
    width: 100%
  }
  .expertise-block-4 .wrapper__images{
    flex-direction: column;
  }
  .--img-big-number{
    font-size: 140px !important;
    line-height: 140px !important;
  }
  .wrapper__contact-form{
    margin-top: 40px;
  }
  .mob-bottom .wrapper__content.wte.row{
    padding-bottom: 40px;
  }
  .main__img.wte {
    background-position: 45% top !important;
  }
  .projects_detail_content .projects-tags_content{
    flex-direction: column;
    gap: 22px;
  }
  .breadcrumbs_projects .all_projects{
    display: none;
  }
  .breadcrumbs_projects{
    justify-content: center;
  }
  .projects_detail_section .content__experience{
    padding: 40px 0;
  }
  .projects_detail_section .kz-experience img{
    height: 391px;
  }
  .projects_detail_section .wrapper__our_solutions-content.wte.table{
    border: none;
  }
  .projects_detail_section .content__experience:has(.content__experience-text:empty){
    text-align: center;
  }
  .projects_detail_section .content__experience:has(.content__experience-text:empty) h2{
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 458px) {
  .ks-block_wte_tech .wrapper__images .block-item img {
    height: 322px;
  }
  .ks-block_wte_tech .wrapper__images.right .block-item{
    gap: 24px;
  }
  .search-container form button[type="submit"]{
    padding: 9px 20px 10px 20px;
  }
  .search-container form > svg:first-of-type {
    display:none;
  }
  .search-container form input{
    width: inherit;
  }
}
