div strong, div span, div em{
  font-size: inherit;
  line-height: inherit;
}
.header__nav__link {
    color: #141414;    
    font-size: 26px;
}
.header__nav__item {
  width: auto;
}
.header__nav{
  gap: 0 60px;
}
.to-main-page {
    top: 12%;
}
.fixed .header__nav__link a{
    color: #fff;
}
.header.fixed {
  background: #05AFC1;
}
.header__hamburger__line1, .header__hamburger__line2 {
	background: #141414;
}
.header__hamburger__line3 {
	background: #E81A1A;
}
.header__hamburger__line4 {
	background:#1AE149;
}
.header__nav__top {
	-webkit-flex-basis: 55%;
	        flex-basis: 55%;
}
.header__language {
	width: 62px;
	height: 62px;
}
:root{
    --swidth:62px;
    --height:62px;
  }
.header__language__submenu {
	width: 62px;
	top: 60px;
}
.header__language__link {
	background: transparent;
    border: 3px solid #141414;
    color: #141414;
    font-size: 20px;
    height: 62px;
    padding-left: 17px;
    padding-right: 17px;
}
:root {
    --widht:62px;
  }
  .header__search_btn{
    background-color: transparent;
  }
.header.fixed .header__nav__link:hover a{
  color: #141414;
}
.logo_w {
  display:none!important;
}
.logo_b {
  display:block!important;
}
.header__right .btn {
	padding-left: 80px;
	padding-right: 80px;
  width: auto;
}
header .btn {
	font-size: 22px;
	height: 62px;
	text-transform: uppercase;
}
.first-screen{
  margin-bottom: 0px;
}
.banner{
  min-height: 0;
  height: 1440px;
}
.banner_main_img{
	position: absolute;
  right: -3%;
  top: auto;
  bottom: 0;
  height: 100%;
}
.first-screen.idn .banner_main_img{
  right: 0%;
  height: 90%;
  display: flex;
}

.main_ban_block h2 .text-border, .main_ban_block  h2 .text-colored-wrap{
	font-size: 140px;
  display: inline-block;
  line-height: 1.1;
  margin-bottom: 0;
  font-weight: 800;
  text-transform: none;
}
.main_ban_block h2 .text-border{
  color: #141414;
  -webkit-text-stroke-width: 0px;
  display: block;
  line-height: 1;
}
.main_ban_block  h2 .text-colored-wrap{
  background: linear-gradient(99.6deg, #00B8C9 -4.51%, #364965 114.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main_ban_block h2{
	position: relative;
}
.main_ban_block h2:before {
  content: "";
  display: block;
  width: 10px;
  height: 85%;
  left: -74px;
  top: 20px;
  background: #05AFC1;
  position: absolute;
}
.go-mobile{
  max-width: 747px;
  margin-top: 100px;
  margin-left: 110px;
}
.go-mobile, .go-mobile span, .go-mobile b{
  font-size: 55px;
  line-height: 147%;
  text-transform: uppercase;
  color: #141414;
  font-weight: bold;

}
.go-mobile b{
  color: #05AFC1;
}
.go-mobile span{
  position: relative;
  color: #141414;
}
.go-mobile span:before{
  content: "";
  position: absolute;
  display: block;
  background: #B7E0F4;
  left: -4px;
  bottom: 5px;
  width: calc(100% + 8px);
  height: 16px;
  z-index: -1;
}
.btn_block{
  position: relative;
}
.btn_block-banner{
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 15px;
  overflow: hidden;
  z-index: 20;
}
.btn_block:after, .btn_block:before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 910px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;

}
.btn_block:before{
  background-image: url('/wp-content/themes/diasoft/img/factory/ar_btn_left.svg');
  left: 0;
}
.btn_block:after{
  background-image: url('/wp-content/themes/diasoft/img/factory/ar_btn_right.svg');
  right: 0;

}
.btn-green {
   background: linear-gradient(99.6deg, #05AEC0 -4.51%, #2C607A 114.5%);
/*  box-shadow: 23px 25px 49px rgba(35, 113, 137, 0.2);*/
  position: relative;
  padding: 30px 85px;
  font-size: 22px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  overflow: visible;
  font-weight: bold;
  transition: all 0.3s;
}
.btn_whatsapp{
  background: linear-gradient(99.6deg, #3BFB37 -4.51%, #13AB59 114.5%);
}
.btn-green:after{
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: -5px;
  border: 1px solid rgba(0, 0, 0, 0.25);

}
.btn-green:hover{
  opacity: 0.8;
}
.btn-green:hover:after{
  border-color:#59C91D;
}
.about h2 .text-colored-wrap {
  margin-top: -6px;
}

.btn_block-banner .btn-green:before, .bc__btn:before{
  content: url("/wp-content/themes/diasoft/img/factory/ar_down.svg");
  margin-right: 18px;
  line-height: 1;
  margin-bottom: -3px;
}
.btn-green img{
  margin-right: 15px;
}
.py{
  padding-top: 130px;
  padding-bottom: 130px;
}
section h2{
  text-transform: uppercase;
}
section h2 .text-border {
    margin-bottom: 0;
    line-height: 0.8;
    font-size: 90px;
}
section h2 .text-colored-wrap {
    margin-top: 0px;
}
section h2 .text-border.white-border{
  -webkit-text-stroke-color: #fff;
}
.about h2 .text-border{
  -webkit-text-stroke-color: #141414;
}
.text-colored-wrap .text-colored {
  background: linear-gradient(99.6deg, #30D3E4 -4.51%, #4094AF 114.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#maus h2{
  margin-bottom: 50px;
}
.white, .white li{
  color: #fff;
}
.maus__text{
  font-size: 42px;
  line-height: 178.5%;
  font-weight: 500;
  margin-bottom: 43px;
  max-width: 965px;
}
b, strong {
    font-weight: bolder;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
.sensor_list ul li{
  position: relative;
  gap: 20px;
  font-size: 32px;
  line-height: 160%;
  font-weight: 500;
  margin-bottom: 40px;
  padding-left: 66px;
}
.sensor_list ul li:last-of-type{
  margin-bottom: 0;
}
.sensor_list ul li:before{
  content: "";
  display: block;
  position: absolute;
  left:0;
  width: 45px;
  height: 45px;
  background: url('/wp-content/themes/diasoft/img/sensor/icon-white.svg') center no-repeat;
  background-size: contain;
}
.sensor_list ul li span{
  color: #71F6FF;

}
#maus .btn_block{
  margin-top: 80px;
}
.maus__video{
  display: block;
  max-width: 995px;
  margin-right: 0;
  margin-left: auto;
  position: relative;

}
.maus__video:before{
  content: "";
  display: block;
  left: -14px;
  top: -5px;
  width: calc(100% + 23px);    
  height: calc(100% + 13px);
  position: absolute;
  border: 20px solid #035058;
  filter: drop-shadow(0px 45px 73px rgba(0, 0, 0, 0.25));
  border-radius: 8px;
}
.maus__video video{
  width: 100%;
  height: 100%;
}
#vis{
  background: #fff;
}
.border_text{
  padding-left: 59px;
  border-left: 10px solid #05AFC1;
}
.border_text__big{
  font-weight: 500;
  font-size: 40px;
  line-height: 148.5%;
  color: #141414;
  margin-bottom: 27px;
}
.border_text__mini{
  font-weight: 400;
  font-size: 28px;
  line-height: 148.5%;
  color: #141414;
}
.vis__list{
  margin-top: 110px;
  display: flex;
  justify-content: space-between;
}
.vis__item{
  width: 416px;
}
.numcount{
  font-weight: 900;
  font-size: 92px;
  line-height: 112.5%;
  text-transform: uppercase;
  color: #141414;
  height: 86px;
  display: block;
}
.vis__item__line{
  margin: 35px 0;
  width: 100%;
  height: 3px;
  background-image: url(/wp-content/themes/diasoft/img/sensor/line.svg);
  background-repeat:no-repeat;
  background-position: center;
}
.vis__list__text{
  font-weight: 500;
  font-size: 26px;
  line-height: 160%;
  color: #141414;
}
.counup, .numcount .text span{
  font-weight: 900;
}
.numcount sup{
  font-size: 65px;
  line-height: 1.6;
  font-weight: bold;
  text-transform: uppercase;
  color: #05AFC1;
}
.color{
  color: #05AFC1;
}
.minitext{
  font-weight: 900;
  font-size: 52px;
  line-height: 1;
  vertical-align: baseline;
  text-transform: lowercase;
}
.numcount .text{
  font-weight: 900;
  font-size: 65px;
  line-height: 112.5%;
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
#whsh{
  background: #F7F7F7;
}
.whsh__list{
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  gap: 46px;
}
.whsh__item{
  flex: 1;
}
.whsh__icon{
  width: 280px;
  height: 280px;
  margin-bottom: 29px;
}
.whsh__title{
  font-size: 36px;
  line-height: 150%;
  font-weight: bold;
  color: #141414;
  margin-bottom: 26px;
}
.whsh__title span{
  position: relative;
  font-weight: bold;
  z-index: 1;
  color: #05AFC1;
}
.whsh__title span:before {
  content: "";
  position: absolute;
  display: block;
  background: #FFFFFF;
  width: calc(100% + 8px);
  height: 12px;
  left: -4px;
  bottom: 3px;
  z-index: -1;
}
.whsh__text{
  background: #F7F7F7;
  border: 1px solid #05AFC1;
  box-shadow: 0px 40px 56px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.whsh__text ul{
  display: flex;
  flex-direction: column;
  padding-left: 55px;
}
.whsh__text li{
  position: relative;
  font-size: 26px;
  line-height: 178.5%;
  color: #141414;
  font-weight: 500;
  border-bottom: 1px solid #B7E0F4;
  padding-bottom: 17px;
  margin-bottom: 17px;
}
.whsh__text li:last-of-type{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.whsh__text li span{
  color: #53A2AB;
}
.whsh__text ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: -55px;
    top: 5px;
    width: 36px;
    height: 35px;
    background: url(/wp-content/themes/diasoft/img/sensor/icon-black.svg) center no-repeat;
    background-size: contain;
}
.var__list{
  margin-top: 48px;
  display: flex;
}
.var__item{
  flex: 1;
  padding:60px 55px;
  background: #FFFFFF;
  display: flex;
  gap: 25px;
  flex-direction: column;
}
.var__item:nth-child(2){
  background: #EFFBFE;
}
.var__item:nth-child(3){
  background: #DDEFF3;
}
.var__icon{
  width: 113px;
  height: 103px;
  background-position: left bottom;
  background-size: auto;
  background-repeat: no-repeat;
}
.var__title{
  font-weight: bold;
  font-size: 32px;
  line-height: 150%;
  color: #141414;
}
.var__title span{
  font-weight: bold;
  color: #05AFC1;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
}
.var__title span:before {
  content: "";
  position: absolute;
  display: block;
  background: #E2F6FF;
  width: calc(100% + 8px);
  height: 12px;
  left: -4px;
  bottom: 4px;
  z-index: -1;
}
.var__text{
  font-weight: 500;
  font-size: 26px;
  line-height: 178.5%;
  color: #141414;
}
.var__text span{
  color: #53A2AB;
}
.hit_list__first{
  margin-top: 40px; 
  display: flex;
  align-items: center; 
}
.hit_list__block{
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.hit_item__first{
  flex: 1;
  text-align: center;
}
.hit_item__title{
  display: inline-block;
  font-weight: bold;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #141414;
  position: relative;
}
.hit_item__icon{
  width: 337px;
  height: 347px;
  margin-bottom: 10px;
}
.hit_item__icon img{
  display: block;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.hit_item__title:after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border: 1px dashed #000000;
  position: absolute;
}
.hit_item__arrows{
  width: 254px;
  height: 224px;
  position: relative;
}
.arrow_big{
  width: 100%;
  position: absolute;
  left: -75px;
  top: 50%;
  height: 224px;
  background: url("/wp-content/themes/diasoft/img/sensor/arrow_big.svg") no-repeat center  / 100%;
  transform: translateY(-50%);
}
.arrow_small{
  width: 230px;
  position: absolute;
  left: -103px;
  top: 50px;
  height: 79px;
  background: url("/wp-content/themes/diasoft/img/sensor/arrow_small.svg") no-repeat center  / 100%;
}
.arrow_middle{
  width: 213px;
  position: absolute;
  left: -140px;
  top: 97px;
  height: 109px;
  background: url("/wp-content/themes/diasoft/img/sensor/arrow_middle.svg") no-repeat center  / 100%;
}
.hit_list{
  margin-top: 115px;
}
.hit__item{
  display: flex;
}
.hit__block, .hit__item img{
  flex:0 0 50%;
}
.hit__item img{
  object-fit: cover;
  max-width: 50%;
}
.hit__item:nth-child(even){
  flex-direction: row-reverse;
}
.hit__block{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 60px;
  position: relative;
}
.hit__block:before{
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  width: 0;
  height: 0;
}

.hit__item-1 .hit__block{
  background: #F7F7F7;
}
.hit__item-1 .hit__block:before{
  border-top: 25px solid transparent;
  border-left: 30px solid #F7F7F7;
  border-bottom: 25px solid transparent;
  right: 1px;
  transform: translate(100%, -50%);
}
.hit__item-2 .hit__block{
  background: radial-gradient(50% 50% at 50% 50%, #0F8490 0%, #286B84 100%);
}
.hit__item-2 .hit__block:before{
  border-top: 25px solid transparent;
  border-right: 30px solid #286B84;
  border-bottom: 25px solid transparent;
  left: 1px;
  transform: translate(-100%, -50%);
}
.hit__item-3 .hit__block{
  background: radial-gradient(50% 33.65% at 50% 33.65%, #236168 0%, #18404F 100%);
}
.hit__item-3 .hit__block:before{
  border-top: 25px solid transparent;
  border-left: 30px solid #18404F;
  border-bottom: 25px solid transparent;
  right: 1px;
  transform: translate(100%, -50%);
}
.hit__item-4 .hit__block{
  background: #ECECEC;
}
.hit__item-4 .hit__block:before{
  border-top: 25px solid transparent;
  border-right: 30px solid #ECECEC;
  border-bottom: 25px solid transparent;
  left: 1px;
  transform: translate(-100%, -50%);
}
.hit__item .hit__block {
  color: #fff;
}
.hit__line{
  border-top: 1px solid #fff;

}
.hit__item-1 .hit__block, .hit__item-4 .hit__block {
  color: #000000;
}
.hit__item-1 .hit__line, .hit__item-4 .hit__line{
  border-top: 1px solid #000000;

}
.hit__title{
  font-size: 40px;
  line-height: 120%;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
  color: inherit;
}
.hit__line{
  width: 337px;
  display: block;
  margin-bottom: 50px;
}
.hit__text{
  font-size: 24px;
  line-height: 178.5%;
  text-align: center;
  color: inherit;
  font-weight: 400;
}
.hit__item .hit__title span{
  font-weight: bold;
  position: relative;
  z-index: 1;

}
.hit__item-2 .hit__title span, .hit__item-3 .hit__title span{
  color: #B7E0F4;
}
.hit__item-1 .hit__title span, .hit__item-4 .hit__title span{
  color: #05AFC1;
}
.hit__item .hit__title span:before{
  content: "";
  position: absolute;
  display: block;
  background: #FFFFFF;
  width: calc(100% + 8px);
  height: 13px;
  left: -4px;
  bottom: 3px;
  z-index: -1;
}
.hit__item-2 .hit__title span:before{
  background: #05AFC1;
}
.hit__item-3 .hit__title span:before{
  background: #1C6B74;
}
.hit__text ul{
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.hit__text ul li{
  position: relative;
  font-size: 24px;
  line-height: 170%;
  font-weight: 400;
  padding-left: 55px;
  color: #000;
  text-align: left;
}
.hit__item-2 .hit__text ul li, .hit__item-3 .hit__text ul li{
  color:#fff;
}
.hit__text ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 35px;
    height: 35px;
    background: url(/wp-content/themes/diasoft/img/sensor/icon-black.svg) no-repeat center / cover;
}
.hit__item-2 .hit__text ul li:before, .hit__item-3 .hit__text ul li:before{
    background: url(/wp-content/themes/diasoft/img/sensor/icon-white.svg) no-repeat center / cover ;
}
.flex__list{
  display: flex;
  gap: 45px 67px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.flex__item{
  position: relative;
  padding-left: 65px;
  width: calc(50% - 33.5px);
}
.flex__item:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 45px;
  height: 45px;
  background: url(/wp-content/themes/diasoft/img/sensor/icon-white.svg) no-repeat center / cover;
}
.flex__title{
  font-size: 32px;
  line-height: 150%;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 14px;
}
.flex__text{
  font-size: 24px;
  line-height: 160%;
  color: #FFFFFF;
  font-weight: 400;
}
.use__block-1{
  margin-top: 50px;
}
.use__block{
  padding: 100px 140px 130px 80px;
}
.use__title{
  font-size: 50px;
  font-weight: 900;
  line-height: 150%;
  text-transform: uppercase;
  color: #141414;
  text-align: center;
  margin-bottom: 60px;
}
.use__title span{
  color: #05AFC1;
  position: relative;
  z-index: 0;
  font-weight: 900;
  display: inline-block;
}
.use__title span:before{
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  width: calc(100% + 8px);
  height: 13px;
  left: -4px;
  bottom: 8px;
  z-index: -1;
}
.use__block-2 .use__title, .use__block-4 .use__title{
  color: #fff;
}
.use__block-2 .use__title span, .use__block-4 .use__title span{
  color: #71F6FF;
}
.use__block-2 .use__title span:before, .use__block-4 .use__title span:before{
  background: #05AFC1;
}
.use__tabs{
  display: flex;
  align-items: center;
  gap: 190px;
}
.use__tabs-2, .use__tabs-4{
  flex-direction: row-reverse;
}
.use__list{
  max-width:660px;
  width: 100%;
}
.use__list{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.use__list li{
  padding:10px 20px 10px 100px;
  padding-left: 100px;
  color: #05AFC1;
  position: relative;
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  cursor: pointer;
  border: 3px solid transparent;
  transition: 0.3s;
}
.use__list li:before{
  position: absolute;
  left: 20px;
  top: 23px;
  width: 59px;
  height: 11px;
  line-height: 0;
  content: '';
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: left top;
  mask-image: url(/wp-content/themes/diasoft/img/sensor/arrow_use.svg);
  -webkit-mask-image: url(/wp-content/themes/diasoft/img/sensor/arrow_use.svg);
  background-color: #05AFC1;
  transition: 0.3s;
}
.use__list li span{
  color: inherit;
  border-bottom: 1px dashed rgb(5 175 193 / 40%);
  transition: 0.3s;
}
.use__list li.active{
  border-color: #05AFC1;
  color: #141414;
}
.use__tabs-2 .use__list li.active, .use__tabs-4 li.active{
  color: #fff;
}
.use__list li.active:before{
  background-color: #141414;
}
.use__tabs-2 .use__list li.active:before, .use__tabs-4 .use__list li.active:before{
  background-color: #fff;
}
.use__list li.active span{
  border-bottom-color: transparent;
}
@keyframes tabs {
  0% {transform: scale(0);}
  100% {transform: scale(1);}
}
.use__content{
  flex: 1;
  text-align: center;
  transition: 0.3s; 
  transform: scale(0);
}
.use__content.active{
  animation: tabs 0.4s linear;
  transform: scale(1);
}


.use__img{
  position: relative;
  display: inline-block;
  padding: 18px;
}
.use__img:before{
  content: "";
  display: block;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  border: 20px solid #035058;
  filter: drop-shadow(0px 45px 73px rgba(0,0,0,.25));
  border-radius: 8px;
}
.use__img img{
  max-width: 100%;
}
.micro__text{
  margin-top: 50px;
}
.micro__line{
  margin: 95px 0;
  border-bottom: 1px solid #DCDCDC;
  width: 100%;
}
.micro__tech, .micro_gallery{
  display: flex;
  gap: 95px;
  align-items: center;
}
.micro__title{
  font-weight: 900;
  font-size: 65px;
  line-height: 112.5%;
  text-transform: uppercase;
  color: #000000;
}
#cu{
      background-image: url(/wp-content/themes/diasoft/img/sensor/bcg_footer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#cu .btn-green {
    width: 100%;
    background: linear-gradient(99.6deg, #30D3E4 -4.51%, #4094AF 114.5%);
    box-shadow: 23px 25px 49px rgba(4, 20, 26, 0.2);
}
.btn_top {
    font-size: 22px;
    text-transform: uppercase;
    color: #05AFC1;
    border: 3px solid #000;
    padding: 10px 100px;
    position: absolute;
    right: 15%;
    bottom: 45px;
    z-index: 10;
    font-weight: bold;
    opacity: 0;
    transition: .3s;
    transform: translateY(100%);
}
.btn_top.act {
    opacity: 1;
    transform: translateY(0%);
}
#comp{
  background: #1D5063;
}
.comp__blocks{
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.comp__head{
  display: flex;
}
.comp__title{
  font-size: 42px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0E3645;
  font-weight: 900;
  padding:40px 40px 30px 40px;
  background: #71F6FF;
  flex: 0 0 auto;
}
.comp__text{
  flex: 1;
  font-size: 30px;
  line-height: 160%;
  color: #FFFFFF;
  font-weight: 400;
  padding:40px 80px 40px 50px;
  border: 3px solid #71F6FF;
}

.comp__shema{
  border: 3px solid #71F6FF;
  border-top: 0;
  padding:150px;
  text-align: center;
  background-image: url(/wp-content/themes/diasoft/img/sensor/comp_bcg.png);
  background-repeat: no-repeat;
  background-position: center;
}
.comp__shema-block{
  position: relative;
  display: inline-block;
  padding: 19px;
}
.comp__shema-block:before {
    content: "";
    display: block;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    border: 20px solid #035058;
    filter: drop-shadow(0px 45px 73px rgba(0,0,0,.25));
    border-radius: 8px;
}
.comp__btn{
  position: absolute;
  display: block;
  width: 63px;
  height: 63px;
  border-radius: 100px;  
  background: linear-gradient(99.6deg, #30D3E4 -4.51%, #4094AF 114.5%);
  cursor: pointer;
  transition: background 0.3s;
  z-index: 1;
}
.comp__btn:before{
  content:"";
  display: block;
  border-radius: 100px;
  width: calc(96% + 30px);
  height:calc(96% + 30px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border: 15px solid rgba(5, 175, 193, 0.22);
  transition: 0.3s;
}
.comp__btn.open{
  z-index: 3;
}
.comp__btn:hover,.comp__btn.open{
  background: linear-gradient(99.6deg, #71F6FF -4.51%, #71F6FF 114.5%);
}
.comp__btn:hover:before, .comp__btn.open:before{
  border-color: #fff;
}
.comp__btn:after{
  content: "+";
  color: #fff;
  position: absolute;
  font-size: 50px;
  font-weight: 500;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: 0.3s;
}
.comp__btn:hover:after, .comp__btn.open:after{
  color: #141414;
}
.comp__btn.open:after{
  content: "-";
}
.comp_modal{
  position: absolute;
  transition: 0.3s;
}

.comp_modal-1-1{
  left: 42%;
  top: 34%;
}
.comp_modal-1-2{
  left: 74%;
  top: 54%;
}
.comp_modal-1-3{
  left: 35%;
  top:0;
}
.comp_modal-1-4 {
  left: 51%;
  top: 25%;
}
.comp_modal-1-5{
  left: 70%;
  top: 20%;
}
.comp_modal-2-1{
  left: 78%;
  top: 54%;
}
.comp_modal-2-2{
  left: 3%;
  top: 64%;
}
.comp_modal-2-3{
  left: 46%;
  top: 14%;
}
.comp_modal-1-5{
  transform: translate(-100%, 40px);
}
.comp_modal-1-5 .comp__btn{
    left: 100%;
    top: -40px;
}
.comp_modal-1-1 .comp_modal__block{  
  transform: translate(0%, 40px);
}
.comp_modal-1-2 .comp_modal__block{
  transform: translate(-100%,-30%);
}
.comp_modal-1-3 .comp_modal__block{
  transform: translate(40px,40px);
}
.comp_modal-1-4 .comp_modal__block{
  transform: translate(-4%,-30%);
}
.comp_modal-2-1 .comp_modal__block{
  transform: translate(-100%,-50%);
}
.comp_modal-2-2 .comp_modal__block{
  transform: translate(80px,-70%);
}
.comp_modal-2-3 .comp_modal__block{
  transform: translate(40px, 40px);
}
.comp__shema-block.open:before{
  filter: blur(3.5px);
  background: linear-gradient(0deg, rgba(3, 80, 88, 0.79), rgba(3, 80, 88, 0.79));
}
.comp_modal__block{
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  transition: 0.3s;
}
.comp_modal__block.open{
  opacity: 1;
  overflow: visible;
  height:auto;
  width:auto;
  position: relative;
  z-index: 2;
}
.comp_modal__img{
  display: inline-block;
  position: relative;
  padding: 19px;
}

.comp_modal__img:before{
  content: "";
  display: block;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  border: 20px solid #035058;
  filter: drop-shadow(0px 45px 73px rgba(0,0,0,.25));
  border-radius: 8px;
}
.comp_modal__text{
  background: rgba(3, 80, 88, 0.7);
  border: 1px solid #71F6FF;
  backdrop-filter: blur(2.5px);
  border-radius: 44px;
  padding: 20px 23px;
  font-size: 24px;
  line-height: 160%;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 34px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 17px;
}
.comp_modal__text:before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    margin-top: 5px;
    background: url(/wp-content/themes/diasoft/img/sensor/icon-white.svg) no-repeat center / cover;
    flex: 0 0 28px;
}
.comp_modal.open{
  z-index: 2;
}
.comp__shema-img{
  max-width:100%;
}
.go-mobile .btn-green{
  margin-top: 25px;
}
/*Анимация*/
.anim-item{
  opacity: 0;
  transition: all 0.6s;
}
.hit_item__title.anim-item:after{
  width: 0;
  transition: 0.5s;
}
.arrow_big.anim-item{
  transform: translate(-150%,-50%);
}
.arrow_middle.anim-item, .arrow_small.anim-item{
  transform: translateX(-150%);
}

@media (min-width: 993px){

  .anim-active{
    opacity: 1;
  }
  .hit_item__title.anim-item:after{
    width: 0;
    transition: 0.5s;
  }
  .hit_item__title.anim-item.anim-active:after{
    width: 100%;
  }
  .arrow_big.anim-item{
    transform: translate(-150%,-50%);
  }
  .arrow_big.anim-item.anim-active{
    transform: translate(0%,-50%);
  }
  .arrow_middle.anim-item, .arrow_small.anim-item{
    transform: translateX(-150%);
  }
  .arrow_middle.anim-item.anim-active, .arrow_small.anim-item.anim-active{
    transform: translateX(0%);
  }
  .hit_list__block:first-child .hit_item__icon.anim-item{
    transition-delay: 0s;
  }
  .hit_list__block:first-child .hit_item__title.anim-item{
    transition-delay: 0.2s;
  }
  .hit_list__block:first-child .hit_item__title.anim-item:after{
    transition-delay: 0.4s;
  }
  .hit_list__block:first-child .arrow_big{
    transition-delay: 0.6s;
  }
  .hit_list__block:first-child .arrow_middle{
    transition-delay: 0.8s;
  }
  .hit_list__block:first-child .arrow_small{
    transition-delay: 1s;
  }


  .hit_list__block:nth-child(2) .hit_item__icon.anim-item{
    transition-delay: 1.2s;
  }
  .hit_list__block:nth-child(2) .hit_item__title.anim-item{
    transition-delay: 1.4s;
  }
  .hit_list__block:nth-child(2) .hit_item__title.anim-item:after{
    transition-delay: 1.6s;
  }
  .hit_list__block:nth-child(2) .arrow_big{
    transition-delay: 1.8s;
  }
  .hit_list__block:nth-child(2) .arrow_middle{
    transition-delay: 2s;
  }
  .hit_list__block:nth-child(2) .arrow_small{
    transition-delay: 2.2s;
  }

  .hit_list__block:nth-child(3) .hit_item__icon.anim-item{
    transition-delay: 2.4s;
  }
  .hit_list__block:nth-child(3) .hit_item__title.anim-item{
    transition-delay: 2.6s;
  }
  .hit_list__block:nth-child(3) .hit_item__title.anim-item:after{
    transition-delay: 2.8s;
  }
  .hit_list__block:nth-child(3) .arrow_big{
    transition-delay: 3s;
  }
  .hit_list__block:nth-child(3) .arrow_middle{
    transition-delay: 3.2s;
  }
  .hit_list__block:nth-child(3) .arrow_small{
    transition-delay: 3.4s;
  }

  .hit_list__block:last-child .hit_item__icon.anim-item{
    transition-delay: 3.6s;
  }
  .hit_list__block:last-child .hit_item__title.anim-item{
    transition-delay: 3.8s;
  }
  .hit_list__block:last-child .hit_item__title.anim-item:after{
    transition-delay: 4s;
  }

}
@media (max-width: 992px){
  .owl-item.active .anim-active{
    opacity: 1;
  }  
  .owl-item.active .hit_item__title.anim-item.anim-active:after{
    width: 100%;
  }  
  .owl-item.active .arrow_big.anim-item.anim-active{
    transform: translate(0%,-50%);
  }  
  .owl-item.active .arrow_middle.anim-item.anim-active,.owl-item.active  .arrow_small.anim-item.anim-active{
    transform: translateX(0%);
  }
  .owl-item.active .hit_list__block .hit_item__icon.anim-item{
    transition-delay: 0s;
  }
  .owl-item.active .hit_list__block .hit_item__title.anim-item{
    transition-delay: 0.2s;
  }
  .owl-item.active .hit_list__block .hit_item__title.anim-item:after{
    transition-delay: 0.4s;
  }
  .owl-item.active .hit_list__block .arrow_big{
    transition-delay: 0.6s;
  }
  .owl-item.active .hit_list__block .arrow_middle{
    transition-delay: 0.8s;
  }
  .owl-item.active .hit_list__block .arrow_small{
    transition-delay: 1s;
  }
}


















@media (max-width: 2300px){
  .header__nav__link{
    padding:20px;
  }
  .header__nav {
    gap: 0 20px;
  }
}
@media (max-width: 2000px){
  .banner{
    height: 1080px;
  }
  .banner_main_img {
     max-width: 50%;
      right: 0;
  }
  .banner_main_img img{
    width: 100%;
  }  
  .main_ban_block h2:before {
      height: 82%;
  }  
  .go-mobile{
    max-width: 570px;
    margin-left: 80px;
  }
  .btn-green{
    padding: 16px 54px;
  }
  .btn_block:after, .btn_block:before{
    width: 33%;
  }
  .btn_block:before{
    background-position: right;
  }
  .btn_block:after{
    background-position: left;
  }
  .py {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sensor_list ul li{
    margin-bottom: 32px;
  }
  .vis__list{
    margin-top: 90px;
  }
  .vis__item__line{
    margin: 28px 0;
  }
  .numcount{
    height: 65px;
  }
  .whsh__icon{
    width: 225px;
    height: 225px;
  }
  .whsh__text{
    padding: 30px;
  }
  .whsh__text ul li:before, .hit__text ul li:before{
    width: 26px;
    height: 26px;
  }
  .flex__item:before, .sensor_list ul li:before{
    width: 34px;
    height: 34px;
  }
  .sensor_list ul li{
    padding-left: 50px;
  }
  .comp_modal__text:before{
    width: 21px;
    height: 21px;
    background-size: contain;
  }
  .var__item{
    padding:50px 40px;
  }
  .hit_item__icon{
    width: 246px;
    height: 245px;
  }
  .hit_item__arrows{
    width: 190px;
    height: 168px;
  }
  .arrow_big{
    left: -40px;
    height: 167px;
  }
  .arrow_middle{
    width: 160px;
    left: -80px;
    top: 60px;
  }
  .arrow_small{
    width: 170px;
    left: -55px;
    top: 41px;
    height: 60px;
  }
  .hit__block{
    padding: 80px 45px;
  }
  .hit__title{
    margin-bottom: 18px;
  }
  .hit__line{
    width: 252px;
    margin-bottom: 37px;
  }
  .hit__text ul{
    gap: 27px;
  }
  .flex__list{
    gap: 32px 50px;
  }
  .use__block{
    padding: 75px 100px 130px 60px;
  }
  .use__list li:before{
    width: 44px;
  }
  .use__list li{
    padding-left: 75px;
  }
  .use__list{
    max-width: 500px;
  }
  .comp__title, .comp__text{
    padding: 30px;
  }
  .comp_modal__text{
    padding:14px 16px;
  }
  .comp__shema{
    padding: 130px;
  }
  .comp__shema-block:before, .use__img:before, .maus__video:before, .comp_modal__img:before{
    border-width: 15px;
  }
  .use__img, .comp_modal__img, .comp__shema-block{
    padding:13px;
  }
  .micro__tech, .micro_gallery{
    gap: 80px;
  }
  .comp__btn{
    width: 47px;
    height: 47px;
  }
  .comp__btn:before{
    border-width: 11px;
  }
  .comp__btn:before{
    width: calc(96% + 22px);
    height: calc(96% + 22px);
  }
  .go-mobile span:before, .whsh__title span:before, .var__title span:before, .hit__item .hit__title span:before, .use__title span:before{
    height: 8px;
    bottom: 5px;
  }
  .use__title span:before{
    bottom: 9px;
  }

  /* Размер текста */
  .btn-green, .btn_top{
    font-size: 17px;
  }
  .hit__text ul li, .flex__text, .comp_modal__text{
    font-size: 18px;
  }
  .border_text__mini, .vis__list__text, .whsh__text li, .var__text, .use__list li{
    font-size: 20px;
  }
  .comp__text{
    font-size: 22px;
  }
  .sensor_list ul li, .var__title,  .flex__title{
    font-size: 24px;
  }
  .hit_item__title{
    font-size: 22px;
  }
  .whsh__title{
    font-size: 28px;
  }
  .border_text__big, .hit__title{
    font-size: 30px;
  }
  .maus__text, .comp__title, .comp__btn:after{
    font-size: 32px;
  }
  .minitext, .use__title{
    font-size: 38px;
  }
  .go-mobile, .go-mobile span, .go-mobile b{
    font-size: 42px;
  }
  .numcount sup, .numcount .text, .micro__title{
    font-size: 48px;
  }
   .bc__title .text-colored{
    font-size: 52px;
  }
  .text-colored-wrap .text-colored, .text-border, section h2 .text-border, .numcount{
    font-size: 68px;
    line-height: 1.2;
  }
  .numcount_cif, .numcount_cif span{
    font-size: 70px;
  }
  .main_ban_block h2 .text-border, .main_ban_block h2 .text-colored-wrap{
    font-size: 100px;
  }
  /* Размер текста */

}
@media (max-width: 1600px){

  .header__nav__link{
    font-size: 18px;
    padding: 0px;
  }
  header .btn{
    font-size: 18px;
  }
  .header__nav {
    gap: 0 20px;
    flex: 1;
  }
  .header__nav__item {
    width: 100%;
  }
  .banner {
    height: 860px;
  }
  .use__tabs{
    gap: 90px;
  }
  .comp_modal__img{
    max-width: 400px;
  }
  .comp_modal__img img{
    max-width: 100%;
  }
  .comp_modal__text:before{
    margin-top: 3px;
  }
  .header__language{
    height: 36px;
    width: 36px;
  }
  :root{
    --swidth:36px;
    --height:36px;
  }
  .header__language__link{
    font-size: 14px;
    height: 36px;
    padding-left: 9px;
    padding-right: 9px;
  }
  header .header__right .btn{
    font-size: 16px;
    height: 36px;
    padding: 18px 43px;
  }
  .header__language__submenu {
      width: 36px;
      top: 33px;
  }

}
@media (max-width: 1500px){
  .py {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .first-screen .wrapper-top h2{
    margin-left: 75px;
    line-height: 0;
  }
  .main_ban_block h2:before{
    left: -50px;
    top: 8px;
  }
  .go-mobile {
    max-width: 408px;
    margin-left: 150px;
    margin-top: 60px;
  }
  .header__right .btn {
    padding-left: 60px;
    padding-right: 60px;
    width: auto;
    font-size: 16px;
    height: 62;
  }
  .banner {
    height: 768px;
  }
  .btn_block-banner{
    bottom: 70px;
  }
  .btn-green {
    padding: 13px 50px;
  }
  .maus__text{
    margin-bottom: 25px;
  }
  .border_text__big{
    margin-bottom: 11px;
  }
  .vis__list{
    margin-top: 70px;
  }
  .vis__item {
    width: 221px;
  }
  .vis__item__line{
    margin: 20px 0;
  }
  .numcount {
    height: 48px;
  }
  .whsh__icon {
    width: 108px;
    height: 108px;
  }
  .whsh__title{
    margin-bottom: 12px;
  }
  .whsh__text {
    padding: 20px;
  }
  .whsh__text ul li:before, .hit__text ul li:before {
    width: 18px;
    height: 18px;
  }
  .whsh__text ul{
    padding-left: 30px;
  }
  .whsh__text ul li:before{
    left: -30px;
  }
  .whsh__text li{
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .var__item{
    padding: 35px 30px;
  }
  .var__icon{
    width: auto;
    height: 90px;
    background-size: contain;
  }
   .whsh__title span:before, .var__title span:before, .hit__item .hit__title span:before, .use__title span:before{
    height: 6px;
    bottom: 3px;
  }
  .go-mobile span:befor{
    height: 8px;
    bottom: 6px;
  }
  .use__title span:before{
    bottom: 9px;
  }
  .var__item{
    gap: 20px;
  }
  .hit_item__icon {
    width: 200px;
    height: auto;
  }
  .hit_item__arrows {
    width: 110px;
    height: 120px;
  }
  .arrow_big{
    height: 120px;
  }
  .arrow_middle {
    width: 113px;
    left: -70px;
    top: 50px;
    height: 58px;
  }
  .arrow_small {
    width: 122px;
    left: -50px;
    top: 28px;
    height: 42px;
  }
  .hit__line{
    width: 180px;
    margin-bottom: 25px;
  }
  .hit__text ul li{
    padding-left: 32px;
  }
  .hit__text ul li:before{
    top: 5px;
  }
  .flex__item:before {
    width: 24px;
    height: 24px;
  }
  .flex__item{
    padding-left: 40px;
  }
  .flex__list {
    gap: 20px 35px;
  }
  .use__list li:before{
    top: 16px;
  }
  .use__tabs {
    gap: 70px;
  }
  .use__list{
    max-width: 357px;
  }
  .comp__shema-block:before, .use__img:before, .maus__video:before, .comp_modal__img:before{
    border-width:11px;
  }
  .use__img, .comp_modal__img, .comp__shema-block{
    padding:9px;
  }
  .maus__video:before{
    top: -2px;
    height: calc(100% + 4px);
    left: -9px;
    width: calc(100% + 16px);
  }
  .comp__title, .comp__text{
    padding: 20px;
  }
   .comp__btn{
    width: 34px;
    height: 34px;
  }
  .comp__btn:before{
    border-width: 8px;
    width: calc(96% + 16px);
    height: calc(96% + 16px);
  }

  .comp_modal__text{
    gap: 10px;
    margin-bottom: 15px;
  }
  .comp__blocks{
    gap: 50px;
  }
  .comp__shema {
    padding: 90px;
  }
  .micro__line{
    margin: 50px 0;
  }


  .btn-green, .btn_top, .hit__text ul li, .flex__text, .comp_modal__text {
      font-size: 14px;
  }
  .border_text__mini, .vis__list__text, .whsh__text li, .var__text, .use__list li, .comp__text{
    font-size: 16px;
  }
  .sensor_list ul li, .var__title, .hit_item__title, .flex__title{
    font-size: 18px;
  }
  .whsh__title{
    font-size: 20px;
  }
  .maus__text, .comp__title, .comp__btn:after, .border_text__big, .hit__title{
    font-size: 22px;
  }
  .minitext, .use__title{
    font-size: 28px;
  }
  .go-mobile, .go-mobile span, .go-mobile b{
    font-size: 30px;
  }
  .numcount sup, .numcount .text, .micro__title{
    font-size: 34px;
  }
  .text-colored-wrap .text-colored, .text-border, section h2 .text-border, .numcount{
    font-size: 48px;
  }
  .why__title .text-colored-wrap .text-colored{
    font-size: 60px;
  }
  .main_ban_block h2 .text-border, .main_ban_block h2 .text-colored-wrap{
    font-size: 74px;
  }
  .btn_top{
    padding:10px 30px;
  }

}
@media (max-width: 1300px){
  .header__right .btn{
    padding-left: 35px;
    padding-right: 35px;
  }
  .micro__tech, .micro_gallery {
    gap: 40px;
  }
}
@media (max-width: 1200px){
  .banner {
    height: 680px;
  }
  .btn_block:after, .btn_block:before {
    width: 26%;
  }
  .text-colored-wrap .text-colored, .text-border, #cu .text-border, .numcount_cif, .numcount_cif span,
  .bc__title {
    font-size: 42px;
  }
  .numcount{
    margin-bottom: 10px;
  }
  .btn_top {
    display: none;
  }
  .go-mobile {
    margin-left: 50px;
    margin-top: 30px;
  }
  .banner_main_img {
    display: flex;
    align-items: flex-end;
  }
  .whsh__list{
    gap: 23px;
  }
  .hit_item__icon{
    width: 150px;
  }
  .arrow_big{
    left: 0;
  }
  .hit_item__title{
    font-size: 16px;
  }
  .hit_list {
    margin-top: 60px;
  }
  .use__block {
    padding: 45px 70px 100px 30px;
  }
  .use__list {
    max-width: 330px;
  }
  .comp_modal__img {
    min-width: 350px;
  }
  .comp__shema {
    padding: 65px;
  }
}
@media (max-width: 992px){
  .first-screen{
    height: 635px;
    background-position: right!important;
    background-size: contain!important;
  }
  .first-screen.sau{
    background-position: right 100%!important;
  }
  .first-screen .wrapper-top h2 {
    margin-top: 0px;
  }

  .banner .width-wrap{
    top: -25%;
  }
  .go-mobile{
    margin-top: 0;
  }
  .maus__row{
    flex-direction: column-reverse;
  }
  .maus__video{
    margin-bottom: 45px;
  }
  .owl-dots{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 25px;
  }
  .owl-dot{
    width: 13px;
    height: 13px;
    display: block;
    border: 2px solid #E0E0E0;
    border-radius:25px;
    background-color: transparent;
  }
  .owl-dot.active{
    background: #05AFC1;
  }

  .btn_block:after, .btn_block:before {
    width: 21%;
  }
  .sensor_list ul li:before{
    width: 24px;
    height: 24px;
  }
  .sensor_list ul li{
    padding-left: 35px;
  }
  #maus .btn_block {
    margin-top: 50px;
  }
  .border_text {
    padding-left: 20px;
    border-left: 6px solid #05afc1;
  }
  .vis__list{
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .vis__item {
    width: 48%;
  }
  .whsh__text{
    box-shadow: none;
  }
  .var__list{
    flex-direction: column;
  }
  .var__item{
    align-items: center;
  }
  .var__icon {
    width: 90px;
  }
  .hit__item, .hit__item:nth-child(even){
    flex-direction: column;
  }
  .hit__item img{
    max-width: 100%;
  }
  .hit__block {
    padding: 35px 20px;
  }
  .hit__block:before {
    transform: rotate(90deg) translate(-40%,-50%) !important;
    right: 50% !important;
    top: 100%;
    left: auto !important;
  }
  .hit__item:nth-child(even) .hit__block::before {
    transform: rotate(-90deg) translate(40%,50%) !important;
  }
  .hit__text ul {
    gap: 13px;
  }
  .flex__item{
    width: 100%;
  }
  .flex__list{
    margin-top: 30px;
  }
  .use__tabs {
    gap: 35px;
    flex-direction: column-reverse;
  }
  .use__list{
    max-width: 100%;
  }
  .use__title{
    margin-bottom: 26px;
  }
  .use__block {
    padding: 25px 30px;
  }
  .comp__blocks{
    margin-top: 30px;
  }
  .micro__tech{
    flex-direction: column;
  }
  .comp_modal__img {
    min-width: 300px;
  }
  .hit_item__first, {
    flex:1 1 auto;
  }
  .hit_item__arrows{
    width: 135px;
  }
  .hit_item__icon{
    margin-left: auto;
    margin-right: auto;
  }


}
@media (max-width: 767px){
  .go-mobile .btn-green{
    display: none;
  }
  .py {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .header__language, .header__language__link {
    width: 36px;
    height: 36px;
  }
  .banner .width-wrap{
    top: 25px;
  } 
  .main_ban_block h2 .text-border, .main_ban_block h2 .text-colored-wrap{
    font-size: 52px;
  }
  .main_ban_block h2 .text-colored-wrap{
    display: block;
  }
  .first-screen .wrapper-top h2{
    margin-left: 0px;
    text-align: center;    
  }
  .width-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main_ban_block h2:before {
    left: -20px;
    width: 4px;
  }
  .go-mobile{
    margin: 0;
    text-align: center;
  }
  .go-mobile, .go-mobile span, .go-mobile b {
    font-size: 24px;
  }

  .btn_block:after, .btn_block:before, .btn-green:after{
    content: none;
  }
  .btn-green{
    width: 100%;
  }
  .btn-green img, .btn-green:before{
    display: none;
  }
  .first-screen {
    margin-bottom: 0px;
    height: calc(100vh - 56px);
    background-repeat: no-repeat;
    background-position: 75% 100%!important;
    background-size: auto 500px!important;
  }
  .first-screen.sau{
    background-position: 100% 100% !important;
    background-size: auto 450px!important;
  }
  .banner_main_img{
    max-width: 100%;
    bottom: 48px;
  }
  .btn-green, .btn_top, .hit__text ul li, .flex__text, .comp_modal__text {
    font-size: 16px;
  }
  .btn-green {
    padding: 13px 17px;
  }
  .btn_block-banner {
    bottom: 0px;
    padding: 0;
  }
  .main_ban_block h2:before{
    content: none;
  }
  .header__language__link{
    font-size: 16px;
  }
  #maus h2{
    margin-bottom: 25px;
  }
  .btn_whatsapp, .vis__text {
    display: none;
  }
  h2 * {
    font-size: 40px !important;
  }
  .comp__shema-block:before, .use__img:before, .maus__video:before, .comp_modal__img:before {
    border-width: 8px;
  }
  .use__img, .comp_modal__img, .comp__shema-block{
    padding: 6px;
  }
  .maus__video {
    margin-bottom: 38px;
  }
  .maus__text {
    margin-bottom: 15px;
    text-align: center;
  }
  .sensor_list ul li{
    margin-bottom: 10px;
  }
  #maus .btn_block {
    margin-top: 20px;
    margin-bottom: -45px;
  }
  .vis__list {
    margin-top: 35px;
    gap: 25px;
  }
  .vis__item {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .vis__item__line{
    width: 60%;
    height: 1px;
    margin: 10px auto;
    order: 1;
  }
  .numcount  {
    height: auto;
  }
  .numcount .text{
    justify-content: center;
  }
  .whsh__icon{
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
  }
  .whsh__list.owl-carousel .owl-stage-outer{
    padding-bottom: 2px;
  }
  .whsh__title{
    text-align: center;
  }
  .whsh__text li {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .var__title{
    font-size: 20px;
  }
  .var__text{
    font-size: 17px;
    text-align: center;
  }
  .hit_item__first{
    flex: 100%;
  }
  .hit_list__block{
    position: relative;
  }
  .hit_item__arrows{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .hit_item__title {
    font-size: 20px;
  }
  .flex__title{
    font-size: 19px;
  }
  .flex__text{
    font-size: 18px;
  }
  .use__title{
    font-size: 24px;
  }
  .use__list li{
    border-width: 2px;
  }
  #use h2{
    padding-left: 20px;
    padding-right: 20px;
  }
  #use .width-wrap{
    padding-left: 0;
    padding-right: 0;
  }
  .comp__head{
    flex-direction: column;
  }
  .comp__title{
    font-size: 24px;
    text-align: center;
  }
  .comp__text{
    text-align: center;
    font-size: 18px;
  }
  .comp__shema {
    padding: 85px 25px;
  }
  .comp_modal.open{
    left: -20px!important;
    top: -20px!important;
    max-width: 100%;
  }
  .comp_modal.open .comp__btn{
    left: 0!important;
    top: 0!important;
  }
  .comp_modal{
    transform: translate(0px,0px)!important;
  }
  .comp_modal .comp_modal__block{
    transform: translate(20px,20px)!important;
  }
  .comp_modal__img {
    min-width: auto;
    width: 100%;
    max-width:100%;
  }
  .comp_modal__text:before{
    content: none;
  }
  .comp_modal__text{
    font-size: 17px;
    padding:12px 20px;
  }
  .border_text{
    padding-left: 0;
    border: 0;
  }
  .micro__text{
    margin-top: 15px;
  }
  .border_text__big{
    font-size: 20px;
  }
  .border_text__mini{
    font-size: 18px;
  }
  .micro__title{
    font-size: 28px;
    text-align: center;
  }
  .micro__tech{
    gap: 20px;
  }
  .micro_gallery{
    flex-wrap: wrap;
    gap: 30px;
  }
  .micro_gallery__img{
    flex: 1 1 35%;
    text-align: center;
  }
  .banner_main_img img {
    margin: 0 auto;
    width: auto;
    max-height: 53%;
  }




}
@media (max-width: 400px){
  .comp__btn {
      width: 30px;
      height: 30px;
  }
  .comp__btn:before {
    border-width: 6px;
    width: calc(96% + 12px);
    height: calc(96% + 12px);
  }
  .comp_modal__text{
    font-size: 15px;
  }
  .use__block {
    padding: 25px 20px;
  }
}
@media (max-width: 350px){
  h2 * {
      font-size: 36px !important;
  }
}