*,
:after,
:before {
  box-sizing: inherit;
}
body,
html {
  height: 100%;
}
html {
  box-sizing: border-box;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
}
body {
  line-height: 1;
  text-rendering: optimizeSpeed;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
  background-color: transparent;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
p {
  margin: 0;
}
picture {
  display: block;
}
img {
  border: none;
}
img,
svg {
  vertical-align: middle;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background-color: transparent;
}
:focus {
  outline: none;
}
:root {
  --bg-color: #000;
  --font-content: "Montserrat", sans-serif;
  --font-content-weight: 700;
  --font-content-style: normal;
  --font-button: "Roboto", sans-serif;
  --font-button-weight: 900;
  --font-button-style: italic;
}
@keyframes blick {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #92e305;
  }
}
.btn {
  align-items: center;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  color: #32373d;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-family: var(--font-button);
  font-style: var(--font-button-style);
  font-weight: var(--font-button-weight);
  letter-spacing: inherit;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-transform: uppercase;
}
.btn:focus {
  outline: none;
}
.btn:active:not(.btn--modal) .btn__inner {
  opacity: 0.8 !important;
  transform: scale(0.9);
}
.btn:active:not(.btn--modal) .btn__inner:after {
  visibility: hidden;
}
.btn__inner {
  border: 1px solid #92e305;
  border-radius: 70px;
  overflow: hidden;
  position: relative;
}
.btn__inner:after {
  animation: blick 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  background-image: linear-gradient(
    -50deg,
    hsla(0, 0%, 100%, 0) 30%,
    hsla(0, 0%, 100%, 0.6) 45%,
    hsla(0, 0%, 100%, 0.6) 50%,
    hsla(0, 0%, 100%, 0) 65%
  );
  content: "";
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-100%);
  width: 100%;
}
.btn__text {
  background-color: #93e20b;
  border-radius: inherit;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: box-shadow 0.3s;
}
@keyframes boom {
  0% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@keyframes boom-end {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes visibility-hide {
  to {
    pointer-events: none;
    visibility: hidden;
  }
}
@keyframes visibility-visible {
  to {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
.body {
  background-color: var(--bg-color);
  color: #fff;
  font-family: var(--font-content);
  font-style: var(--font-content-style);
  font-weight: var(--font-content-weight);
  overflow: hidden;
}
.main {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  inset: 0;
  overflow: hidden;
}
.logos,
.main {
  position: absolute;
  width: 100%;
}
.logos {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  z-index: 3;
}
.elems,
.logos {
  -webkit-user-select: none;
  user-select: none;
}
.elems {
  height: 100%;
  inset: 0;
  pointer-events: none;
  width: 100%;
}
.elem,
.elems {
  position: absolute;
}
.elem {
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.elem--1 {
  visibility: hidden;
}
.start-anim .elem--1 {
  animation-name: cloud-1;
  visibility: visible;
}
.start-anim2 .elem--1 {
  animation-name: cloud-1;
  visibility: visible;
}
.elem--2 {
  visibility: hidden;
}
.start-anim .elem--2 {
  animation-name: cloud-2;
  visibility: visible;
}
.start-anim2 .elem--2 {
  animation-name: cloud-2;
  visibility: visible;
}
.elem--3 {
  visibility: hidden;
}
.start-anim .elem--3 {
  animation-name: cloud-3;
  visibility: visible;
}
.start-anim2 .elem--3 {
  animation-name: cloud-3;
  visibility: visible;
}
.elem--4 {
  z-index: 2;
}
.start-anim .elem--4 {
  animation-name: cloud-4;
}
.start-anim2 .elem--4 {
  animation-name: cloud-4;
}
.start-anim .elem--5 {
  animation-name: cloud-5;
}
.start-anim2 .elem--5 {
  animation-name: cloud-5;
}
.elem--moon {
  visibility: hidden;
}
.start-anim .elem--moon {
  animation-name: moon;
  visibility: visible;
}
.start-anim2 .elem--moon {
  animation-name: moon;
  visibility: visible;
}
.elem--plane {
  visibility: hidden;
  z-index: 2;
}
.start-anim .elem--plane {
  animation-name: plane;
  visibility: visible;
}
.start-anim2 .elem--plane {
  animation-name: plane2;
  visibility: visible;
  animation-duration: 2.4s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.start-anim .elem--plane > img {
  animation: visibility-hide 0s 4.5s forwards;
}
.start-anim2 .elem--plane > img {
  animation: visibility-hide 0s 2.5s forwards;
}
.explosion {
  height: 100%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.start-anim .explosion {
  animation: show 0s 4.2s forwards, hide 0.2s linear 5.05s forwards;
}
.start-anim2 .explosion {
  animation: show 0s 2.2s forwards, hide 0.2s linear 2.6s forwards;
}
.explosion__end,
.explosion__start {
  position: absolute;
}
.explosion__start {
  opacity: 0.3;
  transform: translate(2%, -4%);
}
.start-anim .explosion__start {
  animation: boom 0.05s linear 4.2s forwards;
}
.start-anim2 .explosion__start {
  animation: boom 0.05s linear 2.2s forwards;
}
.explosion__end {
  opacity: 0;
  transform: translate(-21.5%, -26%);
}
.start-anim .explosion__end {
  animation: boom-end 0.05s linear 4.35s forwards;
}
.start-anim2 .explosion__end {
  animation: boom-end 0.05s linear 2.35s forwards;
}
.image {
  position: relative;
  z-index: 3;
}
.start-anim .image {
  pointer-events: none;
  visibility: hidden;
}
.start-anim2 .image {
  pointer-events: none;
  visibility: hidden;
}
.image__inner {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.image__info {
  background-color: #14a0ff;
  border-radius: 50%;
  color: #fff;
  display: grid;
  font-weight: 900;
  line-height: 1.2;
  overflow: hidden;
  padding: 1px;
  place-content: center;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
}
.image__info--1 > span {
  transform: rotate(-17deg);
}
.image__info--2 > span {
  transform: rotate(10deg);
}
.image__info--3 > span {
  padding-top: 2px;
  transform: rotate(-9deg);
}
.image__info--4 > span,
.image__info--5 > span {
  transform: rotate(18deg);
}
.image__btn {
  bottom: 0;
  position: absolute;
}
.content {
  bottom: 11vh;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translate(-50%);
  z-index: 3;
}
.active .content {
  opacity: 0;
  visibility: hidden;
}
.start-anim .content {
  pointer-events: none;
  visibility: hidden;
}
.start-anim2 .content {
  pointer-events: none;
  visibility: hidden;
}
.content__img {
  bottom: 100%;
  position: absolute;
}
.advants {
  background-color: #14a0ff;
  border-radius: 50%;
  color: #fff;
  display: grid;
  font-weight: 900;
  left: 50%;
  line-height: 1.2;
  overflow: hidden;
  padding: 1px;
  place-content: center;
  pointer-events: none;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%);
  visibility: hidden;
  z-index: 2;
}
.start-anim .advants {
  animation: hide 0.2s linear 5.05s forwards;
  visibility: visible;
}
.start-anim2 .advants {
  animation: hide 0.2s linear 3.05s forwards;
  visibility: visible;
}
.advant {
  background-color: #14a0ff;
  display: grid;
  height: 100%;
  inset: 0;
  padding: 5%;
  place-content: center;
  position: absolute;
  width: 100%;
}
.advant--5 {
  padding: 10%;
}
.start-anim .advant--5 {
  animation: visibility-hide 0s 0.8s forwards;
}
.start-anim .advant--4 {
  animation: visibility-hide 0s 1.7s forwards;
}
.start-anim .advant--3 {
  animation: visibility-hide 0s 2.6s forwards;
}
.start-anim .advant--2 {
  animation: visibility-hide 0s 3.6s forwards;
}
.start-anim2 .advant--5 {
  animation: visibility-hide 0s 0.6s forwards;
}
.start-anim2 .advant--4 {
  animation: visibility-hide 0s 1.2s forwards;
}
.start-anim2 .advant--3 {
  animation: visibility-hide 0s 1.8s forwards;
}
.start-anim2 .advant--1 {
  animation: visibility-hide 0s 2.5s forwards;
}
.overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.overlay-img {
  -o-object-fit: cover;
  object-fit: cover;
}
.modal,
.overlay-img {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.modal {
  background-color: rgba(0, 0, 0, 0.85);
  display: grid;
  opacity: 0;
  place-content: center;
  pointer-events: none;
  visibility: hidden;
  z-index: 2;
}
.active .modal {
  opacity: 1;
  visibility: visible;
  pointer-events: all;

}
.modal__box {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.77);
  display: grid;
  font-family: var(--font-button);
  font-style: italic;
  line-height: 1.2;
  place-content: center;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.modal__box:after,
.modal__box:before {
  content: "";
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.modal__box:before {
  background-color: #14a0ff;
}
.modal__box:after {
  background-color: #001a65;
}
.modal__box-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.modal__box-mark {
  color: #93e20b;
}
.modal__close {
  -webkit-appearance: none;
  background-color: transparent;
  background: #fff;
  border: none;
  border-radius: 0;
  border-radius: 50%;
  box-shadow: none;
  color: inherit;
  color: #000;
  cursor: pointer;
  display: grid;
  font: inherit;
  letter-spacing: inherit;
  margin: 0;
  overflow: visible;
  padding: 0;
  place-content: center;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  z-index: 1;
}
.modal__close:focus {
  outline: none;
}
.modal__close-inner {
  display: grid;
  height: 100%;
  inset: 0;
  place-content: center;
  position: absolute;
  width: 100%;
}
.modal__close-ic {
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 18%;
  position: absolute;
  width: 100%;
}
.start-anim .modal {
  animation: visibility-visible 0.2s 5.25s forwards;
}
.start-anim2 .modal {
  animation: visibility-visible 0.2s 3s forwards;
}
.content__desc{
  text-transform: uppercase;
}

.image__info--1,
.image__info--2,
.image__info--3,
.image__info--4,
.image__info--5 {
    white-space: break-spaces;
}

.advant--1,
.advant--2,
.advant--3,
.advant--4,
.advant--5 {
    white-space: break-spaces;
}

@media (orientation: landscape) and (min-width: 1px) {
  .btn__inner {
    font-size: 1.275vw;
    padding: 2px;
  }
  .btn__text {
    min-width: 17.5vw;
    padding: 1.25vw;
  }
  .btn--modal {
    font-size: 1.51094vw;
  }
  .btn--modal .btn__text {
    padding: 0.9375vw;
  }
  .main {
    background-image: url(../img/bg/1920x1080.png);
    background-image: -webkit-image-set(url("../img/bg/1920x1080.webp"));
  }
  .logos {
    padding-left: 7.8125vw;
    padding-right: 7.8125vw;
    top: 10vh;
  }
  .logo-xbet {
    max-height: 7.30556vh;
    max-width: 18.75vw;
  }
  .logo-aviator {
    max-height: 7.22222vh;
    max-width: 14.0625vw;
  }
  .elem--1 {
    left: 44.5%;
    max-height: 21.38889vh;
    max-width: 20vw;
    top: 11%;
  }
  .elem--2 {
    left: -3.5%;
    max-height: 33.05556vh;
    max-width: 32.8125vw;
    top: 22.5%;
  }
  .elem--3 {
    max-height: 56.38889vh;
    max-width: 39.0625vw;
    right: -11.5%;
    top: 23%;
  }
  .elem--4 {
    bottom: -27.5%;
    left: -7%;
  }
  .elem--5 {
    bottom: -24.5%;
    right: -8.5%;
  }
  .elem--moon {
    max-height: 38.61111vh;
    max-width: 21.71875vw;
    right: 2%;
    top: 16.5%;
  }
  .elem--plane {
    left: -2%;
    top: 73%;
  }
  .elem--plane > img {
    max-height: 13.33333vh;
    max-width: 11.5625vw;
  }
  .elem-4-img {
    max-width: 118.125vw;
  }
  .elem-5-img {
    max-width: 67.96875vw;
  }
  .explosion__start {
    max-height: 18.61111vh;
    max-width: 10.3125vw;
  }
  .explosion__end {
    max-height: 26.66667vh;
    max-width: 17.96875vw;
  }
  .image__info--1 {
    font-size: 1.40781vw;
    height: 9vw;
    width: 9vw;
  }
  .image__info--2 {
    font-size: 1.21406vw;
    height: 6.71875vw;
    width: 6.71875vw;
  }
  .image__info--3 {
    font-size: 0.8000313vw;
    height: 5.3125vw;
    width: 5.3125vw;
  }
  .image__info--4 {
    font-size: 1.6vw;
    height: 8.925vw;
    width: 8.925vw;
  }
  .image__info--5 {
    font-size: 1.6vw;
    height: 10.29375vw;
    width: 10.29375vw;
  }
  .image__img {
    width: 31.25vw;
  }
  .content__img {
    max-height: 21.94444vh;
    max-width: 18.90625vw;
  }
  .content__desc {
    font-size: 1.3125vw;
    margin-top: 1.25vw;
  }
  .advants {
    bottom: 11.5vh;
    height: 11.5625vw;
    width: 11.5625vw;
  }
  .advant--5 {
    font-size: 1.8vw;
  }
  .advant--4 {
    font-size: 1.8vw;
  }
  .advant--3 {
    font-size: 1.8vw;
  }
  .advant--2 {
    font-size: 1.8vw;
  }
  .advant--1 {
    font-size: 1.8vw;
  }
  .modal__box {
    padding: 5%;
    width: 42.5vw;
  }
  .modal__box:before {
    transform: skewX(-10deg) rotate(2deg);
  }
  .modal__box-inner {
    gap: 1.875vw;
  }
  .modal__box-title {
    font-size: 2.12344vw;
  }
  .modal__box-desc {
    font-size: 1.8375vw;
  }
  .modal__box-mark {
    font-size: 2.71875vw;
  }
}
@media (orientation: portrait) and (min-width: 1px) {
  .btn__inner {
    font-size: 3.09687vw;
    padding: 3px;
  }
  .btn__text {
    min-width: 40vw;
    padding: 2.5vw;
  }
  .main {
    background-image: url(../img/bg/320x568.png);
    background-image: -webkit-image-set(url("../img/bg/320x568.webp"));
  }
  .logos {
    padding-left: 16.25vw;
    padding-right: 16.25vw;
    top: 13.38028vh;
  }
  .logo-xbet {
    max-height: 2.8169vh;
    max-width: 22.5vw;
  }
  .logo-aviator {
    max-height: 2.8169vh;
    max-width: 19.6875vw;
  }
  .elem--1 {
    left: 34%;
    max-height: 9.82143vh;
    max-width: 35.2657vw;
    top: 22.5%;
  }
  .elem--2 {
    left: -16%;
    max-height: 13.72768vh;
    max-width: 52.89855vw;
    top: 29.5%;
  }
  .elem--3 {
    max-height: 23.99554vh;
    max-width: 64.25121vw;
    right: -46%;
    top: 25.5%;
  }
  .elem--4 {
    bottom: -10%;
    left: -29%;
  }
  .elem--5 {
    bottom: -5.5%;
    left: -9.5%;
  }
  .elem--moon {
    max-height: 17.85714vh;
    max-width: 38.64734vw;
    right: -21%;
    top: 21%;
  }
  .elem--plane {
    left: -20%;
    top: 70%;
  }
  .elem--plane > img {
    max-height: 11.09155vh;
    max-width: 32.1875vw;
  }
  .elem-4-img {
    max-width: 143.125vw;
  }
  .elem-5-img {
    max-width: 120.625vw;
  }
  .explosion__start {
    max-height: 17.60563vh;
    max-width: 31.25vw;
  }
  .explosion__end {
    max-height: 24.82394vh;
    max-width: 54.375vw;
  }
  .image__info--1 {
    font-size: 2.5vw;
    height: 15vw;
    left: -10vw;
    top: 15vw;
    width: 15vw;
  }
  .image__info--2 {
    font-size: 2.6625vw;
    height: 13.75vw;
    left: -1vw;
    top: -4vw;
    width: 13.75vw;
  }
  .image__info--3 {
    font-size: 2.10625vw;
    height: 13.75vw;
    left: 18vw;
    top: -3vw;
    width: 13.75vw;
  }
  .image__info--4 {
    font-size: 2.5vw;
    height: 17vw;
    right: 28vw;
    top: -20vw;
    width: 17vw;
  }
  .image__info--5 {
    font-size: 2.95vw;
    height: 22vw;
    right: -3vw;
    top: -30vw;
    width: 22vw;
  }
  .image__pic {
    transform: translate(0.5vw, -2vh);
  }
  .image__img {
    width: 75vw;
  }
  .content {
    bottom: 12vh;
  }
  .content__img {
    max-height: 15.84507vh;
    max-width: 43.125vw;
  }
  .content__desc {
    font-size: 3.00312vw;
    margin-top: 1.5625vw;
  }
  .advants {
    bottom: 9.5vh;
    height: 27.27813vw;
    width: 27.27813vw;
  }
  .advant--5 {
    font-size: 4.2vw;
  }
  .advant--4 {
    font-size: 4.2vw;
  }
  .advant--3 {
    font-size: 4.2vw;
  }
  .advant--2 {
    font-size: 4.2vw;
  }
  .advant--1 {
    font-size: 4.2vw;
  }
  .modal__box {
    padding: 25.6% 5%;
    width: 65.70048vw;
  }
  .modal__box:before {
    transform: skewX(-2deg) rotate(4deg);
  }
  .modal__box-inner {
    gap: 4.83092vw;
  }
  .modal__box-desc,
  .modal__box-title {
    font-size: 5.31401vw;
  }
  .modal__box-mark {
    font-size: 5.85749vw;
  }
}
@media (orientation: portrait) and (min-width: 414px) {
  .image__pic {
    transform: translate(0.5vw, -2vh);
}
  .btn__inner {
    font-size: 4.36957vw;
    padding: 4px;
  }
  .btn__text {
    min-width: 48.30918vw;
    padding: 2.657vw;
  }
  .main {
    background-image: -webkit-image-set(url("../img/bg/414x896.webp"));
  }
  .logos {
    padding-left: 8.21256vw;
    padding-right: 8.21256vw;
    top: 11.38393vh;
  }
  .logo-xbet {
    max-height: 2.79018vh;
    max-width: 27.53623vw;
  }
  .logo-aviator {
    max-height: 3.34507vh;
    max-width: 23.4375vw;
  }
  .elem--4 {
    bottom: -10%;
    left: -46.5%;
  }
  .elem--5 {
    bottom: -5.5%;
    left: -22.5%;
  }
  .elem-4-img {
    max-width: 174.87923vw;
  }
  .elem-5-img {
    max-width: 147.10145vw;
  }
  /* .image__info--1 {
    font-size: 2.14251vw;
    height: 11.52657vw;
    left: -7vw;
    top: 16vw;
    width: 11.52657vw;
  }
  .image__info--2 {
    font-size: 1.7vw;
    height: 10vw;
    left: 4vw;
    top: 5vw;
    width: 10vw;
  }
  .image__info--3 {
    font-size: 1.7vw;
    height: 11vw;
    left: 17vw;
    top: -2vw;
    width: 11vw;
  }
  .image__info--4 {
    font-size: 2.3vw;
    height: 13.52657vw;
    right: 12vw;
    top: -14vw;
    width: 13.52657vw;
  }
  .image__info--5 {
    font-size: 2.5vw;
    height: 14vw;
    right: -5vw;
    top: -3vw;
    width: 14vw;
  } */
  .content {
    bottom: 11vh;
  }
  .content__img {
    max-height: 15.73661vh;
    max-width: 52.657vw;
  }
  .content__desc {
    font-size: 3.65942vw;
    margin-top: 2.89855vw;
  }
}
@media (orientation: portrait) and (min-width: 500px) {
  .btn__inner {
    font-size: 12px;
  }
  .btn__text {
    min-width: 155px;
    padding: 10px;
  }
  .main {
    background-image: -webkit-image-set(url("../img/bg/1024x1366.webp"));
  }
  .elem--4 {
    bottom: -15%;
    left: -31%;
  }
  .elem--5 {
    bottom: -8.5%;
    left: -9.5%;
  }
  .elem--plane > img {
    max-height: 11.347vh;
    max-width: 25.09766vw;
  }
  .explosion__start {
    max-height: 18.2284vh;
    max-width: 24.60938vw;
  }
  .explosion__end {
    max-height: 26.57394vh;
    max-width: 42.57812vw;
  }
  /* .image__inner {
    transform: translate(-3%, -3%);
    width: 120%;
  }
  .image__info {
    transform: scale(0.6);
  }
  .image__pic {
    transform: translate(0.5vw, -2vh) scale(0.8);
  } */
  .content {
    bottom: 17vh;
  }
  .content__img {
    max-height: 13.10395vh;
    max-width: 27.14844vw;
  }
  .content__desc {
    font-size: 14px;
    margin-top: 15px;
  }
  .image__info--1 {
    font-size: 2.4vw;
    height: 15vw;
    left: -10vw;
    top: 15vw;
    width: 15vw;
  }
  .image__info--2 {
    font-size: 2.5625vw;
    height: 13.75vw;
    left: -1vw;
    top: -4vw;
    width: 13.75vw;
  }
  .image__info--3 {
    font-size: 2.20625vw;
    height: 13.75vw;
    left: 18vw;
    top: -3vw;
    width: 13.75vw;
  }
  .image__info--4 {
    font-size: 2.6vw;
    height: 17vw;
    right: 28vw;
    top: -20vw;
    width: 17vw;
  }
  .image__info--5 {
    font-size: 3.2vw;
    height: 22vw;
    right: -3vw;
    top: -30vw;
    width: 22vw;
  }
}
@media (orientation: portrait) and (min-width: 700px) {
  .btn__inner {
    font-size: 18.72px;
    padding: 5px;
  }
  .btn__text {
    min-width: 260px;
    padding: 18px;
  }
  .content__desc {
    font-size: 19.28px;
  }
  .image{
    transform: scale(0.7);
  }
}
@media (orientation: landscape) and (min-width: 940px) and (min-height: 1px) {
  .btn__inner {
    font-size: 1.36719vw;
    padding: 5px;
  }
  .btn__text {
    min-width: 18.55469vw;
    padding: 1.07422vw;
  }
  .content__img {
    max-height: 35.864vh;
    max-width: 31.25vw;
    transform: translate(-22%, 2%);
  }
  .content__desc {
    font-size: 1.46484vw;
  }
}
@media (orientation: portrait) and (min-width: 992px) {
  .image__inner {
    width: 100%;
  }
  .image__info,
  .image__inner {
    transform: none;
  }
}
@media (orientation: portrait) and (min-width: 992px) and (min-height: 1300px) {
  .logos {
    padding-left: 21.48438vw;
    padding-right: 21.48438vw;
    top: 18.2284vh;
  }
  .logo-xbet {
    max-height: 2.34261vh;
    max-width: 14.16016vw;
  }
  .logo-aviator {
    max-height: 2.41581vh;
    max-width: 12.40234vw;
  }
  .image__img {
    width: 70vw;
}
  .image__info--1 {
    font-size: 2.2621vw;
    height: 14.12891vw;
    left: -14vw;
    top: 14vw;
    width: 14.12891vw;
  }
  .image__info--2 {
    font-size: 1.9vw;
    height: 11vw;
    left: 4vw;
    top: 2vw;
    width: 11vw;
  }
  .image__info--3 {
    font-size: 1.9vw;
    height: 14vw;
    left: 20vw;
    top: -2vw;
    width: 14vw;
  }
  .image__info--4 {
    font-size: 2.5vw;
    height: 16vw;
    right: 18vw;
    top: -22vw;
    width: 16vw;
  }
  .image__info--5 {
    font-size: 2.5vw;
    height: 18vw;
    right: -13vw;
    top: -10vw;
    width: 18vw;
  }
  .image__pic {
    transform: translate(0.5vw, -4vh) scale(1.04);
  }
}
@media (orientation: landscape) and (min-width: 1600px) {
  .btn__inner {
    padding: 11px;
  }
}
@media (orientation: landscape) {
  @keyframes cloud-1 {
    0% {
      transform: translate(0);
    }
    25% {
      transform: translate(-1.09375vw, 5vh);
    }
    50% {
      transform: translate(-2.34375vw, 10vh);
    }
    75% {
      transform: translate(-3.75vw, 15.27778vh);
    }
    to {
      transform: translate(-5.15625vw, 20vh);
    }
  }
  @keyframes cloud-2 {
    0% {
      transform: translate(0);
    }
    25% {
      transform: translate(-1.09375vw, 5vh);
    }
    50% {
      transform: translate(-2.34375vw, 10vh);
    }
    75% {
      transform: translate(-3.75vw, 15.27778vh);
    }
    to {
      transform: translate(-5.15625vw, 20vh);
    }
  }
  @keyframes cloud-3 {
    0% {
      transform: translate(0);
    }
    25% {
      transform: translate(-2.96875vw, 5.83333vh);
    }
    50% {
      transform: translate(-5.9375vw, 11.94444vh);
    }
    75% {
      transform: translate(-9.0625vw, 17.77778vh);
    }
    to {
      transform: translate(-12.03125vw, 23.61111vh);
    }
  }
  @keyframes cloud-4 {
    0% {
      transform: translate(0);
    }
    25% {
      transform: translate(-1.5625vw, 7.77778vh);
    }
    50% {
      transform: translate(-3.59375vw, 14.44444vh);
    }
    75% {
      transform: translate(-5.46875vw, 21.11111vh);
    }
    to {
      transform: translate(-7.65625vw, 29.16667vh);
    }
  }
  @keyframes cloud-5 {
    0% {
      transform: translate(0);
    }
    25% {
      transform: translate(-1.5625vw, 7.77778vh);
    }
    50% {
      transform: translate(-3.59375vw, 14.44444vh);
    }
    75% {
      transform: translate(-4.84375vw, 21.94444vh);
    }
    to {
      transform: translate(-6.71875vw, 29.16667vh);
    }
  }
  @keyframes plane {
    0% {
      transform: translate(0) scale(1) rotate(0deg);
    }
    25% {
      transform: translate(12.5vw, -11.11111vh) scale(1) rotate(-2deg);
    }
    50% {
      transform: translate(28.59375vw, -20.27778vh) scale(1.25) rotate(-2deg);
    }
    75% {
      transform: translate(44.84375vw, -29.44444vh) scale(1.55) rotate(0deg);
    }
    to {
      transform: translate(61.25vw, -38.33333vh) scale(1.8) rotate(2deg);
    }
  }
  @keyframes plane2 {
    0% {
      transform: translate(0) scale(1) rotate(0deg);
    }

    to {
      transform: translate(28.59375vw, -20.27778vh) scale(1.25) rotate(-2deg);
    }
  }
  @keyframes moon {
    0% {
      transform: translate(0);
    }
    25% {
      transform: translate(-2.96875vw, 6.11111vh);
    }
    50% {
      transform: translate(-6.09375vw, 11.94444vh);
    }
    75% {
      transform: translate(-9.0625vw, 17.77778vh);
    }
    to {
      transform: translate(-12.1875vw, 23.88889vh);
    }
  }
  .image__info--1 {
    left: -10vw;
    top: 10vw;
  }
  .image__info--2 {
    left: 0vw;
    top: 2vw;
  }
  .image__info--3 {
    left: 13vw;
    padding: 3%;
    top: -2vw;
  }
  .image__info--4 {
    right: -1vw;
    top: -9vw;
  }
  .image__info--5 {
    right: -11vw;
    top: 5vw;
  }
  .overlay {
    height: 43vh;
  }
  .modal__close {
    height: 2.5vw;
    width: 2.5vw;
  }
}
@media (orientation: portrait) {
  @keyframes cloud-1 {
    0% {
      transform: translate(0);
    }
    20% {
      transform: translate(-4.83092vw, -0.11161vh);
    }
    40% {
      transform: translate(-9.66184vw, 0.11161vh);
    }
    60% {
      transform: translate(-14.7343vw, 0.22321vh);
    }
    80% {
      transform: translate(-19.32367vw, 0.55804vh);
    }
    to {
      transform: translate(-26.81159vw, 0.89286vh);
    }
  }
  @keyframes cloud-2 {
    0% {
      transform: translate(0);
    }
    20% {
      transform: translate(4.10628vw, 1.00446vh);
    }
    40% {
      transform: translate(8.45411vw, 1.78571vh);
    }
    60% {
      transform: translate(13.28502vw, 2.56696vh);
    }
    80% {
      transform: translate(17.63285vw, 3.57143vh);
    }
    to {
      transform: translate(24.63768vw, 4.6875vh);
    }
  }
  @keyframes cloud-3 {
    0% {
      transform: translate(0);
    }
    20% {
      transform: translate(-6.03865vw, 1.00446vh);
    }
    40% {
      transform: translate(-10.86957vw, 1.67411vh);
    }
    60% {
      transform: translate(-15.94203vw, 2.56696vh);
    }
    80% {
      transform: translate(-21.49758vw, 3.23661vh);
    }
    to {
      transform: translate(-28.98551vw, 4.46429vh);
    }
  }
  @keyframes cloud-4 {
    0% {
      transform: translate(0);
    }
    20% {
      transform: translate(6.76329vw, 1.45089vh);
    }
    40% {
      transform: translate(14.00966vw, 2.79018vh);
    }
    60% {
      transform: translate(21.73913vw, 4.35268vh);
    }
    80% {
      transform: translate(28.74396vw, 5.91518vh);
    }
    to {
      transform: translate(39.61353vw, 7.92411vh);
    }
  }
  @keyframes cloud-5 {
    0% {
      transform: translate(0);
    }
    20% {
      transform: translate(-3.38164vw, 1.00446vh);
    }
    40% {
      transform: translate(-6.52174vw, 2.00893vh);
    }
    60% {
      transform: translate(-9.90338vw, 2.90179vh);
    }
    80% {
      transform: translate(-12.80193vw, 3.90625vh);
    }
    to {
      transform: translate(-17.63285vw, 5.46875vh);
    }
  }
  @keyframes plane {
    0% {
      transform: translate(0) rotate(12deg) scale(1);
    }
    25% {
      transform: translate(46.8599vw, -16.51786vh) rotate(12deg) scale(2.1);
    }
    40% {
      transform: translate(55.31401vw, -13.28125vh) rotate(21deg) scale(2.2);
    }
    60% {
      transform: translate(53.38164vw, -21.42857vh) rotate(13deg) scale(2.2);
    }
    70% {
      transform: translate(54.58937vw, -17.74554vh) rotate(20deg) scale(2.2);
    }
    80% {
      transform: translate(53.86473vw, -14.84375vh) rotate(18deg) scale(2.2);
    }
    95% {
      transform: translate(54.34783vw, -19.64286vh) rotate(18deg) scale(2.2);
    }
    to {
      transform: translate(57.72947vw, -21.65179vh) rotate(13deg) scale(2.2);
    }
  }
  @keyframes plane2 {
    0% {
      transform: translate(0) rotate(12deg) scale(1);
    }
    25% {
      transform: translate(46.8599vw, -16.51786vh) rotate(12deg) scale(2.1);
    }
    40% {
      transform: translate(55.31401vw, -13.28125vh) rotate(21deg) scale(2.2);
    }
    60% {
      transform: translate(53.38164vw, -21.42857vh) rotate(13deg) scale(2.2);
    }
    70% {
      transform: translate(54.58937vw, -17.74554vh) rotate(20deg) scale(2.2);
    }
    80% {
      transform: translate(53.86473vw, -14.84375vh) rotate(18deg) scale(2.2);
    }
    95% {
      transform: translate(54.34783vw, -19.64286vh) rotate(18deg) scale(2.2);
    }
    to {
      transform: translate(57.72947vw, -21.65179vh) rotate(13deg) scale(2.2);
    }
  }
  @keyframes moon {
    0% {
      transform: translate(0);
    }
    20% {
      transform: translate(-1.44928vw, 0.44643vh);
    }
    40% {
      transform: translate(-3.62319vw, 0.66964vh);
    }
    60% {
      transform: translate(-5.31401vw, 0.78125vh);
    }
    80% {
      transform: translate(-6.76329vw, 1.00446vh);
    }
    to {
      transform: translate(-9.66184vw, 1.33929vh);
    }
  }
  .elem--1,
  .elem--2,
  .elem--3,
  .elem--4,
  .elem--5,
  .elem--moon {
    animation-duration: 5.5s;
  }
  .elem--5 {
    z-index: 1;
  }
  .elem--plane > img {
    transform: rotate(-17deg);
  }
  .overlay {
    height: 50vh;
  }
  .modal__close {
    height: 10.38647vw;
    width: 10.38647vw;
  }
}
.modal__box-inner--second{
  display: none;
}

.start-anim .modal__box-inner{
  display: none;
}
.start-anim .modal__box-inner--second{
  display: flex;
}
