*,
*::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: "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;
  }
}

.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;
  color: #100e13;
  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 {
  flex-shrink: 0;
  width: 1.2rem;
  height: 100%;
  background: var(--bar-bg, #f9f3de);
  mask: url("../img/icons/angle.svg") center/100% 100% no-repeat;
  transition: background-color 0.4s ease-out;
}
@media (max-width: 599px) {
  .header__angle {
    width: 1rem;
  }
}
.header__bar {
  display: flex;
  flex: 1 0 0;
  align-items: center;
  justify-content: space-between;
  margin-left: -1px;
  padding: 0 1.6rem 0 0.4rem;
  color: var(--bar-fg, #100e13);
  background: var(--bar-bg, #f9f3de);
  transition: color 0.4s ease-out, background-color 0.4s ease-out;
}
@media (max-width: 599px) {
  .header__bar {
    padding: 0 1.2rem 0 0.2rem;
  }
}
.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 {
    background: currentcolor;
    mask: url("../img/icons/angle-frame.svg") left/auto 100% no-repeat;
  }
  .header--light .header__bar, .header--dark .header__bar {
    color: inherit;
    background: none;
    border: 1px solid;
    border-left: 0;
    transition: none;
  }
}
.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;
}

@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%;
}
.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);
}
@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;
}
@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__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;
  overflow: hidden;
}
.protest-box__item-img {
  position: absolute;
  width: 228.83%;
  height: 228.83%;
  max-width: none;
}
.protest-box__item--book {
  top: 42.8rem;
  right: 58.7rem;
}
@media (max-width: 1279px) {
  .protest-box__item--book {
    top: 29.6rem;
    right: 24.2rem;
  }
}
@media (max-width: 887px) {
  .protest-box__item--book {
    top: 53.5rem;
    right: 15.8rem;
  }
}
@media (max-width: 599px) {
  .protest-box__item--book {
    top: 7.5rem;
    right: 25.8rem;
  }
}
.protest-box__item--book .protest-box__item-img {
  top: -10.4%;
  left: -11.88%;
}
.protest-box__item--armor {
  top: 12rem;
  right: 37.2rem;
}
@media (max-width: 1279px) {
  .protest-box__item--armor {
    top: 11.2rem;
    right: 7.6rem;
  }
}
@media (max-width: 887px) {
  .protest-box__item--armor {
    top: 14.3rem;
    right: 11.7rem;
  }
}
@media (max-width: 599px) {
  .protest-box__item--armor {
    top: 11.3rem;
    right: 13.7rem;
  }
}
.protest-box__item--armor .protest-box__item-img {
  top: -9.86%;
  left: -117.6%;
}
.protest-box__item--armor-2 {
  top: 73rem;
  right: 41.2rem;
}
@media (max-width: 1279px) {
  .protest-box__item--armor-2 {
    top: 58rem;
    right: 16.6rem;
  }
}
@media (max-width: 887px) {
  .protest-box__item--armor-2 {
    top: 77.3rem;
    right: 18.1rem;
  }
}
@media (max-width: 599px) {
  .protest-box__item--armor-2 {
    top: 27.2rem;
    right: 12.5rem;
  }
}
.protest-box__item--elves {
  top: 39.2rem;
  right: 11.2rem;
}
@media (max-width: 1279px) {
  .protest-box__item--elves {
    top: 39.7rem;
    right: 5.2rem;
  }
}
@media (max-width: 887px) {
  .protest-box__item--elves {
    top: 33.9rem;
    right: 11.7rem;
  }
}
@media (max-width: 599px) {
  .protest-box__item--elves {
    top: 18.6rem;
    right: 3.8rem;
  }
}
.protest-box__item--elves .protest-box__item-img {
  top: -114.95%;
  left: -115.59%;
}
.protest-box__item--weapon {
  top: 22rem;
  right: 80rem;
}
@media (max-width: 1279px) {
  .protest-box__item--weapon {
    top: 17.5rem;
    right: 39.2rem;
  }
}
@media (max-width: 887px) {
  .protest-box__item--weapon {
    top: 45.5rem;
    right: 26.2rem;
  }
}
@media (max-width: 599px) {
  .protest-box__item--weapon {
    top: 20.6rem;
    right: 28.6rem;
  }
}
.protest-box__item--weapon .protest-box__item-img {
  top: -112.76%;
  left: -8.91%;
}
.protest-box__tip {
  position: absolute;
  bottom: 100%;
  left: calc(100% + 0.4rem);
  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 {
  background: #100e13;
}
@media (max-width: 887px) {
  .protest-media {
    height: 76rem;
  }
}
@media (max-width: 599px) {
  .protest-media {
    height: 74.5rem;
  }
}
.protest-media__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-media__head {
    top: 8.8rem;
    right: 1.6rem;
    left: 1.6rem;
    gap: 2.4rem;
  }
}
.protest-media__heading {
  gap: 1.6rem;
  align-items: center;
}
@media (max-width: 599px) {
  .protest-media__heading {
    gap: 0.8rem;
  }
}
.protest-media__row {
  justify-content: center;
}
@media (max-width: 887px) {
  .protest-media__row {
    flex-wrap: wrap;
  }
}
@media (max-width: 599px) {
  .protest-media__row {
    gap: 0.8rem;
  }
}
.protest-media__text {
  width: 66.4rem;
  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 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 599px) {
  .protest-media__text {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.protest-media__text-lead {
  color: #f9f3de;
}
.protest-media__tv {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}
.protest-media__screen {
  position: absolute;
  object-fit: cover;
}
.protest-media__frame {
  position: absolute;
  max-width: none;
}
.protest-media__tv--09 {
  top: calc(50% + -4.3rem);
  left: calc(50% + -47.2rem);
  width: 29.2rem;
  height: 25.8rem;
}
@media (max-width: 1279px) {
  .protest-media__tv--09 {
    top: calc(50% + 4rem);
    left: calc(50% + -29.5rem);
    width: 18.3rem;
    height: 16rem;
  }
}
@media (max-width: 887px) {
  .protest-media__tv--09 {
    top: 49.92rem;
    left: 16.767rem;
    width: 13.42rem;
    height: 11.733rem;
  }
}
@media (max-width: 599px) {
  .protest-media__tv--09 {
    top: 52.9rem;
    left: 13.2rem;
    width: 11.7rem;
    height: 10.3rem;
    z-index: 3;
  }
}
.protest-media__tv--09 .protest-media__screen {
  top: 13.18%;
  left: 11.3%;
  width: 77.4%;
  height: 62.01%;
}
.protest-media__tv--09 .protest-media__frame {
  top: -6.2%;
  left: -10.08%;
  width: 121.53%;
  height: 110.08%;
}
.protest-media__tv--08 {
  top: calc(50% + -7.1rem);
  left: calc(50% + -16.1rem);
  width: 32.2rem;
  height: 26rem;
}
@media (max-width: 1279px) {
  .protest-media__tv--08 {
    top: calc(50% + 2.2rem);
    left: calc(50% + -10.1rem);
    width: 20.2rem;
    height: 16.2rem;
  }
}
@media (max-width: 887px) {
  .protest-media__tv--08 {
    top: 48.6rem;
    left: 30.993rem;
    width: 14.813rem;
    height: 11.88rem;
  }
}
@media (max-width: 599px) {
  .protest-media__tv--08 {
    top: 32.6rem;
    left: 12.6rem;
    width: 12.9rem;
    height: 10.3rem;
    z-index: 1;
  }
}
.protest-media__tv--08 .protest-media__screen {
  top: 13.81%;
  left: 21.15%;
  width: 70%;
  height: 65.24%;
  object-position: 50% 32%;
}
.protest-media__tv--08 .protest-media__frame {
  top: -7.94%;
  left: -8.13%;
  width: 116.35%;
  height: 115.67%;
}
.protest-media__tv--07 {
  top: calc(50% + 2rem);
  left: calc(50% + -75.1rem);
  width: 25.3rem;
  height: 20.2rem;
}
@media (max-width: 1279px) {
  .protest-media__tv--07 {
    top: calc(50% + 7.9rem);
    left: calc(50% + -46.9rem);
    width: 15.8rem;
    height: 12.6rem;
  }
}
@media (max-width: 887px) {
  .protest-media__tv--07 {
    top: 52.78rem;
    left: 4.007rem;
    width: 11.587rem;
    height: 9.24rem;
  }
}
@media (max-width: 599px) {
  .protest-media__tv--07 {
    top: 55.4rem;
    left: 2rem;
    width: 10.1rem;
    height: 8.1rem;
    z-index: 2;
  }
}
.protest-media__tv--07 .protest-media__screen {
  top: 12.22%;
  left: 15.38%;
  width: 68.64%;
  height: 68.15%;
}
.protest-media__tv--07 .protest-media__frame {
  top: -9.63%;
  left: -8.33%;
  width: 116.07%;
  height: 118.15%;
}
.protest-media__tv--03 {
  top: calc(50% + 2.1rem);
  left: calc(50% + 50rem);
  width: 23.6rem;
  height: 21.2rem;
}
@media (max-width: 1279px) {
  .protest-media__tv--03 {
    top: calc(50% + 7.9rem);
    left: calc(50% + 31.2rem);
    width: 14.9rem;
    height: 13.2rem;
  }
}
@media (max-width: 887px) {
  .protest-media__tv--03 {
    top: 52.78rem;
    left: 61.28rem;
    width: 10.927rem;
    height: 9.68rem;
  }
}
@media (max-width: 599px) {
  .protest-media__tv--03 {
    top: 46rem;
    left: 26.8rem;
    width: 9.5rem;
    height: 8.4rem;
    z-index: 1;
  }
}
.protest-media__tv--03 .protest-media__screen {
  top: 10.96%;
  left: 11.02%;
  width: 77.96%;
  height: 65.79%;
  object-position: 45% 50%;
}
.protest-media__tv--03 .protest-media__frame {
  top: -11.4%;
  left: -5.12%;
  width: 109.84%;
  height: 122.37%;
}
.protest-media__tv--05 {
  top: calc(50% + -2.8rem);
  left: calc(50% + 18.8rem);
  width: 22.8rem;
  height: 24.6rem;
}
@media (max-width: 1279px) {
  .protest-media__tv--05 {
    top: calc(50% + 4.8rem);
    left: calc(50% + 11.8rem);
    width: 14.1rem;
    height: 15.4rem;
  }
}
@media (max-width: 887px) {
  .protest-media__tv--05 {
    top: 50.507rem;
    left: 47.053rem;
    width: 10.34rem;
    height: 11.293rem;
  }
}
@media (max-width: 599px) {
  .protest-media__tv--05 {
    top: 45.8rem;
    left: 2.6rem;
    width: 9rem;
    height: 9.9rem;
    z-index: 1;
  }
}
.protest-media__tv--05 .protest-media__screen {
  top: 13.68%;
  left: 11.73%;
  width: 76.54%;
  height: 52.83%;
}
.protest-media__tv--05 .protest-media__frame {
  top: -9.43%;
  left: -15.82%;
  width: 131.63%;
  height: 121.7%;
}
.protest-media__tv--02 {
  top: calc(50% + 21.1rem);
  left: calc(50% + -76.8rem);
  width: 27.7rem;
  height: 24.7rem;
}
@media (max-width: 1279px) {
  .protest-media__tv--02 {
    top: calc(50% + 19.8rem);
    left: calc(50% + -48rem);
    width: 17.3rem;
    height: 15.4rem;
  }
}
@media (max-width: 887px) {
  .protest-media__tv--02 {
    top: 61.5rem;
    left: 3.2rem;
    width: 12.679rem;
    height: 11.301rem;
  }
}
@media (max-width: 599px) {
  .protest-media__tv--02 {
    top: 63rem;
    left: 1.6rem;
    width: 11rem;
    height: 9.8rem;
    z-index: 3;
  }
}
.protest-media__tv--02 .protest-media__screen {
  top: 11.29%;
  left: 9.48%;
  width: 81.04%;
  height: 66.13%;
}
.protest-media__tv--02 .protest-media__frame {
  top: -10.91%;
  left: -4.86%;
  width: 109.8%;
  height: 123.55%;
}
.protest-media__tv--04 {
  top: calc(50% + 20.6rem);
  left: calc(50% + -49.1rem);
  width: 32.6rem;
  height: 25.2rem;
}
@media (max-width: 1279px) {
  .protest-media__tv--04 {
    top: calc(50% + 19.4rem);
    left: calc(50% + -30.6rem);
    width: 20.4rem;
    height: 15.8rem;
  }
}
@media (max-width: 887px) {
  .protest-media__tv--04 {
    top: 61.213rem;
    left: 15.96rem;
    width: 14.992rem;
    height: 11.562rem;
  }
}
@media (max-width: 599px) {
  .protest-media__tv--04 {
    top: 62.8rem;
    left: 12.5rem;
    width: 13.1rem;
    height: 10.1rem;
    z-index: 4;
  }
}
.protest-media__tv--04 .protest-media__screen {
  top: 11.59%;
  left: 10.34%;
  width: 79.32%;
  height: 65.22%;
}
.protest-media__tv--04 .protest-media__frame {
  top: -10.32%;
  left: -6.37%;
  width: 112.97%;
  height: 117%;
}
.protest-media__tv--06 {
  top: calc(50% + 17.9rem);
  left: calc(50% + -16.4rem);
  width: 32.8rem;
  height: 27.9rem;
}
@media (max-width: 1279px) {
  .protest-media__tv--06 {
    top: calc(50% + 17.6rem);
    left: calc(50% + -10.3rem);
    width: 20.7rem;
    height: 17.6rem;
  }
}
@media (max-width: 887px) {
  .protest-media__tv--06 {
    top: 59.893rem;
    left: 30.847rem;
    width: 15.184rem;
    height: 12.904rem;
  }
}
@media (max-width: 599px) {
  .protest-media__tv--06 {
    top: 42.3rem;
    left: 12.5rem;
    width: 13.2rem;
    height: 11.2rem;
    z-index: 2;
  }
}
.protest-media__tv--06 .protest-media__screen {
  top: 11.89%;
  left: 9.52%;
  width: 69.94%;
  height: 68.53%;
}
.protest-media__tv--06 .protest-media__frame {
  top: -17.5%;
  left: -7.14%;
  width: 114.29%;
  height: 134.27%;
}
.protest-media__tv--01 {
  top: calc(50% + 21.1rem);
  left: calc(50% + 16.4rem);
  width: 30.4rem;
  height: 24.7rem;
}
@media (max-width: 1279px) {
  .protest-media__tv--01 {
    top: calc(50% + 19.8rem);
    left: calc(50% + 10.3rem);
    width: 18.9rem;
    height: 15.4rem;
  }
}
@media (max-width: 887px) {
  .protest-media__tv--01 {
    top: 61.507rem;
    left: 45.953rem;
    width: 13.869rem;
    height: 11.286rem;
  }
}
@media (max-width: 599px) {
  .protest-media__tv--01 {
    top: 54rem;
    left: 25.6rem;
    width: 12.1rem;
    height: 9.9rem;
    z-index: 2;
  }
}
.protest-media__tv--01 .protest-media__screen {
  top: 10.69%;
  left: 10.56%;
  width: 79.5%;
  height: 66.03%;
}
.protest-media__tv--01 .protest-media__frame {
  top: -10.31%;
  left: -7.82%;
  width: 115.64%;
  height: 113.74%;
}
.protest-media__tv--10 {
  top: calc(50% + 22.3rem);
  left: calc(50% + 46.8rem);
  width: 30rem;
  height: 23.5rem;
}
@media (max-width: 1279px) {
  .protest-media__tv--10 {
    top: calc(50% + 20.4rem);
    left: calc(50% + 29.2rem);
    width: 18.8rem;
    height: 14.8rem;
  }
}
@media (max-width: 887px) {
  .protest-media__tv--10 {
    top: 61.957rem;
    left: 59.8rem;
    width: 13.8rem;
    height: 10.843rem;
  }
}
@media (max-width: 599px) {
  .protest-media__tv--10 {
    top: 63.4rem;
    left: 25.6rem;
    width: 11.9rem;
    height: 9.4rem;
    z-index: 3;
  }
}
.protest-media__tv--10 .protest-media__screen {
  top: 12.27%;
  left: 15.36%;
  width: 69.28%;
  height: 65.91%;
}
.protest-media__tv--10 .protest-media__frame {
  top: -4.34%;
  left: -3.57%;
  width: 107.14%;
  height: 109.13%;
}

.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");
}

.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;
}

.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: 14.4rem;
  }
}
@media (max-width: 599px) {
  .footer {
    padding: 8.8rem 1.6rem 12.2rem;
  }
}
.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: 2.7rem;
}
@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;
}

.start-cover {
  height: 100vh;
  background: #100e13;
}
@media (max-width: 887px) {
  .start-cover {
    height: auto;
  }
}
.start-cover__hero {
  overflow: clip;
  background: url("../img/hero/crack-poster.webp") center/cover no-repeat;
}
@media (max-width: 887px) {
  .start-cover__hero {
    height: 100vh;
    height: 100svh;
  }
}
.start-cover__skip {
  color: inherit;
  text-transform: inherit;
}
.start-cover__fade {
  position: absolute;
  inset: 0;
  background: #100e13;
  opacity: 0;
  pointer-events: none;
}
.start-cover__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
}
.start-cover__video--on {
  opacity: 1;
}
.start-cover--intro .start-cover__cover {
  display: none;
}
.start-cover:not(.start-cover--intro) .start-cover__hero {
  display: none;
}

body:has(.start-cover:not(.start-cover--intro)) .console {
  display: none;
}

.header .header__progress,
.header .header__link {
  display: none;
}

.header .header__logo {
  display: block;
  opacity: 1;
}

.header .header__hamburger {
  opacity: 0;
}

.header .header__burger:hover .header__logo {
  opacity: 1;
}
.header .header__burger:hover .header__hamburger {
  opacity: 0;
}

@media (max-width: 599px) {
  .header--dark .header__panel::before {
    content: none;
  }
}
@media (max-width: 887px) and (min-width: 600px) {
  .header--dark .header__panel {
    clip-path: none;
  }
  .header--dark .header__panel::before {
    content: none;
  }
  .header--dark .header__angle {
    background: var(--bar-bg, #f9f3de);
    mask: url("../img/icons/angle.svg") center/100% 100% no-repeat;
  }
  .header--dark .header__bar {
    color: var(--bar-fg, #100e13);
    background: var(--bar-bg, #f9f3de);
    border: 0;
  }
  .header--dark .header__login {
    color: #f9f3de;
    background: #100e13;
  }
}

.cover {
  background: #100e13;
  text-transform: uppercase;
}
@media (hover: hover) {
  .cover {
    cursor: none;
  }
  .cover a,
  .cover .button {
    cursor: pointer;
  }
}
@media (max-width: 887px) {
  .cover {
    height: 161.6104rem;
  }
}
@media (max-width: 599px) {
  .cover {
    height: 110.4782rem;
  }
}
.cover__title {
  position: absolute;
  z-index: 1;
  top: 11.2rem;
  left: 3.2rem;
  gap: 1.2rem;
}
@media (max-width: 599px) {
  .cover__title {
    top: 8.8rem;
    left: 1.6rem;
    gap: 1.2rem;
  }
}
.cover__lead {
  position: absolute;
  z-index: 1;
  top: 43rem;
  left: calc(50% + 16.8rem);
  width: 60rem;
  font: 700 3.2rem/3.2rem "Druk Wide Cyr", Impact, sans-serif;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 1279px) {
  .cover__lead {
    top: 33.9rem;
    left: calc(50% + 2.9rem);
    width: 45.1rem;
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 887px) {
  .cover__lead {
    top: 46.9rem;
    left: 28.5rem;
  }
}
@media (max-width: 599px) {
  .cover__lead {
    top: 30.4rem;
    left: 13.9rem;
    width: 23.8rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.cover__video {
  position: absolute;
  top: 20.9rem;
  left: calc(50% - 48.45rem);
  width: 96.9rem;
  height: 56.3rem;
  padding: 0;
  color: #f9f3de;
  background: none;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
}
@media (max-width: 1279px) {
  .cover__video {
    top: 23.4rem;
    left: calc(50% - 25.8rem);
    width: 51.6rem;
    height: 30rem;
  }
}
@media (max-width: 887px) {
  .cover__video {
    top: 60.7rem;
    left: 3.2rem;
    width: 70.4rem;
    height: 40.91rem;
  }
}
@media (max-width: 599px) {
  .cover__video {
    top: 40.9rem;
    left: 1.6rem;
    width: 36.1rem;
    height: 20.978rem;
  }
}
.cover__poster {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover__play {
  position: absolute;
  top: 35.5rem;
  left: 26.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.4rem;
  height: 8.4rem;
  background: rgba(249, 243, 222, 0.16);
  border: 1px solid #f9f3de;
  border-radius: 50%;
}
@media (max-width: 1279px) {
  .cover__play {
    top: 15.8rem;
    left: 13.9rem;
  }
}
@media (max-width: 887px) {
  .cover__play {
    top: 16.3rem;
    left: 31rem;
  }
}
@media (max-width: 599px) {
  .cover__play {
    top: 6.3rem;
    left: 13.9rem;
  }
}
@media (hover: hover) {
  .cover__play {
    display: none;
  }
}
.cover__play-icon {
  width: 2.4rem;
  height: 2.4rem;
  background: currentcolor;
  mask: url("../img/icons/play.svg") center/contain no-repeat;
}
.cover__time {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  color: #fff;
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .cover__time {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 599px) {
  .cover__time {
    top: 1.3rem;
  }
}
.cover__hint {
  position: absolute;
  top: 92.4rem;
  left: 50%;
  display: flex;
  translate: -50% 0;
  gap: 0.8rem;
  align-items: center;
  white-space: nowrap;
  font: 400 1rem/1.6rem "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .cover__hint {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 1279px) {
  .cover__hint {
    top: 71.2rem;
  }
}
@media (max-width: 887px) {
  .cover__hint {
    display: none;
  }
}
.cover__hint-icon {
  width: 2.4rem;
  height: 2.4rem;
  background: currentcolor;
  mask: url("../img/icons/tap.svg") center/contain no-repeat;
}
.cover__col {
  position: absolute;
  top: 64.6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.2rem;
  width: 34rem;
}
@media (max-width: 1279px) {
  .cover__col {
    top: 50rem;
    gap: 1.6rem;
  }
}
.cover__col-title {
  gap: 0.8rem;
  font-size: 9.6rem;
  line-height: 7.1rem;
}
@media (max-width: 1279px) {
  .cover__col-title {
    font-size: 7.2rem;
    line-height: 5.4rem;
  }
}
@media (max-width: 599px) {
  .cover__col-title {
    font-size: 4.8rem;
    line-height: 3.6rem;
  }
}
.cover__note {
  align-self: flex-end;
  width: 24.8rem;
  font: 500 0.9rem/1.6rem "Druk Text Wide Cyr", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .cover__note {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
.cover__box {
  left: 3.2rem;
}
@media (max-width: 887px) {
  .cover__box {
    top: 134.81rem;
  }
}
@media (max-width: 599px) {
  .cover__box {
    top: 89.478rem;
    left: 1.6rem;
  }
}
.cover__channel {
  right: 3.2rem;
}
@media (max-width: 887px) {
  .cover__channel {
    top: 106.41rem;
  }
}
@media (max-width: 599px) {
  .cover__channel {
    top: 66.678rem;
    right: 1.6rem;
  }
}
.cover__button {
  gap: 1.2rem;
  padding: 0 2.4rem 0 1.6rem;
  background: none;
  border: 1px solid #f9f3de;
}
.cover__button--end {
  align-self: flex-end;
  padding: 0 1.6rem 0 2.4rem;
}
.cover__button-icon {
  flex: none;
  width: 2.4rem;
  height: 2.4rem;
  background: currentcolor;
  mask: url("../img/icons/telegram.svg") center/contain no-repeat;
}