.contact-row{
	margin-bottom: 70px;
	padding: 0 15px;
}
.contact-title-wrap{
	color: #000;
	display: flex;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 45px;
}
.contact-title-wrap:before{
	position: absolute;
	content: '';
	width: 100%;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #c6cbcf;
	z-index: 2;
}
.contact-title-wrap:color-interpolation-filters: {
	position: absolute;
	content: '';
	bottom: -1px;
	left: 42px;
	width: 68px;
	height: 1px;
	background-color: #e52529;
	z-index: 2;
}
.contact-title{
	position: relative;
	color: #212324;
	font-family: 'Open Sans',sans-serif;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	margin-left: 40px;
}
.contact-title:before{
	position: absolute;
	content: '';
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
	min-width: 35px;
	height: 35px;
	background-image: url(../img/contacts/title-icon.png);

}
.contact-sub-title{
	position: absolute;
	right: 0;
	bottom: -30px;
	color: #eeeff0;
	font-size: 100px;
	font-family: "HelveticaBlack",sans-serif;
	text-transform: uppercase;
}
.contact-sub-title:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 15px;
	right: 0;
	bottom: 20px;
	background-color: #fff;
	z-index: 1;
}

.contacts-wrapper{
	color: #000;
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
}
.contacts-underline:after{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 450px;
	height: 1px;
	background-color: #c6cbcf;
}
.contacts-wrapper > .inner-title{
	position: relative;
	color: #212324;
	font-family: 'Open Sans',sans-serif;
	font-weight: 600;
	font-size: 18px;
	margin-left: 40px;
	margin-bottom: 12px;
}
.contacts-wrapper > .inner-title:before{
	position: absolute;
	content: '';
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
	min-width: 35px;
	height: 35px;
	background-image: url(../img/contacts/contact-arrow.png);
}
.contact-list{
	margin: 0 0 0 40px;
	padding: 0;
}
.contact-list-item{
	color: #6f6f6f;
	font-size: 13px;
	font-weight: 600;
	font-family: 'Open Sans',sans-serif;
	position: relative;
	padding-left: 25px;
	margin-bottom: 15px;
}
.contact-list-item .mail{
	color: #000000;
}
.contact-list-item span{
	font-weight: 400;
}
.contact-list-item a{
	text-decoration: none;
	color: inherit;
	transition: 0.3s ease-in-out;
}
.contact-list-item a:hover{
	color: red;
}
.contact-place-icon:before{
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../img/contacts/place.png);
	min-width: 11px;
	height: 14px;
}
.contact-phone-icon:before{
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../img/contacts/phone.png);
	min-width: 14px;
	height: 14px;
}
.contact-mail-icon:before{
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../img/contacts/mail.png);
	min-width: 14px;
	height: 9px;
}
/* ---------------------  madia  --------------------- */
@media (min-width: 768px) and (max-width: 991px){
	.pageL6 .shapka .active_img img{
		left: -80px;
		margin-top: 20px;
	}
	.pageL4 .shapka .shapka__right{
		margin-top: 0;
		max-width: 452px;
		float: right;
	}
	.shapka p{
		padding-left: 0;
	}
}
@media (max-width: 767px){
	.contact-sub-title{
		display: none;
	}
	.contacts-underline:after{
		width: 50%;
	}
	.contact-list-item{
		display: flex;
		flex-direction: column;
	}
	.contact-list-item:before{
		top: 5px;
		transform: translateY(0);
	}
	.contact-row{
		margin-bottom: 40px;
	}
	.pageL6 .shapka h1 span{
		font-size: 150%;
		text-align: center;
		width: 100%;
	}
	.pageL6 .shapka .shapka__right p{
		font-size: 27px;
		text-align: center;
	}
	.pageL6 .shapka .shapka__right p:nth-of-type(1){
		margin-bottom: 10px;
	}
	.title p{
		font: 15px "OpenSansRegular",sans-serif;
	}
	footer .footer_right li{
		font: 14px "OpenSansRegular",sans-serif;
	}
}