
/*
 Заголовки
*/



/*
 Меню
*/



/*
 Списки
*/



/*
 Формы
*/



/*
 Логотипы
*/



/*
 Прочее
*/

a{
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}


/*
 Обертка
*/

body{
	background: url("../images/bg.jpg") no-repeat 50% 0;
}

.b-env{
	width: 1215px;
	margin: 0 auto;
}

/*
 Шапка
*/

.b-header{
	height: 123px;
	border-top: 12px solid #323339;
}

.b-logo{
	float: left;
	width: 561px;
	height: 75px;
	margin: 19px 0 0 0;
	background: url("../images/logo.svg") no-repeat left center;
}

/*
 Блок контента
*/

.b-content{
	position: relative;
	height: 765px;
	background: url("../images/bg-eagle.jpg") no-repeat right top;
	border-left: 30px solid #d7002e;
}

.b-slogan-1, .b-slogan-2, .b-slogan-3{
	position: absolute;
	left: 35px;
	white-space: nowrap;
}

.b-slogan-1{
	top: 65px;
}

.b-slogan-1, .b-slogan-1 *{
	font: 700 30px/40px "Lato";
	color: #d7002e;
}

.b-slogan-2{
	bottom: 235px;
}

.b-slogan-2, .b-slogan-2 *{
	font: 700 24px/32px "Lato";
	color: #fafafa;
}

.b-slogan-3{
	bottom: 80px;
}

.b-slogan-3, .b-slogan-3 *{
	font: 400 18px/24px "Lato";
	color: #fff;
}


/*
 Подвальчег
*/

.b-footer{
	min-height: 500px;
}

.b-footer-name{
	margin: 60px 0 0 30px;
	font: 700 22px/30px "Lato";
	color: #d7002e;
}

.b-contact{
	margin: 5px 0 0 30px;
	font: 400 16px/21px "Lato";
	color: #666;
}

.b-contact a{
	color: #d7002e;
}

.b-copy{
	margin: 120px 0 0 12px;
	font: 400 16px/21px "Lato";
	color: #443d4a;
}







