.header{
	position:fixed;
	top: 0px;
	left: 0px;
	width: 90%;
	height: 50px
	/*padding: 20px;*/
	color: #ffffff;
	background-color: #666666;
	/*border-style: solid;
	border-width: 2px;
	border-color: #000000;#08088A*/
	background: linear-gradient(to bottom, #0B0B61, #086A87);
	
	/*margin-right: 5%;*/
}

.img_header2{
	float: right; /* Выравнивание по правому краю */
	margin: 10px;
    /*margin: 0 0 5px 5px;*/
	/*text-align: right;*/
}

.hr_1{
	/*margin-top: 100%;*/
	border: none; /* Убираем границу */
	background-color: #08088A; /* Цвет линии */
	color: #08088A; /* Цвет линии для IE6-7 */
	height: 2px; /* Толщина линии */
}

.hr_lite{
	/*margin-top: 100%;*/
	border: none; /* Убираем границу */
	background-color: #08088A; /* Цвет линии */
	color: #08088A; /* Цвет линии для IE6-7 */
	height: 2px; /* Толщина линии */
	margin-top: 13%;
}

.hr_2{
	border: none; 
	background-color: #ffffff;
	color: #ffffff; 
	height: 2px; 
	width: 90%;
}

.hr_3{
	/*margin-top: 100%;*/
	border: none; /* Убираем границу */
	background-color: #01A9DB; /* Цвет линии */
	color: #08088A; /* Цвет линии для IE6-7 */
	height: 2px; /* Толщина линии */
}

body{
	top: 0px;
	left: 0px;
	/*width: 100%; если убрать, то перестанет работать в огонь-лисе
	height: 100%;*/
	/*border: 0px;*/
	/*background: linear-gradient(to bottom, #2E64FE, #01A9DB);*/
	/*background: -moz-linear-gradient(to bottom, #2E64FE, #01A9DB);*/
	/*background: url(back.png);*/
	background-image: url("back.png");
	background-size: cover;
}	

.element{
	margin-left: 6%;
	margin-right: 2%;
	margin-top: 3%;
	width: 200px; 
	height: 150px;
	/*background: linear-gradient(to bottom right, #0431B4, #0489B1);*/
    border: 3px solid #fff; /* Белая рамка #0101DF*/
    border-radius: 10px; /* Радиус скругления #045FB4 #2E9AFE */
    display: inline-block;
	/*padding: 20px;*/
	color: #ffffff;
	text-align: center;
	/*font-size: smaller;*/
	/*word-wrap: break-word;*/
	font-family: 'Roboto Condensed', sans-serif;
	font-family: 'Archivo Black', sans-serif;
	font-weight:bold;
	font-size:16px;
}

.element_lite{
	margin-left: 6%;
	margin-right: 2%;
	margin-top: 3%;
	width: 300px; 
	height: 250px;
	/*background: linear-gradient(to bottom right, #0431B4, #0489B1);*/
    border: 3px solid #fff; /* Белая рамка #0101DF*/
    border-radius: 10px; /* Радиус скругления #045FB4 #2E9AFE */
    display: inline-block;
	/*padding: 20px;*/
	color: #ffffff;
	text-align: center;
	/*font-size: smaller;*/
	/*word-wrap: break-word;*/
	font-family: 'Roboto Condensed', sans-serif;
	font-family: 'Archivo Black', sans-serif;
	font-weight:bold;
	font-size:26px;
}

.element1{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 3%;
	width: 280px; 
	height: 150px;
	/*background: linear-gradient(to bottom right, #0431B4, #0489B1);*/
    border: 3px solid #fff; /* Белая рамка #0101DF*/
    border-radius: 10px; /* Радиус скругления #045FB4 #2E9AFE */
    display: inline-block;
	/*padding: 20px;*/
	color: #ffffff;
	text-align: center;
	/*font-size: smaller;*/
	/*word-wrap: break-word;*/
	font-family: 'Roboto Condensed', sans-serif;
	font-family: 'Archivo Black', sans-serif;
	font-weight:bold;
	font-size:16px;
}

.element a{
	display: block; /* Ссылка как блочный элемент */
    text-align: center; /* Выравнивание по центру */
    height: 100%;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

.element1 a{
	display: block; /* Ссылка как блочный элемент */
    text-align: center; /* Выравнивание по центру */
    height: 100%;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

.element_lite a{
	display: block; /* Ссылка как блочный элемент */
    text-align: center; /* Выравнивание по центру */
    height: 100%;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

p1{
	max-width: 100%;
    font-size: auto;
}

.img_elemet{
	margin: 10px;
	width: 70px; 
	height: 70px;
}

.img_elemet1{
	margin: 10px;
	width: 80px; 
	height: 70px;
}

.img_elemet_lite{
	margin: 10px;
	width: 120px; 
	height: 120px;
}

.podval{
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
}

.img_podval{
	float:left; /* Выравнивание по левому краю */
    margin: 2px 6px 6px 0; /* Отступы вокруг картинки */
	width: 80px; 
	height: 80px;
}

footer{
	text-align: left;
}

.img_header{
	/*float: left;
	clear: right;
	text-align: left;*/
}

.cen{
	border: 0px;
	text-align: center;
}