@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto+Condensed:wght@400;700&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, button, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

img, object, embed {
	vertical-align: bottom;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

q:before, q:after {
	content: '';
}

a * {
	cursor: pointer;
}

input,
textarea {
	outline: none;
}

html {
	height: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font: 14px/1.2 "Roboto Condensed", sans-serif;
	height: 100%;
	min-width: 320px;
	position: relative;
	color: #000;
	background: #fff;
}

a {
	color: #2600ff;
	text-decoration: none;
}

input {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}

* {
	outline: none;
}

* {
	box-sizing: border-box;
}

*:before, *:after {
	box-sizing: border-box;
}

* ::-moz-selection {
	background: #2600ff;
	color: #fff;
}

* ::selection {
	background: #2600ff;
	color: #fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #999;
	opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #999;
	opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #999;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input.placeholder, textarea.placeholder {
	color: #999 !important;
}

.wrapper {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 1450px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.header {
	padding: 14px 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
}

.header.second {
	position: relative;
	background-image: url("../images/pic-header.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #ededed;
	margin-bottom: 40px;
	background-size: contain;
}

@media screen and (max-width: 640px) {
	.header.second {
		margin-bottom: 30px;
	}
}

.header .holder {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (min-width: 641px) {
	.header .holder.hide .hamburger:before, .header .holder.hide .hamburger:after,
	.header .holder.hide .hamburger span {
		background-color: #2bb5eb;
	}
	.header .holder.hide .navigation {
		transform: translate3d(0, -100%, 0);
		opacity: 0;
		visibility: hidden;
	}
}

@media screen and (max-width: 640px) {
	.header .holder {
		flex-direction: column;
	}
}

.logo {
	flex-shrink: 0;
	flex-grow: 0;
}

@media screen and (max-width: 640px) {
	.logo {
		margin-bottom: 20px;
	}
}

.navigation {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	transform: translate3d(0, 0, 0);
	opacity: 1;
	margin: -5px -12px;
	visibility: visible;
	transition: transform .3s, opacity .3s, visibility .3s;
}

.navigation .item {
	font-size: 18px;
	font-weight: 700;
	padding: 5px 12px;
}

@media screen and (max-width: 480px) {
	.navigation .item {
		font-size: 16px;
	}
}

@media screen and (max-width: 413px) {
	.navigation .item {
		font-size: 14px;
	}
}

.navigation a {
	color: #000;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.navigation a:hover {
		color: #2bb5eb;
	}
}

.hamburger {
	background: none;
	border: none;
	flex-shrink: 0;
	flex-grow: 0;
	width: 32px;
	height: 24px;
	position: relative;
	cursor: pointer;
}

@media screen and (min-width: 1025px) {
	.hamburger:hover:before, .hamburger:hover:after,
	.hamburger:hover span {
		background-color: #2bb5eb;
	}
}

@media screen and (max-width: 640px) {
	.hamburger {
		display: none;
	}
}

.hamburger:before, .hamburger:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: 4px;
	background-color: #1c1f2d;
	transition: background-color .3s;
}

.hamburger:before {
	top: 0;
}

.hamburger:after {
	bottom: 0;
}

.hamburger span {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate3d(0, -50%, 0);
	height: 4px;
	border-radius: 4px;
	background-color: #1c1f2d;
	transition: background-color .3s;
}

.intro {
	padding: 200px 0 100px;
	position: relative;
}

.intro:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../images/back_picture.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}

.intro > * {
	position: relative;
	z-index: 2;
}

.intro .cols {
	display: flex;
}

@media screen and (max-width: 640px) {
	.intro .cols {
		flex-direction: column;
	}
}

.intro .col {
	width: 50%;
	position: relative;
}

@media screen and (max-width: 640px) {
	.intro .col {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		margin-bottom: 40px;
	}
	.intro .col:last-child {
		margin-bottom: 0;
	}
}

.image {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.headline {
	color: #1c202e;
	font-size: 125px;
	line-height: 1;
	font-family: 'Bebas Neue', cursive;
	display: flex;
	margin-bottom: 75px;
}

@media screen and (max-width: 1366px) {
	.headline {
		font-size: 100px;
	}
}

@media screen and (max-width: 1000px) {
	.headline {
		font-size: 72px;
	}
}

@media screen and (max-width: 860px) {
	.headline {
		font-size: 50px;
	}
}

.headline .title {
	position: relative;
}

.headline .title:before {
	content: "";
	width: 288px;
	height: 288px;
	border-radius: 144px;
	background-color: #fff;
	position: absolute;
	top: -34px;
	left: -58px;
	z-index: -1;
}

@media screen and (max-width: 1366px) {
	.headline .title:before {
		width: 244px;
		height: 244px;
	}
}

@media screen and (max-width: 1000px) {
	.headline .title:before {
		width: 200px;
		height: 200px;
	}
}

@media screen and (max-width: 860px) {
	.headline .title:before {
		width: 150px;
		height: 150px;
	}
}

.headline .title > * {
	position: relative;
}

.headline span {
	color: #2bb5eb;
}

.headline img {
	vertical-align: revert;
	display: inline-block;
}

.button {
	box-shadow: inset 0 0 1px 2px rgba(26, 235, 46, 0.5), -2px 4px 5px 2px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	background-image: linear-gradient(to top, #33a44f 0%, #10ef1e 100%);
	color: #fff;
	padding: 22px;
	font-size: 35px;
	font-family: 'Bebas Neue', cursive;
	border-radius: 15px;
	display: inline-flex;
	vertical-align: top;
	align-items: center;
	transition: box-shadow .4s;
}

@media screen and (min-width: 1025px) {
	.button:hover {
		box-shadow: inset 0 0 1px 2px rgba(26, 235, 46, 0.5), 0 0 1px 1px rgba(0, 0, 0, 0.15);
	}
}

.button svg {
	flex-shrink: 0;
	flex-grow: 0;
	margin-right: 10px;
}

.button span {
	margin-bottom: -8px;
}

.section {
	position: relative;
	z-index: 1;
	max-width: 1230px;
	margin: 0 auto;
	width: 100%;
	padding: 100px 0;
}

@media screen and (max-width: 1000px) {
	.section {
		padding: 50px 0;
	}
}

.section .cols {
	display: flex;
	align-items: center;
	margin: 0 -25px;
}

@media screen and (max-width: 1160px) {
	.section .cols {
		margin: 0 -10px;
	}
}

@media screen and (max-width: 1000px) {
	.section .cols {
		flex-direction: column;
		margin: 0;
	}
}

.section .col {
	padding: 0 25px;
	width: 33.333%;
	display: flex;
}

@media screen and (max-width: 1160px) {
	.section .col {
		padding: 0 10px;
	}
}

@media screen and (max-width: 1000px) {
	.section .col {
		width: 100%;
		padding: 10px 0;
	}
}

.section .col.second .wrap {
	padding: 77px 50px;
	min-height: 588px;
}

@media screen and (max-width: 1000px) {
	.section .col.second .wrap {
		min-height: auto;
		padding: 35px;
	}
}

.section .wrap {
	background: #161e34 url("../images/web.png") no-repeat 0 100%;
	background-size: contain;
	border-radius: 75px 0 75px 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 50px;
	min-height: 534px;
}

@media screen and (max-width: 1000px) {
	.section .wrap {
		min-height: auto;
		margin: 0 auto;
		padding: 35px;
	}
}

.section .title,
.section .desc {
	color: #fff;
	flex-shrink: 0;
	flex-grow: 0;
	text-align: center;
}

.section .title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.section .desc {
	font-size: 16px;
	line-height: 1.2;
	color: #beedff;
	margin-bottom: 20px;
}

.section .bottom {
	flex-shrink: 1;
	flex-grow: 1;
	min-height: 1px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section svg {
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width: 640px) {
	.section svg {
		max-width: 60%;
		height: auto;
	}
}

.content_post {
	color: #000;
	font-size: 16px;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.content_post {
		font-size: 12px;
	}
}

.content_post h2 {
	font-size: 25px;
	margin-bottom: 30px;
}

@media screen and (max-width: 860px) {
	.content_post h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.content_post h2 {
		font-size: 16px;
		margin-bottom: 12px;
	}
}

.content_post .title {
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-family: 'Bebas Neue', cursive;
	font-size: 50px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 30px;
}

@media screen and (max-width: 860px) {
	.content_post .title {
		font-size: 30px;
	}
}

@media screen and (max-width: 640px) {
	.content_post .title {
		font-size: 24px;
		margin-bottom: 15px;
	}
}

.content_post p {
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.content_post p {
		margin-bottom: 10px;
	}
}

.content_post h3 {
	font-size: 20px;
	margin-bottom: 30px;
}

@media screen and (max-width: 860px) {
	.content_post h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.content_post h3 {
		font-size: 14px;
		margin-bottom: 12px;
	}
}

.content_post ul {
	margin-bottom: 30px;
	padding: 0 40px;
}

@media screen and (max-width: 767px) {
	.content_post ul {
		padding: 0 20px;
		margin-bottom: 15px;
	}
}

.content_post ul li {
	position: relative;
	margin-bottom: 20px;
}

.content_post ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #235b56;
	position: absolute;
	top: 6px;
	left: -20px;
	transform: rotate(-45deg);
}

@media screen and (max-width: 860px) {
	.content_post ul li:before {
		width: 8px;
		height: 8px;
	}
}

@media screen and (max-width: 767px) {
	.content_post ul li:before {
		width: 6px;
		height: 6px;
		left: -15px;
	}
}

.content_post ul li:last-child {
	margin-bottom: 0;
}

.footer {
	display: table-row;
	height: 1px;
}

.footer .holder {
	padding: 60px 0 25px;
	color: #a0f9ff;
	text-align: center;
	position: relative;
}

.footer .holder:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("../images/waves-footer.svg") no-repeat 70% 0;
	height: 600px;
	width: 100%;
}

.footer .holder > * {
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
}

.footer .holder > *:last-child {
	margin-bottom: 0;
}

.footer a {
	color: #fff;
	text-decoration: underline;
}

@media screen and (min-width: 1025px) {
	.footer a:hover {
		text-decoration: none;
	}
}

.section_download {
	box-shadow: -1px 2px 24px rgba(0, 0, 0, 0.15);
	border-radius: 50px;
	background-color: #fff;
	max-width: 720px;
	width: 100%;
	padding: 50px;
	margin: 0 auto;
	color: #161e34;
	font-size: 18px;
	text-align: center;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 640px) {
	.section_download {
		font-size: 16px;
		padding: 35px;
	}
}

@media screen and (max-width: 480px) {
	.section_download {
		padding: 25px;
		border-radius: 25px;
	}
}

.section_download > * {
	margin-bottom: 35px;
}

@media screen and (max-width: 640px) {
	.section_download > * {
		margin-bottom: 15px;
	}
}

.section_download > *:last-child {
	margin-bottom: 0;
}

.section_download .heading {
	color: #2abe1a;
	font-size: 72px;
	line-height: 1;
	text-align: center;
	font-family: 'Bebas Neue', cursive;
	text-transform: uppercase;
}

@media screen and (max-width: 640px) {
	.section_download .heading {
		font-size: 60px;
	}
}

@media screen and (max-width: 414px) {
	.section_download .heading {
		font-size: 40px;
	}
}
