*{
	margin: 0;
}
body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Press Start 2P', cursive;
	background: #2f2f78;
	line-height: 1.5;
}
/*Голова*/
header{
	background: url(images/gif/pixel-art-view-city.gif) no-repeat center center fixed;
	background-size: cover;
	width: 100%;
	height: 968px;
}
header::after{
	content: '';
    display: block;
    width: 100%;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.35;
}
.menu{
	width: 100%;
	height: 100px;
	z-index: 1;
	position: relative;
}
.menu-ul{
	list-style: none;
	float: right;
	margin-right: 8%;
}
.menu-li{
	padding: 0 15px;
	display: inline-block;
	line-height: 100px;
}
.menu-a{
	font-size: 20px;
	text-decoration: none;
	color: white;
}
.menu-a:hover{
	color: #00c3ff;
}
/*Тело*/
.main{
	width: 100%;
	height: 1000px;
	background: #2f2f78;
}
.header, .header-1{
	width: 50%;
	margin: 0 auto;
	text-align: center;
	height: 100px;
	padding: 50px 0 0 0;
	margin-top: 20px;
}
.header{
	background-color: #1c1c78;
}
.header-1{
	background-color: #ed704f45;
}
#header{
	font-size: 30px;
	color: white;
}
/*Тело-контент*/
.content{
	width: 90%;
	height: 70%;
	margin: 0 auto;
	margin-top: 50px;
	padding: 22px;
	background: url(images/content/1479097831197165651.png) no-repeat center center;
	background-size: cover;
	text-align: center;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}
.content-1, .content-2, .content-3, .content-4{
	width: 18%;
	height: 100%;
	background: #272787;
	display: inline-block;
	margin-right: 20px;
	text-align: center;
	border-radius: 250px 250px 0 0;
	margin: 0 0 50px 50px;
}
/*контент-img*/
.content-img-img{
	width: 100%;
	border-radius: 250px;
	height: 300px;
}
/*контент-text*/
.content-text{
	width: 100%;
	height: 40%;
	margin-bottom: 15%;
}
.content-text-p-p{
	text-align: left;
	padding: 12px;
	background-color: #17a7c6b0;
	border-radius: 20px;
	height: 80%;
	width: 75%;
	margin: 0 auto;
}
.p-content-text-p{
	color: #ffffff;
}
.p{
	top: 40%;
	text-align: center;
	z-index: 1;
	position: relative;
	padding: 12px;
}
.p-content-text, .p-content-text-p{
	padding: 0 12px 4px 2px;
	font-size: 11px;
}
.p-content{
	padding: 12px;
	font-size: 18px;
	color: #00ffffbd;
}
.p-content-a{
	color: #00ffffbd;
}
.p-content-a:hover{
	color: #ffffff;
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
}
p{
	font-size: 50px;
	margin-bottom: 0;
}
/*контент-a*/
.content-a{
	width: 60%;
	height: 8%;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
}
a{
	text-decoration: none;
}
.content-a-a{
	background-color: #1c1c78;
	display: inline-block;
	color: #17a7c6;
	border: 1px solid black;
	padding: 2px 22px 2px 22px;
}
.content-a-a:hover{
	background-color: #0f0f32;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
/*Тело-2*/
.square{
	width: 100%;
	height: 1000px;
	background: url(images/gif/1507865469_ae78df1ec46fe622dd0d3de6907fbe74.gif) no-repeat center center;
	background-size: cover;
 	border-top: 1px solid #ab93c9;
}
.block{
	width: 80%;
	height: 80%;
	padding: 22px;
	margin: 0 auto;
	text-align: center;
	padding-top: 150px;
}
.block-block-block{
	display: inline-flex;
	width: 32%;
	height: 75%;
}
.block-block{
	width: 100%;
	height: 100%;
}
.block-img{
	width: 100%;
	height: 70%;
}
.block-img-img{
	width: 80%;
	border-radius: 220px;
	height: 400px;
}
.block-text{
	text-align: center;
	width: 60%;
	height: 30%;
	margin: 0 auto;
}
.block-text-p{
	font-size: 20px;
	color: #ffffff;
}
.block-text-p-2{
	font-size: 12px;
	color: #00ffff;
}
.block-text-p, .block-text-p-2{
	padding: 6px;
}
/*Подвал*/
footer{
	width: 100%;
	height: 100%;
}
.footer-1{
	width: 100%;
	height: 300px;
	background-color: #0f0f32;
}
.footer-h1{
	float: left;
	font-size: 30px;
	padding-left: 2%;
	padding-top: 1%;
}
#pc{
	border-bottom: 1px solid #edeef0;
}
#PC-News{
	font-size: 40px;
}
.about{
	width: 10%;
	height: auto;
	float: left;
	margin-left: 6%;
	margin-top: 3%;
}
.h2{
	color: white;
	font-size: 18px; 
}
.foter-foter-ul{
	list-style: none;
	text-align: left;
	padding-left: 8%;
}
.foter-foter-a{
	color: #3a3f47;
}
.foter-foter-a:hover{
	color: #edeef0;
}
.foter-foter-li{
	padding: 6px;
	font-size: 12px;
}

/*Оптимизация*/
@media screen and (max-width: 1768px){
	header{
		height: 900px;
	}
	.menu-a{
		font-size: 18px;
	}
	.menu-li{
		padding: 0 14px;
    	display: inline-block;
    	line-height: 90px;
	}
	p{
		font-size: 45px;
	}
	.p{
		top: 35%;
	}
	#header{
		font-size: 22px;
	}
	.block-img-img{
		height: 350px;
	}
	.block-text-p{
		font-size: 19px;
	}
	.square{
		height: 880px;
	}
	.block-block-block{
		height: 82%;
	}
	.block{
		padding-top: 50px;
	}
	.header, .header-1 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    height: 70px;
    padding: 40px 0 0 0;
    margin-top: 20px;
	}
	.main{
	height: 900px;
	}
	.content-img-img {
    width: 100%;
    border-radius: 250px;
    height: 270px;
	}
	.p-content {
    padding: 12px;
    font-size: 17px;
    color: #00ffffbd;
	}
	.p-content-text, .p-content-text-p {
    padding: 0 12px 4px 2px;
    font-size: 10px; 
	}
	.content-a-a{
	padding: 1px 11px 1px 11px;
	}
	.content-a {
    width: 60%;
    height: 8%;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
	}
	#PC-News {
    font-size: 30px;
	}
	.h2 {
    color: white;
    font-size: 18px;
	}
	.foter-foter-li {
    padding: 6px;
    font-size: 11px;
	}
	.footer-1 {
    width: 100%;
    height: 260px;
    background-color: #0f0f32;
	}
	.menu-ul {
    list-style: none;
    float: right;
    margin-right: 7%;
	}
}
@media screen and (max-width: 1366px){
	header{
		height: 656px;
	}
	.menu-a{
		font-size: 15px;
	}
	.menu-li{
		padding: 0 10px;
	}
	p{
		font-size: 40px;
	}
	.p{
		top: 35%;
	}
	.menu-li{
		line-height: 70px;
	}
	#header{
		font-size: 22px;
	}
	.block-img-img{
		height: 280px;
	}
	.block-text-p {
    font-size: 15px;
	}
	.block-text-p-2 {
    font-size: 9px;
	}
	.square{
		height: 680px;
	}
	.block-block-block{
		height: 82%;
	}
	.block{
		padding-top: 50px;
	}
	.header, .header-1 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    height: 70px;
    padding: 40px 0 0 0;
    margin-top: 20px;
	}
	.main{
	height: 740px;
	}
	.content-img-img {
    width: 100%;
    border-radius: 250px;
    height: 220px;
	}
	.p-content {
    padding: 12px;
    font-size: 14px;
    color: #00ffffbd;
	}
	.p-content-text, .p-content-text-p {
    padding: 0 12px 4px 2px;
    font-size: 8px; 
	}
	.content-a-a{
	padding: 1px 11px 1px 11px;
	}
	.content-a {
    width: 60%;
    height: 8%;
    line-height: 40px;
    text-align: center;
    margin: 0 auto; 
    font-size: 12px;
	}
	#PC-News {
    font-size: 30px;
	}
	.h2 {
    color: white;
    font-size: 16px;
	}
	.foter-foter-li {
    padding: 6px;
    font-size: 9px;
	}
	.footer-1 {
    width: 100%;
    height: 220px;
    background-color: #0f0f32;
	}
	.menu-ul {
    list-style: none;
    float: right;
    margin-right: 5%;
	}
}