* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
*::after, *::before {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

img {
  display: block;
}

input {
  border: none;
  padding: 0;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  resize: none;
}

button,
input,
textarea,
select {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
}
button::-ms-clear, button::-ms-reveal,
input::-ms-clear,
input::-ms-reveal,
textarea::-ms-clear,
textarea::-ms-reveal,
select::-ms-clear,
select::-ms-reveal {
  display: none;
}
button::-moz-focus-inner, button::-moz-focus-outer,
input::-moz-focus-inner,
input::-moz-focus-outer,
textarea::-moz-focus-inner,
textarea::-moz-focus-outer,
select::-moz-focus-inner,
select::-moz-focus-outer {
  border: 0;
}

svg {
  pointer-events: none;
  display: block;
  height: 100%;
  width: 100%;
}

a {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

@font-face {
  font-family: YS-Text;
  font-style: normal;
  font-weight: normal;
  src: url("./YS-Text-Regular-JsgyP3rF.woff") format("woff");
  src: url("./YS-Text-Regular-GNwCduhy.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: YS-Text;
  font-style: normal;
  font-weight: 500;
  src: url("./YS-Text-Medium-CR0UTzf-.woff") format("woff");
  src: url("./YS-Text-Medium-CG-K8pH5.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: YSCompressed;
  font-style: normal;
  font-weight: 700;
  src: url("./YSCompressed-Heavy-CAk7QRrq.woff") format("woff");
  src: url("./YSCompressed-Heavy-CJrxowyT.woff2") format("woff2");
  font-display: swap;
}
html {
  font-size: 16px;
}

body {
  font-family: "YS-Text", sans-serif, -apple-system;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  color: #000;
  background: #010101;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

[lazy] {
  opacity: 0 !important;
  transition: opacity 0.3s !important;
}

[lazy=loaded] {
  opacity: 1 !important;
}

.link {
  color: inherit;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .link {
    cursor: pointer;
  }
  .link:hover {
    text-decoration: none;
  }
}

b {
  font-weight: 600;
}

.h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 33.6px */
}
@media (min-width: 1184px) {
  .h2 {
    font-size: 34px;
  }
}

.h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
}
@media (min-width: 1184px) {
  .h3 {
    font-size: 20px;
  }
}

.body-1, .body-2, body {
  font-size: 20px;
  line-height: 120%; /* 24px */
}
@media (min-width: 1184px) {
  .body-1, .body-2, body {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 31.2px */
  }
}

.body-2 {
  font-weight: 600;
}

.body-3, .body-4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}
@media (min-width: 1184px) {
  .body-3, .body-4 {
    font-size: 20px;
  }
}

.body-4 {
  font-weight: 600;
}

.card-small, .card-big {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}

.card-big {
  font-weight: 600;
}

.caption {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  font-family: "YS-Text", sans-serif, -apple-system;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  color: #fff;
  background: #ff3495;
  border-radius: 40px;
}
@media (min-width: 1184px) {
  .button {
    height: 72px;
    font-size: 20px;
  }
}

.tabs {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.tabs__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}
@media (min-width: 1184px) {
  .tabs__header {
    flex-direction: row;
    gap: 16px;
    justify-content: center;
    margin-bottom: 48px;
  }
}
.tabs__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  font-family: "YS-Text", sans-serif, -apple-system;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  color: #fff;
  text-transform: uppercase;
  background: #121212;
  border-radius: 40px;
}
@media (min-width: 1184px) {
  .tabs__button {
    flex: 0 0 320px;
    max-width: 320px;
  }
}
.tabs__button--active {
  color: #000;
  background: #fff;
}
.tabs__content {
  position: relative;
  width: 100%;
}
.tabs__panel {
  display: none;
  padding: 0;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.tabs__panel--active {
  display: block;
  opacity: 1;
}
.tabs__cards {
  display: flex;
  gap: 8px;
  align-items: stretch;
  width: 100%;
  overflow: auto hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none; /* Firefox */
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; /* IE and Edge */
}
.tabs__cards::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1184px) {
  .tabs__cards {
    gap: 16px;
    align-items: flex-start;
    overflow: hidden;
  }
}
.tabs__cards-wrapper {
  position: relative;
  margin-right: -16px;
  margin-left: -16px;
}
@media (min-width: 1184px) {
  .tabs__cards-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}
.tabs__cards--1 .tabs__card--2 .tabs__card-text {
  width: 203px;
}
.tabs__cards--1 .tabs__card--2 .tabs__card-text--1 {
  padding-left: 16px;
}
.tabs__cards--1 .tabs__card--2 .tabs__card-text--2 {
  padding-right: 16px;
}
.tabs__cards--1 .tabs__card--2 .tabs__card-text--3 {
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 1184px) {
  .tabs__cards--1 .tabs__card--2 .tabs__card-text {
    width: 259px;
  }
}
.tabs__cards--1 .tabs__card--3 .tabs__card-text {
  width: 162px;
}
@media (min-width: 1184px) {
  .tabs__cards--1 .tabs__card--3 .tabs__card-text {
    width: 190px;
  }
}
.tabs__cards--2 .tabs__card--1 .tabs__card-text {
  width: 162px;
}
@media (min-width: 1184px) {
  .tabs__cards--2 .tabs__card--1 .tabs__card-text {
    width: 182px;
  }
}
.tabs__cards--2 .tabs__card--2 .tabs__card-text {
  width: 162px;
}
@media (min-width: 1184px) {
  .tabs__cards--2 .tabs__card--2 .tabs__card-text {
    width: 183px;
  }
}
@media (min-width: 1184px) {
  .tabs__cards--2 .tabs__card--3 .tabs__card-text {
    width: 248px;
  }
}
.tabs__cards--3 .tabs__card--2 .tabs__card-text {
  width: 209px;
}
@media (min-width: 1184px) {
  .tabs__cards--3 .tabs__card--2 .tabs__card-text {
    width: 251px;
  }
}
.tabs__cards--3 .tabs__card--3 .tabs__card-text {
  width: 164px;
}
@media (min-width: 1184px) {
  .tabs__cards--3 .tabs__card--3 .tabs__card-text {
    width: 193px;
  }
}
.tabs__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 312px;
  height: 100%;
  min-height: 343px;
  padding: 24px;
  background: #121212;
  border-radius: 20px;
}
@media (min-width: 1184px) {
  .tabs__card {
    width: 384px;
    padding: 32px;
  }
}
.tabs__card-wrapper {
  flex: 0 0 auto;
}
@media (min-width: 1184px) {
  .tabs__card-wrapper {
    flex: 0 0 384px;
    max-width: 384px;
  }
}
.tabs__card--2 {
  color: #000;
  background: #fff;
}
@media (min-width: 1184px) {
  .tabs__card--1 {
    height: 432px;
  }
}
@media (min-width: 1184px) {
  .tabs__card--2, .tabs__card--3 {
    height: 344px;
  }
}
.tabs__card-title, .tabs__card-text {
  position: relative;
  z-index: 1;
}
.tabs__card-title {
  margin-bottom: 32px;
  font-family: "YSCompressed", sans-serif, -apple-system;
  font-size: 36px;
  font-weight: 800;
  line-height: 90%;
  text-transform: uppercase;
}
@media (min-width: 1184px) {
  .tabs__card-title {
    font-size: 48px;
  }
}
.tabs__card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
}
@media (min-width: 1184px) {
  .tabs__card-text {
    font-size: 18px;
  }
}
.tabs__card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.app {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 343px;
  height: 764px;
  padding: 52px 0;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  scrollbar-color: #000 #d4bdb2;
  scrollbar-width: thin;
  background: #010101;
}
@media (min-width: 1184px) {
  .app {
    max-width: 1184px;
    height: 676px;
    padding: 72px 0;
  }
}
.app-button {
  flex: 0 0 auto;
  margin-top: 32px;
}
@media (min-width: 1184px) {
  .app-button {
    width: 784px;
    margin-top: -72px;
    margin-left: auto;
  }
}

.pic {
  max-width: 100%;
}