*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote {
  margin: 0;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  user-select: none;
}

img {
  pointer-events: none;
}

a img {
  pointer-events: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  font: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Druk Cyr";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/DrukCyr-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Druk Wide Cyr";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/DrukWideCyr-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Druk Wide Cyr";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/DrukWideCyr-Super.woff2") format("woff2");
}
@font-face {
  font-family: "Druk Text Wide Cyr";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/DrukTextWideCyr-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Druk Text Wide Cyr";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/DrukTextWideCyr-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Bounded";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Bounded-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Bounded";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Bounded-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Geist Mono";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/GeistMono-Regular.woff2") format("woff2");
}
html {
  font-size: min(0.625vw, 1.0204081633vh);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media (max-width: 1279px) {
  html {
    font-size: min(0.9765625vw, 1.3020833333vh);
  }
}
@media (max-width: 887px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media (max-width: 599px) {
  html {
    font-size: 2.5445292621vw;
  }
}

body {
  font-family: "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #f9f3de;
  background: #100e13;
  overflow-x: clip;
}

.br-tablet {
  display: none;
}
@media (max-width: 887px) {
  .br-tablet {
    display: inline;
  }
}
@media (max-width: 599px) {
  .br-tablet {
    display: none;
  }
}

.reveal-hold .page-hero__heading,
.reveal-hold .files-hero__title,
.reveal-hold .files-hero__cards,
.reveal-hold [data-hero-panel],
.reveal-hold [data-intro],
.reveal-hold [data-reveal],
.reveal-hold [data-reveal-children] > * {
  visibility: hidden;
}

.container {
  width: 100%;
  padding: 0 3.2rem;
}
@media (max-width: 599px) {
  .container {
    padding: 0 1.6rem;
  }
}

.section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.section__stage {
  position: relative;
  height: 100%;
  will-change: transform;
}
.section__frame {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 98rem;
  translate: 0 -50%;
}
@media (max-width: 1279px) {
  .section__frame {
    height: 76.8rem;
  }
}
@media (max-width: 887px) {
  .section {
    height: auto;
  }
  .section__frame {
    position: relative;
    top: auto;
    height: 100%;
    translate: none;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  padding: 1.6rem;
  color: #f9f3de;
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .header {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 599px) {
  .header {
    gap: 0.8rem;
  }
}
.header__nav {
  display: flex;
  flex: 1 0 0;
  gap: 1.6rem;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 887px) {
  .header__nav {
    flex: 1 1 auto;
  }
}
@media (max-width: 599px) {
  .header__nav {
    flex: 0 0 auto;
  }
}
.header__burger {
  position: relative;
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 4.8rem;
  height: 4.8rem;
  color: inherit;
}
@media (max-width: 599px) {
  .header__burger {
    width: 4rem;
    height: 4rem;
  }
}
.header__burger:hover .header__logo {
  opacity: 0;
}
.header__burger:hover .header__hamburger {
  opacity: 1;
}
.header__burger-frame {
  position: absolute;
  inset: 0;
  color: rgba(249, 243, 222, 0.16);
  rotate: 180deg;
  background: currentcolor;
  mask: url("../img/icons/logo-frame-light.svg") center/contain no-repeat;
}
.header__logo {
  position: relative;
  grid-area: 1/1;
  width: 3.2rem;
  height: 3.2rem;
  transition: opacity 0.25s;
}
@media (max-width: 1279px) {
  .header__logo {
    display: none;
  }
}
.header__hamburger {
  position: relative;
  grid-area: 1/1;
  width: 2.4rem;
  height: 2.4rem;
  opacity: 0;
  transition: opacity 0.25s;
  background: currentcolor;
  mask: url("../img/icons/hamburger.svg") center/contain no-repeat;
}
@media (max-width: 1279px) {
  .header__hamburger {
    opacity: 1;
  }
}
@media (max-width: 1279px) {
  .header__link {
    display: none;
  }
}
.header__spacer {
  flex-shrink: 0;
  width: 4.8rem;
}
@media (max-width: 599px) {
  .header__spacer {
    display: none;
  }
}
.header__progress {
  position: relative;
  display: none;
  flex: 1 0 0;
  height: 4.8rem;
  margin-right: 1.6rem;
  color: #d4cebe;
}
@media (max-width: 887px) {
  .header__progress {
    display: none;
  }
}
.header__progress-angle {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 100%;
  clip-path: polygon(0 0, 1.4rem 0, 0 1.4rem);
  background: currentcolor;
  mask: url("../img/icons/angle-frame.svg") center/contain no-repeat;
  mask-size: 100% 100%;
}
.header__progress-angle--end {
  right: 0;
  left: auto;
  rotate: 180deg;
}
.header__progress-track {
  position: absolute;
  inset: 0;
  border: 1px solid;
  clip-path: polygon(1.2rem 0, 100% 0, 100% calc(100% - 1.2rem), calc(100% - 1.2rem) 100%, 0 100%, 0 1.2rem);
}
.header__progress-bar {
  position: absolute;
  inset: 0;
  clip-path: polygon(1.2rem 0, 100% 0, 100% calc(100% - 1.2rem), calc(100% - 1.2rem) 100%, 0 100%, 0 1.2rem);
}
.header__progress-fill {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  display: block;
  width: max(6.4rem, var(--p, 0) * 100%);
  background: rgba(16, 14, 19, 0.04);
  border-right: 1px solid;
  backdrop-filter: blur(8px);
}
.header__progress-num {
  position: absolute;
  top: 50%;
  left: 1.6rem;
  max-width: calc(100% - 3.2rem);
  overflow: hidden;
  color: #100e13;
  text-overflow: ellipsis;
  white-space: nowrap;
  translate: 0 -50%;
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .header__progress-num {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.header__panel {
  display: flex;
  flex: 1 0 0;
  height: 4.8rem;
}
@media (max-width: 887px) {
  .header__panel {
    flex: 0 0 49.275rem;
  }
}
@media (max-width: 599px) {
  .header__panel {
    flex: 1 0 0;
    height: 4rem;
  }
}
.header__angle {
  display: none;
  flex-shrink: 0;
  width: 1.2rem;
  height: 100%;
}
@media (max-width: 599px) {
  .header__angle {
    width: 1rem;
  }
}
.header__bar {
  display: flex;
  flex: 1 0 0;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.6rem;
  color: var(--bar-fg, #100e13);
  background: var(--bar-bg, #f9f3de);
  clip-path: polygon(1.2rem 0, 100% 0, 100% 100%, 0 100%, 0 1.2rem);
  transition: color 0.4s ease-out, background-color 0.4s ease-out;
}
@media (max-width: 599px) {
  .header__bar {
    padding: 0 1.2rem;
    clip-path: polygon(1rem 0, 100% 0, 100% 100%, 0 100%, 0 1rem);
  }
}
.header__home {
  display: block;
  flex-shrink: 0;
}
.header__text-logo {
  display: block;
  width: 15.8rem;
  height: 1.6rem;
  background: currentcolor;
  mask: url("../img/icons/text-logo.svg") center/contain no-repeat;
}
@media (max-width: 599px) {
  .header__text-logo {
    width: 11.9rem;
    height: 1.2rem;
  }
}
.header__actions {
  display: contents;
}
@media (max-width: 599px) {
  .header__actions {
    display: flex;
    gap: 1.2rem;
    align-items: center;
  }
}
.header__item {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  color: inherit;
}
@media (max-width: 599px) {
  .header__item-text {
    display: none;
  }
}
.header__icon {
  width: 2.4rem;
  height: 2.4rem;
}
.header__icon--discord {
  background: currentcolor;
  mask: url("../img/icons/discord.svg") center/contain no-repeat;
}
.header__icon--language {
  background: currentcolor;
  mask: url("../img/icons/language.svg") center/contain no-repeat;
}
.header__login {
  display: flex;
  align-items: center;
  height: 2.4rem;
  padding: 0 1.2rem;
  color: #f9f3de;
  background: #100e13;
  border-radius: 8.8rem;
  transition: scale 0.25s;
}
.header__login:hover {
  scale: 0.94;
}
.header--light .header__logo,
.header--light .header__link,
.header--light .header__spacer, .header--dark .header__logo,
.header--dark .header__link,
.header--dark .header__spacer {
  display: none;
}
.header--light .header__hamburger, .header--dark .header__hamburger {
  opacity: 1;
}
@media (hover: hover) and (min-width: 1280px) {
  body:not(:has(.start-cover)) .header--light .header__logo, body:not(:has(.start-cover)) .header--dark .header__logo {
    display: block;
    opacity: 0;
  }
  body:not(:has(.start-cover)) .header--light .header__burger:hover .header__logo, body:not(:has(.start-cover)) .header--dark .header__burger:hover .header__logo {
    opacity: 1;
  }
  body:not(:has(.start-cover)) .header--light .header__burger:hover .header__hamburger, body:not(:has(.start-cover)) .header--dark .header__burger:hover .header__hamburger {
    opacity: 0;
  }
}
.header--light .header__progress, .header--dark .header__progress {
  display: flex;
}
@media (max-width: 887px) {
  .header--light .header__progress, .header--dark .header__progress {
    display: none;
  }
}
@media (max-width: 887px) {
  .header--light .header__panel, .header--dark .header__panel {
    position: relative;
    z-index: 0;
    clip-path: polygon(1.2rem 0, 100% 0, 100% 100%, 0 100%, 0 1.2rem);
  }
}
@media (max-width: 887px) and (max-width: 599px) {
  .header--light .header__panel, .header--dark .header__panel {
    clip-path: polygon(1rem 0, 100% 0, 100% 100%, 0 100%, 0 1rem);
  }
}
@media (max-width: 887px) {
  .header--light .header__panel::before, .header--dark .header__panel::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: max(6.4rem, var(--p, 0) * 100%);
    background: rgba(16, 14, 19, 0.04);
    border-right: 1px solid;
    backdrop-filter: blur(8px);
  }
  .header--light .header__angle, .header--dark .header__angle {
    display: block;
    background: currentcolor;
    mask: url("../img/icons/angle-frame.svg") left/auto 100% no-repeat;
  }
  .header--light .header__bar, .header--dark .header__bar {
    padding-left: 0.4rem;
    color: inherit;
    background: none;
    border: 1px solid;
    border-left: 0;
    clip-path: none;
    transition: none;
  }
}
@media (max-width: 887px) and (max-width: 599px) {
  .header--light .header__bar, .header--dark .header__bar {
    padding-left: 0.2rem;
  }
}
.header--light {
  color: #100e13;
}
@media (max-width: 887px) {
  .header--light .header__panel::before,
  .header--light .header__angle,
  .header--light .header__bar {
    border-color: #d4cebe;
  }
  .header--light .header__angle {
    background: #d4cebe;
  }
}
.header--light .header__burger-frame,
.header--light .header__progress {
  color: #d4cebe;
}
.header--dark .header__burger-frame,
.header--dark .header__progress {
  color: #f9f3de;
}
@media (max-width: 887px) {
  .header--dark .header__panel::before {
    background: rgba(249, 243, 222, 0.16);
  }
  .header--dark .header__login {
    color: #100e13;
    background: #f9f3de;
  }
}
.header--dark .header__progress-fill {
  background: rgba(249, 243, 222, 0.16);
}
.header--dark .header__progress-num {
  color: #f9f3de;
}
.header--solid .header__burger {
  background: #100e13;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 75% 100%, 0 100%);
}
.header--solid .header__progress-bar {
  background: #100e13;
}

.console {
  position: fixed;
  bottom: calc((100vh - 98rem) / 2 + 3.2rem);
  left: 3.2rem;
  z-index: 10;
  color: #f9f3de;
  transition: color 0.3s;
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .console {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 1279px) {
  .console {
    bottom: calc((100vh - 76.8rem) / 2 + 3.2rem);
  }
}
@media (max-width: 887px) {
  .console {
    display: none;
  }
}
.console--inverse {
  color: #100e13;
}
.console__status {
  color: #ee2759;
}

.heading {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
  font: 700 15.6rem/11.6rem "Druk Cyr", Impact, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .heading {
    gap: 1.2rem;
    font-size: 12.8rem;
    line-height: 9.5rem;
  }
}
@media (max-width: 599px) {
  .heading {
    gap: 0.8rem;
    font-size: 6.4rem;
    line-height: 4.8rem;
  }
}
.heading__row {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
}
@media (max-width: 599px) {
  .heading__row {
    gap: 1.2rem;
  }
}
.heading__word {
  position: relative;
  overflow: hidden;
  margin: -0.14em 0 -0.22em;
  padding: 0.14em 0 0.22em;
  white-space: nowrap;
  text-box: trim-both cap alphabetic;
}
.heading__word--pink {
  color: #ee2759;
}
.heading__word--purple {
  color: #b82ee8;
}
.heading__word--green {
  color: #cbcb13;
}
.heading__word--yellow {
  color: #ffc530;
}
.heading__num {
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .heading__num {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.heading__bar {
  position: absolute;
  inset: 0;
  background: currentcolor;
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}

.button {
  display: inline-flex;
  align-items: center;
  height: 4rem;
  padding: 0 2.4rem;
  color: #f9f3de;
  text-decoration: none;
  white-space: nowrap;
  background: #100e13;
  border-radius: 8.8rem;
  transition: scale 0.25s;
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .button {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
.button:hover {
  scale: 0.94;
}
.button--small {
  height: 2.4rem;
  padding: 0 1.2rem;
}
.button--ghost {
  background: transparent;
  border: 1px solid #f9f3de;
}
.button--pink {
  background: #ee2759;
}
.button--outline {
  color: #100e13;
  background: transparent;
  border: 1px solid currentcolor;
}

@keyframes roll-wave {
  50% {
    opacity: 0.55;
    translate: 0 var(--roll-shift, -0.12em);
  }
}
.roll__char {
  display: inline-block;
  white-space: pre;
}
.roll:hover .roll__char {
  animation: roll-wave 0.4s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--i) * 18ms);
}

.action {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 14.8rem;
  padding: 1.6rem;
  color: #f9f3de;
  text-align: left;
  text-decoration: none;
  border: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.6rem), calc(100% - 3.6rem) 100%, 0 100%);
  cursor: pointer;
  transition: background-color 0.3s;
}
@media (max-width: 599px) {
  .action {
    height: 8.4rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2rem), calc(100% - 2.6rem) 100%, 0 100%);
  }
}
.action--purple {
  background: #7327ee;
}
.action--purple:hover {
  background: rgba(115, 39, 238, 0.84);
}
.action--pink {
  background: #ee2759;
}
.action--pink:hover {
  background: rgba(238, 39, 89, 0.84);
}
.action.is-loading {
  pointer-events: none;
}
.action.is-loading .action__label {
  visibility: hidden;
}
.action.is-loading::after {
  content: "";
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid;
  border-color: currentcolor transparent transparent;
  border-radius: 50%;
  animation: action-spin 0.8s linear infinite;
}
.action__num {
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .action__num {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.action__icon {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 2.4rem;
  height: 2.4rem;
}
.action__icon--arrow-right {
  background: currentcolor;
  mask: url("../img/icons/arrow-right.svg") center/contain no-repeat;
}
.action__icon--arrow-up {
  background: currentcolor;
  mask: url("../img/icons/arrow-up.svg") center/contain no-repeat;
}
.action__icon--download {
  background: currentcolor;
  mask: url("../img/icons/download.svg") center/contain no-repeat;
}
.action__label {
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
  text-transform: uppercase;
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .action__label {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}

@keyframes action-spin {
  to {
    rotate: 360deg;
  }
}
.timer {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .timer {
    gap: 1.2rem;
  }
}
@media (max-width: 599px) {
  .timer {
    gap: 0.8rem;
  }
}
.timer__label {
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .timer__label {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.timer__row {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  height: 6rem;
}
.timer__item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-start;
}
.timer__value {
  font: 700 4.8rem/3.6rem "Druk Wide Cyr", Impact, sans-serif;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 1279px) {
  .timer__value {
    font-size: 3.2rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 599px) {
  .timer__value {
    font-size: 2.4rem;
    line-height: 1.8rem;
  }
}
.timer__unit {
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .timer__unit {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
.timer__sep {
  align-self: flex-start;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: 1.5rem;
  background: #ee2759;
}

.quote {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
  width: 54.8rem;
  padding: 3.2rem;
  background: #f9f3de;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5.1rem), calc(100% - 5.1rem) 100%, 0 100%);
}
@media (max-width: 1279px) {
  .quote {
    gap: 1.2rem;
  }
}
@media (max-width: 887px) {
  .quote {
    width: 51.6rem;
    padding: 3.2rem 0;
  }
}
@media (max-width: 599px) {
  .quote {
    gap: 0.8rem;
    width: 18.9rem;
    padding: 0;
    clip-path: none;
  }
}
.quote__text {
  width: 48.4rem;
  font: 500 2.8rem/3.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
}
@media (max-width: 1279px) {
  .quote__text {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 599px) {
  .quote__text {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.quote__accent {
  color: #b82ee8;
}
.quote__author {
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .quote__author {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.quote__mark {
  color: #b82ee8;
}

.hero {
  z-index: 6;
  text-transform: uppercase;
}
@media (max-width: 887px) {
  .hero {
    height: 76.8rem;
  }
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  pointer-events: none;
}
.hero__start {
  position: absolute;
  top: 11.2rem;
  left: 0;
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
}
@media (max-width: 599px) {
  .hero__start {
    top: 8.8rem;
    gap: 1.2rem;
  }
}
.hero__road {
  width: 52.8rem;
  height: 7.2rem;
}
@media (max-width: 599px) {
  .hero__road {
    width: 23.5rem;
    height: 3.2rem;
  }
}
.hero__date {
  position: absolute;
  top: 50%;
  left: 52.7rem;
  font: 700 3.2rem/2.4rem "Druk Wide Cyr", Impact, sans-serif;
  white-space: nowrap;
  text-box: trim-both cap alphabetic;
  translate: -100% -50%;
}
@media (max-width: 1279px) {
  .hero__date {
    font-size: 2.4rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 599px) {
  .hero__date {
    left: 23rem;
    font-size: 1.2rem;
    line-height: 0.9rem;
  }
}
.hero__label {
  white-space: nowrap;
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .hero__label {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.hero__heading {
  position: absolute;
  right: 3.2rem;
  bottom: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-end;
}
@media (max-width: 599px) {
  .hero__heading {
    right: 1.6rem;
    bottom: 1.6rem;
    gap: 1.2rem;
  }
}
.hero__row {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
}
.hero__row--end {
  align-items: flex-end;
}
@media (max-width: 599px) {
  .hero__row {
    gap: 1.2rem;
  }
}
.hero__word {
  font: 700 21.2rem/15.8rem "Druk Cyr", Impact, sans-serif;
  white-space: nowrap;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 599px) {
  .hero__word {
    font-size: 7.2rem;
    line-height: 5.4rem;
  }
}

.protest-old {
  color: #100e13;
  background: #f9f3de;
}
@media (max-width: 887px) {
  .protest-old {
    height: 105.2rem;
  }
}
@media (max-width: 599px) {
  .protest-old {
    height: 88.4rem;
  }
}
.protest-old__heading {
  position: absolute;
  top: 11.2rem;
  left: 3.2rem;
}
@media (max-width: 599px) {
  .protest-old__heading {
    top: 8.8rem;
    left: 1.6rem;
  }
}
.protest-old__patch {
  position: absolute;
  top: 16.3rem;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .protest-old__patch {
    top: 11.2rem;
    left: calc(50% + 8.2rem);
    gap: 1.2rem;
  }
}
@media (max-width: 887px) {
  .protest-old__patch {
    top: 45.3rem;
    left: 3.2rem;
  }
}
@media (max-width: 599px) {
  .protest-old__patch {
    top: 29.6rem;
    right: 1.6rem;
    left: auto;
    align-items: flex-end;
    text-align: right;
  }
}
.protest-old__patch-label {
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .protest-old__patch-label {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.protest-old__mark {
  color: #ee2759;
}
.protest-old__patch-name {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: inherit;
  font: 700 12.8rem/9.5rem "Druk Cyr", Impact, sans-serif;
}
@media (max-width: 1279px) {
  .protest-old__patch-name {
    font-size: 8.3rem;
    line-height: 6.2rem;
  }
}
@media (max-width: 599px) {
  .protest-old__patch-name {
    font-size: 5.6rem;
    line-height: 4.2rem;
  }
}
.protest-old__patch-line {
  white-space: nowrap;
  text-box: trim-both cap alphabetic;
}
.protest-old__patch-line--outline {
  color: transparent;
  -webkit-text-stroke: 1.5px #100e13;
}
.protest-old__patch-line--pink {
  color: #ee2759;
}
.protest-old__patch-info {
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .protest-old__patch-info {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
.protest-old__patch-rates {
  color: #ee2759;
}
.protest-old__accent {
  position: absolute;
  right: 3.2rem;
  bottom: 3.2rem;
  width: 52.8rem;
  height: 70.4rem;
  object-fit: cover;
  object-position: 13% 50%;
  clip-path: polygon(13.2rem 0, 100% 0, 100% 100%, 0 100%, 0 13.2rem);
  pointer-events: none;
}
@media (max-width: 1279px) {
  .protest-old__accent {
    width: 29.6rem;
    height: 39.5rem;
    clip-path: polygon(7.4rem 0, 100% 0, 100% 100%, 0 100%, 0 7.4rem);
  }
}
@media (max-width: 887px) {
  .protest-old__accent {
    top: 62.5rem;
    bottom: auto;
  }
}
@media (max-width: 599px) {
  .protest-old__accent {
    top: 66rem;
    right: 1.6rem;
    width: 15.6rem;
    height: 20.8rem;
    clip-path: polygon(3.9rem 0, 100% 0, 100% 100%, 0 100%, 0 3.9rem);
  }
}
.protest-old__timer {
  position: absolute;
  bottom: 33.8rem;
  left: calc(50% - 31.6rem);
}
@media (max-width: 1279px) {
  .protest-old__timer {
    top: 45.3rem;
    bottom: auto;
    left: 3.2rem;
  }
}
@media (max-width: 887px) {
  .protest-old__timer {
    top: 76.8rem;
  }
}
@media (max-width: 599px) {
  .protest-old__timer {
    top: 53rem;
    left: 1.6rem;
  }
}
.protest-old__quote {
  position: absolute;
  right: 28.6rem;
  bottom: 3.2rem;
  z-index: 1;
}
@media (max-width: 1279px) {
  .protest-old__quote {
    right: auto;
    left: 26rem;
  }
}
@media (max-width: 887px) {
  .protest-old__quote {
    top: 87.2rem;
    bottom: auto;
    left: 3.2rem;
  }
}
@media (max-width: 599px) {
  .protest-old__quote {
    top: 76.6rem;
    left: 1.6rem;
  }
}
.protest-old__cloud {
  position: absolute;
  bottom: 3.2rem;
  left: 3.2rem;
  width: 32.4rem;
  height: 18.2rem;
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 2.4rem) 0, 100% 2.4rem, 100% 100%, 0 100%);
}
@media (max-width: 1279px) {
  .protest-old__cloud {
    width: 22.8rem;
    height: 12.8rem;
  }
}
@media (max-width: 887px) {
  .protest-old__cloud {
    display: none;
  }
}
@media (max-width: 599px) {
  .protest-old__cloud {
    top: 41rem;
    bottom: auto;
    left: 1.6rem;
    display: block;
    width: 12.8rem;
    height: 7.2rem;
    clip-path: polygon(0 0, calc(100% - 1.6rem) 0, 100% 1.6rem, 100% 100%, 0 100%);
  }
}
.protest-old__cloud--small {
  left: calc(50% - 31.6rem);
  width: 11.8rem;
  height: 11.8rem;
  clip-path: none;
}
@media (max-width: 1279px) {
  .protest-old__cloud--small {
    display: none;
  }
}
.protest-old__cloud--small .protest-old__cloud-img {
  top: -1.6rem;
  left: 0;
  width: 259.2rem;
}
.protest-old__cloud-img {
  position: absolute;
  top: -52.8rem;
  left: -70.4rem;
  width: 125.4rem;
  max-width: none;
}
@media (max-width: 1279px) {
  .protest-old__cloud-img {
    top: -39.2rem;
    left: -52.2rem;
    width: 92.3rem;
  }
}
@media (max-width: 599px) {
  .protest-old__cloud-img {
    top: -22rem;
    left: -29.3rem;
    width: 51.8rem;
    height: 29.2rem;
  }
}

.protest-server {
  background: #100e13;
}
@media (max-width: 887px) {
  .protest-server {
    height: 86.5rem;
  }
}
@media (max-width: 599px) {
  .protest-server {
    height: 63.6rem;
  }
}
.protest-server__heading {
  position: absolute;
  top: 11.2rem;
  left: 3.2rem;
}
@media (max-width: 599px) {
  .protest-server__heading {
    top: 8.8rem;
    left: 1.6rem;
  }
}
.protest-server__photo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60rem;
  height: 60rem;
  rotate: -15deg;
  translate: -50% -50%;
}
@media (max-width: 1279px) {
  .protest-server__photo {
    width: 31.2rem;
    height: 31.2rem;
    top: 38.4rem;
  }
}
@media (max-width: 887px) {
  .protest-server__photo {
    top: 40.9rem;
    left: 53rem;
    width: 25.6rem;
    height: 25.6rem;
  }
}
@media (max-width: 599px) {
  .protest-server__photo {
    top: 17.5rem;
    left: 33.2rem;
    width: 16.4rem;
    height: 16.4rem;
  }
}
@media (hover: hover) {
  .protest-server {
    cursor: none;
  }
  .protest-server a,
  .protest-server .button {
    cursor: pointer;
  }
}
.protest-server.is-playing .protest-server__play-icon {
  mask-image: url("../img/icons/pause.svg");
}
.protest-server__play {
  position: absolute;
  top: calc(50% + 13.4rem);
  left: calc(50% - 19.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.4rem;
  height: 8.4rem;
  color: #100e13;
  background: #f9f3de;
  border: 1px solid #d4cebe;
  border-radius: 50%;
  translate: -50% -50%;
}
@media (max-width: 1279px) {
  .protest-server__play {
    top: calc(50% + 8rem);
    left: calc(50% - 13.3rem);
  }
}
@media (max-width: 887px) {
  .protest-server__play {
    top: 48.5rem;
    left: 3.2rem;
    width: 6.4rem;
    height: 6.4rem;
    translate: none;
  }
}
@media (max-width: 599px) {
  .protest-server__play {
    top: 45.4rem;
    left: 1.6rem;
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media (hover: hover) {
  .protest-server__play {
    display: none;
  }
}
.protest-server__play-icon {
  width: 2.4rem;
  height: 2.4rem;
  background: currentcolor;
  mask: url("../img/icons/play.svg") center/contain no-repeat;
}
.protest-server__quote {
  position: absolute;
  top: calc(50% - 12.6rem);
  right: 9.6rem;
  width: 58rem;
  font: 500 2.8rem/3.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  color: rgba(249, 243, 222, 0.48);
}
@media (max-width: 1279px) {
  .protest-server__quote {
    top: 28.6rem;
    right: 3.2rem;
    width: 40.3rem;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 887px) {
  .protest-server__quote {
    top: 60.5rem;
    left: 3.2rem;
    width: 70.4rem;
  }
}
@media (max-width: 599px) {
  .protest-server__quote {
    top: 29.6rem;
    left: 1.6rem;
    width: 36.1rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.protest-server__quote-lead {
  color: #f9f3de;
}
.protest-server__author {
  position: absolute;
  top: 11.2rem;
  right: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-end;
  text-align: right;
  text-transform: uppercase;
}
@media (max-width: 887px) {
  .protest-server__author {
    top: 76.5rem;
  }
}
@media (max-width: 599px) {
  .protest-server__author {
    top: 56rem;
    right: 1.6rem;
  }
}
.protest-server__author-name {
  font: 700 6.4rem/4.8rem "Druk Wide Cyr", Impact, sans-serif;
  color: #cbcb13;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 1279px) {
  .protest-server__author-name {
    font-size: 4.8rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 599px) {
  .protest-server__author-name {
    font-size: 4rem;
    line-height: 3rem;
  }
}
.protest-server__author-role {
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .protest-server__author-role {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.protest-server__mark {
  color: #cbcb13;
}
.protest-server__voice {
  position: absolute;
  right: 3.2rem;
  bottom: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-end;
  width: 29.6rem;
  text-transform: uppercase;
}
@media (max-width: 887px) {
  .protest-server__voice {
    top: 47.7rem;
    right: auto;
    bottom: auto;
    left: 11.2rem;
    gap: 1.2rem;
    align-items: flex-start;
  }
}
@media (max-width: 599px) {
  .protest-server__voice {
    top: 44.4rem;
    left: 8rem;
    width: 22.4rem;
  }
}
.protest-server__voice-label {
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .protest-server__voice-label {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.protest-server__soundbar {
  display: flex;
  gap: 1px;
  align-items: flex-end;
  width: 100%;
  height: 2.4rem;
}
@media (max-width: 599px) {
  .protest-server__soundbar {
    height: 1.6rem;
  }
}
.protest-server__soundbar span {
  flex: 0 0 2px;
  background: #f9f3de;
  border-radius: 8.8rem;
  transition: background 0.2s;
}
.protest-server__soundbar span.is-played {
  background: #cbcb13;
}
.protest-server__voice-time {
  width: 100%;
  text-align: right;
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .protest-server__voice-time {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 887px) {
  .protest-server__voice-time {
    text-align: left;
  }
}
.protest-server__hint {
  position: absolute;
  bottom: 3.2rem;
  left: 50%;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  translate: -50% 0;
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .protest-server__hint {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 887px) {
  .protest-server__hint {
    display: none;
  }
}
.protest-server__hint-icon {
  width: 2.4rem;
  height: 2.4rem;
  background: currentcolor;
  mask: url("../img/icons/tap.svg") center/contain no-repeat;
}

.protest-habit {
  color: #100e13;
  background: #f9f3de;
}
@media (max-width: 1279px) {
  .protest-habit {
    height: 83.5rem;
  }
}
@media (max-width: 1279px) and (min-width: 888px) {
  .protest-habit .section__frame {
    height: 83.5rem;
  }
}
@media (max-width: 887px) {
  .protest-habit {
    height: 174.3rem;
  }
}
@media (max-width: 599px) {
  .protest-habit {
    height: 147.4rem;
  }
}
.protest-habit__heading {
  position: absolute;
  top: 11.2rem;
  left: 3.2rem;
}
@media (max-width: 599px) {
  .protest-habit__heading {
    top: 8.8rem;
    left: 1.6rem;
  }
}
.protest-habit__text {
  position: absolute;
  top: 23rem;
  left: 50%;
  width: 63.8rem;
  font: 500 2.8rem/3.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  color: rgba(16, 14, 19, 0.48);
}
@media (max-width: 1279px) {
  .protest-habit__text {
    top: 17.1rem;
    right: 3.2rem;
    left: auto;
    width: 41.8rem;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 887px) {
  .protest-habit__text {
    top: 46.9rem;
    width: 47.8rem;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 599px) {
  .protest-habit__text {
    top: 29.6rem;
    left: 1.6rem;
    width: 36.1rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.protest-habit__text-lead {
  color: #100e13;
}
.protest-habit__cards {
  position: absolute;
  right: 3.2rem;
  bottom: 3.2rem;
  left: 3.2rem;
  display: flex;
  gap: 1.6rem;
  justify-content: flex-end;
}
@media (max-width: 887px) {
  .protest-habit__cards {
    top: 62.9rem;
    bottom: auto;
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  .protest-habit__cards {
    top: 42.4rem;
    right: 1.6rem;
    left: 1.6rem;
  }
}
.protest-habit__card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-end;
  justify-content: space-between;
  width: 50rem;
  height: 50rem;
  padding: 2.4rem;
  overflow: hidden;
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12.5rem), calc(100% - 12.5rem) 100%, 0 100%);
}
@media (max-width: 1279px) {
  .protest-habit__card {
    width: 30.9rem;
    height: 41.4rem;
    padding: 1.6rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8rem), calc(100% - 8rem) 100%, 0 100%);
  }
}
@media (max-width: 887px) {
  .protest-habit__card {
    width: 100%;
    height: 35rem;
  }
}
@media (max-width: 599px) {
  .protest-habit__card {
    height: 33.4rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6rem), calc(100% - 6rem) 100%, 0 100%);
  }
}
.protest-habit__card:nth-child(1) {
  z-index: 3;
}
.protest-habit__card:nth-child(2) {
  z-index: 2;
}
.protest-habit__card--yellow {
  background: #ffc530;
}
.protest-habit__card--purple {
  color: #f9f3de;
  background: #7327ee;
  clip-path: polygon(12.5rem 0, 100% 0, 100% 100%, 0 100%, 0 12.5rem);
}
@media (max-width: 1279px) {
  .protest-habit__card--purple {
    clip-path: polygon(8rem 0, 100% 0, 100% 100%, 0 100%, 0 8rem);
  }
}
@media (max-width: 887px) {
  .protest-habit__card--purple {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8rem), calc(100% - 8rem) 100%, 0 100%);
  }
}
@media (max-width: 599px) {
  .protest-habit__card--purple {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6rem), calc(100% - 6rem) 100%, 0 100%);
  }
}
.protest-habit__card--pink {
  color: #f9f3de;
  background: #ee2759;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12.5rem 100%, 0 calc(100% - 12.5rem));
}
@media (max-width: 1279px) {
  .protest-habit__card--pink {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 8rem 100%, 0 calc(100% - 8rem));
  }
}
@media (max-width: 887px) {
  .protest-habit__card--pink {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8rem), calc(100% - 8rem) 100%, 0 100%);
  }
}
@media (max-width: 599px) {
  .protest-habit__card--pink {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6rem), calc(100% - 6rem) 100%, 0 100%);
  }
}
.protest-habit__patch {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-end;
  text-align: right;
}
.protest-habit__card-label {
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .protest-habit__card-label {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
.protest-habit__card-title {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-end;
  font: 700 12.8rem/9.5rem "Druk Cyr", Impact, sans-serif;
}
@media (max-width: 1279px) {
  .protest-habit__card-title {
    font-size: 8.3rem;
    line-height: 6.2rem;
  }
}
@media (max-width: 599px) {
  .protest-habit__card-title {
    font-size: 5.6rem;
    line-height: 4.2rem;
  }
}
.protest-habit__card-row {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.protest-habit__card-row[hidden] {
  display: none;
}
.protest-habit__card-line {
  white-space: nowrap;
  text-box: trim-both cap alphabetic;
}
.protest-habit__card-line--outline {
  color: transparent;
  -webkit-text-stroke: 1.5px currentcolor;
}
.protest-habit__card--yellow .protest-habit__card-line--outline {
  -webkit-text-stroke-color: #100e13;
}
.protest-habit__card--purple .protest-habit__card-line--outline, .protest-habit__card--pink .protest-habit__card-line--outline {
  -webkit-text-stroke-color: #f9f3de;
}
.protest-habit__star {
  width: 9.4rem;
  height: 9.4rem;
  background: currentcolor;
  mask: url("../img/icons/star.svg") center/contain no-repeat;
}
@media (max-width: 1279px) {
  .protest-habit__star {
    width: 6.4rem;
    height: 6.4rem;
  }
}
@media (max-width: 599px) {
  .protest-habit__star {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.protest-habit__card-note {
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .protest-habit__card-note {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.protest-habit__desc {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
  width: 100%;
}
.protest-habit__gallery {
  display: flex;
  gap: 0.8rem;
}
.protest-habit__item {
  display: flex;
  padding: 0;
  border: 0;
  background: none;
  transition: transform 0.25s;
}
@media (hover: hover) {
  .protest-habit__item {
    cursor: pointer;
  }
  .protest-habit__item:hover:not(.protest-habit__item--active) {
    transform: scale(1.06);
  }
}
.protest-habit__gallery-img {
  width: 5.6rem;
  height: 5.6rem;
  border: 2px solid transparent;
  object-fit: cover;
  transition: border-color 0.25s;
}
@media (max-width: 1279px) {
  .protest-habit__gallery-img {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 887px) {
  .protest-habit__gallery-img {
    width: 5.6rem;
    height: 5.6rem;
  }
}
.protest-habit__item--active .protest-habit__gallery-img {
  border-color: #f9f3de;
}
.protest-habit__card-text {
  width: 31.3rem;
  min-height: 4.8rem;
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .protest-habit__card-text {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 1279px) {
  .protest-habit__card-text {
    width: 18.4rem;
    min-height: 9.6rem;
  }
}
@media (max-width: 887px) {
  .protest-habit__card-text {
    width: 49.6rem;
    min-height: 3.2rem;
  }
}
@media (max-width: 599px) {
  .protest-habit__card-text {
    width: 24.8rem;
    min-height: 5.6rem;
  }
}
.protest-habit__art {
  position: absolute;
  max-width: none;
  pointer-events: none;
}
.protest-habit__art--char {
  top: 14.7rem;
  left: -12.8rem;
  width: 54rem;
  height: 78.1rem;
}
@media (max-width: 1279px) {
  .protest-habit__art--char {
    top: 19.6rem;
    left: -7.9rem;
    width: 33.4rem;
    height: 48.3rem;
  }
}
@media (max-width: 887px) {
  .protest-habit__art--char {
    top: -1.1rem;
    left: -13.1rem;
    width: 55.3rem;
    height: 79.9rem;
  }
}
@media (max-width: 599px) {
  .protest-habit__art--char {
    top: 8.8rem;
    left: -8.9rem;
    width: 37.6rem;
    height: 54.3rem;
  }
}
.protest-habit__art--bow {
  top: 1.1rem;
  left: 0;
  width: 65.4rem;
  height: 51.6rem;
}
@media (max-width: 1279px) {
  .protest-habit__art--bow {
    top: 11.3rem;
    width: 40.3rem;
    height: 32.4rem;
  }
}
@media (max-width: 887px) {
  .protest-habit__art--bow {
    top: -15rem;
    left: -12.6rem;
    width: 66.8rem;
    height: 53.7rem;
  }
}
@media (max-width: 599px) {
  .protest-habit__art--bow {
    top: 1.5rem;
    left: -0.8rem;
    width: 40.9rem;
    height: 32.8rem;
  }
}

.protest-hand {
  background: #100e13;
}
@media (max-width: 887px) {
  .protest-hand {
    height: 103.5rem;
  }
}
@media (max-width: 599px) {
  .protest-hand {
    height: 68.6rem;
  }
}
@media (hover: hover) {
  .protest-hand {
    cursor: none;
  }
  .protest-hand a,
  .protest-hand .button {
    cursor: pointer;
  }
}
.protest-hand__heading {
  position: absolute;
  top: 11.2rem;
  left: 3.2rem;
  z-index: 1;
}
@media (max-width: 599px) {
  .protest-hand__heading {
    top: 8.8rem;
    left: 1.6rem;
    gap: 1.2rem;
  }
}
.protest-hand__photo {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}
.protest-hand__photo-img {
  position: absolute;
  max-width: none;
}
.protest-hand__photo--1 {
  top: calc(50% + 12.5rem);
  left: calc(50% + 40.94rem);
  width: 25.64rem;
  height: 25.19rem;
  rotate: -15deg;
  translate: -50% -50%;
}
@media (max-width: 1279px) {
  .protest-hand__photo--1 {
    top: calc(50% + 5.96rem);
    left: calc(50% + 29.75rem);
    width: 14.5rem;
    height: 14.24rem;
  }
}
@media (max-width: 887px) {
  .protest-hand__photo--1 {
    top: 65.33rem;
    left: 55.48rem;
    width: 17.1rem;
    height: 16.8rem;
    translate: none;
  }
}
@media (max-width: 599px) {
  .protest-hand__photo--1 {
    top: 36.65rem;
    left: 28.34rem;
    width: 9.11rem;
    height: 8.95rem;
  }
}
.protest-hand__photo--1 .protest-hand__photo-img {
  top: -111.22%;
  left: -47.02%;
  width: 285.52%;
  height: 214.74%;
}
.protest-hand__photo--2 {
  top: calc(50% - 16.54rem);
  left: calc(50% + 45.9rem);
  width: 30.44rem;
  height: 30.9rem;
  rotate: 15deg;
  translate: -50% -50%;
}
@media (max-width: 1279px) {
  .protest-hand__photo--2 {
    top: calc(50% - 10.45rem);
    left: calc(50% + 33.08rem);
    width: 18.96rem;
    height: 19.25rem;
  }
}
@media (max-width: 887px) {
  .protest-hand__photo--2 {
    top: 39.38rem;
    left: 58.62rem;
    width: 18.5rem;
    height: 18.79rem;
    translate: none;
  }
}
@media (max-width: 599px) {
  .protest-hand__photo--2 {
    top: 25.31rem;
    left: 30.53rem;
    width: 9.85rem;
    height: 10rem;
  }
}
.protest-hand__photo--2 .protest-hand__photo-img {
  top: -3%;
  left: -86.69%;
  width: 277.38%;
  height: 201.87%;
}
.protest-hand__photo--3 {
  top: calc(50% - 22.59rem);
  left: calc(50% + 12.23rem);
  width: 20.32rem;
  height: 25.63rem;
  rotate: -15deg;
  translate: -50% -50%;
}
@media (max-width: 1279px) {
  .protest-hand__photo--3 {
    top: calc(50% - 20.11rem);
    left: calc(50% + 9.67rem);
    width: 12.38rem;
    height: 15.61rem;
  }
}
@media (max-width: 887px) {
  .protest-hand__photo--3 {
    top: 35.08rem;
    left: 36.14rem;
    width: 14.6rem;
    height: 18.42rem;
    translate: none;
  }
}
@media (max-width: 599px) {
  .protest-hand__photo--3 {
    top: 23.04rem;
    left: 19.13rem;
    width: 7.77rem;
    height: 9.81rem;
  }
}
.protest-hand__photo--3 .protest-hand__photo-img {
  top: -3.39%;
  left: -236.1%;
  width: 346.56%;
  height: 203.01%;
}
.protest-hand__photo--4 {
  z-index: 1;
  top: calc(50% + 19.19rem);
  left: calc(50% - 17.55rem);
  width: 22.2rem;
  height: 28.96rem;
  rotate: 30deg;
  translate: -50% -50%;
}
@media (max-width: 1279px) {
  .protest-hand__photo--4 {
    top: calc(50% + 12rem);
    left: calc(50% - 11.73rem);
    width: 11.29rem;
    height: 14.73rem;
  }
}
@media (max-width: 887px) {
  .protest-hand__photo--4 {
    top: 64.68rem;
    left: 16.09rem;
    width: 15.19rem;
    height: 19.81rem;
    translate: none;
  }
}
@media (max-width: 599px) {
  .protest-hand__photo--4 {
    top: 41.22rem;
    left: 7.2rem;
    width: 8.09rem;
    height: 10.55rem;
  }
}
.protest-hand__photo--4 .protest-hand__photo-img {
  top: -3.58%;
  left: -9.83%;
  width: 358.48%;
  height: 203.01%;
}
.protest-hand__photo--5 {
  top: calc(50% + 21.51rem);
  left: calc(50% - 44.6rem);
  width: 20.83rem;
  height: 24.26rem;
  rotate: -15deg;
  translate: -50% -50%;
}
@media (max-width: 1279px) {
  .protest-hand__photo--5 {
    top: calc(50% + 9.99rem);
    left: calc(50% - 25.25rem);
    width: 12.86rem;
    height: 14.98rem;
  }
}
@media (max-width: 887px) {
  .protest-hand__photo--5 {
    top: 59.97rem;
    left: 0.03rem;
    width: 15.17rem;
    height: 17.67rem;
    translate: none;
  }
}
@media (max-width: 599px) {
  .protest-hand__photo--5 {
    top: 36.39rem;
    left: -0.42rem;
    width: 8.08rem;
    height: 9.41rem;
  }
}
.protest-hand__photo--5 .protest-hand__photo-img {
  top: -111.22%;
  left: -176.04%;
  width: 338.52%;
  height: 214.74%;
}
.protest-hand__vhs {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65.8rem;
  height: 35.4rem;
  translate: -50% -50%;
}
@media (max-width: 1279px) {
  .protest-hand__vhs {
    width: 32.8rem;
    height: 17.6rem;
  }
}
@media (max-width: 887px) {
  .protest-hand__vhs {
    top: 46.9rem;
    left: 13.64rem;
    width: 49.5rem;
    height: 26.6rem;
    translate: none;
  }
}
@media (max-width: 599px) {
  .protest-hand__vhs {
    top: 30.4rem;
    left: 6.85rem;
    width: 25.6rem;
    height: 13.75rem;
  }
}
.protest-hand__play {
  position: absolute;
  top: calc(50% - 7.2rem);
  left: calc(50% + 24.4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.4rem;
  height: 8.4rem;
  color: #f9f3de;
  background: rgba(249, 243, 222, 0.16);
  border: 1px solid #f9f3de;
  border-radius: 50%;
  translate: -50% -50%;
  backdrop-filter: blur(8px);
}
@media (max-width: 1279px) {
  .protest-hand__play {
    top: calc(50% - 7.2rem);
    left: calc(50% + 24.4rem);
  }
}
@media (max-width: 887px) {
  .protest-hand__play {
    top: 60.2rem;
    left: 38.4rem;
  }
}
@media (max-width: 599px) {
  .protest-hand__play {
    top: 37.3rem;
    left: 19.65rem;
    width: 6.4rem;
    height: 6.4rem;
  }
}
@media (hover: hover) {
  .protest-hand__play {
    display: none;
  }
}
.protest-hand__play-icon {
  width: 2.4rem;
  height: 2.4rem;
  background: currentcolor;
  mask: url("../img/icons/play.svg") center/contain no-repeat;
}
.protest-hand__text {
  position: absolute;
  top: calc(50% + 14.6rem);
  left: 50%;
  width: 45.9rem;
  font: 500 2.8rem/3.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  color: rgba(249, 243, 222, 0.48);
}
@media (max-width: 1279px) {
  .protest-hand__text {
    top: 59.6rem;
    left: 21.2rem;
    width: 60rem;
    font-size: 2rem;
    line-height: 2.8rem;
    text-align: center;
  }
}
@media (max-width: 887px) {
  .protest-hand__text {
    top: 86.3rem;
    left: 8.4rem;
  }
}
@media (max-width: 599px) {
  .protest-hand__text {
    top: 53.75rem;
    left: 1.6rem;
    width: 36.1rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.protest-hand__text-lead {
  color: #f9f3de;
}
.protest-hand__hint {
  position: absolute;
  bottom: 3.2rem;
  left: 50%;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  white-space: nowrap;
  translate: -50% 0;
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .protest-hand__hint {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 599px) {
  .protest-hand__hint {
    bottom: 1.6rem;
  }
}
.protest-hand__hint-icon {
  width: 2.4rem;
  height: 2.4rem;
  background: currentcolor;
  mask: url("../img/icons/tap.svg") center/contain no-repeat;
}

.protest-box {
  color: #100e13;
  background: #f9f3de;
}
@media (max-width: 887px) {
  .protest-box {
    height: 94.3rem;
  }
}
@media (max-width: 599px) {
  .protest-box {
    height: 82.8rem;
  }
}
.protest-box__heading {
  position: absolute;
  top: 11.2rem;
  left: 3.2rem;
  gap: 2.4rem;
}
@media (max-width: 1279px) {
  .protest-box__heading {
    gap: 1.6rem;
  }
}
@media (max-width: 599px) {
  .protest-box__heading {
    top: 31.4rem;
    left: 1.6rem;
    gap: 0.8rem;
  }
  .protest-box__heading .heading__row {
    gap: 1.6rem;
  }
}
.protest-box__scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 599px) {
  .protest-box__scene {
    inset: 0 0 auto;
    height: 33.9rem;
  }
}
.protest-box__tree {
  position: absolute;
  top: 0;
  right: -12.9rem;
  width: auto;
  height: 100%;
  max-width: none;
  aspect-ratio: 3204/1962;
}
@media (max-width: 1279px) {
  .protest-box__tree {
    right: -37.3rem;
    width: 160rem;
  }
}
@media (max-width: 887px) {
  .protest-box__tree {
    right: auto;
    left: -18.8rem;
    width: auto;
    height: 125.5rem;
  }
}
@media (max-width: 599px) {
  .protest-box__tree {
    left: -8rem;
    height: 39.5rem;
  }
}
.protest-box__tree-img {
  width: 100%;
  height: 100%;
}
.protest-box__tree-video {
  position: absolute;
  top: 1.325%;
  left: -6.929%;
  width: 103.671%;
  height: 97.046%;
  max-width: none;
  object-fit: fill;
  mask-image: linear-gradient(to bottom, transparent, #000 3%, #000 97%, transparent), linear-gradient(to right, transparent, #000 3%);
  mask-composite: intersect;
  opacity: 0;
  transition: opacity 0.4s;
}
.protest-box__tree-video.is-playing {
  opacity: 1;
}
.protest-box__items {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.protest-box__item {
  position: absolute;
  width: 9.6rem;
  height: 9.6rem;
  pointer-events: auto;
}
@media (hover: hover) {
  .protest-box__item:hover .protest-box__item-pic {
    animation: box-wiggle 1s ease-in-out infinite;
  }
  .protest-box__item:hover .protest-box__tip {
    opacity: 1;
    translate: 0 0;
  }
}
@media (max-width: 1279px) {
  .protest-box__item {
    width: 6.4rem;
    height: 6.4rem;
  }
}
@media (max-width: 599px) {
  .protest-box__item {
    width: 5.6rem;
    height: 5.6rem;
  }
}
.protest-box__item-pic {
  position: absolute;
  inset: 0;
}
.protest-box__item-img {
  width: 100%;
  height: 100%;
}
.protest-box__item--01 {
  top: 22rem;
  right: 72.7rem;
}
@media (max-width: 1279px) {
  .protest-box__item--01 {
    top: 21.2rem;
    right: 44.2rem;
  }
}
@media (max-width: 887px) {
  .protest-box__item--01 {
    top: 21.2rem;
    right: auto;
    left: 46.9rem;
  }
}
@media (max-width: 599px) {
  .protest-box__item--01 {
    top: 10.5rem;
    left: 5.2rem;
  }
}
.protest-box__item--02 {
  top: 12rem;
  right: 41.3rem;
}
@media (max-width: 1279px) {
  .protest-box__item--02 {
    top: 12.4rem;
    right: 26.4rem;
  }
}
@media (max-width: 887px) {
  .protest-box__item--02 {
    top: 14.8rem;
    right: auto;
    left: 58.3rem;
  }
}
@media (max-width: 599px) {
  .protest-box__item--02 {
    top: 7.2rem;
    left: 19.8rem;
  }
}
.protest-box__item--03 {
  top: 39.2rem;
  right: 13.3rem;
}
@media (max-width: 1279px) {
  .protest-box__item--03 {
    top: 30.6rem;
    right: 2.1rem;
  }
}
@media (max-width: 887px) {
  .protest-box__item--03 {
    top: 36.5rem;
    right: auto;
    left: 66.8rem;
  }
}
@media (max-width: 599px) {
  .protest-box__item--03 {
    top: 22.2rem;
    left: 31.6rem;
  }
}
.protest-box__item--04 {
  top: 42.8rem;
  right: 58.7rem;
}
@media (max-width: 1279px) {
  .protest-box__item--04 {
    top: 29.5rem;
    right: 32.1rem;
  }
}
@media (max-width: 887px) {
  .protest-box__item--04 {
    top: 39.8rem;
    right: auto;
    left: 42.5rem;
  }
}
@media (max-width: 599px) {
  .protest-box__item--04 {
    top: 24.3rem;
    left: 7.1rem;
  }
}
.protest-box__item--05 {
  top: 73.2rem;
  right: 41.2rem;
}
@media (max-width: 1279px) {
  .protest-box__item--05 {
    top: 55.5rem;
    right: 7.7rem;
  }
}
@media (max-width: 887px) {
  .protest-box__item--05 {
    top: 64.7rem;
    right: auto;
    left: 63.8rem;
  }
}
@media (max-width: 599px) {
  .protest-box__item--05 {
    top: 40.5rem;
    left: 31.5rem;
  }
}
.protest-box__item--06 {
  top: 60.8rem;
  right: 9.6rem;
}
@media (max-width: 1279px) {
  .protest-box__item--06 {
    top: 38.7rem;
    right: 7.7rem;
  }
}
@media (max-width: 887px) {
  .protest-box__item--06 {
    top: 38.7rem;
    right: auto;
    left: 60.4rem;
  }
}
@media (max-width: 599px) {
  .protest-box__item--06 {
    top: 32.4rem;
    left: 26rem;
  }
}
.protest-box__item--07 {
  top: 13.2rem;
  right: 9.6rem;
}
@media (max-width: 1279px) {
  .protest-box__item--07 {
    top: 11.2rem;
    right: 5.2rem;
  }
}
@media (max-width: 887px) {
  .protest-box__item--07 {
    top: 23.9rem;
    right: auto;
    left: 67.9rem;
  }
}
@media (max-width: 599px) {
  .protest-box__item--07 {
    top: 16.2rem;
    left: 20.4rem;
  }
}
.protest-box__item--08 {
  top: 54.8rem;
  right: 31.6rem;
}
@media (max-width: 1279px) {
  .protest-box__item--08 {
    top: 33.4rem;
    right: 15.5rem;
  }
}
@media (max-width: 887px) {
  .protest-box__item--08 {
    top: 53.5rem;
    right: auto;
    left: 51.5rem;
  }
}
@media (max-width: 599px) {
  .protest-box__item--08 {
    top: 25rem;
    left: 19.3rem;
  }
}
.protest-box__item--09 {
  top: 82.6rem;
  right: 20.8rem;
}
@media (max-width: 1279px) {
  .protest-box__item--09 {
    top: 68.9rem;
    right: 17.5rem;
  }
}
@media (max-width: 887px) {
  .protest-box__item--09 {
    top: 80.5rem;
    right: auto;
    left: 53.3rem;
  }
}
@media (max-width: 599px) {
  .protest-box__item--09 {
    top: 54.2rem;
    left: 23.7rem;
  }
}
.protest-box__tip {
  position: absolute;
  bottom: 100%;
  left: 100%;
  padding: 0.8rem 1.2rem;
  color: #f9f3de;
  white-space: nowrap;
  pointer-events: none;
  background: #100e13;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.8rem), calc(100% - 0.8rem) 100%, 0 100%);
  opacity: 0;
  translate: 0 0.8rem;
  transition: opacity 0.3s, translate 0.3s;
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .protest-box__tip {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
.protest-box__offer {
  position: absolute;
  top: 64.4rem;
  left: 59.4rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: flex-start;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 1279px) {
  .protest-box__offer {
    top: 43.9rem;
    left: 49.9rem;
  }
}
@media (max-width: 887px) {
  .protest-box__offer {
    top: 69.9rem;
    left: 3.2rem;
  }
}
@media (max-width: 599px) {
  .protest-box__offer {
    top: 63.4rem;
    left: 11.9rem;
    gap: 1.6rem;
  }
}
.protest-box__offer-text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
}
@media (max-width: 599px) {
  .protest-box__offer-text {
    gap: 1.2rem;
  }
}
.protest-box__hint {
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .protest-box__hint {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.protest-box__hint-dot {
  color: #ee2759;
}
.protest-box__title {
  font: 700 6.4rem/6.4rem "Druk Wide Cyr", Impact, sans-serif;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 1279px) {
  .protest-box__title {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}
@media (max-width: 599px) {
  .protest-box__title {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.protest-box__count {
  color: #ee2759;
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .protest-box__count {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}

@keyframes box-wiggle {
  0%, 100% {
    rotate: 0deg;
  }
  25% {
    rotate: -6deg;
  }
  75% {
    rotate: 6deg;
  }
}
.protest-media {
  --card-w: 51.2rem;
  --card-gap: 3.2rem;
  background: #100e13;
}
@media (max-width: 1279px) {
  .protest-media {
    --card-w: 47.1rem;
  }
}
@media (max-width: 887px) {
  .protest-media {
    height: 88.7rem;
  }
}
@media (max-width: 599px) {
  .protest-media {
    --card-w: 24.8rem;
    --card-gap: 1.6rem;
    height: 58.1rem;
  }
}
.protest-media__heading {
  position: absolute;
  top: 11.2rem;
  right: 3.2rem;
  left: 3.2rem;
  gap: 1.6rem;
  align-items: center;
}
@media (max-width: 599px) {
  .protest-media__heading {
    top: 8.8rem;
    right: 1.6rem;
    left: 1.6rem;
    gap: 0.8rem;
  }
}
.protest-media__row {
  justify-content: center;
}
@media (max-width: 887px) {
  .protest-media__row {
    flex-wrap: wrap;
    row-gap: 2.4rem;
  }
}
@media (max-width: 599px) {
  .protest-media__row {
    gap: 1.2rem 0.8rem;
  }
}
.protest-media__track {
  position: absolute;
  top: 38.4rem;
  left: 0;
  display: flex;
  width: 100%;
  gap: var(--card-gap);
}
@media (max-width: 1279px) {
  .protest-media__track {
    top: 28.7rem;
  }
}
@media (max-width: 887px) {
  .protest-media__track {
    top: 40.6rem;
  }
}
@media (max-width: 599px) {
  .protest-media__track {
    top: 26.6rem;
  }
}
@media (hover: none) {
  .protest-media__track {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .protest-media__track::-webkit-scrollbar {
    display: none;
  }
}
.protest-media__card {
  flex: 0 0 auto;
  width: var(--card-w);
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (hover: hover) {
  .protest-media__card {
    cursor: none;
    transition: translate 0.5s ease;
  }
  .protest-media__card:hover {
    translate: 0 -0.8rem;
  }
  .protest-media__card:hover .protest-media__poster {
    scale: 1.06;
    filter: brightness(1.12);
  }
}
.protest-media__card:first-child {
  margin-left: calc(50% - var(--card-w) * 1.5 - var(--card-gap));
}
@media (hover: none) {
  .protest-media__card {
    scroll-snap-align: center;
  }
}
.protest-media__poster {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (hover: hover) {
  .protest-media__poster {
    transition: scale 0.6s ease, filter 0.6s ease;
  }
}
.protest-media__text {
  position: absolute;
  top: 79.6rem;
  left: 50%;
  width: 66.4rem;
  margin-left: -33.2rem;
  font: 500 2.8rem/3.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  color: rgba(249, 243, 222, 0.48);
  text-align: center;
}
@media (max-width: 1279px) {
  .protest-media__text {
    top: 60rem;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 887px) {
  .protest-media__text {
    top: 71.9rem;
  }
}
@media (max-width: 599px) {
  .protest-media__text {
    top: 45.3rem;
    right: 1.6rem;
    left: 1.6rem;
    width: auto;
    margin-left: 0;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.protest-media__text-lead {
  color: #f9f3de;
}

.protest-vovan {
  color: #100e13;
  background: #f9f3de;
}
@media (max-width: 1279px) {
  .protest-vovan {
    height: 86.4rem;
  }
}
@media (max-width: 1279px) and (min-width: 888px) {
  .protest-vovan .section__frame {
    height: 86.4rem;
  }
}
@media (max-width: 887px) {
  .protest-vovan {
    height: 142.6rem;
  }
}
@media (max-width: 599px) {
  .protest-vovan {
    height: 103.92rem;
  }
}
@media (hover: hover) {
  .protest-vovan {
    cursor: none;
  }
  .protest-vovan a,
  .protest-vovan .button {
    cursor: pointer;
  }
}
.protest-vovan__heading {
  position: absolute;
  top: 11.2rem;
  left: 3.2rem;
}
@media (max-width: 599px) {
  .protest-vovan__heading {
    top: 8.8rem;
    left: 1.6rem;
  }
}
.protest-vovan__headline {
  position: absolute;
  top: 18.2rem;
  left: 50%;
  width: 56.4rem;
  font: 500 2.8rem/3.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
}
@media (max-width: 1279px) {
  .protest-vovan__headline {
    top: 11.2rem;
    left: calc(50% + 10.7rem);
    width: 37.3rem;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 887px) {
  .protest-vovan__headline {
    top: 36.6rem;
    left: 3.2rem;
    width: 70.4rem;
  }
}
@media (max-width: 599px) {
  .protest-vovan__headline {
    top: 24rem;
    left: 1.6rem;
    width: 36.1rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.protest-vovan__headline-tail {
  color: rgba(16, 14, 19, 0.48);
}
.protest-vovan__video {
  position: absolute;
  top: 42.4rem;
  left: 3.2rem;
  width: 75.2rem;
  height: 43.6rem;
}
@media (max-width: 1279px) {
  .protest-vovan__video {
    top: 36.6rem;
    width: 44.8rem;
    height: 26rem;
  }
}
@media (max-width: 887px) {
  .protest-vovan__video {
    top: 47rem;
    width: 70.4rem;
    height: 40.8rem;
  }
}
@media (max-width: 599px) {
  .protest-vovan__video {
    top: 34.8rem;
    left: 1.6rem;
    width: 36.1rem;
    height: 20.92rem;
  }
}
.protest-vovan__still {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.protest-vovan__play {
  position: absolute;
  top: 9rem;
  right: -6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.4rem;
  height: 8.4rem;
  background: #f9f3de;
  border: 1px solid #d4cebe;
  border-radius: 50%;
}
@media (max-width: 1279px) {
  .protest-vovan__play {
    top: 14.6rem;
    right: 5rem;
  }
}
@media (max-width: 887px) {
  .protest-vovan__play {
    top: 50%;
    right: auto;
    left: 50%;
    translate: -50% -50%;
  }
}
@media (max-width: 599px) {
  .protest-vovan__play {
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media (hover: hover) {
  .protest-vovan__play {
    display: none;
  }
}
.protest-vovan__play-icon {
  width: 2.4rem;
  height: 2.4rem;
  background: currentcolor;
  mask: url("../img/icons/play.svg") center/contain no-repeat;
}
.protest-vovan__duration {
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  color: #fff;
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .protest-vovan__duration {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 1279px) {
  .protest-vovan__duration {
    right: 1.2rem;
    bottom: 1.2rem;
  }
}
.protest-vovan__quick {
  position: absolute;
  top: 35.4rem;
  left: calc(50% + 8rem);
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 68.8rem;
}
@media (max-width: 1279px) {
  .protest-vovan__quick {
    top: 22.8rem;
    left: calc(50% + 10.7rem);
    width: 37.3rem;
  }
}
@media (max-width: 887px) {
  .protest-vovan__quick {
    top: 92.6rem;
    left: 3.2rem;
    width: 70.4rem;
  }
}
@media (max-width: 599px) {
  .protest-vovan__quick {
    top: 60.52rem;
    left: 1.6rem;
    width: 36.1rem;
  }
}
.protest-vovan__label {
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .protest-vovan__label {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.protest-vovan__dot {
  color: #ee2759;
}
.protest-vovan__question {
  font: 500 2.8rem/3.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
}
@media (max-width: 1279px) {
  .protest-vovan__question {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 599px) {
  .protest-vovan__question {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.protest-vovan__main {
  position: absolute;
  top: 52.6rem;
  left: calc(50% + 8rem);
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 61.4rem;
  font: 500 1.6rem/2.4rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
}
@media (max-width: 1279px) {
  .protest-vovan__main {
    top: 43.2rem;
    left: calc(50% + 10.7rem);
    width: 37.3rem;
  }
}
@media (max-width: 887px) {
  .protest-vovan__main {
    top: 106.6rem;
    left: 3.2rem;
    width: 70.4rem;
  }
}
@media (max-width: 599px) {
  .protest-vovan__main {
    top: 71.92rem;
    left: 1.6rem;
    gap: 1.6rem;
    width: 36.1rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.protest-vovan__button {
  position: absolute;
  top: 72.6rem;
  left: calc(50% + 8rem);
}
@media (max-width: 1279px) {
  .protest-vovan__button {
    top: 72.8rem;
    left: calc(50% + 10.7rem);
  }
}
@media (max-width: 887px) {
  .protest-vovan__button {
    top: 125.8rem;
    left: 3.2rem;
  }
}
@media (max-width: 599px) {
  .protest-vovan__button {
    top: 88.72rem;
    left: 1.6rem;
  }
}
.protest-vovan__hint {
  position: absolute;
  bottom: 3.2rem;
  left: 50%;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  white-space: nowrap;
  translate: -50% 0;
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .protest-vovan__hint {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 887px) {
  .protest-vovan__hint {
    display: none;
  }
}
.protest-vovan__hint-icon {
  width: 2.4rem;
  height: 2.4rem;
  background: currentcolor;
  mask: url("../img/icons/tap.svg") center/contain no-repeat;
}
.protest-vovan__note {
  position: absolute;
  right: 3.2rem;
  bottom: 3.2rem;
  width: 14.8rem;
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .protest-vovan__note {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 599px) {
  .protest-vovan__note {
    right: 1.6rem;
    bottom: 1.6rem;
  }
}

.protest-windows {
  background: #100e13;
}
@media (max-width: 1279px) {
  .protest-windows {
    height: 98rem;
  }
}
@media (max-width: 1279px) and (min-width: 888px) {
  .protest-windows .section__frame {
    height: 98rem;
  }
}
@media (max-width: 887px) {
  .protest-windows {
    height: 119.126rem;
  }
}
@media (max-width: 599px) {
  .protest-windows {
    height: 72.976rem;
  }
}
.protest-windows__head {
  position: absolute;
  top: 11.2rem;
  right: 3.2rem;
  left: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  align-items: center;
}
@media (max-width: 599px) {
  .protest-windows__head {
    top: 8.8rem;
    right: 1.6rem;
    left: 1.6rem;
  }
}
.protest-windows__heading {
  gap: 1.6rem;
  align-items: center;
}
@media (max-width: 599px) {
  .protest-windows__heading {
    gap: 0.8rem;
  }
}
.protest-windows__rows {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
}
@media (max-width: 599px) {
  .protest-windows__rows {
    gap: 0.8rem;
  }
}
.protest-windows__row {
  flex-wrap: wrap;
  row-gap: 2.4rem;
  justify-content: center;
}
@media (max-width: 599px) {
  .protest-windows__row {
    gap: 0.8rem;
  }
}
.protest-windows__text {
  width: 89rem;
  font: 500 2.8rem/3.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-align: center;
}
@media (max-width: 1279px) {
  .protest-windows__text {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 887px) {
  .protest-windows__text {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .protest-windows__text {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.protest-windows__text-tail {
  color: rgba(249, 243, 222, 0.48);
}
.protest-windows__features {
  position: absolute;
  right: 3.2rem;
  bottom: 3.2rem;
  left: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
}
@media (max-width: 599px) {
  .protest-windows__features {
    right: 1.6rem;
    bottom: 1.6rem;
    left: 1.6rem;
    gap: 1.6rem;
  }
}
.protest-windows__label {
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .protest-windows__label {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.protest-windows__dot {
  color: #ee2759;
}
.protest-windows__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  justify-content: center;
  width: 100%;
  max-width: 153.6rem;
  font: 700 3.2rem/3.2rem "Druk Wide Cyr", Impact, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .protest-windows__list {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 599px) {
  .protest-windows__list {
    gap: 0.8rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.protest-windows__item {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .protest-windows__item {
    gap: 0.8rem;
  }
}
.protest-windows__item:last-child::after {
  display: none;
}
.protest-windows__item::after {
  content: "";
  position: relative;
  flex-shrink: 0;
  width: 1.014rem;
  height: 2.175rem;
  background: linear-gradient(currentcolor, currentcolor) center/2.4rem 1px no-repeat;
  transform: rotate(115deg);
}
@media (max-width: 887px) {
  .protest-windows__item::after {
    width: 0.845rem;
    height: 1.813rem;
    background-size: 2rem 1px;
  }
}
@media (max-width: 599px) {
  .protest-windows__item::after {
    width: 0.507rem;
    height: 1.088rem;
    background-size: 1.2rem 1px;
  }
}
.protest-windows__item-text {
  text-box: trim-both cap alphabetic;
}

.protest-tusa {
  background: #100e13;
}
@media (max-width: 887px) {
  .protest-tusa {
    height: 100.9rem;
  }
}
@media (max-width: 599px) {
  .protest-tusa {
    height: 75.406rem;
  }
}
.protest-tusa__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
  mix-blend-mode: luminosity;
}
.protest-tusa__heading {
  position: absolute;
  top: 11.2rem;
  left: 3.2rem;
}
@media (max-width: 1279px) {
  .protest-tusa__heading {
    gap: 1.6rem;
  }
}
@media (max-width: 599px) {
  .protest-tusa__heading {
    top: 8.8rem;
    left: 1.6rem;
    gap: 0.8rem;
  }
}
.protest-tusa__text {
  position: absolute;
  top: 17rem;
  left: calc(50% + 5rem);
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 70.5rem;
  font: 500 1.6rem/2.4rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
}
@media (max-width: 1279px) {
  .protest-tusa__text {
    top: 12rem;
    left: 50%;
    gap: 2.4rem;
    width: 48rem;
  }
}
@media (max-width: 887px) {
  .protest-tusa__text {
    top: 47.7rem;
    left: 3.2rem;
    width: 70.4rem;
  }
}
@media (max-width: 599px) {
  .protest-tusa__text {
    top: 29.6rem;
    left: 1.6rem;
    width: 36.1rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.protest-tusa__lead {
  font-size: 2.8rem;
  line-height: 3.6rem;
}
@media (max-width: 1279px) {
  .protest-tusa__lead {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 599px) {
  .protest-tusa__lead {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.protest-tusa__lead-tail {
  color: rgba(249, 243, 222, 0.48);
}
.protest-tusa__media {
  position: absolute;
  right: 3.2rem;
  bottom: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  align-items: flex-start;
}
@media (max-width: 887px) {
  .protest-tusa__media {
    gap: 1.6rem;
    align-items: flex-end;
  }
}
@media (max-width: 599px) {
  .protest-tusa__media {
    right: 1.6rem;
    bottom: 1.6rem;
    left: 1.6rem;
  }
}
.protest-tusa__label {
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .protest-tusa__label {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.protest-tusa__dot {
  color: #ffc530;
}
.protest-tusa__link {
  display: block;
  width: fit-content;
  transition: transform 0.3s ease-out;
}
@media (hover: hover) {
  .protest-tusa__link:hover {
    transform: scale(0.97);
  }
}
.protest-tusa__logo {
  display: block;
  width: 40.4rem;
  height: 11.2rem;
}
@media (max-width: 599px) {
  .protest-tusa__logo {
    width: 100%;
    height: auto;
  }
}

.reg-files {
  color: #100e13;
  background: #f9f3de;
}
@media (max-width: 887px) {
  .reg-files {
    height: 143.533rem;
  }
}
@media (max-width: 599px) {
  .reg-files {
    height: 105.2rem;
  }
}
.reg-files__grid {
  position: absolute;
  top: 11.2rem;
  right: 3.2rem;
  bottom: 3.2rem;
  left: 3.2rem;
  display: grid;
  grid-template-areas: "heading . banner" "fields repeat banner" "checks create banner" ". . download";
  grid-template-rows: 1fr auto auto 14.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem 3.2rem;
}
@media (max-width: 1279px) {
  .reg-files__grid {
    grid-template-areas: "heading . banner" "fields repeat banner" "checks create download";
    grid-template-rows: 1fr auto 14.8rem;
    column-gap: 1.6rem;
  }
}
@media (max-width: 887px) {
  .reg-files__grid {
    bottom: auto;
    grid-template-areas: "heading heading" "fields repeat" "checks create" "banner banner" "download download";
    grid-template-rows: auto auto auto auto 14.8rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 599px) {
  .reg-files__grid {
    top: 8.8rem;
    right: 1.6rem;
    left: 1.6rem;
    grid-template-areas: "heading" "fields" "repeat" "checks" "create" "banner" "download";
    grid-template-rows: auto auto auto auto 8.4rem auto 8.4rem;
    grid-template-columns: 1fr;
  }
}
.reg-files__heading {
  grid-area: heading;
}
@media (max-width: 887px) {
  .reg-files__heading {
    height: 20.6rem;
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 599px) {
  .reg-files__heading {
    height: auto;
    margin-bottom: 0;
  }
}
.reg-files__form {
  display: contents;
}
.reg-files__fields {
  grid-area: fields;
}
.reg-files__repeat {
  grid-area: repeat;
  align-self: end;
}
@media (max-width: 599px) {
  .reg-files__repeat {
    margin-top: -1.6rem;
  }
}
.reg-files__field {
  position: relative;
}
.reg-files__input {
  width: 100%;
  height: 9.6rem;
  padding: 0 5.6rem 0 1.6rem;
  color: #100e13;
  text-transform: uppercase;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(16, 14, 19, 0.16);
  border-radius: 0;
  outline: 0;
  transition: border-color 0.3s;
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .reg-files__input {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
.reg-files__input:focus {
  border-color: #100e13;
}
.reg-files__input.is-error {
  border-color: #ee2759;
}
@media (max-width: 599px) {
  .reg-files__input {
    height: 8.4rem;
  }
}
.reg-files__input::placeholder {
  color: rgba(16, 14, 19, 0.48);
  opacity: 1;
}
.reg-files__eye {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 2.4rem;
  height: 2.4rem;
  color: #100e13;
  opacity: 0.48;
  translate: 0 -50%;
  transition: opacity 0.3s;
  background: currentcolor;
  mask: url("../img/icons/eye.svg") center/contain no-repeat;
}
.reg-files__eye.is-active {
  opacity: 1;
}
.reg-files__toasts {
  position: absolute;
  top: 6.4rem;
  right: 0;
  z-index: 1;
  width: 32.4rem;
  padding: 0 1.6rem;
}
@media (max-width: 599px) {
  .reg-files__toasts {
    top: 5.6rem;
    width: 100%;
  }
}
.reg-files__checks {
  grid-area: checks;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: center;
  min-height: 14.8rem;
  padding: 0 1.6rem;
}
@media (max-width: 599px) {
  .reg-files__checks {
    min-height: 0;
    padding: 0;
  }
}
.reg-files__check {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .reg-files__check {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
.reg-files__checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.reg-files__box {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  background: rgba(16, 14, 19, 0.16);
}
.reg-files__box::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  opacity: 0;
  background: currentcolor;
  mask: url("../img/icons/check.svg") center/contain no-repeat;
}
.reg-files__checkbox:checked + .reg-files__box {
  background: none;
  border: 1px solid rgba(16, 14, 19, 0.16);
}
.reg-files__checkbox:checked + .reg-files__box::before {
  opacity: 1;
}
.reg-files__checkbox:focus-visible + .reg-files__box {
  outline: 1px solid #100e13;
}
.reg-files__checkbox.is-error + .reg-files__box {
  border: 1px solid #ee2759;
}
.reg-files__link {
  color: rgba(16, 14, 19, 0.48);
  text-decoration: none;
}
.reg-files__create {
  grid-area: create;
}
.reg-files__download {
  grid-area: download;
}
.reg-files__banner {
  position: relative;
  grid-area: banner;
  display: flex;
  align-items: flex-end;
  padding: 3.2rem;
  overflow: hidden;
  color: #f9f3de;
}
@media (max-width: 887px) {
  .reg-files__banner {
    align-items: flex-start;
    height: 46.933rem;
    margin-top: 3.2rem;
  }
}
@media (max-width: 599px) {
  .reg-files__banner {
    height: 24rem;
    padding: 1.6rem;
  }
}
.reg-files__banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16, 14, 19, 0.16);
}
.reg-files__banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reg-files__banner-text {
  position: relative;
  font: 500 1.6rem/2.4rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
}
@media (max-width: 599px) {
  .reg-files__banner-text {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

.menu {
  position: fixed;
  inset: 0;
  z-index: 25;
  padding: 1.6rem;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.48);
  opacity: 0;
  transition: opacity 0.4s, visibility 0s 0.4s;
}
.menu--open {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s;
}
.menu__panel {
  display: flex;
  width: 72.6rem;
  height: 100%;
  color: #100e13;
  background: #f9f3de;
  border-radius: 1.2rem;
  translate: calc(-100% - 1.6rem) 0;
  transition: translate 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 1279px) {
  .menu__panel {
    width: 57.6rem;
  }
}
@media (max-width: 599px) {
  .menu__panel {
    width: 100%;
  }
}
.menu--open .menu__panel {
  translate: 0 0;
}
.menu__body {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  overflow-y: auto;
}
.menu__nav {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
  padding: 4.8rem 6.4rem;
}
@media (max-width: 1279px) {
  .menu__nav {
    padding: 3.2rem 3.2rem 2.4rem;
  }
}
@media (max-width: 599px) {
  .menu__nav {
    gap: 0.8rem;
    padding: 1.6rem;
  }
}
.menu__label {
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .menu__label {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.menu__label-dot {
  color: #ee2759;
}
.menu__link {
  position: relative;
  display: flex;
  color: inherit;
  font: 700 9.6rem/9.6rem "Druk Cyr", Impact, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s;
}
.menu__link .roll__char {
  --roll-shift: -0.06em;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 1279px) {
  .menu__link {
    font-size: 7.2rem;
    line-height: 7.2rem;
  }
}
@media (max-width: 599px) {
  .menu__link {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}
.menu__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1.6rem);
  width: 4.8rem;
  height: 4.8rem;
  color: #ee2759;
  opacity: 0;
  translate: -0.8rem -50%;
  transition: opacity 0.3s, translate 0.3s;
  background: currentcolor;
  mask: url("../img/icons/logo.svg") center/contain no-repeat;
}
@media (max-width: 599px) {
  .menu__link::after {
    display: none;
  }
}
.menu__link:hover {
  color: #ee2759;
}
.menu__link:hover::after {
  opacity: 1;
  translate: 0 -50%;
}
.menu__list {
  margin-top: auto;
}
.menu__item-link {
  display: grid;
  border-top: 1px solid #d4cebe;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
  align-items: center;
  height: 9.6rem;
  padding: 0 6.4rem;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1279px) {
  .menu__item-link {
    padding: 0 3.2rem;
  }
}
@media (max-width: 599px) {
  .menu__item-link {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    align-items: flex-start;
    height: auto;
    padding: 1.6rem;
  }
}
.menu__item-head {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .menu__item-head {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 599px) {
  .menu__item-head {
    gap: 1.2rem;
  }
}
.menu__item-icon {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
}
.menu__item-icon--telegram {
  background: currentcolor;
  mask: url("../img/icons/telegram.svg") center/contain no-repeat;
}
.menu__item-icon--discord {
  background: currentcolor;
  mask: url("../img/icons/discord.svg") center/contain no-repeat;
}
.menu__item-text {
  color: rgba(16, 14, 19, 0.48);
  opacity: 0;
  transition: opacity 0.3s;
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .menu__item-text {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 599px) {
  .menu__item-text {
    opacity: 1;
  }
}
.menu__item-link:hover .menu__item-text {
  opacity: 1;
}
.menu__close {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  color: inherit;
  border-left: 1px solid #d4cebe;
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .menu__close {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 599px) {
  .menu__close {
    gap: 0.4rem;
    width: 3.2rem;
  }
}
.menu__close-icon {
  width: 2.4rem;
  height: 2.4rem;
  background: currentcolor;
  mask: url("../img/icons/cross-thin.svg") center/contain no-repeat;
}
.menu__close-text {
  writing-mode: vertical-rl;
}

.toast {
  display: flex;
  gap: 0.8rem;
  align-items: flex-end;
  margin-top: 1.6rem;
  padding: 1.2rem;
  color: #100e13;
  text-transform: uppercase;
  background: #f9f3de;
  border: 1px solid rgba(16, 14, 19, 0.16);
  border-radius: 0.8rem;
  opacity: 0;
  translate: 0 -0.8rem;
  transition: opacity 0.3s, translate 0.3s;
}
.toast--show {
  opacity: 1;
  translate: 0 0;
}
.toast--error {
  border-color: #ee2759;
}
.toast--success {
  border-color: #cbcb13;
}
.toast__body {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 0.8rem;
  min-width: 0;
}
.toast__label {
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .toast__label {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.toast__dot {
  color: #ee2759;
}
.toast--success .toast__dot {
  color: #cbcb13;
}
.toast__text {
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .toast__text {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
.toast__link {
  color: rgba(16, 14, 19, 0.48);
  text-decoration: none;
}
.toast__ok {
  flex-shrink: 0;
}

.cookie {
  position: fixed;
  bottom: calc((100vh - 98rem) / 2);
  left: 0;
  z-index: 12;
  width: 34.8rem;
  padding: 0 1.6rem 1.6rem;
}
@media (max-width: 1279px) {
  .cookie {
    bottom: calc((100vh - 76.8rem) / 2);
  }
}
@media (max-width: 887px) {
  .cookie {
    bottom: 0;
  }
}
@media (max-width: 599px) {
  .cookie {
    width: 100%;
  }
}
.cookie[hidden] {
  display: none;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #100e13;
  transition: opacity 0.6s, visibility 0s 0.6s;
}
.preloader--done {
  visibility: hidden;
  opacity: 0;
}
.preloader__logo {
  width: 4.8rem;
  height: 4.8rem;
  color: #f9f3de;
  animation: preloader-pulse 1.2s ease-in-out infinite;
  background: currentcolor;
  mask: url("../img/icons/logo.svg") center/contain no-repeat;
}

@keyframes preloader-pulse {
  0%, 100% {
    scale: 1;
    opacity: 1;
  }
  50% {
    scale: 0.85;
    opacity: 0.5;
  }
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.2rem;
  background: rgba(16, 14, 19, 0.9);
}
.modal[hidden] {
  display: none;
}
.modal__close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 4.8rem;
  height: 4.8rem;
  color: #f9f3de;
  background: currentcolor;
  mask: url("../img/icons/cross.svg") center/contain no-repeat;
}
.modal__video {
  width: min(100%, 120rem);
  aspect-ratio: 16/9;
  border: 0;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  width: 8.4rem;
  height: 8.4rem;
  margin: -4.2rem 0 0 -4.2rem;
  color: #100e13;
  pointer-events: none;
  background: #f9f3de;
  border: 1px solid #d4cebe;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .cursor {
    display: flex;
  }
}
.cursor--visible {
  opacity: 1;
}
.cursor__icon {
  width: 2.4rem;
  height: 2.4rem;
  background: currentcolor;
  mask: url("../img/icons/play.svg") center/contain no-repeat;
}
.cursor--pause .cursor__icon {
  mask-image: url("../img/icons/pause.svg");
}
.cursor--ring {
  width: 6.4rem;
  height: 6.4rem;
  margin: -3.2rem 0 0 -3.2rem;
  color: #f9f3de;
  background: rgba(249, 243, 222, 0.16);
  border-color: #f9f3de;
}

.fly {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100vh;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 887px) {
  .fly {
    display: none;
  }
}

.page-hero {
  text-transform: uppercase;
}
@media (max-width: 887px) {
  .page-hero {
    height: 76.8rem;
  }
}
.page-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  pointer-events: none;
}
.page-hero__heading {
  position: absolute;
  right: 3.2rem;
  bottom: 3.2rem;
  display: flex;
  gap: 1.6rem;
  align-items: flex-end;
}
@media (max-width: 599px) {
  .page-hero__heading {
    right: 1.6rem;
  }
}
.page-hero__label {
  white-space: nowrap;
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .page-hero__label {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.page-hero__title {
  font: 700 21.2rem/15.8rem "Druk Cyr", Impact, sans-serif;
  white-space: nowrap;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 599px) {
  .page-hero__title {
    font-size: 7.2rem;
    line-height: 5.4rem;
  }
}
@media (max-width: 599px) {
  .page-hero--news .page-hero__bg {
    object-position: 85% 50%;
  }
}
@media (max-width: 1279px) {
  .page-hero--news .page-hero__heading {
    bottom: 31.4rem;
  }
}
@media (max-width: 599px) {
  .page-hero--news .page-hero__heading {
    bottom: 22.2rem;
  }
}
.page-hero--all-news {
  display: block;
  color: inherit;
}
.page-hero--all-news .page-hero__bg {
  transition: scale 0.6s;
}
@media (max-width: 599px) {
  .page-hero--all-news .page-hero__bg {
    object-position: 85% 50%;
  }
}
.page-hero--all-news:hover .page-hero__bg {
  scale: 1.04;
}
@media (max-width: 599px) {
  .page-hero--all-news .page-hero__heading {
    bottom: 1.6rem;
  }
}
.page-hero--all-news .page-hero__title {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-end;
}
.page-hero--files .page-hero__subtitle {
  position: absolute;
  top: 12.4rem;
  left: 3.2rem;
  font: 700 3.2rem/3.2rem "Druk Wide Cyr", Impact, sans-serif;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 1279px) {
  .page-hero--files .page-hero__subtitle {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 599px) {
  .page-hero--files .page-hero__subtitle {
    top: 8.8rem;
    left: 1.6rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.page-hero--files .page-hero__heading {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 599px) {
  .page-hero--files .page-hero__heading {
    bottom: 1.6rem;
  }
}
.page-hero--files .page-hero__title {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-end;
}
@media (max-width: 887px) {
  .page-hero--payment {
    min-height: 100vh;
  }
}
.page-hero--payment .page-hero__heading {
  top: 11.2rem;
  right: auto;
  bottom: auto;
  left: 3.2rem;
  flex-direction: column;
  gap: 3.2rem;
  align-items: flex-start;
}
@media (max-width: 599px) {
  .page-hero--payment .page-hero__heading {
    top: auto;
    right: 1.6rem;
    bottom: 7.2rem;
    left: 1.6rem;
    gap: 2.4rem;
  }
}

.reveal-hold .page-hero--files .page-hero__bg,
.reveal-hold .page-hero--files .page-hero__subtitle,
.reveal-hold .page-hero--files .page-hero__label {
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 887px) {
  .files-hero {
    height: 92.4rem;
  }
}
@media (max-width: 599px) {
  .files-hero {
    height: 84rem;
  }
}
.files-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  pointer-events: none;
}
@media (max-width: 887px) {
  .files-hero__bg {
    inset: 0 0 auto;
    height: 50.8rem;
  }
}
@media (max-width: 599px) {
  .files-hero__bg {
    height: 40rem;
  }
}
.files-hero__title {
  position: absolute;
  top: 11.2rem;
  left: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
  font: 700 21.2rem/15.8rem "Druk Cyr", Impact, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .files-hero__title {
    top: 8.8rem;
    left: 1.6rem;
    font-size: 7.2rem;
    line-height: 5.4rem;
  }
}
.files-hero__cards {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 887px) {
  .files-hero__cards {
    left: 0;
    flex-direction: column;
    align-items: stretch;
  }
}
.files-hero__card {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 68rem;
  padding: 6.4rem;
  color: #100e13;
}
@media (max-width: 1279px) {
  .files-hero__card {
    padding: 3.2rem;
  }
}
@media (max-width: 887px) {
  .files-hero__card {
    width: auto;
  }
}
.files-hero__card--download {
  background: #f9f3de;
  clip-path: polygon(3.2rem 0, 100% 0, 100% 100%, 0 100%, 0 3.2rem);
}
@media (max-width: 1279px) {
  .files-hero__card--download {
    width: 39rem;
    padding-left: 3.2rem;
  }
}
@media (max-width: 887px) {
  .files-hero__card--download {
    width: auto;
  }
}
@media (max-width: 599px) {
  .files-hero__card--download {
    gap: 2.4rem;
    padding: 2.4rem 2.4rem 2.4rem 3.2rem;
  }
}
.files-hero__card--reg {
  background: #f0ebd7;
}
@media (max-width: 1279px) {
  .files-hero__card--reg {
    width: 46rem;
  }
}
@media (max-width: 887px) {
  .files-hero__card--reg {
    width: auto;
  }
}
.files-hero__card-body {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 599px) {
  .files-hero__card--download .files-hero__card-body {
    gap: 1.6rem;
  }
}
.files-hero__card-title {
  font: 700 4.8rem/4.8rem "Druk Wide Cyr", Impact, sans-serif;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 1279px) {
  .files-hero__card-title {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 599px) {
  .files-hero__card-title {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
.files-hero__card-text {
  font: 400 1.4rem/2.4rem "Bounded", system-ui, sans-serif;
}
@media (max-width: 599px) {
  .files-hero__card-text {
    font-size: 1.1rem;
    line-height: 2rem;
  }
}
.files-hero__download {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32rem;
  height: 8rem;
  color: #100e13;
  text-decoration: none;
  text-transform: uppercase;
  background: #cbcb13;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0 100%);
  transition: scale 0.25s;
  font: 700 1.6rem/2rem "Druk Wide Cyr", Impact, sans-serif;
}
.files-hero__download:hover {
  scale: 0.98;
}
@media (max-width: 1279px) {
  .files-hero__download {
    width: 25.6rem;
    height: 6.4rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.4rem), calc(100% - 1.4rem) 100%, 0 100%);
  }
}
@media (max-width: 599px) {
  .files-hero__download {
    width: 19rem;
    height: 4.8rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.1rem), calc(100% - 1.1rem) 100%, 0 100%);
  }
}
.files-hero__actions {
  display: flex;
  gap: 0.8rem;
}
@media (max-width: 599px) {
  .files-hero__actions {
    gap: 0.4rem;
  }
}

.news-filter {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 80rem;
  padding: 3.2rem;
  color: #100e13;
  text-transform: uppercase;
  background: #f9f3de;
  clip-path: polygon(0 0, calc(100% - 3.2rem) 0, 100% 3.2rem, 100% 100%, 0 100%);
}
@media (max-width: 1279px) {
  .news-filter {
    width: 51.2rem;
  }
}
@media (max-width: 599px) {
  .news-filter {
    width: 37.7rem;
    padding: 1.6rem;
    clip-path: polygon(0 0, calc(100% - 1.6rem) 0, 100% 1.6rem, 100% 100%, 0 100%);
  }
}
.news-filter__info {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}
.news-filter__label {
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .news-filter__label {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.news-filter__mark {
  color: #ee2759;
}
.news-filter__date {
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .news-filter__date {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
.news-filter__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-start;
}
.news-filter__item {
  font: 700 12.8rem/9.5rem "Druk Cyr", Impact, sans-serif;
  color: inherit;
  text-transform: uppercase;
  white-space: nowrap;
  text-box: trim-both cap alphabetic;
  transition: color 0.25s;
}
@media (max-width: 1279px) {
  .news-filter__item {
    font-size: 8.4rem;
    line-height: 6.2rem;
  }
}
@media (max-width: 599px) {
  .news-filter__item {
    font-size: 5.6rem;
    line-height: 4.2rem;
  }
}
.news-filter__item:hover {
  color: #ee2759;
}
.news-filter__item--active {
  color: #ee2759;
}

.news-list__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 3.2rem;
  padding: 11.2rem 0 3.2rem;
}
@media (max-width: 599px) {
  .news-list__grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    padding: 8.8rem 0 1.6rem;
  }
}

.badge {
  display: flex;
  align-items: center;
  padding: 0.4rem 0.8rem;
  color: #f9f3de;
  background: #100e13;
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .badge {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
.badge--category {
  background: #b82ee8;
}
.badge--date {
  background: #ee2759;
}

.news-card--shift {
  margin-top: 11.2rem;
}
@media (max-width: 599px) {
  .news-card--shift {
    margin-top: 0;
  }
}
.news-card--hidden {
  display: none;
}
.news-card__link {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  color: #f9f3de;
  text-decoration: none;
}
.news-card__media {
  position: relative;
  display: block;
  aspect-ratio: 760/280;
  overflow: hidden;
}
.news-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.news-card__badges {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: translate 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.news-card__media .badge {
  transition: translate 0.4s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s;
}
.news-card__media .badge--date {
  position: absolute;
  bottom: 0;
  left: 0;
}
.news-card__title {
  font: 700 2.4rem/2.4rem "Druk Wide Cyr", Impact, sans-serif;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  transition: color 0.3s, translate 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 1279px) {
  .news-card__title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (max-width: 599px) {
  .news-card__title {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
@media (hover: hover) {
  .news-card__link:hover .news-card__img {
    scale: 1.06;
  }
  .news-card__link:hover .news-card__badges {
    translate: -0.8rem 0;
  }
  .news-card__link:hover .badge--server {
    background: #ee2759;
  }
  .news-card__link:hover .badge--date {
    translate: 0.8rem 0;
  }
  .news-card__link:hover .news-card__title {
    color: #ee2759;
    translate: 0.8rem 0;
  }
}

.load-more {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 8.8rem;
  padding: 0 1.6rem;
  color: #f9f3de;
  background: #100e13;
  border: 0;
  border-top: 1px solid rgba(249, 243, 222, 0.16);
  cursor: pointer;
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .load-more {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 599px) {
  .load-more {
    height: 5.6rem;
  }
}
.load-more--hidden {
  display: none;
}
.load-more__icon {
  display: flex;
  flex-shrink: 0;
  gap: 0.3rem;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
}
.load-more__dot {
  width: 0.4rem;
  height: 0.4rem;
  background: #ee2759;
}

.nav-round {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 4.8rem;
  height: 4.8rem;
  color: #f9f3de;
}
@media (max-width: 887px) {
  .nav-round {
    width: 4rem;
    height: 4rem;
  }
}
.nav-round::before, .nav-round::after {
  position: absolute;
  content: "";
}
.nav-round::before {
  inset: 0;
  color: rgba(249, 243, 222, 0.16);
  transition: color 0.25s;
  background: currentcolor;
  mask: url("../img/icons/nav-frame.svg") center/contain no-repeat;
}
@media (max-width: 599px) {
  .nav-round::before {
    background: #f9f3de;
    mask: none;
    clip-path: polygon(0 25.4%, 25.4% 0, 100% 0, 100% 100%, 0 100%);
  }
}
.nav-round::after {
  top: 50%;
  left: 50%;
  width: 2.4rem;
  height: 2.4rem;
  transform: translate(-50%, -50%);
}
@media (max-width: 599px) {
  .nav-round::after {
    color: #100e13;
  }
}
.nav-round:hover::before {
  color: #f9f3de;
}
.nav-round--back::after {
  background: currentcolor;
  mask: url("../img/icons/arrow-left.svg") center/contain no-repeat;
}
.nav-round--up::after {
  background: currentcolor;
  mask: url("../img/icons/arrow-up.svg") center/contain no-repeat;
}

.article {
  position: relative;
  padding: 11.2rem 0 9.6rem;
}
@media (max-width: 887px) {
  .article {
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 599px) {
  .article {
    padding: 8.8rem 0 1.6rem;
  }
}
.article__media, .article__title, .article__body {
  width: 80rem;
  margin: 0 auto;
}
@media (max-width: 887px) {
  .article__media, .article__title, .article__body {
    width: 100%;
  }
}
.article__media {
  position: relative;
}
.article__poster {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 800/294.74;
  object-fit: cover;
}
.article__badges {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.article__date {
  position: absolute;
  bottom: 0;
  left: 0;
}
.article__title {
  margin-top: 3.2rem;
  font: 700 6.4rem/6.4rem "Druk Wide Cyr", Impact, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 887px) {
  .article__title {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}
@media (max-width: 599px) {
  .article__title {
    margin-top: 1.6rem;
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}
.article__title .heading__word {
  display: inline-block;
  vertical-align: top;
}
.article .nav-round--back {
  position: absolute;
  z-index: 1;
  top: 11.2rem;
  left: calc(50% - 48rem);
}
@media (max-width: 887px) {
  .article .nav-round--back {
    left: 3.2rem;
  }
}
@media (max-width: 599px) {
  .article .nav-round--back {
    top: 8.8rem;
    left: 1.6rem;
  }
}
.article .nav-round--up {
  position: absolute;
  bottom: 9.6rem;
  left: calc(50% + 43.2rem);
}
@media (max-width: 887px) {
  .article .nav-round--up {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 0.8rem 0 0 auto;
  }
}
.article__body {
  margin-top: 3.2rem;
  font: 400 1.4rem/2rem "Bounded", system-ui, sans-serif;
  overflow-wrap: break-word;
}
@media (max-width: 599px) {
  .article__body {
    margin-top: 1.6rem;
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}
.article__body > * + * {
  margin-top: 1.6rem;
}
.article__body h2,
.article__body h3,
.article__body h4,
.article__body h5,
.article__body h6 {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  font-family: "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  font-weight: 700;
}
.article__body h2 {
  font-size: 3.2rem;
  line-height: 4rem;
}
@media (max-width: 599px) {
  .article__body h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.article__body h3 {
  font-size: 2.8rem;
  line-height: 3.6rem;
}
@media (max-width: 599px) {
  .article__body h3 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
.article__body h4 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media (max-width: 599px) {
  .article__body h4 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.article__body h5 {
  font-size: 2rem;
  line-height: 2.8rem;
}
@media (max-width: 599px) {
  .article__body h5 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.article__body h6 {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (max-width: 599px) {
  .article__body h6 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.article__body img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article__body :is(h2, h3, h4, h5, h6) img {
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  object-fit: contain;
}
.article__body small {
  display: inline-flex;
  flex-shrink: 0;
  padding: 0.4rem 0.8rem;
  color: #f9f3de;
  background: #ee2759;
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .article__body small {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
.article__body a {
  color: #ff9300;
  text-decoration: underline;
  transition: color 0.25s;
}
.article__body a:hover {
  color: #f9f3de;
}
.article__body strong,
.article__body b {
  font-weight: inherit;
  color: #ff9300;
}
.article__body em {
  font-style: italic;
  color: rgba(249, 243, 222, 0.48);
}
.article__body hr {
  height: 1px;
  background: rgba(249, 243, 222, 0.16);
  border: 0;
}
.article__body section {
  padding: 3.2rem;
  background: #1a191d;
}
@media (max-width: 599px) {
  .article__body section {
    padding: 1.6rem;
  }
}
.article__body section > * + * {
  margin-top: 3.2rem;
}
@media (max-width: 599px) {
  .article__body section > * + * {
    margin-top: 1.6rem;
  }
}
.article__body section > section + section {
  margin-top: 1.6rem;
}
.article__body section section {
  background: #252428;
}
.article__body blockquote {
  padding: 1.6rem;
  background: #302f32;
  border-left: 0.4rem solid #ff9300;
}
.article__body blockquote > * + * {
  margin-top: 1.6rem;
}
.article__body ul,
.article__body ol {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.article__body li {
  position: relative;
  padding-left: 1.8rem;
}
.article__body ul > li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: -0.3rem;
  background: #ff9300;
  content: "";
}
.article__body ol {
  counter-reset: n;
}
.article__body ol > li {
  padding-left: 2.4rem;
  counter-increment: n;
}
.article__body ol > li::before {
  position: absolute;
  left: 0;
  color: #ff9300;
  content: counter(n) ".";
}
.article__body .items {
  gap: 0.2rem;
}
.article__body .items > li {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  padding: 1.6rem;
  background: #302f32;
}
.article__body .items > li::before {
  content: none;
}
.article__body .items > li img {
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  object-fit: contain;
}
.article__body .items > li b {
  flex-shrink: 0;
  margin-left: auto;
  text-align: right;
}
@media (hover: hover) {
  .article__body .items > li {
    transition: background-color 0.25s, translate 0.25s;
  }
  .article__body .items > li:hover {
    translate: 0.4rem 0;
    background: rgba(249, 243, 222, 0.16);
  }
}

@media (max-width: 599px) {
  .article--doc {
    padding-bottom: 4.8rem;
  }
}
.article--doc .article__title {
  margin-top: 0;
  font-size: 4.8rem;
  line-height: 4.8rem;
}
@media (max-width: 599px) {
  .article--doc .article__title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.article--doc .article__body {
  line-height: 2.4rem;
  color: rgba(249, 243, 222, 0.48);
}
@media (max-width: 599px) {
  .article--doc .article__body {
    font-size: 1.1rem;
    line-height: 2rem;
  }
}
.article--doc .article__body > p + p {
  margin-top: 2.4rem;
}
@media (max-width: 599px) {
  .article--doc .article__body > p + p {
    margin-top: 2rem;
  }
}
.article--doc .article__body h2 {
  color: #f9f3de;
}
@media (max-width: 599px) {
  .article--doc .article__body h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
.article--doc .article__body strong,
.article--doc .article__body b {
  font-weight: 600;
  color: #f9f3de;
}
@media (max-width: 599px) {
  .article--doc .article__body ul {
    gap: 1.2rem;
  }
}
.article--doc .article__body ul > li::before {
  background: rgba(249, 243, 222, 0.48);
}

.article__body .item,
.article__body .levels {
  display: grid;
  gap: 0.4rem;
  width: 100%;
}
.article__body :is(.item, .levels) + :is(.item, .levels) {
  margin-top: 0.4rem;
}
.article__body .item > p,
.article__body .item > div,
.article__body .levels td {
  padding: 1.6rem;
  background: #1a191d;
}
.article__body .item > p:first-child {
  display: grid;
  grid-template-columns: 5.6rem 1fr;
  gap: 0.4rem 1.6rem;
  align-content: start;
  min-height: 8.8rem;
}
.article__body .item > p:first-child img {
  grid-row: 1/3;
  width: 5.6rem;
  height: 5.6rem;
  object-fit: contain;
}
.article__body .item > p:first-child small {
  align-self: end;
  padding: 0;
  color: inherit;
  background: none;
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .article__body .item > p:first-child small {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.article__body .item > p:first-child b {
  align-self: start;
  font-weight: 600;
  color: #f9f3de;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
@media (max-width: 599px) {
  .article__body .item > p:first-child b {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.article__body .item > div > * + *,
.article__body .levels td > * + * {
  margin-top: 0.8rem;
}
@media (max-width: 599px) {
  .article__body .item > div > * + *,
  .article__body .levels td > * + * {
    margin-top: 0.6rem;
  }
}
.article__body .item > div > .stats + *,
.article__body .item > div > * + .stats,
.article__body .levels td > .stats + *,
.article__body .levels td > * + .stats {
  margin-top: 1.2rem;
}
.article__body .item > div p,
.article__body .levels td p {
  color: rgba(249, 243, 222, 0.48);
  font-size: 1.2rem;
  line-height: 1.8rem;
}
@media (max-width: 599px) {
  .article__body .item > div p,
  .article__body .levels td p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.article__body .item > div strong,
.article__body .levels td strong {
  font-weight: 600;
  color: #f9f3de;
}
.article__body .stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
}
.article__body .stats span,
.article__body .stats mark {
  padding: 0.4rem 0.8rem;
  color: #f9f3de;
  background: #252428;
}
.article__body .stats span {
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .article__body .stats span {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.article__body .stats mark {
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .article__body .stats mark {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
.article__body .stats .green {
  background: #009b45;
}
.article__body .stats .teal {
  background: #0fbcaa;
}
.article__body .stats .pink {
  background: #cf1474;
}
.article__body .stats .cream {
  color: #100e13;
  background: #f9f3de;
}
.article__body .stats img {
  width: 1.6rem;
  height: 1.6rem;
}
.article__body .levels tbody,
.article__body .levels tr {
  display: contents;
}
.article__body .levels th {
  padding: 1.6rem;
  text-align: left;
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .article__body .levels th {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
.article__body .levels th span {
  color: rgba(249, 243, 222, 0.48);
}
.article__body details[data-wide] .item {
  grid-template-columns: 1fr 1fr;
}
.article__body details[data-wide] .item > p:first-child {
  grid-template-rows: max-content max-content;
}
.article__body details[data-wide] .item > p:first-child small,
.article__body details[data-wide] .item > p:first-child b {
  align-self: start;
}
.article__body details[data-wide] .levels {
  grid-template-rows: auto auto;
  grid-auto-flow: column;
  grid-auto-columns: minmax(25.6rem, max-content);
}
@media (max-width: 887px) {
  .article__body details[data-wide] .item {
    grid-template-columns: none;
  }
  .article__body details[data-wide] .item > p:first-child {
    grid-template-rows: none;
  }
  .article__body details[data-wide] .item > p:first-child small {
    align-self: end;
  }
  .article__body details[data-wide] .levels {
    grid-template-rows: none;
    grid-auto-flow: row;
    grid-auto-columns: auto;
  }
}

@media (min-width: 888px) and (hover: hover) {
  .page-hero--about {
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width: 599px) {
  .page-hero--about {
    height: 72.8rem;
  }
}
@media (max-width: 599px) {
  .page-hero--about .page-hero__bg {
    object-position: 63% 50%;
  }
}
.page-hero--about .page-hero__subtitle {
  position: absolute;
  top: 11.2rem;
  left: 3.2rem;
  width: 76.8rem;
  font: 500 2.8rem/3.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: none;
}
@media (max-width: 887px) {
  .page-hero--about .page-hero__subtitle {
    top: auto;
    right: 3.2rem;
    bottom: 23.8rem;
    width: auto;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 599px) {
  .page-hero--about .page-hero__subtitle {
    top: auto;
    right: 1.6rem;
    bottom: 11.8rem;
    left: 1.6rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (max-width: 599px) {
  .page-hero--about .page-hero__heading {
    bottom: 1.6rem;
  }
}

.about__aside {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(50% + 40.2rem);
  width: 24.8rem;
}
@media (max-width: 1279px) {
  .about__aside {
    display: none;
  }
}

.toc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 3.2rem 3.2rem 0;
}
.toc__link {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: flex-end;
  min-height: 2.4rem;
  color: rgba(249, 243, 222, 0.48);
  text-align: right;
  transition: color 0.25s;
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .toc__link {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
.toc__link:hover {
  color: #f9f3de;
}
.toc__link--active {
  color: #f9f3de;
}
.toc__link--active::after {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  content: "";
  background: currentcolor;
  mask: url("../img/icons/logo.svg") center/contain no-repeat;
}

.article--about .container {
  position: relative;
}
.article--about .nav-round--up {
  bottom: 0;
}
.article--about .article__body {
  margin-top: 0;
  line-height: 2.4rem;
}
@media (max-width: 599px) {
  .article--about .article__body {
    line-height: 2rem;
  }
}
.article--about .article__body > * + * {
  margin-top: 3.2rem;
}
@media (max-width: 599px) {
  .article--about .article__body > * + * {
    margin-top: 1.6rem;
  }
}
.article--about .article__body > section {
  padding: 0 0 3.2rem;
}
@media (max-width: 599px) {
  .article--about .article__body > section {
    padding-bottom: 1.6rem;
  }
}
.article--about .article__body > section > :not(img):not(h2) {
  margin-right: 3.2rem;
  margin-left: 3.2rem;
}
@media (max-width: 599px) {
  .article--about .article__body > section > :not(img):not(h2) {
    margin-right: 1.6rem;
    margin-left: 1.6rem;
  }
}
.article--about .article__body > section > img {
  width: 100%;
  aspect-ratio: 800/294;
  object-fit: cover;
}
.article--about .article__body > section > h2 {
  display: block;
  margin-top: 0;
  padding: 3.2rem;
  font: 700 3.2rem/3.2rem "Druk Wide Cyr", Impact, sans-serif;
  color: var(--ink);
  text-transform: uppercase;
  background: var(--accent);
  text-box: trim-both cap alphabetic;
}
@media (max-width: 599px) {
  .article--about .article__body > section > h2 {
    padding: 1.6rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.article--about .article__body h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media (max-width: 599px) {
  .article--about .article__body h3 {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
.article--about .article__body ul {
  gap: 1.2rem;
}
.article--about .article__body ul > li::before {
  background: var(--accent);
}
.article--about .article__body blockquote {
  border-left-color: var(--accent);
}
.article--about .article__body b {
  color: var(--accent);
}
.article--about .article__body strong {
  font-weight: 600;
  color: inherit;
}

.article--about .article__body > section:nth-of-type(12n + 1) {
  --accent: #ee2759;
  --ink: #f9f3de;
}

.article--about .article__body > section:nth-of-type(12n + 2) {
  --accent: #cbcb13;
  --ink: #100e13;
}

.article--about .article__body > section:nth-of-type(12n + 3) {
  --accent: #cf1474;
  --ink: #f9f3de;
}

.article--about .article__body > section:nth-of-type(12n + 4) {
  --accent: #d30009;
  --ink: #f9f3de;
}

.article--about .article__body > section:nth-of-type(12n + 5) {
  --accent: #17c670;
  --ink: #f9f3de;
}

.article--about .article__body > section:nth-of-type(12n + 6) {
  --accent: #cbcb13;
  --ink: #100e13;
}

.article--about .article__body > section:nth-of-type(12n + 7) {
  --accent: #009b45;
  --ink: #f9f3de;
}

.article--about .article__body > section:nth-of-type(12n + 8) {
  --accent: #0084e3;
  --ink: #f9f3de;
}

.article--about .article__body > section:nth-of-type(12n + 9) {
  --accent: #ffc530;
  --ink: #100e13;
}

.article--about .article__body > section:nth-of-type(12n + 10) {
  --accent: #f9f3de;
  --ink: #100e13;
}

.article--about .article__body > section:nth-of-type(12n + 11) {
  --accent: #17c670;
  --ink: #100e13;
}

.article--about .article__body > section:nth-of-type(12n + 12) {
  --accent: #0084e3;
  --ink: #f9f3de;
}

.article--about .article__body > section[data-color=pink] {
  --accent: #ee2759;
  --ink: #f9f3de;
}

.article--about .article__body > section[data-color=lime] {
  --accent: #cbcb13;
  --ink: #100e13;
}

.article--about .article__body > section[data-color=magenta] {
  --accent: #cf1474;
  --ink: #f9f3de;
}

.article--about .article__body > section[data-color=red] {
  --accent: #d30009;
  --ink: #f9f3de;
}

.article--about .article__body > section[data-color=emerald] {
  --accent: #17c670;
  --ink: #f9f3de;
}

.article--about .article__body > section[data-color=green] {
  --accent: #009b45;
  --ink: #f9f3de;
}

.article--about .article__body > section[data-color=blue] {
  --accent: #0084e3;
  --ink: #f9f3de;
}

.article--about .article__body > section[data-color=yellow] {
  --accent: #ffc530;
  --ink: #100e13;
}

.article--about .article__body > section[data-color=cream] {
  --accent: #f9f3de;
  --ink: #100e13;
}

.about-fly-host {
  position: relative;
}

.about-fly {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform-origin: 0 0;
  will-change: transform;
}
.about-fly__img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  transform-origin: 0 0;
  will-change: transform;
  will-change: transform;
}

.article__body details {
  background: #1a191d;
  transition: margin-inline-start 0.4s, margin-inline-end 0.4s;
}
.article__body details[open] {
  background: none;
  border: 1px solid rgba(249, 243, 222, 0.16);
}
.article__body details[data-wide] {
  margin-inline: calc(3.2rem - (100vw - 100%) / 2);
}
@media (max-width: 887px) {
  .article__body details[data-wide] {
    margin-inline: 0;
  }
}
.article__body details summary {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  padding: 1.6rem 3.2rem;
  font: 700 1.6rem/2.4rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  list-style: none;
  cursor: pointer;
}
@media (max-width: 599px) {
  .article__body details summary {
    padding: 1.2rem 1.6rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.article__body details summary::-webkit-details-marker {
  display: none;
}
.article__body details summary::after {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: auto;
  rotate: 45deg;
  transition: rotate 0.35s;
  content: "";
  background: currentcolor;
  mask: url("../img/icons/cross.svg") center/contain no-repeat;
}
.article__body details summary img {
  flex-shrink: 0;
  width: 5.6rem;
  height: 5.6rem;
  object-fit: contain;
}
.article__body details summary button {
  display: none;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: auto;
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}
.article__body details summary button::before, .article__body details summary button::after {
  width: 1.2rem;
  height: 2.4rem;
  transition: scale 0.35s;
  content: "";
  background: currentcolor;
  mask: url("../img/icons/arrow-right.svg") center/contain no-repeat;
  mask-size: 1.8rem;
}
.article__body details summary button::before {
  scale: -1 1;
}
.article__body details[open] summary {
  border-bottom: 1px solid rgba(249, 243, 222, 0.16);
}
.article__body details[open] summary::after {
  margin-left: 0;
  rotate: 0deg;
}
@media (max-width: 887px) {
  .article__body details[open] summary::after {
    margin-left: auto;
  }
}
.article__body details[open] summary button {
  display: flex;
}
@media (max-width: 887px) {
  .article__body details[open] summary button {
    display: none;
  }
}
.article__body details[data-wide] summary button::before {
  scale: 1 1;
}
.article__body details[data-wide] summary button::after {
  scale: -1 1;
}
.article__body details summary + * {
  overflow: hidden;
  padding: 3.2rem;
}
@media (max-width: 599px) {
  .article__body details summary + * {
    padding: 1.6rem;
  }
}
.article__body details summary + * > * + * {
  margin-top: 1.6rem;
}

@media (max-width: 1279px) {
  .payment__title {
    gap: 1.6rem;
  }
}
@media (max-width: 599px) {
  .payment__title {
    gap: 0.8rem;
  }
}
.payment__info {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: flex-start;
  max-width: 49.2rem;
}
@media (max-width: 1279px) {
  .payment__info {
    max-width: 40.4rem;
  }
}
@media (max-width: 599px) {
  .payment__info {
    max-width: none;
    width: 100%;
  }
}
.payment__text {
  text-transform: none;
}
@media (max-width: 599px) {
  .payment__text {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.payment__status {
  position: absolute;
  bottom: 3.2rem;
  left: 50%;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  white-space: nowrap;
  translate: -50% 0;
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .payment__status {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 599px) {
  .payment__status {
    bottom: 1.6rem;
    left: 1.6rem;
    translate: none;
  }
}
.payment__spinner {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  animation: payment-spin 1s linear infinite;
  background: currentcolor;
  mask: url("../img/icons/spinner.svg") center/contain no-repeat;
}
.payment--success .payment__link {
  color: #cbcb13;
}
.payment--fail .payment__link {
  color: #ee2759;
}
.payment--fail .payment__info {
  max-width: 56.3rem;
}
@media (max-width: 1279px) {
  .payment--fail .payment__info {
    max-width: 46.2rem;
  }
}
@media (max-width: 599px) {
  .payment--fail .payment__info {
    max-width: none;
  }
}

@keyframes payment-spin {
  to {
    rotate: 360deg;
  }
}
.films {
  background: #100e13;
  text-transform: uppercase;
}
@media (max-width: 887px) {
  .films {
    height: auto;
  }
}
@media (max-width: 887px) {
  .films__frame {
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
    padding: 11.2rem 3.2rem 3.2rem;
  }
}
@media (max-width: 887px) {
  .films__heading {
    position: static;
    align-self: flex-start;
  }
}
@media (max-width: 887px) {
  .films__label {
    display: none;
  }
}
.films__lead {
  position: absolute;
  top: 12.4rem;
  left: 3.2rem;
  width: 44.8rem;
  font: 700 3.2rem/3.2rem "Druk Wide Cyr", Impact, sans-serif;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 1279px) {
  .films__lead {
    top: 11.2rem;
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 887px) {
  .films__lead {
    position: static;
    width: 50%;
    margin-left: 50%;
  }
}
@media (max-width: 599px) {
  .films__lead {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.films__info {
  position: absolute;
  top: 45.4rem;
  right: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 16.4rem;
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .films__info {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 1279px) {
  .films__info {
    top: 34.8rem;
  }
}
@media (max-width: 887px) {
  .films__info {
    display: none;
  }
}
.films__list {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 90.4rem;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .films__list {
    height: 61.5rem;
  }
}
@media (max-width: 887px) {
  .films__list {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
    height: auto;
    overflow: visible;
  }
}
.films__card {
  --card-x: -4rem;
  --card-y: 0;
  position: absolute;
  top: var(--card-y);
  left: 50%;
  width: 60rem;
  margin-left: var(--card-x);
  color: inherit;
  text-align: left;
  text-transform: inherit;
}
@media (hover: hover) {
  .films__card {
    cursor: none;
  }
}
@media (max-width: 1279px) {
  .films__card {
    --card-x: -28.4rem;
    width: 56.8rem;
  }
}
@media (max-width: 887px) {
  .films__card {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    width: 100%;
    margin-left: 0;
  }
}
.films__card:nth-child(1) {
  --card-y: 14rem;
}
@media (max-width: 1279px) {
  .films__card:nth-child(1) {
    --card-y: 21.7rem;
  }
}
.films__card:nth-child(2) {
  --card-y: 55.8rem;
}
@media (max-width: 1279px) {
  .films__card:nth-child(2) {
    --card-y: 61.5rem;
  }
}
.films__card:nth-child(3) {
  --card-y: 97.6rem;
}
@media (max-width: 1279px) {
  .films__card:nth-child(3) {
    --card-y: 101.3rem;
  }
}
.films__card:nth-child(4) {
  --card-y: 139.4rem;
}
@media (max-width: 1279px) {
  .films__card:nth-child(4) {
    --card-y: 141.1rem;
  }
}
.films__card:nth-child(5) {
  --card-y: 181.2rem;
}
@media (max-width: 1279px) {
  .films__card:nth-child(5) {
    --card-y: 180.9rem;
  }
}
.films__card:nth-child(6) {
  --card-y: 223rem;
}
@media (max-width: 1279px) {
  .films__card:nth-child(6) {
    --card-y: 220.7rem;
  }
}
.films__card:nth-child(7) {
  --card-y: 264.8rem;
}
@media (max-width: 1279px) {
  .films__card:nth-child(7) {
    --card-y: 260.5rem;
  }
}
.films__card:nth-child(8) {
  --card-y: 306.6rem;
}
@media (max-width: 1279px) {
  .films__card:nth-child(8) {
    --card-y: 300.3rem;
  }
}
.films__card:nth-child(9) {
  --card-y: 348.4rem;
}
@media (max-width: 1279px) {
  .films__card:nth-child(9) {
    --card-y: 340.1rem;
  }
}
.films__card:nth-child(even) {
  --card-x: -64rem;
}
@media (max-width: 1279px) {
  .films__card:nth-child(even) {
    --card-x: -28.4rem;
  }
}
.films__preview {
  position: relative;
  display: block;
  height: 35.4rem;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .films__preview {
    height: 33.4rem;
  }
}
@media (max-width: 887px) {
  .films__preview {
    height: 41.426rem;
  }
}
@media (max-width: 599px) {
  .films__preview {
    height: 19.36rem;
  }
}
.films__poster {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.films__play {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  background: rgba(249, 243, 222, 0.16);
  border: 1px solid #f9f3de;
  border-radius: 50%;
}
@media (hover: hover) {
  .films__play {
    display: none;
  }
}
.films__play-icon {
  width: 2.4rem;
  height: 2.4rem;
  background: currentcolor;
  mask: url("../img/icons/play.svg") center/contain no-repeat;
}
.films__duration {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .films__duration {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
.films__caption {
  position: absolute;
  inset: 0;
}
.films__title, .films__watch {
  position: absolute;
  font: 700 2.4rem/2.4rem "Druk Wide Cyr", Impact, sans-serif;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 1279px) {
  .films__title, .films__watch {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (max-width: 599px) {
  .films__title, .films__watch {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.films__title {
  bottom: 1rem;
  left: 1.6rem;
  max-width: calc(100% - 3.2rem);
}
.films__watch {
  bottom: 0;
  left: 0;
  padding: 1.6rem;
  background: #ee2759;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 887px) {
  .films__watch {
    right: 0;
    left: auto;
    opacity: 1;
    visibility: visible;
  }
}
.films__zone {
  display: none;
}
.films__meta {
  display: none;
}
@media (max-width: 887px) {
  .films__meta {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
    text-transform: uppercase;
  }
}
@media (max-width: 887px) and (max-width: 599px) {
  .films__meta {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
@media (min-width: 888px) and (hover: hover) {
  .films {
    --band: 98rem;
    --list: 397.8rem;
    --zone: 83.6rem;
    --off: calc((100vh - var(--band)) / 2);
    height: auto;
  }
}
@media (min-width: 888px) and (hover: hover) and (max-width: 1279px) {
  .films {
    --band: 76.8rem;
    --list: 387.5rem;
    --zone: 79.6rem;
  }
}
@media (min-width: 888px) and (hover: hover) {
  .films__frame {
    position: relative;
    top: auto;
    height: auto;
    padding-top: var(--off);
    translate: none;
  }
  .films__heading {
    bottom: calc(var(--off) + var(--list) - var(--band) + 3.2rem);
  }
  .films__heading, .films__lead, .films__info {
    z-index: 1;
  }
  .films__list {
    position: relative;
    inset: auto;
    height: var(--list);
    overflow: visible;
  }
  .films__zone {
    position: absolute;
    left: 0;
    display: block;
    width: 1px;
    pointer-events: none;
  }
  .films__zone--top {
    top: 0;
    height: var(--zone);
  }
  .films__zone--rest {
    top: var(--zone);
    bottom: 0;
  }
}
@media (hover: hover) and (max-width: 887px) {
  .films__card:hover .films__title {
    opacity: 0;
    visibility: hidden;
  }
  .films__card:hover .films__watch {
    opacity: 1;
    visibility: visible;
  }
}

.reveal-hold .films__lead, .reveal-hold .films__card {
  visibility: hidden;
}

.footer {
  background: #100e13;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  min-height: 100vh;
  padding: 11.2rem 3.2rem 3.2rem;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .footer {
    gap: 4.8rem;
    min-height: 0;
    padding-bottom: 17.6rem;
  }
}
@media (max-width: 599px) {
  .footer {
    padding: 8.8rem 1.6rem 15.1rem;
  }
}
.footer__logo {
  width: 100%;
  height: auto;
}
.footer__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.6rem;
}
@media (max-width: 1279px) {
  .footer__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 599px) {
  .footer__cards {
    gap: 0.8rem;
  }
}
.footer__card {
  position: relative;
  height: 17.6rem;
  border: 1px solid rgba(249, 243, 222, 0.16);
}
@media (max-width: 599px) {
  .footer__card {
    height: 12.5rem;
  }
}
.footer__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(#f9f3de, #f9f3de) 0 0/100% 0 no-repeat;
  transition: background-size 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.footer__card .footer__card-link,
.footer__card .footer__card-text {
  transition: color 0.4s;
}
.footer__card:hover::before {
  background-size: 100% 100%;
}
.footer__card:hover .footer__card-link {
  color: #100e13;
}
.footer__card:hover .footer__card-text {
  color: rgba(16, 14, 19, 0.48);
}
.footer__card--discord {
  background: rgba(249, 243, 222, 0.16);
  border: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4.4rem), calc(100% - 4.4rem) 100%, 0 100%);
}
@media (max-width: 599px) {
  .footer__card--discord {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.2rem), calc(100% - 2.2rem) 100%, 0 100%);
  }
}
.footer__card--discord::before {
  inset: 1px;
  background-color: #100e13;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4.4rem), calc(100% - 4.4rem) 100%, 0 100%);
}
@media (max-width: 599px) {
  .footer__card--discord::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.2rem), calc(100% - 2.2rem) 100%, 0 100%);
  }
}
.footer__card-link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
  height: 100%;
  padding: 3.2rem;
  color: #f9f3de;
  text-decoration: none;
}
@media (max-width: 599px) {
  .footer__card-link {
    gap: 0.8rem;
    padding: 1.6rem;
  }
}
.footer__card-icon {
  width: 2.4rem;
  height: 2.4rem;
}
.footer__card-icon--telegram {
  background: currentcolor;
  mask: url("../img/icons/telegram.svg") center/contain no-repeat;
}
.footer__card-icon--discord {
  background: currentcolor;
  mask: url("../img/icons/discord.svg") center/contain no-repeat;
}
.footer__card-title {
  font: 700 3.2rem/3.2rem "Druk Wide Cyr", Impact, sans-serif;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 1279px) {
  .footer__card-title {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 599px) {
  .footer__card-title {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.footer__card-text {
  color: rgba(249, 243, 222, 0.48);
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .footer__card-text {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.footer__info {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
@media (max-width: 599px) {
  .footer__info {
    flex-direction: column-reverse;
    gap: 4.8rem;
    align-items: stretch;
  }
}
.footer__patch, .footer__column {
  flex: 1 1 0;
  min-width: 0;
}
.footer__patch {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
  text-transform: uppercase;
  white-space: nowrap;
}
.footer__patch-name {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-start;
  font: 700 12.8rem/12.8rem "Druk Cyr", Impact, sans-serif;
}
@media (max-width: 1279px) {
  .footer__patch-name {
    font-size: 8.4rem;
    line-height: 8.4rem;
  }
}
@media (max-width: 599px) {
  .footer__patch-name {
    font-size: 5.6rem;
    line-height: 5.6rem;
  }
}
.footer__patch-word {
  text-box: trim-both cap alphabetic;
}
.footer__patch-word--outline {
  color: transparent;
  -webkit-text-stroke: 1.5px #fff;
}
.footer__patch-word--pink {
  color: #ee2759;
}
.footer__patch-meta {
  display: flex;
  flex-direction: column;
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .footer__patch-meta {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
.footer__patch-concept {
  color: #fff;
}
.footer__patch-rates {
  color: #ee2759;
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  align-self: flex-start;
  margin-top: 1.1rem;
}
@media (max-width: 1279px) {
  .footer__column {
    gap: 2.4rem;
    margin-top: 0.4rem;
  }
}
@media (max-width: 599px) {
  .footer__column {
    margin-top: 0;
  }
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 4.8rem;
  text-transform: uppercase;
  white-space: nowrap;
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .footer__nav {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
.footer__nav-link {
  color: #f9f3de;
  text-decoration: none;
}
.footer__brands {
  display: flex;
  gap: 4.8rem;
  align-items: center;
}
@media (max-width: 1279px) {
  .footer__brands {
    flex-direction: column;
    gap: 2.4rem;
    align-items: flex-start;
  }
}
.footer__logos {
  display: flex;
  flex-shrink: 0;
  gap: 1.6rem;
  align-items: center;
}
.footer__mark {
  width: 4.8rem;
  height: 4.8rem;
  background: currentcolor;
  mask: url("../img/icons/logo.svg") center/contain no-repeat;
}
.footer__cross {
  width: 2.4rem;
  height: 2.4rem;
  background: currentcolor;
  mask: url("../img/icons/cross-thin.svg") center/contain no-repeat;
}
.footer__samurai {
  position: relative;
  width: 16rem;
  height: 4.8rem;
  overflow: hidden;
}
.footer__samurai-img {
  position: absolute;
  top: -124.79%;
  left: -20.16%;
  width: 140.33%;
  height: 217.46%;
  max-width: none;
}
.footer__copy {
  flex: 1 1 0;
  color: rgba(249, 243, 222, 0.48);
  text-transform: uppercase;
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .footer__copy {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.footer__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
@media (max-width: 1279px) {
  .footer__bottom {
    margin-top: 0;
  }
}
@media (max-width: 599px) {
  .footer__bottom {
    flex-direction: column;
    gap: 2.4rem;
    align-items: flex-start;
    margin-top: -2.4rem;
  }
}
.footer__start {
  position: absolute;
  bottom: 3.8rem;
  left: calc(50% - 38rem);
  width: 52.8rem;
}
@media (max-width: 1279px) {
  .footer__start {
    position: relative;
    bottom: auto;
    left: auto;
    width: 35.2rem;
  }
}
@media (max-width: 887px) {
  .footer__start {
    width: 29.3rem;
  }
}
@media (max-width: 599px) {
  .footer__start {
    width: 23.5rem;
  }
}
.footer__road {
  display: block;
  width: 100%;
  height: 7.2rem;
}
@media (max-width: 1279px) {
  .footer__road {
    height: 4.8rem;
  }
}
@media (max-width: 887px) {
  .footer__road {
    width: 29.3rem;
    height: 4rem;
  }
}
@media (max-width: 599px) {
  .footer__road {
    width: 23.5rem;
    height: 3.2rem;
  }
}
.footer__date {
  position: absolute;
  top: 50%;
  right: 0;
  font: 700 3.2rem/3.2rem "Druk Wide Cyr", Impact, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  text-box: trim-both cap alphabetic;
  translate: 0 -50%;
}
@media (max-width: 1279px) {
  .footer__date {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 599px) {
  .footer__date {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.footer__action {
  width: 49rem;
  margin-left: auto;
}
@media (max-width: 1279px) {
  .footer__action {
    width: 50%;
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  .footer__action {
    width: 100%;
  }
}
.footer__legal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-transform: uppercase;
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .footer__legal {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 1279px) {
  .footer__legal {
    position: absolute;
    right: 3.2rem;
    bottom: 3.2rem;
    left: 3.2rem;
    align-items: flex-end;
  }
}
@media (max-width: 599px) {
  .footer__legal {
    right: 1.6rem;
    bottom: 1.6rem;
    left: 1.6rem;
    align-items: flex-start;
  }
}
.footer__legal-link {
  color: rgba(249, 243, 222, 0.48);
  text-decoration: none;
}
.footer__top {
  margin-top: 1.6rem;
  color: #f9f3de;
  text-decoration: none;
}