@font-face{
    font-family: "Lato";
    src:"../font/Lato-Black.ttf";
}

/*Общие настройки*/

* {
	margin: 0;
	padding: 0;
	font-family: Lato;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

hr {
	border: 1px white solid;
	width: 50px;
	margin: 20px auto;
}

.wrap{
    width: 100%;
    height: 100%;
}
header{
	width: 100%;
	height: 800px;
background-image: url(../images/header1.png);
/*   background-color: red; */
	background-size: cover;
	background-position-y: 48%;
	padding-top:20px;
}
.header_top{
	width: 95%;
	margin: 0 auto;
	color: white;
}
.logo{
	font-size: 30px;
	float: left;
}
.header_menu{
	float: right;
}
.header_menu_items{
	float: left;
	padding: 12px;
}
.header_menu_items:hover{
	color:#a2a2a2;
	cursor: pointer;
}
.header_desc{
	float: left;
	width: 100%;
	margin:300px 0px 0px 0px;
}
.header_desc_inner{
	width: 60%;
	margin: 0 auto;
}
.header_desc_left{
	float: left;
	font-size: 50px;
}
.header_desc_right{
	float: right;
	width: 330px;
	text-align: center;
	margin: 20px;
	/*! padding-bottom: 20px; */
}
.header_desc_right_button{
	width: 150px;
	height: 30px;
	border: 2px solid white;
	margin: 30px auto;
}
.header_desc_right_button:hover{
	background-color: black;
	cursor: pointer;
}
.section{
	width: 100%;
	height: 500px;
}
.left_image{
	background-image: url(../images/img1.png); 
	background-size: cover;
	width: 50%;
	height: 100%;
	float: left;
}
.section_right{
	float: right;
	width: 50%;
	text-align: center;
	padding-top:100px;
}
.section_right_inner{
	width: 90%;
	margin: 0 auto;
	
}
.section_right_inner h2{
	width: 350px;
	margin: 0 auto;
	font-size: 30px;
	margin-bottom: 20px;
}
.hr_black{
	border: 1px black solid;
	width: 50px;
	margin: 20px auto;
}
.section_button{
	width: 150px;
	height: 30px;
	border: 2px solid black;
	margin: 30px auto;
	text-align: center;
}
.section_button:hover{
background-color: rgba(0,0,0,0.5);
	cursor: pointer;
}
.section1{
	width: 100%;
	height: 800px;
	background-color: rgba(0,0,0,0.2);
	text-align: center;
}
.section1_inner{
	width: 95%;
	margin:0 auto;
}
.section1_inner img{
	height: 600px;
}
.section1_inner h2{
	text-align: center;
	padding: 30px;
	font-size: 30px;
}
.our{
	width: 200px;
	margin: 30px auto;
	
	text-align: center;
}

.serv_block{
	width: 16.66%;
	height: 250px;
	background-color: #eaeaea;
	float: left;
	text-align: center;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction: column;
	color: white;
	font-size: 25px;
}
.serv_block img{
	width: 50%;
	height: 50%
}

.mobile{
	background-color: #00c59e;
}
.website{
	background-color: #df4343;
}
.identity{
	background-color: #64b341;
}
.brand{
	background-color: #874ab6;
}
.graphic{
	background-color: #ffa200;
}
.motion{
	background-color: #2f84e5;
}
.about{
	float: left;
	/*! background-color: #23252a; */
	width: 100%;
	height: 500px;
	color:white;
	background-image: url(../images/about.png);
}
.about_conteiner{
	width: 95%;
	margin: 0 auto;
}
.about h2{
	text-align: center;
	margin: 20px;
	font-size: 30px;
}
.about p{
	
}
.char{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.char_block{
	width: 300px;
	height: 300px;
	border: 2px solid white;
	text-align: center;
}
.char_block img{
	width:100%;
	height: 200px;
}
.icons{
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.icons img{
	width: 40px;
	height: 40px;
}
.testi{
	float: left;
	width: 100%;
	height: 300px;
}
.testi h2{
	text-align: center;
	margin: 20px;
	font-size: 30px;
}
.testi p{
	width:95%;
	margin: 0 auto;
	text-align: center;
}
.testi_name{
	font-weight: bold;
	font-size: 20px;
	padding-top: 20px;
}
.sub{
	float: left;
	width: 100%;
	height: 350px;
	background-color: #2a63c1;
	color:white;
}
.sub h2{
	text-align: center;
	margin: 20px;
	font-size: 30px;
}

.form{
	width: 300px;
	margin:0 auto;
	text-align:center;
}
.form input{
	width:100%;
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	border: 1px solid white;
	color:white;
}
.form input[type="submit"]{
	background-color: #204b93;
}
.form input[type="submit"]:hover{
	background-color: white;
	color: black;
	cursor: pointer;
}
.form input[type="text"]{
	width:99%;
	background-color: #2a63c1;
}
.sub_icons{
	display: flex;
	align-items: center;
	justify-content: center;
}
.sub_icons img{
	margin: 10px;
}
footer{
	width: 100%;
	float: left;
	height: 50px;
	padding-top:20px;
	background-color: #373c44;
	color: white;
}
.footer_inner{
	width: 90%;
	margin: 0 auto;
}
.footer_menu{
	
}
.footer_menu_items{
	float: left;
}
.footer_menu_items:hover{
	color:#a2a2a2;
	cursor: pointer;
}
.contact{
	float: right;
	width:41%;
}
.email{
	float: left;
}
.number{
	float: right;
}
@media(max-width: 800px){
	.header_desc{
		margin-top: 200px;
	}
	.header_desc_inner{
		display: flex;
		flex-direction: column;
		text-align: left;
	}
	.header_desc_right{
		text-align: left;
		margin: 25px 0px 0px 0px;
		font-size: 20px;
	}
	.header_desc_right_button{
		text-align:center;
	}
	.header_desc_right hr{
		margin: 25px 0px 0px 0px;
	}
	.header_desc_right div{
		margin: 25px 0px 0px 0px;
	}
	.section{
		background-image: url(../images/img1.png);
    background-size: cover;
		display: flex;
		align-items: center;
		justify-content:center;
	}
	.left_image{display: none;}
	.section_right{
		background-color: white;
		padding-top: 10px;
		width: 90%;
		height: 80%;
		font-size: 20px;
	}
	.section_right_inner h2{
		font-size:30px;
	}
	.serv_block {
		width:25%;
		height: 300px;
	}
	.about_conteiner p{
		width: 80%;
			margin:0 auto;
		
	}
	.about{
		height: 900px;
	}
	.char{
		
		flex-wrap: wrap;
		justify-content:center;
		align-items: center;
	}
	.char_block{
		width: 30%;
		margin-right: 40px;
		margin-left: 40px;
		margin-bottom: 40px;
	}
	.footer_inner{
		width: 95%;
	}
	.contact{
		width: 45%;
		font-size: 13px;
	}
	.footer_menu{
		width: 55%;
		font-size: 13px;
	}
	.section1_inner img{
		width: 90%;
		height: 90%;
	}
}
.header_menu_adaptive{
    display: none;
}
.main-item{
	display: none;
}
#radio_adaptive{
display:none;
}
@media(max-width: 320px){
	.header_desc_right{
		width: 100%;
	}
	.header_desc_left{
		font-size: 30px;
		
	}
	.section_right_inner h2{
		width: 100%;
	}
	.header_menu{
		display: none;
	}
	.main-item{
		display: block;
		background-color: white;
		font-size: 60px;
		position: absolute;
		top: 0px;
		right: 0px;
		color: black;
		z-index: 2;
	}
/* 	.main-item:focus ~ .header_menu_adaptive, 
  .main-item:active ~ .header_menu_adaptive, 
	.sub-menu:hover 
		{ 
			 display: block; 
		}  */
	#radio_adaptive:checked~.header_menu_adaptive{
		display: block; 
	}
	.header_menu_adaptive{
		position: absolute;
		top: 0px;
		right: 0px;
		background-color: white;
		color: black;
		width: 150px;
	}
	.header_menu_items{
		
		float: none;
	}
}














