@font-face {
  font-family: GraphikLCG;
  font-display: swap;
  src: url("../fonts/GraphikLCG-Black.woff2") format("woff2"), url("../fonts/GraphikLCG-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: GraphikLCG;
  font-display: swap;
  src: url("../fonts/GraphikLCG-Black.woff2") format("woff2"), url("../fonts/GraphikLCG-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: GraphikLCG;
  font-display: swap;
  src: url("../fonts/GraphikLCG-Bold.woff2") format("woff2"), url("../fonts/GraphikLCG-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: GraphikLCG;
  font-display: swap;
  src: url("../fonts/GraphikLCG-Extralight.woff2") format("woff2"), url("../fonts/GraphikLCG-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: GraphikLCG;
  font-display: swap;
  src: url("../fonts/GraphikLCG-Extralight.woff2") format("woff2"), url("../fonts/GraphikLCG-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: GraphikLCG;
  font-display: swap;
  src: url("../fonts/GraphikLCG-Bold.woff2") format("woff2"), url("../fonts/GraphikLCG-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: GraphikLCG;
  font-display: swap;
  src: url("../fonts/GraphikLCG-Light.woff2") format("woff2"), url("../fonts/GraphikLCG-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: GraphikLCG;
  font-display: swap;
  src: url("../fonts/GraphikLCG-Light.woff2") format("woff2"), url("../fonts/GraphikLCG-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: GraphikLCG;
  font-display: swap;
  src: url("../fonts/GraphikLCG-Medium.woff2") format("woff2"), url("../fonts/GraphikLCG-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: GraphikLCG;
  font-display: swap;
  src: url("../fonts/GraphikLCG-Regular.woff2") format("woff2"), url("../fonts/GraphikLCG-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: GraphikLCG;
  font-display: swap;
  src: url("../fonts/GraphikLCG-Semibold.woff2") format("woff2"), url("../fonts/GraphikLCG-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: GraphikLCG;
  font-display: swap;
  src: url("../fonts/GraphikLCG-Regular.woff2") format("woff2"), url("../fonts/GraphikLCG-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: GraphikLCG;
  font-display: swap;
  src: url("../fonts/GraphikLCG-Semibold.woff2") format("woff2"), url("../fonts/GraphikLCG-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: GraphikLCG;
  font-display: swap;
  src: url("../fonts/GraphikLCG-Medium.woff2") format("woff2"), url("../fonts/GraphikLCG-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: GraphikLCG;
  font-display: swap;
  src: url("../fonts/GraphikLCG-Thin.woff2") format("woff2"), url("../fonts/GraphikLCG-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: GraphikLCG;
  font-display: swap;
  src: url("../fonts/GraphikLCG-Thin.woff2") format("woff2"), url("../fonts/GraphikLCG-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  font-family: "GraphikLCG", sans-serif;
}

*:focus,
*:active {
  outline: none;
}

html,
body {
  height: 100%;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper .main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

.intro {
  width: 100%;
  min-height: 700px;
  background: #202124;
  color: #e8eaed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

.intro__body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  isolation: isolate;
}

.intro__content {
  padding-bottom: 36px;
}

.intro__title {
  font-size: 64px;
  margin-bottom: 28px;
}

.intro__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 28px;
}

.intro__info {
  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;
}

.intro__info.br {
  border-right: 1px solid #3c4043;
}

.intro__info.pr {
  padding-right: 16px;
}

.intro__info.pl {
  padding-left: 16px;
}

.intro__info-p {
  font-size: 14px;
  height: 24px;
  text-align: center;
}

.intro__info-title {
  font-size: 12px;
  color: #9aa0a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.intro__logo {
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  background: #1b0900;
  border-radius: 8px;
  padding: 5px;
}

.intro__logo.show-sm {
  display: none;
}

.intro__logo img {
  width: 100%;
}

.intro__desc {
  margin-bottom: 28px;
  max-width: 548px;
  font-size: 16px;
  line-height: 120%;
}

.intro__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.intro__links-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.intro__button {
  background-color: #0ad299;
  color: #202124;
  text-decoration: none;
  line-height: 1.25rem;
  font-size: 0.875rem;
  letter-spacing: 0.0178571429em;
  font-weight: 500;
  height: 36px;
  min-height: 36px;
  min-width: 160px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  padding: 8px 16px;
  position: relative;
  overflow: hidden;
}

.intro__button:before {
  content: "";
  position: absolute;
  display: block;
  background: var(--ripple-background, white);
  border-radius: 50%;
  pointer-events: none;
  top: calc(var(--y) * 1px);
  left: calc(var(--x) * 1px);
  width: calc(var(--d) * 1px);
  height: calc(var(--d) * 1px);
  opacity: calc(var(--o, 1) * var(--ripple-opacity, 0.3));
  -webkit-transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
  -o-transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
  transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
  -webkit-transform: translate(-50%, -50%) scale(var(--s, 1));
  -ms-transform: translate(-50%, -50%) scale(var(--s, 1));
  transform: translate(-50%, -50%) scale(var(--s, 1));
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.intro__soc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #0ad299;
  color: #fff;
  text-decoration: none;
  line-height: 1.25rem;
  font-size: 0.875rem;
  letter-spacing: 0.0178571429em;
  font-weight: 500;
  height: 36px;
  min-height: 36px;
  min-width: 122px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  padding: 8px 16px;
  position: relative;
  overflow: hidden;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}

.intro__soc-item.store {
  background: transparent;
  padding: 0;
  height: 36px;
  min-width: 0;
  border-radius: 0;
}

.intro__soc-item.store svg {
  display: none;
}

.intro__soc-item.store picture {
  height: 100%;
}

.intro__soc-item.store img {
  height: 100%;
}

.intro__soc-item.telegram {
  background-color: #0088cc;
}

.intro__soc-item.vk {
  background-color: #4C75A3;
}

.intro__soc svg {
  width: 24px;
  height: 24px;
}

.intro__video {
  height: 600px;
  max-width: 1067px;
  width: 100%;
  right: -72px;
  z-index: -1;
  position: absolute;
  top: 0;
}

.intro__video-bg {
	--bg-darken: 36%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #202124), color-stop(var(--bg-darken), rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, color-stop(0, #202124), color-stop(var(--bg-darken), rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(0, #202124), color-stop(var(--bg-darken), rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, color-stop(0, #202124), color-stop(var(--bg-darken), rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(0, #202124), color-stop(var(--bg-darken), rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, #202124 0, rgba(0, 0, 0, 0) var(--bg-darken)), -o-linear-gradient(bottom, #202124 0, rgba(0, 0, 0, 0) var(--bg-darken)), -o-linear-gradient(right, #202124 0, rgba(0, 0, 0, 0) var(--bg-darken)), -o-linear-gradient(bottom, #202124 0, rgba(0, 0, 0, 0) var(--bg-darken)), -o-linear-gradient(top, #202124 0, rgba(0, 0, 0, 0) var(--bg-darken));
  background: linear-gradient(to right, #202124 0, rgba(0, 0, 0, 0) var(--bg-darken)), linear-gradient(to top, #202124 0, rgba(0, 0, 0, 0) var(--bg-darken)), linear-gradient(to left, #202124 0, rgba(0, 0, 0, 0) var(--bg-darken)), linear-gradient(to top, #202124 0, rgba(0, 0, 0, 0) var(--bg-darken)), linear-gradient(to bottom, #202124 0, rgba(0, 0, 0, 0) var(--bg-darken));
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}

.intro__video video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about {
  margin-bottom: 100px;
}

.about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

.about__content {
  max-width: calc(60% - 10px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.about__sidebar {
  max-width: calc(40% - 10px);
  width: 100%;
}

.about__sidebar-img {
  width: 100%;
  line-height: 0;
  margin-bottom: 20px;
}

.about__sidebar-img img {
  width: 100%;
  line-height: 0;
}

.about__sidebar-desc {
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 20px;
}

.swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-slide {
  position: relative;
}

.swiper-slide img,
.swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
  pointer-events: none;
}

.swiper-slide .play svg {
  width: 100%;
  height: 100%;
}

.swiper__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  padding: 0 15px;
  width: 100%;
  pointer-events: none;
}

.swiper__navigation * {
  pointer-events: all;
}

.swiper-button-disabled {
  cursor: auto;
  opacity: 0.5;
}

.swiper-button-next {
  cursor: pointer;
}

.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0 0 5px #00000050);
          filter: drop-shadow(0 0 5px #00000050);
}

.swiper-button-prev {
  cursor: pointer;
}

.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0 0 5px #00000050);
          filter: drop-shadow(0 0 5px #00000050);
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media (max-width: 1500px) {
  .intro__video {
    right: 0;
  }
}

@media (max-width: 1400px) {
  .intro__video {
    padding-bottom: 56.54%;
    height: auto;
  }
}

@media (max-width: 1200px) {
  .intro {
    min-height: 760px;
  }

  .intro__soc-item.store svg {
    display: block;
  }

  .intro__soc-item.store img {
    display: none;
  }

  .intro__soc-item.telegram {
    background-color: transparent;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .intro__soc-item.vk {
    background-color: transparent;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .intro__soc-item {
    font-size: 0;
    width: 24px;
    height: 24px;
    min-width: 24px;
    padding: 0;
    background: transparent;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

@media (max-width: 992px) {
  .about__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about__content {
    max-width: 100%;
  }

  .about__sidebar {
    max-width: 100%;
  }

  .about__sidebar-img {
    display: none;
  }
}

@media (max-width: 768px) {
  .intro {
    min-height: 580px;
  }
}

@media (max-width: 576px) {
  .intro {
    min-height: 500px;
    margin-bottom: 50px;
  }

  .intro__title {
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .intro__logo.hide-sm {
    display: none;
  }

  .intro__logo.show-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .about {
    margin-bottom: 50px;
  }

  .swiper-button-next {
    width: 20px;
    height: 20px;
  }

  .swiper-button-prev {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 360px) {
  .intro__info-title {
    width: 90px;
  }

  .intro__links {
    -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;
    row-gap: 15px;
  }

  .intro__button {
    max-width: 100%;
    width: 100%;
  }
}

.btn__rustore {display: inline-block; height: max-content; line-height: 0;}
.btn__rustore svg {width: auto; height: 36px;}