*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@font-face {
  font-family: 'DINCondensedC';
  src: url('../fonts/DINCondensedC.eot');
}

.clear{
	clear: both;
	display: none;
}

body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	position: relative;
}

.first{
	background-image: url(../img/bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 100vh;
	min-height: 768px;
}

header{
	background-color: rgba(68,136,0,.7);
	min-height: 86px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}

header .logo{
	line-height: 86px;
	float: left;
}

header nav{
	float: right;
}

header nav ul li{
	display: inline-block;
	line-height: 86px;
	font-size: 14px;
	margin-left: 36px;
}

header nav ul li a{
	color: #fff;
}

header nav ul li a:hover{
	color: #fff;
	text-decoration: underline;
}

.menu_wrap{
	display: none;
	float: right;
	margin-top: 28px;
}

.menu_wrap span{
	width: 50px;
	height: 6px;
	border-radius: 10px;
	background-color: #fff;
	display: block;
	margin-bottom: 8px;
}

.first .mt_wrap{
	color: #fff;
	text-align: center;
	padding-top: 166px;
}

.first .main_text p{
	text-transform: uppercase;
	font-size: 36px;
	text-align: center;
	color: #fff;
	line-height: 2;
}

.first .main_text p span{
	text-transform: none;
}

.first .main_desc{
	font-size: 22px;
	margin-top: 60px;
}

.first .main_bottom{
	text-align: center;
	margin-top: 60px;
}

.first .main_bottom a.order{
	line-height: 42px;
	background-color: rgba(68,136,0,.7);
	width: 209px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	transition: all .5s ease;
}

.first .main_bottom a.order:hover{
	text-decoration: none;
	background-color: rgba(68,136,0,1);
}

.first .main_bottom img{
	display: block;
	margin: 60px auto 0;
	cursor: pointer;
}

.second{
	padding: 60px 0;
	text-align: center;
}

.second h2{
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #717171;
	margin-bottom: 60px;
}

.second .secon_item_wrap{
	text-align: center;
}

.second .secon_item_wrap img{
	width: 300px;
	height: auto;

}

.second .secon_item_wrap p{
	font-size: 18px;
	font-weight: bold;
}

.second a.show_all{
	color: #fff;
	background-color: #77a24c;
	border-radius: 8px;
	width: 350px;
	line-height: 50px;
	display: inline-block;
	margin-top: 40px;
}

.third{
	padding: 60px 0;
	background-color: #e6e6e6;
	color: #595959;
}

.third h2{
	color: #353535;
	text-align: center;
	font-weight: bold;
	margin-bottom: 60px;
}

.third img{
	display: block;
	float: left;
	margin-right: 30px;
}

.third p{
	font-size: 17px;
}

.third span{
	margin-bottom: 14px;
	display: inline-block;
	font-size: 24px;
}

.third .th_wrap{
	margin-bottom: 40px;
}

.fourth{
	padding: 40px 0;
}

.fourth h2{
	color: #353535;
	text-align: center;
	margin-bottom: 40px;

}

.fourth h3{
	font-size: 22px;
	color: #535353;
	margin-bottom: 20px;
}

.fourth p{
	font-size: 16px;
	color: #878787;
}

.fourth .f_item{
	margin-bottom: 30px;
}

.fivth{
	background-color: #3b3b3b;
	color: #fff;
	padding: 50px 0;
	text-align: center;
}

.fivth h2{
	font-size: 40px;
	font-weight: bold;
}

.fivth h3{
	font-size: 36px;
	font-weight: bold;
}

.fivth .social{
	text-align: center;
}

.fivth .social a{
	display: inline-block;
	margin: 20px 30px;
}

.fivth p{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-top: 30px;
}

footer p{
	color: #4c4c4c;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	display: block;
	margin: 6px 0;
}


table.alignleft{
    border-color: transparent;
    color: #777;
    font-size: 16px;
}


.dm-modal h4{
	font-size: 20px;
}

table.alignleft p{
	font-size: 16px;
}





@media screen and (max-height: 1200px){
	header nav ul li{
		margin-left: 16px;
	}
}

@media screen and (max-width: 993px){
	.menu_wrap{
		display: block;
	}

	.clear{
		display: block;
	}

	header{
		background-color: rgba(68,136,0,1);
	}

	header nav{
		display: none;
		float: none;
	}

	header nav ul li{
		display: block;
		margin: 14px auto;
		text-align: center;
		line-height: 2;
	}
}

@media screen and (max-width: 769px){
	.fivth h2{
		font-size: 28px;
	}

	.fivth h3{
		font-size: 24px;
	}
}

@media screen and (max-width: 545px){
	.first{
		height: auto;
		padding-bottom: 40px;
	}

	header .logo{
		max-width: calc(100% - 90px);
	}

	header .logo a, header .logo a img{
		width: 100%;
	}

	.menu_wrap{
		margin-top: 32px;
	}

	.menu_wrap span{
		width: 38px;
		height: 5px;
		margin-bottom: 6px;
	}

	.first .mt_wrap{
		padding-top: 90px;
	}

	.first .main_text p{
		font-size: 24px;
		line-height: 1.5;
	}

	.first .main_desc{
		margin-top: 30px;
	}

	.first .main_bottom img{
		margin: 34px auto 0
	}

	.third .th_wrap{
		text-align: center;
	}

	.third .th_wrap img{
		float: none;
		display: block;
		margin: 0 auto;
	}

	.second a.show_all{
		width: 100%;
	}

	.second .secon_item_wrap img{
		margin-bottom: 0;
	}

	.fivth .social a{
		margin: 20px 0;
		width: 35%;
	}

	.fivth h2{
		font-size: 18px;
	}

	.fivth h3{
		font-size: 18px;
	}
}
/* Стили модального окна и содержания 
-------------------------------------------------------------------------------*/
table.alignleft{
    border-color: transparent;
    color: #777;
    font-size: 12px;
}

.col-sm-4:hover{border: 1px solid rgb(234, 234, 234);
box-shadow: 9px 7px 7px -5px rgb(134, 134, 134);
-webkit-box-shadow: 9px 7px 7px -5px #5b5b5b;}

.dm-modal h4{
	font-size: 20px;
}

table.alignleft p{
	font-size: 12px;
	font-weight: bold;
text-align: left;

}

table.alignleft td {
    border: none;
}

.close {
    top: -530px;
    float: right;
    width: 30px;
    height: 30px;
    color: #cfd8dc;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    cursor: pointer;
	z-index: 999999999;
position: relative;
}
.close:after {
    display: block;
    border: 2px solid #cfd8dc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: 'X';
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
/* кнопка закрытия при наведении */

.close:hover:after {
    border-color: #fff;
    color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
