@charset "UTF-8";
@import "./animate.css";
/*** 

====================================================================
	Reset
====================================================================

***/
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
  ====================================================================
      Global Settings
  ====================================================================
   ***/
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: #2e2d31;
  background: #f4f4f5;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

body.active {
  overflow: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
}

.auto__container {
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
}

.sm__container {
  max-width: 1080px;
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
}

.mid__container {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: -0.01em;
  color: #2e2d31;
}

h1,
h2,
h3 {
  color: #2e2d31;
  font-family: "DM Sans", sans-serif;
}

h1 {
  font-weight: 400;
  font-size: 66px;
  line-height: 100%;
}

h2 {
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
}

h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
}

h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
}
h6.upper {
  text-transform: uppercase;
}

p {
  letter-spacing: -0.01em;
}

.anchor {
  position: relative;
  top: -120px;
  width: 0;
  height: 0;
}
.anchorArrow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid rgba(72, 73, 84, 0.3);
  border-radius: 50%;
  position: relative;
  width: 52px;
  cursor: pointer;
  height: 52px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.anchorArrow:hover {
  border: 2px solid #ff0458;
}
.anchorArrow:hover::before {
  border-color: #ff0458;
}
.anchorArrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: #484954;
  border-top: 2px solid;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  width: 7px;
  height: 7px;
  border-left: 2px solid;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.button {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 12px;
  border-radius: 50px;
  line-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
  text-align: center;
  padding: 20px 34px;
}
.button.primary {
  letter-spacing: 0.01em;
  color: #fff;
  background: #ff0458;
  border: 2px solid #ff0458;
}
.button.primary:hover {
  border: 2px solid #db0049;
  background: #db0049;
}
.button.bordered {
  border: 2px solid rgba(72, 73, 84, 0.3);
  color: #2e2d31;
  background: transparent;
}
.button.bordered:hover {
  border: 2px solid #ff0458;
  color: #ff0458;
}

.wrapper {
  overflow: hidden;
  padding-top: 116px;
}

.play {
  width: 52px;
  height: 52px;
  border: 3px solid rgba(72, 73, 84, 0.3);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.play::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  position: absolute;
  width: 0;
  height: 16px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid;
}
.play:hover {
  border: 3px solid #ff0458;
}
.play:hover::before {
  border-left: 8px solid #ff0458;
}

.footer {
  padding: 40px 0;
}
.footer__inner {
  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;
}
.footer__inner-logo {
  width: 146px;
  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;
}
.footer__inner-logo img {
  width: 100%;
}
.footer__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__inner-row:first-child {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer__inner-row p {
  margin: 0 25px;
}

.header {
  padding: 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #f4f4f5;
}
.header__inner {
  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;
}
.header__inner-logo {
  width: 146px;
  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;
}
.header__inner-logo img {
  width: 100%;
}
.header.sticky {
  position: fixed;
  -webkit-animation-name: sticky;
          animation-name: sticky;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

@-webkit-keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner .button {
  display: none;
}
.nav__inner-link {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: #2e2d31;
  opacity: 0.5;
  padding: 9px 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  position: relative;
  display: block;
  margin-right: 56px;
}
.nav__inner-link:last-child {
  margin-right: 0;
}
.nav__inner-link::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  background: -webkit-gradient(linear, left top, right top, color-stop(9.71%, #ff0458), color-stop(35.02%, #fcd13b), color-stop(60.5%, #00f0b6), color-stop(91.26%, #45bcff));
  background: linear-gradient(90deg, #ff0458 9.71%, #fcd13b 35.02%, #00f0b6 60.5%, #45bcff 91.26%);
}
.nav__inner-link.active {
  opacity: 1;
}
.nav__inner-link.active::before {
  width: 100%;
}

.burger {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: 0.2s linear modal;
          animation: 0.2s linear modal;
}
.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__inner {
  max-width: 1240px;
  margin: 0 auto;
  background: #f4f4f5;
  overflow: hidden;
  width: 100%;
}
.modal__inner-frame {
  padding-bottom: 56.25%;
  width: 100%;
  position: relative;
}
.modal__inner-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes modal {
  0% {
    top: 60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes modal {
  0% {
    top: 60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.intro {
  padding: 100px 0;
}
.intro__inner {
  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;
}
.intro__inner-grid {
  width: 65%;
  margin-right: -10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro__inner-content {
  width: calc(45% - 20px);
  max-width: 430px;
}
.intro__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro__inner-row .button {
  margin-right: 16px;
}
.introItem {
  width: calc(28% - 18px);
  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;
  -webkit-box-shadow: 22px 20px 59px rgba(0, 0, 0, 0.15);
          box-shadow: 22px 20px 59px rgba(0, 0, 0, 0.15);
  margin: 9px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.introItem img {
  width: 100%;
}
.introItem:nth-child(1) {
  margin-left: calc(12% + 9px);
}
.introItem:nth-child(7) {
  margin-left: calc(12% + 9px);
}
.intro h2 {
  max-width: 380px;
  margin-bottom: 40px;
}
.intro p {
  margin-bottom: 40px;
}
.intro ul {
  margin-bottom: 50px;
}
.intro ul li {
  margin-bottom: 11px;
  position: relative;
  padding-left: 22px;
}
.intro ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  background: #2e2d31;
  border-radius: 50%;
  left: 0;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.intro ul li:last-child {
  margin-bottom: 0;
}
.intro ul li:nth-child(1n)::before {
  background: #fcd13b;
}
.intro ul li:nth-child(2n)::before {
  background: #ff0458;
}
.intro ul li:nth-child(3n)::before {
  background: #45bcff;
}

.partner {
  margin-bottom: 110px;
}
.partner__inner {
  background: #2e2d31;
  border-radius: 10px;
  padding: 100px 50px 70px 50px;
}
.partner__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.partner h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}
.partnerItem {
  width: calc(20% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 15px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}
.partnerItem img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 152px;
}

.attention {
  margin-bottom: 170px;
}
.attention h2 {
  margin-bottom: 48px;
}
.attention__inner {
  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;
}
.attention__inner-content {
  width: calc(50% - 20px);
  max-width: 340px;
}
.attention__inner-row {
  width: calc(50% - 15px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.attentionItem {
  margin: 8px;
  width: calc(50% - 16px);
  position: relative;
}
.attentionItem.uniq {
  background: transparent;
}
.attentionItem.uniq .grad {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#c8ccd8), to(#e8eaf0)), #ffffff;
  background: linear-gradient(180deg, #c8ccd8 0%, #e8eaf0 100%), #ffffff;
  content: "";
}
.attentionItem.uniq .attentionItem__image {
  position: absolute;
  left: 50%;
  bottom: 30%;
  height: 100%;
  -webkit-transform: translateX(-15%) rotate(-10deg);
          transform: translateX(-15%) rotate(-10deg);
}
.attentionItem.uniq .attentionItem__image::before {
  position: absolute;
  content: "";
  top: 15%;
  right: 15%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(203.61deg, #2e2d31 -5.04%, #ff0458 93.75%);
  opacity: 0.05;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  border-radius: 9.36316px;
}
.attentionItem.uniq .attentionItem__image .hand {
  width: 36px;
  height: 36px;
  background: url(../images/attention/hand.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -20px;
  left: 50%;
  background-position: center;
}
.attentionItem__image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 22px 20px 59px rgba(0, 0, 0, 0.15);
          box-shadow: 22px 20px 59px rgba(0, 0, 0, 0.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.attentionItem__image img {
  border-radius: 10px;
  width: 100%;
}

@-webkit-keyframes rotateUniq {
  0% {
    bottom: 50%;
    -webkit-transform: translateX(40%) rotate(35deg);
            transform: translateX(40%) rotate(35deg);
  }
  100% {
    bottom: 30%;
    -webkit-transform: translateX(-15%) rotate(-10deg);
            transform: translateX(-15%) rotate(-10deg);
  }
}

@keyframes rotateUniq {
  0% {
    bottom: 50%;
    -webkit-transform: translateX(40%) rotate(35deg);
            transform: translateX(40%) rotate(35deg);
  }
  100% {
    bottom: 30%;
    -webkit-transform: translateX(-15%) rotate(-10deg);
            transform: translateX(-15%) rotate(-10deg);
  }
}
@-webkit-keyframes grad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes grad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.grad {
  -webkit-animation-name: grad;
          animation-name: grad;
}

.rotateUniq {
  -webkit-animation-name: rotateUniq;
  animation-name: rotateUniq;
}

.how {
  margin-bottom: 150px;
}
.how h2 {
  margin-bottom: 70px;
  text-align: center;
}
.how__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.howItem {
  width: calc(33.3% - 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 60px;
  border-radius: 20px;
}
.howItem:nth-child(1) {
  background: #9172fc;
}
.howItem:nth-child(2) {
  background: #ff0458;
}
.howItem:nth-child(3) {
  background: #2e2d31;
}
.howItem__icon {
  width: 90px;
  height: 90px;
  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: 80px;
}
.howItem__icon img {
  width: 100%;
}
.howItem h3 {
  color: #fff;
  margin-bottom: 56px;
}
.howItem p {
  color: #fff;
}

.gallery {
  margin-bottom: 120px;
}
.gallery h2 {
  text-align: center;
  margin-bottom: 20px;
}
.gallerySlider__item {
  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;
  width: 2000px;
}
.gallerySlider__item img {
  width: 100%;
}
.gallery .slick-list {
  overflow: visible;
}

.what {
  margin-bottom: 150px;
}
.what__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.whatItem {
  width: calc(33.3% - 30px);
  margin: 15px;
}
.whatItem__image {
  border-radius: 20px;
  position: relative;
  padding: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}
.whatItem__image img {
  width: 100px;
  height: 100px;
}
.whatItem h6 {
  padding: 20px 0;
}
.whatItem:nth-child(1) .whatItem__image {
  background: #00f0b6;
}
.whatItem:nth-child(2) .whatItem__image {
  background: #45bcff;
}
.whatItem:nth-child(3) .whatItem__image {
  background: #ff0458;
}
.whatItem:nth-child(4) .whatItem__image {
  background: #ff0458;
}
.whatItem:nth-child(5) .whatItem__image {
  background: #9172fc;
}
.whatItem:nth-child(6) .whatItem__image {
  background: #fcd13b;
}
.what h2 {
  margin-bottom: 50px;
}
.what p {
  margin-bottom: 80px;
  max-width: 382px;
}

.join__inner {
  background: #2e2d31;
  border-radius: 20px;
  padding: 100px 50px;
}
.join__inner-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.join h2 {
  color: #fff;
  margin-bottom: 46px;
}

@media (max-width: 1240px) {
  .header {
    padding: 20px 0;
  }
  .nav__inner-link {
    margin-right: 40px;
  }
  .footer {
    padding: 20px 0;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__inner-row {
    margin-bottom: 20px;
  }
  .footer__inner-row:last-child {
    margin-bottom: 0;
  }
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 46px;
  }
  h3 {
    font-size: 26px;
  }
  ul li {
    font-size: 16px;
  }
  .wrapper {
    padding-top: 96px;
  }
  .intro {
    padding: 60px 0;
  }
  .intro h2 {
    margin-bottom: 20px;
    max-width: 300px;
  }
  .intro p {
    margin-bottom: 20px;
  }
  .intro ul {
    margin-bottom: 20px;
  }
  .partner {
    margin-bottom: 80px;
  }
  .partner__inner {
    padding: 80px 50px 50px 50px;
  }
  .partner h2 {
    margin-bottom: 30px;
  }
  .partnerItem {
    margin: 24px 15px;
  }
  .attention {
    margin-bottom: 80px;
  }
  .attention h2 {
    margin-bottom: 24px;
  }
  .how {
    margin-bottom: 80px;
  }
  .how h2 {
    margin-bottom: 40px;
  }
  .howItem {
    padding: 60px 40px;
  }
  .howItem__icon {
    margin-bottom: 30px;
  }
  .howItem h3 {
    margin-bottom: 30px;
  }
  .gallery {
    margin-bottom: 80px;
  }
  .gallerySlider__item {
    width: 1600px;
  }
  .what {
    margin-bottom: 80px;
  }
  .what h2 {
    margin-bottom: 30px;
  }
  .what p {
    margin-bottom: 30px;
  }
  .what__inner-row {
    margin: 0 -10px;
  }
  .whatItem {
    margin: 10px;
    width: calc(33.3% - 20px);
  }
  .whatItem__image {
    padding: 32px;
    border-radius: 12px;
  }
  .whatItem__image img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 22px;
  }
  ul li {
    font-size: 14px;
  }
  .button {
    padding: 16px 24px;
  }
  .play {
    width: 48px;
    height: 48px;
  }
  .intro__inner-grid {
    margin-right: -25%;
    width: 80%;
  }
  .introItem {
    margin: 6px;
    width: calc(30% - 12px);
  }
  .introItem:nth-child(1) {
    margin-left: calc(10% + 6px);
  }
  .introItem:nth-child(7) {
    margin-left: calc(10% + 6px);
  }
  .howItem {
    width: calc(33.3% - 10px);
    padding: 40px 24px;
    border-radius: 15px;
  }
}
@media (max-width: 900px) {
  .header .button {
    display: none;
  }
  .nav {
    position: fixed;
    top: 76.5px;
    left: 0;
    width: 100%;
    height: calc(100% - 76.5px);
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    top: 0;
    right: 0;
    width: 250px;
    padding: 0;
    z-index: 1;
    padding: 20px;
    height: calc(100% - 40px);
    overflow-y: auto;
    background: #f4f4f5;
  }
  .nav__inner .button {
    display: inline-block;
  }
  .nav__inner-link {
    border: none;
    padding: 24px 15px;
    display: block;
    width: unset;
    color: #000;
    margin-right: 0;
    text-align: center;
    font-size: 16px;
    line-height: 1;
  }
  .burger {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .burger::before {
    top: 20%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #ff0458;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #ff0458;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .burger::after {
    bottom: 20%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #ff0458;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span {
    opacity: 0;
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }
  .footer__inner-logo {
    margin-bottom: 12px;
  }
  .footer__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    margin-bottom: 12px;
  }
  .anchorArrow {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #f4f4f5;
    z-index: 5;
  }
  .wrapper {
    padding-top: 76.5px;
  }
  .intro {
    padding: 40px 0;
  }
  .intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro__inner-content {
    width: 100%;
    max-width: unset;
    margin-bottom: 20px;
  }
  .intro__inner-grid {
    width: 100%;
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .intro h2 {
    max-width: 380px;
  }
  .intro p {
    max-width: 540px;
  }
  .partner .auto__container {
    padding: 0;
  }
  .partner__inner {
    border-radius: 0;
    padding: 80px 25px 50px 25px;
  }
  .howItem h3 {
    margin-bottom: 12px;
  }
  .gallerySlider__item {
    width: 1200px;
  }
  .join .auto__container {
    padding: 0;
  }
  .join__inner {
    border-radius: 0;
  }
}
@media (max-width: 840px) {
  .how__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .howItem {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .howItem:last-child {
    margin-bottom: 0;
  }
  .howItem h3 br {
    display: none;
  }
  .howItem__icon {
    margin: 0 auto 16px auto;
  }
}
@media (max-width: 700px) {
  .auto__container {
    padding: 0 24px;
  }
  .mid__container {
    padding: 0 24px;
  }
  .sm__container {
    padding: 0 24px;
  }
  .intro__inner-grid {
    margin: 0 -10%;
    width: 120%;
  }
  .partner {
    margin-bottom: 50px;
  }
  .partner__inner {
    padding-top: 60px;
  }
  .partner__inner-row {
    margin: 0 -10px;
  }
  .partnerItem {
    width: calc(20% - 20px);
    margin: 20px 10px;
  }
  .partner h2 {
    margin-bottom: 20px;
  }
  .attention h2 br {
    display: none;
  }
  .attention__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .attention__inner-content {
    width: 100%;
    max-width: unset;
    margin-bottom: 20px;
  }
  .attention__inner-row {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
  .gallery {
    margin-bottom: 50px;
  }
  .gallerySlider__item {
    width: 940px;
  }
  .what {
    margin-bottom: 50px;
  }
  .whatItem {
    width: calc(50% - 20px);
  }
  .whatItem__image {
    padding: 46px;
  }
}
@media (max-width: 540px) {
  .partner__inner-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -8px;
  }
  .partnerItem {
    width: calc(25% - 16px);
    margin: 16px 8px;
  }
  .gallerySlider__item {
    width: 650px;
  }
}
@media (max-width: 430px) {
  .attention {
    margin-bottom: 50px;
  }
  .partnerItem {
    width: calc(33.3% - 16px);
  }
  .how {
    margin-bottom: 50px;
  }
  .what__inner-row {
    margin: 0;
  }
  .whatItem {
    width: 100%;
    margin: 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}