@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

.title, html[dir="rtl"] .table__scroll th, .conditions h2, .top h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-style: italic;
}

.conditions__inner ul li p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: italic;
}

.marquee-wrapper {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

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

.conditions, .conditions__inner ul li p span, .top p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

/* 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;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  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-color: #7799E8;
  letter-spacing: -0.02em;
}

@-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: 18px;
  border-radius: 4px;
  -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;
}

@media (min-width: 768px) {
  .layout {
    padding: 16px;
  }
}

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

.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%;
}

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;
  clip-path: inset(100%);
}

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

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

.red-gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-73.86%, #f95a71), color-stop(38.81%, #f40f3e));
  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;
}

.bg-filter {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

/* ---- reset ---- */
.title {
  text-transform: uppercase;
  font-style: italic;
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.03em;
}

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

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

.radialGardient {
  position: absolute;
  z-index: -2;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  background: radial-gradient(circle, #2b3d88 0%, #10183a 90%, #090e22 100%);
  height: 300px;
  width: 400px;
}

@media (min-width: 768px) {
  .radialGardient {
    width: 400px;
    min-height: unset;
    background: radial-gradient(circle, #2b3d88 0%, #10183a 90%, #090e22 100%);
    height: 300px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
  }
}

.top__radialGardient {
  position: absolute;
  z-index: -3;
  top: 50%;
  left: 50%;
  height: 228px;
  width: 176px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100px;
  background-color: #3043a8;
  -webkit-filter: blur(75px);
          filter: blur(75px);
}

@media (min-width: 576px) {
  .top__radialGardient {
    height: 239px;
    width: 185px;
  }
}

@media (min-width: 768px) {
  .top__radialGardient {
    height: 300px;
    width: 232px;
  }
}

@media (min-width: 1200px) {
  .top__radialGardient {
    width: 252px;
    height: 378px;
    -webkit-filter: blur(135px);
            filter: blur(135px);
  }
}

@media (min-width: 1440px) {
  .top__radialGardient {
    width: 343px;
    height: 513px;
  }
}

.top__radialGardient.pulse {
  -webkit-animation: gradientAnim;
          animation: gradientAnim;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.top__radialGardient .text-strip[class] {
  background-color: #7799E8;
}

@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-it';
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-BoldItalic.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-BoldItalic.otf") format("opentype"), url("../fonts/Montserrat/Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-BoldItalic.woff") format("woff");
  font-weight: 700;
  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-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;
}

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

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

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

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

@media (min-width: 1200px) {
  html[dir="rtl"] .top .scene {
    width: 490px;
  }
}

@media (min-width: 1440px) {
  html[dir="rtl"] .top .scene {
    width: 757px;
  }
}

@media (min-width: 1920px) {
  html[dir="rtl"] .top .scene {
    width: 880px;
  }
}

@media (min-width: 768px) {
  html[dir="rtl"] .top__title, html[dir="rtl"] .top__text, html[dir="rtl"] .top__btn-block {
    text-align: right;
  }
}

html[dir="rtl"] .conditions__image {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  right: unset;
  left: 0;
}

@media (min-width: 768px) {
  html[dir="rtl"] .conditions__image {
    --width: 120px;
    -webkit-transform: translate(-50%, -50%) rotate(-10deg);
        -ms-transform: translate(-50%, -50%) rotate(-10deg);
            transform: translate(-50%, -50%) rotate(-10deg);
  }
}

@media (min-width: 1200px) {
  html[dir="rtl"] .conditions__image {
    -webkit-transform: translate(-50%, 0%) rotate(-10deg);
        -ms-transform: translate(-50%, 0%) rotate(-10deg);
            transform: translate(-50%, 0%) rotate(-10deg);
    top: -36px;
    --width: 130px;
  }
}

html[dir="rtl"] .conditions__layout .conditions__text {
  text-align: right;
  padding-right: 0;
  padding-left: 20px;
}

@media (min-width: 768px) {
  html[dir="rtl"] .conditions__layout .conditions__text {
    padding-left: 0;
    max-width: 90%;
  }
}

@media (min-width: 1200px) {
  html[dir="rtl"] .conditions__inner ul li {
    padding-right: 15px;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  html[dir="rtl"] .conditions__inner ul li::before {
    left: unset;
    right: 0;
  }
}

html[dir="rtl"] .layout {
  padding-left: 25px;
}

html[dir="rtl"] .table__scroll-body tr:last-child td:last-child {
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fff, inset -1px 0px 0px #fff,
 inset 2px 0px 0px 0px #fff, inset 0px -2px 0px 0px #fff;
          box-shadow: inset 0px 1px 0px 0px #fff, inset -1px 0px 0px #fff,
 inset 2px 0px 0px 0px #fff, inset 0px -2px 0px 0px #fff;
}

html[dir="rtl"] .table__scroll-body tr:last-child td:first-child {
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fff, inset -2px 0px 0px #fff,
 inset 0px -2px 0px 0px #fff;
          box-shadow: inset 0px 1px 0px 0px #fff, inset -2px 0px 0px #fff,
 inset 0px -2px 0px 0px #fff;
}

html[dir="rtl"] .table__scroll-body tr.table__toggle-row td:last-child {
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fff, inset -1px 0px 0px #fff,
 inset 2px 0px 0px 0px #fff, inset 0px -2px 0px 0px #fff;
          box-shadow: inset 0px 1px 0px 0px #fff, inset -1px 0px 0px #fff,
 inset 2px 0px 0px 0px #fff, inset 0px -2px 0px 0px #fff;
}

html[dir="rtl"] .table__scroll-body tr.table__toggle-row td:first-child {
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fff, inset -2px 0px 0px #fff,
 inset 0px -2px 0px 0px #fff;
          box-shadow: inset 0px 1px 0px 0px #fff, inset -2px 0px 0px #fff,
 inset 0px -2px 0px 0px #fff;
}

html[dir="rtl"] .table__scroll-body tr td:last-child {
  padding-left: 15px;
  text-align: left;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fff, inset -1px 0px 0px #fff,
 inset 2px 0px 0px 0px #fff;
          box-shadow: inset 0px 1px 0px 0px #fff, inset -1px 0px 0px #fff,
 inset 2px 0px 0px 0px #fff;
  border-bottom-right-radius: 0px;
}

@media (min-width: 768px) {
  html[dir="rtl"] .table__scroll-body tr td:last-child {
    padding-left: 21px;
  }
}

@media (min-width: 1200px) {
  html[dir="rtl"] .table__scroll-body tr td:last-child {
    padding-left: 40px;
  }
}

@media (min-width: 1440px) {
  html[dir="rtl"] .table__scroll-body tr td:last-child {
    padding-left: 70px;
  }
}

html[dir="rtl"] .table__scroll-body tr td:first-child {
  text-align: left;
  padding-left: 15px;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fff, inset -2px 0px 0px #fff,
 inset 0px 0px 0px 0px #fff;
          box-shadow: inset 0px 1px 0px 0px #fff, inset -2px 0px 0px #fff,
 inset 0px 0px 0px 0px #fff;
  border-bottom-left-radius: 0px;
}

@media (min-width: 1200px) {
  html[dir="rtl"] .table__scroll-body tr td:first-child {
    padding-left: 40px;
  }
}

@media (min-width: 1920px) {
  html[dir="rtl"] .table__scroll-body tr td:first-child {
    padding-left: 70px;
  }
}

html[dir="rtl"] .table__scroll {
  padding-top: 18px;
  position: relative;
  z-index: 1;
  width: 380px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  html[dir="rtl"] .table__scroll {
    width: auto;
  }
}

html[dir="rtl"] .table__scroll > table {
  position: relative;
}

html[dir="rtl"] .table__scroll th {
  padding: 1em 4px;
  font-size: 12px;
  background-color: #2b2f3d;
  -webkit-box-shadow: inset -1px 0px 0px 0px #fff, inset 0px 2px 0px 0px #fff;
          box-shadow: inset -1px 0px 0px 0px #fff, inset 0px 2px 0px 0px #fff;
}

@media (min-width: 768px) {
  html[dir="rtl"] .table__scroll th {
    padding: 1.25em 10px 1.25em 15px;
    vertical-align: baseline;
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  html[dir="rtl"] .table__scroll th {
    padding: 1.25em 15px 1.25em 40px;
    font-size: 20px;
  }
}

@media (min-width: 1920px) {
  html[dir="rtl"] .table__scroll th {
    padding-left: 70px;
  }
}

html[dir="rtl"] .table__scroll th:last-child {
  -webkit-box-shadow: inset 2px 0 0px 0px #fff, inset 0 2px 0px 0px #fff,
 inset -1px 0 0px 0px #fff;
          box-shadow: inset 2px 0 0px 0px #fff, inset 0 2px 0px 0px #fff,
 inset -1px 0 0px 0px #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
}

html[dir="rtl"] .table__scroll th:first-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 0;
  -webkit-box-shadow: inset -2px 0 0px 0px #fff, inset -0 2px 0px 0px #fff;
          box-shadow: inset -2px 0 0px 0px #fff, inset -0 2px 0px 0px #fff;
  text-align: left;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  html[dir="rtl"] .table__scroll th:first-child {
    padding-left: 40px;
  }
}

@media (min-width: 1920px) {
  html[dir="rtl"] .table__scroll th:first-child {
    padding-left: 70px;
  }
}

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

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-ae {
  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-bn {
  background-position: center 25.9459%;
}

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

.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-in {
  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-ua {
  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-ar {
  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-tm {
  background-position: center 54.099%;
}

.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: 100%;
  width: 100%;
  margin: 0 auto;
  line-height: 50px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -0;
  border: none;
  border-radius: 4px;
  background-color: #ffbc00;
  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;
  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;
}

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

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

.button.button--longText.custom-btn {
  line-height: 1.4;
  height: 60px;
}

.button.button--longText.custom-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

.button.btn-7::after, .button.btn-7::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #ffbc00;
  -webkit-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: #ffbc00;
  background: transparent;
}

.button.btn-7:hover.pulse-button {
  -webkit-animation: none;
          animation: none;
}

.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: #ffbc00;
  -webkit-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: 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;
}

.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);
  }
}

@-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 {
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .container {
    max-width: 900px;
    width: 100%;
    padding: 0 30px;
  }
}

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

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

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

.conditions {
  position: relative;
  padding-top: 8px;
  padding-bottom: 10px;
  margin: 0 auto;
  overflow: hidden;
}

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

@media (min-width: 1200px) {
  .conditions {
    position: relative;
    overflow: visible;
    padding-top: 65px;
    padding-bottom: 20px;
    width: 100%;
  }
}

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

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

.conditions .decor__item {
  position: absolute;
  background-repeat: no-repeat;
}

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

.conditions .decor__item--gift-blue {
  display: none;
}

@media (min-width: 1200px) {
  .conditions .decor__item--gift-blue {
    --width: 70px;
    --container-w: 900px;
    width: var(--width);
    display: block;
    top: 46%;
    left: calc((100% - var(--container-w))/ 5);
  }
}

@media (min-width: 1440px) {
  .conditions .decor__item--gift-blue {
    --container-w: 1140px;
    --width: 94px;
  }
}

@media (min-width: 1920px) {
  .conditions .decor__item--gift-blue {
    --width: 110px;
    --container-w: 1240px;
    top: 59%;
  }
}

.conditions__strip, .conditions__title-strip, .conditions__text-strip {
  position: absolute;
}

.conditions__strip {
  top: -1px;
  left: -5px;
  width: 104%;
  height: 100%;
  height: calc(100% + 2px);
}

.conditions__title-strip {
  top: -3px;
  left: -5px;
  width: calc(100% + 20px);
  height: calc(100% + 6px);
}

.conditions__text-strip {
  top: -1px;
  left: -5px;
  width: 104%;
  height: 100%;
  height: calc(100% + 2px);
}

.conditions__layout {
  position: relative;
}

@media (min-width: 768px) {
  .conditions__layout {
    max-width: 91%;
  }
}

@media (min-width: 768px) {
  .conditions__layout {
    max-width: 93%;
  }
}

@media (min-width: 1440px) {
  .conditions__layout {
    max-width: 95%;
  }
}

@media (min-width: 768px) {
  .conditions__layout .conditions__text {
    max-width: 85%;
    text-align: left;
    margin-bottom: 0;
    letter-spacing: 0;
  }
}

@media (min-width: 1200px) {
  .conditions__layout .conditions__text {
    max-width: 90%;
  }
}

@media (min-width: 1440px) {
  .conditions__layout .conditions__text {
    max-width: 92%;
  }
}

@media (min-width: 1920px) {
  .conditions__layout .conditions__text {
    max-width: 80%;
  }
}

.conditions__layout.layout {
  border-radius: 10px;
  border: 1px solid #ffbb04;
}

.conditions__box {
  padding-bottom: 45px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .conditions__box {
    padding-bottom: 0px;
    margin-bottom: 50px;
  }
}

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

@media (min-width: 1440px) {
  .conditions__box {
    margin-bottom: 83px;
  }
}

@media (min-width: 1920px) {
  .conditions__box {
    margin-bottom: 104px;
  }
}

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

@media (min-width: 768px) {
  .conditions__inner .custom-btn:nth-child(1) {
    display: none;
  }
}

.conditions__inner ul {
  padding-left: 1.3em;
  list-style-type: disc;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
}

@media (min-width: 768px) {
  .conditions__inner ul {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
  }
}

@media (min-width: 1200px) {
  .conditions__inner ul {
    gap: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 12px;
  }
}

.conditions__inner ul li {
  position: relative;
}

@media (min-width: 768px) {
  .conditions__inner ul li {
    position: relative;
    list-style-type: disc;
    padding-right: 7px;
  }
}

@media (min-width: 1200px) {
  .conditions__inner ul li {
    position: relative;
    padding-right: 5px;
    list-style-type: none;
    padding-left: 15px;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}

@media (min-width: 1440px) {
  .conditions__inner ul li {
    padding-right: 0;
  }
}

.conditions__inner ul li:not(:last-child) {
  margin-bottom: 36px;
}

.conditions__inner ul li::before {
  display: none;
}

@media (min-width: 1200px) {
  .conditions__inner ul li::before {
    display: block;
    content: '';
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
  }
}

.conditions__inner ul li p {
  font-size: 14px;
}

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

.conditions__inner ul li p span {
  display: block;
  color: inherit;
}

.conditions h2 + .conditions__text {
  margin-bottom: 18px;
  padding-right: 0;
}

@media (min-width: 768px) {
  .conditions h2 + .conditions__text {
    width: 600px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .conditions h2 + .conditions__text {
    width: 794px;
  }
}

@media (min-width: 1440px) {
  .conditions h2 + .conditions__text {
    width: 876px;
  }
}

@media (min-width: 1920px) {
  .conditions h2 + .conditions__text {
    width: 1060px;
  }
}

.conditions h2 + .conditions__text p {
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .conditions h2 + .conditions__text p {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .conditions h2 + .conditions__text p {
    max-width: 100%;
  }
}

.conditions__text {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.4;
  color: #fff;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .conditions__text {
    margin-bottom: 18px;
    padding-right: 0px;
  }
}

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

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

@media (min-width: 1920px) {
  .conditions__text {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .conditions__text-decor {
    max-width: 84%;
    text-align: left;
  }
}

.conditions__text-decor img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.conditions__text-decor--stick-white, .conditions__text-decor--stick-gold {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.conditions__text-decor--stick-white {
  display: none;
}

@media (min-width: 768px) {
  .conditions__text-decor--stick-white {
    display: block;
    left: 0;
    width: 89px;
    height: 82px;
  }
}

@media (min-width: 1200px) {
  .conditions__text-decor--stick-white {
    right: 100%;
    left: auto;
    width: 132px;
    height: 130px;
    bottom: -10px;
  }
}

@media (min-width: 1920px) {
  .conditions__text-decor--stick-white {
    right: 106%;
  }
}

.conditions__text-decor--blue {
  display: none;
}

@media (min-width: 768px) {
  .conditions__text-decor--blue {
    display: block;
    right: 0;
    width: 92px;
    height: 92px;
  }
}

@media (min-width: 1200px) {
  .conditions__text-decor--blue {
    left: 100%;
    right: auto;
    width: 133px;
    height: 138px;
    bottom: -10px;
  }
}

@media (min-width: 1920px) {
  .conditions__text-decor--blue {
    left: 106%;
  }
}

.conditions__image {
  position: absolute;
  --width: 69px;
  --height: 83px;
  width: var(--width);
  height: var(--height);
  bottom: -33px;
  right: -18px;
}

@media (min-width: 768px) {
  .conditions__image {
    top: 50%;
    right: 10px;
    --width: 120px;
    height: 141px;
    bottom: auto;
    -webkit-transform: translate(59%, -50%);
        -ms-transform: translate(59%, -50%);
            transform: translate(59%, -50%);
  }
}

@media (min-width: 1200px) {
  .conditions__image {
    -webkit-transform: translate(54%, 0);
        -ms-transform: translate(54%, 0);
            transform: translate(54%, 0);
    top: -15px;
  }
}

@media (min-width: 1440px) {
  .conditions__image {
    --width: 136px;
    right: 13px;
    top: -26px;
  }
}

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

.conditions .custom-btn {
  margin: 0 auto 30px;
  max-width: 240px;
}

@media (min-width: 768px) {
  .conditions .custom-btn {
    margin-bottom: 40px;
    max-width: 30%;
  }
}

.conditions h2 {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  font-size: calc(
 24px + 28 * ((100vw - 320px) / 1600));
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .conditions h2 {
    margin-bottom: 23px;
    font-size: 32px;
  }
}

@media (min-width: 993px) {
  .conditions h2 {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .conditions h2 {
    margin-bottom: 30px;
    font-size: 36px;
  }
}

@media (min-width: 1440px) {
  .conditions h2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1920px) {
  .conditions h2 {
    margin-bottom: 43px;
  }
}

.marquee-wrapper {
  width: auto;
  position: relative;
  padding: 15px 0;
  background-color: #0354FF;
  color: #fff;
  overflow: hidden;
  font-size: 14px;
}

@media (min-width: 576px) {
  .marquee-wrapper {
    border-radius: 4px;
    margin-right: 0;
    margin-left: 0;
  }
}

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

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

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

.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: 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: 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: #ffbc00;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-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 5px;
  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;
  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;
  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;
  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: #ffbc00;
  -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: #292d3a;
  padding: 3px 0;
}

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

@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;
}

.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;
  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;
  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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 15px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  text-align: center;
  z-index: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/lday/bg/roomclean8.png");
  background-size: 943px;
  background-position: 88.6% -89px;
}

@media (min-width: 576px) {
  .top {
    background-size: 768px 640px;
    background-position: 100% -60px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .top {
    position: relative;
    padding-top: 27px;
    padding-bottom: 8px;
    text-align: left;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-image: url("../images/lday/bg/roomclean-1200.jpg");
    background-position: right;
  }
}

@media (min-width: 993px) {
  .top {
    background-image: url("../images/lday/bg/roomclean-1440.jpg");
    background-position: right;
  }
}

@media (min-width: 1200px) {
  .top {
    padding-top: 48px;
    padding-bottom: 29px;
    background-position: right -103px;
  }
}

@media (min-width: 1440px) {
  .top {
    padding-bottom: 55px;
    padding-top: 84px;
    background-image: url("../images/lday/bg/roomclean-1920.jpg");
    background-position: right;
  }
}

@media (min-width: 1920px) {
  .top {
    padding-top: 21px;
    padding-bottom: 64px;
    background-position: right 50%;
    background-size: 100%;
  }
}

.top__title {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}

@media (min-width: 576px) {
  .top__title {
    margin: 0 auto;
    max-width: 90%;
  }
}

@media (min-width: 768px) {
  .top__title {
    margin-bottom: 12px;
    max-width: 100%;
    width: 100%;
  }
}

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

@media (min-width: 1440px) {
  .top__title {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media (min-width: 1920px) {
  .top__title {
    padding-top: 70px;
  }
}

.top__inner {
  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;
}

@media (min-width: 360px) {
  .top__inner {
    max-width: 360px;
  }
}

@media (min-width: 768px) {
  .top__inner {
    max-width: unset;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}

.top__scene-container {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  position: relative;
  margin-bottom: -25px;
}

@media (min-width: 768px) {
  .top__scene-container {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin-bottom: 0px;
    grid-row: 1/4;
    grid-column: 8/13;
    margin-right: 0px;
    align-self: self-end;
    position: static;
  }
}

@media (min-width: 1440px) {
  .top__scene-container {
    grid-column: 7/13;
  }
}

@media (min-width: 1920px) {
  .top__scene-container {
    padding-left: 100px;
  }
}

.top__instruction {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  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) {
  .top__instruction {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

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

@media (min-width: 1920px) {
  .top__instruction {
    margin-bottom: 40px;
  }
}

.top__text p {
  opacity: 0;
}

.top__title, .top__instruction,
.top .top__btn-block {
  opacity: 0;
}

@media (min-width: 768px) {
  .top__title, .top__text, .top__instruction,
  .top .top__btn-block {
    grid-column: 1/8;
  }
}

@media (min-width: 1440px) {
  .top__title, .top__text, .top__instruction,
  .top .top__btn-block {
    grid-column: 1/7;
  }
}

.top__btn-block {
  position: relative;
  z-index: 2;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .top__btn-block {
    width: unset;
    display: grid;
    gap: 0;
    padding-left: 0;
  }
}

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

.top__btn-block--mob {
  margin-bottom: 7px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.top__btn-block--mob > a.button {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .top__btn-block--mob {
    display: none;
  }
}

.top__btn-block button {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: transparent;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border: none;
  color: #fff;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.top__btn-block button::first-letter {
  text-transform: uppercase;
}

.top__btn-block button:hover {
  color: #cccccc;
}

.top__btn-block button:active {
  color: #000;
}

.top__btn-block button:focus {
  outline: none;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .top__btn-block button {
    display: inline-block;
    margin-left: 0;
    text-align: left;
  }
}

@media (min-width: 1920px) {
  .top__btn-block button {
    font-size: 16px;
    padding: 0px 10px;
  }
}

.top .scene {
  position: relative;
  z-index: 1;
  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;
  margin-bottom: 0px;
  width: 275px;
  height: 364px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .top .scene {
    position: absolute;
    bottom: 94px;
    right: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .top .scene {
    width: 412px;
    height: 544px;
    bottom: 48px;
    right: 69px;
  }
}

@media (min-width: 1440px) {
  .top .scene {
    margin-left: 0;
    bottom: 45px;
    right: 57px;
    width: 537px;
    height: 653px;
  }
}

@media (min-width: 1920px) {
  .top .scene {
    width: 664px;
    height: 874px;
    right: 102px;
    bottom: 18px;
  }
}

.top .scene .candy {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.top .scene__item {
  position: absolute;
}

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

.top .scene__item--capture {
  position: absolute;
  z-index: 5;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  bottom: 45%;
  right: -5%;
  max-width: 90px;
  color: #F40F3E;
  text-transform: uppercase;
  gap: 5px;
}

@media (min-width: 768px) {
  .top .scene__item--capture {
    font-size: 16px;
    bottom: 98%;
    text-align: center;
    right: 26%;
    font-size: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 140px;
  }
}

@media (min-width: 1200px) {
  .top .scene__item--capture {
    bottom: 91%;
    right: 28%;
  }
}

@media (min-width: 1440px) {
  .top .scene__item--capture {
    right: 37%;
  }
}

@media (min-width: 1920px) {
  .top .scene__item--capture {
    font-size: 20px;
    bottom: 85%;
    right: 42%;
    max-width: 154px;
    gap: 11px;
  }
}

.top .scene__item--capture p {
  font-weight: 500;
  font-size: 12px;
}

@media (min-width: 768px) {
  .top .scene__item--capture p {
    font-size: 16px;
  }
}

.top .scene__item--capture span svg {
  display: block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (min-width: 768px) {
  .top .scene__item--capture span svg {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@media (min-width: 1920px) {
  .top .scene__item--capture span svg {
    width: 34px;
    height: auto;
  }
}

.top .scene__item--layout {
  --width: 275px;
  --height: 363px;
  width: var(--width);
  height: var(--height);
  bottom: 0;
}

@media (min-width: 1200px) {
  .top .scene__item--layout {
    --width: 412px;
    --height: 544px;
  }
}

@media (min-width: 1440px) {
  .top .scene__item--layout {
    --width: 494px;
    --height: 653px;
  }
}

@media (min-width: 1920px) {
  .top .scene__item--layout {
    --width: 660px;
    --height: 871px;
  }
}

.top .scene__item--candy-shadow, .top .scene__item--candy-box, .top .scene__item--platform, .top .scene__item--hearts, .top .scene__item--shadow, .top .scene__item--choc-1, .top .scene__item--choc-2, .top .scene__item--choc-3, .top .scene__item--choc-4, .top .scene__item--choc-5, .top .scene__item--choc-6, .top .scene__item--heart-1, .top .scene__item--heart-2, .top .scene__item--heart-3, .top .scene__item--angel-l, .top .scene__item--angel-r {
  height: auto;
  width: var(--width);
}

.top .scene__item--candy-shadow {
  bottom: -16%;
  --width: 308px;
  left: 11%;
}

@media (min-width: 768px) {
  .top .scene__item--candy-shadow {
    --width: 274px;
    left: 12%;
    bottom: -15%;
  }
}

@media (min-width: 1200px) {
  .top .scene__item--candy-shadow {
    --width: 402px;
    bottom: -16%;
    left: 20%;
  }
}

@media (min-width: 1440px) {
  .top .scene__item--candy-shadow {
    --width: 478px;
    bottom: -15%;
    left: 16.8%;
  }
}

@media (min-width: 1920px) {
  .top .scene__item--candy-shadow {
    --width: 580px;
    bottom: -11%;
    left: 15.9%;
  }
}

.top .scene__item--candy-box {
  --width: 229px;
  right: 10.8%;
  bottom: 31px;
}

@media (min-width: 768px) {
  .top .scene__item--candy-box {
    --width: 204px;
    right: 17.8%;
    bottom: 22px;
  }
}

@media (min-width: 1200px) {
  .top .scene__item--candy-box {
    --width: 299px;
    right: 12.8%;
    bottom: 5%;
  }
}

@media (min-width: 1440px) {
  .top .scene__item--candy-box {
    --width: 357px;
    right: 21%;
    bottom: 5.5%;
  }
}

@media (min-width: 1920px) {
  .top .scene__item--candy-box {
    --width: 432px;
    right: 24%;
    bottom: 8%;
  }
}

.top .scene__item--platform {
  bottom: 0%;
  left: 0;
  bottom: -2%;
  --width: 289px;
}

@media (min-width: 768px) {
  .top .scene__item--platform {
    --width: 256px;
    left: 10px;
  }
}

@media (min-width: 1200px) {
  .top .scene__item--platform {
    --width: 376px;
    bottom: -4%;
    left: 10.5%;
  }
}

@media (min-width: 1440px) {
  .top .scene__item--platform {
    --width: 448px;
    bottom: -3%;
    left: 8.5%;
  }
}

@media (min-width: 1920px) {
  .top .scene__item--platform {
    --width: 544px;
    bottom: 0%;
    left: 7.5%;
  }
}

.top .scene__item--choc-1 {
  bottom: 55%;
  right: 66%;
  --width: 52px;
}

@media (min-width: 768px) {
  .top .scene__item--choc-1 {
    bottom: 47.5%;
    right: 66.7%;
    --width: 47px;
  }
}

@media (min-width: 1200px) {
  .top .scene__item--choc-1 {
    bottom: 45.5%;
    right: 60.5%;
    --width: 69px;
  }
}

@media (min-width: 1440px) {
  .top .scene__item--choc-1 {
    --width: 82px;
    right: 65%;
    bottom: 46.5%;
  }
}

@media (min-width: 1920px) {
  .top .scene__item--choc-1 {
    --width: 100px;
    right: 66.5%;
    bottom: 44.5%;
  }
}

.top .scene__item--choc-2 {
  bottom: 51%;
  right: 41.5%;
  --width: 52px;
}

@media (min-width: 768px) {
  .top .scene__item--choc-2 {
    bottom: 44%;
    right: 45.5%;
    --width: 45px;
  }
}

@media (min-width: 1200px) {
  .top .scene__item--choc-2 {
    bottom: 42%;
    right: 38.5%;
    --width: 72px;
  }
}

@media (min-width: 1440px) {
  .top .scene__item--choc-2 {
    --width: 79px;
    right: 45.5%;
    bottom: 43%;
  }
}

@media (min-width: 1920px) {
  .top .scene__item--choc-2 {
    --width: 95px;
    right: 48.5%;
    bottom: 42%;
  }
}

.top .scene__item--choc-3 {
  bottom: 48%;
  right: 64.5%;
  --width: 45px;
}

@media (min-width: 768px) {
  .top .scene__item--choc-3 {
    bottom: 41%;
    right: 65.5%;
    --width: 40px;
  }
}

@media (min-width: 1200px) {
  .top .scene__item--choc-3 {
    bottom: 39%;
    right: 58%;
    --width: 64px;
  }
}

@media (min-width: 1440px) {
  .top .scene__item--choc-3 {
    --width: 75px;
    right: 63%;
    bottom: 39%;
  }
}

@media (min-width: 1920px) {
  .top .scene__item--choc-3 {
    --width: 86px;
    bottom: 39%;
    right: 65.6%;
  }
}

.top .scene__item--choc-4 {
  bottom: 27.5%;
  right: 46.5%;
  --width: 57px;
}

@media (min-width: 768px) {
  .top .scene__item--choc-4 {
    bottom: 22.5%;
    right: 48.5%;
    --width: 51px;
  }
}

@media (min-width: 1200px) {
  .top .scene__item--choc-4 {
    bottom: 20.7%;
    right: 42%;
    --width: 82px;
  }
}

@media (min-width: 1440px) {
  .top .scene__item--choc-4 {
    --width: 90px;
    bottom: 21.7%;
    right: 49%;
  }
}

@media (min-width: 1920px) {
  .top .scene__item--choc-4 {
    --width: 108px;
    right: 51%;
    bottom: 22.7%;
  }
}

.top .scene__item--choc-5 {
  bottom: 25%;
  right: 20.5%;
  --width: 48px;
}

@media (min-width: 768px) {
  .top .scene__item--choc-5 {
    bottom: 21%;
    right: 26.5%;
    --width: 42px;
  }
}

@media (min-width: 1200px) {
  .top .scene__item--choc-5 {
    bottom: 19.5%;
    right: 20.5%;
    --width: 62px;
  }
}

@media (min-width: 1440px) {
  .top .scene__item--choc-5 {
    --width: 74px;
    bottom: 20%;
    right: 28.5%;
  }
}

@media (min-width: 1920px) {
  .top .scene__item--choc-5 {
    --width: 90px;
    bottom: 21%;
    right: 31%;
  }
}

.top .scene__item--choc-6 {
  bottom: 19.5%;
  right: 45%;
  --width: 41px;
}

@media (min-width: 768px) {
  .top .scene__item--choc-6 {
    bottom: 16.4%;
    right: 48.5%;
    --width: 34px;
  }
}

@media (min-width: 1200px) {
  .top .scene__item--choc-6 {
    bottom: 14.5%;
    right: 41.5%;
    --width: 55px;
  }
}

@media (min-width: 1440px) {
  .top .scene__item--choc-6 {
    --width: 64px;
    bottom: 15.5%;
    right: 48.5%;
  }
}

@media (min-width: 1920px) {
  .top .scene__item--choc-6 {
    --width: 77px;
    bottom: 16.5%;
    right: 50.5%;
  }
}

.top .scene__item.scene__item--choc-1, .top .scene__item.scene__item--choc-2, .top .scene__item.scene__item--choc-3, .top .scene__item.scene__item--choc-4, .top .scene__item.scene__item--choc-5, .top .scene__item.scene__item--choc-6 {
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease-in, -webkit-filter 0.4s ease-in;
  transition: -webkit-transform 0.3s ease-in, -webkit-filter 0.4s ease-in;
  transition: transform 0.3s ease-in, filter 0.4s ease-in;
  transition: transform 0.3s ease-in, filter 0.4s ease-in, -webkit-transform 0.3s ease-in, -webkit-filter 0.4s ease-in;
  -webkit-filter: drop-shadow(0px 0px 0px transparent);
          filter: drop-shadow(0px 0px 0px transparent);
  cursor: pointer;
  font-size: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  color: transparent;
}

.top .scene__item.scene__item--choc-1:hover, .top .scene__item.scene__item--choc-2:hover, .top .scene__item.scene__item--choc-3:hover, .top .scene__item.scene__item--choc-4:hover, .top .scene__item.scene__item--choc-5:hover, .top .scene__item.scene__item--choc-6:hover {
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
  -webkit-filter: drop-shadow(0px 10px 10px #F40F3E);
          filter: drop-shadow(0px 10px 10px #F40F3E);
}

.top .scene__item.scene__item--choc-1:active, .top .scene__item.scene__item--choc-2:active, .top .scene__item.scene__item--choc-3:active, .top .scene__item.scene__item--choc-4:active, .top .scene__item.scene__item--choc-5:active, .top .scene__item.scene__item--choc-6:active {
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
  -webkit-filter: drop-shadow(0px 10px 10px #F40F3E);
          filter: drop-shadow(0px 10px 10px #F40F3E);
}

.top .scene__item.scene__item--choc-1:focus, .top .scene__item.scene__item--choc-2:focus, .top .scene__item.scene__item--choc-3:focus, .top .scene__item.scene__item--choc-4:focus, .top .scene__item.scene__item--choc-5:focus, .top .scene__item.scene__item--choc-6:focus {
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
  -webkit-filter: drop-shadow(0px 10px 10px #F40F3E);
          filter: drop-shadow(0px 10px 10px #F40F3E);
}

.top .scene__item--heart-1, .top .scene__item--heart-2, .top .scene__item--heart-3 {
  z-index: 2;
}

.top .scene__item--heart-1 {
  --width: 26px;
  bottom: 50%;
  right: 95%;
}

@media (min-width: 768px) {
  .top .scene__item--heart-1 {
    --width: 29px;
    bottom: 32%;
    right: 93%;
  }
}

@media (min-width: 1200px) {
  .top .scene__item--heart-1 {
    --width: 41px;
    bottom: 30%;
    right: 93%;
  }
}

@media (min-width: 1440px) {
  .top .scene__item--heart-1 {
    --width: 45px;
    bottom: 23%;
    right: 97%;
  }
}

@media (min-width: 1920px) {
  .top .scene__item--heart-1 {
    --width: 69px;
    bottom: 36%;
    right: 107%;
  }
}

.top .scene__item--heart-1 img {
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.top .scene__item--heart-2 {
  --width: 26px;
  bottom: 31%;
  right: -3%;
}

@media (min-width: 768px) {
  .top .scene__item--heart-2 {
    --width: 28px;
    bottom: 25%;
    right: -6%;
  }
}

@media (min-width: 1200px) {
  .top .scene__item--heart-2 {
    --width: 42px;
    bottom: 30%;
    right: -13%;
  }
}

@media (min-width: 1440px) {
  .top .scene__item--heart-2 {
    --width: 45px;
    bottom: 47%;
    right: -6%;
  }
}

@media (min-width: 1920px) {
  .top .scene__item--heart-2 {
    --width: 74px;
    bottom: 39.5%;
    right: -11%;
  }
}

.top .scene__item--heart-2 img {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

.top .scene__item--heart-3 {
  --width: 23px;
  bottom: 133%;
  right: 5%;
}

@media (min-width: 768px) {
  .top .scene__item--heart-3 {
    --width: 25px;
    bottom: 92%;
    right: 21%;
  }
}

@media (min-width: 1200px) {
  .top .scene__item--heart-3 {
    --width: 34px;
    bottom: 87%;
    right: 4%;
    bottom: 87%;
    right: 4%;
  }
}

@media (min-width: 1440px) {
  .top .scene__item--heart-3 {
    --width: 41px;
    bottom: 93%;
    right: -2%;
  }
}

@media (min-width: 1920px) {
  .top .scene__item--heart-3 {
    --width: 46px;
    bottom: 83%;
    right: 19%;
  }
}

.top .scene__item--heart-3 img {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

@media (min-width: 1920px) {
  .top .scene__item--heart-3 img {
    -webkit-transform: rotate(-13deg);
        -ms-transform: rotate(-13deg);
            transform: rotate(-13deg);
  }
}

.top .scene__item--angel-l {
  bottom: 59%;
  right: 80%;
  --width: 73px;
  display: none;
}

@media (min-width: 576px) {
  .top .scene__item--angel-l {
    display: block;
    right: 90%;
  }
}

@media (min-width: 768px) {
  .top .scene__item--angel-l {
    bottom: 73%;
    right: 75%;
    --width: 78px;
  }
}

@media (min-width: 1200px) {
  .top .scene__item--angel-l {
    bottom: 74%;
    right: 83%;
    --width: 116px;
  }
}

@media (min-width: 1440px) {
  .top .scene__item--angel-l {
    --width: 137px;
    right: 91%;
    bottom: 72%;
  }
}

@media (min-width: 1920px) {
  .top .scene__item--angel-l {
    --width: 184px;
    right: 95%;
    bottom: 54%;
  }
}

.top .scene__item--angel-r {
  bottom: 71%;
  right: -11%;
  --width: 63px;
}

@media (min-width: 768px) {
  .top .scene__item--angel-r {
    --width: 70px;
    bottom: 51%;
    right: -10%;
  }
}

@media (min-width: 1200px) {
  .top .scene__item--angel-r {
    --width: 101px;
    bottom: 44%;
    right: -12%;
  }
}

@media (min-width: 1440px) {
  .top .scene__item--angel-r {
    --width: 111px;
    bottom: 44%;
    right: 6.5%;
  }
}

@media (min-width: 1920px) {
  .top .scene__item--angel-r {
    --width: 169px;
    bottom: 42%;
    right: 1%;
  }
}

.top .scene__item--shadow {
  width: 240px;
  height: 70px;
  background-color: #000;
  border-radius: 50%;
  z-index: -1;
  bottom: 4%;
  left: 3%;
  -webkit-filter: blur(10px) drop-shadow(64px 3px 18px #000) drop-shadow(0px 20px 10px #000) drop-shadow(4px 42px 10px rgba(0, 0, 0, 0.2));
          filter: blur(10px) drop-shadow(64px 3px 18px #000) drop-shadow(0px 20px 10px #000) drop-shadow(4px 42px 10px rgba(0, 0, 0, 0.2));
}

@media (min-width: 1200px) {
  .top .scene__item--shadow {
    height: 94px;
    width: 360px;
    bottom: 7%;
    left: 12%;
    -webkit-filter: blur(15px) drop-shadow(64px 27px 27px #000) drop-shadow(30px 20px 15px #000) drop-shadow(4px 116px 40px rgba(0, 0, 0, 0.4)) drop-shadow(55px -144px 32px rgba(0, 0, 0, 0.6));
            filter: blur(15px) drop-shadow(64px 27px 27px #000) drop-shadow(30px 20px 15px #000) drop-shadow(4px 116px 40px rgba(0, 0, 0, 0.4)) drop-shadow(55px -144px 32px rgba(0, 0, 0, 0.6));
  }
}

@media (min-width: 1440px) {
  .top .scene__item--shadow {
    width: 488px;
    bottom: 7%;
    height: 140px;
    left: 10%;
    -webkit-filter: blur(6px) drop-shadow(64px 27px 27px #000) drop-shadow(30px 20px 15px #000) drop-shadow(4px 116px 40px rgba(0, 0, 0, 0.4)) drop-shadow(55px -144px 32px rgba(0, 0, 0, 0.6));
            filter: blur(6px) drop-shadow(64px 27px 27px #000) drop-shadow(30px 20px 15px #000) drop-shadow(4px 116px 40px rgba(0, 0, 0, 0.4)) drop-shadow(55px -144px 32px rgba(0, 0, 0, 0.6));
    /* left: 10%; */
  }
}

@media (min-width: 1920px) {
  .top .scene__item--shadow {
    width: 626px;
    bottom: 7%;
    height: 238px;
    -webkit-filter: blur(25px) drop-shadow(66px 17px 28px #000) drop-shadow(0px 20px 16px #000) drop-shadow(4px 42px 19px rgba(0, 0, 0, 0.2)) drop-shadow(55px -141px 58px rgba(0, 0, 0, 0.6));
            filter: blur(25px) drop-shadow(66px 17px 28px #000) drop-shadow(0px 20px 16px #000) drop-shadow(4px 42px 19px rgba(0, 0, 0, 0.2)) drop-shadow(55px -141px 58px rgba(0, 0, 0, 0.6));
  }
}

.top .scene__item--hearts {
  bottom: 17%;
  right: 105%;
  --width: 88px;
}

@media (min-width: 768px) {
  .top .scene__item--hearts {
    bottom: 6%;
    right: 106%;
  }
}

@media (min-width: 1200px) {
  .top .scene__item--hearts {
    bottom: 6%;
    right: 106%;
    --width: 131px;
  }
}

@media (min-width: 1440px) {
  .top .scene__item--hearts {
    bottom: 7%;
    right: 103%;
    --width: 157px;
  }
}

@media (min-width: 1920px) {
  .top .scene__item--hearts {
    --width: 221px;
    right: 106%;
    bottom: 6.5%;
  }
}

.top__text {
  margin: 0 0 40px 0;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .top__text {
    max-width: 435px;
    margin-bottom: 5px;
  }
}

@media (min-width: 1200px) {
  .top__text {
    max-width: 100%;
    margin-bottom: 12px;
  }
}

@media (min-width: 1440px) {
  .top__text {
    max-width: 510px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1920px) {
  .top__text {
    margin-bottom: 17px;
    max-width: 700px;
  }
}

.top__text > p {
  text-shadow: 0px 0px 3px black;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .top__text > p {
    min-width: 101%;
  }
}

@media (min-width: 1920px) {
  .top__text > p:last-child {
    margin-bottom: 0px;
  }
}

.top h1 {
  color: #ffbc00;
  font-size: calc(
 18px + 16.5 * ((100vw - 320px) / 1600));
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .top h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .top h1 {
    width: 107%;
    margin-bottom: 29px;
    font-size: 32px;
  }
}

@media (min-width: 1440px) {
  .top h1 {
    margin-bottom: 23px;
    font-size: 34px;
  }
}

@media (min-width: 1920px) {
  .top h1 {
    line-height: 1.2;
    font-size: 52px;
    margin-bottom: 46px;
    line-height: 1.2;
  }
}

.top h1 span {
  display: block;
}

.top p {
  font-size: 14px;
  line-height: 1.2;
  font-style: normal;
}

@media (min-width: 768px) {
  .top p {
    font-size: 18px;
  }
}

@media (min-width: 1920px) {
  .top p {
    font-size: 20px;
  }
}

.top__radialGardient {
  position: absolute;
  z-index: -2;
  top: 0%;
  left: 50%;
  height: 74%;
  width: 100%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  border-radius: 100px;
  -webkit-filter: blur(75px);
          filter: blur(75px);
}

@media (min-width: 1200px) {
  .top__radialGardient {
    height: 100%;
    width: 80%;
    -webkit-transform: translate(-50%, -40%);
        -ms-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}

@media (min-width: 1440px) {
  .top__radialGardient {
    width: 65%;
    -webkit-transform: translate(-36%, -40%);
        -ms-transform: translate(-36%, -40%);
            transform: translate(-36%, -40%);
  }
}

.top .custom-btn {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .top .custom-btn {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 27px;
    max-width: 66%;
  }
}

@media (min-width: 1200px) {
  .top .custom-btn {
    max-width: 40%;
    margin-bottom: 26px;
  }
}

@media (min-width: 1440px) {
  .top .custom-btn {
    margin-top: 0px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 22px;
  }
}

@media (min-width: 1920px) {
  .top .custom-btn {
    margin-top: 17px;
  }
}

.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;
  transition: all 0.3s linear;
  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 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;
  }
}

.instruction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 0 15px 0;
  min-width: 100%;
}

@media (min-width: 768px) {
  .instruction {
    padding: 5px 0;
  }
}

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

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

.instruction__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 150px;
  padding-bottom: 11px;
  padding-top: 13px;
  width: 100%;
  border-bottom: 1px solid #fff;
}

@media (min-width: 768px) {
  .instruction__item {
    gap: 28px;
  }
}

@media (min-width: 1200px) {
  .instruction__item {
    max-width: 70%;
    gap: 25px;
    padding-bottom: 8px;
    padding-top: 10px;
  }
}

@media (min-width: 1440px) {
  .instruction__item {
    max-width: 78%;
    padding-bottom: 13px;
    padding-top: 12px;
  }
}

@media (min-width: 1920px) {
  .instruction__item {
    max-width: 67%;
    padding-bottom: 13px;
    padding-top: 12px;
  }
}

.instruction__item:last-child {
  border-bottom: none;
}

.instruction__number {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.instruction__number-outline {
  font-size: 36px;
  line-height: 1.4;
  position: relative;
  z-index: 2;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px white;
  font-weight: 700;
  -webkit-transform: scaleX(1.07);
      -ms-transform: scaleX(1.07);
          transform: scaleX(1.07);
}

@media (min-width: 1200px) {
  .instruction__number-outline {
    font-size: 32px;
  }
}

@media (min-width: 1440px) {
  .instruction__number-outline {
    font-size: 33px;
  }
}

@media (min-width: 1920px) {
  .instruction__number-outline {
    font-size: 34px;
  }
}

.instruction__text {
  color: white;
  line-height: 1.2;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
}

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

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

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

.popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  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 {
  padding: 0 2px;
  z-index: 300;
  -webkit-animation: animShow 1s linear forwards;
          animation: animShow 1s linear forwards;
}

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

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

.popup .hide {
  -webkit-animation: animHide 1s linear forwards;
          animation: animHide 1s 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;
  max-width: 650px;
  width: 96%;
  min-height: 250px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px 5px;
}

@media (min-width: 768px) {
  .popup__block {
    padding: 10px 15px;
  }
}

.popup__block::before, .popup__block::after {
  content: "";
  position: absolute;
  border-radius: 20px;
}

.popup__block::before {
  z-index: -1;
  top: -3px;
  left: -3px;
  bottom: -3px;
  right: -3px;
  background: -webkit-gradient(linear, left top, right top, from(#0b6efd), to(#0b6efd));
  background: linear-gradient(90deg, #0b6efd, #0b6efd);
}

.popup__block::after {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.popup__close {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: -10px;
}

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

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

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

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

.popup__close .popup__closeBtn:hover {
  opacity: 1;
}

.popup__wrapper {
  position: relative;
  z-index: 2;
  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;
}

.popup__frame {
  border: 1px solid #ffffff;
  border-radius: 16px;
  padding: 10px 7px 10px 9px;
}

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

.popup__name {
  font-size: calc(
 16px + 23 * ((100vw - 320px) / 1600));
  padding-right: 2px;
  line-height: 1.08;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.35%, #0354ff), color-stop(99.55%, #1795f9));
  background: linear-gradient(90deg, #0354ff -0.35%, #1795f9 99.55%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.popup__rules {
  height: 40vh;
  max-width: 97%;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 10px;
  padding-left: 30px;
  list-style: disc;
}

.popup__rules::-webkit-scrollbar {
  position: relative;
  z-index: 20;
  width: 10px;
  background-color: #141414;
  opacity: 0.2;
  width: 5px;
  border-radius: 10px;
}

.popup__rules::-webkit-scrollbar-thumb {
  position: relative;
  z-index: 20;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f40f3e), to(#005bea));
  background: linear-gradient(180deg, #f40f3e, #005bea);
}

.popup__rules-item {
  list-style-type: decimal;
}

.popup__rules-item::marker {
  color: #0b6efd;
  font-weight: bold;
}

.popup__rules-item:not(:last-child) {
  margin-bottom: 4px;
}

.popup__rules-item p {
  font-size: calc(
 12px + 4 * ((100vw - 320px) / 1600));
  color: #fff;
  line-height: 1.35;
}

.popup.popup--card {
  background-color: rgba(0, 0, 0, 0.9);
}

.popup.popup--card.show {
  -webkit-animation: animShow 1s linear forwards;
          animation: animShow 1s linear forwards;
}

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

.popup.popup--card.show .card__angel-l {
  -webkit-animation: 5s ease-in-out slide-in infinite;
          animation: 5s ease-in-out slide-in infinite;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}

@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}

@keyframes slide-in {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}

.popup.popup--card.show .card__angel-r {
  -webkit-animation: 8s ease-in-out slide-in infinite;
          animation: 8s ease-in-out slide-in infinite;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}

@keyframes slide-in {
  0% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}

.popup.popup--card .popup {
  line-height: 1.3;
}

.popup.popup--card .popup__block {
  position: relative;
  width: auto;
  overflow: hidden;
  border-radius: 20px;
  padding: 10px 5px;
  border: 5px solid #F40F3E;
  outline: 5px solid rgba(217, 217, 255, 0.8);
  background-color: rgba(217, 217, 255, 0.8);
}

.popup.popup--card .popup__block::before {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: -5px;
  left: -5px;
  background: -webkit-gradient(linear, left top, right top, from(#0b6efd), to(#0b6efd));
  background: linear-gradient(90deg, #0b6efd, #0b6efd);
}

.popup.popup--card .popup__block::after {
  background-color: rgba(217, 217, 255, 0.8);
}

.popup.popup--card .popup__closeBtn::after, .popup.popup--card .popup__closeBtn::before {
  background-color: #000;
}

.popup.popup--card .popup__close {
  z-index: 3;
}

.popup.popup--card .popup__wrapper {
  width: 243px;
  min-height: 356px;
}

.popup.popup--card .card {
  text-align: center;
  /* height: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.popup.popup--card .card__header {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
}

.popup.popup--card .card__angel-l, .popup.popup--card .card__angel-r, .popup.popup--card .card__heart {
  position: absolute;
  height: auto;
  width: var(--width);
}

.popup.popup--card .card__angel-l img, .popup.popup--card .card__angel-r img, .popup.popup--card .card__heart img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.popup.popup--card .card__angel-l {
  --width: 90px;
  bottom: 30%;
  left: 24px;
}

.popup.popup--card .card__angel-r {
  --width: 95px;
  bottom: 25%;
  right: 14px;
}

.popup.popup--card .card__heart {
  --width: 44px;
  bottom: -2.5%;
  right: -15px;
}

.popup.popup--card .card__heart img {
  -webkit-transform: rotate(-12deg);
      -ms-transform: rotate(-12deg);
          transform: rotate(-12deg);
}

.popup.popup--card .card__footer {
  margin-top: auto;
  padding: 0 10px;
  font-size: 16px;
}

.popup.popup--card .card__footer.card__footer--font {
  padding: 0 8px;
}

.popup.popup--card .card__footer.card__footer--font .card__prize {
  font-size: 28px;
}

.popup.popup--card .card__prize {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  color: #F40F3E;
  font-style: italic;
}

.popup.popup--card .card__slot {
  font-weight: 700;
}

.popup.popup--card .card__promocode {
  font-weight: 400;
}

.popup.popup--card .card__promocode span {
  display: block;
  color: #F40F3E;
  font-weight: 700;
  font-style: italic;
}

.popup.popup--bonus.show .card__angel-l {
  -webkit-animation: 5s ease-in-out slide-in infinite;
          animation: 5s ease-in-out slide-in infinite;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}

@keyframes slide-in {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}

.popup.popup--bonus.show .card__angel-r {
  -webkit-animation: 8s ease-in-out slide-in infinite;
          animation: 8s ease-in-out slide-in infinite;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}

@keyframes slide-in {
  0% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}

.popup.popup--bonus .card__angel-l {
  --width: 69px;
  bottom: 50%;
  left: 34px;
}

.popup.popup--bonus .card__angel-r {
  height: auto;
  right: 0;
  --width: 80px;
  bottom: 49%;
}

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

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

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

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

@media (min-width: 1440px) {
  .footer {
    padding: 24px 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));
  line-height: 1.4;
  letter-spacing: 0;
}

@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: 768px) {
  .footer__copy {
    font-size: 16px;
  }
}

@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-right: 20px;
    margin: 0 auto;
    text-align: left;
    width: unset;
  }
}

@media (min-width: 1440px) {
  .footer__copy {
    max-width: 860px;
    margin-left: 0;
    padding-left: 0;
  }
}

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

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