@charset "UTF-8";
@font-face {
  font-family: "Ony";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/ONY-FORMDigital-PROFI-Regular-BrYQXLt7.woff2") format("woff2"), url("/assets/ONY-FORMDigital-PROFI-Regular-BLgjBWLm.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Ony";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/ONY-FORMDigital-PROFI-Medium-BPHIEhZq.woff2") format("woff2"), url("/assets/ONY-FORMDigital-PROFI-Medium-DLQ9NmtR.woff") format("woff");
  font-display: swap;
}
/* Обнуление */
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

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

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

/* Flex */
/* Обнуление */
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

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

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

.logo {
  margin-top: 21px;
  max-width: 392px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
  gap: 13px;
}
@media (min-width: 1024px) {
  .logo {
    margin-top: 92px;
    max-width: 466px;
    gap: 15px;
  }
}
.logo__cross {
  width: 9px;
  height: 9px;
}
@media (min-width: 1024px) {
  .logo__cross {
    width: 11px;
    height: 11px;
  }
}
.logo__profi {
  display: flex;
  align-items: center;
  max-width: 149px;
}
.logo__profi img {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .logo__profi {
    max-width: 177px;
  }
}
.logo__mobil {
  display: flex;
  align-items: center;
  max-width: 208px;
}
.logo__mobil img {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .logo__mobil {
    max-width: 247px;
  }
}

.hero {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
}
@media (min-width: 1024px) {
  .hero {
    justify-content: space-between;
  }
}
.hero__head {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.hero__head .hero__overflow {
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 54px;
  width: 100%;
}
@media (min-width: 1024px) {
  .hero__head .hero__overflow {
    min-height: 80px;
  }
}
.hero__head .hero__text {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  position: absolute;
  opacity: 1;
  transform: translateY(150%);
}
.hero__head.is-active .hero__text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.7s;
}
.hero__head.is-prev .hero__text {
  opacity: 1;
  transform: translateY(-150%);
  transition: transform 0.7s;
}
.hero__desc h2 {
  position: relative;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -2%;
  color: #FFFFFF;
  min-height: 67px;
  margin-bottom: 10px;
  font-size: 10vw;
}
@media (min-width: 440px) {
  .hero__desc h2 {
    font-size: 48px;
    min-height: 107px;
  }
}
@media (min-width: 1024px) {
  .hero__desc h2 {
    font-size: 80px;
    line-height: 100%;
    min-height: 160px;
    margin-bottom: 15px;
  }
}
.hero__desc p {
  font-weight: 400;
  font-size: 5vw;
  line-height: 130%;
  letter-spacing: -0.34px;
  color: #FFFFFF;
}
@media (min-width: 440px) {
  .hero__desc p {
    font-size: 22.2px;
  }
}
@media (min-width: 1024px) {
  .hero__desc p {
    font-size: 32px;
    letter-spacing: -0.52px;
  }
}
.hero__btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .hero__btns {
    margin-top: 50px;
    flex-direction: row;
  }
}
.hero__btn {
  border-radius: 18px;
  padding: 21px 33px;
  font-weight: 500;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: -0.41px;
  color: #000000;
  background-color: #FFFFFF;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .hero__btn {
    width: 222px;
    padding: 25px 33px;
  }
}
.hero__btn--teal {
  background-color: #00FFE0;
}
.hero__btn:hover {
  color: #FFFFFF;
  background-color: #000000;
}
.hero__legal {
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.hero__legal a,
.hero__legal p {
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0;
}
.hero__legal a {
  color: inherit;
  margin-top: 5px;
  display: inline-flex;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .hero__legal {
    margin-bottom: 57px;
  }
  .hero__legal a,
  .hero__legal p {
    font-size: 11px;
  }
}
.hero__wrapper {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .hero__wrapper {
    margin-top: 40px;
  }
}

.animation {
  position: relative;
  min-height: 417px;
  flex-grow: 1;
  width: 392px;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-top: -7px;
}
.animation__car {
  position: absolute;
  width: 385px;
  height: 172px;
  left: -24px;
  bottom: 13px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .animation__car {
    width: 100%;
    height: 44.4%;
    bottom: 0;
    right: -120px;
    left: auto;
  }
}
@media (min-width: 1360px) {
  .animation__car {
    right: 211px;
  }
}
.animation__monster {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translateX(70px);
  opacity: 0;
}
@media (min-width: 1024px) {
  .animation__monster {
    transform: translateX(200px);
  }
}
.animation__monster.is-active {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s, transform 1s;
}
.animation__monster.is-prev {
  transform: translateX(-70px);
  transition: opacity 1s, transform 1s;
}
@media (min-width: 1024px) {
  .animation__monster.is-prev {
    transform: translateX(-200px);
  }
}
.animation__monster--one {
  width: 396px;
  height: 380px;
  right: -39px;
  bottom: 13px;
}
@media (min-width: 1024px) {
  .animation__monster--one {
    width: 100%;
    height: 95%;
    right: auto;
    bottom: 0;
    left: 260px;
  }
}
@media (min-width: 1360px) {
  .animation__monster--one {
    left: 56px;
  }
}
.animation__monster--two {
  width: 416px;
  height: 371px;
  right: -47px;
  bottom: 9px;
}
@media (min-width: 1024px) {
  .animation__monster--two {
    width: 100%;
    height: 94.2%;
    right: auto;
    bottom: -6px;
    left: 301px;
  }
}
@media (min-height: 640px) and (min-width: 1360px) and (max-height: 899px) {
  .animation__monster--two {
    left: 106px;
  }
}
@media (min-width: 1360px) {
  .animation__monster--two {
    left: 70px;
    bottom: -9px;
  }
}
.animation__monster--three {
  width: 374px;
  height: 374px;
  right: -53px;
  bottom: 18px;
}
@media (min-width: 1024px) {
  .animation__monster--three {
    width: 100%;
    height: 91%;
    right: auto;
    left: 390px;
    bottom: 14px;
  }
}
@media (min-width: 1360px) {
  .animation__monster--three {
    left: 205px;
  }
}
@media (min-height: 640px) and (min-width: 1360px) and (max-height: 899px) {
  .animation__monster--three {
    left: 86px;
  }
}
.animation img {
  position: absolute;
  height: 100%;
  width: auto;
}
.animation__monsters img {
  opacity: 0;
  right: -100%;
}
.animation__container {
  position: relative;
  width: 392px;
  height: 417px;
}
@media (min-width: 1024px) {
  .animation {
    position: absolute;
    height: 100%;
    max-height: 900px;
    width: 930px;
    right: -130px;
    bottom: 0;
    display: block;
  }
  .animation__container {
    position: absolute;
    height: 100%;
    max-height: 900px;
    width: 930px;
  }
}
.animation__ellipse {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: translateX(24px);
}

:root {
  font-family: "TinkoffSans", Roboto, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color-scheme: light dark;
  font-size: 12px;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  /* Основные цвета */
  --color-primary: #3366ff;
  --color-accent: #ff4d4d;
  /* Текст */
  --text-base: 1rem;
  --text-lg: 1.128rem;
  /* Отступы */
  --space-sm: 0.5rem;
  --space-md: 1rem;
}

html, body {
  height: 100% !important;
  position: relative;
}

.wrapper {
  -webkit-overflow-scrolling: touch;
  min-height: 100vh;
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #FFFFFF;
  font-family: "Ony", Arial, Helvetica, sans-serif;
  position: relative;
  background: #FA2A48;
}

/*
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow-x: hidden !important;
}
*/
.main {
  width: 100vw;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  body::before {
    left: -20%;
    width: 60%;
    height: 60%;
  }
}
@media screen and (min-width: 1024px) {
  body::before {
    left: 50%;
    transform: translateX(-50%);
    width: 1050px;
    height: 1050px;
    background-size: contain;
    background-position: top center;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

.btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(98deg, #ffb111 -24.52%, #ef1176 54.34%);
  border-radius: 60px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  padding: 12px 20px;
  text-align: center;
  transition: 0.35s color ease-in, 0.35s background-color ease-in;
  z-index: 1;
}

.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #ff00e5, #00a3ff);
  opacity: 0;
  transition: opacity 0.35s ease-in;
  z-index: -1;
  border-radius: 60px;
}

.btn:hover {
  color: #ffffff;
}

.btn:hover::before {
  opacity: 1;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 1360px) {
  .container {
    max-width: 1383px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.desktop {
  display: none !important;
}

@media screen and (min-width: 1000px) {
  .desktop {
    display: flex !important;
  }
}
.mobile {
  display: flex !important;
}

@media screen and (min-width: 1000px) {
  .mobile {
    display: none !important;
  }
} 
.hidden {
  display: none;
}