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

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

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

.instruction__num {
  font-family: 'Commissioner',
 sans-serif;
  font-weight: 700;
}

.btn-boxtop__new, .top__anim-text, .rules__title, .promo__name {
  font-family: 'Commissioner',
 sans-serif;
  font-weight: 700;
}

.ellipse-btn {
  font-family: 'Commissioner',
 sans-serif;
  font-weight: 600;
}

.btn-boxtop__rules {
  font-family: 'Commissioner',
 sans-serif;
  font-weight: 500;
}

/* Media queries */
/* Container */
/* Responsive font size */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-blend-mode: overlay;
  scroll-behavior: smooth;
  background: -webkit-image-set(url(../images/bg.avif) 1x, url(../images/bg.webp) 2x, url(../images/bg.png) 2x), rgba(0, 0, 0, 0.8);
  background: -webkit-image-set("../images/bg.avif" 1x type("image/avif"), "../images/bg.webp" 2x type("image/webp"), "../images/bg.png" 2x type("image/png")), rgba(0, 0, 0, 0.8);
  background: -webkit-image-set(url("../images/bg.avif") 1x type("image/avif"), url("../images/bg.webp") 2x type("image/webp"), url("../images/bg.png") 2x type("image/png")), rgba(0, 0, 0, 0.8);
  background: image-set("../images/bg.avif" 1x type("image/avif"), "../images/bg.webp" 2x type("image/webp"), "../images/bg.png" 2x type("image/png")), rgba(0, 0, 0, 0.8);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

a {
  text-decoration: none;
}

body {
  font-family: "Commissioner", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-style: italic;
  overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}

.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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

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

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

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

.coordinates-one,
.coordinates-two,
.coordinates-free,
.coordinates-four,
.coordinates-five,
.coordinates-six {
  position: absolute;
}

.coordinates-one {
  -webkit-transform: skew(0deg, 0deg) rotate(-7deg);
      -ms-transform: skew(0deg, 0deg) rotate(-7deg);
          transform: skew(0deg, 0deg) rotate(-7deg);
  bottom: 0.5vw;
}

.coordinates-one.card--shake {
  -webkit-transform: skew(0deg, 0deg) rotate(-7deg) scale(105%);
      -ms-transform: skew(0deg, 0deg) rotate(-7deg) scale(105%);
          transform: skew(0deg, 0deg) rotate(-7deg) scale(105%);
}

.coordinates-two {
  -webkit-transform: skew(0deg, 0deg) rotate(5deg);
      -ms-transform: skew(0deg, 0deg) rotate(5deg);
          transform: skew(0deg, 0deg) rotate(5deg);
  bottom: -3vw;
  left: 13vw;
}

.coordinates-two.card--shake {
  -webkit-transform: skew(0deg, 0deg) rotate(5deg) scale(105%);
      -ms-transform: skew(0deg, 0deg) rotate(5deg) scale(105%);
          transform: skew(0deg, 0deg) rotate(5deg) scale(105%);
}

.coordinates-free {
  -webkit-transform: skew(0deg, 0deg) rotate(-3deg);
      -ms-transform: skew(0deg, 0deg) rotate(-3deg);
          transform: skew(0deg, 0deg) rotate(-3deg);
  bottom: 5vw;
  left: 2vw;
}

.coordinates-free.card--shake {
  -webkit-transform: skew(0deg, 0deg) rotate(-3deg) scale(105%);
      -ms-transform: skew(0deg, 0deg) rotate(-3deg) scale(105%);
          transform: skew(0deg, 0deg) rotate(-3deg) scale(105%);
}

.coordinates-four {
  -webkit-transform: skew(0deg, 0deg) rotate(12deg);
      -ms-transform: skew(0deg, 0deg) rotate(12deg);
          transform: skew(0deg, 0deg) rotate(12deg);
  bottom: 3vw;
  left: 14vw;
}

.coordinates-four.card--shake {
  -webkit-transform: skew(0deg, 0deg) rotate(12deg) scale(105%);
      -ms-transform: skew(0deg, 0deg) rotate(12deg) scale(105%);
          transform: skew(0deg, 0deg) rotate(12deg) scale(105%);
}

.coordinates-five {
  -webkit-transform: skew(-3deg, 0deg) rotate(0deg);
      -ms-transform: skew(-3deg, 0deg) rotate(0deg);
          transform: skew(-3deg, 0deg) rotate(0deg);
  bottom: 8vw;
  left: 4vw;
}

.coordinates-five.card--shake {
  -webkit-transform: skew(-3deg, 0deg) rotate(0deg) scale(105%);
      -ms-transform: skew(-3deg, 0deg) rotate(0deg) scale(105%);
          transform: skew(-3deg, 0deg) rotate(0deg) scale(105%);
}

.coordinates-six {
  -webkit-transform: skew(0deg, 0deg) rotate(18deg);
      -ms-transform: skew(0deg, 0deg) rotate(18deg);
          transform: skew(0deg, 0deg) rotate(18deg);
  bottom: 6vw;
  left: 17vw;
}

.coordinates-six.card--shake {
  -webkit-transform: skew(0deg, 0deg) rotate(18deg) scale(105%);
      -ms-transform: skew(0deg, 0deg) rotate(18deg) scale(105%);
          transform: skew(0deg, 0deg) rotate(18deg) scale(105%);
}

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes blurScale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
  }
}

@keyframes blurScale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
  }
}

@-webkit-keyframes blurScaleLight {
  from {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.2) translateX(-50%);
            transform: scale(1.2) translateX(-50%);
    opacity: 0.6;
  }
}

@keyframes blurScaleLight {
  from {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.2) translateX(-50%);
            transform: scale(1.2) translateX(-50%);
    opacity: 0.6;
  }
}

@-webkit-keyframes jumpToleft {
  0% {
    left: 14vw;
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  10% {
    left: 11vw;
    -webkit-transform: scale(1.1, 0.9) translate(0, 0);
            transform: scale(1.1, 0.9) translate(0, 0);
  }
  30% {
    left: 9vw;
    -webkit-transform: scale(0.9, 1.1) translate(0, -20vw);
            transform: scale(0.9, 1.1) translate(0, -20vw);
  }
  50% {
    -webkit-transform: scale(1.05, 0.95) translate(0, 0);
            transform: scale(1.05, 0.95) translate(0, 0);
  }
  57% {
    -webkit-transform: scale(1, 1) translate(0, -7px);
            transform: scale(1, 1) translate(0, -7px);
  }
  64% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
    left: 9vw;
    bottom: 0;
  }
}

@keyframes jumpToleft {
  0% {
    left: 14vw;
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  10% {
    left: 11vw;
    -webkit-transform: scale(1.1, 0.9) translate(0, 0);
            transform: scale(1.1, 0.9) translate(0, 0);
  }
  30% {
    left: 9vw;
    -webkit-transform: scale(0.9, 1.1) translate(0, -20vw);
            transform: scale(0.9, 1.1) translate(0, -20vw);
  }
  50% {
    -webkit-transform: scale(1.05, 0.95) translate(0, 0);
            transform: scale(1.05, 0.95) translate(0, 0);
  }
  57% {
    -webkit-transform: scale(1, 1) translate(0, -7px);
            transform: scale(1, 1) translate(0, -7px);
  }
  64% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
    left: 9vw;
    bottom: 0;
  }
}

@-webkit-keyframes jumpToRight {
  0% {
    left: 5vw;
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  10% {
    left: 8vw;
    -webkit-transform: scale(1.1, 0.9) translate(0, 0);
            transform: scale(1.1, 0.9) translate(0, 0);
  }
  30% {
    left: 9vw;
    -webkit-transform: scale(0.9, 1.1) translate(0, -20vw);
            transform: scale(0.9, 1.1) translate(0, -20vw);
  }
  50% {
    -webkit-transform: scale(1.05, 0.95) translate(0, 0);
            transform: scale(1.05, 0.95) translate(0, 0);
  }
  57% {
    -webkit-transform: scale(1, 1) translate(0, -7px);
            transform: scale(1, 1) translate(0, -7px);
  }
  64% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
    left: 9vw;
    bottom: 0;
  }
}

@keyframes jumpToRight {
  0% {
    left: 5vw;
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  10% {
    left: 8vw;
    -webkit-transform: scale(1.1, 0.9) translate(0, 0);
            transform: scale(1.1, 0.9) translate(0, 0);
  }
  30% {
    left: 9vw;
    -webkit-transform: scale(0.9, 1.1) translate(0, -20vw);
            transform: scale(0.9, 1.1) translate(0, -20vw);
  }
  50% {
    -webkit-transform: scale(1.05, 0.95) translate(0, 0);
            transform: scale(1.05, 0.95) translate(0, 0);
  }
  57% {
    -webkit-transform: scale(1, 1) translate(0, -7px);
            transform: scale(1, 1) translate(0, -7px);
  }
  64% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
    left: 9vw;
    bottom: 0;
  }
}

@font-face {
  font-family: 'Betandyou-Main';
  font-style: normal;
  src: url("../fonts/Betandyou-Main.woff2") format("woff2"), url("../fonts/Betandyou-Main.woff") format("woff"), url("../fonts/Betandyou-Main.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Betandyou-Main_1';
  font-style: normal;
  src: url("../fonts/Betandyou-Main_1.woff2") format("woff2"), url("../fonts/Betandyou-Main_1.woff") format("woff"), url("../fonts/Betandyou-Main_1.ttf") format("ttf");
  font-display: swap;
}

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

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

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

@font-face {
  font-family: 'Commissioner';
  font-style: normal;
  src: url("../fonts/Commissioner-Black.woff2") format("woff2"), url("../fonts/Commissioner-Black.woff") format("woff"), url("../fonts/Commissioner-Black.ttf") format("ttf");
  font-weight: 900;
  font-display: swap;
}

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

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

.ellipse-btn {
  padding: 1.0em 3em;
  color: #181818;
  font-size: calc(12px + 15 * ((100vw - 320px) / 1600));
  line-height: 1.2;
  border-radius: 2.6em;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFBB00), to(#FFE300)), #FFFFFF;
  background: -o-linear-gradient(bottom, #FFBB00 0%, #FFE300 100%), #FFFFFF;
  background: linear-gradient(360deg, #FFBB00 0%, #FFE300 100%), #FFFFFF;
  -webkit-box-shadow: 0px 0px 15.3811px rgba(255, 195, 1, 0.5);
          box-shadow: 0px 0px 15.3811px rgba(255, 195, 1, 0.5);
  border: none;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}

.ellipse-btn:hover {
  -webkit-box-shadow: 0px 0px 25px 6px rgba(190, 25, 252, 0.4);
          box-shadow: 0px 0px 25px 6px rgba(190, 25, 252, 0.4);
}

.ellipse-btn:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#4C255B), to(#2B005C));
  background: -o-linear-gradient(top, #4C255B 0%, #2B005C 100%);
  background: linear-gradient(180deg, #4C255B 0%, #2B005C 100%);
}

.container {
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 576px) {
  .container {
    padding: 0 5px;
  }
}

.container--fluid {
  max-width: 1920px;
}

.btn-boxtop {
  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;
  padding: 2.5vw 0 1.5vw;
}

@media (max-width: 1350px) {
  .btn-boxtop {
    padding: 3.5vw 0 1.5vw;
  }
}

@media (max-width: 992px) {
  .btn-boxtop {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.btn-boxtop__new {
  position: relative;
  z-index: 2;
  margin-bottom: 1.0em;
  padding: 0 1.8em;
  color: #fff;
  font-size: calc(12px + 24 * ((100vw - 320px) / 1600));
  font-style: normal;
  line-height: 2.5;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 2em;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(29.07%, #F40F3E), color-stop(129.07%, #F94B67));
  background: -o-linear-gradient(bottom, #F40F3E 29.07%, #F94B67 129.07%);
  background: linear-gradient(360deg, #F40F3E 29.07%, #F94B67 129.07%);
  overflow: hidden;
  -webkit-transition: border-color 0.3s linear,
 -webkit-box-shadow 0.3s linear;
  transition: border-color 0.3s linear,
 -webkit-box-shadow 0.3s linear;
  -o-transition: border-color 0.3s linear,
 box-shadow 0.3s linear;
  transition: border-color 0.3s linear,
 box-shadow 0.3s linear;
  transition: border-color 0.3s linear,
 box-shadow 0.3s linear,
 -webkit-box-shadow 0.3s linear;
  cursor: pointer;
}

@media (max-width: 768px) {
  .btn-boxtop__new {
    -webkit-box-shadow: 0 0 10px #f84462;
            box-shadow: 0 0 10px #f84462;
  }
}

@media (max-width: 576px) {
  .btn-boxtop__new {
    max-width: 100vw;
    text-align: center;
    padding: 0 1em;
    min-width: 50%;
  }
}

.btn-boxtop__new:hover {
  -webkit-box-shadow: 0 0 4rem #f84462;
          box-shadow: 0 0 4rem #f84462;
}

.btn-boxtop__new:active {
  -webkit-box-shadow: 0 0 4rem #f84462;
          box-shadow: 0 0 4rem #f84462;
}

.btn-boxtop__new:focus {
  border-color: 1px solid #000;
}

.btn-boxtop__old {
  margin-bottom: 1.1em;
  padding: 0 40px;
  padding: 0 3.5em;
  font-family: 'Arial';
  font-weight: 600;
  font-size: 1.1vw;
  color: #fff;
  text-transform: uppercase;
  line-height: 2.5;
  border-radius: 10px;
  border: 2px solid #fff;
  -webkit-transition: color 0.3s linear,
 border-color 0.3s linear,
 outline-color 0.3s linear;
  -o-transition: color 0.3s linear,
 border-color 0.3s linear,
 outline-color 0.3s linear;
  transition: color 0.3s linear,
 border-color 0.3s linear,
 outline-color 0.3s linear;
}

@media (max-width: 768px) {
  .btn-boxtop__old {
    padding: 0 1em;
    line-height: 2;
    font-weight: 400;
    border-width: 1px;
    border-radius: 7px;
  }
}

@media (max-width: 576px) {
  .btn-boxtop__old {
    font-size: 4vw;
    border-radius: 4px;
  }
}

.btn-boxtop__old:hover {
  color: #FFE600;
}

.btn-boxtop__old:active {
  border-color: #FFE600;
}

.btn-boxtop__old:focus {
  outline-color: #FFE600;
}

.btn-boxtop__rules {
  position: relative;
  z-index: 3;
  padding: 2px;
  font-size: calc(12px + 14 * ((100vw - 320px) / 1600));
  font-style: normal;
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: color 0.3s linear,
 border-color 0.3s linear,
 outline-color 0.3s linear;
  -o-transition: color 0.3s linear,
 border-color 0.3s linear,
 outline-color 0.3s linear;
  transition: color 0.3s linear,
 border-color 0.3s linear,
 outline-color 0.3s linear;
  cursor: pointer;
}

.btn-boxtop__rules:hover {
  mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
  mask-size: 200%;
  -webkit-mask-size: 200%;
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    mask-position: 150%;
    -webkit-mask-position: 150%;
  }
  to {
    mask-position: -50%;
    -webkit-mask-position: -50%;
  }
}

@keyframes shine {
  from {
    mask-position: 150%;
    -webkit-mask-position: 150%;
  }
  to {
    mask-position: -50%;
    -webkit-mask-position: -50%;
  }
}

.btn-boxtop__rules:active {
  border-color: #FFE600;
}

.btn-boxtop__rules:focus {
  outline-color: #FFE600;
}

@-webkit-keyframes slideme {
  0% {
    left: -130px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes slideme {
  0% {
    left: -130px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

.card {
  position: absolute;
  width: 25vw;
  background-color: #fff;
  border-radius: 6px;
  -webkit-transition: width 0.5s linear, -webkit-filter 0.5s linear, -webkit-transform 0.3s linear;
  transition: width 0.5s linear, -webkit-filter 0.5s linear, -webkit-transform 0.3s linear;
  -o-transition: filter 0.5s linear, width 0.5s linear, transform 0.3s linear;
  transition: filter 0.5s linear, width 0.5s linear, transform 0.3s linear;
  transition: filter 0.5s linear, width 0.5s linear, transform 0.3s linear, -webkit-filter 0.5s linear, -webkit-transform 0.3s linear;
}

@media (min-width: 576px) {
  .card {
    width: 20vw;
  }
}

@media (min-width: 993px) {
  .card {
    width: 13vw;
    border-radius: 12px;
  }
}

.card:nth-child(odd).card--current {
  -webkit-animation-name: jumpToRight;
          animation-name: jumpToRight;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.card:nth-child(odd) .card__mask {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6.39%, rgba(242, 10, 71, 0)), color-stop(26.26%, rgba(238, 38, 107, 0.4139)), color-stop(rgba(235, 57, 132, 0.7786)), color-stop(54.38%, #ea408d), color-stop(100.18%, rgba(234, 64, 141, 0)));
  background: -o-linear-gradient(top, rgba(242, 10, 71, 0) 6.39%, rgba(238, 38, 107, 0.4139) 26.26%, rgba(235, 57, 132, 0.7786), #ea408d 54.38%, rgba(234, 64, 141, 0) 100.18%);
  background: linear-gradient(180deg, rgba(242, 10, 71, 0) 6.39%, rgba(238, 38, 107, 0.4139) 26.26%, rgba(235, 57, 132, 0.7786), #ea408d 54.38%, rgba(234, 64, 141, 0) 100.18%);
}

.card:nth-child(even).card--current {
  -webkit-animation-name: jumpToleft;
          animation-name: jumpToleft;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.card:nth-child(even) .card__mask {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.44%, rgba(0, 170, 255, 0)), color-stop(54.67%, #00aaff), color-stop(106.56%, rgba(0, 170, 255, 0)));
  background: -o-linear-gradient(top, rgba(0, 170, 255, 0) 1.44%, #00aaff 54.67%, rgba(0, 170, 255, 0) 106.56%);
  background: linear-gradient(180deg, rgba(0, 170, 255, 0) 1.44%, #00aaff 54.67%, rgba(0, 170, 255, 0) 106.56%);
}

.card.card--current {
  width: 30vw;
}

@media (min-width: 576px) {
  .card.card--current {
    width: 25vw;
  }
}

@media (min-width: 993px) {
  .card.card--current {
    width: 15vw;
  }
}

.card.card--current.card--shake.timeout .card__border {
  border-color: #000;
}

.card.card--current.timeout {
  z-index: 300;
}

.card.card--current .card__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.card.card--current .card__border {
  height: 43vw;
}

@media (min-width: 576px) {
  .card.card--current .card__border {
    height: 36vw;
  }
}

@media (min-width: 993px) {
  .card.card--current .card__border {
    height: 24vw;
  }
}

@media(max-width: 576px) {
  .card.card--surprise .card__border {
    background: center 20%/90% 50% no-repeat -webkit-image-set(url(../images/card/card3.avif) 1x, url(../images/card/card3.webp) 2x, url(../images/card/card3.png) 2x);
  }

  
  .card.card--surprise.card--current .card__copy,
  .card.card--surprise.card--current .card__num {
    display: none;
  }
  .card.card--surprise.card--current .card__text { 
    margin-bottom: 0;
  }
}


.card--1.card--shake .card__border, .card--2.card--shake .card__border, .card--3.card--shake .card__border, .card--4.card--shake .card__border, .card--5.card--shake .card__border, .card--6.card--shake .card__border {
  border-color: rgba(235, 57, 132, 0.7786);
  -webkit-transition: border-color 1s linear;
  -o-transition: border-color 1s linear;
  transition: border-color 1s linear;
}

.card--1 {
  z-index: 10;
}

.card--1 .card__border {
  background: center 10%/80% 70% no-repeat -webkit-image-set(url(../images/card/card1.avif) 1x, url(../images/card/card1.webp) 2x, url(../images/card/card1.png) 2x);
  background: center 10%/80% 70% no-repeat -webkit-image-set("../images/card/card1.avif" 1x type("image/avif"), "../images/card/card1.webp" 2x type("image/webp"), "../images/card/card1.png" 2x type("image/png"));
  background: center 10%/80% 70% no-repeat -webkit-image-set(url("../images/card/card1.avif") 1x type("image/avif"), url("../images/card/card1.webp") 2x type("image/webp"), url("../images/card/card1.png") 2x type("image/png"));
  background: center 10%/80% 70% no-repeat image-set("../images/card/card1.avif" 1x type("image/avif"), "../images/card/card1.webp" 2x type("image/webp"), "../images/card/card1.png" 2x type("image/png"));
}

.card--2 {
  z-index: 9;
}

.card--2 .card__border {
  background: center 10%/90% 70% no-repeat -webkit-image-set(url(../images/card/card2.avif) 1x, url(../images/card/card2.webp) 2x, url(../images/card/card2.png) 2x);
  background: center 10%/90% 70% no-repeat -webkit-image-set("../images/card/card2.avif" 1x type("image/avif"), "../images/card/card2.webp" 2x type("image/webp"), "../images/card/card2.png" 2x type("image/png"));
  background: center 10%/90% 70% no-repeat -webkit-image-set(url("../images/card/card2.avif") 1x type("image/avif"), url("../images/card/card2.webp") 2x type("image/webp"), url("../images/card/card2.png") 2x type("image/png"));
  background: center 10%/90% 70% no-repeat image-set("../images/card/card2.avif" 1x type("image/avif"), "../images/card/card2.webp" 2x type("image/webp"), "../images/card/card2.png" 2x type("image/png"));
}

.card--3 {
  z-index: 8;
}

.card--3 .card__border {
  background: center 20%/90% 60% no-repeat -webkit-image-set(url(../images/card/card3.avif) 1x, url(../images/card/card3.webp) 2x, url(../images/card/card3.png) 2x);
  background: center 20%/90% 60% no-repeat -webkit-image-set("../images/card/card3.avif" 1x type("image/avif"), "../images/card/card3.webp" 2x type("image/webp"), "../images/card/card3.png" 2x type("image/png"));
  background: center 20%/90% 60% no-repeat -webkit-image-set(url("../images/card/card3.avif") 1x type("image/avif"), url("../images/card/card3.webp") 2x type("image/webp"), url("../images/card/card3.png") 2x type("image/png"));
  background: center 20%/90% 60% no-repeat image-set("../images/card/card3.avif" 1x type("image/avif"), "../images/card/card3.webp" 2x type("image/webp"), "../images/card/card3.png" 2x type("image/png"));
}

.card--4 {
  z-index: 7;
}

.card--4 .card__border {
  background: center 20%/90% 60% no-repeat -webkit-image-set(url(../images/card/card4.avif) 1x, url(../images/card/card4.webp) 2x, url(../images/card/card4.png) 2x);
  background: center 20%/90% 60% no-repeat -webkit-image-set("../images/card/card4.avif" 1x type("image/avif"), "../images/card/card4.webp" 2x type("image/webp"), "../images/card/card4.png" 2x type("image/png"));
  background: center 20%/90% 60% no-repeat -webkit-image-set(url("../images/card/card4.avif") 1x type("image/avif"), url("../images/card/card4.webp") 2x type("image/webp"), url("../images/card/card4.png") 2x type("image/png"));
  background: center 20%/90% 60% no-repeat image-set("../images/card/card4.avif" 1x type("image/avif"), "../images/card/card4.webp" 2x type("image/webp"), "../images/card/card4.png" 2x type("image/png"));
}

.card--5 {
  z-index: 6;
}

.card--5 .card__border {
  background: center 30%/100% 60% no-repeat -webkit-image-set(url(../images/card/card5.avif) 1x, url(../images/card/card5.webp) 2x, url(../images/card/card5.png) 2x);
  background: center 30%/100% 60% no-repeat -webkit-image-set("../images/card/card5.avif" 1x type("image/avif"), "../images/card/card5.webp" 2x type("image/webp"), "../images/card/card5.png" 2x type("image/png"));
  background: center 30%/100% 60% no-repeat -webkit-image-set(url("../images/card/card5.avif") 1x type("image/avif"), url("../images/card/card5.webp") 2x type("image/webp"), url("../images/card/card5.png") 2x type("image/png"));
  background: center 30%/100% 60% no-repeat image-set("../images/card/card5.avif" 1x type("image/avif"), "../images/card/card5.webp" 2x type("image/webp"), "../images/card/card5.png" 2x type("image/png"));
}

.card--6 {
  z-index: 5;
}

.card--6 .card__border {
  background: center 30%/95% 50% no-repeat -webkit-image-set(url(../images/card/card3.avif) 1x, url(../images/card/card3.webp) 2x, url(../images/card/card3.png) 2x);
  background: center 30%/95% 50% no-repeat -webkit-image-set("../images/card/card3.avif" 1x type("image/avif"), "../images/card/card3.webp" 2x type("image/webp"), "../images/card/card3.png" 2x type("image/png"));
  background: center 30%/95% 50% no-repeat -webkit-image-set(url("../images/card/card3.avif") 1x type("image/avif"), url("../images/card/card3.webp") 2x type("image/webp"), url("../images/card/card3.png") 2x type("image/png"));
  background: center 30%/95% 50% no-repeat image-set("../images/card/card3.avif" 1x type("image/avif"), "../images/card/card3.webp" 2x type("image/webp"), "../images/card/card3.png" 2x type("image/png"));
}

.card__close {
  position: absolute;
  z-index: 3;
  left: 95%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -25%);
      -ms-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

@media (min-width: 576px) {
  .card__close {
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid #000;
  }
}

.card__btn {
  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;
  text-transform: uppercase;
  font-style: normal;
}

.card__content {
  position: relative;
  padding: 5px;
}

.card__mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
  opacity: 0.41;
  border-radius: 6px;
}

@media (min-width: 993px) {
  .card__mask {
    border-radius: 12px;
  }
}

.card__border {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 1vw 5px;
  height: 36vw;
  border-radius: 9px;
  border: 1px solid #000;
  background-position: contain;
  background-repeat: center 10% / 70% 70% no-repeat;
  -webkit-transition: height 0.5s linear;
  -o-transition: height 0.5s linear;
  transition: height 0.5s linear;
}

@media (min-width: 576px) {
  .card__border {
    height: 28vw;
    border: 2px solid #000;
  }
}

@media (min-width: 993px) {
  .card__border {
    height: 23vw;
    border: 3px solid #000;
  }
}

.card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          margin-top: 1px;
}

.card__slogan {
  font-size: calc(8px + 6 * ((100vw - 320px) / 1600));
  color: #000;
}

.card__decor-img {
  width: 2.4vw;
  height: 1.4vw;
}

.card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
  color: #000;
}

.card__text {
  width: 100%;
  margin-bottom: 0.6em;
  font-size: 8px;
}

.card__text span {
  color: red;
  font-weight: bold;
}

@media (min-width: 576px) {
  .card__text {
    font-size: calc(10px + 2 * ((100vw - 320px) / 1600));
  }
}

.card__copy {
  font-size: 6px;
}

@media (min-width: 576px) {
  .card__copy {
    font-size: 7px;
  }
}

.card__num {
  display: none;
  font-size: 6px;
}

@media (min-width: 576px) {
  .card__num {
    font-size: calc(10px + 2 * ((100vw - 320px) / 1600));
  }
}


/* registration block end */
/*!*****************************************************

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/flagSprite.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-ao {
  background-position: center 0.4524%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fflag-el {
  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-ae {
  background-position: center 47.6725%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fflag.ff-sm {
  width: 18px;
  height: 11px;
}

.fflag.ff-md {
  width: 27px;
  height: 17px;
}

.fflag.ff-lg {
  width: 42px;
  height: 27px;
}

.fflag.ff-xl {
  width: 60px;
  height: 37px;
}

/* ff-round = circular icons */
.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;
}

.langCheck {
  min-width: 100px;
  top: 3px;
  right: 0px;
  height: 34px;
  /* position: absolute; */
}

@media (min-width: 993px) {
  .langCheck {
    display: block;
    /* position: absolute; */
    z-index: 10;
    right: 0px;
    min-width: 100px;
  }
}

.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: 10px;
  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: 26px;
  background-color: transparent;
  z-index: 1;
}

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

.langCheck__wrapper:hover {
  padding-bottom: 5px;
  -webkit-animation-name: bgShow;
  animation-name: bgShow;
  -webkit-animation-duration: .5s;
  animation-duration: .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: .5s;
  animation-duration: .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: .7s;
  animation-duration: .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: 767px) {
  .langCheck__wrapper:hover .langCheck__item:not(.selected) {
    -webkit-animation-name: showItemDesc;
    animation-name: showItemDesc;
    -webkit-animation-duration: .7s;
    animation-duration: .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;
}

@-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: .5;
  }
}

@keyframes showItemDesc {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: .5;
  }
}

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

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

.langCheck__item .icon {
  width: 19px;
  height: 18px;
  margin: 3px 6px 3px 6px;
  border-radius: 50%;
  border: 1px solid #fff;
  /* background-size: 73px; */
}

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

.langCheck__item .langContext {
  font-style: normal;
  font-family: 'Arial', serif;
  font-size: 10px;
  text-transform: uppercase;
  margin: 5px 7px;
  text-shadow: 1px 1px 1px #000;
}

@media (min-width: 767px) {
  .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: 34px;
  background-color: #373737;
  border-radius: 0 0 10px 10px;
  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;
}

.langCheck__item.selected .icon {
  width: 18px;
  height: 18px;
  /* background-size: 72px; */
  margin-left: 11px;
  border-radius: 50%;
  border-color: #fff;
}

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

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

.langCheck__item.selected .arrow {
  width: 25px;
  height: 100%;
  background-color: #ffbc00;
  margin-left: 5px;
  position: relative;
  margin-left: auto;
}

@media (min-width: 767px) {
  .langCheck__item.selected .arrow {
    width: 27px;
    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: 7px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
}

@media (min-width: 767px) {

  .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: 767px) {
  .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: 767px) {
  .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;
}


.header {
  position: relative;
  z-index: 101;
  background: #171717;
  border-bottom: 1px solid #fff;
}

@media (min-width: 576px) {
  .header {
    border-bottom: 3px solid #fff;
  }
}

.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: .6em 0;
}

@media (min-width: 993px) {
  .header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__registration {
  padding: 0 1vw;
  margin-left: auto;
}

@media (min-width: 576px) {
  .header__registration {
    padding: 0 2vw;
  }
}

.header__box {
  position: relative;
  max-height: 54px;
  margin-left: 5px;
}

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

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

.logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13.8vw;
  min-width: 91px;
}

@media (max-width: 992px) {
  .logo__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.logo__svg {
  width: 136px;
  height: 20px;
  -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 (max-width: 1124px) {
  .logo__svg {
    width: 11vw;
    height: 2vw;
  }
}

@media (max-width: 768px) {
  .logo__svg {
    max-width: 25vw;
  }
}

@media (max-width: 576px) {
  .logo__svg {
    width: 40vw;
    min-height: 15px;
  }
}

.logo__slogan {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.7vw;
}

.logo__slogan::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 266px;
  height: 20px;
  background-image: url("../images/slogan-back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1124px) {
  .logo__slogan::before {
    min-width: 12.85vw;
    height: 1.5vw;
  }
}

@media (max-width: 992px) {
  .logo__slogan::before {
    width: 25.85vw;
    height: 2.04vw;
  }
}

.logo__text {
  color: #e1e1e1;
  font-size: 16px;
  font-style: italic;
  text-transform: uppercase;
}

@media (max-width: 1124px) {
  .logo__text {
    font-size: clamp(12px, 1vw, 14px);
  }
}

@media (max-width: 576px) {
  .logo__text {
    font-size: clamp(8px, 2vw, 12px);
  }
}

.logo__hand {
  width: 43px;
  height: 33px;
  margin-left: 5px;
}

@media (max-width: 1124px) {
  .logo__hand {
    width: 25px;
    height: 23px;
  }
}

@media (max-width: 576px) {
  .logo__hand {
    width: 18px;
    height: 15px;
    margin-left: 3px;
  }
}

.logo__hand use {
  fill: white;
}

.top {
  margin-bottom: 3vw;
  padding-top: 2vw;
}

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

.top--anim {
  padding-top: 2vw;
}

.top--anim .top__inner {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top--anim .top__right {
  position: relative;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin: 0 auto 20px;
}

.top--anim .top__back-img,
.top--anim .top__front-img {
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.top--anim .card {
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.top--anim .card--current {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.top--anim .top__target {
  height: calc(43vw + 10px);
  width: 25vw;
}

@media (min-width: 576px) {
  .top--anim .top__target {
    width: 20vw;
    height: calc(28vw + 10px);
  }
}

@media (min-width: 993px) {
  .top--anim .top__target {
    width: 13vw;
    height: 24vw;
  }
}

.top--anim .card--current__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top--anim .card--current .card__num {
  display: block;
}

.top .top__part {
  position: absolute;
  z-index: 500;
  top: 0;
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: snow 5s linear infinite;
          animation: snow 5s linear infinite;
}

.top .top__part--1 {
  left: 0%;
  top: 10%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../images/top/Group.png");
}

.top .top__part--2 {
  left: 30%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../images/top/Group-1.png");
}

.top .top__part--3 {
  height: 55px;
  left: 50%;
  top: 20%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../images/top/Group-2.png");
}

.top .top__part--4 {
  left: 65%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../images/top/Group-3.png");
}

.top .top__part--5 {
  top: 40%;
  left: 60%;
  background-image: url("../images/top/Group-4.png");
}

.top .top__part--6 {
  background-image: url("../images/top/Group-5.png");
}

.top .top__part--7 {
  left: 80%;
  background-image: url("../images/top/Group-6.png");
}
/* 
@-webkit-keyframes snow {
  0% {
  }
  25% {
  }
  50% {
  }
  100% {
  }
}

@keyframes snow {
  0% {
  }
  25% {
  }
  50% {
  }
  100% {
  }
} */

.top__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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 993px) {
  .top__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.top__action {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 847px;
}

.top__right {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 20px;
}

@media (min-width: 993px) {
  .top__right {
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.top__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.top__decor-image {
  width: 11.45vw;
  min-width: 80px;
}

@media (min-width: 576px) {
  .top__decor-image {
    min-width: 100px;
  }
}

@media (min-width: 767px) {
  .top__decor-image {
    min-width: 136px;
  }
}

.top__decor-img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top__title {
  margin-left: -20px;
  max-width: 666px;
  margin-bottom: 0.4em;
  font-size: calc(21px + 59 * ((100vw - 320px) / 1600));
  line-height: 1.12;
  font-weight: 700;
  text-transform: uppercase;
  text-indent: 0.5em;
}

.top__box {
  padding-left: 10%;
}

.top__subtitle {
  margin-bottom: 0.6em;
  font-size: calc(16px + 40 * ((100vw - 320px) / 1600));
  line-height: 1.18;
  background: -webkit-gradient(linear, left bottom, left top, from(#f40f3e), to(#f94b67)), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
  background: -o-linear-gradient(bottom, #f40f3e 0%, #f94b67 100%), -o-linear-gradient(bottom, #ffffff, #ffffff);
  background: linear-gradient(360deg, #f40f3e 0%, #f94b67 100%), linear-gradient(0deg, #ffffff, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}

.top__info {
  max-width: 680px;
  font-size: calc(10px + 19 * ((100vw - 320px) / 1600));
  line-height: 1.28;
    -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
}

@media (min-width: 576px) {
  .top__info {
    margin-bottom: 1em;
  }
}

@media (min-width: 767px) {
  .top__info {
    margin-bottom: 2em;
  }
}

@media (min-width: 993px) {
  .top__info {
    margin-bottom: 4em;
  }
}

.top__span-list, .top__cards-list {
  position: relative;
  left: 4vw;
  bottom: 8vw;
  width: 100%;
}

@media (min-width: 767px) {
  .top__span-list, .top__cards-list {
    bottom: 7vw;
    left: 3vw;
  }
}

@media (min-width: 993px) {
  .top__span-list, .top__cards-list {
    bottom: 6vw;
  }
}

.top__target {
  opacity: 0;
  display: none;
  width: 25vw;
  height: calc(36vw + 10px);
  border-radius: 6px;
}

@media (min-width: 576px) {
  .top__target {
    width: 20vw;
    height: calc(28vw + 10px);
  }
}

@media (min-width: 993px) {
  .top__target {
    border-radius: 12px;
    width: 13vw;
    height: calc(23vw + 10px);
    cursor: pointer;
  }
}

.top__target.target--current {
  width: 30vw;
}

@media (min-width: 576px) {
  .top__target.target--current {
    width: 25vw;
    height: calc(36vw + 10px);
  }
}

@media (min-width: 993px) {
  .top__target.target--current {
    width: 15vw;
    height: 24vw;
  }
}

.top__target:nth-child(odd).target--current {
  -webkit-animation-name: jumpToRight;
          animation-name: jumpToRight;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.top__target:nth-child(even).target--current {
  -webkit-animation-name: jumpToleft;
          animation-name: jumpToleft;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.top__target--1 {
  display: block;
  z-index: 200;
}

.top__target--2 {
  display: block;
  z-index: 199;
}

.top__target--3 {
  display: block;
  z-index: 198;
}

.top__target--4 {
  display: block;
  z-index: 197;
}

.top__target--5 {
  display: block;
  z-index: 196;
}

.top__target--6 {
  display: block;
  z-index: 196;
}

.top__anim-block {
  position: relative;
}

.top__anim-text {
  margin-bottom: 0.4em;
  text-transform: uppercase;
  font-style: normal;
  text-align: center;
  font-size: calc(10px + 19 * ((100vw - 320px) / 1600));
  color: #F51341;
  opacity: 0.8;
}

.top__anim-arrow {
  position: relative;
  width: 4.4vw;
  height: 4vw;
  margin: 0 auto 2%;
  background-image: url("../images/top/bottom-arr.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  cursor: pointer;
}

.top__anim-arrow:hover {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.top__package {
  position: relative;
  height: 100%;
  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;
  width: 55vw;
  height: 66vw;
}

@media (min-width: 576px) {
  .top__package {
    width: 45vw;
    height: 56vw;
  }
}

@media (min-width: 993px) {
  .top__package {
    width: 38vw;
    height: 46vw;
  }
}

.top__package::before {
  content: "";
  position: absolute;
  width: 26vw;
  height: 26vw;
  min-width: 260px;
  border-radius: 50%;
  background: #F51341;
  -webkit-filter: blur(11.303vw);
          filter: blur(11.303vw);
  -webkit-animation: 3s linear 0s infinite alternate blurScale;
          animation: 3s linear 0s infinite alternate blurScale;
}

.top__front-img, .top__back-img {
  top: 0;
  left: 0;
  -webkit-transition: -webkit-filter 1s linear;
  transition: -webkit-filter 1s linear;
  -o-transition: filter 1s linear;
  transition: filter 1s linear;
  transition: filter 1s linear, -webkit-filter 1s linear;
}

.top__front-img {
  z-index: 100;
}

.top__back-img, .top__front-img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
}

.instruction__inner {
  position: relative;
}

.instruction__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 70%;
  margin: 0 auto;
}

@media (min-width: 767px) {
  .instruction__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-pack: distribute;
    justify-content: space-around;

    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

    max-width: 100%;
  }
}

.instruction__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
}

.instruction__num {
  position: relative;
  margin-right: 4vw;
  font-size: calc(36px + 20 * ((100vw - 320px) / 1600));
  line-height: 1;
  text-shadow: 0px 1.1311px 1.1311px rgba(0, 0, 0, 0.25);
  color: #F51341;
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .instruction__num {
    margin-right: 2vw;
    font-size: calc(48px + 20 * ((100vw - 320px) / 1600));
  }
}

@media (min-width: 993px) {
  .instruction__num {
    font-size: calc(48px + 72 * ((100vw - 320px) / 1600));
  }
}

@media (min-width: 1200px) {
  .instruction__num {
    margin-right: 4vw;
  }
}

.instruction__num::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 57px;
  min-height: 55px;
  background-image: url("../images/instruction/cloud.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 576px) {
  .instruction__num::before {
    width: 8.75vw;
    height: 8.4vw;
  }
}

.instruction__box {
  margin-left: 0.6em;
}

.instruction__box span {
  color: #fff;
  text-transform: uppercase;
  font-size: calc(16px + 5 * ((100vw - 320px) / 1600));
}

.instruction__item {
  width: 100%;
  margin-bottom: 2em;
  padding-left: 30px;
}

@media (min-width: 767px) {
  .instruction__item {
    /* width: 50%; */
    margin-bottom: 0;
    width: 30%;
  }
}

@-webkit-keyframes arrowAnim {
  from {
    background-position: -200%;
  }
  to {
    background-position: 100%;
  }
}

@keyframes arrowAnim {
  from {
    background-position: -200%;
  }
  to {
    background-position: 100%;
  }
}

@media (min-width: 767px) {
  .instruction__item:not(:last-child) {
    margin-bottom: 0;
  }
}

.instruction__article {
  max-width: 60%;
}

.instruction__action {
  font-size: calc(17px + 10 * ((100vw - 320px) / 1600));
  font-weight: 600;
  color: #0B6EFD;
  text-transform: uppercase;
  text-shadow: 0px 3.67379px 9.18448px rgba(0, 0, 0, 0.4);
}

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

#popup-steps.popup.show ,
#promotionRules.popup.show {
  z-index: 300;
}

@-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;
  border: none !important;
}

@media (min-width: 767px) {
  .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: -o-linear-gradient(left, #0b6efd, #f51341);
  background: -webkit-gradient(linear, left top, right top, from(#0b6efd), to(#f51341));
  background: linear-gradient(90deg, #0b6efd, #f51341);
}

.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-steps .popup__close a{
  background: transparent;
}

.popup__close .popup__closeBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  width: 30px;
  position: relative;
  opacity: 0.7;
  color: #fff;
  font-weight: 500;
  -webkit-transition: opacity 0.3s linear;
  -o-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: -o-linear-gradient(left, #0354ff -0.35%, #1795f9 99.55%);
  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;
}

footer {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 16px;
  padding-top: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(39.33%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 39.33%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.33%, rgba(0, 0, 0, 0.8) 100%);
}

footer .separator {
  width: 100%;
}

footer .wooman-block {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

footer .wooman-block .btn {
  z-index: 2;
}

footer .wooman-block picture {
  position: absolute;
  bottom: 60%;
  left: -18%;
}

footer .wooman-block picture > * {
  height: 43vw;
  max-height: 700px;
  min-height: 323px;
}

footer .payments-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 576px) {
  footer .payments-methods {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

footer .payments-methods div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 2%;
  margin-right: 2%;
}

footer .payments-methods div svg {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

footer .payments-methods div svg:last-of-type {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}

footer .payments-methods div:hover svg:last-of-type {
  opacity: 1;
}

footer .app-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

footer .app-links a {
  margin-left: 3%;
  margin-right: 3%;
}

footer .soc-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .soc-networks a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 2%;
  padding-right: 2%;
}

footer .soc-networks a svg {
  display: block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  height: auto;
}

footer .soc-networks a svg:nth-child(2) {
  display: none;
  height: 0;
}

footer .soc-networks a:hover svg {
  display: none;
  height: 0;
}

footer .soc-networks a:hover svg:nth-child(2) {
  display: block;
  height: auto;
}

footer .payments-methods,
footer .app-links,
footer .soc-networks {
  margin-bottom: 20px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 767px) {
  footer .wooman-block {
    position: absolute;
    bottom: 0;
    left: 55%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    margin-bottom: 0;
  }
  footer .wooman-block picture {
    position: relative;
  }
  footer .wooman-block .btn {
    display: none;
  }
}

@media (min-width: 993px) {
  footer .payments-methods,
  footer .app-links,
  footer .soc-networks {
    width: 30%;
  }
  footer .payments-methods {
    margin-right: 45px;
  }
}