@charset "UTF-8";

* 	 { box-sizing: border-box; }
a    { text-decoration: none; color: inherit; transition: all .3s; }
img  { max-width: 100%; height: auto; vertical-align: middle; }
body { padding: 0; margin: 0; }
input,
button,
select,
textarea { outline: none; font-size: inherit; font-family: inherit; }
input {  appearance: none; -webkit-appearance: none; }
main { width: 100%;}
a,
button { transition: all .3s; }
b,
strong { font-weight: 600; }

::-webkit-input-placeholder { color: inherit; }
::-moz-placeholder { color: inherit; }
:-ms-input-placeholder { color: inherit; }
:-moz-placeholder { color: inherit; }

.overflow { overflow: hidden; }


::selection { background: #002345; color: white; }
body { font: 16px 'Jost', sans-serif; color: #002345; line-height: 1.3; }

.container { padding: 0 15px; margin: 0 auto; }
header ul { padding-left: 0; margin: 0; }
header ul li { font-weight: 600; list-style: none; padding: 10px 15px; }
header ul li a { text-decoration: none; color: #002345; }
a.btn,
button.btn { font-weight: 600; font-size: 18px; color: #FFFFFF; padding: 10px 40px; border: 2px solid #1E82EC; background: #1E82EC; border-radius: 8px; }
a.btn:hover,
button.btn:hover { color: #1E82EC; background: #ffffff; }

footer { font-weight: 600; text-align: center; color: #FEFEFE; padding: 20px 0; background: #002345; }
select, option { -webkit-appearance: none; }
::placeholder { color: rgba(0, 35, 69, 0.6) !important; }


@media (max-width: 991px) {
	header { padding: 5px 15px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
	header ul { display: none; padding: 80px 0; position: fixed; top: 0; bottom: 0; left: 0; width: 80%; background: #fff; box-shadow: 0px 24px 30px #b7d4ff; z-index: 100; }
	header ul li { margin: 20px 0; }
	.menu-trigger { z-index: 101; order: 1; }
	.nav-wrap { order: 2; }
	.nav-wrap>select { position: absolute; left: 80px; top: 10px; }
	body>header>a { order: 3; }

}


@media (min-width: 992px) {
	.container { width: 960px; }
	.menu-close,
	.menu-trigger { display: none; }
	header { padding: 15px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
	header ul { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
	header ul li:after { content: ''; display: block; width: 0; height: 2px; background: #002345; transition: width .3s; }
	header ul li:hover:after { width: 100%; }
	.head { font-size: 42px; }
}

@media (min-width: 1200px) {
	.container { width: 1200px; }
	header { padding: 15px 50px; }
	body>header img { width: 210px; }
	.front-white-section { margin: 90px 0; }
	.front-blue-section { margin: 90px 0; padding: 60px 0; }
	.front-skyblue-section { margin: 90px 0; padding: 60px 0; }
	.head { font-size: 48px; }
	footer { font-size: 18px; }
}

@media (min-width: 1700px) {
	body { font-size: 18px; }
	header { padding: 15px 100px; }
	header ul li { padding: 10px 30px; }
	.front-white-section { margin: 120px 0; }
	.front-blue-section { margin: 120px 0; padding: 80px 0; }
	.front-skyblue-section { margin: 120px 0; padding: 80px 0; }
	.front-hero-section { padding: 120px 150px; margin: 60px 0; }
	.roadmap-wrap h3 { font-size: 21px; }
	.events-wrap div>a h3 { font-size: 21px; }
	.learning-wrap h3 { font-size: 18px; }
	.learning-wrap p>strong,
	.learning-wrap p>b { font-size: 21px; }
	.partners-wrap div>a { width: calc(20% - 30px); }
}

.social-wrap { padding-top: 40px; padding-bottom: 60px; }
.social-wrap a svg { fill: #fff; width: 40px; height: 40px; margin: 0 10px; transition: all .3s; }
.social-wrap a:hover svg { fill: #1E82EC; }
.contacts a { display: inline-block; font-weight: 600; font-size: 18px; text-transform: uppercase; margin-bottom: 40px; }
.contacts a:hover { color: #1E82EC; }

@media (min-width: 992px) {
	.social-wrap { padding-top: 60px; padding-bottom: 80px; }
}

.secondary-page {
	margin-bottom: 80px;
}
