* {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body {
  background-color: #12002F;
}

.disabled {
  background: #fff;
  border-radius: 8px;
  pointer-events: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.disabled img {
  opacity: 0.5;
}

.wrapper {
  max-width: 1052px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1128px) {
  .wrapper {
    padding-left: 38px;
    padding-right: 38px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 16px;
  }
}

h2 {
  text-align: center;
  color: #fff;
  font-size: 45px;
  line-height: 120%;
  font-weight: 800;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  h2 {
    font-size: 20px;
  }
}

nav {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 500px) {
  nav {
    top: 16px;
  }
}
nav .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
nav .wrapper .nav__logo {
  width: 300px;
}
@media screen and (max-width: 1100px) {
  nav .wrapper .nav__logo {
    width: 140px;
  }
}
@media screen and (max-width: 500px) {
  nav .wrapper .nav__logo {
    width: 180px;
  }
}
nav .wrapper .nav__logo img {
  width: 100%;
}
nav .wrapper .nav__mobile-buttons {
  display: none;
  -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;
  position: absolute;
  top: 0;
  right: 15px;
}
nav .wrapper .nav__mobile-buttons a {
  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;
  margin-bottom: 6px;
}
nav .wrapper .nav__mobile-buttons a img {
  width: 40px;
}
nav .wrapper .nav__mobile-buttons a:last-child {
  margin-bottom: 0;
}
nav .wrapper .nav__desktop-buttons {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 15px;
}
nav .wrapper .nav__desktop-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 9px;
}
nav .wrapper .nav__desktop-buttons a img {
  height: 48px;
}
nav .wrapper .nav__desktop-buttons a:last-child {
  margin-right: 0;
}
nav .wrapper .nav__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
nav .wrapper .nav__lang .nav__lang_item {
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: -0.015em;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  nav .wrapper .nav__lang .nav__lang_item {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  nav .wrapper .nav__lang .nav__lang_item {
    font-size: 13px;
  }
}
nav .wrapper .nav__lang .nav__lang_item div {
  background: rgba(255, 255, 255, 0.12);
  width: 16px;
  height: 20px;
  margin-left: 4px;
  border-radius: 36px 0 0 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  nav .wrapper .nav__lang .nav__lang_item div {
    height: 16px;
    width: 14px;
  }
}
@media screen and (max-width: 500px) {
  nav .wrapper .nav__lang .nav__lang_item div {
    height: 12px;
    width: 10px;
    margin-top: 4px;
  }
}
nav .wrapper .nav__lang .nav__lang_item:last-child div {
  margin-right: 4px;
  margin-left: 0;
  border-radius: 0 36px 36px 0;
}
nav .wrapper .nav__lang .nav__lang_item:last-child div::before {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
nav .wrapper .nav__lang .nav__lang_item.active div::before {
  content: "";
  display: block;
  min-width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 1024px) {
  nav .wrapper .nav__lang .nav__lang_item.active div::before {
    margin-left: 4px;
    min-width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 500px) {
  nav .wrapper .nav__lang .nav__lang_item.active div::before {
    min-width: 8px;
    height: 8px;
    margin-left: 2px;
  }
}
nav.scrolled {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 40;
}
nav.scrolled .wrapper .nav__lang {
  display: none;
}
nav.scrolled .wrapper .nav__desktop-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  nav.scrolled .wrapper .nav__desktop-buttons {
    display: none;
  }
}
nav.scrolled .wrapper .nav__mobile-buttons {
  display: none;
}
@media screen and (max-width: 768px) {
  nav.scrolled .wrapper .nav__mobile-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header {
  padding-top: 180px;
  padding-bottom: 500px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(207.24deg, rgba(253, 57, 112, 0.37) 22.62%, rgba(253, 57, 112, 0) 51.44%), linear-gradient(121.28deg, #38008C 18.7%, #4BC6E1 50.42%);
}
@media screen and (max-width: 1640px) {
  header {
    padding-bottom: 500px;
  }
}
@media screen and (max-width: 1352px) {
  header {
    padding-bottom: 600px;
  }
}
@media screen and (max-width: 1100px) {
  header {
    padding-bottom: 550px;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding-top: 116px;
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 400px) {
  header {
    padding-bottom: 140px;
  }
}
header #parallaxHeader {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
header #parallaxHeader > * {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
header #parallaxHeader .bg-par-1 {
  position: absolute;
  top: 36%;
  left: 25%;
  pointer-events: none;
}
@media screen and (max-width: 1480px) {
  header #parallaxHeader .bg-par-1 {
    left: 11%;
    top: 38%;
  }
}
@media screen and (max-width: 1352px) {
  header #parallaxHeader .bg-par-1 {
    top: 45%;
  }
}
@media screen and (max-width: 1100px) {
  header #parallaxHeader .bg-par-1 {
    width: 80%;
    top: 36%;
  }
}
@media screen and (max-width: 768px) {
  header #parallaxHeader .bg-par-1 {
    width: 100%;
    left: 0;
    top: 50%;
  }
}
header #parallaxHeader .bg-par-2 {
  position: absolute;
  top: 50%;
  left: 35%;
  z-index: 13;
  pointer-events: none;
}
@media screen and (max-width: 1480px) {
  header #parallaxHeader .bg-par-2 {
    top: 50%;
    left: 11%;
  }
}
@media screen and (max-width: 1352px) {
  header #parallaxHeader .bg-par-2 {
    top: 60%;
  }
}
@media screen and (max-width: 1100px) {
  header #parallaxHeader .bg-par-2 {
    width: 90%;
    top: 48%;
  }
}
@media screen and (max-width: 768px) {
  header #parallaxHeader .bg-par-2 {
    width: 80%;
    left: 4%;
  }
}
@media screen and (max-width: 500px) {
  header #parallaxHeader .bg-par-2 {
    width: 100%;
    left: 0;
    top: 60%;
  }
}
header #parallaxHeader .bg-par-3 {
  position: absolute;
  top: 0%;
  left: 4%;
  pointer-events: none;
  width: 80%;
}
@media screen and (max-width: 1480px) {
  header #parallaxHeader .bg-par-3 {
    top: 20%;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  header #parallaxHeader .bg-par-3 {
    top: 50%;
  }
}
header #parallaxHeader .bg-par-4 {
  position: absolute;
  top: 10%;
  left: 0%;
  pointer-events: none;
  width: 100%;
}
@media screen and (max-width: 1480px) {
  header #parallaxHeader .bg-par-4 {
    left: -5%;
    width: 110%;
    top: 30%;
  }
}
@media screen and (max-width: 768px) {
  header #parallaxHeader .bg-par-4 {
    top: 50%;
  }
}
header #parallaxHeader .bg-par-5 {
  position: absolute;
  top: 75%;
  left: -5%;
  width: 50%;
  z-index: 9;
  pointer-events: none;
}
@media screen and (max-width: 1940px) {
  header #parallaxHeader .bg-par-5 {
    top: 80%;
  }
}
@media screen and (max-width: 1352px) {
  header #parallaxHeader .bg-par-5 {
    top: 88%;
  }
}
@media screen and (max-width: 768px) {
  header #parallaxHeader .bg-par-5 {
    top: 84%;
  }
}
@media screen and (max-width: 500px) {
  header #parallaxHeader .bg-par-5 {
    top: 97%;
  }
}
@media screen and (max-width: 400px) {
  header #parallaxHeader .bg-par-5 {
    width: 70%;
  }
}
header #parallaxHeader .bg-par-6 {
  position: absolute;
  top: 65%;
  right: -5%;
  width: 80%;
  z-index: 8;
  pointer-events: none;
}
@media screen and (max-width: 1940px) {
  header #parallaxHeader .bg-par-6 {
    top: 73%;
  }
}
@media screen and (max-width: 1352px) {
  header #parallaxHeader .bg-par-6 {
    top: 81%;
  }
}
@media screen and (max-width: 1100px) {
  header #parallaxHeader .bg-par-6 {
    top: 67%;
    width: unset;
    height: 336px;
    right: unset;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  header #parallaxHeader .bg-par-6 {
    right: 0;
    left: unset;
    top: 75%;
  }
}
@media screen and (max-width: 500px) {
  header #parallaxHeader .bg-par-6 {
    height: 124px;
    top: 84%;
  }
}
@media screen and (max-width: 400px) {
  header #parallaxHeader .bg-par-6 {
    top: 81%;
    height: 160px;
  }
}
header #parallaxHeader .bg-par-7 {
  position: absolute;
  top: 45%;
  left: -5%;
  width: 110%;
  z-index: 7;
  pointer-events: none;
}
@media screen and (max-width: 1940px) {
  header #parallaxHeader .bg-par-7 {
    top: 55%;
  }
}
@media screen and (max-width: 1352px) {
  header #parallaxHeader .bg-par-7 {
    top: 65%;
  }
}
@media screen and (max-width: 1100px) {
  header #parallaxHeader .bg-par-7 {
    width: unset;
    height: 600px;
    top: 50%;
    left: -60%;
  }
}
@media screen and (max-width: 768px) {
  header #parallaxHeader .bg-par-7 {
    right: 0;
    left: unset;
    height: 250px;
    top: 69%;
  }
}
@media screen and (max-width: 500px) {
  header #parallaxHeader .bg-par-7 {
    height: 212px;
    top: 73%;
  }
}
header #parallaxHeader .bg-par-8 {
  position: absolute;
  top: 50%;
  left: -5%;
  width: 110%;
  z-index: 6;
  pointer-events: none;
}
@media screen and (max-width: 1940px) {
  header #parallaxHeader .bg-par-8 {
    top: 60%;
  }
}
@media screen and (max-width: 1352px) {
  header #parallaxHeader .bg-par-8 {
    top: 70%;
  }
}
@media screen and (max-width: 1100px) {
  header #parallaxHeader .bg-par-8 {
    width: unset;
    height: 550px;
    top: 58%;
  }
}
@media screen and (max-width: 768px) {
  header #parallaxHeader .bg-par-8 {
    height: 270px;
    top: 74%;
  }
}
@media screen and (max-width: 500px) {
  header #parallaxHeader .bg-par-8 {
    height: 220px;
    top: 74%;
  }
}
header #parallaxHeader .bg-par-9 {
  position: absolute;
  top: 10%;
  left: 25%;
  width: 80%;
  z-index: 5;
  pointer-events: none;
}
@media screen and (max-width: 1100px) {
  header #parallaxHeader .bg-par-9 {
    width: 100%;
    left: 0;
  }
}
header #parallaxHeader .bg-par-10 {
  position: absolute;
  top: 35%;
  left: 30%;
  width: 108px;
  z-index: 4;
  pointer-events: none;
}
@media screen and (max-width: 1352px) {
  header #parallaxHeader .bg-par-10 {
    top: 45%;
  }
}
@media screen and (max-width: 1100px) {
  header #parallaxHeader .bg-par-10 {
    width: 56px;
    left: 20%;
    top: 31%;
  }
}
@media screen and (max-width: 768px) {
  header #parallaxHeader .bg-par-10 {
    top: 45%;
  }
}
@media screen and (max-width: 500px) {
  header #parallaxHeader .bg-par-10 {
    left: -2%;
  }
}
header .wrapper {
  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;
}
header .wrapper h1 {
  font-size: 50px;
  line-height: 120%;
  color: #fff;
  font-weight: 800;
  margin-bottom: 12px;
  text-align: center;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 1100px) {
  header .wrapper h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  header .wrapper h1 {
    font-size: 22px;
    margin-bottom: 9px;
  }
}
header .wrapper p {
  text-align: center;
  font-size: 24px;
  line-height: 140%;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 1100px) {
  header .wrapper p {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  header .wrapper p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header .wrapper .header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 1100px) {
  header .wrapper .header__links {
    margin-top: 18px;
  }
}
@media screen and (max-width: 500px) {
  header .wrapper .header__links {
    margin-top: 20px;
  }
}
@media screen and (max-width: 330px) {
  header .wrapper .header__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header .wrapper .header__links .header__links_item {
  height: 48px;
  margin-right: 8px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1100px) {
  header .wrapper .header__links .header__links_item {
    height: 36px;
  }
}
@media screen and (max-width: 500px) {
  header .wrapper .header__links .header__links_item {
    height: 34px;
  }
}
@media screen and (max-width: 330px) {
  header .wrapper .header__links .header__links_item {
    margin-right: 0;
    margin-bottom: 10px;
    height: 48px;
  }
}
header .wrapper .header__links .header__links_item:last-child {
  margin-right: 0;
}
header .wrapper .header__links .header__links_item img {
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 8px;
}
header .wrapper .header__links .header__links_item:hover img {
  -webkit-box-shadow: 4px 4px 56px -3px rgba(255, 255, 255, 0.78);
          box-shadow: 4px 4px 56px -3px rgba(255, 255, 255, 0.78);
}

main {
  position: relative;
}
main .main__bg {
  position: absolute;
  top: 0;
  left: -2%;
  width: 102%;
  -webkit-transform: translateY(-92%);
          transform: translateY(-92%);
  z-index: 12;
}

.slider {
  padding-top: 84px;
  position: relative;
  z-index: 11;
}
.slider .slider__swiper {
  width: 100%;
  overflow: unset !important;
  overflow-y: visible !important;
  overflow-x: hidden !important;
  margin-top: -100px;
  z-index: 3;
  position: relative;
}
.slider .slider__swiper .slider__swiper_wrapper {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.slider .slider__swiper .slider__swiper_wrapper .slider__swiper_slide {
  padding-top: 100px;
  padding-bottom: 132px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1100px) {
  .slider .slider__swiper .slider__swiper_wrapper .slider__swiper_slide {
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 88px;
  }
}
@media screen and (max-width: 500px) {
  .slider .slider__swiper .slider__swiper_wrapper .slider__swiper_slide {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 53px;
  }
}
.slider .slider__swiper .slider__swiper_wrapper .slider__swiper_slide .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: -webkit-grab;
  cursor: grab;
}
@media screen and (max-width: 500px) {
  .slider .slider__swiper .slider__swiper_wrapper .slider__swiper_slide .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.slider .slider__swiper .slider__swiper_wrapper .slider__swiper_slide .wrapper .slider__swiper_text {
  width: 40%;
  padding-right: 24px;
}
@media screen and (max-width: 500px) {
  .slider .slider__swiper .slider__swiper_wrapper .slider__swiper_slide .wrapper .slider__swiper_text {
    width: 100%;
    margin-top: 12px;
    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;
    padding-right: 0;
  }
}
.slider .slider__swiper .slider__swiper_wrapper .slider__swiper_slide .wrapper .slider__swiper_text h3 {
  color: #fff;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 16px;
}
@media screen and (max-width: 1100px) {
  .slider .slider__swiper .slider__swiper_wrapper .slider__swiper_slide .wrapper .slider__swiper_text h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .slider .slider__swiper .slider__swiper_wrapper .slider__swiper_slide .wrapper .slider__swiper_text h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 7px;
  }
}
.slider .slider__swiper .slider__swiper_wrapper .slider__swiper_slide .wrapper .slider__swiper_text h3 span {
  background: linear-gradient(120deg, #b55dc6 0%, #6569ff 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  display: block;
}
.slider .slider__swiper .slider__swiper_wrapper .slider__swiper_slide .wrapper .slider__swiper_text p {
  font-weight: 500;
  font-size: 23px;
  line-height: 140%;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .slider .slider__swiper .slider__swiper_wrapper .slider__swiper_slide .wrapper .slider__swiper_text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .slider .slider__swiper .slider__swiper_wrapper .slider__swiper_slide .wrapper .slider__swiper_text p {
    font-size: 14px;
    text-align: center;
    width: 80%;
  }
}
.slider .slider__swiper .slider__swiper_wrapper .slider__swiper_slide .wrapper .slider__swiper_img {
  width: 60%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  outline: none;
}
@media screen and (max-width: 500px) {
  .slider .slider__swiper .slider__swiper_wrapper .slider__swiper_slide .wrapper .slider__swiper_img {
    width: 100%;
  }
}
.slider .slider__swiper .slider__swiper_wrapper .slider__swiper_slide .wrapper .slider__swiper_img img {
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  height: auto;
  min-height: auto;
  outline: none;
}
@media screen and (max-width: 1640px) {
  .slider .slider__swiper .slider__swiper_wrapper .slider__swiper_slide .wrapper .slider__swiper_img img {
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .slider .slider__swiper .slider__swiper_wrapper .slider__swiper_slide .wrapper .slider__swiper_img img {
    width: 100%;
  }
}
.slider .slider__swiper .slider__swiper_wrapper .slider__swiper_slide .wrapper .slider__swiper_img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(98.07deg, #B55DC6 11.32%, #6569FF 98.84%);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  z-index: -1;
  outline: none;
  -webkit-transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1640px) {
  .slider .slider__swiper .slider__swiper_wrapper .slider__swiper_slide .wrapper .slider__swiper_img::before {
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .slider .slider__swiper .slider__swiper_wrapper .slider__swiper_slide .wrapper .slider__swiper_img::before {
    width: 100%;
  }
}
.slider > .wrapper {
  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;
  z-index: 4;
  position: relative;
}
.slider > .wrapper h2 {
  margin-bottom: 26px;
}
@media screen and (max-width: 1100px) {
  .slider > .wrapper h2 {
    margin-bottom: 18px;
  }
}
.slider > .wrapper .slider__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.slider > .wrapper .slider__tabs::-webkit-scrollbar {
  width: 0;
}
@media screen and (max-width: 1100px) {
  .slider > .wrapper .slider__tabs {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 500px) {
  .slider > .wrapper .slider__tabs {
    margin-bottom: 11px;
    width: calc(100% + 15px);
    overflow: auto;
    margin-bottom: 36px;
  }
}
.slider > .wrapper .slider__tabs .slider__tabs_item {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-right: 24px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: linear-gradient(120deg, white 0%, white 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
@media screen and (max-width: 1100px) {
  .slider > .wrapper .slider__tabs .slider__tabs_item {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .slider > .wrapper .slider__tabs .slider__tabs_item {
    margin-right: 13px;
    white-space: nowrap;
    padding-bottom: 8px;
  }
}
.slider > .wrapper .slider__tabs .slider__tabs_item::after {
  content: "";
  display: block;
  background: linear-gradient(120deg, #b55dc6 0%, #6569ff 100%);
  position: absolute;
  bottom: -4px;
  left: 0%;
  height: 3px;
  width: calc(0% - 0px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .slider > .wrapper .slider__tabs .slider__tabs_item::after {
    bottom: 4px;
  }
}
.slider > .wrapper .slider__tabs .slider__tabs_item:last-child {
  margin-right: 0;
}
.slider > .wrapper .slider__tabs .slider__tabs_item.active {
  background: linear-gradient(120deg, #b55dc6 0%, #6569ff 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.slider > .wrapper .slider__tabs .slider__tabs_item.active::after {
  width: 100%;
}

.cards .wrapper {
  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;
}
.cards .wrapper h1 {
  margin-bottom: 48px;
}
@media screen and (max-width: 1100px) {
  .cards .wrapper h1 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 500px) {
  .cards .wrapper h1 {
    margin-bottom: 15px;
  }
}
.cards .wrapper .cards__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 48px;
}
@media screen and (max-width: 500px) {
  .cards .wrapper .cards__list {
    margin-top: 15px;
  }
}
.cards .wrapper .cards__list .cards__list_item {
  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;
  height: 288px;
  border-radius: 28px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 7px;
  margin-right: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1100px) {
  .cards .wrapper .cards__list .cards__list_item {
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
    height: 200px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 500px) {
  .cards .wrapper .cards__list .cards__list_item {
    height: 212px;
    width: 100% !important;
  }
}
.cards .wrapper .cards__list .cards__list_item h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 1100px) {
  .cards .wrapper .cards__list .cards__list_item h4 {
    font-size: 16px;
  }
}
.cards .wrapper .cards__list .cards__list_item div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 28px;
  z-index: 5;
}
@media screen and (max-width: 500px) {
  .cards .wrapper .cards__list .cards__list_item div {
    position: relative;
    height: auto;
    background: unset;
    padding-left: 0;
    padding-right: 0;
    opacity: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cards .wrapper .cards__list .cards__list_item div p {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.015em;
  font-weight: 500;
  background: linear-gradient(120deg, #b55dc6 0%, #6569ff 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 500px) {
  .cards .wrapper .cards__list .cards__list_item div p {
    text-align: start;
    color: #fff;
    background: unset;
    -webkit-background-clip: unset;
    -moz-background-clip: unset;
    -webkit-text-fill-color: unset;
    -moz-text-fill-color: unset;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    width: 100%;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  }
}
.cards .wrapper .cards__list .cards__list_item:hover div {
  opacity: 1;
}
.cards .wrapper .cards__list .cards__list_item:hover div p {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cta {
  padding-top: 124px;
}
@media screen and (max-width: 1100px) {
  .cta {
    padding-top: 75px;
  }
}
@media screen and (max-width: 500px) {
  .cta {
    padding-top: 120px;
  }
}
.cta .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .cta .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.cta .wrapper .cta__left {
  width: 35%;
}
@media screen and (max-width: 500px) {
  .cta .wrapper .cta__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 50px;
  }
}
.cta .wrapper .cta__left img {
  width: 100%;
  border-radius: 24px;
}
@media screen and (max-width: 500px) {
  .cta .wrapper .cta__left img {
    max-width: 180px;
  }
}
.cta .wrapper .cta__right {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 48px;
}
@media screen and (max-width: 500px) {
  .cta .wrapper .cta__right {
    padding-left: 0;
    width: 100%;
    padding-left: 11px;
    padding-right: 11px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cta .wrapper .cta__right > img {
  width: 304px;
  margin-bottom: 36px;
}
@media screen and (max-width: 1100px) {
  .cta .wrapper .cta__right > img {
    margin-bottom: 12px;
    width: 212px;
  }
}
.cta .wrapper .cta__right p {
  font-size: 23px;
  line-height: 140%;
  font-weight: 500;
  color: #fff;
  margin-bottom: 36px;
}
@media screen and (max-width: 1100px) {
  .cta .wrapper .cta__right p {
    font-size: 18px;
    margin-bottom: 30px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 500px) {
  .cta .wrapper .cta__right p {
    text-align: center;
  }
}
.cta .wrapper .cta__right p span {
  background: linear-gradient(120deg, #b55dc6 0%, #6569ff 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.cta .wrapper .cta__right .cta__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta .wrapper .cta__right .cta__links .cta__links_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}
.cta .wrapper .cta__right .cta__links .cta__links_item:last-child {
  margin-right: 0;
}
.cta .wrapper .cta__right .cta__links .cta__links_item img {
  height: 48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 8px;
}
@media screen and (max-width: 1100px) {
  .cta .wrapper .cta__right .cta__links .cta__links_item img {
    height: 36px;
  }
}
.cta .wrapper .cta__right .cta__links .cta__links_item img:hover {
  -webkit-box-shadow: 4px 4px 56px -3px rgba(255, 255, 255, 0.78);
          box-shadow: 4px 4px 56px -3px rgba(255, 255, 255, 0.78);
}

footer {
  padding-top: 228px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  footer {
    padding-top: 142px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 149px;
  }
}
footer > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
footer .footer__imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
footer .footer__imgs .footer-1 {
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
}
footer .footer__imgs .footer-2 {
  position: absolute;
  top: 80px;
  left: 35%;
  width: 94px;
}
@media screen and (max-width: 1100px) {
  footer .footer__imgs .footer-2 {
    top: 64px;
    left: 20%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__imgs .footer-2 {
    width: 64px;
  }
}
footer .footer__imgs .footer-3 {
  position: absolute;
  top: 102px;
  left: 5%;
  width: 90%;
}
@media screen and (max-width: 1100px) {
  footer .footer__imgs .footer-3 {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__imgs .footer-3 {
    width: 300%;
    left: -150%;
  }
}
footer .footer__imgs .footer-4 {
  position: absolute;
  top: 80px;
  right: 100px;
  width: 78px;
}
@media screen and (max-width: 1100px) {
  footer .footer__imgs .footer-4 {
    top: 52px;
    width: 32px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__imgs .footer-4 {
    width: 68px;
    right: 0;
    top: 92px;
  }
}
footer .footer__imgs .footer-5 {
  position: absolute;
  top: 264px;
  left: 30%;
  width: 84px;
}
@media screen and (max-width: 1100px) {
  footer .footer__imgs .footer-5 {
    top: 164px;
    left: 78px;
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__imgs .footer-5 {
    top: 149px;
    left: -30px;
    width: 130px;
  }
}
footer .footer__imgs .footer-6 {
  position: absolute;
  top: 100px;
  left: 30%;
  width: 80%;
}
@media screen and (max-width: 768px) {
  footer .footer__imgs .footer-6 {
    width: 150%;
    left: -75%;
  }
}
footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
footer .wrapper > img {
  width: 209px;
}
@media screen and (max-width: 1100px) {
  footer .wrapper > img {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  footer .wrapper > img {
    max-width: 196px;
    width: 100%;
  }
}
footer .wrapper .footer__text {
  position: absolute;
  bottom: 16px;
  left: 56px;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  footer .wrapper .footer__text {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  footer .wrapper .footer__text {
    left: 15px;
    bottom: 15px;
    font-size: 10px;
  }
}
footer .wrapper .footer__text a {
  color: #fff;
}
