@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400&subset=cyrillic');
* {
	margin: 0;
	padding: 0;
}

html, body {
	height:100%;
	margin: 0;
	padding: 0;
}
.cover {
	width:100%;
	height:100%;
	background: url(bk_02.jpg) no-repeat 50% 50% fixed;
	background-size: cover;
}
.label {
	width:86%;
	height:100%;
	font: 300 96px/96% Source Sans Pro;
	color: #fff;
	text-shadow: 0px 0px 66px rgba(80,70,40,1);
	background-color: rgba(80,70,40,0.5);
	text-align:center;
	padding-left:7%;
	padding-right:7%;

	
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
}
.range {
	width: 200px;
	margin-left:auto;
	margin-right:auto;
	font: 400 21px/90% Source Sans Pro;
	margin-top: 30px;
	border-top: 1px solid rgba(255,255,255,0.5);
	padding-top:20px;
}

.head{
	height: 70px;
	width:100%;
	background-color: rgba(80,70,40,0.9);
	position:fixed;
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.head a{
	margin:15px;
	font: 400 18px/90% Source Sans Pro;
	text-decoration:none;
	font-style: normal;
	color: #ffdd55;
}
.head a:hover{
	color: #fff;
	border-bottom: 1px dotted;
	padding-top:5px;
	padding-bottom:4px;
}
.info a{
	text-decoration:none;
	font-style: normal;
	color: #da0f22;
	border-bottom: 1px dotted;
}


.info {
	font: 400 18px/130% Source Sans Pro;
	width:86%;
	max-width:640px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 80px;
}
.info p{
	margin-bottom:20px;	
}
.bullet,
.dates{
	color:#da0f22;
	margin-right: 10px;	
}
.section {
	text-align: center;
	/*text-transform:uppercase;*/
	font: 400 42px/90% Source Sans Pro;
	letter-spacing:-0.5px;
	color: #928a59;
	margin-bottom:40px;
}
.contacts {
	font: 400 32px/90% Source Sans Pro;
	color: #da0f22;
	margin-top: 10px;
	margin-bottom: 30px;
}
/*.contacts a{
	font-size:24px;
}*/
.lab img{
	width: 26px;
	position:relative;
	top:5px;
	margin-right:15px;
	display: none;
}
#contacts {
	text-align: center !important;
	margin-bottom: 60px !important;
}
#contacts p {
	margin-bottom: 0px;
}
.contact_list{
	display: none;
}
.icons {
	width: 86%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap:wrap;
}

.icon p{
	margin-top:10px;
}
.icon {
	width: 50%;
	background-color: rgba(0,0,0,0);
	text-align:center;
	margin-bottom: 60px;
}
.icon a{
	text-decoration:none;
	font-style: normal;
	font: 400 18px Source Sans Pro;
	color: #aaa;
}

.icon a:hover{
	color: #da0f22;
}

#about:before,
#why:before,
#what:before,
#services:before,
#contacts:before {
	display: block;
	content: "";
	height: 128px;
	margin: -128px 0 0;
}
.brief img{
	height:24px;
	padding-left: 5px;
	padding-right: 5px;
	position:relative;
	top:6px;
}
.brief {
	font: 400 18px/90% Source Sans Pro;
	color: #da0f22;
}

@media screen and (max-width:767px){
	.head {
		display: none;	
	}
	.label {
		font: 300 42px/96% Source Sans Pro;
	}
	.range {
		font: 300 16px/90% Source Sans Pro;
	}
	.section,
	#contacts {
		text-align: left !important;	
	}
	.contacts {
		font-size:24px;
	}
	.info {
		margin-bottom: 60px;	
	}
	.section {
		margin-bottom: 30px;		
	}
	.icons {
		display: none;
	}
	.contact_list{
		display: inherit;
	}
	.lab img{
		display: inline-block;
	}
}