* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

@font-face {
  font-family: RobotoCondensed;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/RobotoCondensed-BoldItalic.woff2) format("woff2")
}

:root {
  --font-main: "RobotoCondensed", sans-serif;
  --container-width: 1440px;
  --container-step: 24px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #070b22;
  --pink: #ff0069;
  --white: #ffffff;
  --hover: 0.5;
  --active: 0.7
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step)
}

@media (max-width:374px) {
  .container {
    padding: 0 var(--container-step-mobile)
  }
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  background-color: var(--background-page)
}

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.webp .hero {
  background-image: url(../img/hero.webp)
}

@media (max-width:600px) {
  .webp .hero {
    background-image: url(../img/hero-2.webp)
  }
}

.no-webp .hero {
  background-image: url(../img/hero.jpg)
}

@media (max-width:600px) {
  .no-webp .hero {
    background-image: url(../img/hero-2.jpg)
  }
}

.num {
  font-style: italic;
  font-weight: 700;
  font-size: 206px;
  line-height: 1
}

@media (max-width:1440px) {
  .num {
    font-size: 146px
  }
}

@media (max-width:991px) {
  .num {
    font-size: 106px
  }
}

@media (max-width:600px) {
  .num {
    font-size: 56px
  }
}

.tt-1 {
  font-style: italic;
  font-weight: 700;
  font-size: 52px;
  line-height: 120%;
  text-transform: uppercase
}

@media (max-width:1440px) {
  .tt-1 {
    font-size: 38px
  }
}

@media (max-width:991px) {
  .tt-1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .tt-1 {
    font-size: 22px
  }
}

.tt-2 {
  font-style: italic;
  font-weight: 700;
  font-size: 53px;
  line-height: 150%;
  text-transform: uppercase
}

@media (max-width:1440px) {
  .tt-2 {
    font-size: 42px
  }
}

@media (max-width:1220px) {
  .tt-2 {
    font-size: 40px
  }
}

@media (max-width:991px) {
  .tt-2 {
    font-size: 36px
  }
}

@media (max-width:600px) {
  .tt-2 {
    font-size: 22px
  }
}

.tx-1 {
  font-style: italic;
  font-weight: 700;
  font-size: 37px;
  line-height: 150%;
  text-transform: uppercase
}

@media (max-width:1440px) {
  .tx-1 {
    font-size: 35px
  }
}

@media (max-width:991px) {
  .tx-1 {
    font-size: 33px
  }
}

@media (max-width:600px) {
  .tx-1 {
    font-size: 20px
  }
}

.but-1 {
  position: relative;
  overflow: hidden;
  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: 43px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 550px;
  min-height: 130px;
  padding: 15px 25px;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .64);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .64);
  background: -o-linear-gradient(135deg, #ff0069 33.85%, #257fe9 100%), -o-linear-gradient(314deg, rgba(255, 255, 255, 0) 0, #fff 27.08%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(315deg, #ff0069 33.85%, #257fe9 100%), linear-gradient(136deg, rgba(255, 255, 255, 0) 0, #fff 27.08%, rgba(255, 255, 255, 0) 100%);
  font-style: italic;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--white);
  text-align: center;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  -webkit-animation-name: box-animate;
  animation-name: box-animate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  animation-duration: 3s
}

.but-1:after {
  content: "";
  display: block;
  width: 40px;
  height: 200%;
  margin-left: 50px;
  background: #fff;
  opacity: .5;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .3)), color-stop(50%, #fff), to(rgba(255, 255, 255, .3)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, .3) 0, #fff 50%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, .3) 0, #fff 50%, rgba(255, 255, 255, .3) 100%);
  left: -40px;
  top: -50px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  -webkit-animation: movingFlare 3s ease-in-out 50ms infinite;
  animation: movingFlare 3s ease-in-out 50ms infinite
}

@media (max-width:991px) {
  .but-1 {
    font-size: 40px;
    min-height: 100px
  }
}

@media (max-width:600px) {
  .but-1 {
    min-height: 88px;
    font-size: 30px;
    min-width: auto
  }
}

@media (any-hover:hover) {
  .but-1:hover {
    opacity: var(--hover)
  }
}

.but-1:focus-visible {
  opacity: var(--hover)
}

.but-1:active {
  opacity: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

@-webkit-keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0
  }

  30% {
    left: 110%;
    margin-left: 80px
  }

  100% {
    left: 110%;
    margin-left: 80px
  }
}

@keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0
  }

  30% {
    left: 110%;
    margin-left: 80px
  }

  100% {
    left: 110%;
    margin-left: 80px
  }
}

@-webkit-keyframes box-animate {
  0% {
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .64);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .64)
  }

  20% {
    -webkit-box-shadow: 0 1px 8px 0 #b30e0e;
    box-shadow: 0 1px 8px 0 #b30e0e
  }

  40% {
    -webkit-box-shadow: 0 1px 8px 0 #53ce0c;
    box-shadow: 0 1px 8px 0 #53ce0c
  }

  60% {
    -webkit-box-shadow: 0 1px 8px 0 #b2c40f;
    box-shadow: 0 1px 8px 0 #b2c40f
  }

  80% {
    -webkit-box-shadow: 0 1px 8px 0 #0d44aa;
    box-shadow: 0 1px 8px 0 #0d44aa
  }

  100% {
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .64);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .64)
  }
}

@keyframes box-animate {
  0% {
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .64);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .64)
  }

  20% {
    -webkit-box-shadow: 0 1px 8px 0 #b30e0e;
    box-shadow: 0 1px 8px 0 #b30e0e
  }

  40% {
    -webkit-box-shadow: 0 1px 8px 0 #53ce0c;
    box-shadow: 0 1px 8px 0 #53ce0c
  }

  60% {
    -webkit-box-shadow: 0 1px 8px 0 #b2c40f;
    box-shadow: 0 1px 8px 0 #b2c40f
  }

  80% {
    -webkit-box-shadow: 0 1px 8px 0 #0d44aa;
    box-shadow: 0 1px 8px 0 #0d44aa
  }

  100% {
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .64);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .64)
  }
}

.hero {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover
}

.hero__container {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 21px;
  padding-bottom: 22px;
  min-height: 100vh
}

.hero__logo {
  width: 800px;
  height: 300px; 
  margin: 0 auto
}

@media (max-width:1440px) {
  .hero__logo {
    width: 600px;
    height: 240px
  }
}

@media (max-width:991px) {
  .hero__logo {
    width: 328px;
    height: 88px
  }
}

@media (max-width:600px) {
  .hero__logo {
    width: 100%;
    max-width: 425px;
    height: 113px;
  }
}

@media (max-width:450px) {
  .hero__logo {
    width: 100%;
    max-width: 360px;
    height:97px
  }
}

.hero__logo:not(:last-child) {
  margin-bottom: 32px
}

@media (max-width:991px) {
  .hero__logo:not(:last-child) {
    margin-bottom: 16px
  }
}

.hero__logo picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.hero__link {
  margin: 0 auto
}

@media (max-width:768px) {
  .hero__link {
    min-width: auto;
    width: 100%
  }
}

.hero-content:not(:last-child) {
  margin-bottom: 61px
}

@media (max-width:600px) {
  .hero-content:not(:last-child) {
    margin-bottom: 22px
  }

  .hero__container {
    padding-top: 24px;
  }
}
  
.hero-content__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 36px;
  max-width: 1115px;
  margin: 0 auto
}

@media (max-width:991px) {
  .hero-content__descr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px
  }
}

@media (max-width:600px) {
  .hero-content__descr {
    gap: 16px
  }
}

.hero-content__descr:not(:last-child) {
  margin-bottom: 44px
}

@media (max-width:600px) {
  .hero-content__descr:not(:last-child) {
    margin-bottom: 24px
  }
}

.hero-content__num {
  color: var(--pink);
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 515px;
  flex: 0 0 515px
}

@media (max-width:1220px) {
  .hero-content__num {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 515px;
    flex: 0 1 515px
  }
}

@media (max-width:991px) {
  .hero-content__num {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    text-align: center
  }
}

.hero-content__texts {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 584px;
  flex: 0 1 584px
}

@media (max-width:991px) {
  .hero-content__texts {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    text-align: center
  }
}

.hero-content__text {
  color: var(--pink)
}

.hero-content__text_color {
  color: var(--white)
}

.hero-bottom__top {
  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;
  gap: 20px;
  padding-left: 40px
}

@media (max-width:991px) {
  .hero-bottom__top {
    padding-left: 0
  }
}

@media (max-width:768px) {
  .hero-bottom__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

@media (max-width:600px) {
  .hero-bottom__top {
    gap: 11px
  }
}

@media (max-width:600px) {
  .hero-bottom__top:not(:last-child) {
    margin-bottom: 24px
  }
}

.hero-bottom__pays {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 366px;
  flex: 0 1 366px
}

.hero-bottom__pays_hd1 {
  order: 1;
}

.hero-bottom__pays_hd1 {
  order: 3;
}

@media (max-width:768px) {
  .hero-bottom__pays {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%
  }
  .hero-bottom__pays_hd1 {
    order: 1;
  } 
}

@media (max-width:600px) {
  .hero-bottom__pays {
    gap: 8px;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width:374px) {
  .hero-bottom__pays {
    gap: 8px
  }
}

.hero-bottom__pays_none {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 378px;
  flex: 0 1 378px
}

@media (max-width:768px) {
  .hero-bottom__pays_none {
    /* display: none */
  }
}

.hero-bottom__pay {
  height: 40px;
}

.hero-bottom__pay_s1 {
  flex: 0 0 62px;
}

.hero-bottom__pay_s2 {
  flex: 0 0 29px;
}

.hero-bottom__pay_s4 {
  flex: 0 0 49px;
}

.hero-bottom__pay_s5 {
  flex: 0 0 32px;
}

.hero-bottom__pay_s6 {
  flex: 0 0 32px;
}

.hero-bottom__pay_s7 {
  flex: 0 0 40px;
}

.hero-bottom__pay_s8 {
  flex: 0 0 37px;
}

.hero-bottom__pay_s10 {
  flex: 0 0 29px;
}

.hero-bottom__pay_s15 {
  flex: 0 0 32px;
}

.hero-bottom__pay_s16 {
  flex: 0 0 63px;
}

.hero-bottom__pay_s17 {
  flex: 0 0 32px;
}

.hero-bottom__pay_s18 {
  flex: 0 0 54px;
}

.hero-bottom__pay_s19 {
  flex: 0 0 37px;
}

.hero-bottom__pay_s22 {
  flex: 0 0 37px;
}

.hero-bottom__pay_s23 {
  flex: 0 0 67px;
}

.hero-bottom__pay_s24 {
  flex: 0 0 32px;
}

@media (max-width:768px) {
  .hero-bottom__pay {
    /* display: none */
  }
}

.hero-bottom__pay_visible {
  display: none
}

@media (max-width:768px) {
  .hero-bottom__pay_visible {
    display: block
  }

  .hero-bottom__pay_s1 {
    flex: 0 0 71px;
  }

  .hero-bottom__pay_s2 {
    flex: 0 0 54px;
  }

  .hero-bottom__pay_s3 {
    flex: 0 0 73px;
  }

  .hero-bottom__pay_s4 {
    flex: 0 0 57px;
  }

  .hero-bottom__pay_s5 {
    flex: 0 0 38px;
  }

  .hero-bottom__pay_s6 {
    flex: 0 0 36px;
  }

  .hero-bottom__pay_s7 {
    flex: 0 0 44px;
  }

  .hero-bottom__pay_s8 {
    flex: 0 0 41px;
  }

  .hero-bottom__pay_s9 {
    flex: 0 0 42px;
  }
}

.hero-bottom__pay picture img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.hero-bottom__text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  order: 2;
  text-align: center;
  color: var(--pink)
}
 
@media (max-width:768px) {
  .hero-bottom__text {
    order: 2;
  }
}

@media (max-width:600px) {
  .hero-bottom__text {
    -ms-flex-negative: 1;
    flex-shrink: 1
  }

  .hero-bottom__pay_s1 {
    flex: 0 0 41px;
  }

  .hero-bottom__pay_s2 {
    flex: 0 0 35px;
  }

  .hero-bottom__pay_s3 {
    flex: 0 0 45px;
  }

  .hero-bottom__pay_s4 {
    flex: 0 0 35px;
  }

  .hero-bottom__pay_s5 {
    flex: 0 0 23px;
  }

  .hero-bottom__pay_s6 {
    flex: 0 0 24px;
  }

  .hero-bottom__pay_s7 {
    flex: 0 0 35px;
  }

  .hero-bottom__pay_s8 {
    flex: 0 0 28px;
  }

  .hero-bottom__pay_s9 {
    flex: 0 0 31px;
  }
}

.hero-bottom__download {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px 22px
}

@media (max-width:600px) {
  .hero-bottom__download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (max-width:374px) {
  .hero-bottom__download {
    gap: 10px
  }
}

.hero-bottom__download-item {
  width: 100%;
  max-width: 152px;
  height: 50px
}

.hero-bottom__download-link {
  -webkit-box-shadow: 0 1px 6px 1px rgba(120, 137, 228, .84);
  box-shadow: 0 1px 6px 1px rgba(120, 137, 228, .84);
  border-radius: 5px;
  overflow: hidden
}

.hero-bottom__download-link picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

@media (max-width: 450px) {
  .hero__bottom {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .hero-content {
    margin-top: auto;
  }

  .hero-bottom {
    margin-top: auto;
  }
}

@media (max-width: 365px) {
  .hero-content {
    margin-top: 0;
  }
}