@charset "UTF-8";
@import url("../css/reset.css");
:root {
  --size-skew: 10px;
}

html {
  font-size: 16px;
  line-height: 150%;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  background: #000000;
  color: #fff;
  font-weight: 400;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #000000;
}

img {
  max-width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
}

ul li {
  list-style-type: none;
}

button,
input,
select {
  font-family: "Roboto Condensed", sans-serif;
}

.ff-road {
  font-family: "Road Rage";
  font-weight: 400;
}

.no-scroll {
  overflow: hidden;
}

.fs-14 {
  font-size: 14px;
  line-height: 150%;
}

.fs-16 {
  font-size: 16px;
  line-height: 130%;
}

.fs-20 {
  font-size: 20px;
  line-height: 28px;
}

.fs-24 {
  font-size: 24px;
  line-height: 130%;
}

.fs-32 {
  font-size: 32px;
  line-height: 130%;
}

.fs-40 {
  font-size: 40px;
  line-height: 100%;
}

.fs-48 {
  font-size: 48px;
  line-height: 110%;
}

.fs-64 {
  font-size: 64px;
  line-height: 110%;
}

.fs-96 {
  font-size: 96px;
  line-height: 120%;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hr {
  border: 0;
  border-bottom: 1px solid #1f1f1f;
  margin: 0;
}

.container {
  margin: 0 auto;
  padding: 0 48px;
  max-width: 1920px;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d-grid {
  display: grid;
}

.d-block {
  display: block;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute !important;
}

.pos-start {
  top: 0;
  left: 0;
}

.pos-end {
  bottom: 0;
  left: 0;
}

.pos-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.border-dark {
  border: 1px solid #1f1f1f;
}

.z-2 {
  z-index: 2;
}

.z-9 {
  z-index: 9;
}

.-z-1 {
  z-index: -1;
}

.-z-pseudo-1:after {
  z-index: -1;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gap-96 {
  gap: 96px;
}

.gap-48 {
  gap: 48px;
}

.gap-24 {
  gap: 24px;
}

.gap-12 {
  gap: 12px;
}

.gap-8 {
  gap: 8px;
}

.cursor-pointer {
  cursor: pointer;
}

.overflow-hidden {
  overflow: hidden;
}

.opacity-75 {
  opacity: 0.75;
}

.btn {
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 13px 26px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  background: transparent;
}

.btn-clip {
  clip-path: polygon(var(--size-skew) 0, 100% 0, 100% calc(100% - var(--size-skew)), calc(100% - var(--size-skew)) 100%, 0 100%, 0 var(--size-skew));
}

.btn-hero {
  max-width: 192px;
  width: 100%;
}

.btn-border {
  position: relative;
  min-width: 192px;
  height: 40px;
}
.btn-border::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ff6334;
  clip-path: polygon(0 var(--size-skew), var(--size-skew) 0, 100% 0, 100% calc(100% - var(--size-skew)), calc(100% - var(--size-skew)) 100%, 0 100%, 0 var(--size-skew), 2px calc(var(--size-skew) + 0.83px), 2px calc(100% - 2px), calc(100% - var(--size-skew) - 0.83px) calc(100% - 2px), calc(100% - 2px) calc(100% - var(--size-skew) - 0.83px), calc(100% - 2px) 2px, calc(var(--size-skew) + 0.83px) 2px, 2px calc(var(--size-skew) + 0.83px));
  pointer-events: none;
}
.btn-border:hover {
  color: #000000;
  background: #ff6334;
}

.btn-orange {
  background: #ff6334;
  color: #000000;
}

.btn-dark {
  background: #000000;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #000000;
}

.btn-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.btn-join .btn {
  border: 1px solid;
  border-radius: 4px;
  height: 40px;
  padding: 8px 11px;
}
.btn-join .btn.btn-border-orange {
  border-color: #ff6334;
  color: #ff6334;
}
.btn-join .btn.btn-border-orange:hover {
  background: #ff6334;
  color: #000000;
}
.btn-join .btn.btn-border-white {
  border-color: #fff;
  color: #fff;
}
.btn-join .btn.btn-border-white:hover {
  background: #fff;
  color: #000000;
}
.btn-join .btn.btn-border-white:hover svg rect {
  fill: #000000;
}
.btn-join .btn svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-join .btn:hover svg path {
  fill: #000000;
}

.hyphenated-text {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.glitch-title {
  padding-left: 16px;
  margin-left: -16px;
}

.radius-2 {
  border-radius: 2px;
}

.radius-8 {
  border-radius: 8px;
}

.radius-12 {
  border-radius: 12px;
}

.p-24 {
  padding: 24px;
}

.p-48 {
  padding: 48px;
}

.p-96 {
  padding: 96px;
}

.px-48 {
  padding-left: 48px;
  padding-right: 48px;
}

.px-96 {
  padding-left: 96px;
  padding-right: 96px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-72 {
  margin-top: 72px;
}

.mt-96 {
  margin-top: 96px;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #fff;
}

.text-orange {
  color: #ff6334;
}

.bg-orange {
  background: #ff6334;
}

.bg-orange-100-hover:hover {
  background: #cc4f2a;
}

.bg-dark-100 {
  background: #111;
}

.bg-white {
  background: #fff;
}

.bg-gray-hover:hover {
  background: #ccc;
}

.h-0 {
  height: 0;
}

.h-100 {
  height: 100%;
}

.h-320 {
  height: 320px;
}

.h-auto {
  height: auto;
}

.w-100 {
  width: 100%;
}

.duration-3 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.text-uppercase {
  text-transform: uppercase;
}

.wrapper {
  padding: 12px;
  max-width: 1920px;
  margin: 0 auto;
}

.header {
  position: fixed;
  background: #000000;
  height: 88px;
  padding: 24px 12px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header .logo {
  background: url(../images/logo.svg) no-repeat;
  width: 164px;
  height: 32px;
}
.header .header-menu {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  padding-bottom: 14px;
}
.header .header-menu li {
  padding: 7.5px 12px 0;
  position: relative;
}
.header .header-menu li a {
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header .header-menu li a:hover {
  color: #fff;
}
.header .header-menu li.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 2;
  height: 1px;
  width: 100%;
  background: #ff6334;
}
.header .header-menu li.active:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -14px;
  content: "";
  border-bottom: 8px solid #ff6334;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  height: 0;
  width: 8px;
}
.header .header-menu li.active a {
  color: #ff6334;
}
.header .droplink {
  position: relative;
}
.header .droplink a {
  position: relative;
  color: #fff;
  z-index: 9;
  padding: 0 12px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.header .droplink a .icon path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .droplink a:hover {
  color: #ff6334;
}
.header .droplink a:hover .icon path {
  fill: #ff6334;
}
.header .droplink:not(.active) .main-lang {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 12px 9px;
}
.header .droplink:not(.active) .main-lang:hover {
  background: #111;
  border-radius: 2px;
}
.header .droplink .dropmenu {
  visibility: hidden;
  position: absolute;
  padding: 12px 0;
  padding-top: 38px;
  border-radius: 2px;
  top: -50px;
  left: 0;
  width: 68px;
  background: #111;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.header .droplink.active .main-lang {
  color: #ff6334;
}
.header .droplink.active .dropmenu {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: -10px;
  visibility: visible;
}
.header .droplink.active .icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header .droplink.active .icon path {
  fill: #ff6334;
}

.hero {
  min-height: calc(100vh - 100px);
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 88px;
  margin-bottom: 12px;
}
.hero .slide-poster img {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.hero .slide-poster img.active {
  opacity: 1;
}

.glitch-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
}

.section-poster {
  height: 652px;
  width: 100%;
}
.section-poster.for-affiliates .glitch-image.lazyloaded {
  background: url(../images/for-affiliates.webp) no-repeat center/contain;
}
.section-poster.for-advertisers .glitch-image.lazyloaded {
  background: url(../images/for-advertisers.webp) no-repeat center/contain;
}
.section-poster.statistics-bg {
  height: 100%;
}
.section-poster.statistics-bg .glitch-image.lazyloaded {
  background: url(../images/statistics-bg.webp) no-repeat center/contain;
}
.section-poster.company-info .glitch-image.lazyloaded {
  background: url(../images/company-info.webp) no-repeat center/contain;
}

.card-item {
  aspect-ratio: 4.6/5.1;
}

.img-cover {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

footer {
  border-top: 1px solid #1f1f1f;
  padding: 48px 96px;
}

.socials li a .s-hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.socials li a:hover .s-hover {
  fill: #cc4f2a;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  display: none;
}

.modal-window {
  background: #111111;
  padding: 20px;
  max-width: 520px;
  width: 100%;
  border-radius: 12px;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}

.currency-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  gap: 10px;
  padding: 15px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.currency-option input[type=radio] {
  display: none;
}

.currency-option input[type=radio]:checked + .icon,
.currency-option input[type=radio]:checked ~ .text {
  color: #ff6600;
}

.currency-option input[type=radio]:checked ~ .currency-option {
  border-color: #ff6600;
}

/* делаем подсветку всей карточки */
.currency-option:has(input[type=radio]:checked) {
  border-color: rgba(255, 99, 52, 0.25);
  background: #000;
}

.icon {
  font-size: 22px;
  color: #888;
  font-weight: bold;
}

.confirm-btn {
  background: #ff6334;
}
.confirm-btn.disabled {
  opacity: 50%;
  pointer-events: none;
  cursor: not-allowed;
}

.confirm-btn:not(.disabled):hover {
  background: #cc5633;
}

@media (min-width: 1920px) {
  body {
    font-size: 1.28em;
  }
}
@media (max-width: 1020px) {
  .xl-mt-48 {
    margin-top: 48px;
  }
  .xl-px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }
}
@media (max-width: 1440px) {
  .lg-p-48 {
    padding: 48px;
  }
  .lg-px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .lg-mt-48 {
    margin-top: 48px;
  }
  .lg-fs-20 {
    font-size: 20px;
  }
  .lg-d-none {
    display: none;
  }
  .section-poster {
    height: 500px;
  }
  footer {
    padding: 48px 24px;
  }
}
@media (max-width: 1090px) {
  .container {
    padding: 0 24px;
  }
  .section-poster {
    height: 100%;
  }
  .md-d-none {
    display: none;
  }
  .md-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .md-mt-24 {
    margin-top: 24px;
  }
  .md-fs-16 {
    font-size: 16px;
  }
  .md-fs-48 {
    font-size: 48px;
  }
  .md-fs-72 {
    font-size: 72px;
  }
  .md-p-24 {
    padding: 24px;
  }
  .md-px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .md-d-none {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-poster {
    height: 306px;
  }
  .card-item {
    aspect-ratio: 3.65/2.65;
  }
  .sm-fs-40 {
    font-size: 40px;
  }
  .sm-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
  .sm-grid-1 {
    grid-template-columns: 1fr;
  }
  .sm-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sm-mt-24 {
    margin-top: 24px;
  }
  .sm-mt-36 {
    margin-top: 36px;
  }
  footer {
    padding: 48px 24px 24px;
  }
}
@media (max-width: 580px) {
  .container {
    padding: 0 12px;
  }
  .xs-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xs-w-100 {
    width: 100%;
  }
  .xs-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xs-d-none {
    display: none;
  }
  .xs-fs-36 {
    font-size: 36px;
  }
  .xs-grid-1 {
    grid-template-columns: 1fr;
  }
  .xs-mt-24 {
    margin-top: 24px;
  }
  .xs-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xs-gap-12 {
    gap: 12px;
  }
  .xs-scroll {
    overflow-x: auto;
    scrollbar-width: none;
  }
  .xs-scroll::-webkit-scrollbar {
    display: none;
  }
  .xs-scroll > div {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .card-item {
    width: 280px;
    height: 380px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .header {
    height: 67px;
    padding: 12px 0;
  }
  .header .logo {
    width: 32px;
    height: 32px;
    background-size: cover;
  }
  .hero {
    min-height: calc(100vh - 79px);
    margin-top: 67px;
  }
  .btn-hero {
    max-width: 100%;
  }
  .btn-border {
    min-width: 162px;
  }
}