*{
	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;
}

.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 p {
    display: inline-block;
	padding: 6px 0 0 2px;
}

.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_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);
}

.img_link {
	width: 25px;
	height: 25px;	
}
.img_link_products {
	width: 35px;
	height: 28px;	
}

.sub-menu_link {
	font-family: 'Roboto';
	font-size: 15px;
	font-weight: 500;
	display: block;
	padding: 5px 30px 15px 14px;
	color: black;
  }

  .sub-menu_list p {
    display: inline-block;
    padding: 5px 0 0 5px;
}

.sub-menu_list li {
    
    margin: 0 0 0 0px;
}

.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;
}
.wrapper {
	
}

.content {
	min-height: 100vh;
}

.slide {
	max-width: 100%;
	height: 400px;
	background: url(../img/About_us/Quality_management/slide-quality.jpg) 50%/cover no-repeat;
	margin: 163px 0 0px 0;
}

.content_text {
	max-width: 1150px;
	margin: 50px auto;
	padding: 0 10px 0 10px;
}
.content_text h2 {
	font-size: calc(20px + 5 * (100vw / 1920));
    font-weight: 700;
    color: #23374D;
	border-bottom: 1px solid #23374d;
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
}
.content_text p {
	font-size: 15px;
	text-align: justify;
	line-height: 27px;
	margin: 0 0 5px 0;
}

.float img {
	float: left;
	margin: 0 10px 0 0;
}
.quality_gallery {
	display: flex;
	justify-content: center;
}
.quality_gallery p {
	margin: 0 5px 0 0;
}
.quality_gallery img {
	
	max-width: 100%;
}
.footer_section {
	margin: 0px 0 0 0;
	max-width: 100%;
	margin-bottom: 0;
    background: #303949;
	background-position: right top;
}




.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;
}

.wrapper {
	margin-bottom: 135px;
}
.slide {
	height: 300px;
	margin: 135px 0 0 0;
	
}
.content_text {
	max-width: 1000px;
}
}


@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;  
}
.section_inform {
	display: none;
}


}





@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;
}

.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;
}
.wrapper {
	margin-bottom: 65px;
}
.content {
	margin: 70px 0 0 0;
}
.slide {
	max-width: 100%;
	height: 250px;
	margin: -8px 0 0 0;
}
.container {
	-webkit-box-shadow: none;	
}

	.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:hover {
	color: #666666;
}
.header_link::before {
    position: static;
}
.header_link:visited {
    color: #666666;
}
.header_link:hover::before {
	left: 0;
    right: auto;
    width: 100%;
   
}

.header_link_list {
	display: block;
}
.header_link_list_two {
	display: block;
}

.header_list>li:hover .first-menu_list{
	display: none;
    opacity: 1;
    visibility: visible;
    top: 96%; 
}
.header_list>li:hover .menu_flex{
	display: none;
    opacity: 1;
    visibility: visible;
    top: 96%;	 
}
.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 .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;
}


.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:visited {
	color: #666666;
  }
  .sub-menu_link:hover {
	color: #666666;
  }

.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;
	  color: #666666;
      font-weight: 500;
	  padding: 15px 0 15px 30px;
      
  }
   
 .menu-second_link:visited {
	color: #666666;
  }
 .menu-second_link:hover {
	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);
} 
}

@media (max-width: 630px) {

.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;
} 
.content_text p {
	font-size: 15px;
	text-align: left;
	line-height: 27px;
	margin: 0 0 5px 0;
}
}


@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-second {
	right: 30px;
}
.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: 310px) {
  .header_link {
	font-size: 11px;
}
.sub-menu_link {
      font-size: 13px;
  }
   .menu-second_link {
      font-size: 13px;
  }
.arrow {
	right: 8px;	
}
.arrow-second {
	right: 8px;
}
}