*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}

html,body {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
}

.contact-header {
	max-width: 100%;
	padding: 0 85px;
	background: white;
  
}



.contact-list {
	border-bottom: 2px solid rgb(232, 232, 232);
    position: relative;
	z-index: 2;
}
.contact-list li {
	
	display: inline-block;
	padding: 24px 20px 23px 40px;
	border-right: 2px solid rgb(232, 232, 232);
	color: 	rgb(105,105,105);
	font-size: 14px;
	letter-spacing: 0.4px;
	position: relative;
	z-index: 2;
}

.contact-list li img {
	display: block;
	width: 26px;
	height: 16px;
}


.contact-list li:nth-child(1)::before {
  background: url(../img/icons/telephone_head.svg) no-repeat;
  content: '';
  position: absolute;
  left: 13px;
  top: 19px;
  width: 20px;
  height: 20px;
}

.contact-list li:nth-child(2)::before {
	content: '';
	background: url(../img/icons/email_one.svg) 50%/cover no-repeat;
	left: 13px;
	top: 24px;
	width: 17px;
	height: 12px;
    position: absolute;
}

.contact-list li:nth-child(3) {
   border-right: none;
   padding: 0 0 0 10px;
   
}

.contact-list li a {
	color: #00437f;
    border-bottom: 1px dashed #b6c9da;
 }
.contact-list li a:visited {
	color: #00437f;
 }

 .contact-list li a:hover {
    color: #ff9d33;
	transition: color 0.3s;
}

.contact-list li:nth-child(4) {
   position: absolute;
   top: 23px;
   right: 130px;
   border-right: none;
   padding: 0 0 0 0;
}
.contact-list li:nth-child(5) {
   position: absolute;
   top: 23px;
   right: 95px;
   border-right: none;
   padding: 0 0 0 0;
}
.contact-list li:nth-child(6) {
   position: absolute;
   top: 23px;
   right: 60px;
   border-right: none;
   padding: 0 0 0 0;
}

.header_logo img:nth-child(1) {
	width: 70px;
	height: 70px;
	position: relative;
	z-index: 2;
	margin: 6px 0 0 0;
}
.header_logo img:nth-child(2) {
	width: 200px;
	position: relative;
	z-index: 2;
	margin: 8px 0 0 10px;
}

.header {
   position: fixed;
   width: 100%;
   top: 0;
   left: 0;
   z-index: 50;
}
.header:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 1;
} 
.header_body {
    position: relative;
	display: flex;
    justify-content: space-between;
	align-items: center;	
}
.container {
	padding: 0 85px;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);	
}

.header_burger {
	display: none;
}
.header_list {
	display: flex;
    position: relative;
	z-index: 2;
}

.header_list li{
	margin: 0 0 0 50px;
	


}

.header_list li:first-child{
	margin: 0px;
}

.header_link {
	display: inline-block;
	color: black;
	font-size: 14px;
	letter-spacing: 0.2em;
	font-weight: 500;
	text-transform: uppercase;
	word-spacing: 5px;
	height: 100px;
	padding: 43px 0 0 0;
	
}

.header_link:hover {
	color: #1089ff;
	
	
}

.header_link::before {
	content: "";
    position: absolute;
    width: 0;
    background: #0078ff;
    top: -1px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    right: 5px;
    left: -5px;
    height: 5px;
}
.header_link:hover::before {
	left: 0;
    right: auto;
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.content {
	margin: 150px 0 0 0;
}


.header_list>li:hover .first-menu_list{
	display: block;
    opacity: 1;
    visibility: visible;
    top: 96%;
	 
}
.first-menu_list{
	position: absolute;
	left: 0;
	top: 100%;
	margin: 4px 0 0 0;
	min-width: 450px;
	padding: 15px 0 0px 0;
	display: none;
	background-color: #fff; 
	border-radius: 4px;
    box-shadow: 0 10px 15px rgba(14, 13, 13, 0.1);
}

.list_flex {
	display: flex;
}



.first-menu_list li:nth-child(2) {
    margin: 0 0 0 0;  
}

.first-menu_list li:nth-child(3) {
    margin: 0 0 0 0; 
}
.first-menu_list li:nth-child(4) {
    margin: 0 0 0 0; 
}
.first-menu_list li:nth-child(5) {
    margin: 0 0 0 0; 
}
.first-menu_list li:nth-child(6) {
    margin: 0 0 0 0; 
}
.first-menu_list li:nth-child(7) {
    margin: 0 0 0 0; 
}
.first-menu_list li:nth-child(8) {
    margin: 0 0 0 0; 
}
.first-menu_list li:nth-child(9) {
    margin: 0 0 0 0; 
}

.first-menu_link {
	font-family: 'Roboto';
      font-size: 15px;
      font-weight: 500;
	  display: block;
	  padding: 5px 11px 12px 14px;
	  color: black;
}

.first-menu_list p {
    display: inline-block;
	padding: 6px 0 0 2px;
}

.first-menu_link:visited {
	color: black;
  }
   .first-menu_link:hover {
	color: #1089ff;
  }
.header_list>li:hover .sub-menu_list {
	display: block;
    opacity: 1;
    visibility: visible;
    top: 96%;
	
    
}


.sub-menu_list{
	position: absolute;
	left: 0;
	top: 100%;
	margin: 4px 0 0 0;
	min-width: 250px;
	padding: 15px 0 0px 0;
	display: none;
	background-color: #fff; 
	border-radius: 4px;
    box-shadow: 0 10px 15px rgba(14, 13, 13, 0.1);
} 


.sub-menu_link {
	  font-family: 'Roboto';
      font-size: 15px;
      font-weight: 500;
	  display: block;
	  padding: 5px 30px 15px 14px;
	  color: black;
  }


.img_link {
	width: 25px;
	height: 25px;	
}

.img_link_products {
	width: 35px;
	height: 28px;
	
}
.sub-menu_list p {
    display: inline-block;
	padding: 5px 0 0 5px;
}
.sub-menu_list li {
    
	margin: 0 0 0 0;
		
}

.sub-menu_list li:last-child {
	
    margin: 0 0 0 0;
   
}

.sub-menu_list li:nth-child(2) {
   margin: 0 0 0 0;
}

.sub-menu_list li:nth-child(3) {
	margin: 0 0 0 0;
}
.sub-menu_list li:nth-child(4) {
	margin: 0 0 0 0;
}

  .sub-menu_link:visited {
	color: black;
  }
   .sub-menu_link:hover {
	color: #1089ff;
  }


.header_list>li:hover .menu-second {
	display: block;
	opacity: 1;
    visibility: visible;
    top: 96%;
}

.menu-second {
	position: absolute;
	left: 0;
	top: 100%;
	margin: 4px 0 0 0;
	min-width: 250px;
	padding: 15px 0 0px 0;
	display: none;
	background-color: #fff; 
	border-radius: 4px;
    box-shadow: 0 10px 15px rgba(14, 13, 13, 0.1);
}

  .menu-second_link {
	font-family: 'Roboto';
	font-size: 15px;
	font-weight: 500;
	display: block;
	padding: 5px 30px 15px 14px;
	color: black;
  }

  .menu-second p {
    display: inline-block;
	padding: 5px 0 0 5px;
}

.menu-second li {
    margin: 0 0 0 0px;
}


.menu-second li:last-child {
    margin: 0 0 0 0;
}

.menu-second li:nth-child(2) {
    margin: 0 0 0 0;  
}

.menu-second li:nth-child(3) {
    margin: 0 0 0 0;
}

  .menu-second_link:visited {
	color: black;
  }
   .menu-second_link:hover {
	color: #1089ff;
  }


.header_list li {
	position: relative;
}
.link_language {
	display: none;
}

.content {
	width: 100%;
	margin: 150px 0 0 0px;	
}

.slick-list {
	overflow: hidden;


}
.slick-track {
	display: flex;
}

.slider {
position: relative;

}
.slider img {
	width: 100%;
	
}
.slider .slick-arrow {
   position: absolute;
   top: 0;
   z-index: 10;
   font-size: 0;
   width: 40px;
   height: 100%;
   background-color: black;
   opacity: 0;
}

 .slider .slick-arrow.slick-prev:hover {
	opacity: 0.6;
	transition: 0.3s;
 }

.slider .slick-arrow.slick-next {
	right: 0px;	
 }
 .slider .slick-arrow.slick-next:hover {
	opacity: 0.6;
	transition: 0.3s;
 }
 .slider .slick-dots{
   display: flex;
   align-items: center;
   justify-content: center;
 }
 .slider .slick-dots li{
   list-style: none;
   margin: -40px 0 0 10px;
   z-index: 1;
 }
.slider .slick-dots button {
	font-size: 0;
	width: 50px;
	height: 5px;
	background: white;
	opacity: 0.7;
}
.slider .slick-dots li.slick-active button{
   background-color: #00437f;
   opacity: 1;
 }
.sections_about_us {
	margin: 40px 0 0 0;

}
.sections_about_us h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: calc(18px + 17 * (100vw / 1920));
	font-weight: 700;	
}
.about_us_separator img {
	display: block;
	margin: 25px auto;
}
.sections_about_us_text {
    text-align: justify;
	max-width: 1110px;
	margin: 35px auto;
	font-size: 16px;
	color: #777777;
	line-height: 27px;
	padding: 0 7px 0 7px;
}

.sections_about_us_text p {
	margin: 32px 0 0 0;

}

.gallery {
	margin: 0 5px 0 5px;
}

.gallery_row {
	display: flex;
	justify-content: center;
	
}
.gallery_row_2 {
	display: flex;
	justify-content: center;

}


.gallery img {
	width: 300px;
	max-width: 100%;
	margin: 0 0 0 0;
	transition: 0.6s;

}
.gallery p {
	margin: 0 3px 3px 0;
	overflow: hidden;
		   
}
.gallery_row p:first-child {
	border-radius: 10px 0 0 0;
}
.gallery_row p:last-child {
	border-radius: 0 10px 0 0;
}
.gallery_row_2 p:first-child {
	border-radius: 0 0 0 10px;
}
.gallery_row_2 p:last-child {
	border-radius: 0 0 10px 0;
}

.gallery img:hover {	
	transform: scale(1.2);

}

.section_our_achievements {
	max-width: 100%;
	height: 620px;
	margin: 100px 0 0 0;
	background: url(../img/background-aes.jpg) 50%/cover fixed;
	border: 1px solid transparent;
	
}

.section_our_achievements h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: calc(18px + 17 * (100vw / 1920));
	font-weight: 700;
	color: white;
	margin: 120px 0 0 0;	
}
	
.achievements_list {
	margin: 120px 0 0 0;
	padding: 0 0 0 20px;
	display: flex;
	justify-content: space-around;	
}
.achievements_list li {
	position: relative;
	text-transform: uppercase;
	font-weight: 500;
	color: white;
	font-size: 18px;
	padding: 0 0 0 50px;
	line-height: normal;
}
.achievements_list li:before {
	content: '';
	position: absolute;
	background: url(../img/icons/gear.svg) 0 0/cover no-repeat;
	top: 0;
	left: 0;
	width: 37px;
	height: 37px;
}

.achievements_list li:last-child:before {
	content: '';
	position: absolute;
	background: url(../img/icons/certificat_icon.svg) 0 0/cover no-repeat;
	top: 0;
	left: 0;
	width: 37px;
	height: 37px;
}
.achievements_list li:first-child:before {
	content: '';
	position: absolute;
	background: url(../img/icons/Handshake.svg) 0 0/cover no-repeat;
	top: 0;
	left: 0;
	width: 37px;
	height: 37px;
}
.section_our_achievements p{
	color: white;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	margin: 30px 0 0 0;
	line-height: 25px;
}

.sections_partners {
	max-width: 100%;
	height: 650px;
	background: url(../img/partners/s1200.webp);
	margin: 90px 0 0 0;
}

.sections_partners h2 {
    text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: calc(18px + 17 * (100vw / 1920));
}
.partners_separator img {
     display: block;
     margin: 30px auto;
}
.sections_partners_text {
	color: #777777;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	margin: 30px 0 0 0;
	line-height: 25px;
}
.logo-parnters {
	max-width: 950px;
	margin: 50px auto;
	padding: 0 10px 0px 10px;
    
}
.flex-container  {
	display: flex;
	justify-content: space-between;
	
}
.logo-block {
	margin: 0 0 55px 0;
}
.logo-block:first-child {
	margin: 0 25px 0 0;
}
.logo-block:last-child {
	margin: 0 0 0 25px;
}

.logo-block img{
	width: 100%;
	max-height: 80px;
}

.footer_section {
	max-width: 100%;
    background: #303949;
	background-position: right top;
}

.logo-footer img {
	
}
.logo-footer img {
	width: 100px;
	height: 103px;
}

.footer_flex-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    
}

.block_coordinates {
	margin: 35px 40px 0 30px;
	
}

.block_coordinates h4 {
	font-size: 15px;
	letter-spacing: 0.07em;
	font-weight: 500;
	color: #cccccc;
	text-transform: uppercase;
	border-bottom: 1px solid #cccccc;
	padding: 7px 0 10px 30px;
	position: relative;
}

.block_coordinates h4:before {
	content: '';
	position: absolute;
	left: -4px;
	top: 2px;
	width: 22px;
	height: 22px;
	background: url(../img/icons/localto.svg) no-repeat;
}

.block_coordinates p {
	font-size: 15px;
	color: #cccccc;
	position: relative;
	margin: 20px 0 0 0;
}
.block_coordinates p:nth-child(3){
	margin: 12px 0 0 0;
}
.block_coordinates p:nth-child(4){
	margin: 12px 0 0 0;
}
.block_coordinates p:nth-child(5){
	margin: 12px 0 0 0;
}
.block_coordinates p:nth-child(6){
	margin: 12px 0 0 0;
}






.block_telephone {
	
	margin: 35px 40px 0 0;

}

.block_telephone h4 {
	font-size: 15px;
	font-weight: 500;
	color: #cccccc;
	text-transform: uppercase;
	border-bottom: 1px solid #cccccc;
	padding: 7px 0 10px 35px;
	position: relative;
	letter-spacing: 0.07em;
	
}
.block_telephone h4:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 2.5px;
	width: 22px;
	height: 22px;
	background: url(../img/icons/telephone.svg) no-repeat;
}


.block_telephone p {
	font-size: 15px;
	color: #cccccc;
	
	position: relative;
	margin: 20px 0 0 0;
}
.block_telephone p:nth-child(3) {
	margin: 12px 0 0 0;
}
.block_telephone p:nth-child(4) {
	margin: 12px 0 0 0;
}



.block_Email {
	margin: 35px 40px 0 0;
}

.block_Email h4 {
	font-size: 15px;
	font-weight: 500;
	color: #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 7px 0 10px 35px;
	position: relative;
	
	
}
.block_Email h4:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 3px;
	width: 22px;
	height: 22px;
	background: url(../img/icons/email.svg) no-repeat;
}


.block_Email p {
	font-size: 15px;
	color: #cccccc;
	position: relative;
	margin: 20px 0 0 0;
}

.block_Email p:nth-child(3) {
	margin: 12px 0 0 0;
}
.block_Email p:nth-child(4) {
	margin: 12px 0 0 0;
}
.block_Email p:nth-child(5) {
	margin: 12px 0 0 0;
}
.block_Email p a {
	color: #ff9d33;
	border-bottom: 1px solid #b6c9da;
	padding: 0 0 2px 0;
}



.block_link {
	margin: 35px 40px 0 0;
}

.block_link h4 {
	font-size: 15px;
	font-weight: 500;
	color: #cccccc;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	border-bottom: 1px solid #cccccc;
	padding: 7px 0 10px 35px;
	position: relative;
	
	
}
.block_link h4:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 3px;
	width: 22px;
	height: 22px;
	background: url(../img/icons/link.svg) no-repeat;
}


.block_link p {
	font-size: 15px;
	color: #cccccc;
	position: relative;
	margin: 20px 0 0 0;
}

.block_link p:nth-child(3) {
	margin: 12px 0 0 0;
}
.block_link p:nth-child(4) {
	margin: 12px 0 0 0;
}
.block_link p:nth-child(5) {
	margin: 12px 0 0 0;
}


.block_link p a {
	color: #ff9d33;
	border-bottom: 1px dashed #b6c9da;
	padding: 0 0 2px 0;
}
.footer-separator {
  margin: 20px 0 0 0;
  text-align: center;
  padding: 0 20px 0 20px;
}

.footer-text {
	margin: 35px 0 0 0;
	text-align: center;
	
}

.footer-text p {
	font-size: 13px;
	color: #cccccc;
}

.footer-text p:nth-child(2) {
	margin: 15px 0 0 0;
}
.footer-text p:nth-child(3) {
	margin: 5px 0 0 0;
}
.footer-text p:nth-child(4) {
	margin: 5px 0 0 0;
}


@media (max-width: 1600px) {
    .header_link {
		display: inline-block;
		color: black;
		font-size: 12px;
		letter-spacing: 0.2em;
		font-weight: 500;
		text-transform: uppercase;
		word-spacing: 5px;
		height: 85px;
		padding: 37px 0 0 0;
	}
	.contact-header {
		padding: 0 50px;     
	}
	.container {
		padding: 0 50px;
	}
	
	.contact-list li {
		padding: 17px 20px 17px 40px;
	}
	.contact-list li:nth-child(1)::before {
		left: 13px;
		top: 13px;	
	  } 
	  .contact-list li:nth-child(2)::before { 
		  left: 13px;
		  top: 17px;
	  }
	  .contact-list li:nth-child(4) {
		top: 18px;
		right: 130px;	
	 }
	 .contact-list li:nth-child(5) {
		top: 18px;
		right: 95px;
	 }
	 .contact-list li:nth-child(6) {
		top: 18px;
		right: 60px;
	 }

	 .content {
		width: 100%;
		margin: 135px 0 0 0px;	
	}

	.header_list li{
	margin: 0 0 0 30px;
	-webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

} 

.header_logo img:nth-child(1) {
	width: 60px;
	height: 60px;
	position: relative;
	z-index: 2;
	margin: 5px 0 0 0;
}
.header_logo img:nth-child(2) {
	width: 168px;
	
	position: relative;
	z-index: 2;
	margin: 6px 0 0 10px;
}


.gallery img {
	width: 250px;
}

}

@media (max-width: 1200px) {
	.header_list li{
	margin: 0 0 0 20px;
	-webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}
.contact-header {
	padding: 0 20px;      
}
.container {
	padding: 0 20px;
}
.header_menu {
	margin: 0;
	
}
.footer_section {
	
	max-width: 100%;
	margin-bottom: 0;
	background-position: right top;
	padding: 0 15px 0 15px;

}

.footer_flex-container {
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 800px;
	
	
    
}
.block_Email {
	margin: 75px 0px 0 0;
    min-width: 274px;

}



.block_link {
    margin: 75px 0px 0 20px;
    min-width: 274px;
}
.block_telephone {
    margin: 75px 0px 0 20px;
    min-width: 274px;
}
.block_coordinates {
	margin: 75px 0px 0 0;
	min-width: 274px;
}


}

@media (min-width: 1200px) {
	.header_list li{
	-webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}
}

@media (max-width: 1060px) {


.contact-list li:nth-child(4) {
   right: 70px;   
}
.contact-list li:nth-child(5) {
   right: 40px;   
}
.contact-list li:nth-child(6) {
   right: 10px;  
}
}





@media (max-width: 980px) {
	.header_link {
	color: black;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	word-spacing: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header_logo img:nth-child(1) {
	width: 45px;
	height: 45px;
	position: relative;
	z-index: 2;
	margin: 7px 0 0 0;
}
.header_logo img:nth-child(2) {
	width: 120px;
	
	position: relative;
	z-index: 2;
	margin: 8px 0 0 7px;
}
}

@media (min-width: 980px) {
	.header_link {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
}


@media (max-width: 860px) {
	body.lock {
		overflow: hidden;
	}
	.contact-header {
	display: none;      
}

.header_logo img:nth-child(1) {
	width: 45px;
	height: 45px;
	position: relative;
	z-index: 2;
	margin: 8px 0 7px 0;
}
.header_logo img:nth-child(2) {
	width: 120px;
	
	position: relative;
	z-index: 2;
	margin: 9px 0 7px 7px;
}
.content {
	margin: 65px 0 0 0px;	
}
.container {
	-webkit-box-shadow: none;	
}

.achievements_list {
	flex-direction: column;
	align-items: center;
    margin: 40px 0 0 0;
}

.achievements_list li {
	margin: 0 0 50px 0;
	min-width: 370px;
	font-size: 16px;
}
.achievements_list li:first-child:before {
	top: 12px;
}
.section_our_achievements h2 {
	margin: 90px 0 0 0;
}

	.header_burger {
		display: block;
		position: relative;
		width: 30px;
		height: 20px;
		z-index: 5;
		
		
	}
	.header_burger:before {
		content: '';
	    background-color: black;
        position: absolute;
        border-radius: 15px;
        width: 100%;
        height: 2px;
        left: 0;
		transition: all 0.3s ease 0s;	
	}
	

	.header_burger:before {
		top: 0;
	}
	.header_burger:after {
		bottom: 0;
	}
	.header_burger span {
		content: '';
	    background-color: black;
        position: absolute;
        width: 23px;
        height: 2px;
        right: 0;
        border-radius: 15px;
		top: 8px;
		transition: all 0.3s ease 0s;
		
	}
	.header_burger span:nth-child(2) {
		content: '';
	    background-color: black;
        position: absolute;
        width: 18px;
        height: 2px;
        right: 0;
        border-radius: 15px;
		top: 16px;
		transition: all 0.3s ease 0s;
		
	}
	.header_burger.active:before{
		transform:rotate(45deg);
		top: 9px;
		width: 100%;
	}
	

	.header_burger.active span{
		transform: scale(0);
		width: 100%;
	}
	.header_burger.active span:nth-child(2){
		transform:rotate(-45deg);
		top: 9px;
		width: 100%;
	}
	
	.header_menu{
		position: fixed;
		top: -150%;
		left: 0px;
		width: 100%;
		height: 100%;
		padding: 120px 0 0 20px;
		transition: all 0.3s ease 0s;
		overflow: auto;

	
}
    .header_menu.active {
	    top: 0px;
	    background: white;

}
    .header_list {
		display: block;
		margin: -40px 0 0 0;
	}


.header_list li{
	margin: 0 0 0px 0px;
	border-top: 1px solid rgb(232, 232, 232); 
}
.header_list li:first-child{
	margin: 0 0 0px 0;
}
.header_link {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	word-spacing: 5px;
	height: 0px;
	color: #666666;
	padding: 20px 0 30px 20px;
}
.header_link::before {
    position: static;
}
.header_link:visited {
    color: #666666;
}

.header_link:hover {

    color: #666666;
}


.header_link_list {
	display: block;
	
}
.header_link_list_first {
	display: block;
}
.header_link_list_two {
	display: block;
}





.sub-menu_list.active {
	display: block;
	position: relative;
	left: 0;
	top:  0px;
	min-width: 250px;
	opacity: 1;
    visibility: visible;
	padding: 0 0 0 0;
	background-color: #fff; 
	border-top: none;
	box-shadow: none;
	
}
.header_list>li:hover .first-menu_list{
	display: none;
    opacity: 1;
    visibility: visible;
    top: 96%;
	 
}

.header_list>li:hover .sub-menu_list.active {
	display: block;
    opacity: 1;
    visibility: visible; 
}

.sub-menu_list li {
	
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.sub-menu_list li:last-child {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.img_link {
	
	width: 22px;
	height: 22px;
	
}



.sub-menu_list li:first-child {
   border-top: none;     
}
.header_list li:nth-child(2) .sub-menu_list.active {
     border-top: 1px solid rgb(232, 232, 232);
}

.header_list>li:hover .sub-menu_list {
	display: none;
}

.sub-menu_link {
	  display: block;
	  text-transform: none;
	  font-family: 'Roboto';
      font-size: 14px;
      font-weight: 500;
	  color: #666666;
	  padding: 15px 0 15px 30px;
      
  }
  .sub-menu_link {
	color: #666666;
  }

 .sub-menu_link:visited {
	color: #666666;
  }
  
  .arrow-first {
	position: absolute;
	right: 50px;
    top: 18px;
    width: 13px;
    height: 13px;
    border-top: 3px solid black;
    border-right: 3px solid black;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
    z-index: 1;

}
.arrow-first.active {
   transform: rotate(135deg);
   
}
.arrow {
	position: absolute;
	right: 50px;
    top: 18px;
    width: 13px;
    height: 13px;
    border-top: 3px solid black;
    border-right: 3px solid black;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
    z-index: 1;

}
.arrow.active {
   transform: rotate(135deg);
   
}

.arrow-second {
   position: absolute;
	right: 50px;
    top: 18px;
    width: 13px;
    height: 13px;
    border-top: 3px solid black;
    border-right: 3px solid black;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
    z-index: 1;
    
    
}

.background-arrow {
	position: absolute;
	right: -75px;
	top: 0px;
    width: 105px;
    height: 50px;
    background: white;
}



.arrow-second.active {
   transform: rotate(135deg);
}

.menu-second.active {
	display: block;
	position: relative;
	left: 0;
	top:  0px;
	min-width: 250px;
	box-shadow: none;
	padding: 0 0 0 0;
	background-color: #fff; 
	border-top: none;
	opacity: 1;
    visibility: visible;
}




.header_list>li:hover .menu-second.active {
	display: block;
	opacity: 1;
    visibility: visible; 
}



.header_list>li:hover .menu-second {
	display: none;
}

.menu-second li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.menu-second li:last-child {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.menu-second_link { 
	  display: block;
	  text-transform: none;
	  font-family: 'Roboto';
      font-size: 14px;
      font-weight: 500;
	  color: #666666;
	  padding: 15px 0 15px 30px;
      
  }
   
  .menu-second_link {
	color: #666666;
  }

 .menu-second_link:visited {
	color: #666666;
  }

 .menu-second li:first-child {
   border-top: none;     
}
 .header_list li:nth-child(4) .menu-second.active {
     border-top: 1px solid rgb(232, 232, 232);
} 

.link_language {
	display: block;
	margin: 10px 0 0 21px;
}
.link_language p {
	
	display: inline-block;
	padding: 0 5px 0 0;
	color: 	rgb(105,105,105);
	font-size: 14px;
	letter-spacing: 0.4px;
	position: relative;
	z-index: 2;
}

.link_language img {
	
	width: 26px;
	height: 16px;
}
.menu_arrow {

}

}

@media (max-width: 630px) {
.slider img {
	max-width: 100%;
	min-height: 400px;
	object-fit: cover;
	object-position: center;	
}


.gallery_row {
	flex-wrap: wrap;
}
.gallery_row_2 {
	flex-wrap: wrap;
}
.gallery_row p:first-child {
	border-radius: 10px 0 0 0;
}
.gallery_row p:nth-child(2){
	border-radius: 0 10px 0 0;
}
.gallery_row p:last-child {
	border-radius: 0 0 0 0;
}
.gallery_row_2 p:first-child {
	border-radius: 0 0 0 0;
}
.gallery_row_2 p:nth-child(3){
	border-radius: 0 0 0 10px;
}
.gallery_row_2 p:last-child {
	border-radius: 0 0 10px 0;
}
.gallery img {
	width: 200px;
}
.footer_flex-container {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 400px;

}

.block_Email {
	margin: 75px 0px 0 0;
    min-width: 274px;
}


.block_link {
    margin: 75px 0px 0 0px;
    min-width: 274px;
}
.block_telephone {
    margin: 75px 0px 0 0px;
    min-width: 274px;
}
.block_coordinates {
	margin: 75px 0px 0 0;
	min-width: 274px;
} 
.products_flex-container{
   display: none;
} 
.products_flex-container_dublicat {
   display: block;
   
}  
}

@media (max-width: 432px) {
	.gallery_row {
		flex-wrap: wrap;
	}
	.gallery_row_2 {
		flex-wrap: wrap;
	}
	.gallery img {
		width: 150px;
	}
	.logo-block:first-child {
		margin: 0 15px 0 0;
	}
	.logo-block:last-child {
		margin: 0 0 0 15px;
	}
}
@media (max-width: 414px) {
  .header_link {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	word-spacing: 5px;
	height: 0px;
	color: #666666;
	padding: 20px 0 30px 0px;
	white-space: nowrap;
}

.link_language {
	
	margin: 0 0 0 0px;
}
.arrow {
	right: 30px;	
}
.arrow-first {
	right: 30px;	
}
.arrow-second {
	right: 30px;
}

.slider img {
	width: 100%;
	height: auto;
}

.sections_about_us {
	margin: 30px 0 0 0;
	
}
.sections_about_us h2 {
	text-align: center;
	text-transform: uppercase;
	
	font-weight: 700;	
}
.about_us_separator img {
	display: block;
	margin: 15px auto;
}
.sections_about_us_text {
	
	
	max-width: 1110px;
	margin: 15px auto;
	font-size: 15px;
	color: #777777;
	line-height: 27px;
}
.sections_about_us_text p {
    margin: 15px 0 0 0;
}

.achievements_list {
	flex-direction: column;
	align-items: flex-start;
	margin: 55px 0 0 0;
}

.achievements_list li {
	margin: 0 0 30px 0;	
	min-width: auto;
}
.achievements_list li:first-child:before {
	top: 12px;
}

.section_our_achievements h2 {
	margin: 30px 0 0 0;
	
}
.section_our_achievements p{
	font-size: 14px;
	margin-top: 10px;
	padding: 0 5px 0 5px;
}

.partners_separator img {
     display: block;
     margin: 30px auto;
}
.sections_partners_text {
	color: #777777;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	margin: 30px 0 0 0;
	line-height: 25px;
	padding: 0 5px 0 5px;
}
.block_coordinates {
  min-width: 250px;
}
.block_coordinates h4{
  font-size: 13px;
}
.block_coordinates p{
  font-size: 13px;
}
.block_telephone {
  min-width: 250px;
}
.block_telephone h4{
  font-size: 13px;
}
.block_telephone p{
  font-size: 13px;
}
.block_Email {
  min-width: 250px;
}
.block_Email h4{
  font-size: 13px;
}
.block_Email p{
  font-size: 13px;
}
.block_link {
  min-width: 250px;
}
.block_link h4{
  font-size: 13px;
}
.block_link p{
  font-size: 13px;
}
}
@media (max-width: 332px) {
	.gallery_row p:nth-child(1) {
		border-radius: 0 0 0 0;
	}
	.gallery_row p:nth-child(2) {
		border-radius: 0 0 0 0;
	}
	.gallery_row_2 p:nth-child(3){
		border-radius: 0 0 0 0;
	}
	.gallery_row_2 p:nth-child(4){
		border-radius: 0 0 0 0;
	}
	.gallery img {
		width: 120px;
	}
	
}
@media (max-width: 310px) {
  .header_link {
	font-size: 11px;
}
.sub-menu_link {
      font-size: 13px;
  }

   .menu-second_link {
      font-size: 13px;
  }
.arrow {
	right: 8px;	
}
.arrow-first {
	right: 8px;	
}
.arrow-second {
	right: 8px;
}
}