@keyframes map-list-loading-sceleton {
  from {
    background-position-x: 50%;
  }
  to {
    background-position-x: -100%;
  }
}
@keyframes btn-loading-rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
button {
  font-family: 'SF Compact Display';
}
.btn {
  display: inline-block;
  padding: 22px 60px;
  border: none;
  border-radius: 8px;
  outline: none;
  background: linear-gradient(99.21deg, #f5a008 23.52%, #e16b09 93%);
  color: #fff;
  font-weight: 900;
  font-size: 1.25rem;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 15px 50px;
  }
}
@media screen and (max-width: 480px) {
  .btn {
    font-size: 16px;
    padding: 15px 15px;
  }
}
.btn.--outline {
  border: 1px solid transparent;
  background: linear-gradient(#c99f57, #c99f57) padding-box, linear-gradient(99.21deg, #f5a008 23.52%, #e16b09 93%) border-box;
}
.btn.--smaller {
  padding: 7px 28px;
  font-size: 1rem;
}
.btn.--loading {
  position: relative;
  background: linear-gradient(99.21deg, #a9d1d2 23.52%, #93aeec 93%);
  color: transparent;
}
.btn.--loading::after {
  content: '';
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  width: 1.6875rem;
  height: 1.6875rem;
  border: 4px solid #fff;
  border-radius: 50%;
  border-top-color: transparent;
  border-bottom-color: transparent;
  animation: btn-loading-rotate 0.5s infinite;
}
.footer .btn-scroll-up,
.file-input.--btn-icon::file-selector-button,
.header__mob-menu-toggle,
.modal-checkout__product button {
  border: none;
  background: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
:root {
  --color-primary-1: #f5a008;
  --color-primary-2: #e16b09;
}
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  max-width: 100vw;
  overflow-x: hidden;
}
body {
  background: #512904;
  font-size: 16px;
  font-family: 'SF Compact Display', sans-serif;
  color: #fff;
  line-height: 1.4;
}
*,
::after,
::before {
  box-sizing: border-box;
}
*::-webkit-scrollbar {
  width: 10px;
}
*::-webkit-scrollbar-track {
  background-color: #4d4563;
}
*::-webkit-scrollbar-thumb {
  background: #5a2d05 padding-box;
  border-radius: 8px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wrapper > .content {
  flex-grow: 1;
}
a {
  text-decoration: none;
}
.title {
  background: linear-gradient(99.21deg, #f5a008 23.52%, #e16b09 93.02%), #fff;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 28px;
  }
}
.social-link {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .social-link {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.social-link__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #f5a008 23.52%, #e16b09 93.02%), #f5a008;
  margin-right: 12px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.social-link__icon svg {
  width: 100%;
  height: 100%;
  fill: #5a2d05;
}
@font-face {
  font-family: 'SF Compact Display';
  src: url("/assets/fonts/sf-compact-display/sf-compact-display-thin.woff2") format('woff2'), url("/assets/fonts/sf-compact-display/sf-compact-display-thin.woff") format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'SF Compact Display';
  font-weight: 300;
  font-style: normal;
  src: url("/assets/fonts/sf-compact-display/sf-compact-display-light.woff2") format('woff2'), url("/assets/fonts/sf-compact-display/sf-compact-display-light.woff") format('woff');
}
@font-face {
  font-family: 'SF Compact Display';
  font-weight: 400;
  font-style: normal;
  src: url("/assets/fonts/sf-compact-display/sf-compact-display-regular.woff2") format('woff2'), url("/assets/fonts/sf-compact-display/sf-compact-display-regular.woff") format('woff');
}
@font-face {
  font-family: 'SF Compact Display';
  src: url("/assets/fonts/sf-compact-display/sf-compact-display-medium.woff2") format('woff2'), url("/assets/fonts/sf-compact-display/sf-compact-display-medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'SF Compact Display';
  src: url("/assets/fonts/sf-compact-display/sf-compact-display-semibold.woff2") format('woff2'), url("/assets/fonts/sf-compact-display/sf-compact-display-semibold.woff") format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'SF Compact Display';
  src: url("/assets/fonts/sf-compact-display/sf-compact-display-bold.woff2") format('woff2'), url("/assets/fonts/sf-compact-display/sf-compact-display-bold.woff") format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'SF Compact Display';
  src: url("/assets/fonts/sf-compact-display/sf-compact-display-heavy.woff2") format('woff2'), url("/assets/fonts/sf-compact-display/sf-compact-display-heavy.woff") format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'SF Compact Display';
  src: url("/assets/fonts/sf-compact-display/sf-compact-display-black.woff2") format('woff2'), url("/assets/fonts/sf-compact-display/sf-compact-display-black.woff") format('woff');
  font-weight: 900;
  font-style: normal;
}
.footer {
  position: relative;
}
.footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 226px;
  width: 381px;
  transform: translate(-50%, -50.3%);
  background-image: url("/assets/img/car-footer.png");
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .footer::after {
    height: min(226px, 45vw);
    width: min(381px, 66vw);
  }
}
.footer__container {
  background-color: #5a2d05;
}
@media screen and (max-width: 768px) {
  .footer__container {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.4px;
  }
}
.footer__content {
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 170px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer__content {
    padding-top: min(112.322px, 22.365vw);
  }
}
.footer__content .title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer__content .title {
    font-size: 28px;
  }
}
.footer__links {
  margin-bottom: 50px;
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .footer__links {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
.footer__links a {
  color: inherit;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .footer .social-link.--email,
  .footer .social-link.--phone {
    width: 100%;
    justify-content: center;
  }
}
.footer .social-link.--email .social-link__icon,
.footer .social-link.--phone .social-link__icon {
  width: 30px;
  height: 30px;
}
.footer__copyright {
  padding: 24px 0;
  border-top-width: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(to right, transparent, rgba(255,255,255,0.25), transparent) 1;
     border-image: linear-gradient(to right, transparent, rgba(255,255,255,0.25), transparent) 1;
  color: rgba(255,255,255,0.3);
  font-size: 24px;
  font-weight: 200;
}
@media screen and (max-width: 480px) {
  .footer__copyright {
    font-size: 16px;
  }
}
.footer .btn-scroll-up {
  position: absolute;
  bottom: 110px;
  right: 90px;
  height: 88px;
  width: 88px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.2);
}
@media screen and (max-width: 768px) {
  .footer .btn-scroll-up {
    right: 50%;
    bottom: 0;
    transform: translate(50%, 30%);
    -webkit-clip-path: inset(0 0 30% 0);
            clip-path: inset(0 0 30% 0);
    padding-bottom: 17.599999999999994px;
  }
}
.footer .btn-scroll-up svg {
  height: 26.400000000000006px;
  width: 26.400000000000006px;
  position: relative;
  transform: rotate(-90deg);
  fill: #fff;
}
input,
textarea {
  font-family: 'SF Compact Display';
}
input[type=text].form-input,
input[type=email].form-input,
input[type=number].form-input,
input[type=search].form-input,
input[type=tel].form-input,
textarea.form-input,
.file-input {
  padding: 24px 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: #d6c7ad;
  color: #fff;
  line-height: 24px;
  font-size: 20px;
  font-weight: 300;
  outline: none;
}
@media screen and (max-width: 768px) {
  input[type=text].form-input,
  input[type=email].form-input,
  input[type=number].form-input,
  input[type=search].form-input,
  input[type=tel].form-input,
  textarea.form-input,
  .file-input {
    padding: 12px 18px;
  }
}
input[type=text].form-input:focus,
input[type=email].form-input:focus,
input[type=number].form-input:focus,
input[type=search].form-input:focus,
input[type=tel].form-input:focus,
textarea.form-input:focus,
.file-input:focus,
input[type=text].form-input:hover,
input[type=email].form-input:hover,
input[type=number].form-input:hover,
input[type=search].form-input:hover,
input[type=tel].form-input:hover,
textarea.form-input:hover,
.file-input:hover,
input[type=text].form-input:-internal-autofill-selected,
input[type=email].form-input:-internal-autofill-selected,
input[type=number].form-input:-internal-autofill-selected,
input[type=search].form-input:-internal-autofill-selected,
input[type=tel].form-input:-internal-autofill-selected,
textarea.form-input:-internal-autofill-selected,
.file-input:-internal-autofill-selected {
  background-image: linear-gradient(#c99f57, #c99f57), linear-gradient(to right, #f5a008, #e16b09);
  background-origin: border-box;
  -webkit-background-clip: padding, border;
  -moz-background-clip: padding, border;
  background-clip: padding-box, border-box;
}
input[type=text].form-input::-moz-placeholder, input[type=email].form-input::-moz-placeholder, input[type=number].form-input::-moz-placeholder, input[type=search].form-input::-moz-placeholder, input[type=tel].form-input::-moz-placeholder, textarea.form-input::-moz-placeholder, .file-input::-moz-placeholder {
  color: rgba(90,45,5,0.8);
}
input[type=text].form-input::placeholder,
input[type=email].form-input::placeholder,
input[type=number].form-input::placeholder,
input[type=search].form-input::placeholder,
input[type=tel].form-input::placeholder,
textarea.form-input::placeholder,
.file-input::placeholder {
  color: rgba(90,45,5,0.8);
}
input[type=text].form-input[aria-invalid="true"],
input[type=email].form-input[aria-invalid="true"],
input[type=number].form-input[aria-invalid="true"],
input[type=search].form-input[aria-invalid="true"],
input[type=tel].form-input[aria-invalid="true"],
textarea.form-input[aria-invalid="true"],
.file-input[aria-invalid="true"] {
  background-color: #694e4e;
  border-color: #c40303;
  color: #fff;
}
input[type=text].form-input + .error-msg,
input[type=email].form-input + .error-msg,
input[type=number].form-input + .error-msg,
input[type=search].form-input + .error-msg,
input[type=tel].form-input + .error-msg,
textarea.form-input + .error-msg,
.file-input + .error-msg {
  display: none;
}
input[type=radio].form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #936005;
  transition: 0.2s all linear;
  margin: 0 5px 0 0;
}
input[type=radio].form-input:checked {
  border: 6px solid #5a2d05;
  background-color: #f5a008;
}
input[type=radio].form-input + .error-msg {
  display: none;
}
.file-input {
  position: relative;
  padding-left: 92px;
}
.file-input:hover,
.file-input:focus {
  background-image: linear-gradient(#d6c7ad, #d6c7ad), linear-gradient(to right, #f5a008, #e16b09);
  cursor: pointer;
}
.file-input.--btn-icon {
  --file-preview-icon: url("/assets/svg/image-placeholder.svg");
}
.file-input.--btn-icon::file-selector-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0;
  aspect-ratio: 1/1;
  background-color: #5a2d05;
  background-image: var(--file-preview-icon);
  background-size: 40% 40%;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
}
.file-input.--btn-icon.--user-preview::file-selector-button {
  background-size: contain;
  padding: 5px;
  background-origin: content-box;
}
.form-label {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
}
form output {
  display: block;
  padding: 0.5rem 0;
  color: #c40303;
}
form output:empty {
  display: none;
}
.header {
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  -moz-column-gap: 50px;
  column-gap: 50px;
  width: 100%;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .header {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    -moz-column-gap: 20px;
    column-gap: 20px;
    background: linear-gradient(to bottom, rgba(90,45,5,0.5) 90%, transparent);
  }
}
body.modal-open .header {
  display: none;
}
.header a {
  color: inherit;
}
.header__logo {
  margin-right: auto;
  margin-left: -30px;
}
.header__logo img {
  display: block;
  max-height: 120px;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .header__logo {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    position: relative;
    z-index: 2;
    width: 76px;
    margin-left: -15px;
  }
}
.header__nav {
  display: flex;
  -moz-column-gap: 50px;
  column-gap: 50px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav .btn {
  font-size: 1em;
}
@media screen and (min-width: 769px) {
  .header__nav .btn {
    padding: 15px 22px;
  }
}
.header__lang {
  position: relative;
}
.header__lang-label {
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.header__lang-label-arrow {
  height: 1em;
  width: 1em;
  margin-left: 5px;
  transform: rotate(90deg);
  transition: transform 0.1s linear;
  will-change: transform;
  fill: #fff;
}
.header__lang:hover .header__lang-label-arrow {
  transform: rotate(-90deg);
}
.header__lang-variants {
  position: absolute;
  display: none;
  padding: 5px;
  top: 100%;
  right: 0;
  border: 1px solid #fff;
  list-style-type: none;
  margin-top: 5px;
  will-change: display;
}
.header__lang-variants::before {
  content: '';
  position: absolute;
  top: -10px;
  height: 10px;
  width: 100%;
}
.header__lang:hover .header__lang-variants {
  display: block;
}
.header__lang-variants a:hover {
  color: #e16b09;
}
.header__mob-menu-toggle {
  position: relative;
  display: none;
  width: 32px;
  height: 4px;
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  outline: none;
  background-color: #fff;
}
.header__mob-menu-toggle::before,
.header__mob-menu-toggle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: inherit;
  border-radius: 3px;
}
.header__mob-menu-toggle::before {
  top: -8px;
  width: 75%;
  left: 25%;
}
.header__mob-menu-toggle::after {
  top: 8px;
  left: 45%;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .header__mob-menu-toggle {
    position: relative;
    display: inline-block;
    z-index: 2;
  }
}
.header.--menu-open .mob-menu {
  transform: translateX(-100%);
}
.mob-menu {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 150px 28px 73px;
  will-change: transform;
  transition: transform 0.2s;
  z-index: 1;
  background-color: rgba(90,45,5,0.9);
}
.mob-menu__nav {
  margin-bottom: 15px;
  text-align: center;
}
.mob-menu__nav > * + * {
  margin-top: 30px;
}
.mob-menu__links {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.mob-menu__links .social-link {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}
.mob-menu__links .social-link.--email,
.mob-menu__links .social-link.--phone {
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .mob-menu__links .social-link.--email .social-link__icon,
  .mob-menu__links .social-link.--phone .social-link__icon {
    height: 30px;
    width: 30px;
  }
}
.ui-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background-color: rgba(90,45,5,0.8);
}
.modal.--open {
  display: flex;
}
.modal__dialog {
  position: relative;
  max-height: 100%;
  max-width: min(100vw, 1165px);
  flex-grow: 1;
  padding: 60px 55px 35px;
}
@media screen and (max-width: 768px) {
  .modal__dialog {
    padding: 60px 15px 15px;
  }
}
.modal.--with-bg-title .modal__dialog {
  padding-top: 85px;
  background-color: rgba(90,45,5,0.6);
  box-shadow: 0 0 60px 60px rgba(90,45,5,0.6);
}
@media screen and (max-width: 768px) {
  .modal.--with-bg-title .modal__dialog {
    padding-top: 60px;
  }
}
.modal__bg-title {
  background: linear-gradient(to bottom, #c69849, transparent 90%);
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  width: calc(100% - 55px * 2);
  font-size: 85px;
  line-height: 1em;
  font-weight: 900;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .modal__bg-title {
    display: none;
  }
}
.modal__close-btn {
  position: absolute;
  top: 5px;
  right: 0;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal__close-btn {
    top: 3px;
  }
}
.modal__close-btn svg {
  height: 49px;
  width: 49px;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.modal__content {
  max-height: calc(100vh - 95px);
  padding: 27px 38px;
  border-radius: 8px;
  overflow: auto;
  background-color: #fff;
  color: #5a2d05;
}
@media screen and (max-width: 768px) {
  .modal__content {
    max-height: calc(100vh - 75px);
    padding: 23px 12px;
  }
}
.modal.--with-bg-title .modal__content {
  position: relative;
  z-index: 1;
}
.modal__content::-webkit-scrollbar-track {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}
.modal-products .modal__dialog {
  max-width: min(920px, 100vw);
}
.modal-products .title {
  margin-bottom: 15px;
  font-size: 48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal-products .title {
    font-size: 28px;
  }
}
.modal-products__slider {
  position: relative;
  margin-bottom: 24px;
}
.modal-products__slider-content {
  display: flex;
}
.modal-products__slider .tns-nav-default {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .modal-products__slider .tns-nav-default {
    display: none;
  }
}
.modal-products__slider .tns-nav-default button {
  background-color: #f5a008;
}
.modal-products__slider .tns-nav-default button:first-of-type {
  transform: translate(-50%, -50%);
}
.modal-products__slider .tns-nav-default button:last-of-type {
  transform: translate(50%, -50%);
}
.modal-products__slider.tns-dots-default .tns-nav {
  justify-content: center;
  margin-top: 30px;
}
.modal-products__footer {
  text-align: center;
}
.modal-products__footer .btn {
  width: calc(33% - 15px);
}
@media screen and (max-width: 768px) {
  .modal-products__footer .btn {
    width: auto;
    min-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .modal-products__footer .btn {
    width: 100%;
  }
}
.modal-products .product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25px 15px 15px;
  border-radius: 8px;
  background-color: #5a2d05;
  color: #fff;
}
.modal-products .product-card__img {
  margin-bottom: 13px;
  text-align: center;
}
.modal-products .product-card__img img {
  display: inline-block;
  max-width: 100%;
}
.modal-products .product-card__name {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.modal-products .product-card__desc {
  margin-bottom: 15px;
}
.modal-products .product-card__desc ul {
  list-style-type: none;
  font-weight: 200;
  font-size: 0.9rem;
}
.modal-products .product-card__desc ul li {
  padding-left: 30px;
  margin-bottom: 10px;
  background: url("/assets/svg/check-circle.svg") left top/18px 18px no-repeat;
}
.modal-products .product-card__qty {
  display: flex;
  border-radius: 8px;
  margin-top: auto;
  margin-bottom: 15px;
  background-color: #a95409;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.modal-products .product-card__qty button,
.modal-products .product-card__qty input {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  background-color: transparent;
  border: none;
  outline: none;
}
.modal-products .product-card__qty button {
  padding: 0.5em;
  cursor: pointer;
  transition: color 0.3s;
}
.modal-products .product-card__qty button:hover {
  color: rgba(255,255,255,0.7);
}
.modal-products .product-card__qty input {
  width: 0;
  flex: 1 1 auto;
  text-align: center;
}
.modal-products .product-card__price {
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #fff;
}
.modal-products .product-card__price-value {
  padding: 5px;
  color: #5a2d05;
}
.modal-products .product-card__price-value-text {
  font-size: 0.7em;
}
.modal-products .product-card__price-value.--regular {
  margin-right: auto;
}
.modal-products .product-card__price-value.--special {
  padding-left: 8px;
  padding-right: 8px;
  background-color: #f5a008;
  border-radius: 8px;
  color: #fff;
}
.modal-products .product-card__price-value.--regular span {
  text-decoration: line-through;
}
.modal-checkout .title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .modal-checkout .title {
    font-size: 28px;
  }
}
.modal-checkout__products {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .modal-checkout__products {
    gap: 10px;
  }
}
.modal-checkout__product {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-radius: 8px;
  background-color: #d6c7ad;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .modal-checkout__product {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.modal-checkout__product button {
  cursor: pointer;
}
.modal-checkout__product > * {
  padding: 14px 22px;
  border-left-width: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(to bottom, transparent 15%, rgba(255,255,255,0.6), transparent 85%) 1;
     border-image: linear-gradient(to bottom, transparent 15%, rgba(255,255,255,0.6), transparent 85%) 1;
}
@media screen and (max-width: 768px) {
  .modal-checkout__product > * {
    padding: 11px 6px;
  }
}
.modal-checkout__product > *:first-child {
  border: none;
  padding-left: 10px;
}
.modal-checkout__product-name {
  margin-right: auto;
}
.modal-checkout__product-qty button {
  padding-left: 0.3em;
  padding-right: 0.3em;
  margin: 0 0.4em;
  color: inherit;
  font-weight: 700;
  font-size: 1.1em;
}
.modal-checkout__product-delete {
  display: flex;
  align-items: center;
}
.modal-checkout__product-delete button {
  line-height: 1em;
}
.modal-checkout__product-delete svg {
  display: block;
  height: 26px;
  width: 26px;
}
@media screen and (max-width: 768px) {
  .modal-checkout__product-delete svg {
    height: 20px;
    width: 20px;
  }
}
.modal-checkout__total {
  margin-bottom: 35px;
  text-align: right;
  font-size: 1.3em;
}
.modal-checkout__total-price {
  font-weight: 700;
  color: #f5a008;
}
.modal-checkout__user-data .title {
  font-size: 48px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .modal-checkout__user-data .title {
    font-size: 28px;
  }
}
.modal-checkout__user-data-inputs {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .modal-checkout__user-data-inputs {
    flex-wrap: wrap;
  }
}
.modal-checkout__user-data-inputs .form-input {
  flex-grow: 1;
  width: 0;
}
@media screen and (max-width: 768px) {
  .modal-checkout__user-data-inputs .form-input {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modal-checkout__user-data-inputs .btn {
    width: 100%;
    max-width: 384px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  .modal-checkout__user-data-inputs .btn {
    max-width: none;
  }
}
.modal-partner .title {
  max-width: 58%;
  margin: 0 auto 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal-partner .title {
    max-width: none;
  }
}
.modal-partner__form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
.modal-partner__form > * {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .modal-partner__form > * {
    width: 100%;
  }
}
.modal-partner__form label {
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .modal-partner__form label {
    display: block;
  }
}
.modal-partner__form label + label {
  margin-left: 15px;
}
@media screen and (max-width: 480px) {
  .modal-partner__form label + label {
    margin-left: 0;
  }
}
.modal-partner__form-schedule,
.modal-partner__form-description {
  min-height: 74px;
  max-height: 122px;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  .modal-partner__form-schedule,
  .modal-partner__form-description {
    min-height: 50px;
    max-height: 98px;
  }
}
.modal-partner__form-description {
  width: 100%;
}
.modal-partner__form output {
  width: 100%;
}
.modal-partner__form-action {
  width: 100%;
  text-align: center;
}
.modal-partner__form-action .btn {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .modal-partner__form-action .btn {
    width: 100%;
    max-width: 350px;
  }
}
.modal-partner__map-toggle .btn {
  width: 100%;
}
.modal-partner__map-toggle .error-msg {
  display: none;
}
.modal-partner__map-toggle .error-msg:not([hidden]) + .btn {
  border-color: #c40303;
  background: #694e4e;
}
.modal-partner__map-container {
  display: none;
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  background-image: url("/assets/img/map-gray.jpg");
  background-size: cover;
}
.modal-partner__map-container.--active {
  display: block;
}
.modal-partner__map-container .error-msg {
  display: none;
}
.modal-partner__map {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modal-partner__map .map-widget__control-container {
    margin-left: 10px;
    bottom: 3px !important;
    z-index: 9999991;
  }
}
.modal-contact {
  text-align: center;
}
.modal-map .modal__dialog,
.modal-map .modal__content {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .modal-map .modal__dialog,
  .modal-map .modal__content {
    padding-bottom: 0;
  }
}
.modal-map .modal__content > * {
  height: 100%;
}
.modal-map .map__content {
  height: 100%;
  grid-template-rows: auto auto 1fr;
  padding: 0;
}
.modal-map .map__content .title {
  text-align: center;
}
.modal-map .map__desc {
  padding-bottom: 0;
}
@media screen and (min-width: 481px) {
  .modal-map .map__action {
    justify-content: center;
  }
}
.modal-map .map__action-btn-icon svg {
  fill: #5a2d05;
}
.modal-map .map__action-btn-icon.--active svg {
  fill: url("#svg-gradient-primary") #f5a008;
}
.modal-map .map__area {
  grid-row-start: 3;
  grid-row-end: 3;
}
.modal-map .map__area-container {
  height: 100%;
  border-radius: 0;
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
}
.modal-map .map__area-source {
  height: 100%;
}
.modal-map .map__area-source .map-widget__control-container {
  left: auto !important;
  right: 10px;
  margin-left: 0;
}
.modal-map .map__area-list {
  direction: ltr;
}
.modal-map .map__area-footer {
  display: none;
}
.map-widget__control-container {
  margin-left: 20px;
  width: 40px;
}
.map-widget__control-container .btn {
  padding: 12px !important;
  margin-bottom: 7px;
}
.map-widget__control-container .btn svg {
  display: block;
}
.map-widget__custom-marker-label {
  position: absolute;
  left: 11px;
  top: 35px;
  font-weight: 500;
  color: #f5a008 !important;
  text-shadow: -1px -1px #fff, 1px 1px #fff;
}
.tns-dots-default .tns-nav {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  align-items: center;
}
.tns-dots-default .tns-nav button {
  display: inline-block;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  padding: 0;
  border: none;
  outline: none;
  background: #858585;
}
@media screen and (max-width: 768px) {
  .tns-dots-default .tns-nav button {
    height: 12px;
    width: 12px;
  }
}
.tns-dots-default .tns-nav button.tns-nav-active {
  height: 20px;
  width: 20px;
  background: linear-gradient(to left, #f5a008 23.52%, #e16b09 93.02%);
}
@media screen and (max-width: 768px) {
  .tns-dots-default .tns-nav button.tns-nav-active {
    height: 15px;
    width: 15px;
  }
}
.tns-nav-default .tns-nav button,
.tns-nav-default > button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background-color: rgba(255,255,255,0.2);
  cursor: pointer;
}
.tns-nav-default .tns-nav button svg,
.tns-nav-default > button svg {
  height: 1.1em;
  width: 0.8em;
  fill: #fff;
  position: relative;
  right: -1px;
}
.tns-nav-default .tns-nav button:first-of-type svg,
.tns-nav-default > button:first-of-type svg {
  left: -1px;
  right: auto;
}
.tns-nav-pos-center {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  justify-content: space-between;
  height: 0;
  width: 100%;
  padding: 0 20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .tns-nav-pos-center {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.tns-nav-pos-center button {
  transform: translateY(-50%);
}
.page-404 {
  background-image: url("/assets/img/success-page/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .page-404 {
    background-image: url("/assets/img/success-page/background-mob.jpg");
    background-position: 37% center;
  }
}
.page-404__content {
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding-top: 70px;
  padding-bottom: 100px;
  text-align: center;
  color: #e16b09;
  font-size: 2em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-404__content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.page-404 .main-title {
  font-size: clamp(16px, 20vw, 300px);
}
.page-404__back-link {
  margin-top: 30px;
  background: #e16b09;
}
@media screen and (max-width: 768px) {
}
.main-preview::after,
.game-video::after,
.map::after,
.how-work::after,
.how-sell::after,
.game-capabilities::after,
.call-action::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 120px;
  width: 110%;
  background-color: #502800;
  transform: translate(-5%, 50%);
  z-index: 1;
  filter: blur(30px);
}
.main-preview__decor-shine::after,
.main-preview__slider::before,
.game-video::before,
.map::before,
.how-work::before,
.how-sell::before,
.game-capabilities::before,
.contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: min(685px, calc(685 * (100vw / 1920)));
  width: min(250px, calc(250 * (100vw / 1920)));
  transform: translateY(50%);
  background-color: #f5a008;
  filter: blur(150px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .main-preview__decor-shine::after,
  .main-preview__slider::before,
  .game-video::before,
  .map::before,
  .how-work::before,
  .how-sell::before,
  .game-capabilities::before,
  .contact::before {
    filter: blur(13vw);
    transform: none;
    min-width: 75px;
  }
}
.main-preview {
  position: relative;
  max-height: 868px;
  max-width: 1920px;
  margin: 0 auto;
  --background: url("/assets/img/main-slider/slide1/background.jpg");
}
@media screen and (max-width: 768px) {
  .main-preview {
    max-height: none;
    --background: url("/assets/img/main-slider/slide1/background-mob.jpg");
  }
}
.main-preview::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 0.5s;
  background-image: var(--background);
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .main-preview::before {
    background-position: center top;
    background-size: auto 457px;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .main-preview.--slide-1::before {
    background-position: 33% top;
  }
}
@media screen and (max-width: 768px) {
  .main-preview.--slide-2::before,
  .main-preview.--slide-3::before {
    background-position: 41% top;
  }
}
.main-preview.--active-bg::before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.main-preview__decor-shine {
  display: none;
}
@media screen and (max-width: 768px) {
  .main-preview__decor-shine::after {
    transform: translateY(25%);
  }
}
@media screen and (max-width: 768px) {
  .main-preview__decor-shine {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.main-preview__download {
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18%;
  width: max(100%, 1110px);
  z-index: 3;
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .main-preview__download {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .main-preview__download {
    -moz-column-gap: 15px;
    column-gap: 15px;
    width: 100%;
    justify-content: center;
    bottom: 65px;
    z-index: 3;
  }
}
@media screen and (max-width: 480px) {
  .main-preview__download {
    bottom: 50px;
  }
}
.main-preview__download-link {
  display: inline-block;
  height: 53px;
  width: 176px;
}
@media screen and (max-width: 991px) {
  .main-preview__download-link {
    height: 42.4px;
    width: 140.8px;
  }
}
@media screen and (max-width: 768px) {
  .main-preview__download-link {
    width: 148px;
    height: 45px;
  }
}
.main-preview__download-link.--ios {
  width: 158px;
}
@media screen and (max-width: 991px) {
  .main-preview__download-link.--ios {
    width: 126.4px;
  }
}
@media screen and (max-width: 768px) {
  .main-preview__download-link.--ios {
    width: 132px;
  }
}
.main-preview__download-link svg {
  display: block;
  height: 100%;
  width: 100%;
}
.main-preview__slider {
  overflow: hidden;
  aspect-ratio: 2.211981566820277;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .main-preview__slider {
    aspect-ratio: auto;
    max-height: 457px;
  }
}
@media screen and (max-width: 768px) {
  .main-preview__slider::before {
    top: 0;
    transform: translateY(50%);
  }
}
.main-preview__slider .tns-nav {
  position: absolute;
  bottom: calc(18% + 63px);
  left: calc(50% - 525px);
  z-index: 2;
}
@media screen and (max-width: 1110px) {
  .main-preview__slider .tns-nav {
    left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .main-preview__slider .tns-nav {
    bottom: calc(18% + 52.4px);
  }
}
@media screen and (max-width: 768px) {
  .main-preview__slider .tns-nav {
    left: 0;
    width: 100%;
    justify-content: center;
    bottom: 25px;
    z-index: 3;
  }
}
.main-preview__slider .tns-slider {
  position: relative;
  z-index: 1;
}
.main-preview__slide {
  position: relative;
  height: calc(100vw / 2.211981566820277);
}
@media screen and (min-width: 1921px) {
  .main-preview__slide {
    max-height: 868px;
  }
}
@media screen and (max-width: 768px) {
  .main-preview__slide {
    height: 457px;
  }
}
.main-preview__slide-content {
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: min(100%, 1110px);
  display: flex;
  flex-direction: column;
  padding-bottom: 8%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main-preview__slide-content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .main-preview__slide-content {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 480px) {
  .main-preview__slide-content {
    padding-bottom: 100px;
  }
}
.main-preview__slide-text {
  margin-top: auto;
  margin-bottom: 20px;
  max-width: 75%;
  z-index: 2;
  background: linear-gradient(92.2deg, #f5a008, #e16b09);
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 75px;
  font-weight: 900;
  line-height: 1.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  .main-preview__slide-text {
    font-size: 65px;
  }
}
@media screen and (max-width: 991px) {
  .main-preview__slide-text {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .main-preview__slide-text {
    font-size: 32px;
    max-width: none;
    margin-bottom: 0;
    text-align: center;
  }
}
.main-preview__slide.--slide1 .main-preview__slide-text {
  max-width: 50%;
  margin-bottom: 15%;
}
@media screen and (max-width: 1400px) {
  .main-preview__slide.--slide1 .main-preview__slide-text {
    max-width: 60%;
    margin-bottom: 9%;
  }
}
@media screen and (max-width: 991px) {
  .main-preview__slide.--slide1 .main-preview__slide-text {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  .main-preview__slide.--slide1 .main-preview__slide-text {
    max-width: none;
    margin-bottom: 0;
    font-size: 32px;
  }
}
.main-preview__slide.--slide2 .main-preview__slide-text {
  margin-bottom: 10.5%;
}
@media screen and (max-width: 1700px) {
  .main-preview__slide.--slide2 .main-preview__slide-text {
    margin-bottom: 9%;
    font-size: 65px;
  }
}
@media screen and (max-width: 1400px) {
  .main-preview__slide.--slide2 .main-preview__slide-text {
    margin-bottom: 13%;
    max-width: 67%;
  }
}
@media screen and (max-width: 1100px) {
  .main-preview__slide.--slide2 .main-preview__slide-text {
    font-size: 53px;
  }
}
@media screen and (max-width: 991px) {
  .main-preview__slide.--slide2 .main-preview__slide-text {
    font-size: 40px;
    margin-bottom: 12%;
    max-width: 53%;
  }
}
@media screen and (max-width: 850px) {
  .main-preview__slide.--slide2 .main-preview__slide-text {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .main-preview__slide.--slide2 .main-preview__slide-text {
    max-width: none;
    margin-bottom: 0;
    font-size: 28px;
  }
}
.main-preview__slide.--slide3 .main-preview__slide-text {
  max-width: 60%;
  margin-bottom: 22%;
}
@media screen and (max-width: 1600px) {
  .main-preview__slide.--slide3 .main-preview__slide-text {
    margin-bottom: 15%;
  }
}
@media screen and (max-width: 1400px) {
  .main-preview__slide.--slide3 .main-preview__slide-text {
    margin-bottom: 9%;
  }
}
@media screen and (max-width: 991px) {
  .main-preview__slide.--slide3 .main-preview__slide-text {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  .main-preview__slide.--slide3 .main-preview__slide-text {
    max-width: none;
    margin-bottom: 0;
    font-size: 32px;
  }
}
.main-preview__slide-images img {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .main-preview__slide-images img {
    max-width: 100vw;
    transform: translateX(-10px);
  }
}
.main-preview__slide.--slide1 .main-preview__slide-images img:nth-of-type(1) {
  top: 20%;
  right: 3%;
  width: min(618px, calc(618 * (100vw / 1920)));
}
@media screen and (max-width: 1300px) {
  .main-preview__slide.--slide1 .main-preview__slide-images img:nth-of-type(1) {
    right: -4%;
  }
}
@media screen and (max-width: 1100px) {
  .main-preview__slide.--slide1 .main-preview__slide-images img:nth-of-type(1) {
    right: 5%;
    top: 15%;
  }
}
@media screen and (max-width: 768px) {
  .main-preview__slide.--slide1 .main-preview__slide-images img:nth-of-type(1) {
    width: auto;
    max-height: 200px;
    top: 15%;
    left: 12px;
    right: 0;
    margin: 0 auto;
  }
}
.main-preview__slide.--slide2 .main-preview__slide-images img:nth-of-type(1) {
  top: 21%;
  left: 0;
  width: min(375px, calc(375 * (100vw / 1920)));
}
@media screen and (max-width: 1700px) {
  .main-preview__slide.--slide2 .main-preview__slide-images img:nth-of-type(1) {
    top: 17%;
    left: 18%;
  }
}
@media screen and (max-width: 1400px) {
  .main-preview__slide.--slide2 .main-preview__slide-images img:nth-of-type(1) {
    right: 12%;
    top: 50%;
    left: auto;
    z-index: 2;
  }
}
@media screen and (max-width: 1200px) {
  .main-preview__slide.--slide2 .main-preview__slide-images img:nth-of-type(1) {
    right: 18%;
  }
}
@media screen and (max-width: 768px) {
  .main-preview__slide.--slide2 .main-preview__slide-images img:nth-of-type(1) {
    display: none;
  }
}
.main-preview__slide.--slide2 .main-preview__slide-images img:nth-of-type(2) {
  top: 12%;
  right: -19%;
  width: min(862px, calc(862 * (100vw / 1920)));
}
@media screen and (max-width: 1600px) {
  .main-preview__slide.--slide2 .main-preview__slide-images img:nth-of-type(2) {
    right: -5%;
  }
}
@media screen and (max-width: 1200px) {
  .main-preview__slide.--slide2 .main-preview__slide-images img:nth-of-type(2) {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .main-preview__slide.--slide2 .main-preview__slide-images img:nth-of-type(2) {
    width: auto;
    max-height: 200px;
    aspect-ratio: 1.376996805111821;
    top: 14%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.main-preview__slide.--slide3 .main-preview__slide-images img:nth-of-type(1) {
  bottom: 0;
  right: -9.5%;
  width: min(708px, calc(708 * (100vw / 1920)));
}
@media screen and (min-width: 1921px) {
  .main-preview__slide.--slide3 .main-preview__slide-images img:nth-of-type(1) {
    top: 147px;
  }
}
@media screen and (max-width: 1400px) {
  .main-preview__slide.--slide3 .main-preview__slide-images img:nth-of-type(1) {
    right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .main-preview__slide.--slide3 .main-preview__slide-images img:nth-of-type(1) {
    max-height: 200px;
    width: auto;
    aspect-ratio: 0.981969486823856;
    bottom: 38%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.game-video {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  background: url("/assets/img/screen2-bg.jpg") center/auto 100%;
}
@media screen and (max-width: 768px) {
  .game-video {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.game-video::before {
  right: 0;
  transform: translateY(35%);
}
@media screen and (max-width: 768px) {
  .game-video::before {
    right: auto;
    left: 0;
    transform: translateY(55%);
  }
}
.game-video__content {
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .game-video__content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .game-video__content {
    position: relative;
    padding: 0;
  }
}
.game-video__content::before {
  top: 0;
  right: 0;
  transform: translate(30%, 4%) rotate(-15deg);
}
.game-video__content::after {
  bottom: 0;
  left: 0;
  transform: translate(-30%, 50%) rotate(164deg);
}
@media screen and (max-width: 768px) {
  .game-video__content > * {
    position: relative;
    z-index: 3;
  }
}
.game-video .title {
  margin-bottom: 22px;
}
.game-video__source {
  position: relative;
}
.game-video__source::before {
  content: '';
  position: absolute;
  inset: 50%;
  height: clamp(80px, 20vw, 130px);
  width: clamp(80px, 20vw, 130px);
  z-index: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #5a2d05;
}
.game-video__source::after {
  content: '';
  position: absolute;
  inset: 50%;
  height: clamp(80px, 20vw, 130px);
  width: clamp(80px, 20vw, 130px);
  z-index: 2;
  cursor: pointer;
  border-radius: 50%;
  oveflow: hidden;
  transform: translate(-50%, -50%);
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-position: 70% center;
  background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 410.026 463.863' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3Epath %7B fill: %23fff%3B %7D%3C/style%3E%3Cpath d='M 166.94 -92.266 Q 199.78 -149.146 232.62 -92.266 L 419.555 231.516 Q 452.395 288.396 386.715 288.396 L 12.845 288.396 Q -52.835 288.396 -19.995 231.516 Z' stroke='0' transform='matrix%280, 1, -1, 0, 288.395939, 30.941635%29'/%3E%3C/svg%3E");
}
.game-video__source.--playing::before,
.game-video__source.--playing::after {
  display: none;
}
.game-video__source video {
  background-image: url("/assets/img/game-video-poster.png");
  background-size: cover;
  background-position: center center;
  max-width: 920px;
  width: min(100%, 920px);
  border-radius: 30px;
  background-color: #5a2d05;
}
@media screen and (max-width: 768px) {
  .game-video__source video {
    width: 100%;
    border-radius: 0;
    aspect-ratio: 425/320;
    aspect-ratio: auto;
  }
}
.map {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("/assets/img/screen3-bg.jpg") center/cover;
}
@media screen and (max-width: 768px) {
  .map {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.map::before {
  left: 0;
}
@media screen and (max-width: 768px) {
  .map::before {
    left: auto;
    right: 0;
    z-index: 1;
  }
}
.map__content-mob {
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  display: grid;
  row-gap: 15px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .map__content-mob {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 769px) {
  .map__content-mob {
    display: none;
  }
}
.map__content-mob .map__area-placeholder {
  position: relative;
  border-radius: 8px;
}
.map__content-mob .map__area-placeholder::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.33);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.map__content-mob .map__area-placeholder-pointer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25%;
  width: 25%;
  fill: #fff;
}
.map__content-mob .map__area-footer .btn {
  padding-left: 15px;
  padding-right: 15px;
}
.map__content {
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 25% auto;
  gap: 12px 30px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .map__content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .map__content {
    grid-template-rows: auto;
    grid-template-columns: auto;
    row-gap: 15px;
  }
}
.map .title {
  margin-top: auto;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .map .title {
    font-size: 2.7em;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .map .title {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  .map .title {
    text-align: center;
  }
}
.map__desc {
  padding-bottom: 42%;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .map__desc {
    padding-bottom: 90%;
  }
}
.map__action {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px 0;
}
@media screen and (max-width: 768px) {
  .map__action {
    -moz-column-gap: 11px;
    column-gap: 11px;
  }
}
.map__action .btn {
  width: calc(50% - 9px);
  text-transform: capitalize;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .map__action .btn {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .map__action .btn {
    width: 100%;
  }
}
.map__action-btn-icon {
  font-size: 0.8em;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .map__action-btn-icon {
    width: 33%;
    text-align: center;
  }
}
.map__action-btn-icon svg {
  display: block;
  height: 28px;
  max-width: 37px;
  margin: 0 auto 5px;
  fill: #fff;
}
.map__area {
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media screen and (max-width: 768px) {
  .map__area {
    grid-column-start: auto;
    grid-row-start: 2;
    grid-row-end: 2;
  }
}
.map__area-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/map-gray.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .map__area-placeholder {
    aspect-ratio: 1/0.73;
  }
}
.map__area-container {
  position: relative;
  width: 100%;
  display: flex;
  min-height: 460px;
  border-radius: 30px;
  margin-bottom: 38px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .map__area-container {
    min-height: auto;
    margin-bottom: 20px;
  }
}
.map__area-source {
  width: 100%;
  background-color: #808080;
}
.map__area-list-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 38.5%;
  transform: translateX(100%);
}
@media screen and (max-width: 768px) {
  .map__area-list-container {
    transform: translateY(100%);
    width: 100%;
  }
}
.map__area-list {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  transition: transform 0.3s;
  background-color: #fff;
  color: #5a2d05;
  direction: rtl;
}
.map__area-list.--loading {
  overflow: hidden;
}
.map__area-list.--loading::before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 50px;
  width: 90%;
  left: 5%;
  top: 15px;
  border-radius: 15px;
  background: #d3d3d2;
  box-shadow: 0 -25px #fff, 0 64px #d3d3d2,0 39px 14px 14px #fff,0 128px #d3d3d2,0 103px 14px 14px #fff,0 192px #d3d3d2,0 167px 14px 14px #fff,0 256px #d3d3d2,0 231px 14px 14px #fff,0 320px #d3d3d2,0 295px 14px 14px #fff,0 384px #d3d3d2,0 359px 14px 14px #fff,0 448px #d3d3d2,0 423px 14px 14px #fff,0 512px #d3d3d2,0 487px 14px 14px #fff,0 576px #d3d3d2,0 551px 14px 14px #fff,0 640px #d3d3d2,0 615px 14px 14px #fff;
}
.map__area-list.--loading::after {
  content: '';
  position: absolute;
  top: -20%;
  left: -33%;
  height: 150%;
  width: 150%;
  z-index: 2;
  transform: rotate(17deg);
  background: linear-gradient(90deg, transparent 0 8%, rgba(255,255,255,0.5) 30%, transparent 100%) no-repeat;
  background-position: 40% 0%;
  background-size: 200% 100%;
  animation: 1.2s map-list-loading-sceleton infinite;
}
.map__area-list.--active {
  transform: translateX(-100%);
}
@media screen and (max-width: 768px) {
  .map__area-list.--active {
    transform: translateY(-100%);
  }
}
.map__area-list.--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 1.4em;
}
.map__area-list.--empty::before {
  content: attr(data-empty-text);
}
.map__area-list-item {
  display: none;
  position: relative;
  grid-template-columns: auto 1fr auto;
  -moz-column-gap: 9px;
  column-gap: 9px;
  padding: 10px 10px 10px 15px;
  border-bottom-width: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(270deg, transparent, rgba(0,0,0,0.25) 50%, transparent) 1;
     border-image: linear-gradient(270deg, transparent, rgba(0,0,0,0.25) 50%, transparent) 1;
  font-size: 12px;
  line-height: 1.1em;
  color: #5a2d05;
  cursor: pointer;
  direction: ltr;
}
.map__area-list-item.--active {
  display: grid;
}
.map__area-list-item-img {
  height: 39px;
  width: 39px;
  grid-row-start: 1;
  grid-row-end: 3;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(92deg, #f5a008, #f5a008) border-box;
}
.map__area-list-item-img img,
.map__area-list-item-img svg {
  height: 100%;
  width: 100%;
}
.map__area-list-item-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.map__area-list-item-img svg {
  padding: 4px;
  fill: #5a2d05;
}
.map__area-list-item-desc {
  display: none;
}
.map__area-list-item-name {
  font-weight: 800;
  align-self: self-end;
  -ms-flex-item-align: self-end;
}
.map__area-list-item-address {
  font-size: 11px;
  font-weight: 300;
  align-self: self-start;
  -ms-flex-item-align: self-start;
}
.map__area-list-item-address-text {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.map__area-list-item-address-label {
  display: none;
  margin-bottom: 5px;
}
.map__area-list-item-dist {
  grid-column-start: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  align-self: center;
  -ms-flex-item-align: center;
  background: linear-gradient(92deg, #f5a008 23%, #e16b09 93%);
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 1.165em;
}
.map__area-list-item-schedule {
  display: none;
}
.map__area-list-item-schedule-text {
  margin-top: 8px;
  margin-bottom: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .map__area-list-item-schedule-text {
    margin-bottom: 10px;
  }
}
.map__area-list-detail {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  transform: translateX(-100%);
  overflow: hidden;
  direction: rtl;
}
@media screen and (max-width: 768px) {
  .map__area-list-detail {
    display: block;
    transform: translateY(100%);
    transition: transform 0.2s;
    will-change: transform;
  }
}
.map__area-list-detail.--active {
  display: block;
}
@media screen and (max-width: 768px) {
  .map__area-list-detail.--active {
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 768px) {
  .map__area-list-detail.--single {
    height: 32vh;
    background-color: transparent;
    display: flex;
    align-items: flex-end;
  }
  .map__area-list-detail.--single > * {
    flex-grow: 1;
  }
}
.map__area-list-detail-content {
  height: 100%;
  overflow: auto;
}
.map__area-list-detail-close {
  position: absolute;
  top: 20px;
  right: 17px;
  width: 15px;
  height: 2px;
  display: block;
  transform: rotate(45deg);
  background-color: #5a2d05;
  cursor: pointer;
  z-index: 1;
}
.map__area-list-detail-close::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 15px;
  transform: rotate(90deg);
  background-color: #5a2d05;
}
.map__area-list-detail-close::before {
  content: '';
  position: absolute;
  height: 15px;
  width: 15px;
  transform: translateY(-50%) rotate(45deg);
}
.map__area-list-detail-route {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 15px 15px 0;
  width: calc(100% - 15px);
  background-color: inherit;
}
.map__area-list-detail-route .btn {
  width: 100%;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.map__area-list-detail .map__area-list-item {
  grid-template-rows: repeat(3, min-content);
  row-gap: 8px;
  padding-top: 30px;
  padding-bottom: 92px;
  cursor: default;
  border-bottom: none;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (max-width: 768px) {
  .map__area-list-detail .map__area-list-item {
    height: 100%;
    padding-bottom: 79px;
  }
}
.map__area-list-detail .map__area-list-item-img {
  grid-row-end: 2;
}
.map__area-list-detail .map__area-list-item-name {
  align-self: center;
  -ms-flex-item-align: center;
}
.map__area-list-detail .map__area-list-item-desc {
  display: block;
  grid-column-start: 1;
  grid-column-end: 4;
}
.map__area-list-detail .map__area-list-item-address {
  grid-column-start: 1;
  grid-column-end: 4;
  align-self: center;
  -ms-flex-item-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.25);
  font-size: inherit;
}
.map__area-list-detail .map__area-list-item-address-label {
  display: block;
}
.map__area-list-detail .map__area-list-item-address-text {
  font-weight: 700;
}
.map__area-list-detail .map__area-list-item-dist {
  grid-row-start: 1;
  grid-row-end: 2;
}
.map__area-list-detail .map__area-list-item-schedule {
  display: block;
}
.map__area-footer {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .map__area-footer {
    flex-wrap: wrap;
    gap: 13px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .map__area-footer .btn {
    padding-left: 22px;
    padding-right: 22px;
    flex-grow: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .map__area-footer .btn {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .map__area-footer .btn {
    width: 100%;
  }
}
.how-work {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
  background-image: url("/assets/img/screen4-bg.jpg");
  background-size: 1920px 200%;
  background-position: center 0;
  margin-bottom: -1px;
}
@media screen and (max-width: 768px) {
  .how-work {
    background-position: 40% 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.how-work::before {
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .how-work::before {
    left: 0;
    right: auto;
    transform: translateY(-25%);
  }
}
.how-work__content {
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .how-work__content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.how-work .title {
  margin-bottom: 30px;
  text-align: center;
}
.how-work__list {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .how-work__list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.how-work__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 27px 27px;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .how-work__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.how-work__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  height: 80%;
  top: 20%;
  z-index: -1;
  background-color: #5a2d05;
  border-radius: 8px;
}
.how-work__item img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .how-work__item img {
    margin-bottom: 10px;
  }
}
.how-work__item-text {
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  text-align: center;
}
.how-work__item.--accent .how-work__item-text {
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .how-work__item-text {
    font-size: 20px;
  }
}
.how-sell {
  position: relative;
  padding-top: min(196px, calc(196 * (100vw / 1920)));
  padding-bottom: 60px;
  background-image: url("/assets/img/screen4-bg.jpg");
  background-size: 1920px 200%;
  background-position: center 100%;
}
@media screen and (max-width: 768px) {
  .how-sell {
    background-position: 40% 100%;
  }
}
.how-sell::before {
  left: 0;
}
@media screen and (max-width: 768px) {
  .how-sell::before {
    right: 0;
    left: auto;
  }
}
.how-sell__content {
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  display: flex;
  gap: 30px;
  z-index: 3;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .how-sell__content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .how-sell__content {
    flex-wrap: wrap;
  }
}
.how-sell__content > * {
  flex: 1 1 50%;
}
@media screen and (max-width: 768px) {
  .how-sell__content > * {
    flex-basis: 100%;
    flex-shrink: 0;
  }
}
.how-sell .title {
  margin-bottom: 20px;
}
.how-sell__slider {
  position: relative;
  align-self: center;
  -ms-flex-item-align: center;
}
@media screen and (max-width: 768px) {
  .how-sell__slider {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: min(14.5vw, 93px);
  }
}
.how-sell__slider-content {
  border-radius: 8px;
}
@media screen and (min-width: 769px) {
  .how-sell__slider-content {
    overflow: hidden;
    aspect-ratio: 510/286;
  }
}
.how-sell__slider-bg {
  position: absolute;
  top: -10%;
  left: -10%;
  height: 110%;
  width: 110%;
  background-color: #f5a008;
  filter: blur(160px);
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .how-sell__slider-bg {
    top: -20%;
    left: 7%;
    width: 60%;
    height: 90%;
    filter: blur(60px);
  }
}
.how-sell__slider-bg-circle,
.how-sell__slider-bg-circle2 {
  position: absolute;
  right: 0;
  bottom: 13%;
  transform: translateX(45%);
  border-radius: 50%;
  height: 120px;
  width: 120px;
  filter: blur(10px);
  z-index: -2;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  box-shadow: 0 0 20px 20px #f5a008, inset 0 0 20px 20px #f5a008;
}
@media screen and (max-width: 768px) {
  .how-sell__slider-bg-circle,
  .how-sell__slider-bg-circle2 {
    display: none;
  }
}
.how-sell__slider-bg-circle2 {
  background-color: #5a2d05;
  top: 0;
  bottom: auto;
  right: 50%;
  height: 80px;
  width: 80px;
  transform: translate(-10%, -38%);
  filter: blur(4px);
  box-shadow: 0 0 5px 5px #f5a008, inset 0 0 10px 10px #f5a008;
}
.how-sell__slider::before,
.how-sell__slider::after {
  content: '';
  position: absolute;
  background-size: 100% 100%;
  z-index: -1;
}
.how-sell__slider::before {
  background-image: url("/assets/img/car-blue.png");
  width: min(210px, calc(210 * (100vw / 1920)));
  height: min(187px, calc(187 * (100vw / 1920)));
  top: 0;
  left: 0;
  transform: translate(-49%, -50%);
}
@media screen and (max-width: 768px) {
  .how-sell__slider::before {
    width: min(50vw, 353px);
    height: min(29vw, 187px);
    transform: translate(-5%, -50%);
  }
}
.how-sell__slider::after {
  background-image: url("/assets/img/car-orange.png");
  width: min(306px, calc(306 * (100vw / 1920)));
  height: min(285px, calc(285 * (100vw / 1920)));
  bottom: 0;
  right: 0;
  transform: translate(45%, 45%) scale(0.8);
}
@media screen and (max-width: 768px) {
  .how-sell__slider::after {
    width: min(40vw, 306px);
    height: min(30vw, 285px);
    transform: translate(21%, 73%) scale(0.8);
  }
}
.game-capabilities {
  position: relative;
  padding-top: min(196px, calc(196 * (100vw / 1920)));
  padding-bottom: 80px;
  background-color: rgba(245,160,8,0.1);
}
@media screen and (max-width: 768px) {
  .game-capabilities {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
  }
}
.game-capabilities::before {
  right: 0;
}
@media screen and (max-width: 768px) {
  .game-capabilities::before {
    left: 0;
    right: auto;
  }
}
.game-capabilities .title {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .game-capabilities .title {
    text-align: center;
  }
}
.game-capabilities__container {
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  background: #5a2d05;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 15px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .game-capabilities__container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.game-capabilities__content {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .game-capabilities__content {
    flex-wrap: wrap;
  }
}
.game-capabilities__slider {
  position: relative;
  width: 33%;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .game-capabilities__slider {
    max-width: 100%;
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .game-capabilities__slider-content {
    overflow: hidden;
    aspect-ratio: 346.5/346.5;
  }
}
@media screen and (max-width: 768px) {
  .game-capabilities__desc {
    width: 100%;
  }
}
.game-capabilities__desc-text {
  margin-bottom: 15px;
  font-weight: 200;
}
.game-capabilities__desc-text p:last-of-type {
  margin-bottom: 0;
}
.game-capabilities__desc-title {
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 600;
}
.game-capabilities__desc ul {
  list-style-type: none;
  font-weight: 200;
}
.game-capabilities__desc ul li {
  padding-left: 30px;
  min-height: 25px;
  margin-bottom: 12px;
  background: url("/assets/img/wheel-list-item.png") no-repeat left top;
}
.call-action {
  background-size: 1920px 100%;
  padding-top: 10px;
  padding-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .call-action {
    padding-bottom: 10px;
  }
}
.call-action__container {
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .call-action__container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.call-action__container .title {
  margin-bottom: 20px;
  line-height: 1em;
}
.reviews {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 85px;
  background-color: rgba(245,160,8,0.1);
  background-size: 1920px 200%;
  background-position: center 0;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .reviews {
    background-position: 38% -8%;
    padding-top: 30px;
  }
}
.reviews .title {
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reviews .title {
    position: relative;
    z-index: 2;
  }
}
.review-list {
  position: relative;
  padding-left: 17px;
  padding-right: 17px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .review-list {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.review-list .tns-slider {
  display: flex;
}
.review-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 450px;
  padding: 25px 20px;
  border-radius: 8px;
  background-color: #5a2d05;
}
@media screen and (max-width: 768px) {
  .review-list__item {
    max-width: none;
  }
}
.review-list__item-avatar {
  display: block;
  height: 77px;
  width: 77px;
  border-radius: 50%;
  margin-bottom: 10px;
  overflow: hidden;
}
.review-list__item-name {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}
.review-list__item-text {
  font-weight: 300;
  text-align: center;
}
.review-list .tns-nav-default button {
  height: 88px;
  width: 88px;
}
@media screen and (max-width: 768px) {
  .review-list .tns-nav-default button {
    height: 44px;
    width: 44px;
  }
}
.review-list .tns-nav-default button svg {
  height: 2em;
  width: 2.1em;
}
@media screen and (max-width: 768px) {
  .review-list .tns-nav-default button svg {
    height: 1em;
    width: 1.05em;
  }
}
.review-list .tns-nav-pos-center {
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  pointer-events: none;
}
.review-list .tns-nav-pos-center::before,
.review-list .tns-nav-pos-center::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .review-list .tns-nav-pos-center::before,
  .review-list .tns-nav-pos-center::after {
    content: none;
  }
}
.review-list .tns-nav-pos-center::before {
  left: 17px;
  background: linear-gradient(to right, #5a2d05, transparent);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.review-list .tns-nav-pos-center::after {
  right: 17px;
  background: linear-gradient(to left, #5a2d05, transparent);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 1600px) {
  .review-list .tns-nav-pos-center {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .review-list .tns-nav-pos-center {
    width: calc(100% + 20px);
    left: -10px;
    padding-left: 0;
    padding-right: 0;
  }
}
.review-list .tns-nav-pos-center button {
  position: static;
  z-index: 2;
  transform: translate(0);
  pointer-events: auto;
}
.contact {
  position: relative;
  padding-bottom: 190px;
  background-color: rgba(245,160,8,0.1);
  background-size: 1920px 200%;
  background-position: center 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact {
    max-width: 1110px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    background-position: 38% 92%;
  }
}
.contact::before {
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .contact::before {
    right: 0;
    left: auto;
  }
}
.contact__bg-title {
  background: linear-gradient(180deg, #c69849, transparent);
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  position: relative;
  bottom: -14px;
  font-size: 85px;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .contact__bg-title {
    font-size: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__bg-title {
    font-size: 7.8vw;
    bottom: -1.5vw;
  }
}
.contact__content {
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  padding: 30px;
  border-radius: 8px;
  background-color: #5a2d05;
}
@media screen and (max-width: 768px) {
  .contact__content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.contact__content > * {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact__content .title {
    font-size: 28px;
  }
}
.contact__content-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #5a2d05;
  border-radius: 8px;
}
.contact__content form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact__content form input {
  flex-grow: 1;
  width: calc(25% - 30px);
}
@media screen and (max-width: 768px) {
  .contact__content form input {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact__content form .btn {
    width: 100%;
  }
}
.contact__input-question {
  width: 100%;
  min-width: 100%;
  min-height: 74px;
  max-height: 146px;
  resize: vertical;
}
.contact__desc {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.success-page {
  padding-bottom: 100px;
  background-image: url("/assets/img/success-page/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .success-page {
    background-image: url("/assets/img/success-page/background-mob.jpg");
    background-position: 37% center;
  }
}
.success-page__content {
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .success-page__content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .success-page__content {
    min-height: 50vh;
  }
}
.success-page__text {
  background: linear-gradient(99deg, #f5a008 23.52%, #e16b09 93.02%), #fff;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .success-page__text {
    font-size: 24px;
  }
}
.success-page__img {
  display: block;
  max-width: 100%;
  margin-top: 70px;
}
