main {
  max-width: 100%;
  overflow: auto;
  overflow-x: hidden;
  flex-grow: 1;
}

@font-face {
  font-family: 'Madera', sans-serif;
  src: url("./../fonts/Madera-Regular.woff");
  font-weight: 400;
}

@font-face {
  font-family: 'Madera', sans-serif;
  src: url("./../fonts/Madera-Medium.woff");
  font-weight: 500;
}

@font-face {
  font-family: 'Madera', sans-serif;
  src: url("./../fonts/Madera-Bold.woff");
  font-weight: 700;
}

@font-face {
  font-family: 'Madera', sans-serif;
  src: url("./../fonts/MaderaExtraBold.ttf");
  font-weight: 800;
}

body {
  min-height: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  background: #161618;
}

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

main {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

header,
footer {
  flex-shrink: 0;
}

/* ==== animated items top ====*/

.header {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  left: 0;
  padding: 31px 0 19px;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  background: #0D0D0D;
  z-index: 11;
}

.header img {
  max-width: 314px;
}

.header .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1442px;
  padding: 0 20px;
}

.header .btn-main-small {
  font-size: 16px;
  line-height: 132%;
  margin-left: 40px;
  padding: 7px 27px;
}

.hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 80px 0 0 0;
  background-repeat: no-repeat;
  background-attachment: none;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}

.hero-section img {
  display: block;
  transition: all 300ms;
  max-width: 100%;
}

.hero-section .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  padding: 0 20px;
}

.hero-section .hero-bg-first-layer {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

img {
  display: block;
  transition: all 300ms;
  max-width: 100%;
}

.hero-section .title-main-small {
  font-weight: 600;
  font-size: 24px;
  line-height: 128%;
  color: #fff;
}

.hero-section .main-text {
  margin-bottom: 12px;
}

.hero-section .hero-mob-text-small {
  display: flex;
  justify-content: center;
  margin-top: 53px;
  font-family: "Cairo", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.hero-section .content-wrapper__inner {
  width: 100%;
}

.hero-section .content-wrapper__inner-additional {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  width: 100%;
  max-width: 1406px;
  padding: 177px 0px 71px;
  margin: 0;
  padding: 0;
  z-index: 3;
}

.hero-section .content-wrapper__inner-additional-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}

.hero-section .link-terms {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  text-decoration-line: underline;
  color: #F3F3F3;
}

.hero-section .link-terms:hover {
  color: #fff;
}

.hero-section .btn-main {
  margin: 18px auto 8px;
}

.hero-section .console-bottom.desktop {
  margin-bottom: 78px;
}

.hero-section .explanation-video {
  color: #fff;
  text-decoration: underline;
  transition: .2s ease-in-out;
  cursor: pointer;
}

.hero-section .explanation-video:hover {
  color: #fff;
}

.hero-section .play-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 8px;
}

.hero-section .play-item span {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 233px;
  margin-top: 6px;
  font-family: "Cairo", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 112%;
  text-align: center;
  text-transform: normal;
  color: #F3F3F3;
}

.hero-logo {
  position: relative;
  width: 100%;
  max-width: 158px;
  height: 30px;
  margin: 100px auto 32px;
}

.hero-logo img {
  width: 100%;
}

.hero-video-loop {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 110%;
  height: 100%;
}

.hero-video-loop video {
  max-width: unset;
  width: unset;
}

.hero-section .elementor video {
  max-width: unset;
  width: unset;
  margin: 0;
  line-height: 1;
  border: none;
}

.elementor .hero-video-loop {
  max-width: unset;
  width: unset;
}

.prizes {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 100%;
  background: #0D0D0D;
}

.prizes .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px 53px;
}

.prizes .top-block {
  position: relative;
  margin-top: -75px;
}

.prizes .top-block .red-circle {
  display: none;
  position: absolute;
  left: -37px;
  top: 27px;
  width: 148px;
  height: 148px;
}

.prizes .low-block {
  margin-top: 23px;
  text-align: center;
}

.prizes .low-item {
  max-width: 394px;
  width: 100%;
  margin: 17px 27px 0px;
  padding: 0;
}

.prizes .low-item:first-of-type::after {
  content: '';
  display: flex;
  justify-content: center;
  width: 105px;
  height: 3px;
  background: #F33E3E;
  margin-top: 28px;
}

.prizes .low-item-text {
  max-width: 249px;
  margin-top: 7px;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
}

.prizes .low-item-text span {
  color: #F33E3E;
}

.prizes .low-item-text-small {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #F3F3F3;
  font-family: 'Montserrat', sans-serif;
}

.prizes .low-two-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.participate {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 100%;
  background: #F33E3E;
}

.participate .content-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  max-width: 1442px;
  margin: 0 auto;
  padding: 62px 20px 48px;
}

.participate .left-block {
  max-width: 661px;
}

.participate .left-block video {
  max-width: 661px;
  width: 100%;
}

.participate .right-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 580px;
  width: 100%;
  margin-left: 40px;
}

.participate .title-main {
  text-align: left;
  margin: 20px 0 56px;
}

.participate .main-text {
  font-family: "Cairo", sans-serif;
  text-transform: none;
  font-style: normal;
  line-height: 100%;
  text-align: left;
  margin-top: -5px;
  margin-left: 11px;
  letter-spacing: 1px;
}

.participate .main-text.list {
  margin-left: 0;
  text-transform: none;
}

.participate .explanation-video {
  color: #F3F3F3;
  text-decoration: underline;
  cursor: pointer;
}

.participate .right-text-item {
  margin-left: 11px;
}

.participate .right-text-item p.p-main {
  max-width: 530px;
  margin: 24px 0 57px;
}

.participate .right-text-item p.p-main br {
  display: none;
}

.participate .right-text-item p.p-main a {
  display: inline;
  color: #F3F3F3;
  text-decoration: underline;
}

.participate .right-text-item p.p-main a:hover {
  text-decoration: underline;
  color: #fff;
}

.participate .right-text-item p.p-main.desktop {
  display: block;
}

.participate .right-text-item p.p-main.mob {
  display: none;
}

.share {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 100%;
  background: #fff;
  min-height: 945px;
}

.share .title-main.red {
  transform: translateX(-0.14em);
}

.share .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.share .dates-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1402px;
  width: 100%;
  margin-top: 0;
  padding: 0;
  background: #0D0D0D;
}

.share .dates-block-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 62px;
  max-width: 600px;
}

.share .dates-block .p-main {
  display: flex;
  align-items: center;
  margin: 10px auto 15px;
  color: #fff;
}

.share .dates-block .p-main.grey {
  margin: 28px 0 0;
  padding: 0;
  color: #999;
}

.share .dates-block .p-main.top {
  align-items: flex-start;
  min-height: unset;
}

.share .dates-block .p-main.bot {
  margin: 53px auto 19px;
}

.share .dates-block .p-main.bot a {
  margin-left: 5px;
  color: #fff;
}

.share .dates-block .p-main.bot a:hover {
  color: #fff;
}

.share .dates-block .p-main.bot a.share-bot-link {
  text-decoration: underline;
}

.share .dates-block .p-main.bot a.share-bot-link:hover {
  color: #fff;
}

.share .dates-block .p-main.bot a.discord-btn {
  margin-left: 25px;
}

.share .dates-block .main-text {
  font-family: "Cairo", sans-serif;
  text-transform: none;
  font-style: normal;
  line-height: 100%;
  text-align: center;
  letter-spacing: 1px;
}

.share .main-text {
  font-style: normal;
}

.share .dates-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 250px;
  margin: 30px 10px 0;
  text-align: center;
}

.share .dates-item .decor-cicle img {
  width: 45px;
  max-width: 45px;
  height: 45px;
}

.share .decor-cicle {
  display: flex;
  position: relative;
}

.share-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 60px;
  width: 100%;
  margin: 0 auto;
}

.share-carousel .general-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto 60px;
  position: relative;
}

.share-carousel .left-part {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: stretch;
  text-align: center;
  justify-content: space-between;
  padding: 0 10px;
  max-width: 100%;
}

.share-carousel .left-part-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  flex-grow: 1;
  height: 100%;
}

.share-carousel .left-block .main-text.red.normal {
  display: block;
  margin-top: 6px;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: -0.094em;
}

.share-carousel .carousel-item {
  display: flex;
  position: relative;
  overflow: hidden;
  transition: .2s ease-in-out;
  cursor: pointer;
}

.share-carousel .carousel-item-inner {
  display: flex;
  flex-direction: column-reverse;
}

.share-carousel .carousel-item .description-text {
  max-width: 420px;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #0D0D0D;
  text-align: left;
}

.share-carousel .carousel-text {
  display: flex;
  flex-direction: column;
  max-width: 559px;
}

.share-carousel .carousel-text-inner {
  position: relative;
  padding: 19px 20px;
}

.share-carousel .carousel-text svg {
  max-width: 29px;
  height: 29px;
  background: transparent;
}

.share-carousel .angle {
  position: absolute;
  width: 29px;
  height: 29px;
}

.share-carousel .angle.top {
  top: 0;
}

.share-carousel .angle.top.left {
  left: 0;
}

.share-carousel .angle.top.right {
  right: 0;
}

.share-carousel .angle.bottom {
  bottom: 0;
  min-width: unset;
}

.share-carousel .angle.bottom.left {
  left: 0;
}

.share-carousel .angle.bottom.right {
  right: 0;
}

.swiper.mySwiper2 {
  max-width: 700px;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.swiper.mySwiper2 .carousel-video {
  display: none;
}

.swiper.mySwiper2 .carousel-text {
  display: flex;
}

.swiper-pagination {
  display: flex;
  justify-content: flex-start;
  order: 1;
  position: relative;
  text-align: center;
  margin: 30px auto;
  width: 100%;
}

.swiper-pagination-bullet {
  position: relative;
  width: 20px;
  height: 20px;
  width: 5px;
  min-width: 5px;
  margin: 0 6px 0 0;
  text-align: center;
  opacity: 1;
  background: transparent;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: transparent;
  transition: .2s ease-in-out;
}

.swiper-pagination-bullet::after {
  display: block;
  content: '';
  width: 100%;
  height: 5px;
  bottom: 0;
  margin: 0 auto;
  background-color: #CCC;
}

.swiper-pagination-bullet-active {
  color: #F33E3E;
  background: transparent;
  transform: scale(1);
  width: 46px;
  max-width: 46px;
}

.swiper-pagination-bullet-active::after {
  display: block;
  content: '';
  width: 100%;
  height: 5px;
  bottom: 0;
  margin: 0 auto;
  background-color: #F33E3E;
}

.mySwiper {
  width: 100%;
}

.mySwiper .swiper-wrapper {
  pointer-events: none;
}

.mySwiper .carousel-item {
  max-height: unset;
}

.mySwiper .carousel-item .video-loop {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray blur(5px);
  /* IE6-9 */
  -webkit-filter: grayscale(100%) blur(5px);
  transition: .2s ease;
}

.mySwiper .swiper-slide.carousel-item.swiper-slide-active .video-loop {
  filter: none;
  -webkit-filter: grayscale(0%) blur(0);
}

.mySwiper .carousel-video {
  display: flex;
  max-height: 290px;
  margin-right: unset;
}

.mySwiper .carousel-text {
  display: none;
}

.swiper-button-next::after {
  display: none;
}

.swiper-container-rtl .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
}

.swiper-button-next {
  position: absolute;
  left: unset;
  top: 50%;
  z-index: 2;
  padding: 8px;
  width: 74px;
  height: 74px;
  margin-top: 0;
  background: #F3F3F3;
  border-radius: 50%;
  transition: .3s ease-in-out;
  transform: translate(100%, -50%);
  right: 100px;
}

.swiper-button-next svg {
  transition: .3s ease-in-out;
  transform: translateX(-4px);
}

.swiper-button-next:hover svg {
  transform: translateX(-6px);
}

.about {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 100%;
  background: #0D0D0D;
}

.about .content-wrapper {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  max-width: 1479px;
  margin: 0 auto;
  padding: 0 0 61px;
  z-index: 1;
  width: 100%;
}

.about .play-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 21px;
}

.about .console-bottom {
  padding: 104px 0;
}

.about p.p-main {
  position: relative;
  width: 100%;
  max-width: 403px;
  color: #F3F3F3;
}

.about .content-left {
  display: flex;
  flex-grow: 1;
  margin-top: 221px;
  margin-left: 20px;
  align-items: flex-start;
}

.about .content-left .btn-main-small {
  position: relative;
}

.about .content-left .btn-main-small svg {
  margin-right: 23px;
}

.about .content-left img {
  position: relative;
  max-width: 100%;
  width: 100%;
}

.about .content-left .gun-desktop {
  display: block;
  bottom: -17px;
  margin-top: 82px;
}

.about .content-left .gun-mob {
  display: none;
}

.about .content-right {
  position: relative;
  width: 100%;
  max-width: 567px;
  margin: 67px auto 0;
  padding: 0 50px;
}

.about .content-right p.p-main {
  position: relative;
}

.about .content-right .angle.top.right {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  min-width: unset;
  background: transparent;
}

.about .content-right .angle.top.right.desktop {
  display: none;
}

.about .content-right .angle.top.right.mob {
  display: flex;
}

.about .content-right .angle.top.left {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  min-width: unset;
  background: transparent;
}

.about .content-right .angle.top.left.mob {
  display: flex;
}

.about .content-right .angle.bottom.left {
  position: absolute;
  height: 28px;
  bottom: 0;
  left: 0;
  width: 28px;
  min-width: unset;
  background: transparent;
}

.about .content-right .angle.bottom.left.mob {
  display: flex;
}

.about .content-right .angle.bottom.right {
  position: absolute;
  height: 28px;
  bottom: 0;
  right: 0;
  width: 28px;
  min-width: unset;
  background: transparent;
}

.about .content-right .angle.bottom.right.desktop {
  display: none;
}

.about .content-right .angle.bottom.right.mob {
  display: flex;
}

.about .main-logo {
  max-width: 158px;
  width: 100%;
  margin: 0 auto 29px;
}

.about .console-bottom {
  display: none;
}

.console-bottom {
  display: none;
  justify-content: space-between;
  max-width: 743px;
  width: 100%;
  margin: 0 auto;
}

.console-bottom.desktop {
  display: none;
}

.bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 100%;
  background: #F3F3F3;
}

.bottom .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  max-width: 1284px;
  margin: 0 auto;
  padding: 0 20px 58px;
  z-index: 1;
  width: 100%;
}

.bottom .content-wrapper__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  z-index: 1;
  position: relative;
}

.bottom .cta-text {
  font-family: "Cairo", sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding: 59px 0 0;
  text-transform: uppercase;
  color: #F33E3E;
}

.bottom .btn-main {
  margin-top: 31px;
}

.bottom .btn-main a {
  margin-top: 0;
}

.bottom .bottom-character {
  display: flex;
  position: absolute;
  bottom: 0;
  width: auto;
  height: auto;
  max-height: 100%;
  transform: translateX(0px);
  max-width: 100%;
}

.bottom .bottom-character.right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #030303;
  width: 100%;
  border-bottom: 5px solid #F33E3E;
}

.footer .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  padding: 25px 20px;
}

.footer .content-wrapper * {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #F3F3F3;
}

.footer-left {
  display: flex;
  align-items: center;
}

.footer-left svg {
  margin-right: 20px;
}

.footer-left a {
  text-decoration: underline;
}

.footer-left a:hover {
  color: #fff;
}

.footer-text {
  margin: 0;
  padding: 6px 20px 0px;
  text-align: center;
}

.terms {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 100%;
  background: #0D0D0D;
  border-bottom: 5px solid #F33E3E;
}

.terms .content-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding: 50px 20px 90px;
}

.terms h1.title-main {
  margin: 0;
  padding-bottom: 10px;
  font-family: 'Madera', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  text-transform: none;
  line-height: 130%;
  color: #fff;
  letter-spacing: unset;
}

.terms h2.title-main {
  margin: 0;
  padding: 30px 0;
  font-family: 'Madera', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  text-transform: none;
  line-height: 130%;
  color: #fff;
  letter-spacing: unset;
}

.terms h3.terms-text-important {
  margin: 0 0 30px;
  padding: 0;
  font-family: 'Madera', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
}

.terms ol,
.terms ul {
  margin-left: 20px;
}

.terms ol li,
.terms ul li {
  display: list-item;
  margin-left: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  list-style-position: outside;
  color: #ccc;
}

.terms-text {
  display: block;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #ccc;
}

.terms-text span {
  font-weight: 800;
  color: #ccc;
}

.terms-text.first {
  margin-bottom: 30px;
  color: #fff;
}

.terms ol.letters {
  list-style-type: lower-alpha;
}

.terms a,
.terms .simple-link {
  font-weight: 400;
  color: #ccc;
  text-decoration: underline;
  cursor: pointer;
}

.terms a:hover,
.terms .simple-link:hover {
  color: #fff;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.leap-page * {
  color: #fff;
}

h2 {
  margin: 0;
  padding: 0;
}

.btn-main {
  position: relative;
}

.btn-main a,
.btn-main span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  width: 437px;
  height: 72px;
  text-decoration: none;
  padding: 12px;
  font-weight: 800;
  font-size: 24px;
  font-family: "Cairo", sans-serif;
  line-height: 132%;
  transition: .4s ease-in-out;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  background-color: #F33E3E;
  moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn-main a:hover,
.btn-main span:hover {
  background-color: #f56262;
  width: 417px;
}

.btn-main.desktop {
  display: none;
}

.btn-main.mob {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 20px auto;
  align-items: center;
  z-index: 2;
}

.btn-main.red a:hover,
.btn-main.red span:hover {
  color: #F33E3E;
}

.btn-main-small {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: unset;
  height: unset;
  text-decoration: none;
  padding: 5px 17px;
  z-index: 1;
  font-weight: 800;
  font-size: 20px;
  font-family: "Cairo", sans-serif;
  line-height: 130%;
  transition: .4s ease-in-out;
  cursor: pointer;
  color: #F33E3E;
  text-transform: uppercase;
  background-color: transparent;
  border: 3.5px solid #F33E3E;
  moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn-main-small svg path {
  fill: #F33E3E;
}

.btn-main-small:hover {
  background-color: #F33E3E;
  color: #fff;
}

.btn-main-small:hover svg path {
  fill: #fff;
}

.title-main {
  font-family: 'Madera', sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: -0.07em;
  transform: translateX(-0.07em);
  text-transform: uppercase;
}

.title-main.red {
  color: #F33E3E;
}

.main-text {
  font-family: 'Madera', sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.07em;
  letter-spacing: -2.24px;
  color: #fff;
}

.main-text.red {
  color: #F33E3E;
}

.main-text.normal {
  font-style: normal;
}

p.p-main {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}

/* The Modal (background) */

.modal {
  display: none;
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: rgba(13, 13, 13, 0.9);
  backdrop-filter: blur(5px);
}

/* Modal Content */

.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1346.72px;
  max-height: 757.53px;
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content iframe {
  width: 100%;
  height: 100%;
}

.modal-content.modal-content-console {
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  max-height: unset;
  height: 100%;
  padding: 20px;
  background: url("https://content.overwolf.com/go-landing-pages/leap/popup-bg-leap2.webp") no-repeat 50% 50%;
  background-size: cover;
  justify-content: flex-start;
  padding-top: 75px;
}

.modal-content.modal-content-console .popup-heading {
  display: block;
  font-weight: 800;
  font-size: 24px;
  line-height: 132%;
  font-family: "Cairo", sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #F33E3E;
}

.modal-content.modal-content-console .popup-heading span {
  display: block;
  color: #fff;
  margin-left: 5px;
}

.modal-content.modal-content-console .popup-tag {
  display: flex;
  display: none;
  justify-content: center;
  position: relative;
  margin: 10px auto;
  font-family: 'Madera', sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 96px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.07em;
  text-transform: capitalize;
  color: #fff;
  max-width: 100%;
}

.modal-content.modal-content-console .popup-logo {
  max-width: 726px;
  width: 100%;
}

.modal-content.modal-content-console .left-curves {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  max-width: 28px;
}

.modal-content.modal-content-console .right-curves {
  position: absolute;
  top: 0;
  right: -24px;
  width: 28px;
  max-width: 28px;
}

.modal-content .console-bottom.popup {
  display: flex;
  align-items: center;
  max-width: 1035px;
  width: 100%;
  margin-top: 27px;
  margin-bottom: 98px;
}

.modal-content .play-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 8px 0;
}

.modal-content .play-item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 305px;
  min-height: 80px;
  margin-top: 8px;
  margin-bottom: 8px;
  background: #F33E3E;
  border: 5px solid #F33E3E;
  transition: .2s ease-in-out;
  cursor: pointer;
}

.modal-content .play-item-btn:hover {
  background: transparent;
}

.modal-content .play-item>span {
  display: flex;
  align-items: center;
  max-width: 233px;
  margin-top: 4px;
  font-family: "Cairo", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 112%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.modal-content .play-item .link-terms {
  margin-top: 5px;
}

/* Hide the slides by default */

.mySlides {
  display: none;
  width: 100%;
  height: 100%;
  height: 95vh;
  max-width: 100%;
  width: auto;
  transform: translateY(10%);
}

.mySlides img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
  max-height: 100%;
}

.active {
  opacity: 1;
}

.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.popup-close-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

@keyframes fadeInBottomToTopLong {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeInLeftToRight {
  0% {
    transform: translatex(60px);
    opacity: 0;
  }

  100% {
    transform: translatex(0px);
    opacity: 1;
  }
}

.link-terms {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  text-decoration-line: underline;
  color: #F3F3F3;
}

.link-terms:hover {
  color: #fff;
}

.play-item a {
  color: #fff;
  text-decoration: underline;
}

.play-item a:hover {
  color: #fff;
  text-decoration: none;
}

.modal-content-video {
  position: relative;
}

#videoSteam {
  max-width: 100%;
}

.video-steam {
  position: relative;
}

.steam-special-text {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  text-decoration-line: none;
  color: #F3F3F3;
  background: #F33E3E;
  z-index: 3;
  cursor: pointer;
  max-height: 60px;
  transition: .4s ease-in-out;
}

.steam-special-text:hover {
  color: #F3F3F3;
  background-color: #f56262;
}

@media only screen and (min-width: 370px) {
  .hero-section .content-wrapper {
    padding: 0 30px;
  }

  .prizes .content-wrapper {
    padding: 0 40px 53px;
  }

  .participate .content-wrapper {
    padding: 62px 51px 48px;
  }
}

@media only screen and (min-width: 380px) {
  .share-carousel .left-part {
    padding: 0 50px;
  }

  .mySwiper .carousel-video {
    max-height: 365px;
  }
}

@media only screen and (min-width: 1025px) {
  .header {
    padding: 20px 0 19px;
  }

  .header .content-wrapper {
    justify-content: space-between;
  }

  .hero-section .content-wrapper {
    max-width: 1442px;
    align-items: flex-start;
    padding: 138px 22px 0;
  }

  .hero-section .title-main {
    text-align: left;
  }

  .hero-section .title-main-small {
    text-align: left;
  }

  .hero-section .main-text {
    margin-bottom: 27px;
  }

  .hero-section .hero-mob-text-small {
    display: none;
  }

  .hero-section .content-wrapper__inner-additional {
    padding: 0 0 67px;
  }

  .hero-logo {
    max-width: 631px;
    height: 120px;
    margin: 0 auto 19px;
  }

  .prizes .content-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 20px 62px;
  }

  .prizes .top-block {
    margin-top: -82px;
  }

  .prizes .top-block .red-circle {
    display: flex;
  }

  .prizes .top-block img {
    transform: translateX(41px);
  }

  .prizes .low-block {
    margin-top: 37.5px;
    text-align: left;
  }

  .prizes .low-item:first-of-type {
    width: 100%;
    border-bottom: none;
    border-right: 3px solid #F33E3E;
  }

  .prizes .low-item:first-of-type::after {
    display: none;
    content: none;
  }

  .prizes .low-item-text {
    max-width: unset;
    font-size: 32px;
    text-align: left;
  }

  .prizes .low-two-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .participate .content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 162px 20px 311px;
  }

  .share .content-wrapper {
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 0 128px;
  }

  .share .dates-block {
    margin-top: -250px;
    margin-bottom: 0;
  }

  .share .dates-block-container {
    max-width: 600px;
    padding: 64px 0 0;
  }

  .share .dates-block .p-main.top {
    min-height: 48px;
  }

  .share .dates-item {
    margin: 30px 10px 40px;
  }

  .share .dates-item::after {
    display: none;
  }

  .share .dates-item:nth-of-type(odd) .decor-cicle::before {
    display: block;
    position: absolute;
    top: 25px;
    left: 43px;
    width: 100px;
    height: 2px;
    content: "";
    background: #F33E3E;
    transform: translateX(70%);
  }

  .share-carousel {
    padding-top: 131px;
  }

  .share-carousel .general-block {
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    max-width: 1442px;
    margin: 0;
    padding: 0 20px;
  }

  .share-carousel .left-part {
    padding: 0 40px 0 0;
    align-items: flex-start;
    text-align: left;
  }

  .share-carousel .left-part-inner {
    align-items: flex-start;
    text-align: left;
  }

  .share-carousel .carousel-item-inner {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
  }

  .share-carousel .carousel-item .main-text.red.normal {
    text-align: left;
    line-height: 186%;
  }

  .share-carousel .carousel-text {
    min-width: 559px;
  }

  .share-carousel .carousel-text-inner {
    padding: 27px 42px;
  }

  .swiper.mySwiper2 {
    max-width: 700px;
    max-width: 560px;
    overflow: hidden;
  }

  .swiper-pagination {
    justify-content: flex-start;
    order: 0;
    text-align: left;
  }

  .mySwiper {
    min-width: 624px;
    width: 100%;
    min-height: 427px;
    overflow: hidden;
  }

  .mySwiper .swiper-wrapper {
    pointer-events: none;
  }

  .mySwiper .carousel-item {
    max-height: 437px;
  }

  .mySwiper .carousel-video {
    height: 427px;
    min-height: 427px;
    margin-right: 60px;
  }

  .mySwiper .carousel-video video {
    min-height: 427px;
    max-width: unset;
    width: unset;
  }

  .swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 170px;
  }

  .about .content-wrapper {
    display: flex;
    flex-direction: row;
    padding: 0 20px 87px;
    justify-content: space-between;
  }

  .about .content-left .btn-main-small {
    padding: 8px 17px;
    min-width: 219px;
  }

  .about .content-left img {
    position: absolute;
    top: unset;
    bottom: 18px;
    left: -27px;
    max-width: 1108px;
    width: 80%;
  }

  .about .content-right {
    margin: 217px 20px 0;
    padding: 0;
  }

  .about .content-right .angle.top.right.desktop {
    display: flex;
  }

  .about .content-right .angle.top.right.mob {
    display: none;
  }

  .about .content-right .angle.top.left.mob {
    display: none;
  }

  .about .content-right .angle.bottom.left.mob {
    display: none;
  }

  .about .content-right .angle.bottom.right.desktop {
    display: flex;
  }

  .about .content-right .angle.bottom.right.mob {
    display: none;
  }

  .about .main-logo {
    max-width: 392px;
    margin: 8px 0 80px;
  }

  .about .console-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 743px;
    width: 100%;
    margin: 0 auto;
    padding: 84px 0 105px;
  }

  .console-bottom.desktop {
    display: flex;
  }

  .bottom .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    max-width: 863px;
    margin: 0 auto;
    padding: 0 20px 87px;
    z-index: 1;
    width: 100%;
  }

  .bottom .content-wrapper__inner {
    align-items: center;
    width: 100%;
  }

  .bottom .cta-text {
    padding: 91px 0 0;
    font-size: 32px;
    text-align: center;
  }

  .bottom .btn-main {
    margin-top: 27px;
  }

  .bottom .bottom-character {
    max-height: 447px;
  }

  .bottom .bottom-character.left {
    left: 0;
    transform: translateX(-50%);
  }

  .bottom .bottom-character.right {
    position: absolute;
    right: 0;
    transform: translateX(50%);
  }

  .footer {
    max-height: 78px;
  }

  .terms .content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    padding: 80px 20px 90px;
  }

  .btn-main.desktop {
    display: flex;
  }

  .btn-main.mob {
    display: none;
  }

  .title-main {
    font-size: 96px;
    line-height: 110%;
  }

  .main-text {
    font-size: 32px;
  }

  .modal iframe {
    max-width: 1422px;
    width: 100%;
    max-height: 800px;
    height: 100%;
  }

  .modal-content iframe {
    width: 100%;
  }

  .modal-content.modal-content-console {
    max-width: 1400px;
    max-height: 625px;
    height: 70%;
    padding-top: 125px;
  }

  .modal-content.modal-content-console .popup-tag {
    letter-spacing: -5px;
  }

  .modal-content.modal-content-console .popup-logo {
    margin-top: -9px;
  }

  .modal-content.modal-content-console .left-curves {
    position: absolute;
    top: 5px;
    left: -23px;
    width: 28px;
    max-width: 28px;
  }

  .modal-content.modal-content-console .right-curves {
    position: absolute;
    top: 5px;
    right: -54px;
    width: 28px;
    max-width: 28px;
  }

  .modal-content .play-item {
    margin: 40px 8px 0;
  }

  .modal-content .play-item-btn {
    margin-bottom: 28px;
  }

  .mySlides {
    height: 65vh;
    transform: translateY(10%);
  }

  #videoSteam {
    max-width: 1440px;
    width: 100%;
    padding: 40px;
  }

  .steam-special-text {
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 25px;
    font-weight: 500;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 60px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1275px) {
  .share .dates-item:nth-of-type(odd) .decor-cicle::before {
    display: block;
    position: absolute;
    top: 25px;
    left: 95px;
    width: 200px;
    height: 2px;
    content: "";
    background: #F33E3E;
  }
}

@media only screen and (min-width: 1100px) {
  .share .dates-block-container {
    max-width: unset;
  }

  .share .dates-item {
    margin: 20px 10px;
  }

  .share .dates-item:nth-of-type(-n+3) .decor-cicle::before {
    display: block;
    position: absolute;
    top: 25px;
    left: 43px;
    width: 100px;
    height: 2px;
    content: "";
    background: #F33E3E;
    transform: translateX(70%);
  }
}

@media only screen and (min-width: 1150px) {
  .swiper-button-next {
    right: 220px;
  }
}

@media only screen and (min-width: 1225px) {
  .bottom .bottom-character.left {
    transform: translateX(-30%);
  }

  .bottom .bottom-character.right {
    transform: translateX(30%);
  }
}

@media only screen and (min-width: 1250px) {
  .swiper-button-next {
    right: 100px;
  }
}

@media only screen and (min-width: 1275px) {
  .share .dates-block-container {
    justify-content: space-evenly;
    padding: 64px 20px 0;
  }
}

@media only screen and (min-width: 1350px) {
  .share .dates-item:nth-of-type(-n+3) .decor-cicle::before {
    display: block;
    position: absolute;
    top: 25px;
    left: -45px;
    width: 200px;
    height: 2px;
    content: "";
    background: #F33E3E;
  }

  .share-carousel .left-part {
    min-width: 695px;
  }
}

@media only screen and (min-width: 1550px) {
  .bottom .bottom-character.left {
    transform: translateX(0%);
  }

  .bottom .bottom-character.right {
    transform: translateX(0%);
  }
}

@media only screen and (min-width: 1725px) {
  .share-carousel .left-part {
    min-width: 795px;
  }

  .about .content-left img {
    width: 100%;
  }
}

@media only screen and (min-width: 1950px) {
  .hero-video-loop {
    min-width: 100vw;
    height: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .header img {
    max-width: 290.05px;
    height: auto;
  }

  .header .btn-main-small {
    display: none;
  }

  .hero-section .title-main-small {
    margin: 7px auto;
    display: block;
  }

  .hero-section .content-wrapper__inner-additional-block {
    margin: 0 auto;
    text-align: center;
  }

  .hero-section .link-terms {
    display: none;
  }

  .hero-section .console-bottom.mob {
    display: flex;
    justify-content: center;
    margin: 15px 0 112px;
  }

  .hero-section .play-item img {
    height: 40px;
  }

  .hero-section .play-item span {
    margin-top: 10px;
    font-size: 14px;
    line-height: 110%;
  }

  .prizes .low-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 22px 0px 4px;
  }

  .participate .video-loop {
    max-width: 100%;
  }

  .participate .right-block {
    margin-left: 0;
  }

  .participate .title-main {
    text-align: center;
    margin: 8px 0 54px;
  }

  .participate .main-text {
    text-align: center;
    font-size: 16px;
    margin-top: 0;
    margin-left: unset;
  }

  .participate .main-text.list {
    text-align: left;
    text-transform: uppercase;
  }

  .participate .right-text-item {
    margin-left: 0;
  }

  .participate .right-text-item p.p-main {
    margin: 15px 0 61px;
  }

  .participate .right-text-item p.p-main br {
    display: flex;
  }

  .participate .right-text-item p.p-main.desktop {
    display: none;
  }

  .participate .right-text-item p.p-main.mob {
    display: block;
  }

  .share .dates-block .p-main {
    padding: 0 20px;
  }

  .share .dates-block .p-main.top {
    margin: 10px auto 19px;
  }

  .share .dates-block .p-main.bot {
    display: none;
  }

  .share .dates-block .main-text {
    text-align: center;
    font-size: 32px;
    margin-top: 0;
    margin-left: unset;
  }

  .share-carousel .left-block .main-text.red.normal {
    margin-top: 3px;
    margin-bottom: 1px;
    font-size: 16px;
  }

  .swiper.mySwiper2 .carousel-item {
    justify-content: center;
  }

  .swiper-button-next {
    display: none;
  }

  .about p.p-main {
    position: relative;
    width: 100%;
    max-width: 403px;
    color: #F3F3F3;
    padding: 16px 12px 0;
    margin: 0 auto;
    text-align: center;
  }

  .about .content-left {
    align-items: flex-start;
    flex-direction: column-reverse;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .about .content-left .btn-main-small {
    width: 236px;
    margin: 63px auto 0px;
    white-space: nowrap;
    border: 5px solid #F33E3E;
    padding: 10px 41px;
    font-size: 16px;
  }

  .about .content-left .btn-main-small svg {
    margin-right: 15px;
  }

  .about .content-left .gun-desktop {
    display: none;
  }

  .about .content-left .gun-mob {
    display: block;
    position: relative;
    min-width: 140%;
    width: 100%;
    transform: translate(-18%, 0%);
  }

  .about .content-right .title-main {
    text-align: center;
  }

  .bottom .bottom-character {
    display: none;
  }

  .footer .content-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px 20px 18px;
  }

  .btn-main a,
  .btn-main span {
    width: 236px;
    height: 51px;
    font-size: 16px;
  }

  .btn-main a:hover,
  .btn-main span:hover {
    width: 226px;
  }

  .btn-main-small {
    border: 2px solid #F33E3E;
  }

  .modal-content.modal-content-console .popup-heading span {
    display: block;
    margin-left: 10px;
  }

  .modal-content .console-bottom.popup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }

  .modal-content .play-item img {
    height: 40px;
  }

  .modal-content .play-item>span {
    margin-top: 10px;
    font-size: 14px;
    line-height: 110%;
  }
}

@media only screen and (max-width: 600px) {
  .modal-content {
    padding: 0;
    height: auto;
  }
}

@media only screen and (max-width: 379px) {
  .mySwiper .carousel-video video {
    width: 90%;
  }
}

@media only screen and (max-width: 360px) {
  .hero-section .play-item span {
    font-size: 11px;
  }

  .modal-content .play-item>span {
    font-size: 11px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 539px) {
  .share .dates-item:nth-of-type(-n+3)::after {
    content: '';
    display: block;
    width: 105px;
    height: 2px;
    margin-top: 30px;
    background-color: #F33E3E;
  }
}

@media only screen and (min-width: 540px) and (max-width: 1024px) {
  .share .dates-item::after {
    content: '';
    display: block;
    width: 105px;
    height: 2px;
    margin-top: 30px;
    background-color: #F33E3E;
  }
}

.modal.modal-video {
  display: none;
}

.modal-video.opened::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
}

.modal .modal-content.modal-content-video {
  position: relative;
  z-index: 1000;
}

.modal.modal-video.opened {
  display: flex !important;
}