
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
:root {
  --font-main: "SF Pro Display", sans-serif;
  --color-white: #fff;
  --color-red: red;
  --color-bg: #020617;
  --translate-value: 10px;
  --fire-default-value: 339px;
  --fire-changed-value: 383px;
  --flame-default-value: 0;
  --flame-changed-value: 0;
}
:root:lang(hi) {
  --font-main: "Poppins", sans-serif;
}

.header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .header {
    padding: 40px 20px;
  }
}
@media (min-width: 1440px) {
  .header {
    padding: 40px;
  }
}
@media (min-width: 1920px) {
  .header {
    padding: 40px 260px;
  }
}
.logo {
  font-size: 0;
}
.plane {
  /* animation-duration: 3.4s; */
  animation-iteration-count: infinite;
  animation-name: fly;
  animation-timing-function: ease-in-out;
  background-image: -webkit-image-set(
    url(../images/plane-mobile.webp) 1x,
    url(../images/plane-mobile@2x.webp) 2x,
    url(../images/plane-mobile@3x.webp) 3x
  );
  background-image: image-set(
    url(../images/plane-mobile.webp) 1x,
    url(../images/plane-mobile@2x.webp) 2x,
    url(../images/plane-mobile@3x.webp) 3x
  );
  background-image: -webkit-image-set(
    url(../images/plane-mobile@2x.avif) 1x,
    url(../images/plane-mobile@2x.avif) 2x,
    url(../images/plane-mobile@2x.avif) 3x
  );
  background-image: image-set(
    url(../images/plane-mobile@2x.avif) 1x,
    url(../images/plane-mobile@2x.avif) 2x,
    url(../images/plane-mobile@3x.avif) 3x
  );
  background-repeat: no-repeat;
  height: 203px;
  width: 420px;
}
@media (min-width: 768px) {
  .plane {
    --translate-value: 3px;
    background-image: -webkit-image-set(
      url(../images/plane-tablet-768.webp) 1x,
      url(../images/plane-tablet-768@2x.webp) 2x,
      url(../images/plane-tablet-768@3x.webp) 3x
    );
    background-image: image-set(
      url(../images/plane-tablet-768.webp) 1x,
      url(../images/plane-tablet-768@2x.webp) 2x,
      url(../images/plane-tablet-768@3x.webp) 3x
    );
    background-image: -webkit-image-set(
      url(../images/plane-tablet-768.avif) 1x,
      url(../images/plane-tablet-768@2x.avif) 2x,
      url(../images/plane-tablet-768@3x.avif) 3x
    );
    background-image: image-set(
      url(../images/plane-tablet-768.avif) 1x,
      url(../images/plane-tablet-768@2x.avif) 2x,
      url(../images/plane-tablet-768@3x.avif) 3x
    );
    height: 339px;
    width: 700px;
  }
}
@media (min-width: 1024px) {
  .plane {
    --translate-value: -20px;
    position: absolute;
    right: -175px;
    top: 95px;
  }
}
@media (min-width: 1440px) {
  .plane {
    --translate-value: 15px;
    background-image: -webkit-image-set(
      url(../images/plane-laptop.webp) 1x,
      url(../images/plane-laptop@2x.webp) 2x,
      url(../images/plane-laptop@3x.webp) 3x
    );
    background-image: image-set(
      url(../images/plane-laptop.webp) 1x,
      url(../images/plane-laptop@2x.webp) 2x,
      url(../images/plane-laptop@3x.webp) 3x
    );
    background-image: -webkit-image-set(
      url(../images/plane-laptop.avif) 1x,
      url(../images/plane-laptop@2x.avif) 2x,
      url(../images/plane-laptop@3x.avif) 3x
    );
    background-image: image-set(
      url(../images/aviator.png) 1x,
      url(../images/aviator.png) 2x,
      url(../images/aviator.png) 3x
    );
    height: 768px;
    right: -240px;
    top: 47px;
    width: 1079px;
    background-size: 890px;
  }
}
@media (min-width: 1920px) {
  .plane {
    --translate-value: 11px;
    right: -99px;
  }
}
@keyframes fly {
  0%,
  to {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(var(--translate-value)) rotate(2deg);
  }
}
.text_size_xxl {
  font-size: 80px;
  line-height: 1;
}
@media (min-width: 768px) {
  .text_size_xxl {
    font-size: 140px;
  }
}
@media (min-width: 1440px) {
  .text_size_xxl {
    font-size: 200px;
  }
}
.text_size_md {
  font-size: 20px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .text_size_md {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .text_size_md {
    font-size: 27px;
  }
}
.text_theme_with_shadow {
  -webkit-text-stroke-width: 2px;
  /* -webkit-text-stroke-color: var(--color-red); */
  /* text-shadow: 0 0 4px #d3032a, 0 0 24px #d3032a, 0 0 24px #d3032a; */
}
@media (min-width: 768px) {
  .text_theme_with_shadow {
    -webkit-text-stroke-width: 3px;
  }
}
@media (min-width: 1440px) {
  .text_theme_with_shadow {
    -webkit-text-stroke-width: 5px;
  }
}
.text_theme_white {
  color: var(--color-white);
}
.text_weight_black {
  font-weight: 900;
}
.text_weight_regular {
  font-weight: 400;
}
.text_is_uppercase {
  text-transform: uppercase;
}
.text_is_italic {
  font-style: italic;
}
.link {
  border-radius: 70px;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: box-shadow, opacity;
  transition-timing-function: ease-in-out;
}
.link_theme_red {
  background-color: var(--color-red);
  color: var(--color-white);
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  letter-spacing: 0.02em;
  margin: 0 0 15px;
  background: linear-gradient(to right, rgba(255, 241, 120, 1) 50%, rgba(232, 137, 26, 1) 100%);
  /* -webkit-background-clip: text; */
  /* background-clip: text; */
  color: #000;
}
.link_theme_red:hover {
  box-shadow: 0 0 23px #fc1010;
}
.link_theme_red:active {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .link_theme_red {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .link_theme_red {
    font-size: 24px;
  }
}
.link_size_md {
  padding: 21px 15px;
}
@media (min-width: 768px) {
  .link_size_md {
    padding: 25px 15px;
  }
}
@media (min-width: 1440px) {
  .link_size_md {
    padding: 30px 15px;
  }
}
.link_is_uppercase {
  text-transform: uppercase;
}
.link_is_italic {
  font-style: italic;
}
.link_weight_extrabold {
  font-weight: 800;
}
.link_animation_pulse {
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: pulse;
  animation-timing-function: ease-in-out;
  overflow: hidden;
  position: relative;
}
.link__highlight {
  animation-duration: 1.7s;
  animation-iteration-count: infinite;
  animation-name: highlight;
  animation-timing-function: ease-in-out;
  display: flex;
  gap: 20px;
  height: 100%;
  position: absolute;
  right: 0;
  top: -80px;
  transform: translateX(-100%);
  width: 100%;
  z-index: -1;
}
.link__highlight:after,
.link__highlight:before {
  background-color: var(--color-white);
  content: "";
  height: 500%;
  opacity: 0.3;
  transform: rotate(45deg);
}
.link__highlight:before {
  width: 40px;
}
.link__highlight:after {
  width: 10px;
}
@keyframes highlight {
  0% {
    transform: translateX(-150%);
  }
  to {
    transform: translateX(150%);
  }
}
@keyframes pulse {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.main {
  overflow: hidden;
  padding: 0 0 145px;
}
@media (min-width: 1024px) {
  .main {
    display: flex;
    /* padding: 70px 0 210px; */
    position: relative;
  }
}
@media (min-width: 1440px) {
  .main {
    padding: 0;
  }
}
@media (min-width: 1920px) {
  .main {
    padding: 60px 0 300px;
  }
}
.main__plane {
  margin: 0 auto 14px;
}
@media (min-width: 768px) {
  .main__plane {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .main__plane {
    margin: 0;
  }
}
.main__content {
  margin: 0 auto!important;
  max-width: 320px;
  padding: 0 9px;
}
@media (min-width: 768px) {
  .main__content {
    max-width: 530px;
    padding: 0;
    transform: translateY(-30px);
  }
}
@media (min-width: 1024px) {
  .main__content {
    margin: 0;
    max-width: 570px;
    padding: 0 20px;
    transform: translateY(0);
  }
}
@media (min-width: 1440px) {
  .main__content {
    max-width: 755px;
  }
}
@media (min-width: 1920px) {
  .main__content {
    margin: 0 0 0 260px;
    padding: 0;
  }
}
.main__title {
  font-size: inherit;
  margin: 0 0 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .main__title {
    margin: 0 0 60px;
  }
}
@media (min-width: 1440px) {
  .main__title {
    margin: 0 0 30px;
  }
}
.main__sum {
  display: inline-block;
  letter-spacing: 0.02em;
  margin: 0 0 15px;
  background: rgb(255,241,120);
  background: radial-gradient(circle, rgba(255,241,120,1) 50%, rgba(232,137,26,1) 100%);
  display: inline-block;
  letter-spacing: 0.02em;
  margin: 0 0 15px;
  background: linear-gradient(to right, rgba(255, 241, 120, 1) 50%, rgba(232, 137, 26, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (min-width: 768px) {
  .main__sum {
    margin: 0 0 22px;
  }
}
@media (min-width: 1440px) {
  .main__sum {
    margin: 0 0 27px;
  }
}
.main__text {
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .main__text {
    display: inline-block;
    max-width: 400px;
  }
}
.main__link {
  cursor: pointer;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .main__link {
    margin: 0 auto;
    max-width: 310px;
  }
}
@media (min-width: 1440px) {
  .main__link {
    max-width: 368px;
  }
}
.body {
  background-color: #3f0011;
  position: relative;
  background-size: cover;
  background-position: 0 -110px;
  max-height: 100vh;
}
@supports (min-height: 100dvh) {
  .body {
  }
}
.body__lights {
  overflow: hidden;
  right: 0;
  top: 0;
  z-index: -5;
}
.body__fire,
.body__lights {
  bottom: 0;
  left: 0;
  position: absolute;
}
.body__fire {
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-name: fire;
  animation-timing-function: ease-in-out;
  background-image: -webkit-image-set(
    url(../images/fire-mobile.webp) 1x,
    url(../images/fire-mobile@2x.webp) 2x,
    url(../images/fire-mobile@3x.webp) 3x
  );
  background-image: image-set(
    url(../images/fire-mobile.webp) 1x,
    url(../images/fire-mobile@2x.webp) 2x,
    url(../images/fire-mobile@3x.webp) 3x
  );
  background-image: -webkit-image-set(
    url(../images/fire-mobile.avif) 1x,
    url(../images/fire-mobile@2x.avif) 2x,
    url(../images/fire-mobile@3x.avif) 3x
  );
  background-image: image-set(
    url(../images/fire-mobile.avif) 1x,
    url(../images/fire-mobile@2x.avif) 2x,
    url(../images/fire-mobile@3x.avif) 3x
  );
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 339px;
  mix-blend-mode: screen;
  width: 100%;
  z-index: -4;
}
@media (min-width: 768px) {
  .body__fire {
    --fire-changed-value: 365px;
    background-image: -webkit-image-set(
      url(../images/fire-tablet-768.webp) 1x,
      url(../images/fire-tablet-768@2x.webp) 2x,
      url(../images/fire-tablet-768@3x.webp) 3x
    );
    background-image: image-set(
      url(../images/fire-tablet-768.webp) 1x,
      url(../images/fire-tablet-768@2x.webp) 2x,
      url(../images/fire-tablet-768@3x.webp) 3x
    );
    background-image: -webkit-image-set(
      url(../images/fire-tablet-768.avif) 1x,
      url(../images/fire-tablet-768@2x.avif) 2x,
      url(../images/fire-tablet-768@3x.avif) 3x
    );
    background-image: image-set(
      url(../images/fire-tablet-768.avif) 1x,
      url(../images/fire-tablet-768@2x.avif) 2x,
      url(../images/fire-tablet-768@3x.avif) 3x
    );
  }
}
@media (min-width: 1024px) {
  .body__fire {
    --fire-changed-value: 349px;
    background-image: -webkit-image-set(
      url(../images/fire-tablet-1024.webp) 1x,
      url(../images/fire-tablet-1024@2x.webp) 2x,
      url(../images/fire-tablet-1024@3x.webp) 3x
    );
    background-image: image-set(
      url(../images/fire-tablet-1024.webp) 1x,
      url(../images/fire-tablet-1024@2x.webp) 2x,
      url(../images/fire-tablet-1024@3x.webp) 3x
    );
    background-image: -webkit-image-set(
      url(../images/fire-tablet-1024.avif) 1x,
      url(../images/fire-tablet-1024@2x.avif) 2x,
      url(../images/fire-tablet-1024@3x.avif) 3x
    );
    background-image: image-set(
      url(../images/fire-tablet-1024.avif) 1x,
      url(../images/fire-tablet-1024@2x.avif) 2x,
      url(../images/fire-tablet-1024@3x.avif) 3x
    );
  }
}
@media (min-width: 1440px) {
  .body__fire {
    --fire-default-value: 484px;
    --fire-changed-value: 499px;
    background-image: -webkit-image-set(
      url(../images/fire-laptop.webp) 1x,
      url(../images/fire-laptop@2x.webp) 2x,
      url(../images/fire-laptop@3x.webp) 3x
    );
    background-image: image-set(
      url(../images/fire-laptop.webp) 1x,
      url(../images/fire-laptop@2x.webp) 2x,
      url(../images/fire-laptop@3x.webp) 3x
    );
    background-image: -webkit-image-set(
      url(../images/fire-laptop.avif) 1x,
      url(../images/fire-laptop@2x.avif) 2x,
      url(../images/fire-laptop@3x.avif) 3x
    );
    background-image: image-set(
      url(../images/fire-laptop.avif) 1x,
      url(../images/fire-laptop@2x.avif) 2x,
      url(../images/fire-laptop@3x.avif) 3x
    );
    height: 484px;
  }
}
@media (min-width: 1920px) {
  .body__fire {
    --fire-default-value: 558px;
    --fire-changed-value: 593px;
    background-image: -webkit-image-set(
      url(../images/fire-desktop.webp) 1x,
      url(../images/fire-desktop@2x.webp) 2x,
      url(../images/fire-desktop@3x.webp) 3x
    );
    background-image: image-set(
      url(../images/fire-desktop.webp) 1x,
      url(../images/fire-desktop@2x.webp) 2x,
      url(../images/fire-desktop@3x.webp) 3x
    );
    background-image: -webkit-image-set(
      url(../images/fire-desktop.avif) 1x,
      url(../images/fire-desktop@2x.avif) 2x,
      url(../images/fire-desktop@3x.avif) 3x
    );
    background-image: image-set(
      url(../images/fire-desktop.avif) 1x,
      url(../images/fire-desktop@2x.avif) 2x,
      url(../images/fire-desktop@3x.avif) 3x
    );
    height: 558px;
  }
}
.body__smoke {
  bottom: 0;
  left: 0;
  mix-blend-mode: color-dodge;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -5;
}
.body__smoke:after {
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-name: smoke;
  animation-timing-function: ease-in-out;
  background-image: -webkit-image-set(
    url(../images/smoke-mobile.webp) 1x,
    url(../images/smoke-mobile@2x.webp) 2x,
    url(../images/smoke-mobile@3x.webp) 3x
  );
  background-image: image-set(
    url(../images/smoke-mobile.webp) 1x,
    url(../images/smoke-mobile@2x.webp) 2x,
    url(../images/smoke-mobile@3x.webp) 3x
  );
  background-image: -webkit-image-set(
    url(../images/smoke-mobile.avif) 1x,
    url(../images/smoke-mobile@2x.avif) 2x,
    url(../images/smoke-mobile@3x.avif) 3x
  );
  background-image: image-set(
    url(../images/smoke-mobile.avif) 1x,
    url(../images/smoke-mobile@2x.avif) 2x,
    url(../images/smoke-mobile@3x.avif) 3x
  );
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .body__smoke:after {
    background-image: -webkit-image-set(
      url(../images/smoke-tablet-768.webp) 1x,
      url(../images/smoke-tablet-768@2x.webp) 2x,
      url(../images/smoke-tablet-768@3x.webp) 3x
    );
    background-image: image-set(
      url(../images/smoke-tablet-768.webp) 1x,
      url(../images/smoke-tablet-768@2x.webp) 2x,
      url(../images/smoke-tablet-768@3x.webp) 3x
    );
    background-image: -webkit-image-set(
      url(../images/smoke-tablet-768.avif) 1x,
      url(../images/smoke-tablet-768@2x.avif) 2x,
      url(../images/smoke-tablet-768@3x.avif) 3x
    );
    background-image: image-set(
      url(../images/smoke-tablet-768.avif) 1x,
      url(../images/smoke-tablet-768@2x.avif) 2x,
      url(../images/smoke-tablet-768@3x.avif) 3x
    );
  }
}
@media (min-width: 1024px) {
  .body__smoke:after {
    background-image: -webkit-image-set(
      url(../images/smoke-tablet-1024.webp) 1x,
      url(../images/smoke-tablet-1024@2x.webp) 2x,
      url(../images/smoke-tablet-1024@3x.webp) 3x
    );
    background-image: image-set(
      url(../images/smoke-tablet-1024.webp) 1x,
      url(../images/smoke-tablet-1024@2x.webp) 2x,
      url(../images/smoke-tablet-1024@3x.webp) 3x
    );
    background-image: -webkit-image-set(
      url(../images/smoke-tablet-1024.avif) 1x,
      url(../images/smoke-tablet-1024@2x.avif) 2x,
      url(../images/smoke-tablet-1024@3x.avif) 3x
    );
    background-image: image-set(
      url(../images/smoke-tablet-1024.avif) 1x,
      url(../images/smoke-tablet-1024@2x.avif) 2x,
      url(../images/smoke-tablet-1024@3x.avif) 3x
    );
  }
}
@media (min-width: 1440px) {
  .body__smoke:after {
    background-image: -webkit-image-set(
      url(../images/smoke-laptop.webp) 1x,
      url(../images/smoke-laptop@2x.webp) 2x,
      url(../images/smoke-laptop@3x.webp) 3x
    );
    background-image: image-set(
      url(../images/smoke-laptop.webp) 1x,
      url(../images/smoke-laptop@2x.webp) 2x,
      url(../images/smoke-laptop@3x.webp) 3x
    );
    background-image: -webkit-image-set(
      url(../images/smoke-laptop.avif) 1x,
      url(../images/smoke-laptop@2x.avif) 2x,
      url(../images/smoke-laptop@3x.avif) 3x
    );
    background-image: image-set(
      url(../images/smoke-laptop.avif) 1x,
      url(../images/smoke-laptop@2x.avif) 2x,
      url(../images/smoke-laptop@3x.avif) 3x
    );
  }
}
@media (min-width: 1920px) {
  .body__smoke:after {
    background-image: -webkit-image-set(
      url(../images/smoke-desktop.webp) 1x,
      url(../images/smoke-desktop@2x.webp) 2x,
      url(../images/smoke-desktop@3x.webp) 3x
    );
    background-image: image-set(
      url(../images/smoke-desktop.webp) 1x,
      url(../images/smoke-desktop@2x.webp) 2x,
      url(../images/smoke-desktop@3x.webp) 3x
    );
    background-image: -webkit-image-set(
      url(../images/smoke-desktop.avif) 1x,
      url(../images/smoke-desktop@2x.avif) 2x,
      url(../images/smoke-desktop@3x.avif) 3x
    );
    background-image: image-set(
      url(../images/smoke-desktop.avif) 1x,
      url(../images/smoke-desktop@2x.avif) 2x,
      url(../images/smoke-desktop@3x.avif) 3x
    );
  }
}
.body__light {
  /* background: radial-gradient(50% 50% at 50% 50%, rgb(255 255 255 / 20%) 0, rgba(255, 0, 0, 0) 100%); */
  position: absolute;
  z-index: -5;
  /* background: rgb(255,241,120); */
  /* background: radial-gradient(circle, rgb(255 241 120 / 13%) 50%, rgb(232 137 26 / 0%) 100%); */
}
.body__light_position_top {
  height: 709px;
  left: -364px;
  top: -355px;
  width: 709px;
}
@media (min-width: 768px) {
  .body__light_position_top {
    height: 955px;
    left: -505px;
    top: -478px;
    width: 955px;
  }
}
@media (min-width: 1440px) {
  .body__light_position_top {
    height: 1200px;
    left: -599px;
    top: -608px;
    width: 1200px;
  }
}
.body__light_position_center {
  height: 668px;
  left: 90px;
  top: 50%;
  transform: translateY(-50%);
  width: 668px;
}
@media (min-width: 768px) {
  .body__light_position_center {
    height: 1282px;
    left: 180px;
    top: -361px;
    transform: none;
    width: 1282px;
  }
}
@media (min-width: 1024px) {
  .body__light_position_center {
    left: 383px;
    top: -654px;
  }
}
@media (min-width: 1440px) {
  .body__light_position_center {
    height: 1930px;
    left: 531px;
    top: -1048px;
    width: 1930px;
  }
}
.body__line {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.body__line-contour {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: pulse-shadow;
  animation-timing-function: ease-in-out;
}
.body__line_is_mobile {
  display: block;
}
@media (min-width: 768px) {
  .body__line_is_mobile {
    display: none;
  }
  .body__line_is_md {
    display: block;
  }
}
@media (min-width: 1024px) {
  .body__line_is_md {
    display: none;
  }
  .body__line_is_lg {
    display: block;
  }
}
@media (min-width: 1440px) {
  .body__line_is_lg {
    display: none;
  }
  .body__line_is_xl {
    display: block;
  }
}
@media (min-width: 1920px) {
  .body__line_is_xl {
    display: none;
  }
  .body__line_is_xxl {
    display: block;
  }
}
.body__flame {
  display: none;
}
@media (min-width: 768px) {
  .body__flame {
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-name: flame;
    animation-timing-function: ease-in-out;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    display: block;
    mix-blend-mode: screen;
    position: absolute;
    z-index: -3;
  }
  .body__flame_position_left {
    --flame-default-value: 485px;
    --flame-changed-value: 522px;
    background-image: -webkit-image-set(
      url(../images/flame-left-tablet-768.webp) 1x,
      url(../images/flame-left-tablet-768@2x.webp) 2x,
      url(../images/flame-left-tablet-768@3x.webp) 3x
    );
    background-image: image-set(
      url(../images/flame-left-tablet-768.webp) 1x,
      url(../images/flame-left-tablet-768@2x.webp) 2x,
      url(../images/flame-left-tablet-768@3x.webp) 3x
    );
    background-image: -webkit-image-set(
      url(../images/flame-left-tablet-768.avif) 1x,
      url(../images/flame-left-tablet-768@2x.avif) 2x,
      url(../images/flame-left-tablet-768@3x.avif) 3x
    );
    background-image: image-set(
      url(../images/flame-left-tablet-768.avif) 1x,
      url(../images/flame-left-tablet-768@2x.avif) 2x,
      url(../images/flame-left-tablet-768@3x.avif) 3x
    );
    height: 485px;
    left: 0;
    width: 297px;
  }
}
@media (min-width: 1024px) {
  .body__flame_position_left {
    --flame-changed-value: 500px;
  }
}
@media (min-width: 1440px) {
  .body__flame_position_left {
    --flame-default-value: 555px;
    --flame-changed-value: 572px;
    background-image: -webkit-image-set(
      url(../images/flame-left-laptop.webp) 1x,
      url(../images/flame-left-laptop@2x.webp) 2x,
      url(../images/flame-left-laptop@3x.webp) 3x
    );
    background-image: image-set(
      url(../images/flame-left-laptop.webp) 1x,
      url(../images/flame-left-laptop@2x.webp) 2x,
      url(../images/flame-left-laptop@3x.webp) 3x
    );
    background-image: -webkit-image-set(
      url(../images/flame-left-laptop.avif) 1x,
      url(../images/flame-left-laptop@2x.avif) 2x,
      url(../images/flame-left-laptop@3x.avif) 3x
    );
    background-image: image-set(
      url(../images/flame-left-laptop.avif) 1x,
      url(../images/flame-left-laptop@2x.avif) 2x,
      url(../images/flame-left-laptop@3x.avif) 3x
    );
    height: 555px;
    width: 340px;
  }
}
@media (min-width: 1920px) {
  .body__flame_position_left {
    --flame-default-value: 671px;
    --flame-changed-value: 713px;
    background-image: -webkit-image-set(
      url(../images/flame-left-desktop.webp) 1x,
      url(../images/flame-left-desktop@2x.webp) 2x,
      url(../images/flame-left-desktop@3x.webp) 3x
    );
    background-image: image-set(
      url(../images/flame-left-desktop.webp) 1x,
      url(../images/flame-left-desktop@2x.webp) 2x,
      url(../images/flame-left-desktop@3x.webp) 3x
    );
    background-image: -webkit-image-set(
      url(../images/flame-left-desktop.avif) 1x,
      url(../images/flame-left-desktop@2x.avif) 2x,
      url(../images/flame-left-desktop@3x.avif) 3x
    );
    background-image: image-set(
      url(../images/flame-left-desktop.avif) 1x,
      url(../images/flame-left-desktop@2x.avif) 2x,
      url(../images/flame-left-desktop@3x.avif) 3x
    );
    height: 671px;
    width: 475px;
  }
}
@media (min-width: 768px) {
  .body__flame_position_right {
    --flame-default-value: 464px;
    --flame-changed-value: 499px;
    background-image: -webkit-image-set(
      url(../images/flame-right-tablet-768.webp) 1x,
      url(../images/flame-right-tablet-768@2x.webp) 2x,
      url(../images/flame-right-tablet-768@3x.webp) 3x
    );
    background-image: image-set(
      url(../images/flame-right-tablet-768.webp) 1x,
      url(../images/flame-right-tablet-768@2x.webp) 2x,
      url(../images/flame-right-tablet-768@3x.webp) 3x
    );
    background-image: -webkit-image-set(
      url(../images/flame-right-tablet-768.avif) 1x,
      url(../images/flame-right-tablet-768@2x.avif) 2x,
      url(../images/flame-right-tablet-768@3x.avif) 3x
    );
    background-image: image-set(
      url(../images/flame-right-tablet-768.avif) 1x,
      url(../images/flame-right-tablet-768@2x.avif) 2x,
      url(../images/flame-right-tablet-768@3x.avif) 3x
    );
    height: 464px;
    right: 0;
    width: 282px;
  }
}
@media (min-width: 1024px) {
  .body__flame_position_right {
    --flame-changed-value: 478px;
  }
}
@media (min-width: 1440px) {
  .body__flame_position_right {
    --flame-default-value: 641px;
    --flame-changed-value: 661px;
    background-image: -webkit-image-set(
      url(../images/flame-right-laptop.webp) 1x,
      url(../images/flame-right-laptop@2x.webp) 2x,
      url(../images/flame-right-laptop@3x.webp) 3x
    );
    background-image: image-set(
      url(../images/flame-right-laptop.webp) 1x,
      url(../images/flame-right-laptop@2x.webp) 2x,
      url(../images/flame-right-laptop@3x.webp) 3x
    );
    background-image: -webkit-image-set(
      url(../images/flame-right-laptop.avif) 1x,
      url(../images/flame-right-laptop@2x.avif) 2x,
      url(../images/flame-right-laptop@3x.avif) 3x
    );
    background-image: image-set(
      url(../images/flame-right-laptop.avif) 1x,
      url(../images/flame-right-laptop@2x.avif) 2x,
      url(../images/flame-right-laptop@3x.avif) 3x
    );
    height: 641px;
    width: 376px;
  }
}
@media (min-width: 1920px) {
  .body__flame_position_right {
    --flame-default-value: 641px;
    --flame-changed-value: 681px;
    background-image: -webkit-image-set(
      url(../images/flame-right-desktop.webp) 1x,
      url(../images/flame-right-desktop@2x.webp) 2x,
      url(../images/flame-right-desktop@3x.webp) 3x
    );
    background-image: image-set(
      url(../images/flame-right-desktop.webp) 1x,
      url(../images/flame-right-desktop@2x.webp) 2x,
      url(../images/flame-right-desktop@3x.webp) 3x
    );
    background-image: -webkit-image-set(
      url(../images/flame-right-desktop.avif) 1x,
      url(../images/flame-right-desktop@2x.avif) 2x,
      url(../images/flame-right-desktop@3x.avif) 3x
    );
    background-image: image-set(
      url(../images/flame-right-desktop.avif) 1x,
      url(../images/flame-right-desktop@2x.avif) 2x,
      url(../images/flame-right-desktop@3x.avif) 3x
    );
    height: 641px;
    width: 500px;
  }
}
@keyframes fire {
  0%,
  to {
    height: var(--fire-default-value);
  }
  50% {
    height: var(--fire-changed-value);
  }
}
@keyframes smoke {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes pulse-shadow {
  0%,
  to {
    filter: drop-shadow(0 0 0 #d3032a);
  }
  50% {
    filter: drop-shadow(0 0 10px #d3032a);
  }
}
@keyframes flame {
  0%,
  to {
    height: var(--flame-default-value);
  }
  50% {
    height: var(--flame-changed-value);
  }
}
body {
  font-family: var(--font-main);
  background-image: url(../images/crazy-time-bg.png);
  overflow: hidden;
}
*,
:after,
:before {
  box-sizing: border-box;
}
.girl{
  position: absolute;
  left: 21%;
  bottom: -16px;
  z-index: 99;
}
.girl img{
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .header {
    justify-content: space-between;
    padding: 0 20px 0 0!important;
    height: 120px;
  }
  .main .crazytime-animation .wheel_img{
    width: 310px!important;
    top: 57px!important;
    left: 25px!important;
  }
  .main .crazytime-animation .middle_img{
    width: 360px!important;
  }
  .lottie-player{main__content
    width: 100%;
  }
  .main__title .text_size_xxl{
      font-size: 4rem!important;
  }
  .main{
    display: flex;
    flex-direction: column-reverse;
  }
  .body{
    background-position: bottom;
    background-image: unset;
  }
  .girl {
    position: absolute;
    left: 5%;
    bottom: 0;
    z-index: 99;
    overflow: hidden;
    max-width: 100%;
    right: 0;
}
.girl img {
  max-width: 100%;
  position: relative;
  right: -137px;
  bottom: 0;
  /* height: 357px; */
  width: 340px;
}
}

@media screen and (min-width: 600px) and (max-width: 1024px) {

}

.main__title{}
.main__title span{}
.main__title .text_size_xxl{
    font-size: 100px;
    display: block;
    width: 100%;
}

.main{}
.main .crazytime-animation{
  position: relative;
}
.main .crazytime-animation img{}
.main .crazytime-animation .middle_img{
  width: 500px;
  height: auto;
  position: relative;
  z-index: 2;
}
.main .crazytime-animation .wheel_img{
  position: absolute;
  top: 80px;
  left: 35px;
  width: 430px;
  /*  transform: rotate(0deg);*/
  animation: rotate 6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  z-index: 1;
}


 @keyframes rotate {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }