:root {
  --Font: 'Unbounded';
  --Font-secondary: 'Inter', sans-serif;
  --Dark: #100e13;
  --Neutral: #f9f3de;
  --Neutral-lighten: rgba(249, 243, 222, 0.06);
  --Purple: #7327ee;
  --Firmcolor: #ee2759;
  --Gold: #ffc530;
  --Ice: #3581db;
  --Grey: #6a6373;
  --Protest-from: #782727;
  --Protest-to: #a13535;
  --Ink: #443c35;
  --Ink-light: #7f6b59;
  --Ink-cell: rgba(56, 38, 23, 0.3);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
ul,
ol,
dl,
dd {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

img,
picture,
video {
  display: block;
  max-width: 100%;
}

img {
  pointer-events: none;
}

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  overflow-x: clip;
  font-family: var(--Font), sans-serif;
  color: var(--Neutral);
  background: url("../../img/bg-pattern.png"), var(--Dark);
  -webkit-font-smoothing: antialiased;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1472px;
  margin: 0 auto;
  padding: 0 16px;
}

.overflow-hidden {
  overflow: hidden;
}

@media (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-lg {
    display: none !important;
  }
}

.vhs-overlay {
  position: fixed;
  inset: 0;
  z-index: 500;
  pointer-events: none;
  background: url("../../img/bg-archive.webp") center/cover;
  opacity: 0.2;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.btn {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 8px;
  color: var(--Dark);
  font-size: 24px;
  font-weight: 900;
  line-height: 110%;
  max-width: 355px;
  width: 100%;
  height: 74px;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  border: 0px solid var(--Gold);
  background: var(--Gold);
  backdrop-filter: blur(12px);
  transition: 0.2s;
  box-shadow: 0 0 0 0 transparent;
}
.btn:hover {
  box-shadow: 0 0 0 4px var(--Gold);
}
.btn:active {
  background: #ffdc80;
  box-shadow: 0 0 0 4px #ffdc80;
}
.btn-white {
  box-shadow: 0 0 0 0px var(--Neutral);
  background: var(--Neutral);
  backdrop-filter: blur(12px);
}
.btn-white:hover {
  box-shadow: 0 0 0 4px var(--Neutral);
}
.btn-white:active {
  box-shadow: 0 0 0 4px #fff;
  background: #fff;
  backdrop-filter: blur(12px);
}
.btn-pink {
  background: var(--Firmcolor);
  color: var(--Neutral);
}
.btn-pink:hover {
  box-shadow: 0 0 0 4px var(--Firmcolor);
}
.btn-pink:active {
  background: var(--Firmcolor);
  box-shadow: 0 0 0 4px var(--Firmcolor);
}
.btn-border {
  border: 1px solid #28232f;
  background: none;
  color: var(--Neutral);
}
.btn-border:hover {
  box-shadow: none;
  border: 1px solid var(--Neutral);
}
.btn-border:active {
  box-shadow: none;
}
.btn-medium {
  height: 66px;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}
.btn-sm {
  font-size: 14px;
  font-weight: 900;
  line-height: 140%;
  text-transform: uppercase;
  height: 40px;
  width: max-content;
  padding: 10px 12px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.header__topline {
  display: flex;
  gap: 1px;
  align-items: stretch;
  mix-blend-mode: difference;
}
.header__logo {
  display: flex;
  align-items: center;
  height: 66px;
  padding: 0 24px;
}
.header__logo img {
  width: 148px;
  height: 23px;
}
.header__lang {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  gap: 2px;
  align-items: center;
  justify-content: center;
  height: 66px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--Neutral);
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100svh;
  overflow: hidden;
}
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 223px;
  background: linear-gradient(0deg, var(--Dark) 34.6%, rgba(16, 14, 19, 0) 100%);
  pointer-events: none;
}
.hero__content {
  position: relative;
  z-index: 1;
  padding-bottom: 64px;
}
.hero__title {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 140px;
  font-weight: 900;
  line-height: 0.8;
  text-transform: uppercase;
  color: var(--Neutral);
}
.hero__subtitle {
  background: linear-gradient(180deg, var(--Protest-from) 0%, var(--Protest-to) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-top: 46px;
  font-size: 47.5px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 1.9px;
  text-transform: uppercase;
}
.hero__subtitle .line {
  background: linear-gradient(180deg, var(--Protest-from) 0%, var(--Protest-to) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__reg {
  display: none;
}
@media (max-width: 767px) {
  .hero {
    min-height: 100svh;
  }
  .hero__content {
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .hero__title {
    gap: 0;
    font-size: 40px;
    line-height: 1;
  }
  .hero__subtitle {
    margin-top: 16px;
    font-size: 20px;
    letter-spacing: 0.8px;
  }
  .hero__reg {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 24px 60px;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    color: var(--Dark);
    background: var(--Gold);
    backdrop-filter: blur(12px);
  }
}

.paper {
  position: relative;
  height: 979px;
}
.paper__sheet {
  position: absolute;
  top: 86px;
  left: 7px;
  width: 1469px;
}
.paper__sheet--flip {
  display: none;
}
.paper__title {
  position: absolute;
  top: 181px;
  left: 160px;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(-1.2deg);
  transform-origin: top left;
}
.paper__title-line {
  display: block;
  font-size: 65.2px;
  font-weight: 400;
  line-height: 1.045;
  background: linear-gradient(180deg, var(--Protest-from) 0%, var(--Protest-to) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.paper__title-line:last-child {
  line-height: 1.1;
}
.paper__title-line--bold {
  font-size: 89.9px;
  font-weight: 700;
  line-height: 1.15;
}
.paper__trailer {
  position: absolute;
  top: 449px;
  left: 157px;
  display: block;
  width: 1150px;
  height: 358px;
  overflow: hidden;
  border-radius: 6px;
  transform: rotate(-1.2deg);
  transform-origin: top left;
}
.paper__trailer-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paper__trailer-label {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--Neutral);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
.paper__trailer-label img {
  width: 84px;
  height: 84px;
  transition: 0.2s;
}
.paper__trailer:hover .paper__trailer-label img {
  transform: scale(1.1);
}
.paper__date {
  position: absolute;
  top: 856px;
  left: 169px;
  display: flex;
  flex-direction: column;
  gap: 23px;
  align-items: flex-start;
  text-transform: uppercase;
  transform: rotate(-1.2deg);
  transform-origin: top left;
}
.paper__date-title {
  font-size: 71px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  background: linear-gradient(180deg, var(--Protest-from) 0%, var(--Protest-to) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.paper__date-label {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  background: linear-gradient(180deg, var(--Protest-from) 0%, var(--Protest-to) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.paper__timer {
  display: flex;
  gap: 4px;
  color: var(--Ink);
  text-transform: uppercase;
}
.paper__timer-cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  padding: 12px 12px 8px;
  background: var(--Ink-cell);
  border-radius: 4px;
}
.paper__timer-value {
  width: 72px;
  font-size: 38px;
  font-weight: 900;
  line-height: 0.8;
  text-align: center;
}
.paper__timer-unit {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.4px;
}
.paper__waitlist {
  position: absolute;
  top: 1192px;
  left: 582px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: flex-end;
  width: 737px;
}
.paper__waitlist-text {
  width: 100%;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  text-align: right;
  text-transform: uppercase;
  transform: rotate(-1.2deg);
  background: linear-gradient(180deg, var(--Ink) 0%, var(--Ink-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.paper__signup {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 60px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  color: var(--Neutral);
  text-transform: uppercase;
  background: linear-gradient(180deg, var(--Protest-from) 0%, var(--Protest-to) 100%);
  backdrop-filter: blur(12px);
  transform: rotate(-1.2deg);
  transition: box-shadow 0.2s;
}
.paper__signup:hover {
  box-shadow: 0 0 0 4px var(--Gold);
}
.paper__katana {
  position: absolute;
  top: 275px;
  left: -396px;
  z-index: 2;
  width: 2183px;
  height: 1575px;
  max-width: none;
  pointer-events: none;
}
@media (max-width: 767px) {
  .paper {
    height: 970px;
  }
  .paper__sheet {
    top: 36px;
    left: 50%;
    width: 885px;
    max-width: none;
    transform: translateX(-50%) rotate(-1.2deg);
  }
  .paper__sheet--flip {
    display: block;
    top: 30px;
    transform: translateX(-50%) scaleY(-1) rotate(1.2deg);
  }
  .paper__title {
    top: 92px;
    left: calc(50% - 170px);
  }
  .paper__title-line {
    font-size: 19px;
  }
  .paper__title-line--bold {
    font-size: 26px;
  }
  .paper__trailer {
    top: 186px;
    left: calc(50% - 170px);
    width: 340px;
    height: 170px;
  }
  .paper__trailer-label {
    gap: 12px;
    font-size: 13px;
  }
  .paper__trailer-label img {
    width: 48px;
    height: 48px;
  }
  .paper__date {
    top: 392px;
    left: calc(50% - 170px);
    gap: 14px;
  }
  .paper__date-title {
    font-size: 34px;
  }
  .paper__date-label {
    font-size: 15px;
  }
  .paper__timer-cell {
    padding: 10px 10px 6px;
  }
  .paper__timer-value {
    width: 56px;
    font-size: 30px;
  }
  .paper__timer-unit {
    font-size: 9px;
  }
  .paper__waitlist {
    top: 600px;
    left: calc(50% - 170px);
    gap: 20px;
    width: 340px;
  }
  .paper__waitlist-text {
    font-size: 17px;
  }
  .paper__signup {
    width: 100%;
    height: 72px;
    padding: 20px;
    font-size: 18px;
  }
  .paper__katana {
    top: 736px;
    left: calc(50% - 476px);
    width: 700px;
    height: 505px;
  }
}

.archive {
  position: relative;
  height: 3650px;
  pointer-events: none;
}
.archive .container > :not(img) {
  pointer-events: auto;
}
.archive__sheet {
  position: absolute;
  top: 1891px;
  left: -72px;
  width: 1614px;
  max-width: none;
}
.archive__photo {
  position: absolute;
  filter: brightness(0.763) contrast(1.141);
}
.archive__photo--cm {
  top: 554px;
  left: 805px;
  width: 445px;
  transform: rotate(-9.3deg);
}
.archive__photo--expans {
  top: 567px;
  left: 1039px;
  width: 450px;
  transform: rotate(24.7deg);
}
.archive__vhs {
  position: absolute;
  top: 1179px;
  left: -17px;
  width: 1494px;
  max-width: none;
}
.archive__sheet-mobile {
  display: none;
}
@media (max-width: 767px) {
  .archive {
    height: 3513px;
  }
  .archive__sheet {
    display: none;
  }
  .archive__sheet-mobile {
    display: block;
    top: 1283px;
    left: 50%;
    width: 2630px;
    max-width: none;
    position: absolute;
    transform: translateX(-50%) scaleY(-1);
  }
  .archive__photo--cm {
    top: 599px;
    left: 50%;
    width: 225px;
    box-shadow: 14px 4px 44px 0 rgba(0, 0, 0, 0.55);
    transform: translateX(calc(-50% - 88px)) rotate(-5.7deg);
  }
  .archive__photo--expans {
    top: 560px;
    left: 50%;
    width: 228px;
    transform: translateX(calc(-50% + 93px)) rotate(9.68deg);
  }
  .archive__vhs {
    top: 925px;
    left: 50%;
    width: 750px;
    max-width: none;
    transform: translateX(-50%);
  }
}

.quote {
  position: absolute;
  top: 720px;
  left: 16px;
  display: flex;
  gap: 51px;
  align-items: center;
}
.quote__role {
  align-self: center;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.1;
  color: var(--Neutral);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  white-space: nowrap;
  opacity: 0.4;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.quote__name {
  font-size: 100px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: linear-gradient(0deg, #434035 0%, var(--Neutral) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.quote__text {
  width: 746px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.5;
  color: #c7c2b2;
}
@media (max-width: 767px) {
  .quote {
    top: 111px;
    left: 50%;
    flex-direction: column;
    gap: 4px;
    align-items: flex-end;
    width: 320px;
    transform: translateX(-50%);
  }
  .quote__role {
    align-self: stretch;
    font-size: 24px;
    text-align: right;
    writing-mode: horizontal-tb;
    transform: none;
  }
  .quote__name {
    order: -1;
    font-size: 64px;
    writing-mode: horizontal-tb;
    transform: none;
  }
  .quote__text {
    width: 100%;
    font-size: 24px;
  }
  html[lang=en] .quote__text {
    font-size: 22px;
  }
}

.archive .player {
  position: absolute;
  top: 849px;
  left: 1100px;
}
@media (max-width: 767px) {
  .archive .player {
    top: 780px;
    left: 50%;
    width: 304px;
    transform: translateX(-50%);
  }
}

.player {
  display: flex;
  gap: 12px;
  align-items: center;
}
.player__btn {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: var(--Firmcolor);
  border-radius: 50%;
  transition: 0.2s;
}
.player__btn span {
  font-size: 6.8px;
  line-height: 1.1;
  color: var(--Neutral);
}
.player__btn:hover {
  box-shadow: 0 0 0 4px rgba(238, 39, 89, 0.4);
}
.player__btn-idle {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
}
.player__btn-time {
  display: none;
  font-size: 10px;
  line-height: 1.1;
  color: var(--Neutral);
}
.player__btn-ring {
  position: absolute;
  inset: 0;
  display: none;
  transform: rotate(-90deg);
}
.player__btn-ring circle {
  fill: none;
  stroke: rgba(249, 243, 222, 0.15);
  stroke-width: 2;
}
.player__btn-ring .player__btn-ring-bar {
  stroke: var(--Neutral);
  stroke-dasharray: 186;
  stroke-dashoffset: calc(186px * (1 - var(--p, 0)));
  transition: stroke-dashoffset 0.2s linear;
}
.player__btn-pause {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
}
.player.is-playing .player__btn {
  background: var(--Dark);
}
.player.is-playing .player__btn:hover {
  box-shadow: none;
}
.player.is-playing .player__btn .player__btn-idle {
  display: none;
}
.player.is-playing .player__btn .player__btn-time,
.player.is-playing .player__btn .player__btn-ring {
  display: block;
}
.player.is-playing .player__btn:hover .player__btn-time {
  opacity: 0;
}
.player.is-playing .player__btn:hover .player__btn-pause {
  display: block;
}
.player__wave {
  display: flex;
  gap: 2px;
  align-items: center;
  height: 36px;
}
.player__bar {
  width: 2px;
  background: #ddd8c6;
}
.player__bar--played {
  background: var(--Firmcolor);
}
@media (max-width: 767px) {
  .player__wave {
    width: 222px;
    overflow: hidden;
  }
}

.vhs-quote {
  position: absolute;
  top: 1459px;
  left: 467px;
  width: 531px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #584b40;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .vhs-quote {
    top: 1066px;
    left: calc(50% - 127px);
    width: 259px;
    font-size: 20px;
  }
}

.vhs-author {
  position: absolute;
  top: 1713px;
  left: 469px;
  display: flex;
  gap: 9px;
  align-items: center;
}
.vhs-author__icon {
  width: 47px;
  height: 47px;
}
.vhs-author__name {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #584b40;
}
@media (max-width: 767px) {
  .vhs-author {
    top: 1190px;
    left: calc(50% - 126px);
  }
  .vhs-author__icon {
    width: 24px;
    height: 24px;
  }
  .vhs-author__name {
    font-size: 22px;
  }
}

.gameplay__junk {
  position: absolute;
  top: 2058px;
  left: -94px;
  z-index: 1;
  width: 396px;
}
.gameplay__title {
  position: absolute;
  top: 2031px;
  left: 211px;
  font-size: 73px;
  font-weight: 700;
  line-height: 1.04;
  text-transform: uppercase;
  white-space: nowrap;
  background: linear-gradient(180deg, #443c35 0%, #665647 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
html[lang=en] .gameplay__title {
  font-size: 55px;
}
.gameplay__crosses {
  position: absolute;
  top: 2040px;
  left: 674px;
  width: 812px;
}
.gameplay__text {
  position: absolute;
  top: 2227px;
  left: 300px;
  width: 1155px;
  font-size: 34px;
  line-height: 1.4;
  background: linear-gradient(180deg, #443c35 0%, #665647 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.gameplay__wait {
  position: absolute;
  top: 2433px;
  left: 63px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  background: linear-gradient(180deg, var(--Protest-from) 0%, var(--Protest-to) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
html[lang=en] .gameplay__wait {
  font-size: 31px;
}
.gameplay__taste {
  position: absolute;
  top: 2608px;
  left: 63px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  background: linear-gradient(180deg, #443c35 0%, #665647 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.gameplay__arrow {
  position: absolute;
}
.gameplay__arrow--curved {
  top: 2863px;
  left: 476px;
  width: 150px;
}
.gameplay__arrow--long {
  top: 2825px;
  left: 476px;
  width: 311px;
  transform: scaleY(-1);
}
@media (max-width: 767px) {
  .gameplay__junk {
    top: 1842px;
    left: 50%;
    width: 360px;
    max-width: none;
    transform: translateX(-50%);
  }
  .gameplay__title {
    top: 1369px;
    left: calc(50% - 145px);
    font-size: 32px;
    line-height: 1.1;
    white-space: normal;
    width: 290px;
  }
  html[lang=en] .gameplay__title {
    font-size: 28px;
  }
  .gameplay__crosses {
    top: 1513px;
    left: calc(50% - 145px);
    width: 494px;
    height: 24px;
    max-width: none;
  }
  .gameplay__text {
    top: 1581px;
    left: calc(50% - 145px);
    width: 290px;
    font-size: 20px;
  }
  .gameplay__wait {
    top: 2208px;
    left: calc(50% - 145px);
    width: 300px;
    font-size: 24px;
  }
  html[lang=en] .gameplay__wait {
    left: calc(50% - 170px);
    width: 340px;
    font-size: 21px;
  }
  .gameplay__taste {
    top: 2877px;
    left: calc(50% - 170px);
    font-size: 32px;
  }
  .gameplay__arrow {
    display: none;
  }
}

.skills {
  position: absolute;
  top: 2434px;
  left: 504px;
  display: flex;
  gap: 44px;
  align-items: flex-start;
  justify-content: center;
  width: 951px;
  height: 268px;
  padding: 32px;
  background: linear-gradient(180deg, var(--Protest-from) 0%, var(--Protest-to) 100%);
  border-radius: 4px;
  filter: drop-shadow(0 26px 16.5px rgba(0, 0, 0, 0.25));
}
.skills__info {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
}
.skills__title {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.1;
  color: #e9d0b5;
  text-transform: uppercase;
}
.skills__text {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.96px;
  color: #e9d0b5;
}
.skills__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 204px;
}
.skills__item {
  width: 96px;
  height: 96px;
  border: 1.2px solid var(--Dark);
  transition: box-shadow 0.2s;
}
.skills__item img {
  display: block;
  width: 100%;
  height: 100%;
}
.skills__item:hover, .skills__item.is-active {
  box-shadow: 0 0 0 3px #fff;
}
@media (max-width: 767px) {
  .skills {
    top: 2285px;
    left: 50%;
    flex-direction: column;
    gap: 44px;
    align-items: center;
    width: 339px;
    height: auto;
    transform: translateX(-50%);
  }
  .skills__info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    min-height: 282px;
  }
  .skills__title {
    font-size: 32px;
  }
  .skills__text {
    font-size: 18px;
    letter-spacing: 0.72px;
  }
}

.loot {
  position: relative;
  z-index: 2;
}
.loot__img {
  position: absolute;
  z-index: 2;
  max-width: none;
}
.loot__label {
  position: absolute;
  z-index: 2;
  font-size: 80px;
  font-weight: 900;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.loot--dragon .loot__img {
  top: 2908px;
  left: 5px;
  width: 776px;
  transform: rotate(10.54deg);
}
.loot--dragon .loot__label {
  top: 3501px;
  left: 386px;
  color: #d7bea6;
  transform: translate(-50%, -50%) rotate(10.54deg);
}
.loot--armor .loot__img {
  top: 2723px;
  left: 779px;
  width: 706px;
  transform: rotate(7.19deg);
}
.loot--armor .loot__label {
  top: 3262px;
  left: 1111px;
  color: #e8d3c0;
  transform: translate(-50%, -50%) rotate(7.35deg);
}
@media (max-width: 767px) {
  .loot__label {
    font-size: 31.4px;
  }
  .loot--dragon .loot__img {
    top: 3050px;
    left: calc(50% - 226px);
    width: 308px;
    transform: rotate(10.54deg);
  }
  .loot--dragon .loot__label {
    top: 3285px;
    left: calc(50% - 75px);
    transform: translate(-50%, -50%) rotate(10.54deg);
  }
  .loot--armor .loot__img {
    top: 2973px;
    left: calc(50% - 11px);
    width: 280px;
    transform: rotate(7.19deg);
  }
  .loot--armor .loot__label {
    top: 3187px;
    left: calc(50% + 121px);
    transform: translate(-50%, -50%) rotate(7.35deg);
  }
}

.stripes__row {
  position: absolute;
  width: 3160px;
  transform: translate(-50%, -50%) rotate(4deg);
  pointer-events: none;
}
.stripes__row--1 {
  top: 3548px;
  left: 513px;
}
.stripes__row--2 {
  top: 3618px;
  left: 881px;
}
.stripes__row--3 {
  top: 3650px;
  left: 694px;
}
.stripes__row--4 {
  top: 3660px;
  left: 173px;
}
.stripes__track {
  display: flex;
}
.stripes__group {
  display: flex;
  flex-shrink: 0;
  gap: 12px;
  align-items: center;
  padding-right: 12px;
  font-size: 32px;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}
.stripes__group span {
  background: linear-gradient(180deg, #443c35 0%, #665647 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stripes__group b {
  font-weight: 400;
  line-height: 0.9;
  background: linear-gradient(180deg, var(--Protest-from) 0%, var(--Protest-to) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 767px) {
  .stripes__row {
    width: 1460px;
  }
  .stripes__row--1 {
    top: 3342px;
    left: calc(50% + 302px);
  }
  .stripes__row--2 {
    top: 3374px;
    left: calc(50% + 472px);
  }
  .stripes__row--3 {
    top: 3389px;
    left: calc(50% + 386px);
  }
  .stripes__row--4 {
    top: 3394px;
    left: calc(50% + 145px);
  }
  .stripes__group {
    gap: 5.5px;
    padding-right: 5.5px;
    font-size: 14.8px;
  }
}

.tgbox {
  position: relative;
  height: 720px;
  z-index: 2;
}
.tgbox__content {
  position: absolute;
  top: 171px;
  left: 16px;
  display: flex;
  flex-direction: column;
  gap: 49px;
  width: 657px;
}
.tgbox__title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 72px;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  white-space: nowrap;
}
.tgbox__title span {
  color: #d7bea6;
}
.tgbox__title em {
  font-style: normal;
  background: linear-gradient(180deg, var(--Protest-from) 0%, var(--Protest-to) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
html[lang=en] .tgbox__title {
  font-size: 58px;
}
.tgbox__cta {
  display: flex;
  flex-direction: column;
  width: 628px;
}
.tgbox__count {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.72px;
  color: var(--Neutral);
  text-transform: uppercase;
  background: linear-gradient(180deg, var(--Protest-from) 0%, var(--Protest-to) 100%);
  border-radius: 6px 6px 0 0;
}
.tgbox__count b {
  font-weight: 700;
}
.tgbox__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  white-space: nowrap;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  color: var(--Dark);
  text-transform: uppercase;
  background: var(--Gold);
  backdrop-filter: blur(12px);
  transition: 0.2s;
}
.tgbox__btn:hover {
  box-shadow: 0 0 0 4px var(--Gold);
}
.tgbox__img {
  position: absolute;
  top: 0;
  left: 717px;
  width: 1079px;
  max-width: none;
}
@media (max-width: 767px) {
  .tgbox {
    height: 536px;
  }
  .tgbox__content {
    top: 0;
    left: 50%;
    gap: 19px;
    width: 315px;
    transform: translateX(-50%);
  }
  .tgbox__title {
    font-size: 36px;
    text-align: center;
    white-space: normal;
  }
  html[lang=en] .tgbox__title {
    font-size: 32px;
  }
  .tgbox__cta {
    width: 100%;
  }
  .tgbox__img {
    top: 266px;
    left: calc(50% + 15px);
    width: 457px;
    transform: translateX(-50%);
  }
}

.strip {
  position: relative;
  height: 254px;
}
.strip__track {
  position: absolute;
  top: -17px;
  left: 1062px;
  display: flex;
  gap: 19px;
  align-items: center;
  transform: translate(-50%, -50%) rotate(-5deg);
}
.strip__track img {
  flex-shrink: 0;
  width: 249px;
  max-width: none;
}
.strip__track img:nth-child(5n+1) {
  width: 243px;
  margin: 0 3px;
  transform: rotate(-3deg);
}
.strip__track img:nth-child(5n+2) {
  transform: rotate(2deg);
}
.strip__track img:nth-child(5n+3) {
  transform: rotate(-2deg);
}
.strip__track img:nth-child(5n+4) {
  transform: rotate(1deg);
}
.strip__track img:nth-child(5n+5) {
  transform: rotate(-3deg);
}
@media (max-width: 767px) {
  .strip {
    height: 199px;
  }
  .strip__track {
    top: 108px;
    left: calc(50% + 73px);
    gap: 6.5px;
  }
  .strip__track img {
    width: 121px;
  }
  .strip__track img:nth-child(5n+1) {
    width: 121px;
    margin: 0;
  }
  .strip__track img:nth-child(5n+2) {
    width: 125px;
  }
  .strip__track img:nth-child(5n+3) {
    width: 123px;
  }
  .strip__track img:nth-child(5n+4) {
    width: 119px;
  }
  .strip__track img:nth-child(5n+5) {
    width: 124px;
  }
}

.tvs {
  position: relative;
  height: 1089px;
}
.tvs__title {
  position: absolute;
  top: 0;
  left: 17px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-end;
  width: 1440px;
}
.tvs__crosses {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
  padding-top: 0;
}
.tvs__crosses img {
  width: 51px;
  height: 51px;
}
.tvs__crosses img:nth-child(1),
.tvs__crosses img:nth-child(4) {
  opacity: 0.5;
}
.tvs__crosses img:nth-child(3),
.tvs__crosses img:nth-child(5) {
  opacity: 0.2;
}
.tvs__crosses img:nth-child(8),
.tvs__crosses img:nth-child(11) {
  opacity: 0.1;
}
.tvs__crosses img:nth-child(10),
.tvs__crosses img:nth-child(14) {
  opacity: 0.4;
}
.tvs__crosses img:nth-child(17) {
  opacity: 0.6;
}
.tvs__crosses img:nth-child(12) {
  opacity: 0.8;
}
.tvs__title-text {
  font-size: 46px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--Neutral);
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}
.tvs__title-text b {
  font-weight: 400;
  color: #8a2d2d;
}
.tvs__wall {
  position: absolute;
  top: 71px;
  left: 16px;
  width: 1406px;
  height: 965px;
}
.tvs__wall-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.tvs__content {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.tvs__media, .tvs__screen {
  position: absolute;
  top: calc(var(--y) * 1px);
  left: calc(var(--x) * 1px);
  width: calc(var(--w) * 1px);
  height: calc(var(--sh) * 1px);
}
.tvs__media {
  object-fit: cover;
}
.tvs__screen {
  z-index: 3;
  background: rgba(0, 0, 0, 0.001);
}
.tvs__screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../img/play.svg") center/64px no-repeat;
  opacity: 0;
  transition: 0.2s;
}
.tvs__screen:hover::before {
  opacity: 1;
}
@media (max-width: 767px) {
  .tvs {
    height: 1033px;
  }
  .tvs__title {
    top: 0;
    left: 50%;
    flex-direction: column-reverse;
    gap: 31px;
    align-items: center;
    width: auto;
    transform: translateX(-50%);
  }
  .tvs__crosses {
    justify-content: center;
    width: 100%;
  }
  .tvs__crosses img {
    width: 32px;
    height: 32px;
  }
  .tvs__title-text {
    font-size: 32px;
    text-align: center;
    white-space: normal;
  }
  .tvs__title-text b {
    display: block;
  }
  .tvs__wall {
    top: 195px;
    left: calc(50% - 396px);
    transform: scale(0.8486);
    transform-origin: top left;
  }
}

.interview {
  position: relative;
  height: 1015px;
}
.interview__head {
  position: absolute;
  top: 0;
  left: 17px;
  width: 1439px;
}
.interview__kicker {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 1.76px;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(180deg, #debb9c 0%, #665647 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.interview__headline {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}
.interview__head-crosses {
  display: flex;
  gap: 14.58px;
}
.interview__head-crosses img {
  width: 51px;
  height: 51px;
}
.interview__title {
  font-size: 46px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--Neutral);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
html[lang=en] .interview__title {
  font-size: 43px;
}
.interview__question {
  position: absolute;
  top: 130px;
  left: 18px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 580px;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.1;
}
.interview__q1 {
  background: linear-gradient(180deg, var(--Protest-from) 0%, var(--Protest-to) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.interview__q2 {
  background: linear-gradient(180deg, #debb9c 0%, #665647 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.interview__sheet {
  position: absolute;
  top: 110px;
  left: 608px;
  width: 888px;
  max-width: none;
  transform: rotate(176.84deg);
}
.interview__quote {
  position: absolute;
  top: 211px;
  left: 752px;
  width: 594px;
  font-size: 23px;
  font-weight: 300;
  line-height: 35px;
  color: var(--Dark);
}
.interview__btn {
  position: absolute;
  top: 740px;
  left: 752px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 459px;
  padding: 24px 60px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  color: var(--Neutral);
  text-transform: uppercase;
  white-space: nowrap;
  background: linear-gradient(180deg, var(--Protest-from) 0%, var(--Protest-to) 100%);
  backdrop-filter: blur(12px);
  transition: 0.2s;
}
.interview__btn:hover {
  box-shadow: 0 0 0 4px var(--Gold);
}
.interview__frame {
  position: absolute;
  top: 458px;
  left: 6px;
  z-index: 3;
  width: 694px;
  height: 563px;
  overflow: hidden;
  border: 21px solid #caaf95;
  box-shadow: 12px 12px 25px 0 rgba(0, 0, 0, 0.25);
  transform: rotate(3deg);
}
.interview__frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 10% 50%;
}
.interview__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../img/play.svg") center/64px no-repeat;
  opacity: 0;
  transition: 0.2s;
}
.interview__frame:hover::after {
  opacity: 1;
}
.interview__vovan {
  position: absolute;
  top: 751px;
  left: 474px;
  width: 575px;
  z-index: 2;
}
.interview__note {
  position: absolute;
  top: 879px;
  left: 1112px;
  z-index: 2;
  width: 278px;
  font-size: 25px;
  font-weight: 300;
  line-height: 34px;
  color: #e9d0b5;
  text-align: center;
}
@media (max-width: 767px) {
  .interview {
    height: 1437px;
  }
  .interview__head {
    position: static;
    width: 320px;
    margin: 0 auto;
    transform: none;
  }
  .interview__kicker {
    font-size: 16px;
  }
  .interview__headline {
    flex-direction: column;
    gap: 14px;
  }
  .interview__head-crosses {
    flex-shrink: 0;
    gap: 12px;
    align-items: center;
    height: 51px;
  }
  .interview__head-crosses img {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
  }
  .interview__headline .interview__head-crosses:first-child {
    display: none;
  }
  .interview__title {
    font-size: 32px;
    order: -1;
    white-space: normal;
  }
  .interview__question {
    position: static;
    gap: 14px;
    width: 320px;
    margin: 14px auto 0;
    font-size: 24px;
  }
  .interview__q1 {
    font-size: 16px;
  }
  .interview__sheet {
    top: 706px;
    left: 50%;
    width: 669px;
    transform: translateX(calc(-50% - 4px)) rotate(176.84deg);
  }
  .interview__quote {
    top: 790px;
    left: calc(50% - 158px);
    width: 317px;
    font-size: 16px;
    line-height: 1.5;
  }
  .interview__btn {
    top: 1214px;
    left: 50%;
    width: 315px;
    transform: translateX(-50%);
  }
  .interview__frame {
    top: 466px;
    left: calc(50% - 181px);
    width: 368px;
    height: 299px;
    border-width: 11px;
    transform: rotate(-3deg);
  }
  .interview__frame img {
    position: static;
    width: 100%;
    height: 100%;
  }
  .interview__vovan {
    display: none;
  }
  .interview__note {
    top: 1311px;
    left: 50%;
    width: 310px;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 1.04px;
    text-align: center;
    transform: translateX(-50%);
  }
}

.final {
  position: relative;
  height: 857px;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .final::before, .final::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 421px;
  }
  .final::before {
    left: 0;
    background: linear-gradient(90deg, var(--Dark) 34.6%, rgba(16, 14, 19, 0) 100%);
  }
  .final::after {
    right: 0;
    background: linear-gradient(270deg, var(--Dark) 34.6%, rgba(16, 14, 19, 0) 100%);
  }
}
.final__media {
  position: absolute;
  top: 0;
  left: 50%;
  width: max(100%, 1920px);
  transform: translateX(-50%);
  height: 1080px;
  background: #000;
}
.final__media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 374px;
  background: linear-gradient(180deg, var(--Dark) 34.6%, rgba(16, 14, 19, 0) 100%);
  z-index: 1;
}
.final__media::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 223px;
  background: linear-gradient(0deg, var(--Dark) 34.6%, rgba(16, 14, 19, 0) 100%);
  z-index: 1;
}
.final__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.final__btn {
  position: absolute;
  top: 609px;
  left: 401px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 670px;
  height: 154px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  color: var(--Neutral);
  text-transform: uppercase;
  white-space: nowrap;
  background: linear-gradient(180deg, var(--Protest-from) 0%, var(--Protest-to) 100%);
  backdrop-filter: blur(12px);
  transition: 0.2s;
}
.final__btn:hover {
  box-shadow: 0 0 0 4px var(--Gold);
}
@media (max-width: 767px) {
  .final {
    height: 398px;
  }
  .final__media {
    width: 360px;
    height: 271px;
  }
  .final__media::before {
    height: 47px;
  }
  .final__media::after {
    height: 56px;
  }
  .final__btn {
    top: 234px;
    left: 50%;
    width: 315px;
    height: 74px;
    font-size: 18px;
    transform: translateX(-50%);
  }
}

.footer {
  padding: 80px 0;
  background: var(--Dark);
}
.footer .container {
  max-width: 1580px;
}
@media (max-width: 767px) {
  .footer {
    padding: 24px;
  }
}
.footer__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  max-width: 550px;
  margin: 0 auto 24px;
  text-align: center;
}
.footer__header h4 {
  color: #F1EEE4;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.footer__header h4 span {
  opacity: 0.6;
  font-weight: 300;
}
.footer__news {
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: #272527;
  justify-content: space-between;
  padding: 24px 44px 24px 24px;
  gap: 18px;
  transition: 0.2s;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .footer__news {
    flex-direction: column;
    margin-bottom: 6px;
  }
}
.footer__news::after {
  background: linear-gradient(0deg, rgba(35, 159, 218, 0.4) 0%, rgba(35, 159, 218, 0.4) 100%), #272527;
  opacity: 0;
  transition: 0.2s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
}
.footer__news:hover::after {
  opacity: 1;
}
.footer__news-left {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 767px) {
  .footer__news-left {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
  }
}
.footer__news img {
  width: 76px;
  height: 76px;
  position: relative;
  z-index: 1;
}
.footer__news h5 {
  color: var(--Neutral);
  font-size: 16px;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.64px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.footer__news button {
  position: relative;
  z-index: 1;
}
.footer__news p {
  color: var(--Neutral);
  font-family: var(--Font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  max-width: 426px;
  opacity: 0.7;
  position: relative;
  z-index: 1;
}
.footer__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .footer__links {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
.footer__link {
  border-radius: 12px;
  background: rgba(39, 37, 39, 0.5);
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
  position: relative;
  overflow: hidden;
}
.footer__link * {
  position: relative;
  z-index: 1;
}
.footer__link h4 {
  color: rgba(249, 243, 222, 0.8);
  font-size: 14px;
  font-weight: 700;
  line-height: 130%; /* 18.2px */
  letter-spacing: 0.56px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}
.footer__link p {
  color: rgba(249, 243, 222, 0.8);
  font-family: var(--Font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  opacity: 0.5;
  max-width: 356px;
}
.footer__link svg {
  position: absolute;
  top: 12px;
  right: 16px;
  opacity: 0.2;
  transition: 0.2s;
}
.footer__link::after {
  background: linear-gradient(0deg, rgba(35, 159, 218, 0.4) 0%, rgba(35, 159, 218, 0.4) 100%), #272527;
  opacity: 0;
  transition: 0.2s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
}
.footer__link:hover::after {
  opacity: 1;
}
.footer__link:hover svg {
  opacity: 1;
}
.footer__link:hover p {
  opacity: 0.7;
}
.footer__wrapper {
  display: grid;
  gap: 32px;
}
@media (max-width: 767px) {
  .footer__wrapper {
    grid-template-columns: 1fr;
  }
}
.footer__social {
  display: grid;
  grid-template-columns: 390px repeat(2, 1fr);
  gap: 4px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .footer__social {
    grid-template-columns: 1fr;
  }
}
.footer__social-item {
  padding: 16px 22px;
  position: relative;
}
.footer__social-item * {
  transition: 0.2s;
}
.footer__social-item h4 {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 21px;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 18.2px */
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .footer__social-item h4 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}
.footer__social-item p {
  font-size: 14px;
  font-family: var(--Font-secondary);
  opacity: 0.7;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  margin-bottom: 8px;
}
.footer__social-item p + svg {
  position: absolute;
  top: 23px;
  right: 16px;
}
.footer__social-item:hover h4 {
  letter-spacing: 1.68px;
}
.footer__social-item.telegram {
  border-radius: 12px 0px 0px 12px;
  background: radial-gradient(215.06% 99.91% at 0% 0.3%, rgba(62, 204, 249, 0.3) 0%, rgba(62, 204, 249, 0.14) 100%);
}
.footer__social-item.telegram h4, .footer__social-item.telegram p {
  color: #3ECCF9;
}
@media (max-width: 767px) {
  .footer__social-item.telegram {
    border-radius: 0;
  }
  .footer__social-item.telegram p {
    display: none;
  }
}
.footer__social-item.telegram:hover {
  background: radial-gradient(215.06% 99.91% at 0% 0.3%, rgba(62, 204, 249, 0.5) 0%, rgba(62, 204, 249, 0.23) 100%);
}
.footer__social-item.telegram:active {
  background: radial-gradient(215.06% 99.91% at 0% 0.3%, rgba(62, 204, 249, 0.8) 0%, rgba(62, 204, 249, 0.37) 100%);
}
.footer__social-item.discord {
  border-radius: 0px 12px 12px 0px;
  background: radial-gradient(215.66% 100.19% at -0.09% 0.3%, rgba(88, 101, 242, 0.17) 0%, rgba(88, 101, 242, 0.3) 100%);
}
.footer__social-item.discord h4, .footer__social-item.discord p {
  color: #5865F2;
}
@media (max-width: 767px) {
  .footer__social-item.discord {
    border-radius: 0;
  }
  .footer__social-item.discord p {
    display: none;
  }
}
.footer__social-item.discord:hover {
  background: radial-gradient(215.66% 100.19% at -0.09% 0.3%, rgba(88, 101, 242, 0.29) 0%, rgba(88, 101, 242, 0.5) 100%);
}
.footer__social-item.discord:active {
  background: radial-gradient(215.66% 100.19% at -0.09% 0.3%, rgba(88, 101, 242, 0.46) 0%, rgba(88, 101, 242, 0.8) 100%);
}
.footer__bottom {
  display: grid;
  grid-template-columns: 1fr 281px;
  gap: 32px;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__bottom {
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
}
.footer__bottom img {
  max-width: 100%;
}
.footer__logo img {
  height: 38px;
}
@media (max-width: 767px) {
  .footer__logo img {
    height: 94px;
    margin: 0 auto;
  }
}
.footer__menu {
  display: flex;
  gap: 8px;
  text-align: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.footer__menu li {
  display: flex;
  justify-content: center;
  flex: 1;
  min-width: 160px;
}
.footer__menu a {
  color: #F1EEE4;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 13.2px */
  flex-shrink: 0;
  padding: 12px 0px;
  width: 100%;
  flex-shrink: 1;
  transition: 0.2s;
}
.footer__menu a:hover {
  opacity: 0.7;
  background: rgba(249, 243, 222, 0.12);
}
.footer__menu a:active {
  opacity: 0.3;
  background: transparent;
}
.footer__info {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .footer__info {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
.footer__info a {
  color: #F1EEE4;
  font-size: 10px;
  font-weight: 300;
  line-height: 150%; /* 15px */
  text-decoration-line: underline;
  opacity: 0.4;
}
.footer__info p {
  color: var(--Neutral);
  font-size: 10px;
  font-weight: 300;
  line-height: 150%; /* 15px */
  opacity: 0.4;
  max-width: 268px;
}
@media (max-width: 767px) {
  .footer {
    padding: 12px 0 0;
  }
  .footer .container {
    padding: 0 12px;
  }
  .footer__wrapper {
    display: grid;
    grid-template-columns: 128px 1fr;
    gap: 18px 24px;
    grid-template-areas: "head head" "social social" "news news" "links links" "logo menu" "info info" "discord discord";
  }
  .footer__content, .footer__bottom, .footer__bottom-left {
    display: contents;
  }
  .footer__header {
    grid-area: head;
    max-width: none;
    margin: 0;
  }
  .footer__header h4 span {
    opacity: 0.5;
  }
  .footer__social {
    grid-area: social;
    margin-bottom: 0;
  }
  .footer__social-item {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 16px;
  }
  .footer__social-item h4 {
    flex: 1;
    gap: 16px;
    font-size: 14px;
    line-height: 130%;
    text-transform: none;
  }
  .footer__social-item.telegram h4, .footer__social-item.discord h4 {
    color: var(--Neutral);
  }
  .footer__social-item.telegram svg {
    color: #3eccf9;
  }
  .footer__social-item.discord svg {
    color: #5865f2;
  }
  .footer__social-icon, .footer__social-arrow {
    flex-shrink: 0;
  }
  .footer__news {
    grid-area: news;
    gap: 18px;
    align-items: flex-start;
    padding: 24px 44px 24px 24px;
    margin-bottom: 0;
  }
  .footer__news-left {
    align-items: flex-start;
    text-align: left;
  }
  .footer__news-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .footer__news-content h5 {
    margin: 0;
  }
  .footer__links {
    grid-area: links;
    gap: 18px;
    margin-bottom: 0;
  }
  .footer__link p {
    padding-right: 32px;
  }
  .footer__logo {
    grid-area: logo;
    align-self: center;
    padding: 12px 0 12px 24px;
  }
  .footer__logo img {
    width: 104px;
    height: auto;
    margin: 0;
  }
  .footer__logo-mobile {
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: center;
    width: 104px;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.5;
    color: #f1eee4;
  }
  .footer__logo-mobile span {
    opacity: 0.4;
  }
  .footer__menu {
    grid-area: menu;
    flex-direction: column;
    gap: 18px;
    align-self: center;
    padding: 12px 0;
  }
  .footer__menu li {
    min-width: 0;
  }
  .footer__menu a {
    padding: 0;
  }
  .footer__info {
    grid-area: info;
    gap: 18px;
    margin-top: 0;
    padding-top: 18px;
    text-align: center;
    border-top: 1px solid rgba(241, 238, 228, 0.1);
  }
  .footer__info p {
    order: 1;
    max-width: none;
  }
  .footer__discord {
    grid-area: discord;
    margin: 0 -12px;
  }
  .footer__discord img {
    width: 100%;
  }
}

.cookie {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  border-radius: 12px;
  background: linear-gradient(0deg, rgba(249, 243, 222, 0.24) 0%, rgba(249, 243, 222, 0.24) 100%), var(--Dark, #100e13);
  padding: 24px;
  z-index: 100;
}
.cookie p {
  color: var(--Neutral);
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: 110%;
  margin-bottom: 2px;
}
.cookie span {
  color: var(--Neutral);
  font-family: var(--Font-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.cookie span a {
  color: var(--Neutral);
  font-family: var(--Font-secondary);
  text-decoration: underline;
}
.cookie__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .cookie__wrapper {
    flex-direction: column;
    gap: 12px;
  }
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  display: block;
  transition: 0.2s;
}
.modal--open {
  visibility: visible;
  opacity: 1;
}
.modal__background {
  opacity: 0.95;
  background: radial-gradient(104.06% 148.66% at 50% 0%, #322b22 0%, #13100e 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal__background--video {
  background: rgba(0, 0, 0, 0.82);
}
.modal__wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.modal__video {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background: #000;
}
.modal__video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.modal__close {
  color: var(--Neutral);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  align-items: center;
  opacity: 0.4;
  cursor: pointer;
  transition: 0.2s;
  position: absolute;
  right: 32px;
  top: 32px;
  z-index: 2;
}
.modal__close:hover {
  opacity: 1;
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes stripes-run {
    to {
      transform: translateX(-50%);
    }
  }
  .stripes__track {
    animation: stripes-run 46s linear infinite;
  }
  .stripes__row--2 .stripes__track {
    animation-duration: 58s;
    animation-direction: reverse;
  }
  .stripes__row--3 .stripes__track {
    animation-duration: 66s;
  }
  .stripes__row--4 .stripes__track {
    animation-duration: 52s;
    animation-direction: reverse;
  }
  @keyframes strip-run {
    from {
      transform: translate(-50%, -50%) rotate(-5deg) translateX(0);
    }
    to {
      transform: translate(-50%, -50%) rotate(-5deg) translateX(-50%);
    }
  }
  .strip__track {
    animation: strip-run 64s linear infinite;
  }
  .paper__timer-value {
    transition: 0.25s;
  }
  .paper__timer-value.is-tick {
    opacity: 0.2;
    transform: translateY(-4px);
  }
  @keyframes bar-pulse {
    50% {
      transform: scaleY(0.45);
    }
  }
  .player.is-playing .player__bar {
    animation: bar-pulse 0.9s ease-in-out infinite;
  }
  .player.is-playing .player__bar:nth-child(8n+1) {
    animation-delay: -0.11s;
  }
  .player.is-playing .player__bar:nth-child(8n+2) {
    animation-delay: -0.22s;
  }
  .player.is-playing .player__bar:nth-child(8n+3) {
    animation-delay: -0.33s;
  }
  .player.is-playing .player__bar:nth-child(8n+4) {
    animation-delay: -0.44s;
  }
  .player.is-playing .player__bar:nth-child(8n+5) {
    animation-delay: -0.55s;
  }
  .player.is-playing .player__bar:nth-child(8n+6) {
    animation-delay: -0.66s;
  }
  .player.is-playing .player__bar:nth-child(8n+7) {
    animation-delay: -0.77s;
  }
  .player.is-playing .player__bar:nth-child(8n+8) {
    animation-delay: -0.88s;
  }
}
.policy {
  padding: 146px 0 76px;
}
.policy__container {
  width: 100%;
  max-width: 832px;
  margin: 0 auto;
  padding: 0 16px;
}
.policy__title {
  margin: 32px 0 36px;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--Neutral);
  text-transform: uppercase;
}
@media (max-width: 567px) {
  .policy__title {
    margin-bottom: 16px;
    font-size: 18px;
    text-align: center;
  }
}
.policy h2 {
  margin: 16px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  color: var(--Neutral);
}
.policy p {
  margin: 16px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--Neutral);
  opacity: 0.8;
}
.policy strong {
  font-weight: 700;
}
.policy ul {
  display: grid;
  gap: 8px;
  margin: 16px 0;
}
.policy ul li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--Neutral);
}
.policy ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background: var(--Neutral);
  transform: translateY(-50%);
}
.policy p a,
.policy li a {
  font-size: 14px;
  color: var(--Gold);
  text-decoration: underline;
  opacity: 0.8;
  transition: 0.2s;
}
.policy p a:hover,
.policy li a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .policy {
    padding-top: 100px;
  }
}