* {
	text-decoration: none;  /*убираем стили у текста*/
	padding: 0;
	margin: 0;
}

body {
	color: #9b9b9d;
	font-family: 'Ubuntu',Arial, sans-serif;
	text-decoration: none;
	font-size: 16px;
	background: #111214;
	margin: 0;
}

.wrapper {
	max-width:1100px;
	margin: 0 auto;
}



header {

	position: absolute;
	top: 72px;
	left: 0;
	right: 0;
	z-index: 99;
}

.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
} 


.logo a {
	display:flex;
	align-items: center; /*выравнивание по вертикали*/
	justify-content: center; /*выравнивание по горизонтали*/
	background: no-repeat center top; 
	color: #fff;
	font-family: 'Caesar Dressing', cursive, sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
}

.logo img {
	margin-top: 8px;
	width: 320px;
	height: 60px;
}

.menu {
	list-style: none;
	display: flex;

}

.menu_item {
	margin-top: 28px;
	margin-left: 40px;
	position: relative;
}



.menu_item:last-child:after {
	display: none;
}

.menu_link {
	color: #a8a8aa;
	font-family: 'Ubuntu', Arial, sans-serif, cursive, sans-serif;
	font-size: 18px;
	font-weight: 100;
	line-height: 21px;
	white-space: nowrap;
	text-transform: none;
}
.menu_link:hover {
	color: #fff;
}

.banner {
	background: url("../img/fon_all_o.jpg") no-repeat center top; 
	padding-top: 550px;
	padding-bottom: 0px;	
	text-align: left;
}

h1 {
	color: rgba(240,250,250,0.9);
	font-size: 82px;
	font-weight: bold;
	line-height: 62px; /*интерлиньяж*/
	text-transform: uppercase;
	letter-spacing: 2px; /*кернинг*/
	background: rgba(220,250,250,0.3);
	padding-top: 8px;
	
}

h1 .lg {
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	line-height: 50px;
	text-transform: uppercase;
	display: block;
	letter-spacing: 3px;
}

h2 {
	color: #eacfb4;
	font-size: 42px;
	font-weight: 200;
	line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 50px; /*отступ для кнопки*/
}

.btn {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	padding: 20px 32px 0px;
	border: 2px solid rgba(220,250,250,0.3);
	background-color: transparent;
	color: rgba(240,250,250,0.8);
	font-family: "Open Sans", Arial, sans-serif; /*для кнопок надо прописывать стили по-новой*/
	font-size: 20px;
	font-weight: 500;
	line-height: 20px; /*интерлиньяж*/
	text-transform: uppercase;
	letter-spacing: 0px; /*кернинг*/
	text-decoration: none;
	background: rgba(220,250,250,0.2);

}
.seredina{
	padding-top: 39px;
	max-width:1100px;
	margin: 0 auto;
}

.zag_h2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 38%
}

.zag_ser {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.iconki_01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
}

.wrapper_01 {
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 30px;
}


.iconki_02 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
	padding-bottom: 50px: 
}

.iconka img {
	width: 350px;
}

.p1	{
	padding-left: 25px;
	font-family: "Open Sans", Arial, sans-serif; /*для кнопок надо прописывать стили по-новой*/
	font-size: 14px;
	font-weight: 600;
	line-height: 20px; /*интерлиньяж*/
	
	letter-spacing: 0px; /*кернинг*/
	text-decoration: none;
	color: #eacfb4;
}

.p2	{
	padding-left: 25px;
	font-family: "Open Sans", Arial, sans-serif; /*для кнопок надо прописывать стили по-новой*/
	font-size: 14px;
	font-weight: 600;
	line-height: 20px; /*интерлиньяж*/
	letter-spacing: 0px; /*кернинг*/
	text-decoration: none;
	color: #d7d7db;
}


footer {
	max-width:1500px;
	margin: 0 auto;
}

.solid {
	height: 120px;
	background-color: #1e1e27;
	margin-top: 100px;
}

.wrapper_03 {
	max-width:1100px;
	min-width: 300px;
	margin: 0 auto;
}

.iconki_03 {
	padding-top: 28px;
	max-width: 1100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.iconka_04 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.iconka_05 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.iconka_04 img{
	height: 50px;
}

.iconka_05 img{
	height: 34px;
}

.grup {
	display: flex;
	align-items: center;
	margin-left: 60px;
	width: 34%; 
}

.grup_0 {
	display: flex;
	align-items: center;
	width: 33%; 
	
}