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 {
	font-size: 100%;
	font: inherit;
	padding: 0;
	border: 0;
	margin: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
@font-face {
	font-family: "Inter";
	src: url(fonts/Inter-Light.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Inter";
	src: url(fonts/InterDisplay-Bold.woff2) format("woff2");
	font-weight: 700;
	font-style: normal;
}
::-moz-selection {
	background: rgba(80, 255, 255, 0.5);
}
::selection {
	background: rgba(80, 255, 255, 0.5);
}
* {
	box-sizing: border-box;
}
html {
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}
body {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #000;
	-webkit-font-smoothing: antialiased;
	font-family: "Inter", sans-serif;
	overflow-x: hidden;
}
ul,
li {
	list-style: none outside;
}
a {
	text-decoration: none;
}
strong {
	font-weight: normal;
	background: linear-gradient(104deg, rgba(80, 255, 255,0) 0.9%, rgba(80, 255, 255,1.25) 2.4%, rgba(80, 255, 255,0.5) 5.8%, rgba(80, 255, 255,0.1) 93%, rgba(80, 255, 255,0.7) 96%, rgba(80, 255, 255,0) 98%), linear-gradient(183deg, rgba(80, 255, 255,0) 0%, rgba(80, 255, 255,0.3) 7.9%, rgba(80, 255, 255,0) 15%);
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	margin: 0;
	border-radius: 7.5px;
}
@media (min-width: 1024px) {
	body {
		padding: 5vw 0 0 0;
	}
	strong {
		padding: 0.4vw 0;
	}
	header {
		position: fixed;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding: 2vw 4vw;
		background: #fff;
		border-bottom: 1px solid #222;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 100;
	}
	header img {
		position: absolute;
		right: 4vw;
		top: 50%;
		transform: translateY(-50%);
		width: 4vw;
	}
	h1 {
		font-size: 1vw;
		line-height: 1vw;
		font-weight: 700;
		text-transform: uppercase;
	}
	#anarchive a,
	#anarchive a:link,
	#anarchive a:visited {
		color: #000;
	}
	#anarchive {
		min-height: 100vh;
	}
	#anarchive .hero {
		position: relative;
		padding: 8vw 4vw 8vw 4vw;
		border-bottom: 1px solid #222;
	}
	#anarchive .hero img {
		position: absolute;
		top: 50%;
		right: 4vw;
		height: 80%;
		transform: translateY(-50%);
		border-radius: 100%;
	}
	#anarchive .item {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding: 6vw 4vw;
		border-bottom: 1px solid #222;
	}
	#anarchive .hero h2 {
		font-size: 3vw;
		line-height: 3vw;
		font-weight: 700;
		text-transform: uppercase;
		width: 60%;
	}
	#anarchive .hero .text {
		padding-top: 1vw;
	}
	#anarchive .item h2 {
		align-self: flex-start;
		position: -webkit-sticky;
  	position: sticky;
  	top: 9vw;
		font-size: 2vw;
		line-height: 2vw;
		font-weight: 700;
		text-transform: uppercase;
		width: 33%;
	}
	#anarchive .item h3 {
		font-size: 1.3vw;
		line-height: 2vw;
		font-weight: 700;
	}
	#anarchive .hero .content {
		font-size: 1.7vw;
		line-height: 2.3vw;
		width: 65%;
	}
	#anarchive .item .content {
		font-size: 1.3vw;
		line-height: 2vw;
		width: 55%;
	}
	#anarchive .item.cert .text a {
		position: relative;
		padding-left: 1.8vw;
	}
	#anarchive .item.cert .text a:hover {
		border-bottom: 2px solid #000;
	}
	#anarchive .item.cert .text a:before {
		position: absolute;
		content: '';
		display: inline-block;
		width: 1.5vw;
		height: 1.5vw;
		background: url(img/external-link.svg) no-repeat 0 0;
		background-size: 100%;
		bottom: 0;
		left: -0.2vw;
	}
	footer {
		/*
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #fff;
		border-top: 1px solid #222;
		z-index: 100;*/
	}
	footer .contacts li {
		font-size: 1vw;
		line-height: 1vw;
	}
	footer .contacts {
		position: relative;
		padding: 2vw 4vw;
	}
	footer .contacts li.copy {
		position: absolute;
		right: 2vw;
	}
	footer .contacts li {
		display: inline-block;
		margin-right: 2vw;
	}
	footer .contacts a {
		color: #000;
		text-transform: uppercase;
		font-weight: 700;
	}
	footer .contacts a:hover {
		border-bottom: 2px solid #000;
	}
}

@media (max-width: 1023px) {
	body {
		padding: 70px 0 0 0;
	}
	strong {
		padding: 4px 0;
	}
	header {
		position: fixed;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding: 20px 20px;
		background: #fff;
		border-bottom: 1px solid #222;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 100;
	}
	header img {
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		width: 40px;
	}
	h1 {
		font-size: 14px;
		line-height: 14px;
		font-weight: 700;
		text-transform: uppercase;
		width: 70%;
	}
	#anarchive a,
	#anarchive a:link,
	#anarchive a:visited {
		color: #000;
	}
	#anarchive .hero {
		padding: 40px 20px;
		border-bottom: 1px solid #222;
	}
	#anarchive .hero img {
		display: block;
		margin: auto;
		width: 60%;
		margin-top: 20px;
		border-radius: 100%;
	}
	#anarchive .item {
		padding: 40px 20px;
		border-bottom: 1px solid #222;
	}
	#anarchive .hero h2 {
		font-size: 24px;
		line-height: 24px;
		font-weight: 700;
		text-transform: uppercase;
	}
	#anarchive .hero .text {
		padding-top: 10px;
	}
	#anarchive .item h2 {
		font-size: 20px;
		line-height: 20px;
		font-weight: 700;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	#anarchive .item h3 {
		font-size: 16px;
		line-height: 21px;
		font-weight: 700;
	}
	#anarchive .hero .content {
		font-size: 18px;
		line-height: 24px;
	}
	#anarchive .item .content {
		font-size: 16px;
		line-height: 21px;
	}
	#anarchive .item.cert .text a {
		position: relative;
		padding-left: 18px;
	}
	#anarchive .item.cert .text a:before {
		position: absolute;
		content: '';
		display: inline-block;
		width: 16px;
		height: 16px;
		background: url(img/external-link.svg) no-repeat 0 0;
		background-size: 100%;
		top: 2px;
		left: -1px;
	}
	footer .contacts li {
		font-size: 14px;
		line-height: 14px;
	}
	footer .contacts {
		position: relative;
		padding: 20px 20px;
	}
	footer .contacts li.copy {
		display: block;
		margin-top: 10px;
	}
	footer .contacts li {
		display: inline-block;
		margin-right: 20px;
	}
	footer .contacts a {
		color: #000;
		text-transform: uppercase;
		font-weight: 700;
	}
}