@font-face {
  font-family: "Neue Machina";
  src: url("../fonts/NeueMachina/NeueMachina-Ultralight.eot");
  src: local("Neue Machina Ultralight"), local("NeueMachina-Ultralight"), url("../fonts/NeueMachina/NeueMachina-Ultralight.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueMachina/NeueMachina-Ultralight.woff2") format("woff2"), url("../fonts/NeueMachina/NeueMachina-Ultralight.woff") format("woff"), url("../fonts/NeueMachina/NeueMachina-Ultralight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Neue Machina";
  src: url("../fonts/NeueMachina/NeueMachina-Light.eot");
  src: local("Neue Machina Light"), local("NeueMachina-Light"), url("../fonts/NeueMachina/NeueMachina-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueMachina/NeueMachina-Light.woff2") format("woff2"), url("../fonts/NeueMachina/NeueMachina-Light.woff") format("woff"), url("../fonts/NeueMachina/NeueMachina-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Neue Machina";
  src: url("../fonts/NeueMachina/NeueMachina-Black.eot");
  src: local("Neue Machina Black"), local("NeueMachina-Black"), url("../fonts/NeueMachina/NeueMachina-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueMachina/NeueMachina-Black.woff2") format("woff2"), url("../fonts/NeueMachina/NeueMachina-Black.woff") format("woff"), url("../fonts/NeueMachina/NeueMachina-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Neue Machina";
  src: url("../fonts/NeueMachina/NeueMachina-Regular.eot");
  src: local("Neue Machina Regular"), local("NeueMachina-Regular"), url("../fonts/NeueMachina/NeueMachina-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueMachina/NeueMachina-Regular.woff2") format("woff2"), url("../fonts/NeueMachina/NeueMachina-Regular.woff") format("woff"), url("../fonts/NeueMachina/NeueMachina-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Neue Machina";
  src: url("../fonts/NeueMachina/NeueMachina-Bold.eot");
  src: local("Neue Machina Bold"), local("NeueMachina-Bold"), url("../fonts/NeueMachina/NeueMachina-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueMachina/NeueMachina-Bold.woff2") format("woff2"), url("../fonts/NeueMachina/NeueMachina-Bold.woff") format("woff"), url("../fonts/NeueMachina/NeueMachina-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Neue Machina";
  src: url("../fonts/NeueMachina/NeueMachina-Medium.eot");
  src: local("Neue Machina Medium"), local("NeueMachina-Medium"), url("../fonts/NeueMachina/NeueMachina-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueMachina/NeueMachina-Medium.woff2") format("woff2"), url("../fonts/NeueMachina/NeueMachina-Medium.woff") format("woff"), url("../fonts/NeueMachina/NeueMachina-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Neue Machina";
  src: url("../fonts/NeueMachina/NeueMachina-Ultrabold.eot");
  src: local("Neue Machina Ultrabold"), local("NeueMachina-Ultrabold"), url("../fonts/NeueMachina/NeueMachina-Ultrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueMachina/NeueMachina-Ultrabold.woff2") format("woff2"), url("../fonts/NeueMachina/NeueMachina-Ultrabold.woff") format("woff"), url("../fonts/NeueMachina/NeueMachina-Ultrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
body {
  background: #111310;
  font-family: "Neue Machina";
  font-size: 17px;
  line-height: 1;
  scroll-behavior: smooth;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.wrapper.hidden {
  overflow: hidden;
}
.wrapper.home-wrapper {
  overflow: hidden;
}
@media (max-width: 1209px) and (min-width: 991px) {
  .wrapper.home-wrapper {
    overflow: auto;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.roulette-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 15px;
  text-transform: none;
}
@media (max-width: 1209px) {
  .roulette-title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .roulette-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.subtitle {
  color: #B0B0B0;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .subtitle {
    margin-bottom: 40px;
    font-size: 13px;
  }
}

textarea.form-control,
input.form-control {
  background-color: transparent;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.4;
  color: #fff;
  height: auto;
  padding: 18px 20px;
  transition: 0.3s ease, background-position 0s;
  border: 1px solid #78787C;
}
@media (max-width: 991px) {
  textarea.form-control,
  input.form-control {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  textarea.form-control,
  input.form-control {
    padding: 14px 20px;
    font-size: 16px;
    border-radius: 4px;
  }
}
textarea.form-control:focus, textarea.form-control:hover,
input.form-control:focus,
input.form-control:hover {
  border-color: #89E7D1;
  color: #fff;
  background-color: transparent;
}

.form-group {
  position: relative;
}
.form-group__error {
  display: none;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.3333333333;
}
.form-group.valid .valid-input {
  opacity: 1;
}
.form-group .form-control:focus ~ .form-actions .remove-input {
  opacity: 1;
  pointer-events: auto;
}
.form-group .form-control:focus ~ .form-actions .valid-input {
  opacity: 0;
  transition: 0s;
}

.form-actions {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: none;
}

input::-moz-placeholder, textarea::-moz-placeholder, .form-control::-moz-placeholder {
  font-weight: 400;
  color: #78787C;
  opacity: 1;
  font-family: "Neue Machina";
}

input::placeholder,
textarea::placeholder,
.form-control::placeholder {
  font-weight: 400;
  color: #78787C;
  opacity: 1;
  font-family: "Neue Machina";
}

label {
  font-family: "Neue Machina";
}

input:focus,
textarea:focus {
  box-shadow: none !important;
  outline: none;
}

.textarea {
  transition: all 0.3s ease, height 0s !important;
}
.textarea:focus ~ .form-actions {
  transform: translate(0);
  top: 1.25em;
}

input,
textarea {
  font-family: "Neue Machina";
}

textarea {
  resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

button,
.btn {
  transition: 0.3s ease;
  border-radius: 5px;
  padding: 0;
  border: 0;
  font-size: 14px;
  line-height: 1.49;
  font-weight: 400;
  text-align: center;
  background: transparent;
  font-family: "Neue Machina";
}
button:disabled,
.btn:disabled {
  opacity: 0.5;
}
button:active,
.btn:active {
  opacity: 1;
  background-color: inherit !important;
}
button:focus,
.btn:focus {
  box-shadow: none !important;
  outline: none;
}
button__trans,
.btn__trans {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-size: 18px;
  line-height: 1.5;
  color: #fff !important;
  font-weight: 200;
  border-radius: 100px;
  /* border: 0.75px solid #fff; */
  border: 0.75px solid #555555 !important;
  transition: all 0.3s ease, font-weight 0s, column-gap 0s;
  transition: all 0.3s ease, font-weight 0s, column-gap 0s, -moz-column-gap 0s;
  padding: 16px 64px 14px 24px;
  position: relative;
  user-select: none;
}
.btn__trans:active {
  background: transparent !important;
  border: 0.75px solid #555555 !important;
  color: #fff !important;
}
.btn__trans:hover:active svg {
  fill: #111310 !important;
}
@media (max-width: 991px) {
  button__trans,
  .btn__trans {
    font-size: 16px;
    padding: 14px 54px 12px 24px;
  }
}
@media (max-width: 767px) {
  button__trans,
  .btn__trans {
    padding: 12px 54px 10px 20px;
  }
}
@media (max-width: 575px) {
  button__trans,
  .btn__trans {
    font-size: calc(14px + 13.6 * (100vw - 320px) / 280);
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 12px 54px 10px 18px;
    /* padding: 4% 14% 4% 6%; */
    transition: 0s !important;
    border: 0.75px solid #555555;
  }
}
button__trans svg,
.btn__trans svg{
  fill: #fff;
  width: 28px;
  height: 21px;
  transition: 0.3s ease;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  button__trans svg,
  .btn__trans svg {
    width: 20px;
    height: 15px;
  }
}
@media (max-width: 575px) {
  button__trans svg,
  .btn__trans svg  {
    width: calc(18px + 10.2 * (100vw - 320px) / 280);
    height: calc(14px + 10.2 * (100vw - 320px) / 280);
    right: 18px;
  }
}
button__trans:active, button__trans:hover,
.btn__trans:hover {
  background: #fff !important;
  color: #111310 !important;
  border: 0.75px solid #fff !important;
  transition: all 0.3s ease, font-weight 0s, column-gap 0s;
  transition: all 0.3s ease, font-weight 0s, column-gap 0s, -moz-column-gap 0s;
  opacity: 1 !important;
}
button__trans:active svg, button__trans:hover svg,
.btn__trans:hover svg {
  fill: #111310;
}
.btn__trans:active svg {
  fill: #fff !important
}
button__main,
.btn__main {
  background: #89E7D1;
  color: #111310;
}
button__main:hover, button__main:active,
.btn__main:hover,
.btn__main:active {
  background: #89E7D1 !important;
  color: #111310 !important;
}
button__main:disabled,
.btn__main:disabled {
  opacity: 0.5;
  background: #89E7D1 !important;
  color: #111310 !important;
}
button__gray,
.btn__gray {
  background: rgba(64, 64, 64, 0.3);
  color: #fff;
}
button__gray:hover, button__gray:active,
.btn__gray:hover,
.btn__gray:active {
  background: rgb(64, 64, 64) !important;
  color: #fff !important;
}
button__gray:disabled,
.btn__gray:disabled {
  opacity: 0.5;
  background: rgb(64, 64, 64) !important;
  color: #fff !important;
}

button:focus {
  box-shadow: none !important;
  outline: none;
}

a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}
a:hover {
  color: #89E7D1;
}

._container {
  width: 100%;
  padding: 0 20px;
  max-width: 1210px;
  margin: 0 auto;
}
@media (max-width: 1209px) {
  ._container {
    max-width: 1200px;
  }
}
@media (max-width: 1199px) {
  ._container {
    max-width: 992px;
  }
}
@media (max-width: 991px) {
  ._container {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  ._container {
    max-width: 576px;
  }
}
@media (max-width: 575px) {
  ._container {
    max-width: 100%;
  }
}

.select {
  position: relative;
}
.select__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.select__btn span {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .select__btn span {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .select__btn span {
    font-size: 16px;
  }
}
.select__btn svg {
  transition: 0.3s ease-in-out;
  width: 10px;
  height: 6px;
  flex: 0 0 10px;
}
.select__btn.active svg {
  transform: rotate(180deg);
}
.select__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  z-index: 10;
}
.select__item {
  transition: 0.35s ease;
  cursor: pointer;
}
.select.active {
  pointer-events: none;
}

.modal .modal-close {
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 20px;
}
.modal .modal-close svg {
  width: 20px;
  height: 20px;
  fill: #5B5B5B;
  transition: 0.3s ease-in-out;
}
.modal .modal-close:hover svg {
  fill: #fff;
}


.quiz-modal__btn {
  padding: 11px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .quiz-modal__btn {
    padding: 10px 20px;
  }
}
@media (max-width: 575px) {
  .quiz-modal__btn {
    width: calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
  }
}
.quiz-modal__prev {
  background: rgba(64, 64, 64, 0.3);
  color: #fff;
}
.quiz-modal__prev:hover, .quiz-modal__prev:active {
  background: rgba(64, 64, 64, 0.3) !important;
  color: #fff !important;
}
@media (min-width: 1199px) {
  .quiz-modal__prev:hover, .quiz-modal__prev:active {
    background: rgb(64, 64, 64) !important;
    color: #fff !important;
  }
}
.quiz-modal__prev.hide {
  opacity: 0;
  pointer-events: none;
}
.quiz-modal__next {
  background: #89E7D1;
  color: #111310;
  font-weight: 400;
}
.quiz-modal__next:hover, .quiz-modal__next:active {
  background: #89E7D1 !important;
  color: #111310 !important;
}
@media (min-width: 1199px) {
  .quiz-modal__next:hover, .quiz-modal__next:active {
    background: #89E7D1 !important;
    color: #111310 !important;
    opacity: 0.75;
  }
}
.quiz-modal__next:disabled {
  background: #89E7D1 !important;
  color: #111310 !important;
  opacity: 1 !important;
}

#success .quiz-final,
#quiz-roulette .quiz-final {
  display: flex;
}

.quiz-final__success {
  width: 100%;
}
.quiz-final__success h4 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
}
.quiz-final__icon {
  margin: 0 auto 30px;
  width: 160px;
  height: 160px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #fff;
  font-size: 32px;
  line-height: 1.1;
  text-align: center;
  background: rgb(85, 22, 130);
}
.quiz-final__icon.small-text {
  font-size: 18px;
}

.quiz-final__submit {
  margin-top: 5px;
  background: #89E7D1;
  color: #111310;
  padding: 14px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  width: 100%;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .quiz-final__submit {
    padding: 16px;
    line-height: 1.2;
  }
}
.quiz-final__submit:active, .quiz-final__submit:hover {
  background: #89E7D1 !important;
  color: #111310 !important;
  opacity: 0.75;
}

.modal-menu {
  display: none;
}
@media (max-width: 1209px) {
  .modal-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.76);
    z-index: 1000;
    transition: 0.4s ease-in-out;
    transition-delay: 0.4s;
    opacity: 0;
    visibility: hidden;
  }
  .modal-menu.show {
    opacity: 1;
    visibility: visible;
    transition: 0.4s ease-in-out;
  }
  .modal-menu__dialog {
    height: 100%;
    margin: 0 0 0 auto;
    max-width: 320px;
    background: #111310;
    position: relative;
    padding: 50px 30px 0;
    transition: 0.4s ease-in-out;
    transform: translateX(100%);
  }
  .modal-menu.show .modal-menu__dialog {
    transform: translateX(0);
    transition: 0.4s ease-in-out;
    transition-delay: 0.4s;
  }
  .modal-menu__close {
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: 20px;
  }
  .modal-menu__close svg {
    width: 20px;
    height: 20px;
    fill: #5B5B5B;
    transition: 0.3s ease-in-out;
  }
  .modal-menu__close:hover svg {
    fill: #fff;
  }
  .modal-menu__content {
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .modal-menu__menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .modal-menu__menu li {
    font-size: 20px;
    line-height: 1;
  }
  .modal-menu__menu li.has-child {
    position: relative;
  }
  .modal-menu__menu li.has-child a {
    display: inline-flex;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    color: #89E7D1;
  }
  .modal-menu__menu li.has-child a svg {
    width: 15px;
    height: 8px;
    fill: #89E7D1;
    position: relative;
    transition: 0.3s ease-in-out;
  }
  .modal-menu__menu li.has-child .sub-menu {
    list-style: none;
    padding-left: 1.25em;
    margin-bottom: 0;
    padding-top: 20px;
    display: none;
  }
  .modal-menu__menu li.has-child .sub-menu li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1;
  }
  .modal-menu__menu li.has-child .sub-menu li a {
    font-size: 1em;
    color: #fff;
  }
  .modal-menu__menu li.has-child .sub-menu li:last-child {
    margin-bottom: 0;
  }
  .modal-menu__menu li.has-child.active svg {
    transform: rotate(180deg);
  }
  .modal-menu__menu li.has-child.lang a {
    color: #fff;
  }
  .modal-menu__menu li.has-child.lang a svg {
    fill: #fff;
  }
  .modal-menu__menu li a {
    font-size: 1em;
    color: #fff;
  }
  .modal-menu__actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .modal-menu__actions .btn {
    padding: 12px 20px;
  }
}

.main {
  flex-grow: 1;
  position: relative;
  margin-top: -157px;
}
@media (max-width: 992px) {
  .main {
    margin-top: -110px;
  }
}
/* 
.header {
  z-index: 101;
  position: sticky;
  top: 0;
  transition: 0.4s ease-in-out;
}
.header._scrolling {
  background: rgba(17, 19, 16, 0.7);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
}
.header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 0;
}
.header__logo {
  display: flex;
}
.header__logo a {
  display: flex;
  height: 36px;
}
.header__logo a img {
  height: 100%;
}
@media (max-width: 1209px) {
  .header__nav {
    display: none;
  }
}
.header__menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.header__menu li {
  font-size: 14px;
  line-height: 1;
}
.header__menu li.has-child {
  position: relative;
}
.header__menu li.has-child a {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #89E7D1;
}
.header__menu li.has-child a svg {
  width: 15px;
  height: 8px;
  fill: #89E7D1;
  position: relative;
  transition: 0.3s ease-in-out;
}
.header__menu li.has-child .sub-menu {
  position: absolute;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 15px;
  display: none;
}
.header__menu li.has-child .sub-menu li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
}
.header__menu li.has-child .sub-menu li a {
  font-size: 1em;
  color: #fff;
}
.header__menu li.has-child .sub-menu li:last-child {
  margin-bottom: 0;
}
.header__menu li.has-child.active svg {
  transform: rotate(180deg);
}
.header__menu li.has-child.lang a {
  color: #fff;
}
.header__menu li.has-child.lang a svg {
  fill: #fff;
}
.header__menu li a {
  font-size: 1em;
  color: #fff;
}
.header__actions {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media (max-width: 1209px) {
  .header__actions {
    display: none;
  }
}
.header__actions .btn {
  padding: 12px 20px;
}

.bars {
  display: none;
}
@media (max-width: 1209px) {
  .bars {
    display: block;
    gap: 10px;
    width: 34px;
    height: 34px;
    position: relative;
  }
}
@media (max-width: 1209px) and (max-width: 575px) {
  .bars {
    width: 28px;
    height: 28px;
    gap: 8px;
  }
}
@media (max-width: 1209px) {
  .bars span {
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    top: 9px;
  }
}
@media (max-width: 1209px) and (max-width: 575px) {
  .bars span {
    top: 7px;
  }
}
@media (max-width: 1209px) {
  .bars span:nth-child(1) {
    left: 0;
  }
}
@media (max-width: 1209px) {
  .bars span:nth-child(2) {
    top: 20px;
    width: 70%;
    left: 30%;
  }
}
@media (max-width: 1209px) and (max-width: 575px) {
  .bars span:nth-child(2) {
    width: 20px;
    top: 17px;
    left: 8px;
  }
}
@media (max-width: 1209px) {
  .bars.active span {
    top: 50%;
    left: 50%;
    width: 26px;
    background: #FF0844;
  }
}
@media (max-width: 1209px) and (max-width: 575px) {
  .bars.active span {
    width: 24px;
  }
}
@media (max-width: 1209px) {
  .bars.active span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@media (max-width: 1209px) {
  .bars.active span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
} */


.header {
  z-index: 101;
  position: sticky;
  top: 0;
}
.header.header-world {
  transition: 0.4s ease-in-out;
}
.header.header-world .header__nav {
  -moz-column-gap: 70px;
       column-gap: 70px;
}
@media (max-width: 1199px) {
  .header.header-world .header__nav {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
@media (max-width: 575px) {
  .header.header-world .header__nav {
    -moz-column-gap: 23px;
         column-gap: 23px;
  }
}
.header.header-world .header__body {
  transition: 0.4s ease-in-out;
}
.header.header-world._scrolling {
  background: rgba(12, 12, 12, 0.7);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
}
.header.header-world._scrolling .header__body {
  padding: 20px 0;
}
@media (max-width: 991px) {
  .header.header-world._scrolling .header__body {
    padding: 15px 0;
  }
}
.header.header-media {
  transition: 0.4s ease-in-out;
}
.header.header-media .header__body {
  align-items: center;
  padding: 50px 0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .header.header-media .header__body {
    padding: 30px 0;
  }
}
.header.header-media._scrolling {
  background: rgba(12, 12, 12, 0.7);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
}
.header.header-media._scrolling .header__body {
  padding: 20px 0;
}
@media (max-width: 991px) {
  .header.header-media._scrolling .header__body {
    padding: 15px 0;
  }
}
@media (max-width: 575px) {
  .header.header-media._scrolling .header__body {
    padding: 10px 0;
  }
}
.header.header-media .header__logo {
  height: 46px;
}
@media (max-width: 575px) {
  .header.header-media .header__logo {
    height: 39px;
  }
}
.header.header-media .header__nav {
  -moz-column-gap: 35px;
       column-gap: 35px;
}
@media (max-width: 1199px) {
  .header.header-media .header__nav {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
@media (max-width: 991px) {
  .header.header-media .header__nav {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
@media (max-width: 575px) {
  .header.header-media .header__nav {
    -moz-column-gap: 23px;
         column-gap: 23px;
  }
}
.header__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (max-width: 1199px) {
  .header__body {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .header__body {
    padding: 30px 0;
  }
}
.header__logo {
  display: flex;
  height: 61px;
}
@media (max-width: 991px) {
  .header__logo {
    height: 45px;
  }
}
@media (max-width: 575px) {
  .header__logo {
    height: 39px;
  }
}
.header__logo a {
  display: flex;
}
.header__logo a img {
  height: 100%;
}
.header__nav {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.header__logo._vau a {
  max-width: 135px;
}
@media (max-width: 575px) {
  .header__nav {
    -moz-column-gap: 23px;
         column-gap: 23px;
  }
  .header__logo._vau a {
    max-width: 114px;
  }
}
.header__menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (max-width: 1199px) {
  .header__menu {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
@media (max-width: 991px) {
  .header__menu {
    display: none;
  }
}
.header__menu li {
  position: relative;
}
.header__menu li a {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .header__menu li a {
    font-size: 14px;
  }
}
.header__menu li a:hover {
  color: #89E7D1;
}
.header__menu li.has-child a {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #89E7D1;
}
.header__menu li.has-child a svg {
  width: 13px;
  height: 8px;
  fill: #89E7D1;
  position: relative;
  transition: 0.3s ease-in-out;
}
.header__menu li.has-child.active svg {
  transform: rotate(180deg);
}

.header__lang .select__btn {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
.header__lang .select__btn span {
  background: linear-gradient(167.35deg, #A18CD1 -14.08%, #FBC2EB 156.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  top: 1px;
}
.header__lang .select__btn svg {
  width: 13px;
  flex: 0 0 13px;
  height: 8px;
  fill: #fff;
  position: relative;
  transition: 0.3s ease-in-out;
}
.header__lang .select__btn.active svg {
  transform: rotate(180deg);
}
.header__lang .select__list {
  padding-top: 15px;
}
.header__lang .select__item {
  margin-bottom: 10px;
}
.header__lang .select__item a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.header__lang .select__item a:hover {
  color: #89E7D1;
}
.header__lang .select__item.active a {
  background: linear-gradient(167.35deg, #A18CD1 -14.08%, #FBC2EB 156.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.header__btn {
  padding: 14px 54px 12px 20px;
}
.header__btn svg {
  right: 20px;
}
@media (max-width: 1199px) {
  .header__btn {
    padding: 12px 46px 12px 18px;
    font-size: 16px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .header__btn svg {
    width: 20px;
    height: 15px;
    right: 18px;
  }
}
@media (max-width: 991px) {
  .header__btn {
    display: none;
  }
}

.bars {
  display: none;
}
@media (max-width: 991px) {
  .bars {
    display: block;
    gap: 10px;
    /* width: 34px;
    height: 34px; */
    width: 13vw;
    height: 13vw;
    position: relative;
    max-width: 50px;
    max-height: 50px;
  }
}
@media (max-width: 991px) {
  .bars span {
    position: absolute;
    display: block;
    /* height: 2px; */
    height: 2.5px;
    width: 100%;
    background: #fff;
    /* top: 9px; */
    top: 27%;
  }
}
@media (max-width: 991px) {
  .bars span:nth-child(1) {
    left: 0;
  }
}
@media (max-width: 991px) {
  .bars span:nth-child(2) {
    /* top: 20px; */
    top: calc(64% - 2px);
    width: 70%;
    left: 30%;
  }
}
@media (max-width: 991px) {
  .bars.active span {
    top: 50%;
    left: 50%;
    /* width: 26px; */
    width: 70%;
    background: #FF0844;
  }
}
@media (max-width: 991px) {
  .bars.active span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@media (max-width: 991px) {
  .bars.active span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.sections-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding-top: 154px;
  background: rgba(0,0,0,1);
  transform: translateY(-100%);
  transition: all 0.4s 0.4s ease-in-out, opacity 0.4s 0.8s ease-in-out;
  background-image: url(../../img/menu-bg.svg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  /* background-size: 100%; */
  background-size: cover;
}
@media (max-width: 991px) {
  .sections-nav {
    transform: translateX(100%);
    padding-top: 105px;
  }
}
@media (max-width: 575px) {
  .sections-nav {
    padding-top: 105px;
    background-image: url(../../img/menu-bg-mob.svg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 40px;
    background-size: 100%;
  }
}
.sections-nav._scrolling {
  padding-top: 95px;
}
@media (max-width: 991px) {
  .sections-nav._scrolling {
    padding-top: 76px;
  }
}
@media (max-width: 575px) {
  .sections-nav._scrolling {
    padding-top: 69px;
  }
}
.sections-nav.show {
  transform: translateY(0);
  transition: all 0.4s ease-in-out, opacity 0s ease-in-out;
}
/* .sections-nav.show .sections-nav__body:before {
  width: 100vw;
  transition: width 0.4s 0.4s ease-in-out;
} */
.sections-nav.show .sections-nav__body ul {
  opacity: 1;
  transition: opacity 0.4s 0.4s ease-in-out;
}
.sections-nav.show .sections-nav__body .btn {
  opacity: 1;
  transition: opacity 0.4s 0.4s ease-in-out;
}
/* .sections-nav.show .sections-nav__circle {
  transform: scale(1);
}
.sections-nav.show .sections-nav__circle:nth-child(1) {
  transition-delay: 0.2s;
}
.sections-nav.show .sections-nav__circle:nth-child(2) {
  transition-delay: 0.6s;
}
.sections-nav.show .sections-nav__circle:nth-child(3) {
  transition-delay: 0.4s;
} */
.sections-nav__body {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.sections-nav__body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100vw;
  /* transition: width 0.4s ease-in-out; */
  background: #797979;
}
@media (max-width: 575px) {
  .sections-nav__body:before {
    display: none;
  }
}
.sections-nav__content {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-height: 720px) and (min-width: 1200px) {
  .sections-nav__content {
    overflow-y: auto;
    overflow-x: hidden;
    align-items: flex-start;
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .sections-nav__content {
    overflow-y: auto;
    overflow-x: hidden;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .sections-nav__content {
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .sections-nav__content {
    padding-top: 20px;
  }
}
.sections-nav__circle {
  border-radius: 50%;
  position: absolute;
  display: block;
  /* transition: transform 0.4s ease-in-out; */
  /* transform: scale(0); */
}
.sections-nav__circle:nth-child(1) {
  background: rgba(85, 22, 130, 0.29);
  filter: blur(71.5px);
  width: 634px;
  height: 634px;
  top: 11px;
  left: -207px;
}
@media (max-width: 575px) {
  .sections-nav__circle:nth-child(1) {
    display: none;
  }
}
.sections-nav__circle:nth-child(2) {
  background: rgba(255, 50, 89, 0.17);
  filter: blur(84.5px);
  width: 564px;
  height: 564px;
  top: -6px;
  right: 183px;
}
@media (max-width: 575px) {
  .sections-nav__circle:nth-child(2) {
    display: none;
  }
}
.sections-nav__circle:nth-child(3) {
  left: 30%;
  bottom: 8px;
  background: rgba(30, 6, 187, 0.66);
  filter: blur(111.5px);
  width: 322px;
  height: 322px;
}
@media (max-width: 575px) {
  .sections-nav__circle:nth-child(3) {
    display: none;
  }
}
.sections-nav__row {
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .sections-nav__row {
    margin-bottom: 80px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .sections-nav__row {
    margin-bottom: 60px;
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .sections-nav__row {
    flex-direction: column-reverse;
    gap: 40px;
    margin-bottom: 40px;
  }
}
.sections-nav__row ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-height: 720px) {
  .sections-nav__row ul {
    /* gap: 40px; */
  }
}
@media (max-width: 1199px) {
  .sections-nav__row ul {
    gap: 40px;
  }
}
.sections-nav__row ul:first-child li:last-child {
  display: none;
}
@media (max-width: 575px) {
  .sections-nav__row ul {
    flex: 0 0 100%;
    width: 100%;
  }
  .sections-nav__row ul:first-child {
    gap: 18px;
  }
  .sections-nav__row ul:first-child li:last-child {
    display: block;
  }
  .sections-nav__row ul:first-child li a {
    font-size: calc(22px + 10.2 * (100vw - 320px) / 280);
    font-weight: 200;
  }
  .sections-nav__row ul:last-child {
    gap: 18px;
  }
  .sections-nav__row ul:last-child li a {
    font-size: calc(32px + 20.4 * (100vw - 320px) / 280);
    font-weight: 200;
  }
}
.sections-nav__row ul li a {
  color: #fff;
  font-size: 56px;
}
@media (max-width: 1199px) {
  .sections-nav__row ul li a {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .sections-nav__row ul li a {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .sections-nav__row ul li a {
    font-size: 28px;
  }
}
.sections-nav__row ul li a:hover {
  color: #89E7D1;
}
.sections-nav__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  /* margin-top: 20px; */
}
@media (max-width: 991px) {
  .sections-nav__footer {
    display: none;
  }
}
.sections-nav__copyright {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #7A7A7A;
}
.sections-nav__actions {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.sections-nav__actions li, .sections-nav__actions li a {
  font-size: 15px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.sections-nav__actions li:hover, .sections-nav__actions li a:hover {
  color: #89E7D1;
  border-color: #89E7D1 !important;
}
.sections-nav__actions li:not(:last-child) {
  position: relative;
  padding-right: 30px;
}
.sections-nav__actions li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 33px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #fff;
}
.sections-nav__actions li:last-child a {
  border-bottom: 0.75px solid #fff;
}
.sections-nav__socials {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.sections-nav__socials li, .sections-nav__socials li a {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
.sections-nav__socials li:hover, .sections-nav__socials li a:hover {
  color: #89E7D1;
}
.sections-nav__btn {
  display: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .sections-nav__btn {
    display: flex;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
}
@media (max-width: 575px) {
  .sections-nav__btn {
    margin-left: auto;
    margin-right: auto;
    font-size: calc(16px + 8.5 * (100vw - 320px) / 280);
  }
  .sections-nav__btn svg {
    width: 28px;
    height: 21px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

.canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120% !important;
}

.preview {
  overflow: hidden;
  position: relative;
  padding-bottom: 200px;
  /* padding-top: 153px; */
  padding-top: 270px;
  margin-top: -83px;
}
@media (max-width: 1209px) {
  .preview {
    margin-top: -74px;
    /* padding-top: 124px; */
    padding-bottom: 120px;
  }
}
@media (max-width: 992px) {
  .preview {
    padding-top: 110px;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .preview {
    padding-top: 114px;
    padding-bottom: 70px;
  }
}
.preview:after {
  content: "";
  position: absolute;
  width: 2409px;
  height: 2409px;
  background-image: url(../img/main.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: -1380px;
  right: -1260px;
}
@media (max-width: 1209px) {
  .preview:after {
    width: 1400px;
    height: 1400px;
    top: -800px;
    right: -700px;
  }
}
@media (max-width: 767px) {
  .preview:after {
    width: 1000px;
    height: 1000px;
    top: -600px;
    right: -500px;
  }
}
@media (max-width: 575px) {
  .preview:after {
    width: 800px;
    height: 800px;
    top: -500px;
    right: -400px;
  }
}
.preview ._container {
  position: relative;
  z-index: 1;
}
.preview__title {
  color: #fff;
  font-size: 82px;
  max-width: 1000px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 70px;
}
@media (max-width: 1209px) {
  .preview__title {
    font-size: 64px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .preview__title {
    font-size: 48px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .preview__title {
    font-size: 36px;
  }
}
.preview__title span {
  color: #89E7D1;
}
.preview__desc {
  margin-bottom: 60px;
  color: #B0B0B0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  max-width: 505px;
}
@media (max-width: 1209px) {
  .preview__desc {
    font-size: 20px;
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .preview__desc {
    font-size: 18px;
    max-width: 420px;
  }
}
@media (max-width: 575px) {
  .preview__desc {
    font-size: 14px;
    max-width: 280px;
    margin-bottom: 30px;
  }
}
.preview__btn {
  width: 50px;
  height: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .preview__btn {
    width: 40px;
    height: 40px;
  }
}
.preview__btn svg {
  position: relative;
  top: auto;
  right: auto;
  transform: rotate(90deg);
}

.sfere {
  padding-bottom: 150px;
}
@media (max-width: 1209px) {
  .sfere {
    padding-bottom: 90px;
  }
}
@media (max-width: 575px) {
  .sfere {
    padding-bottom: 70px;
  }
}
.sfere__row {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.sfere__col {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .sfere__col {
    flex: 0 0 100%;
    width: 100%;
  }
}
.sfere__inner {
  min-height: 170px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(17, 19, 16, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1209px) {
  .sfere__inner {
    min-height: 150px;
  }
}
@media (max-width: 767px) {
  .sfere__inner {
    min-height: 80px;
    padding: 15px;
  }
}
.sfere__inner span {
  position: absolute;
  font-size: 244px;
  line-height: 1.2;
  top: -70px;
  left: -19px;
  color: #111310 !important;
  text-shadow: 1px 0 1px #494949, 0 1px 1px #494949, -1px 0 1px #494949, 0 -1px 1px #494949;
}
@media (max-width: 1209px) {
  .sfere__inner span {
    font-size: 225px;
  }
}
@media (max-width: 767px) {
  .sfere__inner span {
    font-size: 104px;
    top: -24px;
    left: 4px;
  }
}
.sfere__inner h4 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 1209px) {
  .sfere__inner h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sfere__inner h4 {
    font-size: 16px;
  }
}
.sfere__inner:hover,
.sfere__inner.active {
  border-color: #89E7D1;
}

.cards {
  overflow: hidden;
  padding-bottom: 168px;
  pointer-events: none;
}
.cards.active {
  pointer-events: auto;
}
@media (max-width: 1209px) {
  .cards {
    padding-bottom: 90px;
  }
}
@media (max-width: 575px) {
  .cards {
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .cards__slider {
    max-width: 250px;
    margin: 0 auto;
  }
}
.cards__slider .swiper-slide:last-child .cards-item__front, .cards__slider .swiper-slide:last-child .cards-item__back {
  background: linear-gradient(151.25deg, rgba(222, 215, 49, 0.27) 0.98%, rgba(171, 166, 34, 0) 135.77%);
}
.cards__slider .swiper-pagination {
  display: none;
}
@media (max-width: 991px) {
  .cards__slider .swiper-pagination {
    display: block;
    left: 0;
    position: relative;
    bottom: 0;
    width: 160px;
    margin: 30px auto 0;
    height: 3px;
    z-index: 0;
    background: #5A5A5A;
    border-radius: 10px;
  }
  .cards__slider .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #89E7D1;
    border-radius: 10px;
  }
}
.cards__item {
  perspective: 1000px;
}

.cards-item {
  border-radius: 10px;
  padding: 40px 30px 30px;
}
@media (max-width: 1209px) {
  .cards-item {
    padding: 30px 20px 20px;
  }
}
@media (max-width: 575px) {
  .cards-item {
    padding: 25px 20px 30px;
  }
}
.cards__item:hover .cards-item__inner {
  transform: rotateY(180deg);
}
.cards-item__inner {
  transition: transform 0.8s;
  transform-style: preserve-3d;
  position: relative;
  cursor: pointer;
}
.cards-item__inner.active {
  transform: rotateY(180deg);
}
.cards-item__inner.active .cards-item__front {
  pointer-events: none;
}
.cards-item__front {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(17, 19, 16, 0.6);
  padding: 30px;
}
@media (max-width: 1209px) {
  .cards-item__front {
    padding: 20px;
  }
}
.cards-item__front img {
  max-width: 100%;
}
.cards-item__back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 19, 16, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cards-item__title {
  text-align: center;
  margin-bottom: 24px;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
}
@media (max-width: 1209px) {
  .cards-item__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cards-item__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cards-item__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.cards-item__list {
  padding-left: 1em;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  margin-right: -20px;
  gap: 15px;
}
@media (max-width: 1209px) {
  .cards-item__list {
    gap: 15px;
  }
}
.cards-item__list li {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}
.cards-item__list li span {
  color: #89E7D1;
}
.cards-item__btn {
  padding: 12px;
  width: 100%;
}

.roulette {
  padding-bottom: 90px;
}
@media (max-width: 1209px) {
  .roulette {
    padding-bottom: 60px;
  }
}
.roulette__actions {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .roulette__actions {
    flex-direction: column;
    gap: 10px;
  }
}
.roulette__actions .btn {
  padding: 11px 20px;
}
@media (max-width: 575px) {
  .roulette__actions .btn {
    width: 100%;
  }
}
.roulette__random {
  padding: 20px;
  background: rgba(38, 38, 38, 0.56);
  border-radius: 20px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .roulette__random {
    padding: 10px;
    margin-bottom: 30px;
  }
}
.roulette__result {
  position: absolute;
  border: 2px solid #89E7D1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  width: 180px;
  height: 180px;
  z-index: 1;
}
@media (max-width: 767px) {
  .roulette__result {
    width: 110px;
    height: 110px;
    border: 1px solid #89E7D1;
  }
}
.roulette__results {
  overflow: hidden;
  padding: 20px 0;
  background: rgba(17, 19, 16, 0.6);
  border-radius: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .roulette__results {
    padding: 15px 0;
  }
}
.roulette__results:before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(50% - 90px);
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(17, 19, 16, 0.6) 0%, rgba(17, 19, 16, 0) 100%);
  z-index: 1;
}
@media (max-width: 767px) {
  .roulette__results:before {
    width: calc(50% - 40px);
  }
}
.roulette__results:after {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(50% - 90px);
  top: 0;
  right: 0;
  background: linear-gradient(-90deg, rgba(17, 19, 16, 0.6) 0%, rgba(17, 19, 16, 0) 100%);
  z-index: 1;
}
@media (max-width: 767px) {
  .roulette__results:after {
    width: calc(50% - 40px);
  }
}
.roulette__cards {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  transition: 5s ease;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: -55px;
}
@media (max-width: 1209px) {
  .roulette__cards {
    margin-left: -61px;
  }
}
@media (max-width: 1199px) {
  .roulette__cards {
    margin-left: -164px;
  }
}
@media (max-width: 991px) {
  .roulette__cards {
    margin-left: -276px;
  }
}
@media (max-width: 767px) {
  .roulette__cards {
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin-left: -23%;
  }
}
@media (max-width: 575px) {
  .roulette__cards {
    margin-left: calc(-70% + 1px);
  }
}
.roulette__elem {
  flex: 0 0 160px;
  width: 160px;
  height: 160px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #fff;
  font-size: 32px;
  line-height: 1.1;
  text-align: center;
}
.roulette__elem:nth-child(4n) {
  background: rgba(30, 6, 187, 0.76);
}
.roulette__elem:nth-child(4n+1) {
  background: rgb(85, 22, 130);
}
.roulette__elem:nth-child(4n+2) {
  background: #1E06BB;
}
.roulette__elem:nth-child(4n+3) {
  background: rgb(255, 50, 89);
}
.roulette__elem svg {
  fill: #fff;
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .roulette__elem svg {
    width: 30px;
    height: 30px;
  }
}
.roulette__elem.small-text {
  font-size: 18px;
}
@media (max-width: 767px) {
  .roulette__elem.small-text {
    font-size: 12px;
    padding: 3px;
  }
}
@media (max-width: 767px) {
  .roulette__elem {
    flex: 0 0 94px;
    width: 94px;
    height: 94px;
    border-radius: 5px;
    font-size: 16px;
  }
}

#roulette-take {
  flex-grow: 1;
}

.roulette-reset {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (max-width: 575px) {
  .roulette-reset {
    width: 100%;
  }
}
.roulette-reset p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: center;
  color: #B0B0B0;
}


.header__lang .select__list {
  padding-top: 15px;
}
.header__lang .select__item {
  margin-bottom: 10px;
}
.header__lang .select__item a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
.header__lang .select__item a:hover {
  color: #89E7D1;
}
.header__lang .select__item.active a {
  background: linear-gradient(167.35deg, #A18CD1 -14.08%, #FBC2EB 156.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}


.select {
  position: relative;
}
.select__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.select__btn span {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select__btn svg {
  transition: 0.3s ease-in-out;
  width: 10px;
  height: 6px;
  flex: 0 0 10px;
}
.select__btn.active svg {
  transform: rotate(180deg);
}
.select__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  z-index: 10;
}
.select__item {
  transition: 0.35s ease;
  cursor: pointer;
}
.select.active {
  pointer-events: none;
}