@-webkit-keyframes blink {
  50% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03); } }
@keyframes blink {
  50% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03); } }
.slot-content-wrapper {
  position: absolute;
  left: -6rem;
  top: 5rem;
  z-index: 9;
  display: block; }

@media (max-width: 1680px) {
  .slot-content-wrapper {
    left: 0; } }
@media (max-width: 1080px) {
  .slot-content-wrapper {
    position: static; } }
.slot-logo {
  text-align: center;
  margin-bottom: -7em;
  padding-left: 1rem;
  position: relative;
  z-index: 9; }
  @media (min-width: 2500px) {
    .slot-logo {
      padding-left: 8rem; } }

.slot-logo img {
  width: 22em; }
  @media (max-width: 1680px) {
    .slot-logo img {
      width: 16em; } }
  @media (max-width: 1080px) {
    .slot-logo img {
      width: 12em; } }

.slot-wrap {
  width: 52em;
  height: 37em;
  background: url(../public/slotMachinewBG.png) no-repeat center/contain;
  margin: 0 auto;
  margin-top: 2.5em;
  padding-left: 4.5em;
  padding-right: 4.1em;
  padding-top: 5em;
  padding-bottom: 5.2em;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }
  @media (max-width: 1680px) {
    .slot-wrap {
      width: 40em;
      height: 31em;
      padding-left: 3.5em;
      padding-right: 3.5rem; }
      .slot-wrap .slot-container__item {
        background-size: 5.5em; } }
  @media (max-width: 1300px) {
    .slot-wrap {
      width: 32em;
      height: 26.4em;
      padding-left: 3em;
      padding-right: 3rem; }
      .slot-wrap .slot-container__item {
        background-size: 4.5em; } }
  @media (max-width: 550px) {
    .slot-wrap {
      width: 22em;
      height: 20.3em;
      padding-left: 2em;
      padding-right: 2rem; }
      .slot-wrap .slot-container__item {
        background-size: 3em; } }
  @media (min-width: 2500px) {
    .slot-wrap {
      margin-left: 7rem; } }

.slot-container {
  width: 100%;
  height: 100%;
  border-radius: 1.875em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative; }

.slot-container__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0em 0.312em;
  background-position: center top;
  background-repeat: repeat-y;
  height: 100%;
  background-size: 8em; }

.slot_btn {
  display: none; }

@media (max-width: 860px) {
  .slot_btn {
    margin: 20px auto 0 auto;
    display: block;
    color: #1080FE;
    text-align: center;
    font-family: "Montserrat";
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 186px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc702), to(#ff8b20));
    background: white;
    -webkit-box-shadow: 0px 22.276px 57.919px 0px rgba(0, 0, 0, 0.1), 0px -8.911px 0px 0px rgba(0, 0, 0, 0.25) inset, 0px 4.455px 0px 0px rgba(255, 255, 255, 0.4) inset;
    box-shadow: 0px 22.276px 57.919px 0px rgba(0, 0, 0, 0.1), 0px -8.911px 0px 0px rgba(0, 0, 0, 0.25) inset, 0px 4.455px 0px 0px rgba(255, 255, 255, 0.4) inset;
    padding: 16px 36px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation: blink 1s infinite;
    animation: blink 1s infinite; }

  .slot_btn:hover {
    -webkit-box-shadow: 0 5px 10px #1080FE, inset 2px 6px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 10px #1080FE, inset 2px 6px 10px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; } }
@media (max-width: 340px) {
  .slot_btn {
    font-size: 16px; } }
.slot-container__item--1 {
  background-image: url("../public/slot_col_1.png"); }

.slot-container__item--2 {
  background-image: url("../public/slot_col_2.png"); }

.slot-container__item--3 {
  background-image: url("../public/slot_col_3.png"); }

.slot-container__item--4 {
  background-image: url("../public/slot_col_4.png"); }

.slot-container__item--5 {
  background-image: url("../public/slot_col_5.png"); }

.slot-container__item--6 {
  background-image: url("../public/slot_col_6.png"); }

.slot-container__win-line {
  top: 59%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 12em;
  width: 100%;
  position: absolute;
  -webkit-box-shadow: 0em 0em 1.5625em 0em #1080FE;
  box-shadow: 0em 0em 1.5625em 0em #1080FE;
  margin-top: -3.4375em;
  display: none;
  opacity: 0;
  -webkit-animation: blinking 0.5s infinite ease alternate;
  animation: blinking 0.5s infinite ease alternate;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.slot-container__item--1,
.slot-container__item--3,
.slot-container__item--5,
.slot-container__item--7 {
  -webkit-animation: slots 2.5s infinite ease-in-out;
  animation: slots 2.5s infinite ease-in-out; }

.slot-container__item--2,
.slot-container__item--4,
.slot-container__item--6 {
  -webkit-animation: slots-reverse 2.5s infinite ease-in-out;
  animation: slots-reverse 2.5s infinite ease-in-out; }

@-webkit-keyframes blinking {
  0% {
    opacity: 0.2; }
  80% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes blinking {
  0% {
    opacity: 0.2; }
  80% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-webkit-keyframes slots {
  0% {
    background-position-y: 3%; }
  50% {
    background-position-y: -3%; }
  100% {
    background-position-y: 3%; } }
@keyframes slots {
  0% {
    background-position-y: 3%; }
  50% {
    background-position-y: -3%; }
  100% {
    background-position-y: 3%; } }
@-webkit-keyframes slots-reverse {
  0% {
    background-position-y: -3%; }
  50% {
    background-position-y: 3%; }
  100% {
    background-position-y: -3%; } }
@keyframes slots-reverse {
  0% {
    background-position-y: -3%; }
  50% {
    background-position-y: 3%; }
  100% {
    background-position-y: -3%; } }
.decor__zevs {
  z-index: 5;
  position: absolute;
  bottom: -2vh;
  left: 22vw;
  -webkit-animation: zevs 2.5s ease-in-out infinite;
  animation: zevs 2.5s ease-in-out infinite; }

.decor__zevs.show-result {
  z-index: 9;
  left: 55vw;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out; }

@media (max-width: 680px) {
  .decor__zevs.show-result {
    left: 16vw;
    bottom: -20vh; } }
@media (max-width: 560px) {
  .decor__zevs.show-result {
    left: auto;
    bottom: -18vh; } }
@media (max-width: 480px) {
  .decor__zevs.show-result {
    bottom: -14vh; } }
@media (max-width: 400px) {
  .decor__zevs.show-result {
    bottom: -8vh; } }
@media (max-width: 375px) and (max-height: 667px) {
  .decor__zevs.show-result {
    bottom: -20vh; } }
.decor__zevs.show-result img {
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  position: relative;
  max-height: 90vh;
  left: 10vw; }

@media (max-width: 680px) {
  .decor__zevs.show-result img {
    left: 0;
    max-height: 70vh; } }
@media (max-width: 1380px) {
  .decor__zevs {
    left: 8vw; } }
@media (max-width: 1280px) {
  .decor__zevs {
    left: 16vw; } }
@media (max-width: 1140px) {
  .decor__zevs {
    left: 4vw; } }
@media (max-width: 860px) {
  .decor__zevs {
    left: -17vw; } }
@media screen and (device-width: 820px) and (device-height: 1180px) and (orientation: portrait) {
  .decor__zevs {
    left: 10vw;
    bottom: -35vh; } }
@media (max-width: 480px) {
  .decor__zevs {
    left: 2vw;
    bottom: -36vh; } }
@media (max-width: 430px) {
  .decor__zevs {
    bottom: -30vh; } }
@media (max-width: 400px) {
  .decor__zevs {
    bottom: -20vh; } }
@media (max-width: 375px) and (max-height: 667px) {
  .decor__zevs {
    bottom: -44vh; } }
@media (max-width: 360px) and (max-height: 740px) {
  .decor__zevs {
    bottom: -32vh; } }
.decor__zevs img {
  max-height: 108vh; }

.decor__smoke {
  z-index: 6;
  position: absolute;
  left: -1vw;
  bottom: -1vh;
  -webkit-animation: smoke 2.5s ease-in-out infinite;
  animation: smoke 2.5s ease-in-out infinite;
  opacity: 1; }

@media (max-width: 560px) {
  .decor__smoke {
    left: -38vw; } }
.decor__smoke img {
  max-height: 86vh; }

@media (max-width: 860px) {
  .decor__smoke img {
    max-height: 45vh; } }
.decor__lightning_big {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: lightning-up 3s ease-out infinite;
  animation: lightning-up 3s ease-out infinite;
  opacity: 1; }

@media (max-width: 560px) {
  .decor__lightning_big {
    display: none; } }
.decor__lightning_big img {
  max-height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.decor__lightning_mobil {
  display: none; }

@media (max-width: 560px) {
  .decor__lightning_mobil {
    z-index: 8;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    -webkit-animation: lightning-up 3s ease-out infinite;
    animation: lightning-up 3s ease-out infinite;
    opacity: 1; } }
@media (max-width: 560px) {
  .decor__lightning_mobil img {
    max-height: 50vh;
    width: 100%; } }
.decor__lightning_small {
  z-index: 7;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation: lightning-down 3s ease-out infinite;
  animation: lightning-down 3s ease-out infinite;
  opacity: 1; }

@media (max-width: 860px) {
  .decor__lightning_small {
    display: none; } }
.decor__lightning_small img {
  max-height: 90vh; }

.show-modal .decor__smoke, .show-modal .decor__lightning_big, .show-modal .decor__lightning_mobil, .show-modal .decor__lightning_small {
  opacity: 0;
  -webkit-animation: none;
  animation: none;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; }

@-webkit-keyframes zevs {
  0% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  50% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); } }
@keyframes zevs {
  0% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  50% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); } }
@-webkit-keyframes smoke {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); } }
@keyframes smoke {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); } }
@-webkit-keyframes lightning-up {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes lightning-up {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes lightning-down {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes lightning-down {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.modal {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Oswald;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

@media (max-width: 860px) {
  .modal {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }
.modal__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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -8vh;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.8s ease-in-out 0.8s;
  transition: all 0.8s ease-in-out 0.8s; }

.show-modal .modal__wrapper {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

@media (max-width: 860px) {
  .modal__wrapper {
    margin-top: 10vh; } }
.modal__logo {
  margin-bottom: 100px; }

@media (max-width: 860px) {
  .modal__logo {
    margin-bottom: 90px; } }
.modal__logo img {
  max-height: 90px; }

@media (max-width: 1440px) {
  .modal__logo img {
    max-height: 80px; } }
@media (max-width: 860px) {
  .modal__logo img {
    max-height: 52px; } }
.modal__desc {
  color: #fff;
  text-align: center;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
  font-family: "Oswald";
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 129%;
  /* 130.218px */
  text-transform: uppercase;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }

@media (max-width: 1440px) {
  .modal__desc {
    font-size: 80px; } }
@media (max-width: 1320px) {
  .modal__desc {
    font-size: 78px; } }
@media (max-width: 1180px) {
  .modal__desc {
    font-size: 76px; } }
@media (max-width: 860px) {
  .modal__desc {
    font-size: 60px; } }
@media (max-width: 560px) {
  .modal__desc {
    font-size: 46px; } }
@media (max-width: 340px) {
  .modal__desc {
    font-size: 42px; } }
.modal__prize {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }

.modal__prize img {
  max-height: 24vh; }

@media (max-width: 1280px) {
  .modal__prize img {
    max-height: 20vh; } }
@media (max-width: 860px) {
  .modal__prize img {
    max-height: 18vh;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg); } }
@media (max-width: 560px) {
  .modal__prize img {
    max-height: 11vh; } }
.confeti2,
.confeti {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

@-webkit-keyframes prize {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  70% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes prize {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  70% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
#get-prizes {
  color: #1080FE;
  text-align: center;
  font-family: "Montserrat";
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 186px;
  background: white;
  background: white;
  -webkit-box-shadow: 0px 22.276px 57.919px 0px rgba(0, 0, 0, 0.1), 0px -8.911px 0px 0px rgba(0, 0, 0, 0.25) inset, 0px 4.455px 0px 0px rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0px 22.276px 57.919px 0px rgba(0, 0, 0, 0.1), 0px -8.911px 0px 0px rgba(0, 0, 0, 0.25) inset, 0px 4.455px 0px 0px rgba(255, 255, 255, 0.4) inset;
  padding: 26px 64px;
  margin-top: 10px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-animation: blink 1s infinite;
  animation: blink 1s infinite; }

@media (max-width: 1440px) {
  #get-prizes {
    font-size: 24px;
    padding: 20px 44px; } }
@media (max-width: 1140px) {
  #get-prizes {
    font-size: 24px; } }
@media (max-width: 991px) {
  #get-prizes {
    padding: 16px 36px; } }
@media (max-width: 860px) {
  #get-prizes {
    margin-top: 34px; } }
@media (max-width: 450px) {
  main.main {
    padding-top: 40px; }

  .content__logo {
    margin-bottom: 7px; }

  .content__logo img {
    max-height: 42px; }

  .content__title {
    font-size: 56px; }

  .content__subtitle {
    font-size: 26px; }

  .slot_btn {
    font-size: 16px;
    padding: 14px 23px;
    box-shadow: 0px 22.276px 57.919px 0px rgba(0, 0, 0, 0.1), 0px -4.911px 0px 0px rgba(0, 0, 0, 0.25) inset, 0px 4.455px 0px 0px rgba(255, 255, 255, 0.4) inset; }

  .main-wrapper {
    font-size: 0.97vw; }

  .decor__zevs img {
    max-height: 55vh; }

  .decor__zevs {
    left: auto;
    right: -34%;
    bottom: -6vh; } }
@font-face {
  font-family: "Impact";
  src: url("/public/Fonts/impact.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Impact';
  color: #ffffff; }

.olympGates {
  background: url("/public/Main.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 100vh; }
  .olympGates .olympGates__wrap {
    display: grid;
    grid-template-columns: 4fr 6fr;
    width: 100%;
    height: 100%;
    background: rgba(0, 8, 16, 0.6);
    min-height: 100vh; }
    .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 600px;
      height: 100%;
      gap: 15px;
      padding-left: 30px; }
      .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap .olympGates__logo {
        margin-top: 110px;
        margin-bottom: 75px; }
      .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap .olympGates__title {
        font-size: 96px;
        text-align: center;
        font-weight: 600; }
      .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap .olympGates__subtitle {
        font-size: 50px;
        text-align: center;
        background: linear-gradient(90deg, #1080FE 0%, #33B9FD 100%);
        padding: 8px 15px;
        font-weight: 500; }
      .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap .olympGates__advantages {
        font-size: 54px;
        font-weight: 600;
        text-align: center; }
      .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap .olympGates__startBtn_wrap {
        background: linear-gradient(90deg, #1080FE 0%, #33B9FD 100%);
        margin-top: 50px;
        border-radius: 30px;
        transition: all linear .3s;
        position: relative;
        padding-bottom: 8px; }
        .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap .olympGates__startBtn_wrap .olympGates__startBtn_wrapHover {
          border-radius: 30px;
          transition: all linear .3s;
          background: linear-gradient(90deg, #0652A8 0%, #2176A2 100%);
          opacity: 0;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0; }
        .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap .olympGates__startBtn_wrap .olympGates__startBtn {
          padding: 10px 35px;
          border-radius: 30px;
          border: none;
          outline: none;
          position: relative;
          display: block;
          width: 100%;
          height: 100%;
          background: #ffffff; }
          .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap .olympGates__startBtn_wrap .olympGates__startBtn svg {
            width: 190px;
            height: 40px; }
        .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap .olympGates__startBtn_wrap:hover {
          padding-bottom: 4px;
          transition: all linear .4s;
          box-shadow: 0px 4px 20.2px 0px #28a8fd; }
        .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap .olympGates__startBtn_wrap:active .olympGates__startBtn_wrapHover {
          opacity: 1;
          transition: all linear .2s; }
      @media (max-width: 1680px) {
        .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap .olympGates__title {
          font-size: 64px; }
        .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap .olympGates__subtitle {
          font-size: 30px; }
        .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap .olympGates__advantages {
          font-size: 34px; }
        .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap .olympGates__startBtn_wrap .olympGates__startBtn_wrapHover .olympGates__startBtn svg {
          width: 175px;
          height: 38px; } }
      @media (max-width: 1280px) {
        .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap .olympGates__title {
          font-size: 44px; }
        .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap .olympGates__subtitle {
          font-size: 26px; }
        .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap .olympGates__advantages {
          font-size: 26px; }
        .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap .olympGates__startBtn_wrap .olympGates__startBtn_wrapHover .olympGates__startBtn svg {
          width: 160px;
          height: 33px; } }
      @media (max-width: 1080px) {
        .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap .olympGates__title,
        .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap .olympGates__subtitle,
        .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap .olympGates__advantages,
        .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap .olympGates__startBtn_wrap {
          display: none; }
        .olympGates .olympGates__wrap .olympGates__leftBlock .olympGates__leftBlock_wrap .olympGates__logo {
          margin-top: 50px;
          margin-bottom: 40px;
          width: 100px; } }
    .olympGates .olympGates__wrap .olympGates__rightBlock {
      background-image: url("/public/bg_rombs.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position-y: -0px;
      background-position-x: 50px;
      position: relative; }
      .olympGates .olympGates__wrap .olympGates__rightBlock .olympGates__rightBlock_wrap {
        height: 100%;
        width: 100%;
        background: linear-gradient(90deg, rgba(50, 183, 253, 0) 3.75%, #1385FE 43.07%);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position-x: 200px;
        background-size: contain;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: end; }
        .olympGates .olympGates__wrap .olympGates__rightBlock .olympGates__rightBlock_wrap .olympGates__mascot {
          width: 500px;
          position: relative;
          z-index: 5;
          margin-right: 6rem; }
          @media (min-width: 2140px) {
            .olympGates .olympGates__wrap .olympGates__rightBlock .olympGates__rightBlock_wrap .olympGates__mascot {
              margin-right: 7rem; } }
          @media (min-width: 2500px) {
            .olympGates .olympGates__wrap .olympGates__rightBlock .olympGates__rightBlock_wrap .olympGates__mascot {
              margin-right: 20rem; } }
          @media (max-width: 1680px) {
            .olympGates .olympGates__wrap .olympGates__rightBlock .olympGates__rightBlock_wrap .olympGates__mascot {
              width: 440px;
              margin-top: 4rem;
              margin-right: 5rem; } }
          @media (max-width: 1480px) {
            .olympGates .olympGates__wrap .olympGates__rightBlock .olympGates__rightBlock_wrap .olympGates__mascot {
              margin-right: 2rem; } }
          @media (max-width: 1280px) {
            .olympGates .olympGates__wrap .olympGates__rightBlock .olympGates__rightBlock_wrap .olympGates__mascot {
              width: 400px;
              margin-top: 4rem; } }
          @media (max-width: 1080px) {
            .olympGates .olympGates__wrap .olympGates__rightBlock .olympGates__rightBlock_wrap .olympGates__mascot {
              position: absolute;
              top: -120px;
              right: 160px;
              width: 300px; } }
          @media (max-width: 900px) {
            .olympGates .olympGates__wrap .olympGates__rightBlock .olympGates__rightBlock_wrap .olympGates__mascot {
              right: 40px; } }
          @media (max-width: 550px) {
            .olympGates .olympGates__wrap .olympGates__rightBlock .olympGates__rightBlock_wrap .olympGates__mascot {
              right: -40px;
              top: -70px;
              width: 190px; } }
    .olympGates .olympGates__wrap .olympGates__title.mob,
    .olympGates .olympGates__wrap .olympGates__subtitle.mob,
    .olympGates .olympGates__wrap .olympGates__advantages.mob,
    .olympGates .olympGates__wrap .olympGates__startBtn_wrap.mob {
      display: none; }
    @media (max-width: 1680px) {
      .olympGates .olympGates__wrap {
        grid-template-columns: 3.4fr 7fr; }
        .olympGates .olympGates__wrap .olympGates__rightBlock .olympGates__rightBlock_wrap {
          align-items: start; } }
    @media (max-width: 1080px) {
      .olympGates .olympGates__wrap {
        grid-template-columns: 1fr;
        justify-items: center;
        grid-template-rows: 120px 1fr;
        min-height: 100vh; }
        .olympGates .olympGates__wrap .olympGates__rightBlock {
          width: 100%;
          background: url("/public/rombsMob.png") no-repeat;
          background-position: left 600px;
          background-size: 100%; }
          .olympGates .olympGates__wrap .olympGates__rightBlock .olympGates__rightBlock_wrap {
            flex-direction: column;
            background: linear-gradient(180deg, rgba(50, 183, 253, 0) 3.75%, #1385FE 43.07%) no-repeat;
            background-size: 100%;
            background-position: left 650px;
            align-items: center;
            justify-content: start; }
        .olympGates .olympGates__wrap .olympGates__title.mob,
        .olympGates .olympGates__wrap .olympGates__subtitle.mob,
        .olympGates .olympGates__wrap .olympGates__advantages.mob,
        .olympGates .olympGates__wrap .olympGates__startBtn_wrap.mob {
          display: block; }
        .olympGates .olympGates__wrap .olympGates__title.mob {
          font-size: 40px;
          font-weight: 800; }
        .olympGates .olympGates__wrap .olympGates__subtitle.mob {
          font-size: 28px;
          text-align: center;
          background: linear-gradient(90deg, #1080FE 0%, #33B9FD 100%);
          padding: 8px 15px;
          font-weight: 600;
          margin: 1rem 0;
          font-weight: 800; }
        .olympGates .olympGates__wrap .olympGates__advantages.mob {
          font-size: 40px;
          font-weight: 800; }
        .olympGates .olympGates__wrap .olympGates__startBtn_wrap.mob {
          background: linear-gradient(90deg, #1080FE 0%, #33B9FD 100%);
          margin-top: 15px;
          margin-bottom: 60px;
          border-radius: 30px;
          transition: all linear .3s;
          position: relative;
          padding-bottom: 8px; }
          .olympGates .olympGates__wrap .olympGates__startBtn_wrap.mob .olympGates__startBtn_wrapHover {
            border-radius: 30px;
            transition: all linear .3s;
            background: linear-gradient(90deg, #0652A8 0%, #2176A2 100%);
            opacity: 0;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0; }
          .olympGates .olympGates__wrap .olympGates__startBtn_wrap.mob .olympGates__startBtn {
            padding: 10px 35px;
            border-radius: 30px;
            border: none;
            outline: none;
            position: relative;
            background: #ffffff;
            display: block;
            width: 100%;
            height: 100%; }
            .olympGates .olympGates__wrap .olympGates__startBtn_wrap.mob .olympGates__startBtn svg {
              width: 190px;
              height: 40px; }
          .olympGates .olympGates__wrap .olympGates__startBtn_wrap.mob:hover {
            padding-bottom: 4px;
            transition: all linear .4s;
            box-shadow: 0px 4px 20.2px 0px #28a8fd; }
            .olympGates .olympGates__wrap .olympGates__startBtn_wrap.mob:hover .olympGates__startBtn_wrapHover {
              opacity: 1;
              transition: all linear .4s; } }
    @media (max-width: 550px) {
      .olympGates .olympGates__wrap .olympGates__rightBlock {
        background-position: left 540px; }
        .olympGates .olympGates__wrap .olympGates__rightBlock .olympGates__rightBlock_wrap {
          background-position: left 400px; } }
  .olympGates .lightning {
    position: absolute;
    width: 300px;
    mix-blend-mode: plus-lighter; }
  .olympGates .lightning.tc {
    top: 0;
    left: calc(30%); }
    @media (max-width: 1080px) {
      .olympGates .lightning.tc {
        left: -80px;
        top: -40px; } }
  .olympGates .lightning.tr {
    top: 0;
    right: 15%; }
    @media (max-width: 1080px) {
      .olympGates .lightning.tr {
        right: -50px; } }
  .olympGates .lightning.r {
    top: 0;
    right: 0; }
    @media (max-width: 1080px) {
      .olympGates .lightning.r {
        display: none; } }
  @media (max-width: 1080px) {
    .olympGates {
      background-position: bottom right;
      position: relative;
      min-height: 100vh;
      overflow-x: hidden; } }

/*# sourceMappingURL=style.css.map */
