* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
}

*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

html,
body {
	height: 100%;
	font-family: "Montserrat", sans-serif;
}

.header-wp {
	width: 100%;
	height: 90px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	position: fixed;
	z-index: 20;
}

header {
	width: 1100px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

a.logo {
	height: 60px;
	width: 270px;
	display: block;
	background-image: url(../img/logo.svg);
	background-size: cover;
	margin-top: 15px;
}

nav {
	height: inherit;
	font-weight: 600;
}

nav a {
	font-size: 18px;
	color: #1264ff;
	display: inline-block;
	line-height: 90px;
	padding: 0 20px;
	position: relative;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in;
}

nav a.active,
nav a:hover {
	color: #039;
}

nav a.active:after,
nav a:hover:after {
	height: 5px
}

nav a:after {
	position: absolute;
	content: "";
	bottom: 0px;
	width: 80%;
	height: 0;
	border-radius: 4px 4px 0 0;
	background-color: #039;
	left: 10%;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in;
}

.main {
	width: 100%;
	height: 380px;
	background-image: url(../img/poster-about.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 10;
	top: 90px;
	margin-bottom: 90px;
}

.main:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(2, 0, 36);
	background: rgb(0, 51, 153);
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 51, 153, 0.45)), color-stop(50%, rgba(9, 9, 121, 0.6)), to(rgba(0, 51, 153, 0.5)));
	background: linear-gradient(90deg, rgba(0, 51, 153, 0.45) 0%, rgba(9, 9, 121, 0.6) 50%, rgba(0, 51, 153, 0.5) 100%);
}

.main > .content {
	position: absolute;
	z-index: 10;
	width: 1100px;
	margin-left: 50%;
	left: -550px;
	top: 125px;
	color: #f7f7f7;
}

.main > .content h1 {
	font-size: 42px;
	font-weight: 500;
	padding-bottom: 46px;
	text-shadow: 2px 2px 5px #039;
}

.main > .content a {
	color: #1264ff;
	display: block;
	background-color: #f7f7f7;
	width: 280px;
	text-align: center;
	line-height: 61px;
	font-weight: 600;
	-webkit-transition: .12s ease;
	transition: .12s ease;
	border-radius: 5px;

}

.main > .content a:hover {
	background-color: #1264ff;
	color: #f7f7f7;
}

section.content {
	width: 1100px;
	margin: 0 auto;
	padding-top: 70px;
}

section.content p {
	font-size: 18px;
	padding-bottom: 24px;
	line-height: 28px
}

section.content ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 35px;
}

section.content h2 {
	color: #039;
	font-size: 36px;
	font-weight: 400;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 58px;
}

section.content li {
	width: 240px;
	background-color: #e2eeff;
	border-radius: 10px;
	margin-bottom: 40px;
	padding: 25px;
	-webkit-transition: .16s ease-out;
	transition: .16s ease-out;
}

section.content li:hover {
	-webkit-box-shadow: 0 15px 20px -10px rgba(0, 51, 153, 0.3);
	box-shadow: 0 15px 20px -10px rgba(0, 51, 153, 0.3);
}

section.content li > h3 {
	font-weight: 600;
	font-style: italic;
	padding-bottom: 20px;
	color: #039;
}

section.content li > span {
	line-height: 22px;
}

section.content > a {
	display: block;
	background-color: #039;
	;
	width: 300px;
	line-height: 74px;
	margin-bottom: 100px;
	padding-left: 30px;
	color: #f7f7f7;
	text-align: center;
	font-size: 20px;
	border-radius: 5px;
	background-image: url(../img/email.svg);
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: 64px center;
	-webkit-transition: .12s ease;
	transition: .12s ease;
}

section.content > a:hover {
	background-color: #1264ff;
}

.burger {
	width: 60px;
	height: 60px;
	background-image: url(../img/burger.svg);
	background-size: 48px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 14px;
	cursor: pointer;
	display: none;
}

.mob-nav-wp {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
}

.mob-nav {
	width: 400px;
	background-color: #f7f7f7;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-box-shadow: 0 0 80px rgba(34, 34, 34, 0.5);
	box-shadow: 0 0 80px rgba(34, 34, 34, 0.5);
}

.mob-nav > .close {
	width: 60px;
	height: 60px;
	display: block;
	margin: 14px 10px;
	background-image: url(../img/close.svg);
	background-size: 48px;
	background-position: center;
	cursor: pointer;
	margin-bottom: 25px;
}

.mob-nav > a {
	width: 100%;
	color: #039;
	display: block;
	line-height: 80px;
	padding-left: 30px;
	font-size: 20px;
	border-bottom: 1px solid #e1e1e1;
	font-weight: 500;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in;
}

.mob-nav > a:hover {
	padding-left: 40px;
}

.footer-wp {
	width: 100%;
	background-color: #039
}

footer {
	width: 1100px;
	margin: 0 auto;
	padding: 80px 0 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

footer .l-side {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .logo {
	width: 270px;
	height: 60px;
	display: block;
	background-image: url(../img/logo_2.svg);
	background-size: cover;
}

footer .r-side > a {
	color: #f7f7f7;
	font-weight: 500;
	display: block;
	font-size: 18px;
	margin-bottom: 9px;
}

footer .r-side > span {
	color: #f7f7f7;
	padding-top: 4px;
	font-size: 18px;
	display: block
}

@media (max-width:1120px) {

	section.content,
	header,
	footer {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	.main > .content h1 {
		text-align: center
	}

	.main > .content a {
		margin: 0 auto;
	}

	.main > .content {
		width: 100%;
		left: 0;
		margin-left: 0;
		padding: 0;
	}
}

@media (max-width:950px) {
	footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
	}

	footer .l-side {
		display: none;
	}

	footer .r-side {
		width: 100%;
		;
	}

	nav {
		display: none;
	}

	.burger {
		display: block;
	}

	.main > .content {
		padding: 0 30px;
	}
}

@media (max-width:600px) {
	.main > .content {
		top: 100px;
	}

	section.content h2 {
		font-size: 28px;
		line-height: 42px;
		text-align: center;
	}

	section.content p {
		text-align: center;
	}

	section.content > a {
		width: 100%;
	}

	section.content li {
		width: 80%;
	}
}

@media (max-width:450px) {
	.main > .content {
		top: 120px;
	}

	.main > .content h1 {
		font-size: 28px;
	}

	.main > .content a {
		width: 100%;
	}

	a.logo {
		height: 52px;
		width: 235px;
		margin-top: 19px;
	}

	.mob-nav {
		width: 100%;
	}
}
