html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'Gilroy Light';
	src: url('../fonts/Gilroy-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy ExtraBold';
	src: url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}

p {
	font-family: 'Gilroy Light';
	font-size: 24px;
	line-height: 1.5em;
}

h1 {
	font-family: 'Gilroy ExtraBold';
	font-size: 80px;
	line-height: 1.25em;
	text-transform: uppercase;
	text-align: center;
}

h2 {
	font-family: 'Gilroy ExtraBold';
	font-size: 42px;
	line-height: 1em;
	text-transform: uppercase;
	text-align: center;
	color: red;
}

h3 {
	font-family: 'Gilroy Light';
	font-size: 36px;
	line-height: 1.75em;
	text-align: center;
}

h4 {
	font-family: 'Gilroy ExtraBold';
	font-size: 26px;
	line-height: 2em;
	text-align: left;
}

h5 {
	font-family: 'Gilroy ExtraBold';
	font-size: 24px;
	line-height: 2.5em;
	text-align: left;
}

.block {
	height: 100vh;
	width: 100%;
}

.block.privacy-block,
.block.contact-block,
.block.partners-block,
.block.hiring-block {
	height: auto;
	padding: 25px 0px;
}

.block.contact-block {
	padding: 0px;
	padding-top: 25px;
}

.container {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 980px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.block.privacy-block .container {
	display: block;
}

.block-1 {
	background: url(../img/block-1.png) center / cover no-repeat;
}

.block-1 .titles {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.block-1 .titles h1,
.block-1 .titles h2,
.block-1 .titles h3 {
	max-width: 55%;
	width: 100%;
}

.block-1 .titles h1 {
	max-width: 100%;
}

.block-1 .titles h3,
.block-1 .titles h1 {
	color: #fff;
}

.block-2 {
	height: auto;
	padding: 100px 0;
}

.block-2 .icons {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
}

.block-2 .icons .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 25%;
}

.block-2 .icons .item span {
	font-family: 'Gilroy ExtraBold';
	font-size: 30px;
	text-align: center;
	display: block;
}

.block-2 .icons img {
	width: 150px;
	height: 150px;
	margin-bottom: 5px;
}

.block-3 {
	background: url(../img/block-3.png) center / cover no-repeat;
	background-color: #4a4055;
}

.block-3 h1 {
	color: #fff;
}

.block-3 .container {
	background: none;
}

.block-3 .lynx {
	max-width: 70%;
}

.block-4 {
	background: #8b32ea;
}

.block-4 .container,
.block-5 .container,
.block-6 .container {
	background: none;
}

.block-4 .text,
.block-5 .text,
.block-6 .text {
	color: #fff;
}

.text h1 {
	font-size: 100px;
}

.text p {
	font-size: 32px;
}

.block-5 {
	background: #6a16b5;
}

.block-6 {
	background: #500d7f;
}

.block-7 {
	background: url(../img/bg-foot.png) center no-repeat;
	background-size: cover;
	position: relative;
}

.block-7 .container {
	position: relative;
	background: transparent;
}

.block-7 h1 {
	color: #fff;
}

.btn {
	display: block;
	margin: 25px auto;
	font-size: 26px;
	max-width: 350px;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	font-family: 'Gilroy ExtraBold';
	color: #000;
	background: #ffcc00;
	border: none;
	cursor: pointer;
}

.come-in {
	transform: translateY(250px);
	animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
	animation-duration: 0.6s;
}

.come-in.delay {
	animation-duration: 2s;
}

.already-visible {
	transform: translateY(0px);
}

@keyframes come-in {
	to {
		transform: translateY(0px);
	}
}

.privacy {
	position: absolute;
	bottom: 20px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	font-family: 'Gilroy Light';
}

.partners {
	background: url(../img/partners.png) center / cover no-repeat;
}

.hiring {
	background: url(../img/hiring.png) center / cover no-repeat;
}

.contact-us {
	background: url(../img/bg-foot.png) center / cover no-repeat;
}

.privacy-bg {
	background: url(../img/privacy.png) center / cover no-repeat;
}

ol,
ul {
	list-style-position: inside;
	padding: 15px 0px;
}

li {
	line-height: 1.75em;
	font-size: 24px;
	color: #000;
	font-family: 'Gilroy Light';
	padding: 10px 0px;
}

b {
	font-family: 'Gilroy ExtraBold';
}

a {
	word-break: break-all;
}

.flex {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
}

.flex form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	width: 60%;
}

.flex .contacts {
	width: 38%;
}

.flex form input,
.flex form textarea {
	max-width: 350px;
	width: 95%;
	padding: 5px;
	font-size: 24px;
	font-family: 'Gilroy Light';
	color: #000;
	margin: 10px auto;
	border: none;
	border-bottom: 1px solid;
}

.shapka-block {
	height: auto;
	padding: 100px 0px;
}

.shapka-block .shapka-title {
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.shapka-block .shapka-title h1 {
	display: block;
	width: 100%;
	color: #fff;
}

.partners-block {
	-webkit-box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.75);
	background: #000;
}

.partners-block .container {
	background: none;
}

.partners-block .flex {
	flex-flow: row wrap;
}

.flex .item {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 225px;
	width: 100%;
	height: 225px;
	margin: 10px;
	text-decoration: none;
	transition: all 0.2s;
}

.flex .item:hover {
	-webkit-box-shadow: 0px 0px 20px 2px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0px 0px 20px 2px rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 20px 2px rgba(255, 255, 255, 1);
}

.flex .item img {
	width: 90%;
	display: block;
}

.flex .item.everad img {
	width: 50%;
	display: block;
}

.footer {
	display: block;
	background: #fff;
	padding: 25px 0px;
	margin-top: 50px;
}

.footer .container {
	background: none;
	flex-direction: column;
}

.footer p {
	color: #000;
	text-align: center;
}

.hiring-block {
	background: url(../img/back-hr.jpg) right no-repeat, linear-gradient(to right, #18222b, #18222b);
	background-size: contain;
	min-height: 400px;
	height: 100%;
}

.hiring-block .container {
	background: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
}

.hiring-block .text {
	width: 52%;
	padding: 10px;
	margin: 25px 0px;
}

.hiring-block .text p {
	color: #fff;
}

.hiring-block .text p a {
	color: #ffcc00
}
/*
     FILE ARCHIVED ON 04:41:27 Sep 18, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:11:32 Apr 15, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.011
  exclusion.robots: 0.127
  exclusion.robots.policy: 0.113
  cdx.remote: 0.092
  esindex: 0.044
  LoadShardBlock: 72.0 (3)
  PetaboxLoader3.datanode: 89.453 (4)
  load_resource: 256.7
  PetaboxLoader3.resolve: 188.828
*/