p{
	margin: 0;
}
header{
	position: relative;
	z-index: 1;
	background: url(../images/header_bg.jpg);
	background-size: cover;
	background-position: center;
}
header:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #232323ab;
}
header .container{
	padding: 120px 0 220px;
	text-align: center;
}
header p{
	color: #fff;
}
header p.phone{
	display: inline-block;
	padding: 10px 25px;
	margin-bottom: 35px;
	border: 1px solid #fff;
}
header p.phone a{
	font-size: 30px;
	font-weight: 600;
	color: #fff;
}
header h1{
	margin-bottom: 25px;
	color: #fff;
}
header p.tit{
	font-size: 28px;
	font-weight: 100;
	margin-bottom: 45px;
}
header p.desc{
	font-size: 28px;
	font-weight: 600;
}
.prices{
	padding: 100px 0;
	text-align: center;
}
.prices h2{
	margin-bottom: 35px;
}
.prices table{
	width: 100%;
	max-width: 100%;
	font-size: 20px;
}
.prices table td, .prices table th{
	padding: 10px 25px;
	border: 1px solid #ccc;
	font-weight: 600;
}
.prices table th{
	background: #f9bd15;
}
.prices table th:first-of-type{
	text-align: left;
}
.prices table td:first-of-type{
	text-align: left;
	background: #f1f1f1;
}
.prices .subt{
	margin-top: 15px;
	font-size: 25px;
	font-weight: 600;
	color: #212529;
	text-align: left;
}
.prop{
	padding: 70px 0 100px;
}
.prop h2{
    margin-bottom: 55px;
    text-align: center;
}
.prop img{
	max-width: 100%;
}
.prop .adv{
	display: grid;
    grid-template-columns: 1fr 17fr;
    align-items: center;
    margin-bottom: 20px;
}
.prop .adv p{
	padding: 0 15px;
	font-size: 22px;
	font-weight: 600;
}
.description{
	padding: 70px 0 100px 0;
}
.description h2{
	text-align: center;
	margin-bottom: 55px;
}
.description p{
    font-weight: 600;
    font-size: 20px;
}
.ph img{
	max-width: 100%;
}
.ph .row>div{
	margin-bottom: 35px;
}
footer{
	padding: 50px 0 30px 0;
	background: #2b2b2b;
}
footer .cn{
	display: grid;
	grid-template-columns: 1fr 8fr;
	padding: 15px 25px;
	color: #fff;
	border: 1px solid #7b7b7b;
}
footer .cn div{
	padding-left: 20px;
}
footer .cn img{
	max-width: 100%;
}
footer .cn a{
	color: #ccc;
}
footer p.desc{
	margin-top: 35px;
	margin-bottom: 20px;
	color: #ccc;
}
@media (max-width: 920px){
	header{
		background: url(../images/header_bg_m.jpg);
		background-size: cover;
    	background-position: center;
	}
	header h1{
	    font-size: 25px;
	}
}