html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
ol {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
.button,
.spinner__prize div,
.popUp__top-name,
.popUp__name span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: italic;
}
.header__reg button,
.sub-form span {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-blend-mode: overlay;
  scroll-behavior: smooth;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
}
a {
  text-decoration: none;
  cursor: pointer;
}
html {
  height: 100%;
}
@media (min-width: 768px) {
  html {
    height: 100%;
  }
}
body {
  height: 100%;
}
body {
  position: relative;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  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;
}
body.no-scroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}
.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow-x: hidden;
  background-image: url("../images/bg/bg_xs_compressed.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url("../images/bg/bg_xs.avif") 1x type("image/avif"),
    url("../images/bg/bg_xs.webp") 2x type("image/webp"),
    url("../images/bg/bg_xs_compressed.jpg") 2x type("image/jpg")
  );
  background-image: image-set(
    "../images/bg/bg_xs.avif" 1x type("image/avif"),
    "../images/bg/bg_xs.webp" 2x type("image/webp"),
    "../images/bg/bg_xs_compressed.jpg" 2x type("image/jpg")
  );
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .wrapper {
    background-image: url("../images/bg/bg_sm.jpg");
  }
}
@media (min-width: 993px) {
  .wrapper {
    background-image: url("../images/bg/bg_lg.jpg");
  }
}
@media (min-width: 1200px) {
  .wrapper {
    background-position: 0 0;
  }
}
@media (min-width: 1440px) {
  .wrapper {
    background-image: url("../images/bg/bg_dt.jpg");
  }
}
@media (min-width: 1920px) {
  .wrapper {
    background-image: url("../images/bg/bg_fhd.jpg");
  }
}
.wrapper::after {
  content: "";
  position: absolute;
  background-image: url("../images/bg/coin-layout-xs.png");
  background-repeat: no-repeat;
  width: 355px;
  height: 345px;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 576px) {
  .wrapper::after {
    background-image: url("../images/bg/coin-layout-sm.png");
    top: 96px;
    height: 360px;
    left: 51%;
    width: 685px;
  }
}
@media (min-width: 993px) {
  .wrapper::after {
    background-image: url("../images/bg/coin-layout-lg.png");
    top: 120px;
    width: 1034px;
    height: 570px;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (min-width: 1440px) {
  .wrapper::after {
    background-image: url("../images/bg/coin-layout-dt.png");
    top: 130px;
    width: 1251px;
    height: 685px;
  }
}
@media (min-width: 1920px) {
  .wrapper::after {
    background-image: url("../images/bg/coin-layout-fhd.png");
    top: 192px;
    width: 1730px;
    left: -53px;
    height: 895px;
  }
}
.wrapper::before {
  content: "";
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #000;
  pointer-events: none;
  -webkit-animation: change-bg 2.5s;
  animation: change-bg 2.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes change-bg {
  0% {
    background-color: #000;
  }
  100% {
    background-color: transparent;
    z-index: -1;
  }
}
@keyframes change-bg {
  0% {
    background-color: #000;
  }
  100% {
    background-color: transparent;
    z-index: -1;
  }
}
.wrapper .decor-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrapper .decor-wrap__item {
  position: absolute;
}
.wrapper .decor-wrap__item--left,
.wrapper .decor-wrap__item--bottom,
.wrapper .decor-wrap__item--right {
  display: none;
}
.wrapper .decor-wrap__item--top-tree {
  left: -42%;
  z-index: 1;
  width: 600px;
  bottom: 75%;
  -webkit-transform: rotate(-254deg) translateY(0px);
  -ms-transform: rotate(-254deg) translateY(0px);
  transform: rotate(-254deg) translateY(0px);
  -webkit-animation-name: top-tree-shake;
  animation-name: top-tree-shake;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes top-tree-shake {
  0% {
    -webkit-transform: rotate(-254deg) translateY(0px);
    transform: rotate(-254deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotate(-254.5deg) translateY(-2px);
    transform: rotate(-254.5deg) translateY(-2px);
  }
  100% {
    -webkit-transform: rotate(-254deg) translateY(0px);
    transform: rotate(-254deg) translateY(0px);
  }
}
@keyframes top-tree-shake {
  0% {
    -webkit-transform: rotate(-254deg) translateY(0px);
    transform: rotate(-254deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotate(-254.5deg) translateY(-2px);
    transform: rotate(-254.5deg) translateY(-2px);
  }
  100% {
    -webkit-transform: rotate(-254deg) translateY(0px);
    transform: rotate(-254deg) translateY(0px);
  }
}
@media (min-width: 576px) {
  .wrapper .decor-wrap__item--top-tree {
    left: -20%;
  }
}
@media (min-width: 768px) {
  .wrapper .decor-wrap__item--top-tree {
    left: 0%;
    bottom: 79%;
  }
}
@media (min-width: 1200px) {
  .wrapper .decor-wrap__item--top-tree {
    -webkit-transform: rotate(-244deg);
    -ms-transform: rotate(-244deg);
    transform: rotate(-244deg);
    bottom: 70%;
    left: 24%;
    width: 620px;
  }
}
@media (min-width: 1440px) {
  .wrapper .decor-wrap__item--top-tree {
    -webkit-transform: rotate(-246deg);
    -ms-transform: rotate(-246deg);
    transform: rotate(-246deg);
    bottom: 69%;
    left: 25%;
    width: 720px;
  }
}
@media (min-width: 1920px) {
  .wrapper .decor-wrap__item--top-tree {
    -webkit-transform: rotate(-243deg);
    -ms-transform: rotate(-243deg);
    transform: rotate(-243deg);
    bottom: 69%;
    left: 31%;
    width: 720px;
  }
}
.wrapper .decor-wrap__item--top-tree img {
  height: auto;
  width: 100%;
}
.wrapper .decor-wrap__item--left {
  display: block;
  right: 81%;
  width: 480px;
  bottom: 36%;
  z-index: 0;
  -webkit-transform: rotate(26deg) translateY(0px);
  -ms-transform: rotate(26deg) translateY(0px);
  transform: rotate(26deg) translateY(0px);
  -webkit-animation-name: left-tree-shake;
  animation-name: left-tree-shake;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes left-tree-shake {
  0% {
    -webkit-transform: rotate(25deg) translateY(0px);
    transform: rotate(25deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotate(26deg) translateY(1px);
    transform: rotate(26deg) translateY(1px);
  }
  100% {
    -webkit-transform: rotate(25deg) translateY(0px);
    transform: rotate(25deg) translateY(0px);
  }
}
@keyframes left-tree-shake {
  0% {
    -webkit-transform: rotate(25deg) translateY(0px);
    transform: rotate(25deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotate(26deg) translateY(1px);
    transform: rotate(26deg) translateY(1px);
  }
  100% {
    -webkit-transform: rotate(25deg) translateY(0px);
    transform: rotate(25deg) translateY(0px);
  }
}
@media (min-width: 1200px) {
  .wrapper .decor-wrap__item--left {
    width: 687px;
    right: 83%;
    bottom: 29%;
  }
}
@media (min-width: 1440px) {
  .wrapper .decor-wrap__item--left {
    width: 825px;
    right: 83%;
    bottom: 32%;
  }
}
@media (min-width: 1920px) {
  .wrapper .decor-wrap__item--left {
    right: 87%;
    bottom: 42%;
  }
}
.wrapper .decor-wrap__item--left img {
  height: auto;
}
.wrapper .decor-wrap__item--right {
  display: block;
  left: 75%;
  width: 480px;
  bottom: 47%;
  z-index: 0;
  z-index: 1;
  -webkit-transform: scaleX(-1) rotate(22deg) translateX(0);
  -ms-transform: scaleX(-1) rotate(22deg) translateX(0);
  transform: scaleX(-1) rotate(22deg) translateX(0);
  -webkit-animation-name: right-tree-shake;
  animation-name: right-tree-shake;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes right-tree-shake {
  0% {
    -webkit-transform: scaleX(-1) rotate(21deg) translateX(0);
    transform: scaleX(-1) rotate(21deg) translateX(0);
  }
  50% {
    -webkit-transform: scaleX(-1) rotate(22deg) translateX(1px);
    transform: scaleX(-1) rotate(22deg) translateX(1px);
  }
  100% {
    -webkit-transform: scaleX(-1) rotate(21deg) translateX(0);
    transform: scaleX(-1) rotate(21deg) translateX(0);
  }
}
@keyframes right-tree-shake {
  0% {
    -webkit-transform: scaleX(-1) rotate(21deg) translateX(0);
    transform: scaleX(-1) rotate(21deg) translateX(0);
  }
  50% {
    -webkit-transform: scaleX(-1) rotate(22deg) translateX(1px);
    transform: scaleX(-1) rotate(22deg) translateX(1px);
  }
  100% {
    -webkit-transform: scaleX(-1) rotate(21deg) translateX(0);
    transform: scaleX(-1) rotate(21deg) translateX(0);
  }
}
@media (min-width: 993px) {
  .wrapper .decor-wrap__item--right {
    width: 620px;
    bottom: 38%;
  }
}
@media (min-width: 1200px) {
  .wrapper .decor-wrap__item--right {
    width: 816px;
    left: 73%;
    bottom: 13%;
    -webkit-transform: scaleX(-1) rotate(18deg);
    -ms-transform: scaleX(-1) rotate(18deg);
    transform: scaleX(-1) rotate(18deg);
  }
}
@media (min-width: 1440px) {
  .wrapper .decor-wrap__item--right {
    left: 73%;
    bottom: -3%;
    width: 1080px;
    -webkit-transform: scaleX(-1) rotate(10deg);
    -ms-transform: scaleX(-1) rotate(10deg);
    transform: scaleX(-1) rotate(10deg);
  }
}
@media (min-width: 1920px) {
  .wrapper .decor-wrap__item--right {
    left: 76%;
    bottom: 5%;
  }
}
.wrapper .decor-wrap__item--right img {
  height: auto;
}
@media (min-width: 1440px) {
  .wrapper .decor-wrap__item--right img {
    width: 100%;
  }
}
.wrapper .decor-wrap__item--box {
  display: none;
}
@media (min-width: 768px) {
  .wrapper .decor-wrap__item--box {
    display: block;
    --side: 350px;
    height: var(--side);
    width: var(--side);
    bottom: 49px;
    right: -9.5%;
  }
}
@media (min-width: 993px) {
  .wrapper .decor-wrap__item--box {
    right: -4.5%;
  }
}
@media (min-width: 1200px) {
  .wrapper .decor-wrap__item--box {
    --side: 404px;
    right: 2%;
    bottom: 9%;
  }
}
@media (min-width: 1440px) {
  .wrapper .decor-wrap__item--box {
    --side: 485px;
    right: 1.5%;
    bottom: 8%;
  }
}
@media (min-width: 1920px) {
  .wrapper .decor-wrap__item--box {
    --side: 578px;
  }
}
.wrapper .decor-wrap__item--box img {
  height: auto;
}
.wrapper .decor-wrap__item--gradient {
  z-index: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-60.73%, #000),
    color-stop(90.73%, rgba(1, 1, 1, 0.15)),
    to(rgba(1, 1, 1, 0.01))
  );
  background: linear-gradient(
    180deg,
    #000 -60.73%,
    rgba(1, 1, 1, 0.15) 90.73%,
    rgba(1, 1, 1, 0.01) 100%
  );
}
@media (min-width: 1920px) {
  .wrapper .decor-wrap__item--gradient {
    height: 140px;
  }
}
.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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .main {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.main .decor {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main .decor__item {
  position: absolute;
}
.main .decor__item--personage {
  display: none;
}
@media (min-width: 768px) {
  .main .decor__item--personage {
    display: block;
    --width: 320px;
    height: var(--height);
    width: var(--width);
    bottom: 0;
    left: -4.5%;
    height: auto;
  }
}
@media (min-width: 993px) {
  .main .decor__item--personage {
    left: 4.5%;
  }
}
@media (min-width: 1200px) {
  .main .decor__item--personage {
    --width: 386px;
    left: 2%;
  }
}
@media (min-width: 1440px) {
  .main .decor__item--personage {
    --width: 410px;
    left: 5.2%;
    bottom: 9%;
  }
}
@media (min-width: 1920px) {
  .main .decor__item--personage {
    width: 494px;
    bottom: 12%;
    left: 3.5%;
  }
}
.main .decor__item--personage img {
  height: auto;
}
.main .decor__item--bottom {
  display: none;
}
@media (min-width: 768px) {
  .main .decor__item--bottom {
    display: block;
    --width: 465px;
    width: var(--width);
    bottom: 0;
    right: -25%;
    z-index: 1;
    overflow: hidden;
  }
}
@media (min-width: 993px) {
  .main .decor__item--bottom {
    right: -11.5%;
  }
}
@media (min-width: 1200px) {
  .main .decor__item--bottom {
    --width: 538px;
    right: -13.5%;
  }
}
@media (min-width: 1440px) {
  .main .decor__item--bottom {
    right: -10.5%;
    --width: 646px;
  }
}
@media (min-width: 1920px) {
  .main .decor__item--bottom {
    --width: 862px;
  }
}
.main .decor__item--bottom img {
  width: 100%;
  height: auto;
}
.main .decor__item--box {
  display: none;
}
@media (min-width: 768px) {
  .main .decor__item--box {
    display: block;
    --side: 350px;
    height: var(--side);
    width: var(--side);
    bottom: 49px;
    right: -9.5%;
  }
}
@media (min-width: 993px) {
  .main .decor__item--box {
    right: -4.5%;
  }
}
@media (min-width: 1200px) {
  .main .decor__item--box {
    --side: 404px;
    right: 2%;
    bottom: 9%;
  }
}
@media (min-width: 1440px) {
  .main .decor__item--box {
    --side: 485px;
    right: 1.5%;
    bottom: 8%;
  }
}
@media (min-width: 1920px) {
  .main .decor__item--box {
    --side: 578px;
  }
}
.main .decor__item--box img {
  height: auto;
}
footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.absolute-bg {
  position: absolute;
  padding-left: 20px;
  padding-right: 20px;
  --width: 100%;
  max-width: 400px;
  width: var(--width);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 140px;
  z-index: 0;
}
@media (min-width: 768px) {
  .absolute-bg {
    max-width: 560px;
    bottom: unset;
    top: 22%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .absolute-bg {
    max-width: 740px;
    top: 33%;
  }
}
.absolute-bg .iconb {
  stroke: white;
  stroke-width: 2;
  fill: none;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 2400;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 2400;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.absolute-bg .animated-path {
  stroke-dasharray: 2400;
  stroke-dashoffset: 2400;
  -webkit-animation: dash 6s linear forwards;
  animation: dash 6s linear forwards;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(100%);
}
.yellow-gradient {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-73.86%, #fff900),
    color-stop(38.81%, #ffd400)
  );
  background: linear-gradient(180deg, #fff900 -73.86%, #ffd400 38.81%);
}
.blue-gradient {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-73.86%, #1795f9),
    color-stop(38.81%, #0354ff)
  );
  background: linear-gradient(180deg, #1795f9 -73.86%, #0354ff 38.81%);
}
.red-gradient {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-73.86%, #f95a71),
    color-stop(38.81%, #f40f3e)
  );
  background: linear-gradient(180deg, #f95a71 -73.86%, #f40f3e 38.81%);
}
.gradient-text {
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype"),
    url("../fonts/Montserrat/Montserrat-ExtraBold.otf") format("opentype"),
    url("../fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2"),
    url("../fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf")
      format("truetype"),
    url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.otf") format("opentype"),
    url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.woff2") format("woff2"),
    url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype"),
    url("../fonts/Montserrat/Montserrat-Bold.otf") format("opentype"),
    url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype"),
    url("../fonts/Montserrat/Montserrat-SemiBold.otf") format("opentype"),
    url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype"),
    url("../fonts/Montserrat/Montserrat-Medium.otf") format("opentype"),
    url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype"),
    url("../fonts/Montserrat/Montserrat-Regular.otf") format("opentype"),
    url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
.jq-checkbox,
.jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #c3c3c3;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#e6e6e6)
  );
  background: linear-gradient(#fff, #e6e6e6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #fff,
    inset 1px -1px #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #fff,
    inset 1px -1px #fff;
  cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #08c;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: 0.55;
}
.jq-checkbox {
  border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.jq-radio {
  border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.jq-file {
  width: 270px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.jq-file input {
  cursor: pointer;
}
.jq-file__name {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: inset 1px 1px #f1f1f1;
  box-shadow: inset 1px 1px #f1f1f1;
  font: 14px/32px Montserrat, sans-serif;
  color: #333;
}
.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#e6e6e6)
  );
  background: linear-gradient(#fff, #e6e6e6);
  -webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Montserrat, sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff;
}
.jq-file:hover .jq-file__browse {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f6f6f6),
    to(#e6e6e6)
  );
  background: linear-gradient(#f6f6f6, #e6e6e6);
}
.jq-file:active .jq-file__browse {
  background: #f5f5f5;
  -webkit-box-shadow: inset 1px 1px 3px #ddd;
  box-shadow: inset 1px 1px 3px #ddd;
}
.jq-file.focused .jq-file__name {
  border: 1px solid #5794bf;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #ccc;
  background: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}
.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0;
}
.jq-number__field {
  width: 100px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
}
.jq-number__field:hover {
  border-color: #b3b3b3;
}
.jq-number__field input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Montserrat, sans-serif;
  color: #333;
}
.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#e6e6e6)
  );
  background: linear-gradient(#fff, #e6e6e6);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #fff;
  cursor: pointer;
}
.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}
.jq-number__spin:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f6f6f6),
    to(#e6e6e6)
  );
  background: linear-gradient(#f6f6f6, #e6e6e6);
}
.jq-number__spin:active {
  background: #f5f5f5;
  -webkit-box-shadow: inset 1px 1px 3px #ddd;
  box-shadow: inset 1px 1px 3px #ddd;
}
.jq-number__spin:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
  border: 1px solid #5794bf;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #ccc;
  background: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}
.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #aaa;
}
.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #aaa;
}
.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}
.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#e6e6e6)
  );
  background: linear-gradient(#fff, #e6e6e6);
  -webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Montserrat, sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff;
}
.jq-selectbox__select:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f6f6f6),
    to(#e6e6e6)
  );
  background: linear-gradient(#f6f6f6, #e6e6e6);
}
.jq-selectbox__select:active {
  background: #f5f5f5;
  -webkit-box-shadow: inset 1px 1px 3px #ddd;
  box-shadow: inset 1px 1px 3px #ddd;
}
.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794bf;
}
.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #ccc;
  background: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}
.jq-selectbox__select-text {
  display: block;
  width: 100%;
}
.jq-selectbox .placeholder {
  color: #888;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #ccc;
}
.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #aaa;
}
.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Montserrat, sans-serif;
}
.jq-selectbox__search {
  margin: 5px;
}
.jq-selectbox__search input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==")
    no-repeat 100% 50%;
  -webkit-box-shadow: inset 1px 1px #f1f1f1;
  box-shadow: inset 1px 1px #f1f1f1;
  color: #333;
}
.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #f0f0f0;
  font-size: 13px;
}
.jq-selectbox ul {
  margin: 0;
  padding: 0;
}
.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231f20;
}
.jq-selectbox li.selected {
  background-color: #a3abb1;
  color: #fff;
}
.jq-selectbox li:hover {
  background-color: #08c;
  color: #fff;
}
.jq-selectbox li.disabled {
  color: #aaa;
}
.jq-selectbox li.disabled:hover {
  background: none;
}
.jq-selectbox li.optgroup {
  font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231f20;
  cursor: default;
}
.jq-selectbox li.option {
  padding-left: 25px;
}
.jq-select-multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Montserrat, sans-serif;
  color: #333;
  cursor: default;
}
.jq-select-multiple.focused {
  border: 1px solid #5794bf;
}
.jq-select-multiple.disabled {
  border-color: #ccc;
  background: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}
.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}
.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}
.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
  background: #08c;
  color: #fff;
}
.jq-select-multiple li.disabled {
  color: #aaa;
}
.jq-select-multiple li.optgroup {
  font-weight: bold;
}
.jq-select-multiple li.option {
  padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #ccc;
  color: #fff;
}
input[type="email"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Montserrat, sans-serif;
  color: #333;
}
input[type="search"].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea.styler {
  overflow: auto;
}
input[type="email"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
  border-color: #b3b3b3;
}
input[type="email"].styler:hover:focus,
input[type="password"].styler:hover:focus,
input[type="search"].styler:hover:focus,
input[type="tel"].styler:hover:focus,
input[type="text"].styler:hover:focus,
input[type="url"].styler:hover:focus,
textarea.styler:hover:focus {
  border-color: #ccc;
  border-top-color: #b3b3b3;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  outline: none;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#e6e6e6)
  );
  background: linear-gradient(#fff, #e6e6e6);
  -webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Montserrat, sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff;
  cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type="button"].styler.styler::-moz-focus-inner,
input[type="submit"].styler.styler::-moz-focus-inner,
input[type="reset"].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f6f6f6),
    to(#e6e6e6)
  );
  background: linear-gradient(#f6f6f6, #e6e6e6);
}
button.styler:active,
input[type="button"].styler:active,
input[type="submit"].styler:active,
input[type="reset"].styler:active {
  background: #f5f5f5;
  -webkit-box-shadow: inset 1px 1px 3px #ddd;
  box-shadow: inset 1px 1px 3px #ddd;
}
button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
  border-color: #ccc;
  background: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}
.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}
.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.jq-selectbox {
  z-index: 10;
}
.jq-selectbox__select {
  position: relative;
}
.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
  position: absolute;
}
.jq-selectbox__search input {
  -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.jq-number {
  display: inline-block;
}
.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.container {
  min-width: 320px;
  margin: 0 auto;
  padding: 0 14px;
}
@media (min-width: 1200px) {
  .container {
    padding: 0 30px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1480px;
  }
}
@media (min-width: 768px) {
  .container--fluid {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .container--fluid {
    max-width: 1330px;
  }
}
@media (min-width: 1920px) {
  .container--fluid {
    max-width: 1420px;
  }
}
.button {
  display: block;
  text-align: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 15px;
  line-height: 54px;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  border: none;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear,
    -webkit-box-shadow 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear,
    -webkit-box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, background-color 0.3s linear,
    color 0.3s linear;
  transition: box-shadow 0.3s linear, background-color 0.3s linear,
    color 0.3s linear, -webkit-box-shadow 0.3s linear;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  outline: none;
  position: relative;
  z-index: 3;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  cursor: pointer;
}
.button::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fe2400),
    to(#b21c06)
  );
  background: linear-gradient(180deg, #fe2400, #b21c06);
  z-index: -1;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.button::before {
  content: "";
  border-radius: 5px;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #fe2400;
  z-index: -1;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
@media (min-width: 768px) {
  .button {
    max-width: 260px;
  }
}
@media (min-width: 1440px) {
  .button {
    max-width: 300px;
    line-height: 60px;
  }
}
@media (min-width: 1920px) {
  .button {
    max-width: 380px;
    font-size: 32px;
    line-height: 86px;
  }
}
.button:hover {
  background-color: #fe2400;
}
.button:hover::after {
  opacity: 0;
}
.button:active {
  background-color: #4eb637;
}
.button:focus {
  background: #b21c06;
}
.button:focus::before {
  background: transparent;
}
.button:disabled {
  cursor: not-allowed;
}
.button:disabled::after,
.button:disabled::before {
  background: #7c7c7c;
}
.button.button--hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.button .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 65px;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -webkit-animation: flareAnimation;
  animation: flareAnimation;
  left: -150%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.1)),
    to(rgba(255, 255, 255, 0.4))
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.4)
  );
  -webkit-animation: flareAnimation 3s ease infinite forwards;
  animation: flareAnimation 3s ease infinite forwards;
}
.button.pulse-button {
  -webkit-animation: borderPulse 1000ms infinite ease-out;
  animation: borderPulse 1000ms infinite ease-out;
}
@-webkit-keyframes borderPulse {
  0% {
    -webkit-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.4),
      0px 0px 0px 0px #fff;
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.4),
      0px 0px 0px 0px #fff;
  }
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, 0.2),
      0px 0px 0px 10px rgba(255, 255, 255, 0);
    box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, 0.2),
      0px 0px 0px 10px rgba(255, 255, 255, 0);
  }
}
@keyframes borderPulse {
  0% {
    -webkit-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.4),
      0px 0px 0px 0px #fff;
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.4),
      0px 0px 0px 0px #fff;
  }
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, 0.2),
      0px 0px 0px 10px rgba(255, 255, 255, 0);
    box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, 0.2),
      0px 0px 0px 10px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes flareAnimation {
  0% {
    left: -150%;
  }
  50% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
@keyframes flareAnimation {
  0% {
    left: -150%;
  }
  50% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
@media (min-width: 1200px) {
  .button {
    min-width: 262px;
  }
}
@media (min-width: 1920px) {
  .button {
    min-width: 262px;
  }
}
.header {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .header {
    padding-top: 17px;
    padding-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .header {
    padding-top: 28px;
  }
}
@media (min-width: 1440px) {
  .header {
    padding-bottom: 28px;
    padding-top: 36px;
  }
}
@media (min-width: 1920px) {
  .header {
    padding-top: 50px;
    padding-bottom: 35px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .header__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1;
  }
}
.header__left {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .header__left {
    grid-column: 5/9;
  }
}
@media (min-width: 1920px) {
  .header__left {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .header__left .logo {
    margin-top: 7px;
  }
}
@media (min-width: 1200px) {
  .header__left .logo {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .header__title {
    grid-column: 4/10;
  }
}
.header__reg {
  display: none;
}
@media (min-width: 576px) {
  .header__reg {
    margin-left: auto;
    display: block;
  }
}
.header__reg button {
  display: block;
  margin-left: auto;
  padding: 0.6em 1.5em;
  border-radius: 5px;
  color: #eaeaea;
  font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  background: transparent;
  border: 2px solid #fff;
  cursor: pointer;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
@media (min-width: 768px) {
  .header__reg button {
    padding: 0.6em 2em;
  }
}
@media (min-width: 1920px) {
  .header__reg button {
    font-size: 20px;
  }
}
.header__reg button:hover,
.header__reg button:active {
  color: #b3b3b3;
}
.header__box {
  max-height: 54px;
}
@media (min-width: 576px) {
  .header__box {
    max-height: 91px;
    margin-left: 10px;
  }
}
.header__title {
  display: none;
  position: relative;
  z-index: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .header__title {
    display: block;
  }
}
.header__title h1 {
  position: relative;
  z-index: 1;
  font-size: calc(20px + 32 * ((100vw - 320px) / 1600));
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.02em;
  margin-bottom: 47px;
}
@media (min-width: 768px) {
  .header__title h1 {
    margin-bottom: 0;
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .header__title h1 {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .header__title h1 {
    font-size: 48px;
  }
}
.header__title h1 span {
  display: block;
}
@media (min-width: 1200px) {
  .header__title h1 span {
    display: block;
  }
}
.header__title p {
  font-size: calc(12px + 6 * ((100vw - 320px) / 1600));
}
.header__title-decor {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
@media (min-width: 768px) {
  .header__title-decor {
    background-color: #000;
  }
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.logo__link {
  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;
  font-size: 0;
  width: 100%;
  color: transparent;
}
.logo__svg {
  height: 30px;
  width: auto;
  -webkit-filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.8));
}
@media (min-width: 768px) {
  .logo__svg {
    height: 44px;
  }
}
@media (min-width: 993px) {
  .logo__svg {
    height: 48px;
  }
}
@media (min-width: 1200px) {
  .logo__svg {
    height: 56px;
    width: auto;
  }
}
@media (min-width: 1440px) {
  .logo__svg {
    height: 48px;
  }
}
@media (min-width: 1920px) {
  .logo__svg {
    height: 65px;
  }
}
.logo__slogan {
  width: 80%;
  background-image: url("../images/slogan-back.png");
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 1.6em;
}
@media (min-width: 576px) {
  .logo__slogan {
    width: 67%;
  }
}
@media (min-width: 768px) {
  .logo__slogan {
    width: 60%;
  }
}
.logo__text {
  display: none;
}
@media (min-width: 768px) {
  .logo__text {
    position: relative;
    display: block;
    color: #e1e1e1;
    font-size: 16px;
    font-style: italic;
    text-transform: uppercase;
    font-size: calc(10px + 4 * ((100vw - 320px) / 1600));
  }
  .logo__text::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13em;
    height: 1em;
    background-image: url("../images/slogan-back.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 993px) {
  .logo__text {
    padding-left: 0.6em;
  }
}
.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;
}
.personage {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto 0px;
}
@media (min-width: 768px) {
  .personage {
    position: absolute;
    bottom: 0;
    display: none;
  }
}
.personage__image {
  position: relative;
}
.personage__image::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 30%;
  width: 465px;
  height: 257px;
  background-image: url("../images/decor/bottom-decor_465x257.png");
  background-image: -webkit-image-set(
    url("../images/decor/bottom-decor_465x257.avif") 1x type("image/avif"),
    url("../images/decor/bottom-decor_465x257.webp") 2x type("image/webp"),
    url("../images/decor/bottom-decor_465x257.png") 2x type("image/png")
  );
  background-image: image-set(
    "../images/decor/bottom-decor_465x257.avif" 1x type("image/avif"),
    "../images/decor/bottom-decor_465x257.webp" 2x type("image/webp"),
    "../images/decor/bottom-decor_465x257.png" 2x type("image/png")
  );
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-animation-name: bush-shake;
  animation-name: bush-shake;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@media (min-width: 768px) {
  .personage__image::before {
    display: none;
  }
}
@-webkit-keyframes bush-shake {
  0% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}
@keyframes bush-shake {
  0% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}
.personage__image img {
  width: auto;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}
@media (min-width: 576px) {
  .personage__image img {
    width: 100%;
  }
}
.personage__image--gnom {
  --height: 337px;
  --width: 420px;
  height: var(--height);
  width: var(--width);
}
@media (min-width: 768px) {
  .personage__image--gnom {
    --width: 320px;
    left: -4.5%;
    height: auto;
  }
}
.personage__gradient {
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 20px;
  right: 50px;
  bottom: 20px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
@media (min-width: 768px) {
  .personage__gradient {
    top: 38px;
    left: 49px;
    right: 71px;
    bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .personage__gradient {
    top: 68px;
    left: 59px;
    right: 91px;
    bottom: 40px;
  }
}
@media (min-width: 1920px) {
  .personage__gradient {
    top: 90px;
    right: 130px;
  }
}
.wheel {
  margin: 30px auto 40px;
}
@media (min-width: 768px) {
  .wheel {
    margin: 0px auto 40px;
  }
}
@media (min-width: 1200px) {
  .wheel {
    margin: 10px auto 10px;
  }
}
@media (min-width: 1440px) {
  .wheel {
    margin: 27px auto 50px;
  }
}
.wheel__wrapper {
  position: relative;
  z-index: 3;
  ---width: 296px;
  --height: 298px;
  width: var(---width);
  height: var(--height);
  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: 0 auto;
}
@media (min-width: 576px) {
  .wheel__wrapper {
    ---width: 544px;
    --height: 544px;
  }
}
@media (min-width: 1920px) {
  .wheel__wrapper {
    ---width: 703px;
    --height: 708px;
  }
}
.wheel__wrapper::before,
.wheel__wrapper::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}
.wheel__wrapper::before {
  top: 2px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: -webkit-image-set(
    url(../images/scene/layout_fhd_654x634.avif) 1x,
    url(../images/scene/layout_fhd_654x634.webp) 2x,
    url(../images/scene/layout_fhd_654x634.png) 2x
  );
  background-image: -webkit-image-set(
    "../images/scene/layout_fhd_654x634.avif" 1x type("image/avif"),
    "../images/scene/layout_fhd_654x634.webp" 2x type("image/webp"),
    "../images/scene/layout_fhd_654x634.png" 2x type("image/png")
  );
  background-image: -webkit-image-set(
    url("../images/scene/layout_fhd_654x634.avif") 1x type("image/avif"),
    url("../images/scene/layout_fhd_654x634.webp") 2x type("image/webp"),
    url("../images/scene/layout_fhd_654x634.png") 2x type("image/png")
  );
  background-image: image-set(
    "../images/scene/layout_fhd_654x634.avif" 1x type("image/avif"),
    "../images/scene/layout_fhd_654x634.webp" 2x type("image/webp"),
    "../images/scene/layout_fhd_654x634.png" 2x type("image/png")
  );
  background-position: center center;
  background-size: 95%;
  background-repeat: no-repeat;
}
.wheel__wrapper::after {
  top: 1px;
  width: 99%;
  height: 99%;
  z-index: 2;
  background-image: -webkit-image-set(
    url(../images/scene/borders_fhd_688.avif) 1x,
    url(../images/scene/borders_fhd_688.webp) 2x,
    url(../images/scene/borders_fhd_688.png) 2x
  );
  background-image: -webkit-image-set(
    "../images/scene/borders_fhd_688.avif" 1x type("image/avif"),
    "../images/scene/borders_fhd_688.webp" 2x type("image/webp"),
    "../images/scene/borders_fhd_688.png" 2x type("image/png")
  );
  background-image: -webkit-image-set(
    url("../images/scene/borders_fhd_688.avif") 1x type("image/avif"),
    url("../images/scene/borders_fhd_688.webp") 2x type("image/webp"),
    url("../images/scene/borders_fhd_688.png") 2x type("image/png")
  );
  background-image: image-set(
    "../images/scene/borders_fhd_688.avif" 1x type("image/avif"),
    "../images/scene/borders_fhd_688.webp" 2x type("image/webp"),
    "../images/scene/borders_fhd_688.png" 2x type("image/png")
  );
  background-size: cover;
}
@-webkit-keyframes wheel-shake-1 {
  0% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  to {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
}
@keyframes wheel-shake-1 {
  0% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  to {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
}
@-webkit-keyframes spinToStageTwo {
  0% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  70% {
    -webkit-transform: rotate(1086deg);
    transform: rotate(1086deg);
  }
  80% {
    -webkit-transform: rotate(1076deg);
    transform: rotate(1076deg);
  }
  to {
    -webkit-transform: rotate(3turn);
    transform: rotate(3turn);
  }
}
@keyframes spinToStageTwo {
  0% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  70% {
    -webkit-transform: rotate(1086deg);
    transform: rotate(1086deg);
  }
  80% {
    -webkit-transform: rotate(1076deg);
    transform: rotate(1076deg);
  }
  to {
    -webkit-transform: rotate(3turn);
    transform: rotate(3turn);
  }
}
.wheel .stage-1 .spinner {
  -webkit-animation-name: wheel-shake-1;
  animation-name: wheel-shake-1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.wheel .spin-to-stage-two .spinner {
  -webkit-animation-name: spinToStageTwo;
  animation-name: spinToStageTwo;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.wheel .spin-to-stage-two .wheel__item--triangle {
  -webkit-animation: tick 3000ms cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: tick 3000ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
@-webkit-keyframes tick {
  5% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  7.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  10% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  12.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  15% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  17.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  20% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  22.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  25% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  27.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  30% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  32.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  35% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  37.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  40% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  42.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  45% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  47.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  52.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  55% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  57.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  60% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  62.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  65% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  67.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  70% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  80% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  85% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes tick {
  5% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  7.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  10% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  12.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  15% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  17.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  20% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  22.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  25% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  27.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  30% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  32.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  35% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  37.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  40% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  42.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  45% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  47.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  52.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  55% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  57.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  60% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  62.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  65% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  67.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  70% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  80% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  85% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes spinToStageTree {
  0% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  70% {
    -webkit-transform: rotate(1086deg);
    transform: rotate(1086deg);
  }
  80% {
    -webkit-transform: rotate(1076deg);
    transform: rotate(1076deg);
  }
  to {
    -webkit-transform: rotate(3turn);
    transform: rotate(3turn);
  }
}
@keyframes spinToStageTree {
  0% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  70% {
    -webkit-transform: rotate(1086deg);
    transform: rotate(1086deg);
  }
  80% {
    -webkit-transform: rotate(1076deg);
    transform: rotate(1076deg);
  }
  to {
    -webkit-transform: rotate(3turn);
    transform: rotate(3turn);
  }
}
.wheel .spin-to-stage-three .spinner {
  -webkit-animation-name: spinToStageTree;
  animation-name: spinToStageTree;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.wheel .spin-to-stage-three .wheel__item--triangle {
  -webkit-animation: tick 3000ms cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: tick 3000ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes tick {
  5% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  7.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  10% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  12.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  15% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  17.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  20% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  22.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  25% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  27.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  30% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  32.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  35% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  37.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  40% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  42.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  45% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  47.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  52.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  55% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  57.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  60% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  62.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  65% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  67.5% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  70% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  80% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  85% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.wheel__achievements {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  top: 0%;
  z-index: 3;
}
@media (min-width: 768px) {
  .wheel__achievements {
    width: 110px;
    right: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
  }
}
@media (min-width: 993px) {
  .wheel__achievements {
    right: 100%;
  }
}
@media (min-width: 1200px) {
  .wheel__achievements {
    width: 140px;
    gap: 20px;
  }
}
@media (min-width: 1440px) {
  .wheel__achievements {
    width: 170px;
  }
}
.wheel__achievements img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.wheel__achievements-spins,
.wheel__achievements-bonus {
  position: relative;
  z-index: 1;
  width: 70px;
  height: 70px;
  -webkit-animation-name: show-bonus;
  animation-name: show-bonus;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@media (min-width: 576px) {
  .wheel__achievements-spins,
  .wheel__achievements-bonus {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 1200px) {
  .wheel__achievements-spins,
  .wheel__achievements-bonus {
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 1440px) {
  .wheel__achievements-spins,
  .wheel__achievements-bonus {
    width: 170px;
    height: 170px;
  }
}
.wheel__achievements-spins::before,
.wheel__achievements-bonus::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  --bg-start-color: #622654;
  --bg-end-color: #250c19;
  width: 100%;
  height: 100%;
  background: radial-gradient(var(--bg-start-color), var(--bg-end-color));
}
.wheel__achievements-spins svg,
.wheel__achievements-bonus svg {
  height: auto;
  width: 70px;
  fill: #f09515;
}
@media (min-width: 576px) {
  .wheel__achievements-spins svg,
  .wheel__achievements-bonus svg {
    width: 110px;
  }
}
@media (min-width: 1200px) {
  .wheel__achievements-spins svg,
  .wheel__achievements-bonus svg {
    width: 140px;
  }
}
@media (min-width: 1440px) {
  .wheel__achievements-spins svg,
  .wheel__achievements-bonus svg {
    width: 170px;
  }
}
@-webkit-keyframes show-bonus {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-box-shadow: 0 0 0px rgba(240, 149, 21, 0);
    box-shadow: 0 0 0px rgba(240, 149, 21, 0);
  }
  65% {
    -webkit-box-shadow: 0 0 50px #f09515;
    box-shadow: 0 0 50px #f09515;
  }
  100% {
    -webkit-box-shadow: 0 0 0px rgba(240, 149, 21, 0);
    box-shadow: 0 0 0px rgba(240, 149, 21, 0);
  }
}
@keyframes show-bonus {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-box-shadow: 0 0 0px rgba(240, 149, 21, 0);
    box-shadow: 0 0 0px rgba(240, 149, 21, 0);
  }
  65% {
    -webkit-box-shadow: 0 0 50px #f09515;
    box-shadow: 0 0 50px #f09515;
  }
  100% {
    -webkit-box-shadow: 0 0 0px rgba(240, 149, 21, 0);
    box-shadow: 0 0 0px rgba(240, 149, 21, 0);
  }
}
.wheel__achievements-text {
  position: absolute;
  top: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  background: radial-gradient(circle, #a76c00 -100%, #f8e46c 0%, #a76c00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}
@media (min-width: 576px) {
  .wheel__achievements-text {
    font-size: 16px;
    top: 30px;
  }
}
@media (min-width: 1200px) {
  .wheel__achievements-text {
    font-size: 20px;
    top: 34px;
  }
}
@media (min-width: 1440px) {
  .wheel__achievements-text {
    top: 53px;
  }
}
.wheel__achievements-spins {
  right: 0;
}
.wheel__achievements-spins .wheel__achievements-text {
  top: 19px;
}
@media (min-width: 576px) {
  .wheel__achievements-spins .wheel__achievements-text {
    top: 34px;
  }
}
@media (min-width: 1200px) {
  .wheel__achievements-spins .wheel__achievements-text {
    top: 45px;
  }
}
@media (min-width: 1440px) {
  .wheel__achievements-spins .wheel__achievements-text {
    top: 60px;
  }
}
.wheel__achievements-bonus {
  left: 0;
}
.wheel__item {
  position: absolute;
}
.wheel__item--layout {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
@media (min-width: 768px) {
  .wheel__item--layout {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
}
.wheel__item--triangle {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 28px;
  top: 8px;
  z-index: 10;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
@media (min-width: 576px) {
  .wheel__item--triangle {
    width: 40px;
    top: 15px;
  }
}
@media (min-width: 768px) {
  .wheel__item--triangle {
    width: 50px;
    top: 10px;
  }
}
@media (min-width: 1440px) {
  .wheel__item--triangle {
    width: 44px;
    top: 14px;
  }
}
@media (min-width: 1920px) {
  .wheel__item--triangle {
    width: 70px;
  }
}
@media (min-width: 1920px) {
  .wheel__item--piramida {
    width: 93%;
  }
}
.wheel__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.wheel__btn {
  position: relative;
  z-index: 111;
  --size: 123px;
  width: var(--size);
  height: var(--size);
  border: 2px solid #04c502;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(11.81%, #003600),
    color-stop(53.3%, #ccee6c),
    color-stop(80.93%, #007e00),
    to(#4ec800)
  );
  background: linear-gradient(
    180deg,
    #003600 11.81%,
    #ccee6c 53.3%,
    #007e00 80.93%,
    #4ec800 100%
  );
  border-radius: 50%;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
  --colorgreen: #245900;
  color: var(--colorgreen);
  -webkit-filter: drop-shadow(0px 0px 5px #7ec341);
  filter: drop-shadow(0px 0px 5px #7ec341);
  cursor: pointer;
  -webkit-transition: border-width 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  transition: border-width 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, border-width 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, border-width 0.3s ease-in,
    -webkit-box-shadow 0.3s ease-in;
}
.wheel__btn:hover {
  -webkit-box-shadow: 0px 0px 10px #7ec341;
  box-shadow: 0px 0px 10px #7ec341;
}
.wheel__btn:active {
  border-width: 3px;
}
.wheel__btn:focus {
  outline-color: #003600;
}
@media (min-width: 576px) {
  .wheel__btn {
    font-size: 30px;
    --size: 226px;
  }
}
@media (min-width: 1200px) {
  .wheel__btn {
    font-size: 30px;
    --size: 229px;
  }
}
@media (min-width: 1440px) {
  .wheel__btn {
    font-size: 30px;
    --size: 220px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@media (min-width: 1920px) {
  .wheel__btn {
    --size: 290px;
    font-size: 40px;
  }
}
.button-block {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  .button-block {
    margin-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .button-block {
    margin-bottom: 87px;
  }
}
@media (min-width: 1920px) {
  .button-block {
    margin-bottom: 60px;
  }
}
.button-block__link {
  font-size: 16px;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  text-shadow: 0 0 10px #000;
}
.button-block__link:hover {
  color: #b3b3b3;
}
@media (min-width: 1440px) {
  .button-block__link {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .button-block__link {
    font-size: 24px;
  }
}
.spinner {
  position: absolute;
  inset: 0;
  z-index: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 98%;
  left: 1%;
  top: 1%;
  height: 98%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-repeat: repeat;
  background-size: 100%;
}
.spinner::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 94%;
  height: 94%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #c8b19d;
  background-image: -webkit-image-set(
    url(../images/scene/texture_with_shadows_xs_300x290.avif) 1x,
    url(../images/scene/texture_with_shadows_xs_300x290.webp) 2x,
    url(../images/scene/texture_with_shadows_xs_300x290.png) 2x
  );
  background-image: -webkit-image-set(
    "../images/scene/texture_with_shadows_xs_300x290.avif" 1x type("image/avif"),
    "../images/scene/texture_with_shadows_xs_300x290.webp" 2x type("image/webp"),
    "../images/scene/texture_with_shadows_xs_300x290.png" 2x type("image/png")
  );
  background-image: -webkit-image-set(
    url("../images/scene/texture_with_shadows_xs_300x290.avif") 1x
      type("image/avif"),
    url("../images/scene/texture_with_shadows_xs_300x290.webp") 2x
      type("image/webp"),
    url("../images/scene/texture_with_shadows_xs_300x290.png") 2x
      type("image/png")
  );
  background-image: image-set(
    "../images/scene/texture_with_shadows_xs_300x290.avif" 1x type("image/avif"),
    "../images/scene/texture_with_shadows_xs_300x290.webp" 2x type("image/webp"),
    "../images/scene/texture_with_shadows_xs_300x290.png" 2x type("image/png")
  );
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  left: 50%;
  top: 50%;
}
@media (min-width: 576px) {
  .spinner::before {
    width: 100%;
    height: 100%;
    background-image: -webkit-image-set(
      url(../images/scene/texture_with_shadows_sm_555x537.avif) 1x,
      url(../images/scene/texture_with_shadows_sm_555x537.webp) 2x,
      url(../images/scene/texture_with_shadows_sm_555x537.png) 2x
    );
    background-image: -webkit-image-set(
      "../images/scene/texture_with_shadows_sm_555x537.avif" 1x
        type("image/avif"),
      "../images/scene/texture_with_shadows_sm_555x537.webp" 2x
        type("image/webp"),
      "../images/scene/texture_with_shadows_sm_555x537.png" 2x type("image/png")
    );
    background-image: -webkit-image-set(
      url("../images/scene/texture_with_shadows_sm_555x537.avif") 1x
        type("image/avif"),
      url("../images/scene/texture_with_shadows_sm_555x537.webp") 2x
        type("image/webp"),
      url("../images/scene/texture_with_shadows_sm_555x537.png") 2x
        type("image/png")
    );
    background-image: image-set(
      "../images/scene/texture_with_shadows_sm_555x537.avif" 1x
        type("image/avif"),
      "../images/scene/texture_with_shadows_sm_555x537.webp" 2x
        type("image/webp"),
      "../images/scene/texture_with_shadows_sm_555x537.png" 2x type("image/png")
    );
  }
}
@media (min-width: 1440px) {
  .spinner::before {
    background-image: -webkit-image-set(
      url(../images/scene/texture_with_shadows_dt_516x512.avif) 1x,
      url(../images/scene/texture_with_shadows_dt_516x512.webp) 2x,
      url(../images/scene/texture_with_shadows_dt_516x512.png) 2x
    );
    background-image: -webkit-image-set(
      "../images/scene/texture_with_shadows_dt_516x512.avif" 1x
        type("image/avif"),
      "../images/scene/texture_with_shadows_dt_516x512.webp" 2x
        type("image/webp"),
      "../images/scene/texture_with_shadows_dt_516x512.png" 2x type("image/png")
    );
    background-image: -webkit-image-set(
      url("../images/scene/texture_with_shadows_dt_516x512.avif") 1x
        type("image/avif"),
      url("../images/scene/texture_with_shadows_dt_516x512.webp") 2x
        type("image/webp"),
      url("../images/scene/texture_with_shadows_dt_516x512.png") 2x
        type("image/png")
    );
    background-image: image-set(
      "../images/scene/texture_with_shadows_dt_516x512.avif" 1x
        type("image/avif"),
      "../images/scene/texture_with_shadows_dt_516x512.webp" 2x
        type("image/webp"),
      "../images/scene/texture_with_shadows_dt_516x512.png" 2x type("image/png")
    );
  }
}
@media (min-width: 1920px) {
  .spinner::before {
    background-image: -webkit-image-set(
      url(../images/scene/texture_with_shadows_fhd_667x663.avif) 1x,
      url(../images/scene/texture_with_shadows_fhd_667x663.webp) 2x,
      url(../images/scene/texture_with_shadows_fhd_667x663.png) 2x
    );
    background-image: -webkit-image-set(
      "../images/scene/texture_with_shadows_fhd_667x663.avif" 1x
        type("image/avif"),
      "../images/scene/texture_with_shadows_fhd_667x663.webp" 2x
        type("image/webp"),
      "../images/scene/texture_with_shadows_fhd_667x663.png" 2x
        type("image/png")
    );
    background-image: -webkit-image-set(
      url("../images/scene/texture_with_shadows_fhd_667x663.avif") 1x
        type("image/avif"),
      url("../images/scene/texture_with_shadows_fhd_667x663.webp") 2x
        type("image/webp"),
      url("../images/scene/texture_with_shadows_fhd_667x663.png") 2x
        type("image/png")
    );
    background-image: image-set(
      "../images/scene/texture_with_shadows_fhd_667x663.avif" 1x
        type("image/avif"),
      "../images/scene/texture_with_shadows_fhd_667x663.webp" 2x
        type("image/webp"),
      "../images/scene/texture_with_shadows_fhd_667x663.png" 2x
        type("image/png")
    );
  }
}
.spinner .spinner__prize:nth-child(1) {
  -webkit-transform: rotate(-0deg);
  -ms-transform: rotate(-0deg);
  transform: rotate(-0deg);
}
.spinner .spinner__prize:nth-child(2) {
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.spinner .spinner__prize:nth-child(3) {
  -webkit-transform: rotate(-80deg);
  -ms-transform: rotate(-80deg);
  transform: rotate(-80deg);
}
.spinner .spinner__prize:nth-child(4) {
  -webkit-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.spinner .spinner__prize:nth-child(5) {
  -webkit-transform: rotate(-160deg);
  -ms-transform: rotate(-160deg);
  transform: rotate(-160deg);
}
.spinner .spinner__prize:nth-child(6) {
  -webkit-transform: rotate(-200deg);
  -ms-transform: rotate(-200deg);
  transform: rotate(-200deg);
}
.spinner .spinner__prize:nth-child(7) {
  -webkit-transform: rotate(-240deg);
  -ms-transform: rotate(-240deg);
  transform: rotate(-240deg);
}
.spinner .spinner__prize:nth-child(8) {
  -webkit-transform: rotate(-280deg);
  -ms-transform: rotate(-280deg);
  transform: rotate(-280deg);
}
.spinner .spinner__prize:nth-child(9) {
  -webkit-transform: rotate(-320deg);
  -ms-transform: rotate(-320deg);
  transform: rotate(-320deg);
}
@media (min-width: 1440px) {
  .spinner {
    background-size: 95%;
    background-position: 15px 7px;
  }
}
.spinner__prize {
  position: absolute;
  width: 50%;
  height: 50%;
  line-height: 1.2em;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
@media (min-width: 768px) {
  .spinner__prize:nth-child(4) div {
    -webkit-transform: translateY(-50%) translateX(-82px) rotate(-40deg);
    -ms-transform: translateY(-50%) translateX(-82px) rotate(-40deg);
    transform: translateY(-50%) translateX(-82px) rotate(-40deg);
  }
}
@media (min-width: 1920px) {
  .spinner__prize:nth-child(4) div {
    -webkit-transform: translateY(-34%) translateX(-111px) rotate(-40deg);
    -ms-transform: translateY(-34%) translateX(-111px) rotate(-40deg);
    transform: translateY(-34%) translateX(-111px) rotate(-40deg);
  }
}
.spinner__prize:nth-child(9) div {
  -webkit-transform: translateY(-50%) translateX(-39px) rotate(-41deg);
  -ms-transform: translateY(-50%) translateX(-39px) rotate(-41deg);
  transform: translateY(-50%) translateX(-39px) rotate(-41deg);
}
@media (min-width: 576px) {
  .spinner__prize:nth-child(9) div {
    -webkit-transform: translateY(-50%) translateX(-80px) rotate(-42deg);
    -ms-transform: translateY(-50%) translateX(-80px) rotate(-42deg);
    transform: translateY(-50%) translateX(-80px) rotate(-42deg);
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .spinner__prize:nth-child(9) div {
    font-size: 24px;
    -webkit-transform: translateY(-50%) translateX(-74px) rotate(-40deg);
    -ms-transform: translateY(-50%) translateX(-74px) rotate(-40deg);
    transform: translateY(-50%) translateX(-74px) rotate(-40deg);
  }
}
@media (min-width: 1200px) {
  .spinner__prize:nth-child(9) div {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .spinner__prize:nth-child(9) div {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .spinner__prize:nth-child(9) div {
    font-size: 24px;
    -webkit-transform: translateY(-40%) translateX(-97px) rotate(-40deg);
    -ms-transform: translateY(-40%) translateX(-97px) rotate(-40deg);
    transform: translateY(-40%) translateX(-97px) rotate(-40deg);
  }
}
.spinner__prize div {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-38px) rotate(-41deg);
  -ms-transform: translateY(-50%) translateX(-38px) rotate(-41deg);
  transform: translateY(-50%) translateX(-38px) rotate(-41deg);
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  font-size: 14px;
  color: #000;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.16;
}
@media (min-width: 576px) {
  .spinner__prize div {
    -webkit-transform: translateY(-50%) translateX(-80px) rotate(-42deg);
    -ms-transform: translateY(-50%) translateX(-80px) rotate(-42deg);
    transform: translateY(-50%) translateX(-80px) rotate(-42deg);
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .spinner__prize div {
    font-size: 24px;
    -webkit-transform: translateY(-50%) translateX(-74px) rotate(-40deg);
    -ms-transform: translateY(-50%) translateX(-74px) rotate(-40deg);
    transform: translateY(-50%) translateX(-74px) rotate(-40deg);
  }
}
@media (min-width: 1200px) {
  .spinner__prize div {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .spinner__prize div {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .spinner__prize div {
    font-size: 24px;
    -webkit-transform: translateY(-40%) translateX(-97px) rotate(-40deg);
    -ms-transform: translateY(-40%) translateX(-97px) rotate(-40deg);
    transform: translateY(-40%) translateX(-97px) rotate(-40deg);
  }
}
.spinner__prize div span {
  color: inherit;
}
.spinner__prize div span.second-val {
  display: none;
}
.spinner__prize {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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__wrapper {
  max-width: 460px;
  width: 100%;
}
.popUp.show {
  z-index: 100;
  -webkit-animation: animShow 0.6s linear forwards;
  animation: animShow 0.6s linear forwards;
}
@-webkit-keyframes animShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.popUp.hide {
  -webkit-animation: animHide 1s linear forwards;
  animation: animHide 1s linear forwards;
}
@-webkit-keyframes animHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -100;
  }
}
@keyframes animHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -100;
  }
}
.popUp__block {
  position: relative;
  max-width: 400px;
  width: 100%;
  padding: 5px 5px 8px 5px;
  border-radius: 5px;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (min-width: 576px) {
  .popUp__block {
    max-width: 80%;
    padding: 16px 10px 32px 10px;
  }
}
@media (min-width: 768px) {
  .popUp__block {
    max-width: 720px;
  }
}
.popUp__top-name {
  width: 100%;
  padding: 13px 5px;
  margin-bottom: 5px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
  background: #a76c00;
  background: radial-gradient(circle, #471c00 -100%, #ffc400 0%, #471c00 100%);
  border-radius: 5px;
  border: 2px solid #f4e069;
  font-style: italic;
}
@media (min-width: 768px) {
  .popUp__top-name {
    padding: 26px 5px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .popUp__top-name {
    margin-bottom: 18px;
    padding: 13px 5px;
    font-size: 40px;
  }
}
.popUp__subtitle {
  margin-bottom: 1em;
}
@media (min-width: 1200px) {
  .popUp__subtitle {
    margin-bottom: 2em;
  }
}
.popUp__subtitle span {
  font-size: 16px;
  display: inline-block;
  padding: 0 4px 0 0;
  font-weight: 800;
}
.popUp__name {
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  max-width: 460px;
}
@media (min-width: 768px) {
  .popUp__name {
    font-size: 20px;
    margin-bottom: 2em;
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  .popUp__name {
    margin-bottom: 28px;
  }
}
.popUp__name > span {
  display: inline-block;
  font-size: inherit;
  font-weight: 800;
  font-size: inherit;
  padding-right: 3px;
}
.popUp__content {
  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__content h2 {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: calc(14px + 1 * ((100vw - 320px) / 1600));
}
.popUp__content h3 {
  line-height: 1.24;
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: 500;
}
.popUp__content svg {
  margin-bottom: 10px;
  width: 29px;
  height: 34px;
}
.popUp__content li,
.popUp__content p {
  line-height: 110%;
  font-size: 12px;
}
.popUp__content li a,
.popUp__content p a {
  text-decoration: underline;
  font-style: normal;
}
.popUp__content li a:hover,
.popUp__content p a:hover {
  color: #ffbb04;
}
.popUp__content li:not(:last-child) {
  margin-bottom: 5px;
}
.popUp__head {
  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;
  width: 60%;
  margin-bottom: 1em;
}
.popUp__border {
  margin-right: 16px;
  padding: 7px 6px 7px 6px;
  margin-bottom: 1em;
  border: 1px solid white;
}
@media (min-width: 576px) {
  .popUp__border {
    margin-top: auto;
  }
}
.popUp__box {
  height: 105px;
  padding-left: 0.2em;
  border-radius: 10px;
  overflow-y: scroll;
}
.popUp__box::-webkit-scrollbar {
  position: relative;
  z-index: 20;
  width: 10px;
  background-color: #333;
  opacity: 0.2;
  border-radius: 2px;
  width: 4px;
}
.popUp__box::-webkit-scrollbar-thumb {
  position: relative;
  z-index: 20;
  width: 8px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-73.86%, #f95a71),
    color-stop(38.81%, #f40f3e)
  );
  background: linear-gradient(180deg, #f95a71 -73.86%, #f40f3e 38.81%);
  border-radius: 3px;
}
.popUp__rules {
  padding-right: 4px;
  padding-left: 0.1em;
}
.popUp__list {
  margin-bottom: 10px;
}
.popUp__list--ios {
  padding-left: 1em;
}
.popUp__list--ios li {
  list-style: disc;
  line-height: 1.24;
}
.popUp__list--ios li:not(:last-child) {
  margin-bottom: 5px;
}
fieldset {
  padding: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 4px;
  -webkit-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
}
fieldset:hover {
  border-color: #ffe499;
}
fieldset.animInput {
  -webkit-animation: animInput 6s linear infinite normal forwards;
  animation: animInput 6s linear infinite normal forwards;
}
fieldset.animInput:hover,
fieldset.animInput:focus,
fieldset.animInput:active,
fieldset.animInput.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@-webkit-keyframes animInput {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animInput {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
fieldset.width-50 {
  max-width: calc(50% - 5px);
}
legend {
  color: #fff;
  margin-left: 10px;
  font-size: 10px;
}
.top__wrapper {
  min-width: 100%;
}
.form-tabs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form-tabs__switches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .form-tabs__switches {
    margin-bottom: 28px;
  }
}
.form-tabs__switches a {
  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;
  background-color: transparent;
  width: 100%;
  text-align: center;
  padding: 1em 1em;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fff;
  border-radius: 5px;
}
.form-tabs__switches a:hover span {
  color: rgba(255, 255, 255, 0.7);
}
.form-tabs__switches a.active {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#fe2400),
      to(#fe2400)
    ),
    #fe2400;
  background: linear-gradient(0deg, #fe2400, #fe2400), #fe2400;
  border: 1px solid #fe2400;
}
.form-tabs__switches a.active:hover {
  opacity: 1;
  color: #ffffff;
}
.form-tabs__switches a span {
  position: relative;
  z-index: 2;
  display: inline-block;
  line-height: 1.2;
  font-size: calc(12px + 13 * ((100vw - 320px) / 1600));
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .form-tabs__switches a span {
    font-size: 16px;
  }
}
form {
  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;
  margin-bottom: 20px;
}
input.form-element,
select.form-element {
  padding-left: 10px;
}
select.form-element {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  overflow: hidden;
  color: #353535;
}
@media (min-width: 576px) {
  select.form-element {
    padding-right: 40px;
  }
}
.form-element {
  width: 100%;
  height: 50px;
  margin-top: 0px;
  font-size: 12px;
  line-height: 1.2;
  color: #353535;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .form-element {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .form-element {
    height: 58px;
  }
}
.form-element[name="country"] {
  position: absolute;
  width: 100%;
}
.form-element [name="email"] {
  height: 30px;
  width: 100%;
  padding-left: 10px;
}
@media (min-width: 1200px) {
  .form-element [name="email"] {
    height: 40px;
  }
}
.form-element [name="email"]::-webkit-input-placeholder {
  text-transform: capitalize;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.form-element [name="email"]::-moz-placeholder {
  text-transform: capitalize;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.form-element [name="email"]:-ms-input-placeholder {
  text-transform: capitalize;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.form-element [name="email"]::-ms-input-placeholder {
  text-transform: capitalize;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.form-element [name="email"]::placeholder {
  text-transform: capitalize;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.jq-selectbox#country-styler {
  width: 70%;
}
.form-element[name="currency"] {
  position: absolute;
  width: 100%;
}
.jq-selectbox#currency-styler {
  width: 100%;
  height: 100%;
}
.form-element.phone-block {
  width: 100%;
}
.form-element[name="country"] option,
.form-element[name="currency"] option {
  color: #353535;
  font-size: 12px;
}
.form-element[name="currency"] option:first-child {
  display: block;
  padding-top: 5px;
}
.phone-block {
  margin-top: 0;
  position: relative;
}
.phone-block .iti {
  position: absolute;
  top: 0;
  width: 100%;
}
.phone-block input[type="tel"] {
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 5px;
}
@media (min-width: 1200px) {
  .phone-block input[type="tel"] {
    height: 40px;
  }
}
.phone-block input[type="tel"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.phone-block input[type="tel"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.phone-block input[type="tel"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.phone-block input[type="tel"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.phone-block input[type="tel"]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
input.phoneConfirmation {
  height: 100%;
  padding-left: 10px;
}
input.phoneConfirmation::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
input.phoneConfirmation::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
input.phoneConfirmation:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
input.phoneConfirmation::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
input.phoneConfirmation::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.valid-block {
  position: absolute;
  font-size: 0.6em;
  top: -5px;
  right: 5px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#valid-msg {
  color: green;
  text-shadow: 1px 0 0 #000;
}
#error-msg {
  color: red;
  text-shadow: 1px 0 0 #000;
}
input,
select,
.iti {
  cursor: pointer;
  max-width: 100%;
  border: none;
  width: 100%;
  background-color: transparent;
  outline: none;
}
input,
select {
  height: 48px;
}
input.form-element::-webkit-input-placeholder {
  text-transform: uppercase;
  color: red;
}
input.form-element::-moz-placeholder {
  text-transform: uppercase;
  color: red;
}
input.form-element:-ms-input-placeholder {
  text-transform: uppercase;
  color: red;
}
input.form-element::-ms-input-placeholder {
  text-transform: uppercase;
  color: red;
}
input.form-element::placeholder {
  text-transform: uppercase;
  color: red;
}
.hide {
  display: none;
}
#currency {
  text-transform: uppercase;
  outline: none;
}
.sub-form {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  border: none;
  cursor: pointer;
  background: #a76c00;
  background: radial-gradient(circle, #471c00 -100%, #ffc400 0%, #471c00 100%);
  border-radius: 5px;
  border: 2px solid #f4e069;
  font-size: 20px;
}
.sub-form span {
  color: #604b1e;
}
.sub-form:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  color: #181818;
  text-shadow: none;
}
.block-promo {
  margin: 20px auto 20px;
  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%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 40px;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(100%);
}
.block-promo label {
  position: relative;
  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;
}
.block-promo label:hover span {
  color: rgba(255, 255, 255, 0.6);
}
.block-promo label input {
  margin-right: 10px;
}
.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;
  margin: 0 auto;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  color: #ffbb00;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.block-promo label > span::before {
  content: "+";
  display: inline-block;
  margin-right: 0.5em;
}
.block-promo label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 100%;
}
.block-promo label > input:not(:disabled):not(:checked) + span:hover::before {
  border-color: #b3d7ff;
}
.block-promo label > input:not(:disabled):active + span::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.block-promo label > input:focus:not(:checked) + span::before {
  border-color: #80bdff;
}
.block-promo label > input:checked + span::before {
  content: "-";
}
.block-promo label > input:disabled + span::before {
  background-color: #e9ecef;
}
#checkPromo {
  height: 30px;
}
#promo {
  color: #000;
  border-radius: 5px;
  width: 100%;
  height: 0px;
  padding: 0;
}
.promo-show {
  display: inline-block;
  -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;
  }
}
.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;
  }
}
.agreement {
  margin-left: 2px;
  font-size: 10px;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .agreement {
    max-width: 500px;
  }
}
.jq-selectbox__select {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0 25px 0 10px;
  outline: none;
  border: none;
  border-bottom-color: transparent;
  border-radius: 5px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font: 25px/32px Montserrat, sans-serif;
  color: #333;
  text-shadow: none;
}
@media (min-width: 576px) {
  .jq-selectbox__select {
    padding: 0 45px 0 10px;
  }
}
@media (min-width: 1200px) {
  .jq-selectbox__select {
    font: 25px/40px Montserrat, sans-serif;
  }
}
.jq-selectbox__select:hover {
  background: transparent;
}
.jq-selectbox__select:hover .jq-selectbox__select-text {
  background: transparent;
}
.jq-selectbox__select:active {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.jq-selectbox__select:focus {
  border: none;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  border-left: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (min-width: 576px) {
  .jq-selectbox__trigger {
    width: 40px;
  }
}
.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: none;
  border-right: none;
  border-left: none;
  background: url("../images/icons/arrow-down.svg");
  background-size: contain;
}
@media (min-width: 576px) {
  .jq-selectbox__trigger-arrow {
    right: 10px;
    width: 20px;
    height: 20px;
  }
}
.jq-selectbox__select-text {
  overflow: hidden;
  display: block;
  width: 100%;
  font-size: 12px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  height: 32px;
}
@media (min-width: 1200px) {
  .jq-selectbox__select-text {
    height: 40px;
  }
}
.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  font: 14px/18px Commissioner, sans-serif;
}
.jq-selectbox.focused .jq-selectbox__select {
  border-color: none;
}
.jq-selectbox.changed .jq-selectbox__select-text {
  color: #fff;
}
.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.iti__country-name {
  color: #353535;
}
.jq-selectbox.focused .jq-selectbox__select {
  border: none;
}
.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 #fff;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 11;
  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;
  color: #fff;
}
.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 {
  color: #fff;
  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), (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), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: -webkit-image-set(
      url("../images/flags@2x.avif") 1x type("image/avif"),
      url("../images/flags@2x.webp") 2x type("image/webp"),
      url("../images/flags@2x.png") 2x type("image/png")
    );
    background-image: image-set(
      "../images/flags@2x.avif" 1x type("image/avif"),
      "../images/flags@2x.webp" 2x type("image/webp"),
      "../images/flags@2x.png" 2x type("image/png")
    );
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
footer {
  position: relative;
  z-index: 2;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(53.53%, #000)
  );
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 53.53%);
  padding-left: 5%;
  padding-right: 5%;
}
footer .partners {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  gap: 10px 10px;
  position: relative;
}
@media (min-width: 993px) {
  footer .partners {
    max-width: 80%;
    gap: 10px 20px;
  }
}
footer .partners__image {
  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;
  max-width: 30%;
}
@media (min-width: 576px) {
  footer .partners__image {
    max-width: 100%;
  }
}
@media (min-width: 993px) {
  footer .partners__image {
    max-width: 10%;
  }
}
footer .partners .separator {
  width: 100%;
}
footer .partners .wooman-block {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}
footer .partners .wooman-block .btn {
  z-index: 2;
}
footer .partners .wooman-block picture {
  position: absolute;
  bottom: 60%;
  left: -18%;
}
footer .partners .wooman-block picture > * {
  height: 43vw;
  max-height: 700px;
  min-height: 323px;
}
