*{
	margin:0;
	padding:0;	
	box-sizing: border-box; 
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
    display: block;
}
a{
	outline:none;	
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}
img{
	border:none;	
	max-width: 100%;
}
body{
	font:14px 'Roboto', sans-serif;
	font-weight: 400;
}
body,html{
	height: 100%;
}
.container{
	width: 1200px;
	margin:0 auto;
	padding:0 15px;
}
.nav_block{
	background: #2b2a29;
}
.nav_block_inner{
	display: flex;
	align-items: center;
	height: 110px;

}
.logo{
	margin-top: 6px;
	margin-right: 30px;
}
.logo img{
	display: block;
}
.menu{
	margin-right: 55px;
}
.menu li{
	list-style-type: none;
	display: inline-block;
	font-size: 0px;
	margin-right: 28px;
}
.menu li:last-child{
	margin-right: 0;
}
.menu li a{
	display: block;
	text-decoration: none;
	color:white;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}
.menu li a:after{
	content: '';
	position: absolute;
	bottom:0px;
	width: 64%;
	left:18%;
	height: 2px;
	background: #c40513;
	bottom:-8px;
	display: none;
}
.menu li a:hover:after{
	display: block;
}
.header_contacts{
	padding-bottom: 4px;
}
.header_contacts a{
	text-decoration: none;
	color:white;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	margin-bottom: 7px;
}
.header_contacts a img{
	width: 25px;
	min-width: 25px;
	margin-right: 11px;
}
.header_contacts a:last-child{
	margin-bottom: 0;
}
.subheader{
	height: 512px;
	background: url(../images/header_img.jpg) no-repeat top center;
	background-size: cover;
}
h1{
	padding-top: ;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	font-size: 63px;
	line-height: 76px;
	padding-top: 80px;
	color:white;
	letter-spacing: 5px;
}
.button{
	height: 45px;
	width: 425px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	background: #c40513;
	border-radius: 4px;
	text-decoration: none;
	color:white;
	margin:0 auto;
	margin-top: 60px;
}
.button:hover{
	background: #a50410;
}
.about_inner{
	display: flex;
	align-items: flex-end;
	padding:60px 0 95px 0;
}
.about_inner .image{
	margin-left: 55px;
	margin-right: 80px;
}
.about_inner .image img{
	min-width: 265px;
}
.about_inner h2{
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 55px;
	padding-left: 45px;
	font-size: 40px;
	color:#12162d;
	letter-spacing: 3.5px;
}
.about_inner p{
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 24px;
	color:#2b2a29;
}
.about_inner p:last-child{
	margin-bottom: 0px;
}
.about_inner p b{
	font-weight: 700;
	text-transform: uppercase;
}
.page_title{
	background: #2b2a29;
	height: 70px;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:white;
	letter-spacing: 3.5px;
}
.benefits_inner{
	padding:75px 85px 53px 85px;
	display: flex;
	flex-wrap: wrap;
}
.benefits_inner .item{
	display: flex;
	align-items: center;
	width: 50%;
	min-width: 50%;
	margin-bottom: 22px;
}
.benefits_inner .item .icon{
	display: flex;
	align-items: center;
	width: 95px;
	min-width: 95px;
}
.benefits_inner .item p{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
	color:#2b2a29;
}
.why_block{
	background: #2b2a29;
}
.why{
	background: url(../images/why_img.png) no-repeat center;
	background-size: cover;
	height: 393px;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.why h2{
	font-weight: 900;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 3.5px;
	color:white;
	text-align: center;
	text-transform: uppercase;
	padding-top: 70px;
}
.benefits2_inner{
	padding:60px 85px 85px 85px;
	display: flex;
	flex-wrap: wrap;
}
.benefits2_inner .line{
	width: 50%;
	min-width: 50%;
}
.benefits2_inner .item{
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}
.benefits2_inner .item .icon img{
	display: block;
}
.benefits2_inner .item .icon{
	width: 58px;
	min-width: 58px;
	margin-right: 27px;
}
.benefits2_inner .item p{
	font-size: 20px;
	line-height: 32px;
	color:#2b2a29;
	font-weight: 700;
	text-transform: uppercase;
}
.benefits2_inner .item.top{
	margin-bottom: 40px !important;
	align-items: flex-start;
}
.benefits2_inner .item.top p{
	padding-top: 15px;
}
.benefits2_inner .item:first-child{
	align-self: flex-start;
	margin-bottom: 20px;
}
.benefits2_inner .item:last-child{
	margin-bottom: 0px !important;
}
.benefits2 .button{
	margin-top: 0px;
	width: 425px;
}
.benefits2{
	padding-bottom: 65px;
}
.button img{
	margin-right: 22px;
}
.reviews .page_title{
	margin-bottom: 44px;
}
.row{
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.col{
	width: 33.333333%;
	min-width: 33.333333%;
	padding:0 15px;
}
.review{
	padding-bottom: 52px;
	background: #dad5d5;
	min-height:100%;
}
.review_top{
	padding-top: 10px;
	border-bottom: 1px solid #eaeaea;
	padding-right: 10px;
	padding-left: 40px;
	display: flex;
	align-items: center;
}
.review_top .image{
	margin-left: auto;
	width: 85px;
	height: 85px;
	object-fit: cover;
	border:1px solid #fdfdfd;
	margin-bottom: -1px;
}
.review_top .image img{
	display: block;
}
.review_top .name{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	color:#1a1e34;

}
.review_text{
	padding:10px 30px 0 40px;
	font-size: 15px;
	line-height: 24px;
	color:#666666;
}
.reviews{
	padding-bottom: 60px;
}
.ask{
	padding:45px 0 70px 0;
	background: url(../images/ask_bg.jpg) no-repeat center;
	background-size: cover;
}
.ask_title{
	margin-bottom: 40px;
	text-align: center;
	color:white;
	font-size: 40px;
	font-weight: 900;
}
.ask_text{
	color:white;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	margin-bottom: 65px;
}
.input{
	display: block;
	width: 100%;
	height: 40px;
	border:none;
	outline:none;
	border-bottom: 1px solid white;
	font-style: italic;
	font:16px 'Roboto', sans-serif;
	margin-bottom: 55px;
	font-weight: 500;
	font-style: italic;
	background: none;
	color:white;
}
textarea.input{
	height: 200px;
	padding-bottom: 15px;
}
input::-moz-placeholder {color: white;}
.input::-webkit-input-placeholder { color: white; }
.input:-ms-input-placeholder { color: white; }
.input::-ms-input-placeholder { color: white; }
.input::placeholder { color: white; } 
input.button{
	border:none;
	outline:none;
	cursor: pointer;
	width: 180px;
	margin-top: 35px;
}
.thanks_text{
	font-size: 22px;
	text-align: center;
	white-space: nowrap;
	padding:0 15px;
}
.fancybox-skin{
	background: white;
	border-radius: 10px;
	
}
.fancybox-inner{
	display: flex;
	align-items: center;
}

