@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
		url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Regular.woff') format('woff'),
		url('../fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Lt';
	src: url('../fonts/ProximaNova-Light.eot');
	src: local('Proxima Nova Light'), local('ProximaNova-Light'),
		url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Light.woff') format('woff'),
		url('../fonts/ProximaNova-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@media (min-width: 1360px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1390px;
  }
}
body{
	margin: 0;
	font-family: 'Proxima Nova Rg';
    font-weight: normal;
    font-style: normal;
}
*{
	outline: none;
}
a{
	text-decoration: none;
	color: #211F1F;
	transition: .3s;
}
img{
	max-width: 100%;
	width: auto;
}
header .row{
	justify-content: space-around;
	align-items: center;
}
header .row ul{
	padding: 0;
	list-style: none;
}
header .row .logo-wrapper{
	flex-basis: 18%;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .row .menu-wrapper {
	flex-basis: 55%;
}
header .row .menu-wrapper ul{
	display: flex;
	justify-content: space-around;
}
header .row .menu-wrapper ul li a{
	padding: 5px 10px;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #211F1F;
	font-weight: bold;
}
header .row .menu-wrapper .mobile-visible{
	display: none;
}
header .row .menu-wrapper ul li a:hover{
	color: #EF241B;
}
header .row .contact-wrapper{
	flex-basis: 20%;
	display: flex;
	justify-content: space-around;
}
header .row .contact-wrapper .tel-wrapper{
	flex-basis: 68%;
	justify-content: flex-end;
	display: flex;
	flex-direction: column;
	text-align: right;
}
header .row .contact-wrapper .tel-wrapper{
	font-size: 14px;
	line-height: 21px;
	padding-top: 5px;
	padding-right: 5px;
}
header .row .contact-wrapper .soc-wrapper{
	flex-basis: 30%;
}
header .row .contact-wrapper .soc-wrapper ul{
	display: flex;
	margin: 0;
	align-items: center;
	height: 100%;
	justify-content: space-around;
}
header .row .contact-wrapper .soc-wrapper i{
	font-size: 25px;
}
header #open-menu{
	display: none; 
}
#close-menu{
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 5px 10px;
	cursor: pointer;
}
.flex-wrapper #banner{
	background: url(/images/banners/top-fraim-img.png) no-repeat left top;
	background-size: cover;
	padding-bottom: 260px;
}
.flex-wrapper #banner .row{
	justify-content: flex-end;
}
.flex-wrapper #banner .banner-title-wrapper{
	flex-basis: 40%;
	display: flex;
	flex-direction: column;
	padding: 75px 0 140px;
}
.flex-wrapper #banner .banner-title-wrapper h1{
	font-weight: 300;
	font-size: 65px;
	line-height: 70px;
	text-transform: uppercase;
	color: #211F1F;	
    font-family: 'Proxima Nova Lt';
	margin-bottom: 35px;
}
.flex-wrapper #banner .banner-title-wrapper h1 span{
	font-weight: bold;
	text-transform: none;
    font-family: 'Proxima Nova Rg';
}
#offers{
	background: #211f20;
}
#offers .row{
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 42px 0 55px;
	padding-top: 300px;
	transition: .4s;
}
#offers .offer-title{
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	flex-basis: 100%;
	margin-top: -107px;
	margin-bottom: 15px;
}
#offers .offer-item{
	flex-basis: 32%;
	padding: 25px 55px 10px 40px;
	margin-bottom: 30px;
	transition: .7s;
	margin-top: 0; 
} 
#offers .offer-item.red{
	background: #DA2922;
	color: #fff;
}
#offers .offer-item.black{
	background: #fff;
	color: #211F20;
}
#offers .offer-item.grey{
	background: #D2D2D2;
}
#offers .offer-item p{
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0;
}
#offers .offer-item ul{
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	padding-left: 15px;
}
#why-we{
	background: url(/images/backgrounds/why-we-bcg.png);
	padding-bottom: 80px;
}
#why-we .why-we-title{
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	flex-basis: 100%;
	margin-bottom: 15px;
}	
#why-we .why-we-slogan{
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	flex-basis: 100%;
	margin-bottom: 55px;
}
#why-we .why-we-item{
	flex-basis: 25%;
	text-align: center;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
}
#why-we .why-we-item img {
    margin-bottom: 35px;
}
#why-we .why-we-item span {
    max-width: 44%;
    min-height: 63px;
}
#clients {
	position: relative;
	z-index: 1;
}
#clients .clients-title{
	flex-basis: 100%;
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #1C1C1C;
}
#clients .owl-dots{
	display: none;
}
#sending-form{
	background: url(/images/backgrounds/form-bcg.png);
	margin-top: 20px;	
	position: relative;
	z-index: 2;
}
#sending-form .row{
	justify-content: flex-end;
}
#sending-form .form-wrapper{
	flex-basis: 51%;
}
#sending-form .inner-form{
	background: #1C1C1C;
	max-width: 63%;
	color: #fff;
	margin-top: -45px;
	padding: 50px 40px 57px 40px;
}
#sending-form .inner-form .form-title{
	font-size: 30px;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 22px;
}
#sending-form .inner-form .form-title + p{
	font-size: 14px;
	line-height: 21px;
}
#sending-form .sending-form .label{
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 5px;
}
#sending-form .order-form__control{
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
}
#sending-form .label__text{	
    font-family: 'Proxima Nova Lt';
    font-size: 14px;
	line-height: 21px;
	transform: translateY(17px);
	transition: .3s;
}
#sending-form .sending-form{
	display: flex;
	flex-direction: column;
}
#sending-form .order-form__control:focus ~ .label__text,
#sending-form .order-form__control_state_filled ~ .label__text {
  transform: translateY(0); 
}
#sending-form .order-form__control{
	color: #fff;
}
#sending-form #sending-form-btn{
	margin-top: 50px;
	background: transparent;
	padding: 14px 37px;
	align-self: flex-end;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 3px solid #FFFFFF;
	box-sizing: border-box;
}
#contact-wrapper {
	position: relative;
	min-height: 360px;
}
#contact-wrapper .map{
	max-width: 50.7%;
	position: absolute;
	right: 0;
	filter: grayscale();
	top: 0;
	min-height: 360px;
	width: 50.7%;
}
#contact-wrapper .contact-title{
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	color: #1C1C1C;
	padding-left: 55px;
}
#contact-wrapper .contact-list ul{
	padding-left: 100px;
}
#contact-wrapper .contact-list ul li{
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
	position: relative;
}
#contact-wrapper .contact-list ul li.address:before{
	content: "\f041";
	font: normal normal normal 22px/1 FontAwesome;
	text-rendering: auto;
}
#contact-wrapper .contact-list ul li.phone:before{
	content: "\f095";
	font: normal normal normal 22px/1 FontAwesome;
	text-rendering: auto;
}
#contact-wrapper .contact-list ul li.email:before{
	content: "\f0e0";
	font: normal normal normal 22px/1 FontAwesome;
	text-rendering: auto;
}
#contact-wrapper .contact-list ul li:before{
	position: absolute;
	right: 100%;
	margin-right: 25px;
}
#reviews{
	background: rgba(210, 210, 210, 0.3);
	padding-bottom: 30px;
}
#reviews .reviews-title{
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #1C1C1C;
	flex-basis: 100%;
	text-align: center;
	margin: 30px 0;
}
#reviews .row{
	justify-content: center;
	position: relative;
}
#reviews .owl-carousel{
	max-width: 65%;
	position: static;
}
#reviews .owl-carousel .item{
	display: flex;
}
#reviews .owl-carousel .item .title-reviews{
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	margin: 6px 0 20px;
}
#reviews .owl-carousel .item .img-wrapper{
	flex-basis: 20%;
	padding: 50px;
}
#reviews .owl-carousel .item .text-reviews{
	flex-basis: 80%;
	padding-left: 40px;
}
#reviews .owl-carousel .owl-nav{
	position: absolute;
	z-index: 9;
	width: 100%;
	display: flex;
	justify-content: space-between;
	left: 0;
	top: 50%;
	font-size: 40px;
}
#reviews .owl-carousel  .owl-dots{
	margin-top: 33px;
}
#clients .owl-carousel .owl-stage{
	display: flex;
	align-items: center;
}
#clients .owl-carousel .owl-stage .item{
	padding: 10px;
}
#clients .owl-carousel .owl-stage .item img{
	filter: grayscale(100);
	transition: .2s;
}
#clients .owl-carousel .owl-stage .item:hover img{
	filter: grayscale(0);	
}
#clients .owl-theme .owl-nav{
	display: none;
}
footer{
	background: #1C1C1C;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
}
footer .top-footer-wrapper{
	display: flex;
	align-items: center;
}
footer .logo-wrapper{
	flex-basis: 40%;
	padding-left: 60px
}
footer .logo-wrapper img{
	margin-top: 40px;
}
footer .logo-wrapper p{
    font-family: 'Proxima Nova Lt';
}
footer .down-menu{
	flex-basis: 43%;
}
footer .down-menu ul{
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
footer .down-menu ul li:after{
	content: '/';
	margin-left: 20px;
}
footer .down-menu ul li:last-of-type:after{
	content: unset;
}
footer .down-contact-list{
	flex-basis: 15%;
	text-align: right;
}
footer .down-contact-list ul{
	margin-top: 55px;
	padding-right: 18px;
}
footer .down-contact-list ul li:nth-of-type(1){	
	margin: 20px 12px 15px;
}
footer .down-contact-list ul li:nth-of-type(1),
footer .down-contact-list ul li:nth-of-type(2){
	display: inline-block;
}
footer .down-contact-list i{
	font-size: 22px;
}
footer a{
	color: #fff;
}
footer ul{
	list-style: none;
	padding: 0;
}
footer hr{
	width: 93%;
	position: relative;
	left: 5px;
	margin-bottom: 24px;
}
footer .dowm-footer-wrapper{
	flex-basis: 100%;
	display: flex;
	justify-content: space-between;
	align-self: center;
	margin: auto;
	padding-bottom: 110px;
	padding-left: 60px;
	padding-right: 45px;
	flex-wrap: wrap;
}
footer .dowm-footer-wrapper > p{
	flex-basis: 100%;
	margin-top: 0;
}
footer .dowm-footer-wrapper > p a{
	text-decoration: underline;
}
@media (min-width: 992px) and (max-width: 1360px){
	footer .down-menu ul{
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-left: -20px;
	}
	footer .down-menu ul li {
	    padding-left: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	header .row .logo-wrapper {
	    flex-basis: 15%;
	}
	header .row .menu-wrapper {
	    flex-basis: 58%;
	}
	header .row .menu-wrapper ul li a{
		padding: 0px 10px;
		font-size: 12px;
	}
	.flex-wrapper #banner .banner-title-wrapper{
		padding: 20px;
		background: rgba(0,0,0,0.5);
		margin: 55px 0 120px;
	}
	.flex-wrapper #banner .banner-title-wrapper h1,
	.flex-wrapper #banner .banner-title-wrapper .slogan-title{
		color: #fff;
	}
	#why-we .why-we-item span{
		max-width: 95%;
	}
	#sending-form .inner-form{
		max-width: 100%;
	}

}
@media (min-width: 631px) and (max-width: 991px){
	.container, .container-sm {
	    max-width: 100%;
	}
	header .row .logo-wrapper{
		order: 1;
		flex-basis: 40%;
	}
	header .row .menu-wrapper{
		order: 3;
		flex-basis: 100%;
	}
	header .row .contact-wrapper{
		order: 2;
		flex-basis: 60%;
	}
	.flex-wrapper #banner .banner-title-wrapper{
		flex-basis: 90%;
	}
	.flex-wrapper #banner{
		background: url(/images/banners/top-fraim-img.png) no-repeat right;
	}
	#offers .offer-item{
		flex-basis: 48%;
	}
	#why-we .why-we-item span{
		max-width: 90%;
		font-size: 12px;
		line-height: normal;
	}
	#sending-form .inner-form{
		max-width: 100%;
	}
	#contact-wrapper .contact-title{
		padding-left: 20px;
	}
	#contact-wrapper .contact-list ul {
	    padding-left: 65px;
	}
	#reviews .owl-carousel .item .img-wrapper{
		padding: 0;
	}
	footer .top-footer-wrapper{
		flex-wrap: wrap;
	}
	footer .top-footer-wrapper .logo-wrapper{
		order: 1;
		flex-basis: 60%;
		padding-left: 25px;
	}
	footer .top-footer-wrapper .down-menu{
		order: 3;
		flex-basis: 100%;
		padding: 0 25px 0 30px;
	}
	footer .down-menu ul li::after{
		content: unset;
	}
	footer .down-menu ul{
		margin-top: 0;
	}
	footer .top-footer-wrapper .down-contact-list{
		order: 2;
		flex-basis: 40%;
	}
	footer .dowm-footer-wrapper{
		padding: 0 20px 20px 25px;
	}
}
@media (min-width: 320px) and (max-width: 630px){
	header .menu-wrapper{
		position: fixed;
		left: 0;
		height: 100vh;
		z-index: 100;
		top: 0;
		background: #fff;
		overflow: hidden;
		transform: translateX(-300px);
		transition: .3s;
	}
	header .menu-wrapper.open{
		transform: translateX(0);		
	}
	header .menu-wrapper ul{
		flex-direction: column;
		overflow: auto;
		min-width: 300px;
	}
	header .row .logo-wrapper{
		flex-basis: 40%;
		padding-left: 15px;
	}
	header .row .contact-wrapper{
		flex-basis: 60%;
	}
	header .row .menu-wrapper .mobile-visible{
		display: inline-block; 
	}
	header #open-menu{
		float: left;
		background: #fff;
		border: 1px solid;
		position: fixed;
		padding: 5px 10px;
		margin-left: 5px;
		z-index: 99;
		cursor: pointer;
		display: inline-block;
	}
	.flex-wrapper #banner{
		background: url(/images/banners/top-fraim-img.png) no-repeat right;
	}
	.flex-wrapper #banner .banner-title-wrapper{
		flex-basis: 100%;
		padding: 30px 15px;
	}
	.flex-wrapper #banner .banner-title-wrapper h1{
		font-size: 35px;
		line-height: normal;	
	}
	#offers{
		padding-top: 50px;
	}
	#offers .row{
		padding: 0 15px;
	}
	#offers .offer-item{
		flex-basis: 100%;
		padding: 20px;
	}
	#clients .clients-title{
		margin-bottom: 0;
	}
	#why-we{
		margin-top: 0;
		background-size: cover;
		padding-bottom: 0;
	}
	#why-we .why-we-item{
		flex-basis: 50%;
	}
	#why-we .why-we-item img{
		margin-bottom: 15px;
	}
	#why-we .why-we-item span{
		max-width: 100%;
		padding: 0 15px;
		font-size: 12px;
		line-height: normal;
	}
	#sending-form .form-wrapper,
	#sending-form .inner-form,
	#contact-wrapper .map{
		flex-basis: 100%;
		max-width: 100%;
	}
	#contact-wrapper{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	#contact-wrapper .map{
		position: static;
		width: 100%;
	}
	#contact-wrapper .contact-list ul{
		padding-left: 70px;
	}
	#reviews .owl-carousel .item{
		flex-direction: column;
	}
	#reviews .owl-carousel .item .text-reviews{
		padding-left: 0;
	}
	#reviews .owl-carousel{
		max-width: 80%;
	}
	footer .top-footer-wrapper{
		flex-wrap: wrap;
		padding: 0 15px;
	}
	footer .top-footer-wrapper .logo-wrapper{
		flex-basis: 100%;
		padding: 0;
	}
	footer .down-menu ul{
		flex-direction: column;
		margin-top: 0;
	}
	footer .down-menu,
	footer .down-contact-list{
		flex-basis: 50%;
	}
	footer .down-contact-list ul{		
		margin-top: 0;
	}
	footer .down-menu ul li::after{
		content: unset;
	}
	footer .down-menu ul li a{
		border-bottom: 1px solid;
	}
	footer .dowm-footer-wrapper{
		padding: 0 15px;
	}

}