* {
	margin: 0;
	padding: 0;
}
input, textarea, button {
	outline: none;
}
body {
	font-family: 'Montserrat', sans-serif;
}
.header {
	width: 100%;
	max-width: 1200px;
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99;
	top: 0;
	background: #fff;
	height: 80px;
	border-radius: 0 0 10px 10px;
}
.head {
	width: 96%;
	float: left;
	margin-left: 2%;
	height: 80px;
	line-height: 80px;
}
.head ul {
	float: left;
	list-style: none;
	margin-left: 40px;
}
.head ul li {
	float: left;
	margin-left: 40px;
}
.head ul li a:hover {
	color: #fe5900;
	transition: 0.3s;
}
.head a {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
.logo {
	max-height: 30px;
	float: left;
	margin-top: 25px;
}
.phone {
	float: right;
	font-weight: 700;
	padding-left: 30px;
	background: url(../img/phone.svg) center left no-repeat;
}
.slider_block {
	background:url(../img/slide.jpg) center no-repeat;
	background-size: cover;
	width: 100%;
	float: left;
	height: 600px;
}
.slider {
	width: 100%;
	height: 520px;
	margin-top: 80px;
	display: table;
}
.slider_text {
	width: 100%;
	height: 520px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
.slider_text h1 {
	font-weight: 800;
	font-size: 50px;
}
.slider_text h4 {
	font-size: 30px;
	font-weight: 300;
}
.slider_text span {
	font-size: 35px;
	letter-spacing: 10px;
	color: #fe5900;
	font-weight: 800;
}
.wa {
	padding: 15px 20px;
	background: #04B404;
	border-radius: 4px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
.phonee {
	padding: 15px 20px;
	background: #088A29;
	border-radius: 4px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
.slider_text a {
	float: none;
	display: inline-block;
	margin-bottom: 30px;
}
.services_main_block {
	width: 100%;
	float: left;
	margin: 50px 0;
}
.services_block {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.services {
	width: 92%;
	float: left;
	margin-left: 2%;
	padding: 2%;
	background: #fff;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	box-shadow: 0 15px 35px rgba(0,0,0,.1);
	border-radius: 10px;
}
.preim_main_block {
	width: 100%;
	float: left;
	background:#222;
	color: #fff;
	padding: 50px 0;
}
.preim_main {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.preim_block {
	width: 96%;
	float: left;
	margin-left: 2%;
	text-align: center;
}
.preim_zag {
	width: 100%;
	float: left;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 50px;
}
.preims {
	width: 100%;
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.pr {
	width: 250px;
	padding: 0 10px;
	font-size: 15px;
	color: #999;
	line-height: 25px;
}
.pr b {
	font-size: 17px;
	color: #fff;
}
.pr img {
	margin-bottom: 10px;
	transition: 0.3s;
}
.pr:hover img {
	transform: scale(1.2);
	transition: 0.3s;
}
.about_main_block {
	width: 100%;
	float: left;
	margin-top: 50px;
	height: 400px;
}
.about_row_1 {
	width: 50%;
	float: left;
	background: url(../img/about.jpg) center no-repeat;
	background-size: cover;
	height: 400px;
}
.about_row_2 {
	width: 50%;
	float: left;
	background: #f7f7f7;
	height: 400px;
}
.about_text_block {
	width: 100%;
	max-width: 600px;
	float: left;
}
.about_text {
	width: 92%;
	margin-left: 4%;
	float: left;
}
.about_text h1 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.ab_text_1 {
	width: 100%;
	height: 400px;
	display: table;
}
.ab_text_2 {
	width: 100%;
	height: 400px;
	display: table-cell;
	vertical-align: middle;
}
.ab_text_2 span {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
}
.ab_text_2 p {
	font-size: 15px;
	line-height: 25px;
	margin-top: 15px;
}
.contacts_main_block {
	width: 100%;
	float: left;
	margin-top: 50px;
	height: 450px;
}
.contacts_main {
	position: absolute;
	z-index: 99;
	width: 50%;
	height: 350px;
	margin-top: 50px;
}
.contacts_block {
	width: 100%;
	max-width: 600px;
	height: 350px;
	float: right;
	text-align: center;
	background: #fff;
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	border-radius: 10px;
}
.cont_1 {
	width: 100%;
	height: 350px;
	display: table;
}
.cont_1 h1 {
	margin-bottom: 30px;
	font-size: 30px;
}
.cont_2 {
	width: 100%;
	height: 350px;
	display: table-cell;
	vertical-align: middle;
	line-height: 40px;
}
.cont_2 a:hover {
	color: #fe5900;
}
.phone2 {
	color: #000;
	text-decoration: none;
	font-size: 20px;
	padding-left: 35px;
	background: url(../img/phone.svg) center left no-repeat;
}
.mail {
	color: #000;
	text-decoration: none;
	font-size: 20px;
	padding-left: 35px;
	background: url(../img/mail.svg) center left no-repeat;
}
.location {
	color: #000;
	text-decoration: none;
	font-size: 20px;
	padding-left: 35px;
	background: url(../img/pin.svg) center left no-repeat;
}
#home {
	width: 100%;
	height: 1px;
	position: absolute;
}
.waa, .pho {
	display: none;
}
@media screen and (max-width:768px){
	.waa {
		width: 50px;
		height: 50px;
		border-radius: 50px;
		background: url(../img/whatsapp.svg) center no-repeat;
		background-size: 50px;
		position: fixed;
		z-index: 100;
		left: 15px;
		bottom: 15px;
		display: block;
		box-shadow: 0 15px 35px rgba(0,0,0,.1);
	}
	.pho {
		width: 50px;
		height: 50px;
		border-radius: 40px;
		background: url(../img/contact.svg) center no-repeat;
		background-size: 50px;
		position: fixed;
		z-index: 100;
		right: 15px;
		bottom: 15px;
		display: block;
		box-shadow: 0 15px 35px rgba(0,0,0,.1);
	}
	.head ul {
		display: none;
	}
	.phone {
		display: none;
	}
	.head {
		text-align: center;
	}
	.logo {
		float: none;
	}
	.slider_text h1 {
		font-size: 35px;
	}
	.preims {
		width: 100%;
		float: left;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.pr {
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.about_main_block {
		height: auto;
	}
	.about_row_1, .about_row_2 {
		width: 100%;
	}
	.about_row_2, .about_text, .ab_text_1, .ab_text_1 {
		height: auto;
	}
	.ss {
		display: none;
	}
	.contacts_main_block, .contacts_main, .contacts_block, .cont_1, .cont_2 {
		width: 100%;
		height: auto;
		box-shadow: 0;
		margin:25px 0;
	}
	.cont_2 {
		font-weight: 400;
	}
}