@charset "UTF-8";
.marquee, .popup__description, .popup__description > time {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.top p, .gifts__box {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.top .font {
  font-family: 'Montserrat-it', sans-serif;
  font-weight: 400;
}

/* Media queries */
/* Container */
/* Responsive font size */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-blend-mode: overlay;
  scroll-behavior: smooth;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

html,
body {
  min-height: 100vh;
  height: auto;
}

body {
  position: relative;
  line-height: 1.4;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: -webkit-gradient(linear, left top, right top, from(#87cb85), to(#2c9432));
  background: -o-linear-gradient(left, #87cb85 0%, #2c9432 100%);
  background: linear-gradient(to right, #87cb85 0%, #2c9432 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

body.no-scroll {
  overflow-y: hidden;
}

.absolute-bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.bg-filter {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---- reset ---- */
.custumTexet {
  position: relative;
  text-align: center;
  z-index: 0;
}

.decor {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (min-width: 993px) {
  .decor {
    display: block;
  }
}

.decor__item {
  position: absolute;
}

.decor__item--clover-top img, .decor__item--coin-top img {
  width: 100px;
  height: auto;
}

.decor__item--clover-top {
  display: none;
  --width: 42px;
  width: var(--width);
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .decor__item--clover-top {
    display: block;
    --width: 60px;
    top: 93px;
    left: -19px;
  }
}

@media (min-width: 1200px) {
  .decor__item--clover-top {
    --width: 87px;
    top: 359px;
    left: 4.5vw;
  }
}

@media (min-width: 1440px) {
  .decor__item--clover-top {
    --width: 111px;
    top: 240px;
    left: 9.5vw;
  }
}

@media (min-width: 1920px) {
  .decor__item--clover-top {
    --width: 131px;
    top: 117px;
    left: 8.5vw;
  }
}

.decor__item--coin-top {
  display: none;
  --width: 57px;
  width: var(--width);
}

@media (min-width: 768px) {
  .decor__item--coin-top {
    top: 97px;
    right: -23px;
    display: block;
  }
}

@media (min-width: 1200px) {
  .decor__item--coin-top {
    --width: 72px;
    right: unset;
    left: 6.7%;
    top: 134px;
  }
}

@media (min-width: 1440px) {
  .decor__item--coin-top {
    --width: 92px;
    right: unset;
    left: 5.7%;
    top: 23px;
  }
}

@media (min-width: 1920px) {
  .decor__item--coin-top {
    --width: 124px;
    left: 2.7%;
    top: -24px;
  }
}

@media (min-width: 1200px) {
  .decor__item--coin-top img {
    -webkit-transform: rotate(76deg);
        -ms-transform: rotate(76deg);
            transform: rotate(76deg);
  }
}

.decor__item--horseShoe {
  display: none;
}

@media (min-width: 1200px) {
  .decor__item--horseShoe {
    display: block;
    --width: 98px;
    width: var(--width);
    left: -2.3%;
    top: 232px;
  }
}

@media (min-width: 1440px) {
  .decor__item--horseShoe {
    --width: 125px;
    top: 145px;
  }
}

@media (min-width: 1920px) {
  .decor__item--horseShoe {
    --width: 153px;
    top: 137px;
  }
}

.decor__item--hat {
  display: none;
}

@media (min-width: 1200px) {
  .decor__item--hat {
    display: block;
    --width: 123px;
    width: var(--width);
    right: 1.5%;
    top: 176px;
  }
}

@media (min-width: 1440px) {
  .decor__item--hat {
    --width: 155px;
    right: 3%;
    top: 87px;
  }
}

@media (min-width: 1920px) {
  .decor__item--hat {
    --width: 201px;
    right: 4%;
    top: 16px;
  }
}

.decor__item--coin-bottom1 {
  display: none;
}

@media (min-width: 1200px) {
  .decor__item--coin-bottom1 {
    display: block;
    --width: 90px;
    width: var(--width);
    height: unset;
    left: 4%;
    bottom: -1%;
  }
}

@media (min-width: 1920px) {
  .decor__item--coin-bottom1 {
    --width: 136px;
    left: 8%;
    bottom: -3%;
  }
}

@media (min-width: 1200px) {
  .decor__item--coin-bottom1 img {
    -webkit-transform: rotate(115deg);
        -ms-transform: rotate(115deg);
            transform: rotate(115deg);
  }
}

.decor__item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes gradientAnimation {
  0% {
    -webkit-box-shadow: 0px 0px 131px 93px #004469;
            box-shadow: 0px 0px 131px 93px #004469;
  }
  50% {
    -webkit-box-shadow: 0px 0px 200px 43px #004469;
            box-shadow: 0px 0px 200px 43px #004469;
  }
  100% {
    -webkit-box-shadow: 0px 0px 131px 93px #004469;
            box-shadow: 0px 0px 131px 93px #004469;
  }
}

@keyframes gradientAnimation {
  0% {
    -webkit-box-shadow: 0px 0px 131px 93px #004469;
            box-shadow: 0px 0px 131px 93px #004469;
  }
  50% {
    -webkit-box-shadow: 0px 0px 200px 43px #004469;
            box-shadow: 0px 0px 200px 43px #004469;
  }
  100% {
    -webkit-box-shadow: 0px 0px 131px 93px #004469;
            box-shadow: 0px 0px 131px 93px #004469;
  }
}

.layout {
  padding: 26px 20px;
  border-radius: 5px;
  background-color: #242833;
  -webkit-box-shadow: 0px 0px 15px 0px #000, -0px -0px 15px 0px #000;
          box-shadow: 0px 0px 15px 0px #000, -0px -0px 15px 0px #000;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.main {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  background-size: cover;
  background-image: -webkit-image-set(url(../images/bg/768-bgr2.avif) 1x, url(../images/bg/768-bgr2.webp) 2x, url(../images/bg/768-bgr2.jpg) 2x);
  background-image: -webkit-image-set("../images/bg/768-bgr2.avif" 1x type("image/avif"), "../images/bg/768-bgr2.webp" 2x type("image/webp"), "../images/bg/768-bgr2.jpg" 2x type("image/jpg"));
  background-image: -webkit-image-set(url("../images/bg/768-bgr2.avif") 1x type("image/avif"), url("../images/bg/768-bgr2.webp") 2x type("image/webp"), url("../images/bg/768-bgr2.jpg") 2x type("image/jpg"));
  background-image: image-set("../images/bg/768-bgr2.avif" 1x type("image/avif"), "../images/bg/768-bgr2.webp" 2x type("image/webp"), "../images/bg/768-bgr2.jpg" 2x type("image/jpg"));
}

@media (min-width: 768px) {
  .main {
    background-position: top;
    background-image: -webkit-image-set(url(../images/bg/1200-bgr2.avif) 1x, url(../images/bg/1200-bgr2.webp) 2x, url(../images/bg/1200-bgr2.jpg) 2x);
    background-image: -webkit-image-set("../images/bg/1200-bgr2.avif" 1x type("image/avif"), "../images/bg/1200-bgr2.webp" 2x type("image/webp"), "../images/bg/1200-bgr2.jpg" 2x type("image/jpg"));
    background-image: -webkit-image-set(url("../images/bg/1200-bgr2.avif") 1x type("image/avif"), url("../images/bg/1200-bgr2.webp") 2x type("image/webp"), url("../images/bg/1200-bgr2.jpg") 2x type("image/jpg"));
    background-image: image-set("../images/bg/1200-bgr2.avif" 1x type("image/avif"), "../images/bg/1200-bgr2.webp" 2x type("image/webp"), "../images/bg/1200-bgr2.jpg" 2x type("image/jpg"));
  }
}

@media (min-width: 1200px) {
  .main {
    background-position: top;
    background-image: url("../images/bg/1200-bgr2.jpg");
    background-image: -webkit-image-set(url(../images/bg/1200-bgr2.avif) 1x, url(../images/bg/1200-bgr2.webp) 2x, url(../images/bg/1200-bgr2.jpg) 2x);
    background-image: -webkit-image-set("../images/bg/1200-bgr2.avif" 1x type("image/avif"), "../images/bg/1200-bgr2.webp" 2x type("image/webp"), "../images/bg/1200-bgr2.jpg" 2x type("image/jpg"));
    background-image: -webkit-image-set(url("../images/bg/1200-bgr2.avif") 1x type("image/avif"), url("../images/bg/1200-bgr2.webp") 2x type("image/webp"), url("../images/bg/1200-bgr2.jpg") 2x type("image/jpg"));
    background-image: image-set("../images/bg/1200-bgr2.avif" 1x type("image/avif"), "../images/bg/1200-bgr2.webp" 2x type("image/webp"), "../images/bg/1200-bgr2.jpg" 2x type("image/jpg"));
  }
}

@media (min-width: 1440px) {
  .main {
    background-image: -webkit-image-set(url(../images/bg/1440-bgr.avif) 1x, url(../images/bg/1440-bgr.webp) 2x, url(../images/bg/1440-bgr.jpg) 2x);
    background-image: -webkit-image-set("../images/bg/1440-bgr.avif" 1x type("image/avif"), "../images/bg/1440-bgr.webp" 2x type("image/webp"), "../images/bg/1440-bgr.jpg" 2x type("image/jpg"));
    background-image: -webkit-image-set(url("../images/bg/1440-bgr.avif") 1x type("image/avif"), url("../images/bg/1440-bgr.webp") 2x type("image/webp"), url("../images/bg/1440-bgr.jpg") 2x type("image/jpg"));
    background-image: image-set("../images/bg/1440-bgr.avif" 1x type("image/avif"), "../images/bg/1440-bgr.webp" 2x type("image/webp"), "../images/bg/1440-bgr.jpg" 2x type("image/jpg"));
  }
}

@media (min-width: 1920px) {
  .main {
    background-image: -webkit-image-set(url(../images/bg/1920-bgr.avif) 1x, url(../images/bg/1920-bgr.webp) 2x, url(../images/bg/1920-bgr.jpg) 2x);
    background-image: -webkit-image-set("../images/bg/1920-bgr.avif" 1x type("image/avif"), "../images/bg/1920-bgr.webp" 2x type("image/webp"), "../images/bg/1920-bgr.jpg" 2x type("image/jpg"));
    background-image: -webkit-image-set(url("../images/bg/1920-bgr.avif") 1x type("image/avif"), url("../images/bg/1920-bgr.webp") 2x type("image/webp"), url("../images/bg/1920-bgr.jpg") 2x type("image/jpg"));
    background-image: image-set("../images/bg/1920-bgr.avif" 1x type("image/avif"), "../images/bg/1920-bgr.webp" 2x type("image/webp"), "../images/bg/1920-bgr.jpg" 2x type("image/jpg"));
  }
}

footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
}

.yellow-gradient {
  background: -o-linear-gradient(180deg, #fff900 -73.86%, #ffd400 38.81%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-73.86%, #fff900), color-stop(38.81%, #ffd400));
  background: -o-linear-gradient(top, #fff900 -73.86%, #ffd400 38.81%);
  background: linear-gradient(180deg, #fff900 -73.86%, #ffd400 38.81%);
}

.blue-gradient {
  background: -o-linear-gradient(180deg, #1795f9 -73.86%, #0354ff 38.81%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-73.86%, #1795f9), color-stop(38.81%, #0354ff));
  background: -o-linear-gradient(top, #1795f9 -73.86%, #0354ff 38.81%);
  background: linear-gradient(180deg, #1795f9 -73.86%, #0354ff 38.81%);
}

.red-gradient {
  background: -o-linear-gradient(180deg, #f95a71 -73.86%, #f40f3e 38.81%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-73.86%, #f95a71), color-stop(38.81%, #f40f3e));
  background: -o-linear-gradient(top, #f95a71 -73.86%, #f40f3e 38.81%);
  background: linear-gradient(180deg, #f95a71 -73.86%, #f40f3e 38.81%);
}

.gradient-text {
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@font-face {
  font-family: 'Montserrat-it';
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.otf") format("opentype"), url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-ExtraBold.otf") format("opentype"), url("../fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-Bold.otf") format("opentype"), url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-SemiBold.otf") format("opentype"), url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-Medium.otf") format("opentype"), url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-Regular.otf") format("opentype"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-it';
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-Italic.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-Italic.otf") format("opentype"), url("../fonts/Montserrat/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Italic.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

html[dir="rtl"] .header .langCheck {
  direction: ltr;
  margin-left: 0;
}

html[dir="rtl"] .header__left {
  margin-right: 0;
}

html[dir="rtl"] .header .soc-networks {
  margin-right: auto;
  margin-left: 7px;
}

html[dir="rtl"] .top .article__box {
  padding: 5px 5px 5px 22px;
}

@media (min-width: 768px) {
  html[dir="rtl"] .top .article__box {
    margin-left: 20px;
    padding-right: 10px;
    margin-right: 0;
  }
}

@media (min-width: 993px) {
  html[dir="rtl"] .top .article__box {
    margin-left: 0px;
  }
}

html[dir="rtl"] .top .article__decor {
  -webkit-transform: translate(0%, -50%) scaleX(-1);
      -ms-transform: translate(0%, -50%) scaleX(-1);
          transform: translate(0%, -50%) scaleX(-1);
  left: unset;
  right: calc(100% - 16px);
}

@media (min-width: 768px) {
  html[dir="rtl"] .top .article__decor {
    right: calc(100% - 26px);
  }
}

@media (min-width: 993px) {
  html[dir="rtl"] .top .article__decor {
    right: calc(100% - 31px);
  }
}

@media (min-width: 1200px) {
  html[dir="rtl"] .top .article__decor {
    right: calc(100% - 40px);
  }
}

html[dir="rtl"] .top .article__message {
  margin-right: 0;
}

html[dir="rtl"] .footer__copy {
  text-align: right;
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTMLд
<i class="icon icon-home"></i>
*/
.icon {
  width: 12px;
  height: 12px;
}

.icon-pt {
  background-image: url("../images/sprite.png");
  background-position: 0px -36px;
}

.icon-ru {
  background-image: url("../images/sprite.png");
  background-position: -54px -0px;
}

.icon-br {
  background-image: url("../images/sprite.png");
  background-position: -18px 0px;
}

.icon-en {
  background-image: url("../images/sprite.png");
  background-position: -36px 55px;
}

.icon-fi {
  background-image: url("../images/sprite.png");
  background-position: -18px -54px;
}

.icon-de {
  background-image: url("../images/sprite.png");
  background-position: 0px 36px;
}

.icon-el {
  background-image: url("../images/sprite.png");
  background-position: -18px -18px;
}

.icon-fr {
  background-image: url("../images/sprite.png");
  background-position: 0px 0px;
}

.icon-es {
  background-image: url("../images/sprite.png");
  background-position: -54px -36px;
}

.icon-tr {
  background-image: url("../images/sprite.png");
  background-position: -36px -36px;
}

.icon-no {
  background-image: url("../images/sprite.png");
  background-position: -36px 36px;
}

.icon-br {
  background-image: url("../images/sprite.png");
  background-position: 55px 18px;
}

/*!*****************************************************

Freak Flags, Copyright ©2021 Michael P. Cohen. Freak flags is licenced under the MIT licence.  

For complete information visit: www.freakflagsprite.com 

******************************************************/
.fflag {
  background-image: url("../images/flagSprite42.png");
  background-repeat: no-repeat;
  background-size: 100% 49494%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.fflag-ch,
.fflag-np {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.fflag-dz {
  background-position: center 0.2287%;
}

.fflag-dz {
  background-position: center 0.2287%;
}

.fflag-ao {
  background-position: center 0.4524%;
}

.fflag-bj {
  background-position: center 0.6721%;
}

.fflag-bw {
  background-position: center 0.8958%;
}

.fflag-bf {
  background-position: center 1.1162%;
}

.fflag-bi {
  background-position: center 1.3379%;
}

.fflag-cm {
  background-position: center 1.5589%;
}

.fflag-cv {
  background-position: center 1.7805%;
}

.fflag-cf {
  background-position: center 2.0047%;
}

.fflag-td {
  background-position: center 2.2247%;
}

.fflag-cd {
  background-position: left 2.4467%;
}

.fflag-dj {
  background-position: left 2.6674%;
}

.fflag-eg {
  background-position: center 2.8931%;
}

.fflag-gq {
  background-position: center 3.1125%;
}

.fflag-er {
  background-position: left 3.3325%;
}

.fflag-et {
  background-position: center 3.5542%;
}

.fflag-ga {
  background-position: center 3.7759%;
}

.fflag-gm {
  background-position: center 4.0015%;
}

.fflag-gh {
  background-position: center 4.2229%;
}

.fflag-gn {
  background-position: center 4.441%;
}

.fflag-gw {
  background-position: left 4.66663%;
}

.fflag-ci {
  background-position: center 4.8844%;
}

.fflag-ke {
  background-position: center 5.1061%;
}

.fflag-ls {
  background-position: center 5.3298%;
}

.fflag-lr {
  background-position: left 5.5495%;
}

.fflag-ly {
  background-position: center 5.7712%;
}

.fflag-mg {
  background-position: center 5.994%;
}

.fflag-mw {
  background-position: center 6.2156%;
}

.fflag-ml {
  background-position: center 6.4363%;
}

.fflag-mr {
  background-position: center 6.658%;
}

.fflag-mu {
  background-position: center 6.8805%;
}

.fflag-yt {
  background-position: center 7.1038%;
}

.fflag-ma {
  background-position: center 7.3231%;
}

.fflag-mz {
  background-position: left 7.5448%;
}

.fflag-na {
  background-position: left 7.7661%;
}

.fflag-ne {
  background-position: center 7.98937%;
}

.fflag-ng {
  background-position: center 8.2099%;
}

.fflag-cg {
  background-position: center 8.4316%;
}

.fflag-re {
  background-position: center 8.6533%;
}

.fflag-rw {
  background-position: right 8.875%;
}

.fflag-sh {
  background-position: center 9.0967%;
}

.fflag-st {
  background-position: center 9.32237%;
}

.fflag-sn {
  background-position: center 9.5426%;
}

.fflag-sc {
  background-position: left 9.7628%;
}

.fflag-sl {
  background-position: center 9.9845%;
}

.fflag-so {
  background-position: center 10.2052%;
}

.fflag-za {
  background-position: left 10.4269%;
}

.fflag-ss {
  background-position: left 10.6486%;
}

.fflag-sd {
  background-position: center 10.8703%;
}

.fflag-sr {
  background-position: center 11.0945%;
}

.fflag-sz {
  background-position: center 11.3135%;
}

.fflag-tg {
  background-position: left 11.5354%;
}

.fflag-tn {
  background-position: center 11.7593%;
}

.fflag-ug {
  background-position: center 11.9799%;
}

.fflag-tz {
  background-position: center 12.2005%;
}

.fflag-eh {
  background-position: center 12.4222%;
}

.fflag-ye {
  background-position: center 12.644%;
}

.fflag-zm {
  background-position: center 12.8664%;
}

.fflag-zw {
  background-position: left 13.0873%;
}

.fflag-ai {
  background-position: center 13.309%;
}

.fflag-ag {
  background-position: center 13.5307%;
}

.fflag-ar {
  background-position: center 13.7524%;
}

.fflag-aw {
  background-position: left 13.9741%;
}

.fflag-bs {
  background-position: left 14.1958%;
}

.fflag-bb {
  background-position: center 14.4175%;
}

.fflag-bq {
  background-position: center 14.6415%;
}

.fflag-bz {
  background-position: center 14.8609%;
}

.fflag-bm {
  background-position: center 15.0826%;
}

.fflag-bo {
  background-position: center 15.306%;
}

.fflag-vg {
  background-position: center 15.528%;
}

.fflag-br {
  background-position: center 15.7496%;
}

.fflag-ca {
  background-position: center 15.9694%;
}

.fflag-ky {
  background-position: center 16.1911%;
}

.fflag-cl {
  background-position: left 16.4128%;
}

.fflag-co {
  background-position: left 16.6345%;
}

.fflag-km {
  background-position: center 16.8562%;
}

.fflag-cr {
  background-position: center 17.0779%;
}

.fflag-cu {
  background-position: left 17.2996%;
}

.fflag-cw {
  background-position: center 17.5213%;
}

.fflag-dm {
  background-position: center 17.743%;
}

.fflag-do {
  background-position: center 17.968%;
}

.fflag-ec {
  background-position: center 18.1864%;
}

.fflag-sv {
  background-position: center 18.4081%;
}

.fflag-fk {
  background-position: center 18.6298%;
}

.fflag-gf {
  background-position: center 18.8515%;
}

.fflag-gl {
  background-position: left 19.0732%;
}

.fflag-gd {
  background-position: center 19.2987%;
}

.fflag-gp {
  background-position: center 19.518%;
}

.fflag-gt {
  background-position: center 19.7383%;
}

.fflag-gy {
  background-position: center 19.96%;
}

.fflag-ht {
  background-position: center 20.1817%;
}

.fflag-hn {
  background-position: center 20.4034%;
}

.fflag-jm {
  background-position: center 20.6241%;
}

.fflag-mq {
  background-position: center 20.8468%;
}

.fflag-mx {
  background-position: center 21.0685%;
}

.fflag-ms {
  background-position: center 21.2902%;
}

.fflag-ni {
  background-position: center 21.5119%;
}

.fflag-pa {
  background-position: center 21.7336%;
}

.fflag-py {
  background-position: center 21.9553%;
}

.fflag-pe {
  background-position: center 22.177%;
}

.fflag-pr {
  background-position: left 22.4002%;
}

.fflag-bl {
  background-position: center 22.6204%;
}

.fflag-kn {
  background-position: center 22.8421%;
}

.fflag-lc {
  background-position: center 23.0638%;
}

.fflag-pm {
  background-position: center 23.2855%;
}

.fflag-vc {
  background-position: center 23.5072%;
}

.fflag-sx {
  background-position: left 23.732%;
}

.fflag-tt {
  background-position: center 23.9506%;
}

.fflag-tc {
  background-position: center 24.1723%;
}

.fflag-en {
  background-position: center 24.394%;
}

.fflag-vi {
  background-position: center 24.6157%;
}

.fflag-uy {
  background-position: left 24.8374%;
}

.fflag-ve {
  background-position: center 25.0591%;
}

.fflag-ab {
  background-position: center 25.279%;
}

.fflag-af {
  background-position: center 25.5025%;
}

.fflag-az {
  background-position: center 25.7242%;
}

.fflag-bd {
  background-position: center 25.9459%;
}

.fflag-bt {
  background-position: center 26.1676%;
}

.fflag-bn {
  background-position: center 26.3885%;
}

.fflag-kh {
  background-position: center 26.611%;
}

.fflag-cn {
  background-position: left 26.8327%;
}

.fflag-ge {
  background-position: center 27.0544%;
}

.fflag-hk {
  background-position: center 27.2761%;
}

.fflag-hi {
  background-position: center 27.4978%;
}

.fflag-id {
  background-position: center 27.7195%;
}

.fflag-jp {
  background-position: center 27.9412%;
}

.fflag-kz {
  background-position: center 28.1615%;
}

.fflag-la {
  background-position: center 28.3846%;
}

.fflag-mo {
  background-position: center 28.6063%;
}

.fflag-my {
  background-position: center 28.829%;
}

.fflag-mv {
  background-position: center 29.0497%;
}

.fflag-mn {
  background-position: left 29.2714%;
}

.fflag-mm {
  background-position: center 29.4931%;
}

.fflag-np {
  background-position: left 29.7148%;
}

.fflag-kp {
  background-position: left 29.9365%;
}

.fflag-mp {
  background-position: center 30.1582%;
}

.fflag-pw {
  background-position: center 30.3799%;
}

.fflag-pg {
  background-position: center 30.6016%;
}

.fflag-ph {
  background-position: left 30.8233%;
}

.fflag-sg {
  background-position: left 31.045%;
}

.fflag-kr {
  background-position: center 31.2667%;
}

.fflag-lk {
  background-position: right 31.4884%;
}

.fflag-tw {
  background-position: left 31.7101%;
}

.fflag-tj {
  background-position: center 31.9318%;
}

.fflag-th {
  background-position: center 32.1535%;
}

.fflag-tl {
  background-position: left 32.3752%;
}

.fflag-tm {
  background-position: center 32.5969%;
}

.fflag-vn {
  background-position: center 32.8186%;
}

.fflag-al {
  background-position: center 33.0403%;
}

.fflag-ad {
  background-position: center 33.25975%;
}

.fflag-am {
  background-position: center 33.4837%;
}

.fflag-at {
  background-position: center 33.7054%;
}

.fflag-by {
  background-position: left 33.9271%;
}

.fflag-be {
  background-position: center 34.1488%;
}

.fflag-ba {
  background-position: center 34.3705%;
}

.fflag-bg {
  background-position: center 34.5922%;
}

.fflag-hr {
  background-position: center 34.8139%;
}

.fflag-cy {
  background-position: center 35.0356%;
}

.fflag-cz {
  background-position: left 35.2555%;
}

.fflag-dk {
  background-position: center 35.479%;
}

.fflag-ee {
  background-position: center 35.7007%;
}

.fflag-fo {
  background-position: center 35.9224%;
}

.fflag-fi {
  background-position: center 36.1441%;
}

.fflag-fr {
  background-position: center 36.3658%;
}

.fflag-de {
  background-position: center 36.5875%;
}

.fflag-gi {
  background-position: center 36.8092%;
}

.fflag-gr {
  background-position: left 37.0309%;
}

.fflag-hu {
  background-position: center 37.2526%;
}

.fflag-is {
  background-position: center 37.4743%;
}

.fflag-ie {
  background-position: center 37.696%;
}

.fflag-im {
  background-position: center 37.9177%;
}

.fflag-it {
  background-position: center 38.1394%;
}

.fflag-je {
  background-position: center 38.3611%;
}

.fflag-xk {
  background-position: center 38.5828%;
}

.fflag-lv {
  background-position: center 38.8045%;
}

.fflag-li {
  background-position: left 39.0262%;
}

.fflag-lt {
  background-position: center 39.2479%;
}

.fflag-lu {
  background-position: center 39.4696%;
}

.fflag-mt {
  background-position: left 39.6913%;
}

.fflag-md {
  background-position: center 39.913%;
}

.fflag-mc {
  background-position: center 40.1347%;
}

.fflag-me {
  background-position: center 40.3564%;
}

.fflag-nl {
  background-position: center 40.5781%;
}

.fflag-mk {
  background-position: center 40.7998%;
}

.fflag-no {
  background-position: center 41.0215%;
}

.fflag-pl {
  background-position: center 41.2432%;
}

.fflag-pt {
  background-position: center 41.4649%;
}

.fflag-ro {
  background-position: center 41.6866%;
}

.fflag-ru {
  background-position: center 41.9083%;
}

.fflag-sm {
  background-position: center 42.13%;
}

.fflag-rs {
  background-position: center 42.3517%;
}

.fflag-sk {
  background-position: center 42.5734%;
}

.fflag-si {
  background-position: center 42.7951%;
}

.fflag-es {
  background-position: left 43.0168%;
}

.fflag-se {
  background-position: center 43.2385%;
}

.fflag-ch {
  background-position: center 43.4602%;
}

.fflag-tr {
  background-position: center 43.6819%;
}

.fflag-uk {
  background-position: center 43.9036%;
}

.fflag-gb {
  background-position: center 44.1253%;
}

.fflag-va {
  background-position: right 44.347%;
}

.fflag-bh {
  background-position: center 44.5687%;
}

.fflag-ir {
  background-position: center 44.7904%;
}

.fflag-iq {
  background-position: center 45.0121%;
}

.fflag-il {
  background-position: center 45.2338%;
}

.fflag-kw {
  background-position: left 45.4555%;
}

.fflag-jo {
  background-position: left 45.6772%;
}

.fflag-kg {
  background-position: center 45.897%;
}

.fflag-lb {
  background-position: center 46.1206%;
}

.fflag-om {
  background-position: left 46.3423%;
}

.fflag-pk {
  background-position: center 46.561%;
}

.fflag-ps {
  background-position: center 46.7857%;
}

.fflag-qa {
  background-position: center 47.0074%;
}

.fflag-sa {
  background-position: center 47.2291%;
}

.fflag-sy {
  background-position: center 47.4508%;
}

.fflag-ae {
  background-position: center 47.6725%;
}

.fflag-uz {
  background-position: left 47.8942%;
}

.fflag-as {
  background-position: right 48.1159%;
}

.fflag-au {
  background-position: center 48.3376%;
}

.fflag-cx {
  background-position: center 48.5593%;
}

.fflag-cc {
  background-position: center 48.781%;
}

.fflag-ck {
  background-position: center 49.002%;
}

.fflag-fj {
  background-position: center 49.2244%;
}

.fflag-pf {
  background-position: center 49.4445%;
}

.fflag-gu {
  background-position: center 49.6678%;
}

.fflag-ki {
  background-position: center 49.8895%;
}

.fflag-mh {
  background-position: left 50.1112%;
}

.fflag-fm {
  background-position: center 50.3329%;
}

.fflag-nc {
  background-position: center 50.5546%;
}

.fflag-nz {
  background-position: center 50.7763%;
}

.fflag-nr {
  background-position: left 50.998%;
}

.fflag-nu {
  background-position: center 51.2197%;
}

.fflag-nf {
  background-position: center 51.4414%;
}

.fflag-ws {
  background-position: left 51.6631%;
}

.fflag-sb {
  background-position: left 51.8848%;
}

.fflag-tk {
  background-position: center 52.1065%;
}

.fflag-to {
  background-position: left 52.3282%;
}

.fflag-tv {
  background-position: center 52.5499%;
}

.fflag-vu {
  background-position: left 52.7716%;
}

.fflag-wf {
  background-position: center 52.9933%;
}

.fflag-eu {
  background-position: center 53.215%;
}

.fflag-jr {
  background-position: center 53.4315%;
}

.fflag-oly {
  background-position: center 53.6584%;
}

.fflag-un {
  background-position: center 53.875%;
}

.fflag-be.ff-round,
.fflag-ci.ff-round,
.fflag-fr.ff-round,
.fflag-gn.ff-round,
.fflag-ie.ff-round,
.fflag-it.ff-round,
.fflag-ml.ff-round,
.fflag-ng.ff-round,
.fflag-ro.ff-round,
.fflag-td.ff-round {
  background-size: 100% 50000%;
}

.ff-round {
  background-size: 160%;
  background-clip: content-box;
  border-radius: 50%;
}

.ff-round.ff-sm {
  width: 12px;
  height: 12px;
}

.ff-round.ff-md {
  width: 18px;
  height: 18px;
}

.ff-round.ff-lg {
  width: 24px;
  height: 24px;
}

.ff-round.ff-xl {
  width: 32px;
  height: 32px;
}

.button {
  display: block;
  text-align: center;
  padding: 12px 28px;
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.3;
  font-size: 20px;
  letter-spacing: -0.4px;
  border: none;
  border-radius: 5px;
  background-color: #ffbb04;
  color: #000;
  -webkit-transition: background-color 0.3s linear,
 color 0.3s linear, -webkit-box-shadow 0.3s linear;
  transition: background-color 0.3s linear,
 color 0.3s linear, -webkit-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear, background-color 0.3s linear,
 color 0.3s linear;
  transition: box-shadow 0.3s linear, background-color 0.3s linear,
 color 0.3s linear;
  transition: box-shadow 0.3s linear, background-color 0.3s linear,
 color 0.3s linear, -webkit-box-shadow 0.3s linear;
  position: relative;
  overflow-x: hidden;
}

.button:hover {
  background: #e1ab19;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(208, 152, 0, 0.5), 0px -2px 10px 0px rgba(208, 152, 0, 0.5);
          box-shadow: 0px 2px 10px 0px rgba(208, 152, 0, 0.5), 0px -2px 10px 0px rgba(208, 152, 0, 0.5);
}

.button.pulse-button {
  -webkit-animation: borderPulse 1000ms infinite ease-out;
          animation: borderPulse 1000ms infinite ease-out;
}

@-webkit-keyframes borderPulse {
  0% {
    -webkit-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.4), 0px 0px 0px 0px #fff;
            box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.4), 0px 0px 0px 0px #fff;
  }
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0);
            box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0);
  }
}

@keyframes borderPulse {
  0% {
    -webkit-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.4), 0px 0px 0px 0px #fff;
            box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.4), 0px 0px 0px 0px #fff;
  }
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0);
            box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0);
  }
}

.button.custom-btn {
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  position: relative;
  outline: none;
}

.button.btn-7 {
  background: #ffbb04;
  line-height: 50px;
  padding: 0;
  border: none;
}

@media (min-width: 768px) {
  .button.btn-7 {
    line-height: 56px;
  }
}

.button.btn-7::after, .button.btn-7::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #ffbb04;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.button.btn-7::before {
  height: 0%;
  width: 2px;
}

.button.btn-7::after {
  width: 0%;
  height: 2px;
}

.button.btn-7:hover {
  color: #ffbb04;
  background: transparent;
}

.button.btn-7:hover::before {
  height: 100%;
}

.button.btn-7:hover::after {
  width: 100%;
}

.button.btn-7:hover span::before {
  height: 100%;
}

.button.btn-7:hover span::after {
  width: 100%;
}

.button.btn-7 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.button.btn-7 span::before, .button.btn-7 span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #ffbb04;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.button.btn-7 span::before {
  width: 2px;
  height: 0%;
}

.button.btn-7 span::after {
  height: 2px;
  width: 0%;
}

.button .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 65px;
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
  -webkit-animation: flareAnimation;
          animation: flareAnimation;
  left: -150%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.4)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  -webkit-animation: flareAnimation 3s ease infinite forwards;
          animation: flareAnimation 3s ease infinite forwards;
}

@-webkit-keyframes flareAnimation {
  0% {
    left: -150%;
  }
  50% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}

@keyframes flareAnimation {
  0% {
    left: -150%;
  }
  50% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}

@media (min-width: 576px) {
  .button {
    padding: 0.6em 1.6em;
  }
}

@media (min-width: 1200px) {
  .button {
    min-width: 262px;
  }
}

@media (min-width: 1920px) {
  .button {
    min-width: 262px;
  }
}

.container {
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 1200px) {
  .container {
    padding: 0 30px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1202px;
  }
}

.container.container--full-width {
  max-width: 100%;
}

@media (min-width: 1920px) {
  .container.container--fluid {
    max-width: 1766px;
  }
}

.scene-one,
.scene-two {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (min-width: 1200px) {
  .scene-one,
  .scene-two {
    display: none;
  }
}

.scene-one img,
.scene-two img {
  max-width: 100%;
  height: auto;
}

.scene-one {
  left: -1%;
  left: -4%;
  background-position: right bottom;
}

@media (min-width: 576px) {
  .scene-one {
    left: 0;
  }
}

@media (min-width: 768px) {
  .scene-one {
    left: -29px;
    bottom: 10px;
  }
}

@media (min-width: 993px) {
  .scene-one {
    left: -9px;
  }
}

@media (min-width: 1200px) {
  .scene-one {
    left: 7%;
  }
}

@media (min-width: 1920px) {
  .scene-one {
    left: 21%;
  }
}

.scene-one--horseShoe {
  position: absolute;
  background-repeat: no-repeat;
}

.scene-one--horseShoe {
  --width: 70px;
  width: var(--width);
  bottom: 4%;
  left: calc(50% - clamp(130px, 28vw, 160px));
}

@media (min-width: 576px) {
  .scene-one--horseShoe {
    height: 69px;
    background-size: 100% auto;
  }
}

@media (min-width: 768px) {
  .scene-one--horseShoe {
    left: 4%;
    bottom: 18%;
    --width: 65px;
  }
}

.scene-two {
  right: -2%;
}

@media (min-width: 576px) {
  .scene-two {
    right: 0;
  }
}

@media (min-width: 768px) {
  .scene-two {
    right: -15px;
  }
}

@media (min-width: 1200px) {
  .scene-two {
    right: 11%;
    bottom: 0;
  }
}

@media (min-width: 1440px) {
  .scene-two {
    right: 7%;
  }
}

@media (min-width: 1920px) {
  .scene-two {
    right: 25%;
  }
}

.scene-two--hat {
  position: absolute;
  background-repeat: no-repeat;
}

.scene-two--hat {
  bottom: 1%;
  --width: 64px;
  width: var(--width);
  bottom: 5%;
  right: calc(50% -  clamp(130px, 28vw, 160px));
}

@media (min-width: 768px) {
  .scene-two--hat {
    right: calc(50% -  var(--width)/2 - 311px);
    bottom: 20%;
    --width: 76px;
  }
}

@media (min-width: 993px) {
  .scene-two--hat {
    right: 7%;
    bottom: 27%;
  }
}

.marquee-wrapper {
  width: auto;
  margin-bottom: 20px;
  position: relative;
  padding: 15px 0;
  background-color: #0857ff;
  color: #fff;
  overflow: hidden;
  font-size: 14px;
  margin-right: -30px;
  margin-left: -30px;
}

@media (min-width: 576px) {
  .marquee-wrapper {
    border-radius: 5px;
  }
}

@media (min-width: 768px) {
  .marquee-wrapper {
    margin-bottom: 54px;
  }
}

@media (min-width: 1200px) {
  .marquee-wrapper {
    margin-bottom: 32px;
  }
}

@media (min-width: 1440px) {
  .marquee-wrapper {
    font-size: 16px;
    padding: 22px 0;
  }
}

.marquee-wrapper::after,
.marquee-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 25px;
}

@media (min-width: 576px) {
  .marquee-wrapper::after,
  .marquee-wrapper::before {
    width: 50px;
  }
}

.marquee-wrapper::after {
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#0354FF));
  background-image: -o-linear-gradient(left, transparent, #0354FF);
  background-image: linear-gradient(to right, transparent, #0354FF);
}

.marquee-wrapper::before {
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#0354FF));
  background-image: -o-linear-gradient(right, transparent, #0354FF);
  background-image: linear-gradient(to left, transparent, #0354FF);
}

.marquee {
  white-space: nowrap;
  width: 0;
}

.soc-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 576px) {
  .soc-networks {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-left: auto;
  }
}

.soc-networks .footer__18icon {
  display: none;
}

.soc-networks a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
  width: 25px;
  background: #ffbb04;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
  border-radius: 50%;
  margin: 0 4px;
  font-size: 0;
}

.soc-networks a:first-child {
  margin-left: 0;
}

.soc-networks a:last-child {
  margin-right: 0;
}

.soc-networks a svg {
  width: 15px;
  height: 15px;
}

.soc-networks a svg use {
  fill: #000;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.soc-networks a:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(255, 187, 4, 0.7);
          box-shadow: 0px 0px 20px rgba(255, 187, 4, 0.7);
}

.langCheck {
  min-width: 62px;
  top: 0px;
  height: 24px;
}

@media (min-width: 768px) {
  .langCheck {
    min-width: 100px;
  }
}

@media (min-width: 993px) {
  .langCheck {
    display: block;
    position: relative;
    z-index: 10;
    right: 10px;
  }
}

.langCheck__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  background-color: transparent;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 111;
}

.langCheck__wrapper::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  background-color: transparent;
  z-index: 1;
}

@media (min-width: 576px) {
  .langCheck__wrapper::after {
    width: 27px;
  }
}

@media (min-width: 768px) {
  .langCheck__wrapper::after {
    width: 27px;
  }
}

.langCheck__wrapper:hover {
  padding-bottom: 5px;
  -webkit-animation-name: bgShow;
          animation-name: bgShow;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes bgShow {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #b4b4b4;
  }
}

@keyframes bgShow {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #b4b4b4;
  }
}

.langCheck__wrapper:hover::after {
  -webkit-animation-name: bgShow2;
          animation-name: bgShow2;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes bgShow2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #c8c8c8;
  }
}

@keyframes bgShow2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #c8c8c8;
  }
}

.langCheck__wrapper:hover .langCheck__item.selected {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  opacity: 1;
}

.langCheck__wrapper:hover .langCheck__item:not(.selected) {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-animation-name: showItem;
          animation-name: showItem;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  z-index: 1;
  padding: 3px 0;
}

@media (min-width: 768px) {
  .langCheck__wrapper:hover .langCheck__item:not(.selected) {
    -webkit-animation-name: showItemDesc;
            animation-name: showItemDesc;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

.langCheck__wrapper:hover .langCheck__item:not(.selected):hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  background-color: #c8c8c8;
}

.langCheck__wrapper:hover .langCheck__item:not(.selected):hover .langContext {
  color: black;
}

@-webkit-keyframes showItem {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
  }
}

@keyframes showItem {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
  }
}

@-webkit-keyframes showItemDesc {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}

@keyframes showItemDesc {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}

.langCheck__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.langCheck__item:hover {
  opacity: 1 !important;
}

.langCheck__item .icon {
  width: 12px;
  height: 12px;
  margin: 3px 6px 3px 4px;
  background-size: 17px;
  border-radius: 50%;
  border: 1px solid #fff;
}

@media (min-width: 576px) {
  .langCheck__item .icon {
    background-size: 27px;
    width: 19px;
    height: 18px;
    margin: 3px 6px 3px 6px;
  }
}

@media (min-width: 768px) {
  .langCheck__item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.langCheck__item .langContext {
  color: white;
  font-style: normal;
  font-family: 'Arial', serif;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

@media (min-width: 768px) {
  .langCheck__item .langContext {
    margin: 5px 0;
  }
}

.langCheck__item .langContext font {
  font-style: normal;
  font-family: 'Arial', serif;
}

.langCheck__item input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}

.langCheck__item.selected {
  height: 24px;
  background-color: #373737;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 576px) {
  .langCheck__item.selected {
    height: 27px;
  }
}

.langCheck__item.selected .icon {
  width: 12px;
  height: 12px;
  background-size: 17px;
  border-radius: 50%;
  border: 1px solid #fff;
}

@media (min-width: 576px) {
  .langCheck__item.selected .icon {
    background-size: 27px;
    margin-left: 11px;
    width: 18px;
    height: 18px;
  }
}

@media (min-width: 768px) {
  .langCheck__item.selected .icon {
    margin-left: 11px;
  }
}

.langCheck__item.selected .langContext {
  font-size: 11px;
  margin: 0;
}

@media (min-width: 768px) {
  .langCheck__item.selected .langContext {
    font-size: 12px;
    margin: 5px 0;
  }
}

.langCheck__item.selected .arrow {
  width: 20px;
  height: 100%;
  height: 27px;
  background-color: #6283fe;
  -webkit-box-shadow: inset 0px 1.80193px 10.2109px rgba(0, 0, 0, 0.14);
          box-shadow: inset 0px 1.80193px 10.2109px rgba(0, 0, 0, 0.14);
  margin-left: 6px;
  position: relative;
}

@media (min-width: 576px) {
  .langCheck__item.selected .arrow {
    width: 27px;
  }
}

@media (min-width: 768px) {
  .langCheck__item.selected .arrow {
    margin-left: auto;
  }
}

.langCheck__item.selected .arrow::before, .langCheck__item.selected .arrow::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #373737;
  height: 2px;
  width: 5px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
}

@media (min-width: 576px) {
  .langCheck__item.selected .arrow::before, .langCheck__item.selected .arrow::after {
    width: 7px;
  }
}

@media (min-width: 768px) {
  .langCheck__item.selected .arrow::before, .langCheck__item.selected .arrow::after {
    width: 9px;
  }
}

.langCheck__item.selected .arrow::before {
  left: 28%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 768px) {
  .langCheck__item.selected .arrow::before {
    left: 24%;
  }
}

.langCheck__item.selected .arrow::after {
  right: 28%;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media (min-width: 768px) {
  .langCheck__item.selected .arrow::after {
    right: 24%;
  }
}

.langCheck__item.active {
  display: none;
}

.langCheck__item:not(.selected) {
  position: absolute;
  top: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  opacity: 0;
}

.langCheck__item > a.langContext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #fff;
}

.langCheck__item > a.langContext .icon {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.header {
  position: relative;
  z-index: 4;
  background-color: #1e1e1e;
}

@media (min-width: 1920px) {
  .header {
    padding: 0 20px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.6em 0;
}

@media (min-width: 768px) {
  .header__inner {
    padding: 0.78em 0;
  }
}

@media (min-width: 1200px) {
  .header__inner {
    padding: 0.6em 0;
  }
}

.header__inner .header__mobMenuBtn,
.header__inner .langCheck,
.header__inner .button {
  margin-left: 0.6em;
}

@media (min-width: 576px) {
  .header__inner .header__mobMenuBtn,
  .header__inner .langCheck,
  .header__inner .button {
    margin-left: 1em;
  }
}

.header__inner .header__mobMenuBtn {
  width: 20px;
  height: 15px;
  position: relative;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border: none;
  background-color: transparent;
  /* Icon 2 */
}

@media (min-width: 1200px) {
  .header__inner .header__mobMenuBtn {
    display: none;
  }
}

.header__inner .header__mobMenuBtn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.header__inner .header__mobMenuBtn span:nth-child(1) {
  top: 0px;
}

.header__inner .header__mobMenuBtn span:nth-child(2) {
  top: 6px;
}

.header__inner .header__mobMenuBtn span:nth-child(3) {
  top: 12px;
}

.header__inner .header__mobMenuBtn.open span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.header__inner .header__mobMenuBtn.open span:nth-child(2) {
  opacity: 0;
  left: -20px;
}

.header__inner .header__mobMenuBtn.open span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.header__left {
  margin-right: auto;
}

@media (min-width: 1200px) {
  .header__left {
    margin-right: unset;
  }
}

.header__reg {
  display: none;
}

@media (min-width: 576px) {
  .header__reg {
    margin-left: auto;
    display: block;
  }
}

.header__box {
  max-height: 54px;
}

@media (min-width: 576px) {
  .header__box {
    max-height: 91px;
    margin-left: 10px;
  }
}

@media (min-width: 576px) {
  .header hr {
    display: none;
  }
}

.top {
  padding-top: 24px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
}

@media (min-width: 768px) {
  .top {
    padding-top: 40px;
  }
}

@media (min-width: 993px) {
  .top {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .top {
    padding-top: 40px;
    padding-bottom: 16px;
  }
}

@media (min-width: 1440px) {
  .top {
    padding-bottom: 0px;
  }
}

@media (min-width: 1920px) {
  .top {
    padding-top: 67px;
    padding-bottom: 20px;
  }
}

.top .font {
  font-style: italic;
}

.top p {
  position: relative;
  z-index: 1;
  color: #001951;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .top p {
    font-size: 16px;
    padding: 0 4px;
  }
}

@media (min-width: 1200px) {
  .top p {
    max-width: 850px;
    margin: 0 auto;
  }
}

@media (min-width: 1920px) {
  .top p {
    font-size: 20px;
    padding: 0;
    max-width: 88%;
  }
}

.top p > span {
  padding: 7px;
  color: inherit;
  border-radius: 5px;
  background-color: #FF953B;
}

.top p > span span {
  font-weight: 700;
}

.top h1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  margin: 0px auto 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: calc(
 24px + 43 * ((100vw - 320px) / 1600));
  font-style: italic;
  font-weight: 900;
  line-height: 130%;
  letter-spacing: -0.48px;
}

@media (min-width: 768px) {
  .top h1 {
    font-size: 36px;
    line-height: 1.3;
    margin: 0px auto 30px;
    max-width: 578px;
  }
}

@media (min-width: 1200px) {
  .top h1 {
    margin: 0px auto 40px;
    font-size: 35px;
    max-width: unset;
  }
}

@media (min-width: 1440px) {
  .top h1 {
    font-size: 36px;
  }
}

@media (min-width: 1920px) {
  .top h1 {
    margin: 0px auto 63px;
    font-size: 40px;
  }
}

@-webkit-keyframes cinematicInOut2 {
  0% {
    color: #ffbb04;
    text-shadow: 0 0 2em #ffbb04;
    opacity: 0;
  }
  100% {
    text-shadow: 0 0 0 #ffbb04;
    opacity: 1;
    color: #fff;
  }
}

@keyframes cinematicInOut2 {
  0% {
    color: #ffbb04;
    text-shadow: 0 0 2em #ffbb04;
    opacity: 0;
  }
  100% {
    text-shadow: 0 0 0 #ffbb04;
    opacity: 1;
    color: #fff;
  }
}

.top h1 span {
  font-style: italic;
  color: #ffbb04;
  font-weight: 500;
}

@-webkit-keyframes cinematicInOut {
  0% {
    text-shadow: 0 0 1em white;
    opacity: 0;
  }
  100% {
    text-shadow: 0 0 0 white;
    opacity: 1;
  }
}

@keyframes cinematicInOut {
  0% {
    text-shadow: 0 0 1em white;
    opacity: 0;
  }
  100% {
    text-shadow: 0 0 0 white;
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .top h1 span {
    display: inline-block;
  }
}

.top__radialGardient {
  position: absolute;
  height: 100%;
  width: 100%;
  background: -o-radial-gradient(50% 50%, 46.65% 46.65%, #004469 0%, rgba(0, 68, 105, 0) 99.99%, rgba(217, 217, 217, 0) 100%);
  background: radial-gradient(46.65% 46.65% at 50% 50%, #004469 0%, rgba(0, 68, 105, 0) 99.99%, rgba(217, 217, 217, 0) 100%);
}

.top__radialGardient.pulse {
  -webkit-animation: pulse-anim 3s infinite;
          animation: pulse-anim 3s infinite;
}

@-webkit-keyframes pulse-anim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse-anim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo__link {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-filter: drop-shadow(2px 4px 6px black);
          filter: drop-shadow(2px 4px 6px black);
  font-size: 0;
}

@-webkit-keyframes shine {
  0% {
    mask-position: -50%;
    -webkit-mask-position: 150%;
  }
  100% {
    mask-position: -50%;
    -webkit-mask-position: -50%;
  }
}

@keyframes shine {
  0% {
    mask-position: -50%;
    -webkit-mask-position: 150%;
  }
  100% {
    mask-position: -50%;
    -webkit-mask-position: -50%;
  }
}

.logo__link:hover {
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
  -webkit-mask-image: linear-gradient(-75deg, rgba(255, 255, 255, 0.7) 30%, #fff 50%, rgba(255, 255, 255, 0.7) 70%);
  -webkit-mask-size: 200%;
}

.logo__link img {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (min-width: 768px) {
  .logo__link img {
    min-width: 160px;
  }
}

.logo__svg {
  max-width: 90px;
  max-height: 15px;
  -webkit-filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.8));
}

@media (min-width: 993px) {
  .logo__svg {
    max-width: 90px;
  }
}

@media (min-width: 993px) {
  .logo__svg {
    max-width: 151px;
    max-height: 31px;
  }
}

.logo__text {
  display: none;
}

@media (min-width: 360px) {
  .logo__text {
    display: block;
    font-style: italic;
    text-transform: uppercase;
    font-size: calc(
 12px + 2 * ((100vw - 320px) / 1600));
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

#navbar-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#navbar-logo a {
  text-decoration: none;
  font-size: 20px;
  color: #fff;
}

@media (min-width: 768px) {
  #navbar-logo a {
    font-size: 25px;
  }
}

#navbar-logo a h2 {
  line-height: 1.24;
}

.gifts {
  position: relative;
  margin-bottom: 30px;
  margin-top: 23px;
}

@media (min-width: 768px) {
  .gifts {
    margin-top: 27px;
  }
}

@media (min-width: 1200px) {
  .gifts {
    margin-bottom: 43px;
  }
}

@media (min-width: 1440px) {
  .gifts {
    margin-top: 15px;
    margin-bottom: 7px;
  }
}

@media (min-width: 1920px) {
  .gifts {
    margin-top: 11px;
    margin-bottom: 15px;
  }
}

.gifts__decor {
  background-repeat: no-repeat;
}

.gifts__decor--leftkresta {
  display: none;
}

@media (min-width: 768px) {
  .gifts__decor--leftkresta {
    display: block;
    width: 53px;
    height: 62px;
    left: 97%;
    bottom: -38%;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    background-image: -webkit-image-set(url(../images/helwin/decor/kresta-44x51.avif) 1x, url(../images/helwin/decor/kresta-44x51.webp) 2x, url(../images/helwin/decor/kresta-44x51.png) 2x);
    background-image: -webkit-image-set("../images/helwin/decor/kresta-44x51.avif" 1x type("image/avif"), "../images/helwin/decor/kresta-44x51.webp" 2x type("image/webp"), "../images/helwin/decor/kresta-44x51.png" 2x type("image/png"));
    background-image: -webkit-image-set(url("../images/helwin/decor/kresta-44x51.avif") 1x type("image/avif"), url("../images/helwin/decor/kresta-44x51.webp") 2x type("image/webp"), url("../images/helwin/decor/kresta-44x51.png") 2x type("image/png"));
    background-image: image-set("../images/helwin/decor/kresta-44x51.avif" 1x type("image/avif"), "../images/helwin/decor/kresta-44x51.webp" 2x type("image/webp"), "../images/helwin/decor/kresta-44x51.png" 2x type("image/png"));
    background-position: center;
    background-size: 100%;
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
}

@media (min-width: 768px) {
  .gifts__decor--leftkresta {
    width: 44px;
    height: 51px;
    bottom: 22%;
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .gifts__decor--leftkresta {
    right: calc((100vw - 100%) / 4 * -1);
    -webkit-transform: translate(50%, 0px) scaleX(-1);
        -ms-transform: translate(50%, 0px) scaleX(-1);
            transform: translate(50%, 0px) scaleX(-1);
    bottom: 15%;
  }
}

@media (min-width: 1440px) {
  .gifts__decor--leftkresta {
    -webkit-transform: translate(50%, 0px) scaleX(1);
        -ms-transform: translate(50%, 0px) scaleX(1);
            transform: translate(50%, 0px) scaleX(1);
    bottom: 16%;
  }
}

@media (min-width: 1920px) {
  .gifts__decor--leftkresta {
    left: unset;
    right: calc((100vw - 100%) / 2.8 * -1);
    bottom: 32%;
  }
}

.gifts__decor {
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .gifts__decor {
    width: unset;
    display: none;
  }
}

.gifts ul {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  list-style: none;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

@media (min-width: 576px) {
  .gifts ul {
    max-width: 74%;
  }
}

@media (min-width: 768px) {
  .gifts ul {
    max-width: 98%;
    gap: 21px 16px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .gifts ul {
    max-width: 100%;
    margin-bottom: 35px;
    gap: 18px 22px;
  }
}

@media (min-width: 1440px) {
  .gifts ul {
    max-width: 98%;
    margin-bottom: 28px;
  }
}

@media (min-width: 1920px) {
  .gifts ul {
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    margin-bottom: 55px;
  }
}

.gifts li {
  position: relative;
  width: 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 128px;
  min-height: clamp(130px, 41vw, 150px);
}

@media (min-width: 768px) {
  .gifts li {
    max-width: clamp(163px, 19vw, 198px);
    min-height: clamp(201px, 24vw, 245px);
  }
}

@media (min-width: 1440px) {
  .gifts li {
    max-width: clamp(198px, 13vw, 224px);
    min-height: clamp(245px, 15.5vw, 277px);
  }
}

@media (min-width: 1920px) {
  .gifts li:nth-child(2), .gifts li:nth-child(6) {
    margin-top: 46px;
  }
}

@media (min-width: 1920px) {
  .gifts li:nth-child(3), .gifts li:nth-child(5) {
    margin-top: calc(46px + 36px);
  }
}

@media (min-width: 1920px) {
  .gifts li:nth-child(4) {
    margin-top: calc(46px + 36px + 50px);
  }
}

.gifts__content .popup {
  opacity: 0;
}

.gifts__item {
  position: relative;
}

@media (min-width: 1200px) {
  .gifts__item .gifts__glow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
    opacity: 0;
  }
}

@media (min-width: 1200px) {
  .gifts__item--currentOpen .gifts__glow {
    display: block;
    z-index: -1;
    top: 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc937), to(rgba(252, 196, 44, 0)));
    background: -o-linear-gradient(top, #ffc937 0%, rgba(252, 196, 44, 0) 100%);
    background: linear-gradient(180deg, #ffc937 0%, rgba(252, 196, 44, 0) 100%);
    opacity: 1;
    -webkit-transition: opacity 0.6s linear;
    -o-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
  }
}

@media (min-width: 1440px) {
  .gifts__item--currentOpen .gifts__glow {
    top: 31px;
  }
}

@media (min-width: 1920px) {
  .gifts__item--currentOpen .gifts__glow {
    top: 45px;
  }
}

.gifts__item--currentOpen .gifts__glow span {
  display: block;
  height: 20px;
  width: 20px;
  background-color: #ffbb04;
  border: inherit;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  -webkit-clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  -webkit-transform: rotate(136deg);
      -ms-transform: rotate(136deg);
          transform: rotate(136deg);
  border-radius: 0 0 0 0.25em;
}

.gifts__item--giftIsOpen button[data-modal] {
  cursor: not-allowed;
}

.gifts__item--today button:hover .gifts__item-barrel::before {
  opacity: 1;
}

.gifts__item--today .gifts__item-barrel {
  position: relative;
  z-index: 1;
}

.gifts__item--today .gifts__item-barrel::before {
  content: '';
  position: absolute;
  bottom: 6%;
  z-index: -1;
  display: block;
  min-height: 87%;
  --width: 87%;
  min-width: var(--width);
  background-color: #ffbb04;
  left: calc(50% - var(--width)/2);
  border-radius: 50%;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 0;
}

@media (min-width: 576px) {
  .gifts__item--today .gifts__item-barrel::before {
    --width: 93%;
    -webkit-filter: blur(25px);
            filter: blur(25px);
  }
}

@media (min-width: 1200px) {
  .gifts__item--today .gifts__item-barrel::before {
    min-height: 89%;
    --width: 95%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
  }
}

.gifts__item--nextDay button[data-modal] {
  cursor: not-allowed;
}

.gifts__item-barrel {
  --width: clamp(70px, 84%, 86px);
  width: var(--width);
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .gifts__item-barrel {
    --width: clamp(126px, 80%, 153px);
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
  }
}

@media (min-width: 1440px) {
  .gifts__item-barrel {
    --width: clamp(153px, 80%, 173px);
    -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
            transform: translateY(6px);
  }
}

.gifts__item-barrel img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1920px) {
  .gifts__scenes {
    display: none;
  }
}

.gifts button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: none;
  border: none;
  overflow: hidden;
  cursor: pointer;
  font-size: 0;
  border-radius: 30px;
  background-color: #001951;
  border: 3px solid #ffbb04;
}

@media (min-width: 768px) {
  .gifts button {
    border-radius: 62px;
  }
}

.gifts p {
  position: absolute;
  top: 6%;
}

@media (min-width: 768px) {
  .gifts p {
    top: 3%;
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .gifts p {
    font-size: 12.4px;
  }
}

@media (min-width: 1440px) {
  .gifts p {
    font-size: 16px;
  }
}

.gifts__day {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  color: #ffbb04;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .gifts__day {
    font-size: 35px;
  }
}

@media (min-width: 1200px) {
  .gifts__day {
    font-size: 42px;
  }
}

@media (min-width: 1920px) {
  .gifts__day {
    font-size: 48px;
  }
}

.gifts__box {
  min-width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

@media (min-width: 768px) {
  .gifts__box {
    top: 3%;
  }
}

.terms {
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .terms {
    padding-top: 5px;
    padding-bottom: 30px;
  }
}

@media (min-width: 993px) {
  .terms {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .terms {
    padding-top: 16px;
    padding-bottom: 39px;
  }
}

@media (min-width: 1440px) {
  .terms {
    padding-top: 90px;
    padding-bottom: 31px;
  }
}

@media (min-width: 1920px) {
  .terms {
    padding-top: 118px;
    padding-bottom: 38px;
  }
}

.terms__wrapper {
  position: relative;
}

.terms__decor-item {
  position: absolute;
  width: var(--width);
}

.terms__decor-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.terms__decor-item--coin-bottom {
  display: none;
}

@media (min-width: 768px) {
  .terms__decor-item--coin-bottom {
    display: block;
  }
}

@media (min-width: 768px) {
  .terms__decor-item--coin-bottom {
    width: 80px;
    height: unset;
    bottom: -32px;
    right: 26.5%;
  }
}

@media (min-width: 1200px) {
  .terms__decor-item--coin-bottom {
    right: 4%;
    width: 93px;
  }
}

@media (min-width: 1440px) {
  .terms__decor-item--coin-bottom {
    right: 2%;
    width: 115px;
  }
}

@media (min-width: 768px) {
  .terms__decor-item--coin-bottom img {
    -webkit-transform: rotate(27deg);
        -ms-transform: rotate(27deg);
            transform: rotate(27deg);
  }
}

@media (min-width: 1200px) {
  .terms__decor-item--coin-bottom img {
    -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
            transform: rotate(7deg);
  }
}

.terms__decor-item--clover-bottom {
  display: none;
}

@media (min-width: 768px) {
  .terms__decor-item--clover-bottom {
    display: block;
    --width: 93px;
    width: var(--width);
    bottom: -47px;
    left: 27%;
  }
}

@media (min-width: 1200px) {
  .terms__decor-item--clover-bottom {
    display: block;
    --width: 93px;
    width: var(--width);
    bottom: -9px;
    left: 7%;
  }
}

@media (min-width: 1440px) {
  .terms__decor-item--clover-bottom {
    left: 4%;
    bottom: -39px;
  }
}

@media (min-width: 1440px) {
  .terms__decor-item--clover-bottom img {
    -webkit-transform: rotate(-246deg);
        -ms-transform: rotate(-246deg);
            transform: rotate(-246deg);
  }
}

.terms__decor-item--clover, .terms__decor-item--coin {
  display: none;
}

@media (min-width: 1200px) {
  .terms__decor-item--clover, .terms__decor-item--coin {
    display: block;
  }
}

@media (min-width: 1200px) {
  .terms__decor-item--coin {
    width: var(--width);
    width: 93px;
    bottom: 0px;
    left: 64%;
  }
}

@media (min-width: 1440px) {
  .terms__decor-item--coin {
    width: 105px;
    bottom: 7px;
    left: 61%;
  }
}

@media (min-width: 1920px) {
  .terms__decor-item--coin {
    width: 165px;
    bottom: -10px;
    left: 61%;
  }
}

@media (min-width: 1200px) {
  .terms__decor-item--coin img {
    -webkit-transform: rotate(29deg);
        -ms-transform: rotate(29deg);
            transform: rotate(29deg);
  }
}

@media (min-width: 1200px) {
  .terms__decor-item--clover {
    width: var(--width);
    bottom: 4px;
    left: 28%;
    width: 93px;
  }
}

@media (min-width: 1440px) {
  .terms__decor-item--clover {
    width: 119px;
    bottom: 11px;
    left: 24%;
  }
}

@media (min-width: 1920px) {
  .terms__decor-item--clover {
    width: 166px;
    bottom: 1px;
    left: 23%;
  }
}

.terms__decor-item--leftbottom, .terms__decor-item--rightbottom {
  display: none;
}

@media (min-width: 768px) {
  .terms__decor-item--leftbottom, .terms__decor-item--rightbottom {
    display: block;
    width: var(--width);
    z-index: -1;
  }
}

@media (min-width: 768px) {
  .terms__decor-item--rightbottom {
    --width: clamp(292px, 38vw, 380px);
    right: -52px;
    top: -23vw;
  }
}

@media (min-width: 1200px) {
  .terms__decor-item--rightbottom {
    --width: clamp(476px, 35vw, 533px);
    top: -29vw;
    right: -65px;
  }
}

@media (min-width: 1440px) {
  .terms__decor-item--rightbottom {
    --width: clamp(533px, 35vw, 654px);
    top: -27vw;
    right: -37px;
  }
}

@media (min-width: 1920px) {
  .terms__decor-item--rightbottom {
    top: -24vw;
    --width: clamp(761px, 38vw, 900px);
    right: -73px;
  }
}

@media (min-width: 768px) {
  .terms__decor-item--leftbottom {
    --width: clamp(310px, 35vw, 430px);
    left: -94px;
    top: -16vw;
  }
}

@media (min-width: 1200px) {
  .terms__decor-item--leftbottom {
    --width: clamp(525px, 38vw, 613px);
    top: -20.5vw;
    left: -147px;
  }
}

@media (min-width: 1440px) {
  .terms__decor-item--leftbottom {
    --width: clamp(613px, 38vw, 849px);
    left: -127px;
    left: -183px;
    top: -20.5vw;
  }
}

@media (min-width: 1920px) {
  .terms__decor-item--leftbottom {
    --width: clamp(849px, 38vw, 1000px);
    left: -307px;
  }
}

.terms__text {
  margin-bottom: 20px;
}

.terms__text p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

@media (min-width: 768px) {
  .terms__text {
    width: 100%;
  }
}

@media (min-width: 1440px) {
  .terms__text {
    font-size: 12px;
  }
}

@media (min-width: 1920px) {
  .terms__text {
    font-size: 14px;
  }
}

.terms h2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: color 0.3s linear, margin-bottom 0.3s linear;
  -o-transition: color 0.3s linear, margin-bottom 0.3s linear;
  transition: color 0.3s linear, margin-bottom 0.3s linear;
  cursor: pointer;
}

@media (min-width: 768px) {
  .terms h2 {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .terms h2 {
    font-size: 16px;
  }
}

.terms h2:hover {
  color: #cccccc;
}

.terms table {
  text-transform: uppercase;
}

.terms__container {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  line-height: 130%;
}

@media (min-width: 768px) {
  .terms__container {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  .terms__container {
    margin-left: 0px;
    margin-right: 0px;
    margin-left: 86px;
    margin-right: 84px;
  }
}

@media (min-width: 1440px) {
  .terms__container {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1920px) {
  .terms__container .terms__container {
    font-size: 30px;
  }
}

.terms__container--open::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 1px;
  width: calc(100% - 2px);
  height: 100%;
  border-radius: 5px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.1);
}

.terms__container--open li {
  text-shadow: 0 0 1px black;
}

.terms__container--open .terms__container-btn {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.8;
}

.terms__container--open h2 {
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.terms__container--open ol {
  position: relative;
  z-index: 1;
}

.terms__container-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1px 20px 3px;
  border: 1px solid #fff;
  border-radius: 5px;
}

@media (min-width: 1200px) {
  .terms__container-box {
    padding: 5px 20px 5px;
  }
}

.terms__container-box #triggerToggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 3%;
}

.terms__container-box ol {
  width: 100%;
}

.terms__container-list, .terms__container-box {
  z-index: 1;
  position: relative;
}

@keyframes showItem {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    text-shadow: 1px 1px 1px #000;
  }
}

.terms__container-list {
  overflow: hidden;
  position: relative;
  display: none;
}

.terms__container-list::before {
  content: "";
  position: absolute;
  top: 1px;
  height: 1px;
  width: 1px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s linear, width 0s linear;
  -o-transition: background-color 0.3s linear, width 0s linear;
  transition: background-color 0.3s linear, width 0s linear;
}

.terms__container-list > li {
  font-size: 16px;
}

.terms__container-list > li:nth-child(n + 1).anim {
  -webkit-transform: translate(-100%, 0%);
      -ms-transform: translate(-100%, 0%);
          transform: translate(-100%, 0%);
  -webkit-animation: item-slide 1s forwards;
          animation: item-slide 1s forwards;
}

.terms__container-list > li:nth-child(n + 1).anim:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.terms__container-list > li:nth-child(n + 1).anim:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.terms__container-list > li:nth-child(n + 1).anim:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.terms__container-list > li:nth-child(n + 1).anim:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.terms__container-list > li:nth-child(n + 1).anim:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.terms__container-list > li:nth-child(n + 1).anim:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.terms__container-list > li:nth-child(n + 1).anim:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.terms__container-list > li:nth-child(n + 1).anim:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.terms__container-list > li:nth-child(n + 1).anim:nth-child(9) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.terms__container-list > li:nth-child(n + 1).anim:nth-child(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.terms__container-list > li:nth-child(n + 1).anim:nth-child(11) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.terms__container-list > li:nth-child(n + 1).anim:nth-child(12) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.terms__container-list > li:nth-child(n + 1).anim:nth-child(13) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.terms__container-list > li:nth-child(n + 1).anim:nth-child(14) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

@-webkit-keyframes item-slide {
  0% {
    opacity: 0.2;
  }
  60% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes item-slide {
  0% {
    opacity: 0.2;
  }
  60% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

.terms__container-list > li ul {
  list-style-type: disc;
  padding-left: 15px;
}

.terms__container-list > li ul li {
  margin-bottom: 0;
}

.terms__container-list.terms__container-list--opened {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  padding-top: 15px;
}

.terms__container-list.terms__container-list--opened::before {
  background-color: #fff;
  width: 100%;
}

.terms__container-list.terms__container-list--opened > li:nth-child(n + 1) {
  display: list-item;
}

.terms__container-list.terms__container-list--opened ~ .terms__container-btn::before {
  -webkit-transform: rotate(-13deg);
      -ms-transform: rotate(-13deg);
          transform: rotate(-13deg);
}

.terms__container-list.terms__container-list--opened ~ .terms__container-btn::after {
  -webkit-transform: rotate(13deg);
      -ms-transform: rotate(13deg);
          transform: rotate(13deg);
}

.terms__container-list li,
.terms__container-title li {
  margin-bottom: 2%;
  list-style-position: inside;
}

.terms__container-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: -1;
  height: 40px;
  font-size: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear, opacity 0.3s linear;
  transition: transform 0.3s linear, opacity 0.3s linear;
  transition: transform 0.3s linear, opacity 0.3s linear, -webkit-transform 0.3s linear;
  cursor: pointer;
}

@media (min-width: 768px) {
  .terms__container-btn {
    height: 30px;
  }
}

@media (min-width: 1440px) {
  .terms__container-btn {
    height: 44px;
  }
}

.terms__container-btn svg {
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.terms__container-btn:hover svg {
  opacity: 0.6;
}

.terms__container-btn:hover::before, .terms__container-btn:hover::after {
  background-color: rgba(255, 255, 255, 0.7);
}

.btnblock {
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) {
  .btnblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) {
  .btnblock {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .btnblock {
    margin-bottom: 5px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 1440px) {
  .btnblock {
    padding-top: 14px;
  }
}

@media (min-width: 1440px) {
  .btnblock {
    padding-top: 0;
  }
}

.btnblock__info-personage {
  margin: 0 auto;
  --width: clamp(292px, 90vw, 420px);
  width: var(--width);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.btnblock__info-personage img {
  display: block;
  width: 100%;
  height: auto;
}

.btnblock .decor {
  overflow: visible;
}

.btnblock .decor__item {
  position: absolute;
  z-index: 0;
}

.btnblock .decor__item--leftkresta {
  width: 53px;
  height: 62px;
  left: 97%;
  top: 50px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  background-image: -webkit-image-set(url(../images/helwin/decor/kresta-44x51.avif) 1x, url(../images/helwin/decor/kresta-44x51.webp) 2x, url(../images/helwin/decor/kresta-44x51.png) 2x);
  background-image: -webkit-image-set("../images/helwin/decor/kresta-44x51.avif" 1x type("image/avif"), "../images/helwin/decor/kresta-44x51.webp" 2x type("image/webp"), "../images/helwin/decor/kresta-44x51.png" 2x type("image/png"));
  background-image: -webkit-image-set(url("../images/helwin/decor/kresta-44x51.avif") 1x type("image/avif"), url("../images/helwin/decor/kresta-44x51.webp") 2x type("image/webp"), url("../images/helwin/decor/kresta-44x51.png") 2x type("image/png"));
  background-image: image-set("../images/helwin/decor/kresta-44x51.avif" 1x type("image/avif"), "../images/helwin/decor/kresta-44x51.webp" 2x type("image/webp"), "../images/helwin/decor/kresta-44x51.png" 2x type("image/png"));
  background-position: center;
  background-size: 100%;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

@media (min-width: 576px) {
  .btnblock .decor__item--leftkresta {
    left: 90%;
  }
}

@media (min-width: 768px) {
  .btnblock .decor__item--leftkresta {
    display: none;
    width: 44px;
    height: 51px;
    bottom: 25%;
    right: auto;
    left: 0;
  }
}

@media (min-width: 1200px) {
  .btnblock .decor__item--leftkresta {
    left: -10%;
    bottom: 15%;
    left: calc((100vw - 104%) / 2 * -1);
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@media (min-width: 1440px) {
  .btnblock .decor__item--leftkresta {
    bottom: 25%;
  }
}

@media (min-width: 1920px) {
  .btnblock .decor__item--leftkresta {
    left: -27%;
    bottom: 24%;
  }
}

.btnblock .decor__item--leftchirva {
  width: 28px;
  height: 28px;
  bottom: 10px;
  left: -6%;
  background-image: -webkit-image-set(url(../images/helwin/decor/chirva-39x37.avif) 1x, url(../images/helwin/decor/chirva-39x37.webp) 2x, url(../images/helwin/decor/chirva-39x37.png) 2x);
  background-image: -webkit-image-set("../images/helwin/decor/chirva-39x37.avif" 1x type("image/avif"), "../images/helwin/decor/chirva-39x37.webp" 2x type("image/webp"), "../images/helwin/decor/chirva-39x37.png" 2x type("image/png"));
  background-image: -webkit-image-set(url("../images/helwin/decor/chirva-39x37.avif") 1x type("image/avif"), url("../images/helwin/decor/chirva-39x37.webp") 2x type("image/webp"), url("../images/helwin/decor/chirva-39x37.png") 2x type("image/png"));
  background-image: image-set("../images/helwin/decor/chirva-39x37.avif" 1x type("image/avif"), "../images/helwin/decor/chirva-39x37.webp" 2x type("image/webp"), "../images/helwin/decor/chirva-39x37.png" 2x type("image/png"));
  background-position: center;
  background-size: 100%;
}

@media (min-width: 576px) {
  .btnblock .decor__item--leftchirva {
    left: 5%;
  }
}

@media (min-width: 768px) {
  .btnblock .decor__item--leftchirva {
    display: none;
    width: 25px;
    height: 23px;
    bottom: 45%;
    left: 15%;
    right: auto;
  }
}

@media (min-width: 1200px) {
  .btnblock .decor__item--leftchirva {
    bottom: -15%;
    left: 19%;
    width: 39px;
    height: 37px;
  }
}

.btnblock__info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px;
}

@media (min-width: 576px) {
  .btnblock__info p {
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  .btnblock__info p {
    width: auto;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .btnblock__info p {
    max-width: 560px;
    margin-bottom: 0;
  }
}

@media (min-width: 1440px) {
  .btnblock__info p {
    padding-bottom: 30px;
    max-width: 810px;
  }
}

@media (min-width: 1920px) {
  .btnblock__info p {
    max-width: 100%;
  }
}

.btnblock .terms__text {
  display: none;
}

@media (min-width: 1200px) {
  .btnblock .terms__text {
    display: block;
    max-width: 560px;
    padding: 0 5px;
    margin: 0 auto;
  }
}

@media (min-width: 1440px) {
  .btnblock .terms__text {
    max-width: 760px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1920px) {
  .btnblock .terms__text {
    max-width: 100%;
  }
}

.btnblock .scene-one,
.btnblock .scene-two {
  display: none;
}

@media (min-width: 768px) {
  .btnblock .scene-one,
  .btnblock .scene-two {
    display: block;
  }
}

.btnblock__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btnblock__box > a {
  margin-bottom: 35px;
}

@media (min-width: 576px) {
  .btnblock__box > a {
    max-width: unset;
    width: auto;
    min-width: 255px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .btnblock__box > a {
    margin-bottom: 3px;
    margin-top: 15px;
  }
}

@media (min-width: 1200px) {
  .btnblock__box > a {
    margin-top: 0px;
    margin-bottom: 45px;
  }
}

@media (min-width: 1440px) {
  .btnblock__box > a {
    margin-bottom: 50px;
  }
}

.btnblock__box .btnblock__info {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .btnblock__box .btnblock__info {
    margin-left: 0px;
    margin-right: 0px;
    display: none;
  }
}

.popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -100;
  opacity: 0;
}

.popup.show {
  position: fixed;
  z-index: 100;
  -webkit-animation: animShow 1s linear forwards;
          animation: animShow 1s linear forwards;
}

.popup.show .popup__decor--clover {
  -webkit-animation: rotate-in-down-left 2s ease forwards;
          animation: rotate-in-down-left 2s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 0;
}

@-webkit-keyframes rotate-in-down-left {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotate-in-down-left {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

.popup.show .popup__decor--coin {
  -webkit-animation: rotate-in-down-right 2s ease forwards;
          animation: rotate-in-down-right 2s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 0;
}

@-webkit-keyframes rotate-in-down-right {
  0% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotate-in-down-right {
  0% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes animShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.popup.hide {
  -webkit-animation: animHide 0.5s linear forwards;
          animation: animHide 0.5s linear forwards;
}

@-webkit-keyframes animHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -100;
  }
}

@keyframes animHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -100;
  }
}

.popup__block {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 271px;
  min-height: 377px;
  padding: 5px 15px;
  border-radius: 10px;
  border: 5px solid #ffbb04;
  background: -o-linear-gradient(43deg, #0038B7 -20%, #001951 100%);
  background: linear-gradient(47deg, #0038B7 -20%, #001951 100%);
}

.popup__block--customSize .popup__description {
  font-size: 15px;
  gap: 20px;
}

.popup__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.popup__close a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  width: 25px;
  position: relative;
  opacity: 1;
  color: #fff;
  font-weight: 500;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  cursor: pointer;
  font-size: 0;
}

.popup__close a:hover {
  opacity: 0.7;
}

.popup__close a::after, .popup__close a::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  width: 80%;
  height: 2px;
  position: absolute;
  top: 45%;
  left: 12%;
  border-radius: 15px;
}

.popup__close a::after {
  -webkit-transform: rotate(130deg);
      -ms-transform: rotate(130deg);
          transform: rotate(130deg);
}

.popup__close a::before {
  -webkit-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
          transform: rotate(50deg);
}

.popup__wrapper {
  margin: auto;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", sans-serif;
  padding-top: 10px;
}

.popup__decor {
  position: absolute;
}

.popup__decor img {
  width: 100%;
  height: auto;
}

.popup__decor--clover {
  top: 0px;
  width: 68px;
  overflow: hidden;
  left: 0;
}

.popup__decor--clover img {
  -webkit-transform: translate(-40%, -40%) rotate(150deg);
      -ms-transform: translate(-40%, -40%) rotate(150deg);
          transform: translate(-40%, -40%) rotate(150deg);
}

.popup__decor--coin {
  bottom: 0;
  right: 0;
  width: 81px;
}

.popup__decor--coin img {
  -webkit-transform: translate(15%, 40%) rotate(87deg);
      -ms-transform: translate(15%, 40%) rotate(87deg);
          transform: translate(15%, 40%) rotate(87deg);
}

.popup__frame {
  font-size: calc(
 16px + 8 * ((100vw - 320px) / 1600));
  color: #fff;
  line-height: 1.3;
}

.popup__description {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 40px;
  font-size: 16px;
}

.popup__description span {
  font-weight: 700;
  text-transform: initial;
}

.popup__description > time {
  text-transform: uppercase;
  font-size: 20px;
  font-style: italic;
}

.popup__description > time + span {
  display: block;
}

.popup__name {
  text-align: center;
  margin-bottom: 0.5em;
  max-width: 80%;
}

.popup__name {
  font-size: calc(16px + 23 * ((100vw - 320px) / 1600));
  line-height: 1.08;
  background: -o-linear-gradient(359.4deg, #ffbc00 19.97%, #ffe400 90.72%), -o-linear-gradient(bottom, #fff, #fff);
  background: linear-gradient(90.6deg, #ffbc00 19.97%, #ffe400 90.72%), linear-gradient(0deg, #fff, #fff);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 30px 0 20px;
  background-color: #1e1e1e;
}

@media (min-width: 993px) {
  .footer {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .footer {
    padding: 30px 20px 20px;
  }
}

.footer__box {
  margin-left: auto;
}

@media (min-width: 993px) {
  .footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 1200px) {
  .footer__box {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.footer .soc-networks {
  padding: 1em 0;
  width: 100%;
}

@media (min-width: 576px) {
  .footer .soc-networks {
    width: auto;
    max-width: 260px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 993px) {
  .footer .soc-networks {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    max-width: 20%;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 576px) {
  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .footer__inner {
    gap: 40px;
  }
}

.footer__copy {
  font-size: calc(
 14px + 2 * ((100vw - 320px) / 1600));
}

@media (min-width: 576px) {
  .footer__copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 993px) {
  .footer__copy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1200px) {
  .footer__copy {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 20px;
    margin: 0 auto;
    text-align: left;
    width: unset;
  }
}

@media (min-width: 1920px) {
  .footer__copy {
    font-size: 16px;
    max-width: 1120px;
  }
}

.footer__copy a {
  color: inherit;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.footer__copy a:hover {
  color: #cccccc;
}
