@font-face {
   font-family: 'BebasBold';
			src: url('fonts/BebasBold/BebasBold.eot');
			src: url('fonts/BebasBold/BebasBold.eot?#iefix')format('embedded-opentype'),
			url('fonts/BebasBold/BebasBold.woff') format('woff'),
			url('fonts/BebasBold/BebasBold.ttf') format('truetype');
			font-style: normal;
			font-weight: normal;
  }
@font-face {
    font-family: 'Muller';
    src: local('fonts/Muller Regular'), local('Muller-Regular'),
        url('fonts/MullerRegular.woff2') format('woff2'),
        url('fonts/MullerRegular.woff') format('woff'),
        url('fonts/MullerRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
  }
@font-face {
font-family: 'Muller';
src: local('fonts/Muller Bold'), local('Muller-Bold'),
    url('fonts/MullerBold.woff2') format('woff2'),
    url('fonts/MullerBold.woff') format('woff'),
    url('fonts/MullerBold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Muller';
    src: local('fonts/Muller Medium'), local('Muller-Medium'),
        url('fonts/MullerMedium.woff2') format('woff2'),
        url('fonts/MullerMedium.woff') format('woff'),
        url('fonts/MullerMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
  }
@font-face {
    font-family: 'Muller';
    src: local('fonts/Muller Extra Bold'), local('Muller-Extra-Bold'),
        url('fonts/MullerExtraBold.woff2') format('woff2'),
        url('fonts/MullerExtraBold.woff') format('woff'),
        url('fonts/MullerExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
	font-display: swap;
  }
@font-face {
    font-family: 'Muller';
    src: local('fonts/Muller Ultra Light'), local('Muller-Ultra-Light'),
        url('fonts/MullerUltraLight.woff2') format('woff2'),
        url('fonts/MullerUltraLight.woff') format('woff'),
        url('fonts/MullerUltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
	font-display: swap;
  }
@font-face {
    font-family: 'Muller';
    src: local('fonts/Muller Light'), local('Muller-Light'),
        url('fonts/MullerLight.woff2') format('woff2'),
        url('fonts/MullerLight.woff') format('woff'),
        url('fonts/MullerLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
  }
@font-face {
    font-family: 'Montserrat';
    src: local('fonts/Montserrat Regular'), local('Montserrat-Regular'),
        url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff'),
        url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
  }
body{
  max-width: 1920px;
  margin: 0 auto;
}  
h2{
  font-size: 32px;
  color: #232323;
  padding-bottom: 15px;
}

.header-phones-phone {
    font-size: 14px;
    font-weight: 700;
    color: #394A54;
    font-family: 'Muller';
    position: relative;
    height: fit-content;
}

.header-phones-phone svg:hover {
	transform: rotate(270deg);
}

.header-phones-phone a {
    text-decoration: none;
    font-family: 'Muller';
    font-weight: 700;
    padding: 2px;
}
.header-phones-phone-mob {
    font-size: 14px;
    font-weight: 700;
    color: #394A54;
    font-family: 'Muller';
    position: relative;
    height: fit-content;
}
.header-phones-phone-mob a {
    text-decoration: none;
    font-family: 'Muller';
    font-weight: 700;

}
.header-phones-phone-arrowPhone {
    padding-left: 5px;
    cursor: pointer;
}
.header-phones_item-morePhones {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    background-color: #ffffff;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
    z-index: 99999;
}
.header-phones_item-morePhones a {
    padding: 7px 8px;
    display: block;
    font-size: 12px;
    font-family: 'Muller';
    font-weight: 700;
    color: #394A54;
}

.header-phones-phone:hover .header-phones_item-morePhones {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}
.header-phones-phone-mob:hover .header-phones_item-morePhones {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}
.header-menu-left{
	display: flex;
	list-style: none;
	margin-top: 8px; 
	align-items: center;
}
.header-phones-lang {
    font-size: 13px;
    font-weight: 700;
    color: #394A54;
    font-family: 'Manrope';
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
}

.header-phones-lang-arrowLang {
    padding-left: 3px;
    cursor: pointer;
	margin-top: 8px; 
	transform: rotate(270deg);
}

.header-phones_item-moreLang {
    display: none;
    /*opacity: 0;
    visibility: visible;*/
    position: absolute;
    top: 100%;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    background-color: #ffffff;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
    z-index: 99999;
}
.header-phones-lang:hover .header-phones_item-moreLang {
    /*opacity: 1;
    visibility: visible;*/
    display: block;
    transition: opacity 0.5s ease-in-out;
    width: 100px;
}
.header-phones_item-moreLang li {
    list-style: none;
}
.current-lang {
    display: block;
    font-size: 11px;
    font-family: 'Muller';
    font-weight: 600;
    color: #ffffff;
    margin: 2px;
    background-color: rgb(35, 35, 35);
    text-decoration: none;
}
.lang-item {
    text-decoration: none;
    list-style: none;
}
.header-phones_item-moreLang li a{
	text-decoration: none;
}
.sub-menu{
	display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    background-color: #ffffff;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
    z-index: 99999;
    list-style: none;
}
.sub-menu li{
	list-style: none;
	padding: 5px 10px;
}
.menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-in-out;
    width: fit-content;
}
.backcall {
    animation: pulse 1.5s infinite ease-in-out;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 70px;
    z-index: 9999999999999999999999;
    width: 55px;
    height: 55px;
    right: 30px;
    bottom: 50px;
    background-color: #068c4f;
    background: linear-gradient(45deg, rgba(2, 125, 197, 0.2), rgba(100, 172, 214, 0.2));
}
.backcall-blue {
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #068c4f;
    box-shadow: 0px 5px 15px rgb(13,141,106,0.3);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.backcall-blue::after {
    content: '';
    position: absolute;
    left: -7px;
    bottom: -8px;
    border: 10px solid transparent;
    border-top: 10px solid #068c4f;
    transform: rotate(43deg);
}
.image-menader img{
  width: 300px;
  height: 300px;
  object-fit: contain;
}
.image-menader{
  margin-bottom: 40px;
}
.modal {
  display: none;
   z-index: 999999;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   overflow: hidden;
   background-color: rgba(0, 0, 0, 0.5);
   justify-content: center;
   align-items: center
}
.modal-rew {
    display: none;
   z-index: 2;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   overflow: hidden;
   background-color: rgba(0, 0, 0, 0.5);
   justify-content: center;
   align-items: center
}
.bottomForm-rew{
    max-width: 1004px;
    background-color: #F6F6F6;
    width: 100%;
}
.modal-prod{
    display: none;
   z-index: 2;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   overflow: hidden;
   background-color: rgba(0, 0, 0, 0.5);
   justify-content: center;
   align-items: center
}
.bottomForm-prod{
    max-width: 1004px;
    background-color: #F6F6F6;
    width: 100%;
}


.modal_login {
   width: 440px;
   box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
   border-radius: 10px;
   background-color: #fff;
   padding: 5px
}
.modal_login-main {
   padding: 20px;
   border-bottom: 1px solid #E8E8E8
}
.modal_login-main-options {
   display: flex;
   justify-content: space-between;
   align-items: center
}
.modal_login-main-options a {
   color: #3FC7C0;
   font-size: 14px;
   font-weight: 600
}
.modal_login-main-options label {
   font-size: 14px;
   line-height: 14px
}
.modal_login-main .btn {
   width: 100%
}
.modal_login-bottom {
   padding: 20px
}
.modal_login-bottom-social {
   display: flex;
   justify-content: center
}
.modal_login-bottom-social a {
   margin: 10px 5px;
   text-decoration: none
}
.modal_login-bottom p {
   text-align: center;
   font-size: 14px;
   font-weight: 600
}
.modal_login-bottom p a {
   color: #3FC7C0
}
.modal_header {
   border-radius: 10px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 10px 20px;
   height: 60px;
   background-color: #F5F9F9
}
.modal_title {
   color: #2C3A39;
   font-family: 'Rotonda', sans-serif;
   font-size: 24px
}
.modal_close {
   cursor: pointer;
   display: flex;
   align-items: center;
   color: #6D757C;
   font-size: 14px;
   font-weight: 600;
   transition: color 0.5s ease-in-out;
   justify-content: flex-end;
}
.modal_close-btn {
   margin-right: 20px;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   position: relative;
   transition: background 0.5s ease-in-out;
   margin-top: 30px
}
.modal_close-btn span {
   width: 17px;
   height: 2px;
   background-color: #8E8E98;
   position: absolute;
   top: calc(50% - 1px);
   left: calc(50% - 8px)
}
.modal_close-btn span:nth-child(1) {
   transform: rotate(45deg)
}
.modal_close-btn span:nth-child(2) {
   transform: rotate(-45deg)
}
.modal_close:hover {
}
.modal_close:hover .modal_close-btn {
}
.round-minus{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	box-sizing: border-box;
	width: 13px;
	height: 2px;
	background-color: #000
}
.round-plus{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	box-sizing: border-box;
	width: 2px;
	height: 13px;
	background-color: #000;
	/*transform: rotate(90deg);*/
}
.rectangle-block{
	width: 276px;
	height: 160px;
	background-color: #fff;
	position: absolute;
    left: calc(-140px + 18px);
	top: -50%;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease-in-out;

}
.roundPlus1:hover + .rectangle-block{
	visibility: visible;
	opacity: 1;
	transition: opacity 0.5s ease-in-out
}
.roundPlus1-cat:hover + .rectangle-block{
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  z-index: 8;
}
.roundPlus1-cat:hover .round-plus{
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.roundPlus1:hover .round-plus{
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.roundPlus1:hover{
	background-color: #068c4f;
}
.roundPlus1:hover:before{
	border: 2px solid #068c4f;
}
.roundPlus1:hover  .round-minus{
	background-color: #fff
}
.roundPlus1-cat:hover{
  background-color: #068c4f;
  z-index: 9;
}
.roundPlus1-cat:hover:before{
  border: 2px solid #068c4f;
}
.roundPlus1-cat:hover  .round-minus{
  background-color: #fff
}
.rectangle-block-text{
	position: absolute;
	top: 58%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-right: -50%;
	padding: 10px 20px;
	text-align: center;
	font-family: 'Muller';
	font-weight: 500;
	line-height: 22px;
  font-size: 15px;

}
/*.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: rebeccapurple;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #ccc;
    box-shadow: inset 0px 0px 0px 4px #fff;
}


.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; 
}*/

.checkbox-custom-label a{
	color: #41AA83;
	font-size: 16px;
	/* font-weight: 500; */
}
.checkbox-custom-label{
	color: #8E8E98;
	font-size: 16px;
}
#test2,#test3,#checkbox-1 {
  transform:scale(1.3);
  opacity:0.9;
  cursor:pointer;
  margin-right: 10px;
  }
.news-main-buttons-left{
	width: 56px;
	height: 56px;
	background-color: #DFDFDF;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.news-main-buttons-right{
	width: 56px;
	height: 56px;
	background-color: #068c4f;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;

}
.productRewies-main-buttons-left{
  width: 56px;
  height: 56px;
  background-color: #DFDFDF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.productRewies-main-buttons-right{
  width: 56px;
  height: 56px;
  background-color: #068c4f;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;

}
.productRewies-main-buttons-left2{
  width: 56px;
  height: 56px;
  background-color: #DFDFDF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  left: 0px;
}
.productRewies-main-buttons-right2{
  width: 56px;
  height: 56px;
  background-color: #068c4f;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: 0;

}
.news-main-buttons{
	display: flex;
  justify-content: space-between;
  position: relative;
}
.news-main-buttons-left:hover{
	background-color: #068c4f;
}
.news-main-buttons-left:hover svg path{
	stroke: #ffffff;
}
.news-main-buttons-right:hover{
	background-color: #DFDFDF;
}
.news-main-buttons-right:hover svg path{
	stroke: #068c4f;
}
.productRewies-main-buttons-left:hover{
  background-color: #068c4f;
}
.productRewies-main-buttons-left:hover svg path{
  stroke: #ffffff;
}
.productRewies-main-buttons-right:hover{
  background-color: #DFDFDF;
}
.productRewies-main-buttons-right:hover svg path{
  stroke: #068c4f;
}
.productRewies-left-title {
    font-weight: 700;
    font-size: 52px;
}
.wrapper-main-news-slider{
	width: 100%;
}
.productRewies-left{
  width: 30%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.productRewies-wrapper{
  display: flex;
  justify-content: space-between;
}
.productRewies-right{
      width: 67%; 
}
.slider-news{
	margin: 0 -30px;
}
.news-item{
	width: 360px;
	height: 360px;
	position: relative;
}
.productRewies{
  background-color: #F6F6F6;
  padding-bottom: 60px;
}
.news-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1;
    width: 360px;
	height: 360px;
}
.text-wrapper-slide-news{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	height: 100%;
}
.text-wrapper-slide-news-date{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.text-wrapper-slide-news-title{
	font-weight: 500;
	font-size: 24px;
	color: #ffffff;
    
}
.text-wrapper-slide-news-text{
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	/*height: 158px;*/
	overflow: hidden;
	
}
.text-wrapper-slide-news-text p{
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;

}
.text-wrapper-slide-news{
	padding: 40px 30px 40px 30px;
	box-sizing: border-box;
    width: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.text-wrapper-slide-news-more{
	display: flex;
    align-items: center;
    color: #41AA83;
    text-transform: uppercase;
	font-weight: 700;
	margin-right: 10px;
	text-decoration: none;
}
.text-wrapper-slide-news-more-link{
    color: white;
    text-transform: uppercase;
	font-weight: 700;
	margin-right: 10px;
	text-decoration: none;
	font-size: 14px;
}
.text-wrapper-slide-news-more svg{
	padding-bottom: 2px;
}
.text-wrapper-slide-news-date-item-text{
	color: #FFFFFF;
	opacity: 0.8;
	font-weight: 400;
	margin-left: 10px;
}
.text-wrapper-slide-news-date-item2{
	color: #FFFFFF;
	margin-left: 10px;
}
.slider-news-item{
	padding: 0 15px;
}
.prod-item-infor:hover .prod-item-button-link{
	visibility: visible;
	transition: 0.4s all ease-in-out;
	height: 50px;
    margin-bottom: 20px;
}
.prod-item-button-link{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 0px;
	color: #ffffff;
	text-decoration: none;
	background-color: #068c4f;
	text-transform: uppercase;
    margin-bottom: 0px;
    visibility: hidden;
    transition: 0.4s all ease-in-out
}
.header{
	 /*left: 0px;
	 right: 0px;
   top: 0px;
   position: fixed;*/
  height: 105px;
   padding: 1px 0;
   z-index: 1000;
   background-color: #068c4f;
   position: relative;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    background-color: #068c4f;
}
.white{
	color: #ffffff !important
}
.whitefill svg path{
	fill: #ffffff;
}
.whitestroke svg path{
	stroke: #ffffff;
}
.header_mobile-btn-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30px;
    height: 30px;
}
.header_mobile-btn-wrapper span:nth-child(1) {
    width: 23px;
}
.header_mobile-btn-wrapper span {
    margin: 3px 0;
    height: 3px;
    background-color: #ffffff;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.header_mobile-btn-wrapper span:nth-child(2) {
    width: 16px;
    background-color: #068c4f;
}
.header_mobile-btn-wrapper span:nth-child(3) {
    width: 20px;
}
.more-hidden-production{
  display: none;
}
.menu-about li:not(:last-child):before{
  position: absolute;
  width: 1px;
  height: 80%;
  content: '';
  right: 0px;
  background-color: #C8C8C8;
  z-index: -1;
}
.blog-banner-text-left {
    width: 100%;
}
.blog-banner-text-left h1 {
    font-weight: 700;
    /* font-size: 62px; */
    color: #FFFFFF;
    font-size: 46px;
    text-transform: uppercase;
}
.blog-banner-text-right {
    width: 60%;
    font-size: 22px;
    color: #ffffff;
    line-height: 34px;
    margin-top: 40px;
}
.blog-banner-text-right p{
    font-size: 22px;
    color: #ffffff;
    line-height: 34px;
    margin-top: 40px;
}


.contacts-banner-text-left{
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .contacts-banner-phone-left a{
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
  }
.contacts-banner-adress-wrapper{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #FFFFFF;
  padding: 45px 0px;
}
.contacts-banner-adress-wrapper-right a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-transform: uppercase;
  height: 60px;
  border: 1px solid #FFFFFF;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  }
.contacts-banner-adress-wrapper-left-id{
  font-size: 22px;
  color: #ffffff;
  padding-bottom: 8px;

}
.contacts-banner-adress-wrapper-left-adress{
  font-size: 22px;
  color: #ffffff;


}
.blog-banner {
    width: 100%;
    height: 400px;
    background-repeat: round;
   /* margin-top: 101px;*/
}
.blog-banner .container {
    height: 100%;
}
.blog-banner-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.blog-content-left{
  display: flex;
  width: 67%;
  flex-wrap: wrap;
  margin: -20px;
  margin-top: 60px;
}
.blog-item{
   /* width: 360px;
    height: 360px;*/
    position: relative;
    /* margin: 20px; */
    margin: 9px;
    width: 100%;
    max-width: 375px;
    max-height: 375px;
}
.blog-content-left .blog-item:nth-child(4), .blog-content-left .blog-item:nth-child(7){
  margin-left: 0;
}
@media(min-width:1367px){
  .blog-item:first-child{
    margin-left: 0;
  }
}
.blog-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1;   
}
.blog-item-img{
  width: 100%;
 
}
.blog-content-sidebar-links-title{
  font-weight: 700;
  font-size: 32px;
  color: #232323;
  margin: 35px auto;
}
.blog-content-sidebar-title{
  font-weight: 700;
  font-size: 32px;
  color: #232323;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.blog-content-sidebar-bottons{
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
.blog-content-sidebar-bottons a{
  color: #ffffff;
  background-color: #B7B7B7;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  text-decoration: none;
  max-width: 358px;
}
.blog-content-sidebar-links{
  display: flex;
  flex-direction: column;
}
.blog-content-sidebar-links a{
  position: relative;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: rgba(35,35,35,0.7);
  margin-left: 21px;
  padding-bottom: 14px;
}
/*.blog-content-sidebar-links a:nth-child(3n+3){
  padding-bottom: 45px;
}
*/
.blog-content-sidebar-links a:hover{
  text-decoration: underline;
}
.blog-content-sidebar-links a:before {
    position: absolute;
    content: url(../img/ellipse.png);
    left: -20px;
    top: 2px;
}
.blog-content-sidebar-links-wrapper{
  border-top: 1px solid #E2E2E2;
  /* padding-top: 30px; */
  max-width: 358px;
  position: relative;
  z-index: 1;
}
.blog-content-sidebar-wrapper{
  max-width: 490px;
  max-width: 400px;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  background-color: #F6F6F6;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-right: 60px;
}
.blog-content{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 90px;
}
.blog-content-sidebar-wrapper{
  position: relative;
}
.background-image{
  position: absolute;
  left: 0;
  bottom:  0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  filter: grayscale(100%); 
  background-image: url(../img/render.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.blog-content-sidebar-bottons-active{
  background-color: #068c4f !important;
}
.blog-content-sidebar-bottons-active::before{
  content: url('../img/arr2.png');
  position: absolute;
  left: 30px;
}
/*111111111111111111111111111111*/
.article-banner-text-left {
    width: 100%;
}
.contacts-banner-text-left {
    width: 100%;
}
.contacts-banner-text-left h1 {
    font-weight: 700;
    /* font-size: 62px; */
    font-size: 46px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.article-banner-text-left h1 {
    font-weight: 700;
    /* font-size: 62px; */
    color: #FFFFFF;
    font-size: 46px;
    text-transform: uppercase;
}
.article-banner-text-right {
    width: 60%;
    font-size: 22px;
    color: #ffffff;
    line-height: 34px;
    margin-top: 40px;
}

.contacts-banner {
    width: 100%;
    height: 660px;
    background-repeat: round;
    background-size: cover;
    background-repeat: no-repeat;
}

.article-banner .container {
    height: 100%;
}
.article-banner-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    z-index: 45;
}
.contacts-banner .container {
    height: 100%;
}
.contacts-banner-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.article-content-left{
  display: flex;
  flex-direction: column;
  width: 68%;
  flex-wrap: wrap;
  margin-top: 60px;
  max-width: 1050px;
  /* margin-right: 10%;
  margin-left: 10%; */
  margin-right: 3%;
  margin-left: 15px;
}
.article-item{
    width: 360px;
    height: 360px;
    position: relative;
    margin: 20px;
}
.article-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1;
    width: 360px;
    height: 360px;
}
.article-item-img{
  width: 100%;
  height: 100%;
}
.article-content-sidebar-links-title{
  font-weight: 700;
  font-size: 32px;
  color: #232323;
  margin: 35px auto;
}
.article-content-sidebar-title{
  font-weight: 700;
  font-size: 32px;
  color: #232323;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.article-content-sidebar-bottons{
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
.article-content-sidebar-bottons a{
  color: #ffffff;
  background-color: #B7B7B7;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  text-decoration: none;
  max-width: 358px;
}
.article-content-sidebar-links{
  display: flex;
  flex-direction: column;
}
.article-content-sidebar-links a{
  position: relative;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: rgba(35,35,35,0.7);
  margin-left: 21px;
  padding-bottom: 14px;
}
/*
.article-content-sidebar-links a:nth-child(3n+3){
  padding-bottom: 45px;
}
*/
.article-content-sidebar-links a:hover{
  text-decoration: underline;
}
.article-content-sidebar-links a:before {
    position: absolute;
    content: url(../img/ellipse.png);
    left: -20px;
    top: 2px;
}
.article-content-sidebar-links-wrapper{
  border-top: 1px solid #E2E2E2;
  padding-top: 30px;
  max-width: 358px;
  position: relative;
  z-index: 1;
}
.article-content-sidebar-wrapper{
  max-width: 400px;
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    background-color: #F6F6F6;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-right: 196px;
}
.article-content{
  display: flex;
  justify-content: flex-end; 
}
.article-content-sidebar-wrapper{
  position: relative;
}
.article-content-sidebar-bottons-active{
  background-color: #068c4f !important;
}
.article-content-sidebar-bottons-active::before{
  content: url('../img/arr2.png');
  position: absolute;
  left: 30px;
}
.shearfrends{
  margin-bottom: 30px;
}
.shearfrends-date{
  display: flex;
  flex-wrap: wrap;
}
.shearfrends-date div{
  margin-bottom: 10px;
}
.shearfrends-social{
  display: flex;
  align-items: center;
}
.shearfrends-social a:not(:last-child){
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 18px;
}
.shearfrends-date-img{
  margin-right: 10px;
}
.shearfrends-date-date{
  margin-right: 50px;
}
.shearfrends-date-shear{
  margin-right: 24px;
}
.article-content-text-wrapper p{
  color: #393939;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 30px;
  padding: 15px 0px;
	text-align: justify!important;
}
.article-content-text-img img{
  width: 100%;
  height: 100%;
}
.article-seealso-wrapper{
  border-top: 1px solid #B7B7B7;
  width: 100%;
  padding: 36px 0px;
  margin-top: 50px;
}
.article-seealso-wrapper-focart{
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}
.article-seealso-wrapper-focart .blog-item{
  margin: 0px;
  width: 49%;
}
.article-seealso-wrapper-focart .blog-item:before{
  width: 100%;
}
.article-seealso-title{
  color: #232323;
  font-size: 36px;
  font-weight: 700;
}
.installation-wrapper{
  /*margin-top: 70px;*/
}
.installation-intro{
  width: 80%;
  margin: 0 auto;
}
.installation-intro p{
  font-size: 16px;
  font-weight: 500;
  color: #393939;
  line-height: 30px;
  text-align: center;
}
.installation-callus{
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 70px;
  margin-bottom: 50px;
}
.installation-callus-text{
  font-size: 22px;
  font-weight: 700;
  color: #393939;
  margin-bottom: 30px;
}
.installation-callus-text-phone a{
  color: #068c4f;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
}
.installation-imeges{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.installation-imeges img{
  margin: 20px auto;
}
.typesOfJobs{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  grid-row-gap: 80px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.typesOfJobs-item{
  width: 280px;
  margin-bottom: 80px;
  margin: 0 auto;
}
.typesOfJobs-title{
  font-size: 30px;
  text-align: center; 	
  font-weight: 700;
  color: #232323;
  width: 80%;
  margin: 60px auto;
}
.typesOfJobs-item-line{
  background-color: #41AA83;
  width: 100%;
  height: 3px;
  margin: 25px auto;
}
.typesOfJobs-item-bottom{
  color: #41AA83;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}
.tehno + div{
  
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.typesOfJobs-wrapper{
  margin: 60px auto;
}
.patents-wrapper{
  margin:80px auto;
}
.patents .container{
  max-width: 1260px
}
.patents-intro h2{
  line-height: 46px;
}
.patents-text-top-right {
    display: flex;
    box-sizing: border-box;
    /* width: 40%; */
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: -10px;
}
.patents-text-top-right-v2 {
    display: flex;
    box-sizing: border-box;
    width: 40%;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: -10px;
}
.patents-text-top-left{
      /* width: 50%; */
      width: 100%;
}
.patents-text-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin: 30px auto;*/
}
/*.patents-text-top-v2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto;*/

}
.patents-text-top-right-v4{
    display: flex;
    box-sizing: border-box;
    width: 40%;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: -10px;
    margin-top: 80px;

}
.center-gall-img {
    width: 230px;
    height: 330px;
    object-fit: cover;
    margin: 10px;
    box-shadow: 0px 12px 25px rgba(0,0,0,0.16)
}
.center-gall-img-v4{
    width: 230px;
    height: 330px;
    object-fit: cover;
    margin: 10px;
    box-shadow: 0px 12px 25px rgba(0,0,0,0.16)

}
.center-gall-img:nth-child(1) {
    margin-top: 94px;
}
.center-gall-img:nth-child(3) {
     margin-top: -80px;
}
.center-gall-img-v4:nth-child(even) {
    margin-top: 8px;
}
.center-gall-img-v4:nth-child(odd) {
     margin-top: -80px;
}
.center-gall-img-v2{
    width: 230px;
    height: 330px;
    object-fit: cover;
    margin: 10px;
    box-shadow: 0px 12px 25px rgba(0,0,0,0.16)

}
.patents .container{
  max-width: 1280px
}
.patents-wrapper p{
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #393939;
  padding-bottom: 30px;
}
.atention{
  color: #FF413D;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 30px;
  display: block;
}
.reviews-wrapper{
    /* padding-top: 70px; */
    padding-bottom: 70px;
}
.reviews-wrapper-reviews {
	display: flex;   
    flex-wrap: wrap;
    justify-content: center;
}
.reviews-button-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 80px;
  font-size: 16px;
}
.reviews-button-link{
  height: 60px;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #068c4f;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  transition: .2s ease;
  border: 2px solid #068c4f;
  cursor: pointer;
}
.reviews-button-link:hover{
  background-color: #fff;
  color: #068c4f;
  transition: .2s ease;
}
.reviews{
  background-color: #F6F6F6;
}
.reviews .container{
  max-width: 1260px;
}
.reviews .installation-intro{
  width: 100%;
}
.reviews-item-top{
  display: flex;
  align-items: center;
}
.reviews-item-top-ava{
  margin-right: 20px;
}
/* .reviews-item{
  background-color: #ffffff;
  padding: 4% 9%;
  margin-bottom: 50px;
  max-width: 1260px;
	width: 30%;
    margin-left: 10px;
} */
.reviews-item {
  background-color: #ffffff;
  padding: 2% 4%;
  margin-bottom: 50px;
  max-width: 1159px;
  width: 23%;
  margin-left: 10px;
}
.reviews-item-cener{
  font-size: 32px;
  font-weight: 700;
  color: #232323;
  line-height: 46px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.reviews-item-top-name{
  color: #232323;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.reviews-item-top-from{
  color: #232323;
  font-size: 18px;
  font-weight: 700;

}
.reviews-item-bottom p{
  font-size: 16px;
  font-weight: 500;
  color: #393939;
  line-height: 30px;
}
.reviews-item-bottom-images{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.reviews-item-bottom-images img{
  margin: 10px;
  height: 150px;
  width: 184px;
  object-fit: cover;
}
#more-reviews-botton-link{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  padding-right: 46px;
  padding-left: 46px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #B5B5B5;
  color: #949494;
  text-transform: uppercase;
  margin: 0 30px;
  cursor: pointer;
}
.more-reviews-botton{
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 0 auto; */
}
.contacts-main2{
  max-width: 1260px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.contacts-main2 .consultation-wrapper-all{
    justify-content: space-around;
}
.contacts-main-item{
  border-bottom: 1px solid #C9C9C9;
  max-width: 580px;
  width: 100%;
  margin-bottom: 48px;
}
.contacts-main-wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 70px;
}
.contacts-main-item-title{
  color: #232323;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 45px;
	margin-top: 20px;
}
.contacts-main .container{
  max-width: 1260px;
}
.contacts-main-item-phonne-text{
  color: #232323;
  font-size: 16px;
  font-weight: 300;
}
.contacts-main-item-phonne{
  display: flex;
  flex-direction: column;
  margin-top: 7px;
}
.contacts-main-item-phonne a{
  color: #232323;
  font-size: 24px;
  text-decoration: none;
  padding-bottom: 7px;
}
.contacts-main-item-phonne-wrapper{
  margin-bottom: 25px;
}
.contacts-main-item-mail-text{
  color: #232323;
  font-size: 16px;
  font-weight: 300;

}
.contacts-main-item-mail {
  margin-top: 7px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
.contacts-main-item-mail a{
  font-size: 24px;
  color: #232323;
  text-decoration: none;
  margin-bottom: 10px;
}
.fof-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1136px;
    margin: 80px auto;
}
.fof-left {
    width: 470px;
    height: 470px;
    background-color: #E8E8E8;
    position: relative;
}
.fof-left-img2 {
    position: absolute;
    bottom: calc(50% - 45px);
    right: -10%;
}
.fof-left-img {
    width: 100%;
    height: 100%;
    object-fit: scale-down; 
}
.fof-right {
    max-width: 556px;
}
.fof-right-title {
    font-size: 117px;
    font-weight: 800;
    color: #027DC5;
    padding-bottom: 30px;
}
.fof-right-notf {
    font-size: 72px;
    color: #232323;
    font-weight: 700;
    padding-bottom: 30px;
}
.fof-right-nottext {
    font-size: 22px;
    color: #232323;
    line-height: 36px;
    font-weight: 500;
    padding-bottom: 30px;
}
.fof-right-tomain{
  display: flex;
}
.fof-right-tomain a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #068c4f;
    text-decoration: none;
    height: 60px;
    padding-right: 50px;
    padding-left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.inproducts .production-wrapper-production{
  margin-top: -150px;
}
.inproducts .container{
  width: 96%;
}
.howchoose{
  background-color: #F6F6F6;
  margin-bottom: -80px;
}
.howchoose-h2{
  /* font-size: 52px; */
  font-weight: 700;
  color: #232323;
  text-align: center;
  text-transform: uppercase;
  font-size: 37px;
}
.howchoose-firsttext p{
  color: #232323;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.howchoose-firsttext ul {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.howchoose-firsttext li {
	font-size: 18px;
	font-weight: 500;
	list-style: none;
	color: #068c4f;
	padding: 3px;
}

.howchoose-firsttext li:before {
	 content: '\2713';
	color: black;
}

.howchoose-firsttext{
  margin-bottom: 80px;
	opacity: 0.8;
	display: flex;
}
.howchoose .container{
  max-width: 1260px;
}
.howchoose-numbers{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;

}
.howchoose-number{
  font-size: 82px;
  color: #41AA83;
  font-family: 'Montserrat';
  margin-bottom: 30px;

}
.howchoose-numbers-item{
  max-width: 380px;
  margin-bottom: 20px;
}
.howchoose-text{
  color: #232323;
  font-size: 22px;
  line-height: 34px;
}
.basemodel-h2{
  font-size: 32px;
  font-weight: 700;
  color: #232323;
}
.basemodel{
  background-color: transparent;
  position: relative;
}
.basemodel .container{
  max-width: 1520px;
}
.basemodel-left{
  max-width: 236px;
}
.basemodel-wrapper{
  display: flex;
  justify-content: space-between;
  padding: 0px 0px;
}
.basemodel-right{
  max-width: 876px;
  width: 100%;
}
.basemodelcolor{
  background-color: #41AA83;
  transition: all 0,5s ease-in-out;
}
.basemodel-minus{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    width: 22px;
    height: 1px;
    background-color: #646464;
}
.basemodel-plus{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    width: 1px;
    height: 22px;
    background-color: #646464;
}
.basemodel-right-item{
  background-color: #fff;
}
.basemodel-right-item-plus{
    width: 45px;
    height: 45px;
    background-color: rgb(255,255,255);
    position: relative;
    z-index: 3;
    border: 1px solid #A5A5A5;
    cursor: pointer;
}
.basemodel-right-item-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 22px 22px 40px;
  border-top: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;

}
.basemodel-itembottom{
  border: 1px solid #E8E8E8;
  border-bottom: none;
  padding: 4%;
  visibility: visible;
  height: auto;
  transition: height 0.5s ease-in-out;;
}
.basemodel-open{

}
.basemodel-description{
  font-size: 18px;
  color: #232323;
  margin: 0px  0px 30px 0px;
}
.basemodel-characteristics{
  font-size: 18px;
  color: #232323;
  margin: 30px 0px;

}
.basemodel-itembottom p{
  color: #232323;
  font-size: 16px;
  line-height: 30px;
}
.basemodel-list{
  margin-left: 20px;
}
.basemodel-list li{
  position: relative;
  list-style: none;
  color: #232323;
  opacity: 0.9;
  font-size: 16px;
  line-height: 32px
}
.basemodel-link{
  color: #068c4f;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
  display: block;
  margin-top: 27px;
}
.basemodeplus-hide{
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.plus-techwork{
  background-color: transparent;
  border: 1px solid #ffffff;
}
.basemodminus-work{
  background-color: #ffffff;
  height: 2px;
}
.basemodel-list li:before {
    position: absolute;
    content: url(../img/ellipse.png);
    left: -20px;
    top: 2px;
  }
.color-techwork{
  color: #ffffff;
}
.basemodel-right-item:last-child{
  border-bottom:  1px solid #E8E8E8;
}
.clearzern-on-products{
  background-color: #ffffff;
}
.mainTabs-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    align-items: center;
}
.mainTabs-tabs {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.tabme {
    cursor: pointer;
    color: #242433;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #ECECEC;
    max-width: 274px;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.mainTabs-tabContent {
    height: 0px;
    overflow: hidden;
    outline: none;
    background-color: #ffffff;
}
.pop-prod-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
	text-align: justify;
   /* margin-bottom: 40px;*/
}
.mainTabs-tabContent.show {
    height: auto;
    overflow: visible;
    outline: none;

}
.activeTab {
    background-color: #FFFFFF !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    padding: 10px 40px;
    box-sizing: border-box;
}
.cardprod{
  background-color: #F6F6F6;
  /*margin-top: 105px;*/
}
.cardprod .container{
  max-width: 1520px;
}
.cardprod-wrapper .bread-cramp{
  color: #068c4f;
}
.cardprod-wrapper .bread-cramp a{
    text-transform: uppercase;
    color: #232323;
    text-decoration: none;
    padding-right: 6px;
    font-weight: 700;
    font-size: 14px;
}
.cardprod-h1 h1{
  font-size: 58px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.pop-prod-about{
  width: 100%;
  display: flex;
  margin-top: 40px;
}
.pop-prod-about-left{
  max-width: 622px;
  width: 100%;
}
.class360{
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-poduct-nav{
  width: 80%;
  margin: 0 auto;
}
.more-photo-gall{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.more-photo-gall a{
  text-decoration: underline;
  font-size: 16px;
  color: #41AA83;
  font-weight: 500;
}
.compens{
  background-color: #068c4f;;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.compens-map{
  background-color: #F6F6F6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  height: 46px;
  width: 50px;
}
.compens-text{
  font-size: 16px;
  font-weight: 500;
  margin-left: 16px;
  text-transform: uppercase;
  color: #ffffff;
}
.pop-prod-about-right{
  width: 100%;
}
.pop-prod-about-right-title{
  color: #232323;
  font-size: 35px;
  font-weight: 700;
}
.pop-prod-about-right-text{
  margin-top: 30px;
  margin-bottom: 30px;
}
.pop-prod-about-right-text p{
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #393939;
}
.pop-prod-about-right-charac{
  margin-top: 20px;
  margin-bottom: 38px;
}
.pop-prod-about-right-separator{
  color: #068c4f;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 45px;
	    letter-spacing: 2px;
    line-height: 20px;
}
.separatorchar-item{
  display: flex;
  max-width: 25%;
  width: 100%;
  flex-wrap: wrap;
  min-width: 180px;
  margin-bottom: 40px;
  align-items: center;
}
.separatorchar-item-char{
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.separatorchar-item .separatorchar-item-char-text{
  display: none;
}
.pop-prod-about-right-separatorchar{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.separatorchar-item-char-text{
  color: #878787;
  font-size: 14px;

}
.separatorchar-item-char-znach{
  font-size: 14px;
  color: #515151;
}
.see-more-char{
  width: 100%;
}
#more-reviews-botton-link-prod{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  background-color: #F6F6F6;
  color: #068c4f;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;

}

.see-more-char a{
  color: #068c4f;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more-modification-text p{
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #393939;
}
.more-modification-title{
  color: #232323;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 30px;
}
.more-modification-wrapper{
  margin-top: 38px;
}
.choose-modification{
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  flex-wrap: wrap;
}
.choose-modification-botton-del{
  display: none;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  background-color: #068c4f;
}
.choose-modification-item{
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #E8E8E8;
  align-items: center;
  justify-content: center;
  max-width: 242px;
  margin-bottom: 30px;
}
.choose-modification-img{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
}
.choose-modification-title{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #232323;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;

}
.choose-modification-botton{
  width: calc(100% - 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E8E8E8;
  margin: 0px 5px 5px 5px; 
  height: 50px;
  cursor: pointer;
}
.prod-item-info-title-title{
  text-decoration: none;
}
.howchoose-text iframe{
  width: 100% !important;
  height: 340px !important;
}
.consultation-email{
  border: none;
  outline: none;
  display: block;
  width: 100%;
  font-size: 13px;
  padding: 6px 0 11px 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  background: transparent;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.wpcf7-response-output {
	display: none!important;
}
.wpcf7-form invalid {
	width: 80%;
    margin: 0 auto;
}
.choose-modification-botton-add{
  background-color: #E8E8E8; 
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #068c4f;
  font-size: 16px;
  font-weight: 700;
}
.choose-modification-information{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #E8E8E8;
  cursor: pointer;

}
.add-choose{
  display: none;
}
.del-choose{
  display: flex;
}
.product-price-from{
  font-size: 32px;
  font-weight: 700;
  color: #262626;
}
.product-price-valut{
  font-size: 32px;
  font-weight: 700;
  color: #262626;
}
.product-price-int{
  font-size: 32px;
  font-weight: 700;
  color: #262626;
}
.canbezakaz{
  color: #068c4f;
  font-size: 16px;
  font-weight: 500;
  margin-top: 2px;
}
.dochoois-botton{
   height: 60px;
   background-color: #068c4f;
   color: #ffffff;
   text-transform: uppercase;
   font-size: 14px;
   font-weight: 700;
   display: flex;
   justify-content: center;
   align-items: center;
   max-width: 370px;
   width: 100%;
   cursor: pointer;
}
.conult-botton{
 height: 60px;
 background-color: transparent;text-transform: uppercase;
 font-size: 14px;
 font-weight: 700;
 display: flex;
 justify-content: center;
 align-items: center;
 border: 2px solid #068c4f;
 color: #068c4f;
  max-width: 370px;
  width: 100%;
  box-sizing: border-box;
   cursor: pointer;
  
}
.dochoois-wrapper{
    display: flex;
    justify-content: flex-end;
    margin-top: 35px;
}
.productRewies-item{
    background-color: #ffffff;
    padding: 1%;
}
.productRewies-item-top{
  display: flex;
  align-items: center;
}
.productRewies-item-center{
  font-size: 32px;
  font-weight: 700;
  color: #232323;
  line-height: 46px;
}
.productRewies-item-bottom{
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 20px
}
.productRewies-item-top-name{
  color: #232323;
  font-size: 18px;
  font-weight: 700;
}
.productRewies-item-top-city{
  color: #232323;
  font-size: 18px;
  font-weight: 700;
  margin-top: 4px;

}
.productRewies-item-top-fio{
  margin-left: 40px
}
.basemodel-item-char{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E8E8E8;
  padding-top: 13px;
  max-width: 325px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 20px;
}
.basemodel-item-char1{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.basemodel-item-wrapper{
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-sizing: border-box;
  max-width: 360px;
  margin-right: 22px;
}
.basemodel-slider{

}
.basemodel:after {
    content: '';
    display: block;
    position: absolute;
    background: white;
    z-index: 10;
    pointer-events: none;
    top: -1px;
    bottom: -1px;
    left: 90%;
    opacity: 0.6;
    right: -1px;
}
.basemodel-item-title{
	display: block;
    height: 70px;
  font-size: 23px;
	text-align: center;
  font-weight: 700;
  color: #232323;
  line-height: 40px;
  margin-bottom: 14px;
  padding: 0px 30px;
  margin-top: 30px;
  text-decoration: none;
}
.basemodel-item-title a{
  text-decoration: none;
}
.basemodel-item-text{
	display: none;
  color: #000000;
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.5;
  padding: 0px 30px
}
.basemodel-item-img img{
  width: 90% !important;
  height: 100%;

}
.basemodel-item-char1-text{
  font-size: 13px;
  color: #878787;
  margin-top: 4px;

}
.another-model{
  font-size: 52px;
  font-weight: 700;
  background-color: #F6F6F6;
}
.category{
  background-color: #F6F6F6;
  padding-top: 34px;
 /* margin-top: 105px;*/
}
.category-wrapper .bread-cramp{
  display: flex;
  align-items: center;
 color: #068c4f; 
}
.category .container{
  max-width: 1520px;
  margin: 0 auto;
}
.category-wrapper .bread-cramp a{
  font-weight: 700;
  font-size: 14px;
  opacity: 0.9;
  color: #232323;
}
.category .category-wrapper .bread-cramp a img, .cardprod .startCramp img,
.cardprod .cardprod-wrapper .bread-cramp a img{
  filter: invert(1);
}
.ctegory-main-left-title{
  margin-bottom: 35px;
}
.ctegory-main-left-title h1{
  color: #068c4f;
  /* font-size: 62px; */
  font-weight: 700;
  line-height: 63px;
  font-size: 47px;
  text-transform: uppercase;
}
.ctegory-main-left-text{
  font-size: 18px;
  font-weight: 500;
  opacity: 0.7;
  color: #000000;
  line-height: 32px;
}

.ctegory-main-left-text li {
    color: #068c4f;	
	list-style:none;
	margin-left: 50px;
}

.ctegory-main-left-text li:before {
content: '\2713';
    color: black;
}
.ctegory-main-left{
  width: 100%;
  position: relative;
  margin-top: 60px;
}
.ctegory-main-left-number{
  font-weight: 500;
  font-size: 140px;
  position: absolute;
  left: -94px;
  top: -57px;
  opacity: 0.07;
  z-index: 0;
  color: #000000;
}
.category-wrapper-main{
    display: flex;
    justify-content: space-between;
  }
.ctegory-main-right{
  position: relative;
  max-width: 500px;
  max-height: 400px;
}
.ctegory-main-right-img{
  position: relative;
	width: 422px;
  height: 277;
}
.bottomForm-maintitle{
  font-size: 34px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 20px;
  padding-left: 30px;
}
.bottomForm-undertitle{
  color: #232323;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  opacity: 0.7;
  margin-bottom: 30px;
  padding: 0px 30px;
}
.bottomForm-undertext-title{
  color: #068c4f;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 13px;
  padding-left: 30px;
}
#bottomForm-undertext-dop{
  color: #A2A2A2;
  font-size: 16px;
  margin-bottom: 6px;
}
.bottomForm-undertext{
  background-color: #FFFFFF;
  padding: 22px 30px 25px 30px;
  margin-bottom: 35px
  }
.bottomForm .consultation-form{
  padding: 0px 30px 50px 30px;
}

.wrapper-for-data{
  padding: 0px 30px;
}
/*[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}*/

/* checkbox aspect */
/*[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: -4px;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}*/
/* checked mark aspect */
/*[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
*//* checked mark aspect changes */
/*[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
  top: 0px;
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}


label:hover:before {
  border: 2px solid #4778d9!important;
}
*/
.consultation-item3{
  width: 33%;
}
.wpcf7-display-none{
  display: none !important;
}
.screen-reader-response{
  text-align: center;
}
.screen-reader-response ul li{
  list-style-position: inside;
}
/*@keyframes logo {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}
.logo-first svg path {
    animation: logo 5s linear infinite;
    transform-origin: 50% 50%;
}*/
.video-id{
  width: 100%;
  height: 100%;
}
.reviews-bottomForm-maintitle{
    font-size: 34px;
    font-weight: 700;
    color: #232323;
    margin-bottom: 55px;

}
.reviews-form{
  display: flex;
  flex-direction: column;
}
.reviews--name{
    border: none;
    outline: none;
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 6px 0 11px 0px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    background: transparent;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.reviews--city{
    border: none;
    outline: none;
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 6px 0 11px 0px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    background: transparent;
    box-sizing: border-box;
    margin-bottom: 40px;

}
.reviews--org{
    border: none;
    outline: none;
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 6px 0 11px 0px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    background: transparent;
    box-sizing: border-box;
    margin-bottom: 40px;

}
.reviews--otziv{

    border: none;
    outline: none;
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 6px 0 11px 0px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    background: transparent;
    box-sizing: border-box;
    margin-bottom: 40px;

}
.reviews-wrapper-for-data input[type="text"]{
    font-weight: 500;
  font-size: 18px;
  color: rgba(36,36,51,0.5);

}
.reviews-wrapper-for-data input[type="tel"]{
    font-weight: 500;
  font-size: 18px;
  color: rgba(36,36,51,0.5);

}
.reviews-wrapper-for-review input[type="text"]{
    font-weight: 500;
  font-size: 18px;
  color: rgba(36,36,51,0.5);

}
.reviews-wrapper-for-data{
  display: flex;
}
.reviews-wrapper-for-data-sec{
   margin-right: 20px;
   width: 100%;
   max-width: 300px;
}
.reviews-wrapper-for-data-first{
  margin-right: 20px;
  width: 100%;
  max-width: 300px;

}
.reviews-wrapper-for-data-third{
 width: 100%;
max-width: 300px;

}
.reviews-wrapper-for-data label{
  font-weight: 500;
  font-size: 18px;
  color: #242433;
  opacity: 0.9;

}

  


.reviews-wrapper-for-review label{
  font-weight: 500;
  font-size: 18px;
  color: #242433;
  opacity: 0.9;

}

.reviews-form{
  padding: 0px 60px 60px 60px;
}
.reviews-wrapper-for-send{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.reviews-wrapper-for-send p{
  font-weight: 400;
  font-size: 16px;
  color: #8E8E98;
}
.reviews-button{
  width: 100%;
    height: 50px;
    color: #ffffff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #068c4f;
    text-transform: uppercase;
    text-decoration: none;
    max-width: 420px;
}
.page-numbers {
    display: none;
    }
  .sizer4 {
    width: 23%;
    margin: 10px;
      }
   .sizer4 img {
    width: 100%;
    height: 100%;
      }
  .loadMore-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
    margin-top: 70px;
    cursor: pointer;
}
.loadMore-wrapper-botton {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 50px;
    background-color:  #068c4f;
    transition: .2s ease;
    border: 2px solid #068c4f;
}
.loadMore-wrapper-botton:hover{
  background-color: #fff;
  color: #068c4f;
  transition: .2s ease;
}
.imgWrapperRight2 {
    width: 49%;
    /*max-height: 410px;*/
    position: relative;
    cursor: pointer;
    margin: 30px 0px;
}
.imgWrapperRight2 iframe{
  width: 100%;
}
.imgWrapperRight2-card {
    max-width: 100%;
    /*max-height: 410px;*/
    position: relative;
    cursor: pointer;
    margin: 30px 0px;
}
.post-news-archive{
  display: none;
}
.post-pressa-archive{
  display: none;
}
.playsvg {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.imgWrapperRight2-cont{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.video-title{
  font-size: 16px;
}
.imgWrapperRight2-cont video{
object-fit: inherit;
margin-bottom: 20px;
}
.to-left{
  display: flex;
  background-color: #ffffff;
  margin-bottom: 35px;
}
.cardprod-tabs{
  padding-bottom: 40px;
}
.in-right{
  margin-bottom: 40px;
  padding: 0px 50px;
}
.title-tab-photo{
  margin-top: 30px;
  margin-bottom: 30px;
}
.title-tab-photo h2{
  padding: 0px;
}
.imgWrapperRight2-wrapper{
  position: relative;
    display: none;
}
.slider-news .slick-slide img {
    height: 100%;
}
.tehno p{
  padding-bottom: 20px;
  font-size: 16px;
	text-align: justify;
    line-height: 30px;
}
.element1 img {
  -moz-user-select: none; user-select: none;
}
.element1 img:hover {
  display: block;
  position: fixed;
  z-index: 10;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 70%;
  border: solid rgba(210,210,210,.4);
  border-width: 100vh 100vw;
  cursor: zoom-out;
}
:not(:active) > .element1 img:not(:hover), .element1 img:active {
  pointer-events: none;
}
.inproducts{
margin-top: 3%;
}

.basemodel2{
  background-color: #F6F6F6;
  display: none;
}
.basemodel2 .container{
  max-width: 1260px;
}
.basemodel2 .container .basemodel-wrapper{
  padding-top: 80px;
}
.contacts-main2 .consultation{
  background-color: transparent;
}
.post-products-archive{
  display: none;
}

.faq-alv tr {
	height: 40px;
	background-color: #ECECEC;
	text-align: center;
}
.faq-alv tr:nth-child(2n){
	background-color:#F6F6F6;
}

.opis-card ul li{
	list-style: none;
	padding-top: 10px;
}
.opis-card ul li:before {
	content: '\2713';
    color: black;
	padding: 5px;
}

.character-card,.opis-card,.faq-alv,.complect{
  margin-top: 40px;
  margin-bottom: 40px;
}
.character-card p,.opis-card p,.faq-alv p,.complect p{
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
}
.choose-modification-information-block{
  position: absolute;
  top: 0%;
  left: 0%;
  text-align: center;
  color: #393939;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  opacity: 0;
  z-index: -1;
  width: 100%;
  max-height: 250px;
  overflow: hidden;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
}
.choose-modification-information:hover + .choose-modification-information-block,.choose-modification-information-block:hover{
  opacity: 1;
  background-color: #fff;
  z-index: 1000;
  transition: all 0.5s ease-in-out;
}
.second-title-chose2{
  display: flex;
    justify-content: center;
    align-items: center;
    color: #232323;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 15px
}
.item-choise-input{
  display: none;
}
.item-choise{
  color: #A2A2A2;
  font-size: 16px;
  margin-bottom: 6px;
}
#title-prod{
  display: none;
}
.slider-poduct-nav .slick-active{
  position: relative;
}
.slider-poduct-nav .slick-active:after{
  content: '';
    display: block;
    position: absolute;
    background: white;
    z-index: 10;
    pointer-events: none;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0%;
    opacity: 0.6;
    right: -1px;
}
.slider-poduct-nav .slick-current{
  position: relative;
}
.slider-poduct-nav .slick-current:after{
  content: '';
    display: block;
    position: absolute;
    background: white;
    z-index: 10;
    pointer-events: none;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0%;
    opacity: 0;
    right: -1px;
}
.screen-reader-response {
    text-align: center;
    width: 80%;
    margin: 10px auto;
}
.screen-reader-response ul{
  display: none;
}

.header-phones_item-moreLang a {
    padding: 7px 8px;
    display: block;
    font-size: 11px;
    font-family: 'Manrope';
    font-weight: 600;
    color: #394A54;
    text-decoration: none;
  }
  .current-lang a {
    color: #ffffff;
}
.toDown{
  position: absolute;
  transform: rotate(270deg);
  bottom: 28%;
  display: flex;
  align-items: center;
  left: -34px;
}
.toDown svg{
  transform: rotate(90deg);
}
.topblock{
  position: relative;
}
.toDown-text{
  color: #232323;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 20px;
}
.video-title-rew{
  text-align: center;
  margin-bottom: 20px;
}

.archive.taxonomy.products_category4.current-item, .archive.taxonomy.products_category3.current-item{
  color: white;
  font-weight: 400;
  text-transform: uppercase;
}

@media screen and (max-width: 1700px){
  .blog-content-left{
    width: 74%;
    justify-content: center;
  }
  .article-content-left{
    width: 64%;
  }
  .menu-item{
    margin-right: 22px;
  }
	.contacts-banner {
		margin-top: 11%;
	}
	.contacts-banner .bread-cramp {
		margin-top: 11%;
	}
	#blog .bread-cramp{
		margin-top: 11%;
	}
}
@media screen and (max-width: 1600px){
	.header-main{
		margin: 25px 40px;
	}
	.header-menu{
		margin: 0px 40px;
	}
	.menu-item a{
		font-size: 14px;
	}
	#modalLogin2 .bottomForm{	  
	    overflow-y: scroll;
	    height: 80vh;
	}
	 #modalLogin2 .bottomForm::-webkit-scrollbar {
	    width: 12px;
	    background-color: #ffffff;
	}
	 #modalLogin2 .bottomForm::-webkit-scrollbar-thumb {
	    width: 8px;
	    background-color: #E8E8E8;
	}
	.contacts-banner-wrapper {
		margin-top: -31%;
	}
	.contacts-banner {
		margin-top: 11%;
	}
	.contacts-banner .bread-cramp {
		margin-top: 11%;
	}
	#blog .bread-cramp{
		margin-top: 11%;
	}
}
@media screen and (max-width: 1500px){
	.contacts-banner-text-left {
	    margin-top: 20px;
	    margin-bottom: 15px;
	}
	.contacts-banner-adress-wrapper {
	    padding: 20px 0px;
	}
	#crl.about-banner .about-banner-wrapper{
		justify-content: center;
	}
}
@media screen and (max-width: 1450px){
	
  .header .container{
    padding: 0px 0px !important;
  }
  .header .container{  
    width: 99% !important;
  }
  .menu-item {
    margin-right: 16px;
}
  .topblock-left-wrap{
    width: 36%;
  }
	.contacts-banner-wrapper {
		margin-top: -29%;
		width: 85%;
		padding-left: 4%;
	}
	.contacts-banner {
		margin-top: 11%;
	}
	.contacts-banner .bread-cramp {
		margin-top: 11%;
	}
	#blog .bread-cramp{
		margin-top: 11%;
	}  
  .consultation-item2-title {
    font-size: 46px;
  }
  .consultation-item2-title2{
    font-size: 46px;
  }
}
@media screen and (max-width: 1366px){
	#blog .bread-cramp{
		margin-top: 11%;
	}
  .article-content-left {
    width: 47%;
  }
    
  .article-content-left {
    width: 47%;
  }
  .article-seealso-wrapper-focart{
    flex-direction: column;
  }
  .article-seealso-wrapper-focart .blog-item {
      margin: 0px auto;
      width: 90%;
      margin-bottom: 20px;
  }
	.contacts-banner-wrapper {
		margin-top: -35%;
	}
	.contacts-banner {
		margin-top: 11%;
	}
	.contacts-banner .bread-cramp {
		margin-top: 11%;
	}
  .consultation-item1 {
        width: 24%;
  }
}
@media screen and (max-width: 1300px){
	.header-social-item{
    	margin-right: 17px;
	}
}
@media screen and (max-width: 1300px){

	#blog .bread-cramp{
		margin-top: 11%;
	}
  .contacts-main-item{
        max-width: 440px;
  }
	.part-three-about-img{
		justify-content: space-around;
		align-items: center;
	}
	.part-three-about-img img{
		width: 30%;
	}
	.header-logo-text{
		display: none;
	}
	.contacts-banner {
		margin-top: 11%;
	}
	.contacts-banner .bread-cramp {
		margin-top: 11%;
	}
}
@media screen and (max-width: 1260px){
	.consultation-item1 {
        display: none;
  	}
}
@media screen and (max-width: 1230px){
	.contacts-banner-text-left {
    font-size: 20px;
}
.contacts-banner-phone-left a {
    font-size: 20px;
    }
	#blog .bread-cramp{
		margin-top: 11%;
	}
  .center-gall-img:nth-child(3){
    margin: 10px;
  }
  .patents-text-top-right{
    justify-content: center;
  }
  .fof-wrapper{
    flex-direction: column;
  }
  .fof-left{
    margin-bottom: 40px;
  }
  .header-main {
    margin: 25px 29px;
}
	.contacts-banner {
		margin-top: 11%;
	}
	.contacts-banner .bread-cramp {
		margin-top: 11%;
	}
}
@media screen and (max-width: 1024px){
	  .about-banner{    
    position: relative;
  }
.about-banner:after {
    content: '';
    background: rgb(0 0 0 / 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
  #crl.about-banner {
    height: 80vh;
}
	.article-banner-wrapper {
		margin-top: -43.5%;
	}
	#blog .bread-cramp{
		margin-top: 11%;
	}
	
  .toDown{
    display: none;
  }
  .topblock-left-wrap {
    width: 100%;
}
.big-round{
  display: none;
}
  .compens{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .compens-text{
    font-size: 13px;
  }
  .productRewies-item-center{
    font-size: 18px;
  }
  .productRewies-item-bottom {
    font-size: 14px;
  }
  .productRewies-main-buttons-left2{
    width: 36px
  }
  .productRewies-main-buttons-right2{
    width: 36px
  }
  .another-model{
    font-size: 32px;
  }
    .productRewies-left-title{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .dochoois-botton{
      margin-bottom: 20px;
    }
    .dochoois-wrapper{
      flex-wrap: wrap;
    }
    .tabme{
      width: 50%;
      white-space: nowrap;
      font-size: 12px;
    }
    .mainTabs-tabs{
      flex-wrap: wrap;
    }
    .cardprod-h1 h1 {
      font-size: 32px;
    }
    .productRewies-right{
      width: 90%;
      margin: 20px auto;
    }
    .productRewies-left{
      width: 100%;
      margin: 0 auto;
    }
    .productRewies-wrapper{
      flex-direction: column;
    }
      .pop-prod-about-left {
        margin: 0 auto;
    }
  
    .pop-prod-about{
      flex-direction: column;
    }
    .pop-prod-about-right{
      width: 80%;
      margin: 20px auto;
    }
    .basemodel-wrapper{
      flex-direction: column;
    }
    .howchoose-h2{
      font-size: 40px;
    }
    .contacts-main-wrapper{
      justify-content: center;
    }
    .header_mobile-block {
        position: fixed;
        left: -100%;
        top: 0%;
        transition: left 0.5s ease-in-out;
        z-index: 9999;
        background-color: #FFF;
        width: 100%;
        height: 100%;
        background-image: url(../img/bagmobile.png);
        transition: all 0.5s ease-in-out; 
        
    }
    .opened {
        top: 70px;
        left: 0;
        overflow: scroll;
        height: 90vh;
        display: block;
        overflow-x: hidden;
        transition: all 0.5s ease-in-out; 
    }
    .fixedbody{
      position: fixed;
      width: 100%;
    }
    .topblock {
        margin-top: 30px;
    }
    .topblock-wrapper{
      flex-direction: column;
    }
    .topblock-right-img {
        width: 90%;
        margin: 0 auto;
    }
    .text-title-right{
      line-height: inherit;
      font-size: 1.4em;
      left: 40%;
    }
    .topblock-title{
      font-size: 1.4em;
    }
    .rectangle-block {
        width: 276px;
        height: 160px;
        background-color: #fff;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease-in-out;
        position: absolute;
        top: 50%;
        left: calc(0px + 18px);
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }
    .topblock-battoms{
      justify-content: space-between;
    }
    .topblock-battoms-catalog{
      width: 49%;
    }
    .topblock-battoms-more{
      width: 49%;
    }
    .copyright-header{
      display: none;
    }
    .topblock-price{

    }
    .big-round {
        width: 26px;
        height: 26px;
        position: absolute;
        left: 36%;
        top: 12%;
        z-index: 3;
    }
    .big-round2 {
        width: 26px;
        height: 26px;
        position: absolute;
        left: 34%;
        top: 40%;
        z-index: 3;
    }
    .big-round4 {
        width: 26px;
        height: 26px;
        position: absolute;
        left: 47%;
        top: 28%;
        z-index: 3;
    }
    .big-round3 {
        width: 26px;
        height: 26px;
        position: absolute;
        left: 65%;
        top: 23%;
        z-index: 3;
    }
    .rectangle-block{
      width: 100%;
      height: 100%;
    }
    .rectangle-block-text{
          background-color: #ffffff;
    }
    .roundPlus1:hover {
        background-color: transparent;
    }
    .roundPlus2:hover {
        background-color: transparent;
    }
    .roundPlus3:hover {
        background-color: transparent;
    }
    .roundPlus4:hover {
        background-color: transparent;
    }
    .roundPlus1:hover:before {
        border: 2px solid transparent;
    }
    .roundPlus2:hover:before {
        border: 2px solid transparent;
    }
    .roundPlus3:hover:before {
        border: 2px solid transparent;
    }
    .roundPlus4:hover:before {
        border: 2px solid transparent;
    }
    .name-title-right{
      font-size: 18px;
      text-align: center;
      line-height: 19px;
    }
    .production .container{
      width: 100%;
    }
    .prod-item-button-link{
      visibility: visible;
      height: 50px;
    }
    .prod-title h2{
      font-size: 30px;
      text-align: center;
    }
    .prod-title h2 span{
      line-height: 50px;
      font-size: 45px;
    }
    .production-wrapper-all{
      flex-direction: column;
    }
    .production-wrapper{
      width: 100%;
    }
    .production-item2{
      width: 100%;
      flex-direction: column;
      padding: 40px 0px 0px 0px;
      position: relative;
    }
    .production-title{
      text-align: center;
    }
    .production-text{
      text-align: center;
    }
    .production-button-wrapper{
      display: flex;
      justify-content: center;
    }
    .production-wrapper{
      padding: 40px 0px 40px 0px;
    }
    .production-button-wrapper{
      margin-top: 40px;
    }
    .production-title{
      font-size: 39px;
    }
    .production-button{
      font-size: 15px;
    }
    .production-item2-item{
      width: 100%;
    }
    .more-hidden-production{
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 500;
      font-size: 15px;
      color: #ffffff;
      height: 50px;
      width: 100%;
      background-color: #42816A;
      position: relative;
      cursor: pointer;
      position: absolute;
      bottom: 60px;
      left: 0px;
      box-shadow: 12px -200px 138px -73px rgba(0,0,0,0.3);

    }
    .more-hidden-production-text{
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      color: #ffffff;
      cursor: pointer;
    }
    .consultation-item1{
      display: none;
    }
    .consultation-wrapper-all{
      flex-direction: column;
    }
    .consultation-item2{
      width: 100%;
    }
    .consultation-form{
      background-color: #F6F6F6;
      padding: 20px;
    }
    .consultation{
      background-image: none;
    }
    .consultation-item2-title2{
      display: none;
    }
    .consultation-item2-text{
      width: 100%;
    }
    .consultation-item3{
      margin: 40px 0px;
      width: 100%
    }
    .consultation-item2-title{
      font-size: 36px;
    }
    .news-main-buttons{
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .news-main-buttons-in{
      /* display: none; */
    }
    .news-main-all{
      width: 100%;
    }
    .wrapper-main-news-slider{
      width: 100%;
      height: 100%;
    }
    .news-item{
      width: 100%;
      height: 100%;
    }
    .news-item:before{
      width: 100%;
      height: 100%;
    }
    .wrapper-main-buttons{
      width: 100%;
      max-width: 100%;
      /* margin-bottom: 30px; */
    }
    .news-main-title{
      margin-bottom: 20px;
    }
    .news-main-text{
      margin-bottom: 20px;
    }
    .slider-news-item {
        padding: 0px 5px;
    }
    .slider-news{
      width: 100%;
      margin: 0 auto;
    }
    .slider-news-item{
      width: 300px;
      /* height: 356px !important;*/ 
	height: auto;	
    }
    .slider-news .slick-slide img {
          height: 100%;
    }
    .text-wrapper-slide-news-more-link{
        font-size: 9px;
    }
    .clearzern-wrapper-all{
      flex-direction: column;
    }
    .clearzern-left{
      width: 100%;
    }
    .clearzern-right{
      width: 100%;
      margin-top: 40px;
    }
    .clearzern-h2{
      font-size: 30px;
    }
    .clearzern-wrapper-all{
      padding: 30px 0px;
    }
	
    .contacts-front-wrapper{
      flex-direction: column;
    }
    .contacts-front-left-wrapper{
      width: 100%;
    }
    .contacts-front-right-wrapper{
      width: 100%;
      height: 250px;
    }
    .contacts-front-left-link{
      font-size: 15px;
    }
    .footer-logo,
    .footer-item-center{
      display: none;
    }
    .footer-wrapper{
      justify-content: center;
    }
    .footer-item-left,
    .footer-item-right{

      width: 50%;
     }
    .footer-adress{
      width: 100%;
      justify-content: center;
      display: flex;
      text-align: center;
      font-size: 16px;
      margin-bottom: 10px;
    }
    .under-footer-wrapper{
      flex-direction: column;
      align-items: center;
    }
    .under-footer-left{
      width: 100%;
      justify-content: center;
    }
    .under-footer-center{
      width: 100%;
      justify-content: center;
      display: flex;
      margin: 30px 0px;
    }
    .under-footer-right{
      flex-direction: column;
    }
    .under-footer-right-web{
      margin-bottom: 20px;
      margin-right: 0px; 
    }
    .header-menu-left{
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 20px; 
    }
    .menu-item:hover .sub-menu {
      position: unset;
      width: 100%;
    }
    .menu-item{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0 auto;
      margin-bottom: 20px;
    }
    .sub-menu{
      background-color: transparent;
      box-shadow: none;
    }
    .back-call-batton-mobile{
      background-color: #068c4f;
      color: #FFFFFF;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 50px;
      text-decoration: none;
      max-width: 300px;
      box-sizing: border-box;
      margin: 0 auto;
    }
    .arrow-about{
          padding-left: 5px;
    padding-top: 8px;
    }
    .header-mobile-bottom{
      background-color: #E8E8E8;
      padding: 20px 0px;
      max-height: 128px;
      width: 100%;
      margin-top: 30px;
    }
    .header-mobile-top-content{
      display: flex;
          justify-content: center;
      padding: 0px 30px;
    }
    .header-mobile-bottom-content{
      display: flex;
      justify-content: center;
    }
    .header-social2 {
    display: flex;
    align-items: center;
    }
    .bottom-content-mobile{
      display: flex;
      justify-content: center;
      margin-top: 20px;
    }
  .blog-banner-text-left h1{
    font-size: 32px;
  }
  .blog-banner-text-right {
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
  }
  .article-content-text-wrapper{
    width: 90%;
    margin: 0 auto;

  }
  .shearfrends{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 90%;
  }
  .article-seealso-wrapper{
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
  }
  .article-banner-text-left h1 {
    font-size: 34px;
}
.mob-lang{
  position: relative;
}
.header-phones_item-moreLang {
    top: 25px;
    right: 0;
}
.header-phones-lang {
    color: #fff;
}
.header-phones-phone-mob svg{
  padding-left: 10px;
}
.category-wrapper-main{
	flex-direction: column;
}
.ctegory-main-left{
	width: 100%;
}
.big-round-cat{
	display: none;
}
.ctegory-main-right-img{
	width: 100%;
}
.to-left{
	flex-direction: column;
}
}

@media screen and (max-width: 768px){ 

.topblock-battoms {
    flex-wrap: wrap;
} 
  .topblock-battoms-catalog {
    width: 100%;
    margin: 0 0 10px;
}
.topblock-battoms-more {
    width: 100%;
}
  .article-banner-text-left h1,
  .article-content-sidebar-links-title {
    font-size: 22px;
}
  .row-wrap{
    flex-wrap: wrap;
  }
  .thumb-50{
    width: 50% !important;
  }
  .part-one-about-left1 h2 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 30px;
}
  .basemodel-item-title {
    font-size: 21px;
    line-height: 31px;
    padding: 0px 15px;
}
  .productRewies-item {
    background-color: #ffffff;
    padding: 10px;
  }
    .productRewies-left-title,
    .another-model {
      font-size: 26px;
  }
  .h1, .h2 {
      font-size: 30px;
  }
  .consultation-title {
    font-size: 30px;
  }
  .h2-page{
    line-height: 26px;
  }
  .mainTabs-tabContent .character-card,
  .mainTabs-tabContent .opis-card{
    padding: 0 20px;
  }
  .mainTabs-tabContent .faq-alv{
    padding: 0 20px;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .mainTabs-tabContent img{
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
  }
  .clearzern-left-title h2 {
      text-align: center;
      font-size: 24px !important;
      text-transform: uppercase;
  }
	#rewiews .bread-cramp,
	#uslugi .bread-cramp {
		margin-top: 40%;
	}
	/*menu*/
	.header_mobile-menu-wrapper {
		font-size: 9px;
	}
	
	/*главная  */
	.bg_video {
		width: 100%!important;
		margin-left: 0!important;
	}
	.prod-item-info-img-wrapper {
		    max-height: 330px;
	}
	/* услуги */
	.installation-callus {
		text-align: center;
	}
  .article-content {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
}
	.typesOfJobs-title {
    font-size: 24px;
    font-weight: 500;
    color: #232323;   
    margin: 60px auto;
    text-align: center;
}
	.consultation-item2 {
    width: 100%;
    text-align: center;
}
	.installation-imeges img {
		width: 100%;
        height: auto;
	}
 /*конец услуги */	
	/*products */
	#br_productions {
		margin-top: 12%;
	}
	.cardprod-wrapper .bread-cramp a,
  .bread-cramp span.current-item {
		font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
	}
	.ctegory-main-left-title h1 {
		font-size: 24px;
    line-height: initial;
    text-align: center;
	}
	.basemodel-item-wrapper {
		width: 75%;
	}
	.basemodel-item-char {
	text-align: center;
	}
	.clearzern-h2 {
	font-size: 24px;
	line-height: 40px;
	}
	.clearzern-left-text {
		text-align: justify;
	}
	/*контакти */
	
	.contacts-banner {
    height: fit-content;
    }
	.contacts-banner .bread-cramp {
    margin-top: 45%;
     }
	.contacts-banner-text-left h1 {
		    font-size: 30px;
	}
  .contacts-banner-text-left {
    margin-top: 10px;
    margin-bottom: 10px;
}
	.contacts-banner-adress-wrapper {
		padding: 20px 0px 0px;
	}
	.contacts-banner-adress-wrapper{
		display: flex;
        flex-wrap: wrap;
	}
	.contacts-banner-adress-wrapper-right {
		padding-top: 30px;
	}
	.contacts-banner-adress-wrapper-right a {
		width: 100%;
        padding-left: 10px;
        padding-right: 10px;
	}
	/* конец контакти */
	/*о нас */
	.part-one-about-left2 {
		text-align: justify;
        width: 90%;
        margin: 0 auto;
	}
	.part-one-about-right iframe{
		width: 100%;
	}
	.part-three-about-img img,
	.part-two-about-underbackimg p img {
		width: 100%!important;
	}
	.part-two-about-underbackimg {
    margin: 0;
    }
	/* видео  */
	.imgWrapperRight2 {
		width: 100%;
	}
	
	/* blog */
	
	
  .fof-left{
    width: 98%;
    margin: 0 auto;
    margin-bottom: 40px;
    height: 260px;
  }
  .fof-right{
    width: 90%;
    margin: 0 auto;
  }
  .fof-right-notf{
    font-size: 32px;
  }
  .reviews-item-cener {
    font-size: 23px;
  }
  .reviews-item-bottom-images{
    justify-content: center;
  }
  .patents-text-top-right-v4{
    width: 100%;
    justify-content: center;
  }
  .patents-text-top-v2{
    flex-direction: column-reverse;
  }
  .center-gall-img-v4:nth-child(odd){
    margin-top: auto;
  }
  .patents-text-top-right-v4{
    margin-top: auto;
  }
  .patents-text-top-right-v2{
    width: 100%;
    justify-content: center;
  }
  .patents-text-top-left{
    width: 100%;
  }
  .patents-intro h2{
    font-size: 20px;
  }
  .center-gall-img:nth-child(1) {
    margin-top: auto;
  }
  .patents-text-top{
    flex-direction: column;
  }
    
  .patents-text-top-right{
    width: 100%;
    justify-content: center;
  }
	.blog-banner {
		background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
	}
	
  .blog-banner-text-right{
    width: 100%
  }
	.blog-banner-text-left h1 {
    font-size: 25px;
   }
  .blog-banner-text-right p {
    font-size: 16px;
	margin-top: 20px;
   }
  .blog-content{
    flex-direction: column;
  }
  .blog-content-left{
    width: 100%;
    margin: 30px auto;
  }
  .blog-content-sidebar-wrapper{
    margin: 0 auto;
  }

  .article-banner-text-right{
    width: 100%
  }
  .article-content{
    flex-direction: column;
  }
  .article-content-left{
    width: 100%;
    margin: 30px auto;
  }
  .article-content-sidebar-wrapper{
    margin: 0 auto;
  }
  .in-right{
  	padding: 0px 0px;
  }
	.article-banner > video {
		display:none;
	}
	
	.article-banner-wrapper {
		margin-top: 0;
	}
	/**/
	
	.element1,
	.element2 {
    width: 80%;
    max-width: 100%;
	}
	.element1 img,
  .element2 img {
		width: 100%;
		height: auto;
	}

	
	.reviews-item {
		width: 100%;
	}
	
    .footer-item-left, .footer-item-right {
        width: 100%;
    }
    .footer-wrapper {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 425px){
  #crl.about-banner {
    height: 100vh;
}
  .imgWrapperRight2{
    width: 100%; 
}
.tehno{
  padding: 0px;
  padding-top: 20px;
}
	.prod-item {
		width: 100%;
	}
	.article-banner > video {
		display:none;
	}
	.article-banner {
		background-image: url(/wp-content/uploads/2021/01/photo2-768x576.png);
	}
	.article-banner-wrapper {
		margin-top: 0;
	}
	.element1, 
	.element2 {
		width: 95%;}
    .about-banner-text-left h1 {
      font-size: 20px;
  }
}

@media screen and (max-width: 400px){
  .topblock-title {
    font-size: 22px;
}
    .howchoose-numbers{
    justify-content: center;
  }
	.article-banner > video {
		display:none;
	}
	.article-banner {
		background-image: url(/wp-content/uploads/2021/01/photo2-768x576.png);
	}
	.article-banner-wrapper {
		margin-top: 0;
	}
	/* технологии */
	h2 {
		font-size: 16px;
	}
	.element1, 
	.element2 {
		max-width: 90%;}
	.patents-wrapper {
		text-align: justify;
	}
	.element2 img {
		width: 100%;
        height: auto;
	}
	.rows {
		max-width: 90%;
	}
	.rows img {
		max-width: 100%;
        height: auto;
	}
}
@media screen and (max-width: 400px){

  .blog-item{
    width: 100%;
  }
  .blog-item:before{
    width: 100%;
  }
}
@media (max-width: 1280px){
    .kar {
      margin-top: 0%;
      margin-left: 0%
  }
  .tehno .rows {
      max-width: 29%;
  }
  .tehno .rows img{
    width: 100%;
    height: auto;
  }
}
.about-banner{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
      position: relative;
}
.topmainVideo {
    margin-top: 0;
}

@media (max-width: 991px){
  .tehno .rows {
      max-width: 100%;
  }
}
















@media screen and (max-width: 414px) {
   .g-recaptcha {
      position: relative;
      left: 0%;
      -o-transform: scale(0.8) translateX(0%);
      -ms-transform: scale(0.8) translateX(0%);
      -moz-transform: scale(0.8) translateX(0%);
      -webkit-transform: scale(0.8) translateX(0%);
      transform: scale(0.8) translateX(0%);
      -o-transform-origin: left center;
      -ms-transform-origin: left center;
      -moz-transform-origin: left center;
      -webkit-transform-origin: left center;
      transform-origin: left center;
   }
}
@media screen and (max-width: 360px) {
   .g-recaptcha {
      position: relative;
      left: 0%;
      -o-transform: scale(0.68) translateX(0%);
      -ms-transform: scale(0.68) translateX(0%);
      -moz-transform: scale(0.68) translateX(0%);
      -webkit-transform: scale(0.68) translateX(0%);
      transform: scale(0.68) translateX(0%);
      -o-transform-origin: left center;
      -ms-transform-origin: left center;
      -moz-transform-origin: left center;
      -webkit-transform-origin: left center;
      transform-origin: left center;
   }
}
