@charset "UTF-8";

/*  GLOBAL STYLES   */
/* Media queries */
/* Container */
/* Responsive font size */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-blend-mode: overlay;
  scroll-behavior: smooth;
  background-color: #333333;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
}

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;
  outline: none;
}

.promo__name {
  font-family: "Commissioner", sans-serif;
  font-weight: 700;
}



a {
  text-decoration: none;
  cursor: pointer;
}

html,
body {
  min-height: 100vh;
  height: auto;
}

body {
  font-family: "Commissioner", sans-serif;
  line-height: 1;
  color: #fff;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url(../images/bg/main-background.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.main section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.main section.content,
.main section.play {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 767px) {
  .main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .main section {
    width: 50%;
  }
}

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;
  -webkit-text-fill-color: transparent;
}

.yellow-gradient {
  background: -o-linear-gradient(180deg, #fff900 -73.86%, #ffd400 38.81%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-73.86%, #fff900), color-stop(38.81%, #ffd400));
  background: -o-linear-gradient(top, #fff900 -73.86%, #ffd400 38.81%);
  background: linear-gradient(180deg, #fff900 -73.86%, #ffd400 38.81%);
}

.blue-gradient {
  background: -o-linear-gradient(180deg, #1795F9 -73.86%, #0354FF 38.81%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-73.86%, #1795F9), color-stop(38.81%, #0354FF));
  background: -o-linear-gradient(top, #1795F9 -73.86%, #0354FF 38.81%);
  background: linear-gradient(180deg, #1795F9 -73.86%, #0354FF 38.81%);
}

.red-gradient {
  background: -o-linear-gradient(180deg, #F95A71 -73.86%, #F40F3E 38.81%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-73.86%, #F95A71), color-stop(38.81%, #F40F3E));
  background: -o-linear-gradient(top, #F95A71 -73.86%, #F40F3E 38.81%);
  background: linear-gradient(180deg, #F95A71 -73.86%, #F40F3E 38.81%);
}

.gradient-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@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-Regular.ttf") format("truetype"),
    url("../fonts/Commissioner-Regular.otf") format("opentype"),
    url("../fonts/Commissioner-Regular.woff2") format("woff2"),
    url("../fonts/Commissioner-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Commissioner';
  font-style: normal;
  src: url("../fonts/Commissioner-Bold.ttf") format("truetype"),
    url("../fonts/Commissioner-Bold.otf") format("opentype"),
    url("../fonts/Commissioner-Bold.woff2") format("woff2"),
    url("../fonts/Commissioner-Bold.woff") format("woff");
  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-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("ttf");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat SemiBold";
  font-style: normal;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("ttf");
  font-weight: 700;
  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: 400;
  font-display: swap;
}

@font-face {
  font-family: "Arial-Bold";
  font-style: normal;
  src: url("../fonts/Arial-BoldMT.woff2") format("woff2"), url("../fonts/Arial-BoldMT.woff") format("woff"), url("../fonts/Arial-BoldMT.ttf") format("ttf");
  font-weight: 700;
  font-display: swap;
}

@-webkit-keyframes imageMovementHide {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes imageMovementHide {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes imageMovementShow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes imageMovementShow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes imageMovementShowIMG {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1.27);
    transform: scale(1.27);
  }
}

@keyframes imageMovementShowIMG {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1.27);
    transform: scale(1.27);
  }
}

@-webkit-keyframes sliderHide {
  0% {
    opacity: 1;
    z-index: 1;
  }

  30% {
    opacity: 1;
    z-index: 1;
  }

  100% {
    opacity: 0;
    z-index: 0;
  }
}

@keyframes sliderHide {
  0% {
    opacity: 1;
    z-index: 1;
  }

  30% {
    opacity: 1;
    z-index: 1;
  }

  100% {
    opacity: 0;
    z-index: 0;
  }
}

@-webkit-keyframes sliderShow {
  0% {
    opacity: 0;
    z-index: 0;
  }

  30% {
    opacity: 0;
    z-index: 0;
  }

  100% {
    opacity: 1;
    z-index: 1;
  }
}

@keyframes sliderShow {
  0% {
    opacity: 0;
    z-index: 0;
  }

  30% {
    opacity: 0;
    z-index: 0;
  }

  100% {
    opacity: 1;
    z-index: 1;
  }
}

@-webkit-keyframes showPopUp {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes showPopUp {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hidePopUp {
  0% {
    opacity: 1;
    z-index: 100;
  }

  99% {
    opacity: 0;
    z-index: 100;
  }

  100% {
    opacity: 0;
    z-index: -100;
  }
}

@keyframes hidePopUp {
  0% {
    opacity: 1;
    z-index: 100;
  }

  99% {
    opacity: 0;
    z-index: 100;
  }

  100% {
    opacity: 0;
    z-index: -100;
  }
}

@-webkit-keyframes glitterMovement {
  0% {
    top: 1%;
    left: -6%;
    opacity: 1;
  }

  5.25% {
    top: 65%;
    left: -6%;
  }

  8.75% {
    top: 85%;
    left: 42%;
  }

  12.25% {
    top: 65%;
    left: 90%;
  }

  17.5% {
    top: 1%;
    left: 90%;
  }

  19.5% {
    top: -12%;
    left: 80%;
    opacity: 1;
  }

  23% {
    top: -12%;
    left: 6%;
    opacity: 0;
  }

  25% {
    top: 1%;
    left: -6%;
  }

  100% {
    top: 1%;
    left: -6%;
    opacity: 0;
  }
}

@keyframes glitterMovement {
  0% {
    top: 1%;
    left: -6%;
    opacity: 1;
  }

  5.25% {
    top: 65%;
    left: -6%;
  }

  8.75% {
    top: 85%;
    left: 42%;
  }

  12.25% {
    top: 65%;
    left: 90%;
  }

  17.5% {
    top: 1%;
    left: 90%;
  }

  19.5% {
    top: -12%;
    left: 80%;
    opacity: 1;
  }

  23% {
    top: -12%;
    left: 6%;
    opacity: 0;
  }

  25% {
    top: 1%;
    left: -6%;
  }

  100% {
    top: 1%;
    left: -6%;
    opacity: 0;
  }
}

@-webkit-keyframes animScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  7% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  14% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  21% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  35% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  42% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes animScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  7% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  14% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  21% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  35% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  42% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes animScaleRotate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  7% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  14% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  21% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  35% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  42% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  65% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  70% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  80% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  85% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes animScaleRotate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  7% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  14% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  21% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  35% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  42% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  65% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  70% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  80% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  85% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*  TOOLS STYLES   */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../fonts/slick.eot");
  src: url("../../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../fonts/slick.woff") format("woff"), url("../../fonts/slick.ttf") format("truetype"), url("../../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}

.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/flags@2x.png");
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}

/*  COMPONENTS STYLES   */
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTMLд
<i class="icon icon-home"></i>
*/
.icon {
  width: 12px;
  height: 12px;
}

.icon-pt {
  background-image: url("../images/sprite.png");
  background-position: 0px -36px;
}

.icon-ru {
  background-image: url("../images/sprite.png");
  background-position: -54px 0px;
}

.icon-br {
  background-image: url("../images/sprite.png");
  background-position: -18px 0px;
}

.icon-en {
  background-image: url("../images/sprite.png");
  background-position: -36px 55px;
}

.icon-fi {
  background-image: url("../images/sprite.png");
  background-position: -18px -54px;
}

.icon-de {
  background-image: url("../images/sprite.png");
  background-position: 0px 36px;
}

.icon-el {
  background-image: url("../images/sprite.png");
  background-position: -18px -18px;
}

.icon-fr {
  background-image: url("../images/sprite.png");
  background-position: 0px 0px;
}

.icon-es {
  background-image: url("../images/sprite.png");
  background-position: -54px -36px;
}

.icon-tr {
  background-image: url("../images/sprite.png");
  background-position: -36px -36px;
}

.icon-no {
  background-image: url("../images/sprite.png");
  background-position: -36px 36px;
}

.icon-br {
  background-image: url("../images/sprite.png");
  background-position: 55px 18px;
}

.container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 576px) {
  .container {
    padding: 0 10px;
  }
}

.container-fluid {
  max-width: 1920px;
}

:root {
  --hue: 223;
  --bg: hsl(var(--hue), 10%, 90%);
  --fg: hsl(var(--hue), 10%, 10%);
  --primary: hsl(var(--hue), 90%, 55%);
  --primary0: hsla(var(--hue), 90%, 55%, 0);
  --switch-hue: 93;
  --switch: hsl(var(--switch-hue), 90%, 55%);
  --switch0: hsla(var(--switch-hue), 90%, 55%, 0);
  --switch-darker: hsl(var(--switch-hue), 90%, 30%);
  --switch-mid-sat: hsl(var(--switch-hue), 50%, 55%);
  --switch-mid-sat0: hsla(var(--switch-hue), 50%, 55%, 0);
  --switch-mid-sat3: hsla(var(--switch-hue), 50%, 55%, 0.3);
  --trans-dur1: 0.3s;
  --trans-dur2: 0.15s;
  --trans-timing1: cubic-bezier(0.42, 0, 0.58, 1);
  --trans-timing2: cubic-bezier(0.42, 0, 0.58, 1.25);
}

.switch,
.switch__input {
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

.switch:before,
.switch__input {
  border-radius: inherit;
  inset: 0;
}

.switch:before,
.switch__input,
.switch__input:before,
.switch__input:after,
.switch__sr,
.switch__focus {
  position: absolute;
}

.switch:before,
.switch__input:before,
.switch__input:after,
.switch__focus {
  display: block;
}

.switch:before,
.switch__input:before,
.switch__input:after {
  content: "";
}

.switch {
  border-radius: 0.75em;
  -webkit-box-shadow: 0 0.3em 0.5em hsla(0deg, 0%, 0%, 0.2);
  box-shadow: 0 0.3em 0.5em hsla(0deg, 0%, 0%, 0.2);
  margin-bottom: 0.5em;
  width: 3em;
  height: 1.5em;
}

.switch:before {
  background-image: -o-linear-gradient(100deg, hsla(0deg, 0%, 100%, 0) 49%, hsla(0deg, 0%, 100%, 0.1) 50%);
  background-image: linear-gradient(-10deg, hsla(0deg, 0%, 100%, 0) 49%, hsla(0deg, 0%, 100%, 0.1) 50%);
  -webkit-box-shadow: 0 0 0 0.1em hsl(0deg, 0%, 95%) inset, 0 0.1em 0 hsl(var(--hue), 20%, 85%), 0.2em 0.25em 0.05em hsla(var(--switch-hue), 10%, 10%, 0.08) inset;
  box-shadow: 0 0 0 0.1em hsl(0deg, 0%, 95%) inset, 0 0.1em 0 hsl(var(--hue), 20%, 85%), 0.2em 0.25em 0.05em hsla(var(--switch-hue), 10%, 10%, 0.08) inset;
  -webkit-transition: -webkit-box-shadow var(--trans-dur1);
  transition: -webkit-box-shadow var(--trans-dur1);
  -o-transition: box-shadow var(--trans-dur1);
  transition: box-shadow var(--trans-dur1);
  transition: box-shadow var(--trans-dur1), -webkit-box-shadow var(--trans-dur1);
  z-index: 2;
}

.switch__input {
  background: -o-radial-gradient(50% 67%, circle, var(--switch), var(--switch-mid-sat0) 50%), -o-radial-gradient(100% 100%, 100% 100%, var(--switch), var(--switch-mid-sat0) 50%), var(--switch-darker);
  background: radial-gradient(circle at 50% 67%, var(--switch), var(--switch-mid-sat0) 50%), radial-gradient(100% 100% at 100% 100%, var(--switch), var(--switch-mid-sat0) 50%), var(--switch-darker);
  -webkit-box-shadow: -0.125em 0 0.25em hsla(0deg, 0%, 0%, 0.3) inset, -0.125em 0.125em 0.375em 0.25em var(--switch-mid-sat) inset, 0 0.3em 0.25em var(--switch-mid-sat0);
  box-shadow: -0.125em 0 0.25em hsla(0deg, 0%, 0%, 0.3) inset, -0.125em 0.125em 0.375em 0.25em var(--switch-mid-sat) inset, 0 0.3em 0.25em var(--switch-mid-sat0);
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: -webkit-box-shadow var(--trans-dur1) var(--trans-timing1), -webkit-filter var(--trans-dur1) var(--trans-timing1);
  transition: -webkit-box-shadow var(--trans-dur1) var(--trans-timing1), -webkit-filter var(--trans-dur1) var(--trans-timing1);
  -o-transition: box-shadow var(--trans-dur1) var(--trans-timing1), filter var(--trans-dur1) var(--trans-timing1);
  transition: box-shadow var(--trans-dur1) var(--trans-timing1), filter var(--trans-dur1) var(--trans-timing1);
  transition: box-shadow var(--trans-dur1) var(--trans-timing1), filter var(--trans-dur1) var(--trans-timing1), -webkit-box-shadow var(--trans-dur1) var(--trans-timing1), -webkit-filter var(--trans-dur1) var(--trans-timing1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.playSwitch__input.switch__input {
  /*fixed bug on iphone */
  margin: 0;
}

.switch__input:before,
.switch__input:after {
  border-radius: 50%;
  top: 0.15em;
  left: 0.15em;
  width: calc(50% - 0.3em);
  height: calc(100% - 0.3em);
}

.switch__input:before {
  background-color: hsl(0deg, 0%, 95%);
  -webkit-clip-path: circle(50% at 45% 50%);
  clip-path: circle(50% at 45% 50%);
  -webkit-transition: -webkit-clip-path var(--trans-dur1) var(--trans-timing1), -webkit-transform var(--trans-dur1) var(--trans-timing2);
  transition: -webkit-clip-path var(--trans-dur1) var(--trans-timing1), -webkit-transform var(--trans-dur1) var(--trans-timing2);
  -o-transition: clip-path var(--trans-dur1) var(--trans-timing1), transform var(--trans-dur1) var(--trans-timing2);
  transition: clip-path var(--trans-dur1) var(--trans-timing1), transform var(--trans-dur1) var(--trans-timing2);
  transition: clip-path var(--trans-dur1) var(--trans-timing1), transform var(--trans-dur1) var(--trans-timing2), -webkit-clip-path var(--trans-dur1) var(--trans-timing1), -webkit-transform var(--trans-dur1) var(--trans-timing2);
  z-index: 1;
}

.switch__input:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(0deg, 0%, 95%)), to(hsl(0deg, 0%, 65%)));
  background-image: -o-linear-gradient(hsl(0deg, 0%, 95%), hsl(0deg, 0%, 65%));
  background-image: linear-gradient(hsl(0deg, 0%, 95%), hsl(0deg, 0%, 65%));
  -webkit-box-shadow: 0 0 0.25em hsla(0deg, 0%, 0%, 0.2);
  box-shadow: 0 0 0.25em hsla(0deg, 0%, 0%, 0.2);
  -webkit-transition: -webkit-transform var(--trans-dur1) var(--trans-timing2);
  transition: -webkit-transform var(--trans-dur1) var(--trans-timing2);
  -o-transition: transform var(--trans-dur1) var(--trans-timing2);
  transition: transform var(--trans-dur1) var(--trans-timing2);
  transition: transform var(--trans-dur1) var(--trans-timing2), -webkit-transform var(--trans-dur1) var(--trans-timing2);
}

.switch__input:checked {
  -webkit-box-shadow: -0.125em 0 0.25em hsla(0deg, 0%, 0%, 0.3) inset, -0.125em 0.125em 0.375em 0.25em var(--switch-mid-sat) inset, 0 0.3em 0.25em var(--switch-mid-sat3);
  box-shadow: -0.125em 0 0.25em hsla(0deg, 0%, 0%, 0.3) inset, -0.125em 0.125em 0.375em 0.25em var(--switch-mid-sat) inset, 0 0.3em 0.25em var(--switch-mid-sat3);
  -webkit-filter: saturate(100%);
  filter: saturate(100%);

  width: 100%;
  /*fixed bug on iphone */
}

.switch__input:checked:before,
.switch__input:checked:after {
  -webkit-transform: translateX(1.5em);
  -ms-transform: translateX(1.5em);
  transform: translateX(1.5em);
}

.switch__input:checked:before {
  -webkit-clip-path: circle(50% at 55% 50%);
  clip-path: circle(50% at 55% 50%);
}

.switch__input:focus {
  outline: transparent;
}

.switch__focus {
  border-radius: 1.5em;
  -webkit-box-shadow: 0 0 0 0.1em var(--primary0);
  box-shadow: 0 0 0 0.1em var(--primary0);
  top: 0;
  right: 0;
  bottom: -0.1em;
  left: 0;
  -webkit-transition: -webkit-box-shadow var(--trans-dur2) var(--trans-timing1);
  transition: -webkit-box-shadow var(--trans-dur2) var(--trans-timing1);
  -o-transition: box-shadow var(--trans-dur2) var(--trans-timing1);
  transition: box-shadow var(--trans-dur2) var(--trans-timing1);
  transition: box-shadow var(--trans-dur2) var(--trans-timing1), -webkit-box-shadow var(--trans-dur2) var(--trans-timing1);
  z-index: 3;
}

.switch__input:focus~.switch__focus {
  -webkit-box-shadow: 0 0 0 0.1em var(--primary);
  box-shadow: 0 0 0 0.1em var(--primary);
}

.switch__sr {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.btn-wrap {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

a.arrowBtn {
  position: relative;
  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: 300px;
  height: 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE300), to(#FFBB04)), #E0E0E0;
  background: -o-linear-gradient(top, #FFE300 0%, #FFBB04 100%), #E0E0E0;
  background: linear-gradient(180deg, #FFE300 0%, #FFBB04 100%), #E0E0E0;
  -webkit-box-shadow: inset -3px 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: inset -3px 5px 5px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  text-transform: uppercase;
  color: #000;
  overflow: hidden;
  font-size: calc(16px + 7 * ((100vw - 320px) / 1600));
}

@media (min-width: 768px) {
  a.arrowBtn {
    width: 340px;
  }
}

@media (min-width: 1200px) {
  a.arrowBtn {
    width: 360px;
  }
}

@media (min-width: 1920px) {
  a.arrowBtn {
    font-size: 23px;
  }
}

a.arrowBtn.disabled {
  cursor: progress;
}

a.arrowBtn.disabled::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 10;
}

a.arrowBtn .arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 78%;
  top: 0;
  border-radius: 100px;
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 0px 5.09091px 5.09091px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 5.09091px 5.09091px rgba(0, 0, 0, 0.25);
}

a.arrowBtn .arrow::before,
a.arrowBtn .arrow::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 4px;
  background-color: #000;
  position: absolute;
  right: 8%;
  top: calc(50% - 1.5px);
}

a.arrowBtn .arrow::before {
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.arrowBtn .arrow::after {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

a.arrowBtn .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  a.arrowBtn .text {
    margin-left: 10px;
  }
}

a.arrowBtn:not(.disabled):hover::before {
  opacity: 0;
}

a.arrowBtn:not(.disabled):hover .arrow {
  right: 0;
}

a.arrowBtn.anim-scale {
  -webkit-animation-name: animScale;
  animation-name: animScale;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.btn-error {
  font-size: 12px;
  color: #DD0000;
  text-align: center;
  text-shadow: 1px 1px 17px #ffe300, 3px 3px #000;
  text-transform: uppercase;
  line-height: 150%;
  margin: 15px 0;
  opacity: 0;
}

.link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px;
  text-transform: uppercase;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  text-align: center;
  min-width: 210px;
  max-width: 90%;
}

.link-btn:hover {
  background-color: #D9D9D9;
  color: #000;
}

#regForm {
  /* для элемента label, связанного с .custom-checkbox */
  /* создание в label псевдоэлемента before со следующими стилями */
  /* для элемента input c type="checkbox" */
  /* стили при наведении курсора на checkbox */
  /* стили для активного чекбокса (при нажатии на него) */
  /* стили для чекбокса, находящегося в фокусе */
  /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
  /* стили для чекбокса, находящегося в состоянии checked */
  /* стили для чекбокса, находящегося в состоянии disabled */
}

#regForm .form-tabs {
  max-width: 600px;
  /* width: 90%; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#regForm .form-tabs .link-btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

#regForm .form-tabs__switches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#regForm .form-tabs__switches a {
  position: relative;
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 0.5em 1.4em;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 767px) {
  #regForm .form-tabs__switches a {
    padding: 1em 3em;
  }
}

#regForm .form-tabs__switches a:nth-child(1) {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

#regForm .form-tabs__switches a:nth-child(2) {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

#regForm .form-tabs__switches a:nth-child(1)::before {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

#regForm .form-tabs__switches a:nth-child(2)::before {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

#regForm .form-tabs__switches a:hover {
  color: rgba(255, 255, 255, 0.7);
}

#regForm .form-tabs__switches a:hover::before {
  opacity: 0;
}

#regForm .form-tabs__switches a::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFC700), to(#FFC700)), #FFFFFF;
  background: -o-linear-gradient(bottom, #FFC700, #FFC700), #FFFFFF;
  background: linear-gradient(0deg, #FFC700, #FFC700), #FFFFFF;
}

#regForm .form-tabs__switches a.active::before {
  opacity: 1;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFC700), to(#FFC700)), #FFFFFF;
  background: -o-linear-gradient(bottom, #FFC700, #FFC700), #FFFFFF;
  background: linear-gradient(0deg, #FFC700, #FFC700), #FFFFFF;
}

#regForm .form-tabs__switches a.active:hover::before {
  opacity: 1;
}

#regForm .form-tabs__switches a.active:hover {
  opacity: 1;
  color: #ffffff;
}

#regForm .form-tabs__switches a:not(:first-child) {
  border-left: none;
}

#regForm .form-tabs__switches a span {
  position: relative;
  z-index: 2;
  line-height: 1.2;
  color: #353535;
  text-decoration: none;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
  line-height: 150%;
}

@media (min-width: 1920px) {
  #regForm .form-tabs__switches a span {
    font-size: 28px;
  }
}

#regForm .form-tabs__switches a span::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(-110%, -25%);
  -ms-transform: translate(-110%, -25%);
  transform: translate(-110%, -25%);
  width: 2em;
  height: 2.3em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#regForm .form-tabs__switches a:nth-child(1) span::before {
  background-image: url("../images/icons/phone-icon.png");
}

#regForm .form-tabs__switches a:nth-child(2) span::before {
  background-image: url("../images/icons/mail-icon.png");
}

#regForm form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

#regForm .form-elementWrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

#regForm input.form-element,
#regForm select.form-element {
  padding-left: 10px;
  width: 100%;
}

#regForm select.form-element {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  overflow: hidden;
  color: #232323;
}

#regForm .form-element {
  height: 50px;
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.2;
  color: #232323;
  border: 1px solid;
  border-radius: 12px;
}

input.form-element.err-val {
  border: 2px solid red !important;
}

#regForm .form-element[name=country] option,
#regForm .form-element[name=currency] option {
  color: #353535;
  font-size: 12px;
}

#regForm .form-element[name=currency] option:first-child {
  display: block;
  padding-top: 5px;
}

#regForm .form-element.phone-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
}

#regForm .phone-block {
  margin-top: 0;
  padding-top: 26px;
  position: relative;
}

#regForm .phone-block .iti {
  position: absolute;
  top: 0;
}

#regForm .phone-block input[type=tel] {
  height: 48px;
}

#regForm .valid-block {
  position: absolute;
  top: -70%;
  left: 0;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#regForm #valid-msg {
  color: green;
  text-shadow: 1px 0 0 #000;
}

#regForm #error-msg {
  color: red;
  text-shadow: 1px 0 0 #000;
}

#regForm input,
#regForm select,
#regForm .iti {
  cursor: pointer;
  height: 48px;
  max-width: 100%;
  border: none;
  width: 100%;
  border-radius: 11px;
  color: #232323;
}

#regForm input.form-element::-webkit-input-placeholder {
  text-transform: uppercase;
}

#regForm input.form-element::-moz-placeholder {
  text-transform: uppercase;
}

#regForm input.form-element:-ms-input-placeholder {
  text-transform: uppercase;
}

#regForm input.form-element::-ms-input-placeholder {
  text-transform: uppercase;
}

#regForm input.form-element::placeholder {
  text-transform: uppercase;
}

#regForm .hide {
  display: none !important;
}

#regForm #currency {
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 10px;
}

#regForm .sub-form {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE300), to(#FFBB04));
  background: -o-linear-gradient(top, #FFE300 0%, #FFBB04 100%);
  background: linear-gradient(180deg, #FFE300 0%, #FFBB04 100%);
  border-radius: 7px;
  border: none;
  width: 90%;
  max-width: 380px;
  text-transform: uppercase;
  color: #000;
}

#regForm .sub-form-disabled {
  cursor: not-allowed;
  opacity: .6;
}

#regForm .block-promo {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 30px;
}

#regForm .block-promo label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}

#regForm .block-promo label input {
  margin-right: 10px;
}

#regForm .block-promo label>span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

#regForm .block-promo label>span:hover {
  color: rgba(255, 255, 255, 0.6);
}

#regForm .block-promo label>span::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 0.5em;
  border: 1px solid #0978e7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  border: 1px solid;
  -o-border-image: -o-linear-gradient(top, rgb(190, 25, 252) 1%, rgb(115, 22, 224) 100%);
  border-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(190, 25, 252)), to(rgb(115, 22, 224)));
  border-image: linear-gradient(to bottom, rgb(190, 25, 252) 1%, rgb(115, 22, 224) 100%);
  border-image-slice: 1;
  /* filter: drop-shadow(0px 0px 5px #7316E0); */
}

#regForm .block-promo label input[type=checkbox] {
  position: absolute;
  /* z-index: -1; */
  opacity: 0;
}

#regForm .block-promo label>input:not(:disabled):not(:checked)+span:hover::before {
  border-color: #b3d7ff;
}

#regForm .block-promo label>input:not(:disabled):active+span::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

#regForm .block-promo label>input:focus+span::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#regForm .block-promo label>input:focus:not(:checked)+span::before {
  border-color: #80bdff;
}

#regForm .block-promo label>input:checked+span::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

#regForm .block-promo label>input:disabled+span::before {
  background-color: #e9ecef;
}

#regForm #promo {
  width: 45%;
  height: 0px;
  padding: 0;
}

#regForm .promo-show {
  -webkit-animation: promoShow 0.5s linear forwards;
  animation: promoShow 0.5s linear forwards;
}

@-webkit-keyframes promoShow {
  0% {
    padding: 0;
    height: 0;
  }

  100% {
    padding: 5px;
    height: 30px;
  }
}

@keyframes promoShow {
  0% {
    padding: 0;
    height: 0;
  }

  100% {
    padding: 5px;
    height: 30px;
  }
}

#regForm .promo-hide {
  -webkit-animation: promoHide 0.5s linear forwards;
  animation: promoHide 0.5s linear forwards;
}

@-webkit-keyframes promoHide {
  0% {
    padding: 5px;
    height: 30px;
  }

  100% {
    padding: 0;
    height: 0;
  }
}

@keyframes promoHide {
  0% {
    padding: 5px;
    height: 30px;
  }

  100% {
    padding: 0;
    height: 0;
  }
}

#regForm .haveAccount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  font-size: 25px;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

#regForm .haveAccount:hover {
  color: #fff;
}

#regForm .iti__flag-box,
#regForm .iti__country-name,
#regForm .iti__dial-code,
#regForm .iti--separate-dial-code .iti__selected-dial-code {
  color: #232323;
}

#regForm .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

/*  BLOKS STYLES   */
.langCheck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.langCheck__item {
  margin: 0 4px;
  padding: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
}

@media (min-width: 420px) {
  .langCheck__item {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .langCheck__item {
    margin: 0 7px;
    padding: 7px;
  }
}

.langCheck__item img {
  height: 17px;
  margin-right: 5px;
}
@media (min-width: 420px) {
  .langCheck__item img {
    height: 20px;
  }
}

.langCheck__item:not(:first-child)::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  height: 100%;
  width: 1px;
  background-color: #fff;
}

@media (min-width: 420px) {
  .langCheck__item:not(:first-child)::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.langCheck__item input {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  z-index: 0;
}

.langCheck__item.active {
  opacity: 0.7;
  cursor: not-allowed;
}

.langCheck__item:hover span {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.header {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30.73%, #010101), to(rgba(1, 1, 1, 0)));
  background: -o-linear-gradient(top, #010101 30.73%, rgba(1, 1, 1, 0) 100%);
  background: linear-gradient(180deg, #010101 30.73%, rgba(1, 1, 1, 0) 100%);
  position: relative;
  z-index: 2;
}

.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;
  margin-bottom: 2vw;
}

@media (max-width: 768px) {
  .header__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 992px) {
  .header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header__box {
  max-height: 91px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 576px) {
  .header__box {
    max-height: 54px;
    margin-left: 10px;
  }
}

.header__box .app-links {
  display: none;
}

@media (min-width: 767px) {
  .header__box .app-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__box .app-links a {
  margin: 0 5px;
}

.header__box .app-links a svg {
  width: 110px;
  height: 40px;
}

.header__left {
  max-width: 50%;
}

.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;
}

@media (max-width: 992px) {
  .logo {
    padding-left: 2.5vw;
  }
}

@media (max-width: 576px) {
  .logo {
    padding-left: 1.5vw;
  }
}

.logo--footer {
  display: block;
  margin-bottom: 20px;
  margin-right: 80px;
}

.logo--footer .logo__svg {
  display: block;
  width: 270px;
  height: 4vw;
}

@media (max-width: 576px) {
  .logo--footer .logo__svg {
    width: auto;
  }
}

.logo--footer .logo__slogan {
  margin-left: 0;
}

.logo--footer .logo__text {
  margin-left: auto;
}

@media (max-width: 576px) {
  .logo--footer .logo__text {
    font-size: 10px;
    text-align: right;
  }
}

@media (max-width: 576px) {
  .logo--footer .logo__hand {
    margin-right: 10px;
  }
}

.logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@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;
}

.promo__match {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 100%;
  background: url("../images/slide/slide-bg.png") no-repeat right;
  background-size: cover;
  border-radius: 28px;
}

.promo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 100%;
  padding-bottom: 23px;
}

.promo__tournament {
  width: 130px;
  height: 130px;
  position: absolute;
  top: 0;
  left: 50%;
  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;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../images/slide/tournament-bg.jpg");
  background-size: cover;
  background-position: center;
}

.promo__tournament-logo {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.promo__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.promo__separator {
  padding-top: 70px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.promo__separator+.promo__team {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.promo__event {
  text-align: center;
  margin-bottom: 20px;
}

.promo__right-image,
.promo__left-image {
  height: 78px;
  width: 78px;
}

.promo__right-img,
.promo__left-img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.promo__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(16px + 9 * ((100vw - 320px) / 1600));
  font-style: italic;
}

.promo__kef-box {
  width: 100%;
  -ms-flex-item-align: center;
  align-self: center;
}

.promo__kef {
  position: relative;
  z-index: 2;
  max-width: 114px;
  width: 100%;
  margin: 0 auto;
  padding: 1px;
  text-align: center;
  font-size: calc(15px + 10 * ((100vw - 320px) / 1600));
  color: #fff;
  border-radius: 34px;
}

.promo__kef::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border-radius: 34px;
  z-index: -1;
  background-color: black;
  border-radius: 20px;
}

.promo__kef--right {
  -ms-flex-item-align: end;
  align-self: flex-end;
  background: -webkit-gradient(linear, left bottom, left top, from(#0354FF), to(#1795F9));
  background: -o-linear-gradient(bottom, #0354FF 0%, #1795F9 100%);
  background: linear-gradient(to top, #0354FF 0%, #1795F9 100%);
  -webkit-filter: drop-shadow(0px 0px 6px #0354FF);
  filter: drop-shadow(0px 0px 6px #0354FF);
}

.promo__kef--left {
  -ms-flex-item-align: start;
  align-self: flex-start;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff00cd), to(#FB6E7F));
  background: -o-linear-gradient(bottom, #ff00cd 0%, #FB6E7F 100%);
  background: linear-gradient(to top, #ff00cd 0%, #FB6E7F 100%);
  -webkit-filter: drop-shadow(0px 0px 6px #FF0034);
  filter: drop-shadow(0px 0px 6px #FF0034);
}

.promo__kef span {
  display: inline-block;
  padding: 0.4em 1.2em;
}

.promo__time span,
.promo__date span {
  position: relative;
  padding-left: 30px;
  font-size: calc(15px + 6 * ((100vw - 320px) / 1600));
  line-height: 1.2;
  color: #fff;
}

.promo__time span::before,
.promo__date span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
}

.promo__time {
  margin-right: 10px;
}

.promo__time span::before {
  background-image: url("../images/icons/clock.svg");
}

.promo__date {
  margin-left: 10px;
}

.promo__date span::before {
  background-image: url("../images/icons/calendar.svg");
}

.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.showPopUp {
  z-index: 100;
  -webkit-animation: showPopUp 1s linear forwards;
  animation: showPopUp 1s linear forwards;
}

.popUp.hidePopUp {
  -webkit-animation: hidePopUp 1s linear forwards;
  animation: hidePopUp 1s linear forwards;
}

.popUp__block {
  max-width: 950px;
  width: 90%;
  min-height: 250px;
  max-height: calc(100vh - 4%);
  border-radius: 10px;
  -webkit-box-shadow: -1px 0px #FFBB04, 0px 0px 40px -20px #FFBB04;
  box-shadow: -1px 0px #FFBB04, 0px 0px 40px -20px #FFBB04;
  background-image: url("./../../images/bg/bg_popUp.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100% 100%;
  padding: 26px 48px;
  margin-top: 2%;
  margin-bottom: 2%;
  overflow-y: scroll;
}

.popUp__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.popUp__closeWrap {
  padding: 2px;
  background: -o-linear-gradient(250.86deg, #FFBB04 0%, #FFE300 100%), #000000;
  background: linear-gradient(199.14deg, #FFBB04 0%, #FFE300 100%), #000000;
  border-radius: 100%;
}

.popUp__closeWrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  width: 25px;
  position: relative;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  font-weight: 500;
}

.popUp__closeWrap a::before,
.popUp__closeWrap a::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFBB04;
  width: 60%;
  height: 2px;
  position: absolute;
  top: 45%;
  left: 21%;
  border-radius: 15px;
}

.popUp__closeWrap a::before {
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}

.popUp__closeWrap a::after {
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
}

.popUp__closeWrap a:hover {
  background: transparent;
}

.popUp__closeWrap a:hover::before,
.popUp__closeWrap a:hover::after {
  background-color: #000;
}

.popUp__content {
  width: 100%;
  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;
}

.popUp__contentTitle {
  color: #FFBB04;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 800;
  font-size: calc(22px + 18 * ((100vw - 320px) / 1600));
  line-height: 150%;
}

@media (min-width: 1920px) {
  .popUp__contentTitle {
    font-size: 40px;
  }
}

.popUp__contentBonus {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8%;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
  line-height: 150%;
}

@media (min-width: 1920px) {
  .popUp__contentBonus {
    font-size: 18px;
  }
}

.popUp__contentBonus .points {
  font-size: 1.5rem;
  font-style: italic;
  color: #FFBB04;
  font-weight: 800;
}

.popUp__contentLink {
  width: 90%;
  max-width: 220px;
  padding: 15px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE300), to(#FFBB04));
  background: -o-linear-gradient(top, #FFE300 0%, #FFBB04 100%);
  background: linear-gradient(180deg, #FFE300 0%, #FFBB04 100%);
  border-radius: 7px;
  text-transform: uppercase;
  margin-bottom: 6%;
  position: relative;
  text-align: center;
}

.popUp__contentLink span {
  position: relative;
  color: #000;
  z-index: 2;
}

.popUp__contentLink::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  background-color: #000;
  border-radius: 7px;
  z-index: 1;
  opacity: 0;
}

.popUp__contentLink:hover span {
  color: #fff;
}

.popUp__contentLink:hover::before {
  opacity: 1;
}

.popUp__contentDescription {
  max-height: 220px;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 2% 4%;
}

.popUp__contentDescription .title {
  text-transform: uppercase;
  line-height: 140%;
  text-align: center;
  margin-bottom: 2%;
}

.popUp__contentDescription ol,
.popUp__contentDescription ul,
.popUp__contentDescription li,
.popUp__contentDescription p {
  padding-left: 20px;
  text-transform: uppercase;
  line-height: 140%;
  margin-bottom: 4%;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
}

@media (min-width: 1920px) {

  .popUp__contentDescription ol,
  .popUp__contentDescription ul,
  .popUp__contentDescription li,
  .popUp__contentDescription p {
    font-size: 16px;
  }
}

.popUp__contentDescription li,
.popUp__contentDescription p {
  margin-bottom: 5px;
}

.popUp__contentHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.popUp__contentHeader-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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 0 15%;
  margin: auto;
  text-align: center;
  line-height: 150%;
  margin-bottom: 4%;
}

.popUp__contentHeader-logo img {
  margin-bottom: 8%;
}

.popUp__contentDesc {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 165px;
  margin-bottom: 4%;
}

.popUp__contentDesc .description {
  padding: 2% 7% 2% 4%;
  overflow-y: scroll;
  line-height: 140%;
}

.popUp__contentDesc .description:last-child {
  border-left: 1px solid #D9D9D9;
}

.popUp__contentDesc .description p {
  margin-bottom: 15px;
}

.popUp__contentDesc .description ul span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 22px;
  position: relative;
}

.popUp__contentDesc .description ul span::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  left: 7px;
  top: 8px;
}

.popUp__contentDesc .description ul li {
  padding-left: 15px;
  position: relative;
}

.popUp__contentDesc .description ul li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
}

.popUp__content-list {
  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;
  line-height: 150%;
  margin-bottom: 5%;
  font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
}

@media (min-width: 1920px) {
  .popUp__content-list {
    font-size: 20px;
  }
}

.popUp__content-list li {
  text-align: center;
  list-style-position: inside;
}

.popUp .titlePopUp {
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 3%;
  margin-top: 20px;
  text-align: center;
  font-size: calc(18px + 42 * ((100vw - 320px) / 1600));
  line-height: 150%;
}

@media (min-width: 1920px) {
  .popUp .titlePopUp {
    font-size: 30px;
  }
}

.popUp.popUpInstructions .popUp__content a {
  width: 150px;
}

footer {
  width: 100%;
  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 .footer {
  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;
}

footer .footer .soc-networks {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

footer .footer .soc-networks a {
  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;
  margin-left: 1%;
  margin-right: 1%;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
}

@media (min-width: 1920px) {
  footer .footer .soc-networks a {
    font-size: 16px;
  }
}

footer .footer .soc-networks a span {
  color: #000;
  font-family: "Arial-Bold", sans-serif;
  font-weight: 700;
}

footer .footer .soc-networks a:not(.borderRed)::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE300), to(#FFBB04)), #E0E0E0;
  background: -o-linear-gradient(top, #FFE300 0%, #FFBB04 100%), #E0E0E0;
  background: linear-gradient(180deg, #FFE300 0%, #FFBB04 100%), #E0E0E0;
  z-index: 0;
  opacity: 0;
}

footer .footer .soc-networks a span,
footer .footer .soc-networks a svg {
  z-index: 2;
}

footer .footer .soc-networks a.borderRed {
  border: 2px solid #C30000;
}

footer .footer .soc-networks a:hover::before {
  opacity: 1;
}

footer .footer .instruction {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

footer .footer .app-links {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  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;
}

footer .footer .app-links a {
  margin: 0 auto 20px;
  max-width: 170px;
}

footer .footer .app-links a svg {
  width: 100%;
  height: 40px;
}

footer .footer .instruction,
footer .footer .app-links,
footer .footer .soc-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 767px) {

  footer .footer .instruction,
  footer .footer .app-links,
  footer .footer .soc-networks {
    width: 50%;
  }
}

@media (min-width: 767px) {

  footer .footer .instruction,
  footer .footer .app-links,
  footer .footer .soc-networks {
    margin-bottom: 0;
  }

  footer .footer .soc-networks {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  footer .footer .instruction {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  footer .footer .app-links {
    display: none;
  }
}

/*  SECTIONS STYLES   */
#preloader {
  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;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 10000;
}

#preloader .preloader {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url("../../images/load_bg-2.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  max-width: 700px;
  border-radius: 10px;
  width: 90%;
  padding: 3%;
  -webkit-box-shadow: -1px 0px #ffbb04, 0px 0px 40px -20px #ffbb04;
  box-shadow: -1px 0px #ffbb04, 0px 0px 40px -20px #ffbb04;
}

#preloader .preloader>div {
  width: 90%;
}

#preloader .preloader__img {
  padding-right: 5%;
  position: relative;
}

#preloader .preloader__img::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  background-image: url("../../images/load_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}

#preloader .preloader__content {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#preloader .preloader__content img {
  width: 85%;
  margin: 0 auto 10%;
}

#preloader .preloader__content-title {
  text-align: center;
  margin-bottom: 20px;
}

#preloader .preloader__content-scaleText {
  padding-left: 10%;
  margin-bottom: 10px;
}

#preloader .preloader__content-scaleBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 10px;
  background: -o-linear-gradient(180.39deg, #161616 17.74%, #2B2B2B 63.62%);
  background: linear-gradient(269.61deg, #161616 17.74%, #2B2B2B 63.62%);
  -webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

#preloader .preloader__content-scaleBlock span {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#F40F3E), color-stop(0.01%, #F40F3E), to(#FA5A71)), #BDBDBD;
  background: -o-linear-gradient(bottom, #F40F3E 0%, #F40F3E 0.01%, #FA5A71 100%), #BDBDBD;
  background: linear-gradient(0deg, #F40F3E 0%, #F40F3E 0.01%, #FA5A71 100%), #BDBDBD;
  -webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.25);
}

@media (min-width: 767px) {
  #preloader .preloader {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #preloader .preloader>div {
    width: 48%;
  }
}

#preloader.hidePopUp {
  -webkit-animation: hidePopUp 1s linear forwards;
  animation: hidePopUp 1s linear forwards;
}

.content__title h1 {
  font-size: calc(16px + 19 * ((100vw - 320px) / 1600));
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 2%;
  text-align: center;
}

.content__title h1 span {
  font-weight: 700;
}

@media (min-width: 767px) {
  .content__title h1 {
    text-align: left;
  }
}

@media (min-width: 1920px) {
  .content__title h1 {
    font-size: 35px;
  }
}

.content__text {
  font-size: calc(16px + 19 * ((100vw - 320px) / 1600));
  text-transform: uppercase;
  text-align: center;
  line-height: 150%;
  margin-bottom: 5%;
}

@media (min-width: 767px) {
  .content__text {
    text-align: left;
  }
}

@media (min-width: 1920px) {
  .content__text {
    font-size: 35px;
  }
}

.content__text span {
  display: inline-block;
  font-size: calc(40px + 28 * ((100vw - 320px) / 1600));
  font-weight: 800;
  padding-right: 2%;
  font-style: italic;
  line-height: 110%;
  -webkit-animation-name: animScaleRotate;
  animation-name: animScaleRotate;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@media (min-width: 1920px) {
  .content__text span {
    font-size: 68px;
  }
}

.content__text .yellow-gradient {
  color: #FFE300;
}

.content__btn .btn-wrap {
  display: none;
}

@media (min-width: 767px) {
  .content__btn .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.content .btn-block__wrapper {
  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-weight: 800;
  font-size: 35px;
  line-height: 200%;
}

@media (min-width: 767px) {
  .content .btn-block__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.content .btn-block__wrapper .btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  background-color: #fff;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-transform: uppercase;
}

.content .btn-block__wrapper .btn-block #promoCode {
  font-weight: 800;
  font-size: 40px;
  font-size: calc(25px + 15 * ((100vw - 320px) / 1600));
  color: #000;
}

@media (min-width: 1920px) {
  .content .btn-block__wrapper .btn-block #promoCode {
    font-size: 40px;
  }
}

.content .btn-block__wrapper .btn-block button {
  border: 3px solid #FFE300;
  background: -o-linear-gradient(top, #FFE300 0%, #FFBB04 100%), -o-linear-gradient(181.43deg, #DFDFDF 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, #FFE300 0%, #FFBB04 100%), linear-gradient(268.57deg, #DFDFDF 0%, #FFFFFF 100%);
  border-radius: 15px;
  padding: 2% 6%;
  line-height: 100%;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #000;
  font-size: calc(18px + 12 * ((100vw - 320px) / 1600));
}

@media (min-width: 1920px) {
  .content .btn-block__wrapper .btn-block button {
    font-size: 30px;
  }
}

.content .btn-block__wrapper .btn-block button:hover {
  background: #fff;
}

.play__field {
  position: relative;
  padding-bottom: 26%;
  padding-left: 5%;
  padding-right: 5%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin-bottom: -17%;
}

.play__field .play__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}

.play__field .play__card {
  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: 0 4%;
}

.play__field .play__card:nth-child(3) {
  margin-bottom: 5%;
}

.play__field .play__card:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.play__field .play__cardTop {
  position: relative;
}

.play__field .play__cardTop::before {
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 1%;
  left: -6%;
  width: 22px;
  height: 53px;
  background-image: url("../images/shine.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 100;
  opacity: 0;
  -webkit-animation-name: glitterMovement;
  animation-name: glitterMovement;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.play__field .play__cardTop#card_1::before {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.play__field .play__cardTop#card_3::before {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.play__field .play__cardTop#card_2::before {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.play__field .play__cardTop.image-movementShow::before {
  opacity: 0 !important;
}

.play__field .play__cardTop .card-box {
  position: absolute;
  left: -8%;
  top: 0;
  width: 116%;
  height: 100%;
}

.play__field .play__cardTop .card-box img {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.play__field .play__cardTop.image-movementShow img {
  -webkit-animation: imageMovementHide 1s forwards;
  animation: imageMovementHide 1s forwards;
}

.play__field .play__cardTop.image-movementShow .card-box img {
  -webkit-animation: imageMovementShow 1s 1.2s forwards;
  animation: imageMovementShow 1s 1.2s forwards;
}

.play__field .play__cardTop.image-movementHide img {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: imageMovementShow 1s 1.2s forwards;
  animation: imageMovementShow 1s 1.2s forwards;
}

.play__field .play__cardTop.image-movementHide .card-box img {
  -webkit-animation: imageMovementHide 1s forwards;
  animation: imageMovementHide 1s forwards;
}

.play__field .play__cardBottom {
  margin-top: -15%;
  width: 60%;
  z-index: -1;
  position: relative;
}

.play__field .play__cardBottom img {
  width: 100%;
}

.play__field .play__cardBottom span {
  text-transform: uppercase;
  color: #FFE300;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 15%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: calc(8px + 7 * ((100vw - 320px) / 1600));
}

@media (min-width: 1920px) {
  .play__field .play__cardBottom span {
    font-size: 15px;
  }
}

.play__fieldBG {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: url("../../../images/bg/footfield_2.png");
  background-position: 70% bottom;
  background-size: 110% auto;
  background-repeat: no-repeat;
  z-index: 0;
}

.play__sliderSwitch {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  text-transform: uppercase;
  line-height: 180%;
}

.play__sliderSwitch span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.play__sliderSwitch span label {
  cursor: pointer;
}

.play__sliderSwitch span .playSwitch {
  font-size: 10px;
  margin-left: 10px;
}

.play__sliderWrapper {
  position: relative;
}

.play__sliderWrapper .play__slider {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.play__sliderWrapper .play__slider .slick-list {
  padding: 6% 1.7%;
}

.play__sliderWrapper .play__slider .slick-list .slick-track {
  height: 100%;
}

.play__sliderWrapper .play__slider .slick-list .slick-track .slider-block {
  height: 100%;
}

.play__sliderWrapper .play__slider .slider-block {
  padding: 10px 10px;
  position: relative;
  width: 30%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin-bottom: 5%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.play__sliderWrapper .play__slider .slider-block .shadow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: calc(5% + 10px);
  top: calc(50% - 5px);
  z-index: 100;
  width: calc(90% - 20px);
  height: 20px;
  border-radius: 150px;
  background-color: #E4D496;
  -webkit-box-shadow: 0px 0px 10px 5px #E4D496;
  box-shadow: 0px 0px 10px 5px #E4D496;
}

.play__sliderWrapper .play__slider .slider-block .slider-block__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("/images/bg/card_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85% auto;
  z-index: -1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.play__sliderWrapper .play__slider .slider-block img {
  -webkit-transform: scale(1.27);
  -ms-transform: scale(1.27);
  transform: scale(1.27);
}

.play__sliderWrapper .play__slider .slider-block.image-movementHide img {
  -webkit-animation: imageMovementHide 1s forwards;
  animation: imageMovementHide 1s forwards;
}

.play__sliderWrapper .play__slider .slider-block.image-movementHide .slider-block__bg {
  -webkit-animation: imageMovementShow 1s 1.2s forwards;
  animation: imageMovementShow 1s 1.2s forwards;
}

.play__sliderWrapper .play__slider .slider-block.image-movementShow img {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: imageMovementShowIMG 1s 1.2s forwards;
  animation: imageMovementShowIMG 1s 1.2s forwards;
}

.play__sliderWrapper .play__slider .slider-block.image-movementShow .slider-block__bg {
  -webkit-animation: imageMovementHide 1s forwards;
  animation: imageMovementHide 1s forwards;
}

.play__sliderWrapper .play__slider .slider-block img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.play__sliderWrapper .play__slider .slider-block:hover:not(.disabled) {
  cursor: pointer;
}

.play__sliderWrapper .play__slider .slider-block:hover:not(.disabled) img {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.play__sliderWrapper .play__slider .slider-block.disabled {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  cursor: not-allowed;
}

@media (min-width: 993px) {
  .play__sliderWrapper .play__slider .slider-block {
    margin-bottom: 0;
  }
}

.play__sliderWrapper .play__sliderLegend {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.play__sliderWrapper .play__sliderLegend.sliderHide,
.play__sliderWrapper .play__sliderBest.sliderHide {
  -webkit-animation-name: sliderHide;
  animation-name: sliderHide;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.play__sliderWrapper .play__sliderLegend.sliderShow,
.play__sliderWrapper .play__sliderBest.sliderShow {
  -webkit-animation-name: sliderShow;
  animation-name: sliderShow;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.play__sliderWrapper .play__slider.hide {
  opacity: 0;
  z-index: 0;
}

.play .btn-wrap {
  margin: auto;
}

@media (min-width: 767px) {
  .play .btn-wrap {
    display: none;
  }
}