@charset "UTF-8";

:root {
  --primary-color: #002c5f;
  --black: #000;
  --blue: #00aad2;
  --light-grey: #f6f3f2;
  --grey: #666;
  --headerHeight: 67px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "HAK";
  font-size: 1.6rem;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-x: hidden;
}

[data-theme="dark"] {
  color: #fcfcfc;
  background-color: var(--brown);
}

[data-theme="light"] {
  color: #0f0f10;
  background-color: var(--primary-color);
}

.lang-kk h2,
.lang-kk .title-md {
  font-family: "Museo";
}

a {
  background-color: transparent;
  text-decoration: none;
  display: inline-block;
  outline: none;
  color: inherit;
}

img {
  max-width: 100%;
  border-style: none;
  display: block;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
select,
input,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ol,
ul {
  list-style: none;
}

[hidden] {
  display: none;
}

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.img-container,
.video-container {
  position: relative;
  display: block;
}

picture,
.img {
  display: block;
  width: 100%;
  height: 100%;
}

.object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-fit-contain {
  -o-object-fit: cover;
  object-fit: cover;
}

.icon {
  display: inline-flex;
}

hr {
  border: none;
  height: 1px;
  margin: 3rem auto;
  background-color: var(--grey);
}

hr.full-width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

hr.small {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

hr.light {
  background-color: #fff;
}

.hidden-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.sticky {
  position: sticky;
  top: 2.4rem;
}

.img-load img[data-src] {
  -webkit-filter: blur(0.2em);
  filter: blur(0.2em);
}

.img-load img {
  -webkit-filter: blur(0em);
  filter: blur(0em);
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}

h1,
.title-lg {
  font-family: Hyundai;
  font-size: 3.646vw;
  line-height: 1.1;
}

h2,
.title-md {
  font-size: 3.4rem;
  font-family: Hyundai;
}

h3,
.title-sm {
  font-size: 3rem;
  font-family: Hyundai;
}

h4,
.title-xs {
  font-size: 2.4rem;
  font-family: Hyundai;
}

h5 {
  font-size: 1.9rem;
  font-family: Hyundai;
}

.text-l {
  font-size: 2rem;
}

.text-lg {
  font-size: 1.042vw;
}

.text-md {
  font-size: 1.6rem;
}

.text-sm {
  font-size: 14px;
}

.text-xs {
  font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
strong {
  font-weight: 500;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-line-through {
  text-decoration: line-through;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.text-light * {
  color: #fff;
}

.currency-symbol::after {
  content: " ₸";
}

.big-num {
  font-size: 4.688vw;
}

.title {
  text-align: center;
}

.title:after {
  content: "";
  display: block;
  margin: 1rem auto;
  background: var(--primary-color);
  width: 40px;
  height: 2px;
}

.text-underline {
  text-decoration: underline;
}

.text h1,
.text h2,
.text .title-md,
.text h3,
.text h4,
.text h5 {
  margin-bottom: 3rem;
}

.text p:not(:last-child) {
  margin-bottom: 3rem;
}

.text .text-sm {
  margin-bottom: 8px;
}

.text small {
  color: #9da6a6;
}

.text a:not([class]) {
  color: var(--primary-color);
  text-decoration: underline;
}

.text ul {
  list-style-type: disc;
  padding-left: 2rem;
}

.text ul:not(:last-child) {
  margin-bottom: 2.5rem;
}

.text ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.text ul li::marker {
  color: var(--primary-color);
}
[bg="orange"] .text ul li::marker,
[bg="black"] .text ul li::marker {
  color: inherit;
}
[bg="black"] .radio-group label {
  color: #fff;
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  max-width: 1440px;
}

.container-md {
  max-width: 1280px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container-sm {
  max-width: 1024px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.container-xs {
  max-width: 680px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.section {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.section-md {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-sm {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.image {
  display: block;
}

.bg-content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.flex {
  display: flex;
  flex-flow: row wrap;
}

.grid {
  display: grid;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.row-reverse {
  flex-flow: row-reverse wrap;
}

.grid.row-reverse .text {
  order: 2;
}

.grid.row-reverse .image {
  order: 1;
}

.align-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.gap-20 {
  grid-gap: 20px;
}

.gap-40 {
  grid-gap: 40px;
}

.gap-vw {
  grid-gap: 3vw;
}

.pc:not(.flex) {
  display: block;
}

.mobile {
  display: none;
}

.btn-group {
  display: flex;
  align-items: center;
}

.btn-group .btn:not(:last-child) {
  margin-right: 2rem;
}

.btn {
  padding: 2rem 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  min-width: 15.625vw;
  font-weight: 500;
}

.btn-primary {
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
}

.btn-primary:hover {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

.btn-primary.black {
  background: var(--black);
}

.btn-primary.btn-white {
  background-color: #fff;
  color: #000;
}

.btn-default {
  background: transparent;
  border: 1px solid var(--primary-color);
}

.btn-default.white {
  background-color: #fff;
  color: #000;
}

.btn-default.gray {
  color: #000;
  background: #dcdcdc;
}

.btn-default.black {
  border-color: var(--black);
}

.loading:not([href]) {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.0' width='160px' height='20px' viewBox='0 0 128 16' xml:space='preserve'%3E%3Cpath fill='%23ffffff' fill-opacity='0.42' d='M6.4,4.8A3.2,3.2,0,1,1,3.2,8,3.2,3.2,0,0,1,6.4,4.8Zm12.8,0A3.2,3.2,0,1,1,16,8,3.2,3.2,0,0,1,19.2,4.8ZM32,4.8A3.2,3.2,0,1,1,28.8,8,3.2,3.2,0,0,1,32,4.8Zm12.8,0A3.2,3.2,0,1,1,41.6,8,3.2,3.2,0,0,1,44.8,4.8Zm12.8,0A3.2,3.2,0,1,1,54.4,8,3.2,3.2,0,0,1,57.6,4.8Zm12.8,0A3.2,3.2,0,1,1,67.2,8,3.2,3.2,0,0,1,70.4,4.8Zm12.8,0A3.2,3.2,0,1,1,80,8,3.2,3.2,0,0,1,83.2,4.8ZM96,4.8A3.2,3.2,0,1,1,92.8,8,3.2,3.2,0,0,1,96,4.8Zm12.8,0A3.2,3.2,0,1,1,105.6,8,3.2,3.2,0,0,1,108.8,4.8Zm12.8,0A3.2,3.2,0,1,1,118.4,8,3.2,3.2,0,0,1,121.6,4.8Z'/%3E%3Cg%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M-42.7,3.84A4.16,4.16,0,0,1-38.54,8a4.16,4.16,0,0,1-4.16,4.16A4.16,4.16,0,0,1-46.86,8,4.16,4.16,0,0,1-42.7,3.84Zm12.8-.64A4.8,4.8,0,0,1-25.1,8a4.8,4.8,0,0,1-4.8,4.8A4.8,4.8,0,0,1-34.7,8,4.8,4.8,0,0,1-29.9,3.2Zm12.8-.64A5.44,5.44,0,0,1-11.66,8a5.44,5.44,0,0,1-5.44,5.44A5.44,5.44,0,0,1-22.54,8,5.44,5.44,0,0,1-17.1,2.56Z'/%3E%3CanimateTransform attributeName='transform' type='translate' values='23 0;36 0;49 0;62 0;74.5 0;87.5 0;100 0;113 0;125.5 0;138.5 0;151.5 0;164.5 0;178 0' calcMode='discrete' dur='1170ms' repeatCount='indefinite'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  transition: none;
}
.loading svg {
  display: none;
}

.btn-icon {
  padding: 4px 16px 4px 4px;
}

.btn-icon svg {
  margin-right: 8px;
}

.btn-scroll {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  bottom: 4.167vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-to-top {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.btn-to-top svg {
  margin-left: 8px;
}

.h-opacity {
  transition: opacity 0.3s;
}

.h-opacity:hover {
  opacity: 0.75;
}

.h-underline:hover {
  text-decoration: underline;
}

.h-color {
  transition: color 0.15s;
}

.h-color:hover {
  color: var(--primary-color);
}

.h-imgZoom,
.h-imgZoom .post__img {
  position: relative;
  overflow: hidden;
}

.h-imgZoom img {
  transition: 0.35s;
}

.h-imgZoom:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}

header.transparent {
  background-color: transparent;
  color: #fff;
}

header .logo {
  filter: brightness(0);
}

header.transparent .logo {
  -webkit-filter: brightness(0) grayscale(1) invert(1);
  filter: brightness(0) grayscale(1) invert(1);
}

header.is-show {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

header .logo {
  width: 20vw;
}

header .btn {
  font-size: 1.6rem;
  font-weight: 500;
}

header .nav__menu {
  justify-content: flex-start;
  font-weight: 500;
}

header .nav__link:not(:last-child) {
  margin-right: 4.165vw;
}

.nav__menu,
.nav__group {
  display: flex;
  justify-content: space-between;
}

.dropdown__menu {
  position: absolute;
  display: none;
}

.dropdown__item {
  cursor: pointer;
}

.dropdown__item:hover .dropdown__menu {
  display: block;
}

.footer {
  padding: 3rem 0;
}

.footer__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__nav .nav__menu .nav__link:not(:first-child) {
  margin-left: 3vw;
}

.copyright {
  margin-top: 3rem;
}

.carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  transition: width 0.5s;
  border-radius: 8px;
  background: var(--grey);
  opacity: 1;
}

.carousel .swiper-pagination-bullet-active {
  background: var(--grey);
  width: 4rem;
}

.carousel .swiper-button-prev,
.carousel .swiper-button-next {
  color: currentColor;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
}

.carousel .swiper-button-prev::after,
.carousel .swiper-button-next::after {
  font-size: 1.6rem;
}

.sns-title {
  margin-bottom: 1.5rem;
  color: var(--black);
  font-weight: 500;
  line-height: 1.2;
}

.sns {
  display: flex;
  align-items: center;
}

.sns .link {
  display: inline-flex;
  align-items: center;
}

.sns .link:not(:last-child) {
  margin-right: 3rem;
}

.accordion__item {
  position: relative;
}

.accordion__title {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 2rem 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 2.4rem;
  justify-content: space-between;
  border-bottom: 1px solid #666;
  font-weight: 500;
}

.accordion__title::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92857 11.1779H0V9.03502H8.92857V0.106445H11.0714V9.03502H20V11.1779H11.0714V20.1064H8.92857V11.1779Z' fill='black'/%3E%3C/svg%3E%0A")
    no-repeat center;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
}

.accordion__content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}

.accordion__content .text {
  padding: 2rem 0;
}

.row:not(:last-child) {
  margin-bottom: 3rem;
}

.accordion__item.active .accordion__title::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='20' height='3' viewBox='0 0 20 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2.14383V0.000976562H20V2.14383H0Z' fill='black'/%3E%3C/svg%3E%0A")
    no-repeat center;
}

.accordion__item.active .accordion__content {
  height: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cities_block {
  margin-top: 5rem;
  gap: 5rem;
}

.tabs {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
}

.tab {
  cursor: pointer;
  display: inline-block;
  border-bottom: none;
}

.tab:not(:last-child) {
  margin-right: 3rem;
}

.tab.active {
  color: var(--primary-color);
  border-bottom: 1px solid currentColor;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.popup {
  padding: 4rem;
  max-width: 70%;
  display: none;
}

.popup .title-md,
.popup .title-sm {
  margin-bottom: 2.4rem;
}

.popup .form-row:not(:last-child) {
  margin-bottom: 2.4rem;
}

.popup .form-btn {
  width: 100%;
}

.popup .fancybox-close-small {
  padding: 4px;
  opacity: 1;
}
.popup-message .text-lg {
  margin: 2rem 0;
}
.form-container {
  color: #000;
}

.pass-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}

.pass-form .title-sm {

  font-family: Hyundai;
  font-weight: 500;
}

.pass-form .form-field {
  min-width: 26rem;
  text-align: center;
}

.pass-form .btn {
  height: 5.2rem;
  border: 1px solid currentColor;
  min-width: 175px;
  margin-left: 2rem;
}

.pass-form .btn svg {
  margin-left: 2rem;
}

.common-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 0 3rem;
}

.common-form .form-row {
  width: calc(50% - 2rem);
  margin-bottom: 2rem;
}

.title-label {
  font-size: 2.4rem;
  font-weight: 500;
}

.image-field,
.image-field picture {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
}
.image-field .title-label {
  position: absolute;
  top: 0;
}
.image-field .checked {
  position: absolute;
  z-index: 1;
  left: 5.7rem;
  top: 17.2rem;
}

.image-field img {
  mix-blend-mode: darken;
}

#test_drive_fields .col {
  position: relative;
}

.form-row.full-width {
  width: 100%;
}

.form-row .radio-group {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.form-row .radio-group label {
  width: calc(33.3333% - 1rem);
  text-align: center;
  border-color: #e0e0e0;
  margin: 5px;
  font-weight: 500;
}

.form-row .radio-group input[type="radio"]:checked + label {
  background-color: transparent;
  color: var(--blue);
  border-color: var(--blue);
}

.form-row .radio-group input[type="radio"]:disabled + label {
  opacity: 0.4;
  cursor: not-allowed;
}

.form .form-row {
  position: relative;
}
.popup-message {
  text-align: center;
}
.popup-message .title-xs {
  margin: 1rem auto 2rem;
}

.error-message {
  position: absolute;
}
.error-message,
.errorMessage {
  margin-top: 5px;
  font-size: 14px;
  color: red;
  display: none;
}

.radio-group {
  display: flex;
  justify-content: center;
  margin: 3rem auto 4rem;
}

.radio-group input[type="radio"] {
  display: none;
}

.radio-group label {
  padding: 1.5rem 5rem;
  border: 1px solid #00aad2;
  color: #000;
  cursor: pointer;
}

.radio-group input[type="radio"]:checked + label {
  background-color: #00aad2;
  color: #fff;
}

.common-form label,
.form-label {
  display: block;
  position: relative;
  background: transparent;
  margin-bottom: 5px;
  z-index: 10;
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out,
    -webkit-transform 150ms ease-out;
  font-size: 14px;
  font-weight: 500;
}

.form-field {
  width: 100%;
  border: 1px solid #e2e4e5;
  color: var(--black);
  background: none;
  line-height: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: 0.3s ease;
  background: #fff;
}

select.form-field {
  height: 5rem;
}

.form-field:hover,
.form-field:focus {
  border-color: #000;
}

.form-msg {
  width: 100%;
  border: 0;
  border: 1px solid var(--black);
  color: var(--black);
  background: none;
  padding: 1rem 2rem;
  line-height: normal;
  background-image: linear-gradient(
    transparent,
    transparent calc(4rem - 1px),
    #000 0px
  );
  background-size: 100% 4rem;
}

.form-msg.form-msg-sm {
  height: 12rem;
}

.search-field {
  background: none;
  border: none;
}

.form-select {
  position: relative;
}

.form-select .icon {
  position: absolute;
  right: 1em;
  top: 5rem;
  pointer-events: none;
}

.form-select select {
  background: none;
  color: inherit;
  border: none;
  border-bottom: 1px solid;
  cursor: pointer;
}

.checkbox,
.radio {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
}

.checkbox a,
.radio a {
  text-decoration: underline;
  color: var(--primary-color);
}

.form-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form-checkbox + label {
  display: inline-flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  align-items: center;
}

.form-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 2px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  margin-right: 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.form-checkbox:not(:disabled):active + label::before {
  background-color: var(--black);
  border-color: var(--black);
}

.form-checkbox:checked + label::before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNjc5IDQuNjg2bC0uOTUzLjkzLS40NzYuNDY1TDQuNzc0IDEwLjVsOC44MS04LjYwNUwxMi4xNTMuNWwtNy4zOCA3LjIxLTMuMDk1LTMuMDI0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
}

.form-checkbox:disabled + label::before {
  background-color: #fff;
}

.radio label {
  margin-left: 1rem;
  cursor: pointer;
}

.form-radio {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background: #fff;
  width: 20px;
  height: 20px;
  color: var(--primary-color);
  border-color: var(--primary-color);
  background: var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
}

.form-btn {
  width: 100%;
}

@font-face {
  font-family: "Hyundai";
  src: url("../fonts/HyundaiSansText-Regular.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hyundai";
  src: url("../fonts/HyundaiSansHead-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "HAK";
  src: url("../fonts/HAK-Regular.woff2") format("woff2");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "HAK";
  src: url("../fonts/HAK-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "HAK";
  src: url("../fonts/HAK-Bold.woff2") format("woff2");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Museo";
  src: url("../fonts/Museo-300.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo";
  src: url("../fonts/Museo-500.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Museo";
  src: url("../fonts/Museo-700.woff") format("woff");
  font-weight: bold;
  font-display: swap;
}

.lang-kk {
  font-family: "Museo";
}
.color-main {
  color: var(--primary-color);
}

.lang-kk h4,
.lang-kk .title-xs {
  font-family: "Museo";
}

.color-grey {
  color: var(--grey);
}

.color-white {
  color: #fff;
}

[bg="white"] {
  background-color: white;
}

[bg="black"] {
  background-color: #000;
  color: #fff;
}
[bg="orange"] {
  background-color: #ff882f;
  color: #fff;
}
[bg="main"] {
  background-color: var(--primary-color);
  color: #fff;
}

[bg="light"] {
  background-color: var(--light-grey);
}

.page {
  flex: 1 1 auto;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner .banner-tag {
  background-color: transparent;
  color: #fff;
  padding: 1rem 1.5rem;
  display: inline-flex;
  font-size: 4rem;
  font-weight: 500;
  width: auto;
  line-height: 0.8;
  /*max-width: 36rem;*/
  display: flex;
}

.banner .text-group {
  max-width: 1000px;
  text-wrap: balance;
}

.banner .title-lg {
  margin-bottom: 1rem;
}

.banner .btn-group {
  margin-top: 5rem;
}

.banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  z-index: 1;
}

.banner-content {
  display: flex;
  min-height: 70rem;
  height: 100vh;
  color: #fff;
}

.banner-content.center {
  align-items: center;
}

#ext .image {
  display: flex;
  justify-content: center;
  mix-blend-mode: darken;
}

.flex .text-md {
  flex: 1;
  margin-right: 3vw;
  text-wrap: pretty;
}
.person-count {
  position: absolute;
  width: 21rem;
  height: 42.5rem;
  top: auto;
  left: auto;
  user-select: none;
}

.seat.seat-2 {
  opacity: 1;
  pointer-events: none;
}
.one-person .seat-1 {
  opacity: 1;
}
.one-person .seat-1,
.one-person .seat-3,
.one-person .seat-4 {
  /*pointer-events: none;*/
}
.seat {
  position: absolute;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.seat.active {
  opacity: 1;
}
.seat.active::before {
  content: "";
  position: absolute;
  background: url(../img/svg/check.svg) no-repeat center / contain;
  width: 24px;
  height: 24px;
}
.seat:hover {
  opacity: 1;
}

.seat.disabled {
  opacity: 0.55;
  filter: hue-rotate(132deg);
  cursor: not-allowed;
}

.seat-1 {
  top: 16rem;
  left: 4.8rem;
}
.seat-2 {
  left: 11.2rem;
  top: 16rem;
  pointer-events: none;
}
.seat-3 {
  left: 4.6rem;
  top: 23rem;
}
.seat-4 {
  left: 10.6rem;
  top: 23rem;
}

.spec {
  display: flex;
  justify-content: space-between;
}
.spec .title-xs {
  font-size: 2rem;
}

.bg-overlay {
  display: block;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.bg-overlay.active {
  opacity: 1;
  z-index: 90;
}

.bg-content {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}

.bg {
  position: relative;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.content-header {
  font-size: 1.563vw;
  margin-bottom: 3rem;
}

.content-header img {
  margin-right: 2rem;
}

.content {
  display: flex;
}

.content .image {
  min-width: 50rem;
  position: relative;
}

.content .image .group {
  position: relative;
}

.content .image .title-name {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  color: #fff;
}

.content .text {
  margin-right: 3vw;
}

#int .item {
  position: relative;
  display: block;
}
#int .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#int .item p {
  position: absolute;
  padding: 2rem;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-weight: 500;
}

.info {
  padding: 2rem 3rem;
}

.info .col {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid;
}

.table {
  width: 100%;
  border-spacing: 0;
}
.table td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid;
}

.info .btn {
  margin-top: 3rem;
  width: 100%;
}

.date-tag {
  position: absolute;
  top: 0;
  left: 3rem;
  display: flex;
  flex-direction: column;
  background-color: var(--primary-color);
  color: #fff;
  padding: 1.5rem;
  justify-content: center;
  align-items: center;
}
.date-tag .title-md {
  font-weight: 500;
}
#map {
  height: 100%;
  min-height: 52rem;
}

.section__title {
  margin-bottom: 5rem;
}

.tabs {
  text-transform: uppercase;
  font-weight: 600;
}

.grid-half {
  display: grid;
  grid-template-columns: 35% 1fr;
  grid-gap: 4rem;
}

.carousel {
  width: 100vw;
}

.carousel .swiper-slide {
  max-width: 37rem;
  margin-right: 3vw;
}

.carousel .image {
  height: 22.917vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.carousel h3 {
  font-weight: 500;
  margin: 3rem 0 2rem;
}

.carousel .color-grey {
  margin-bottom: 2rem;
}

.slider-controls {
  position: relative;
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slider-controls .swiper-button-prev::after,
.slider-controls .swiper-button-next::after {
  font-size: 3rem;
}

.slider-controls .swiper-button-next {
  right: 0;
}

.v-sep {
  background-color: var(--primary-color);
  height: auto;
  width: 1px;
  align-self: stretch;
  margin: 0 2vw;
}

#contacts .grid {
  align-items: center;
  grid-template-columns: 38rem 1fr;
}

.item-padding {
  padding: 5.5vw;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.4rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mb-8 {
  margin-bottom: 8rem;
}
.logo-am {
  max-width: 12rem;
  display: block;
}
.footer .lang {
  margin-top: 1rem;
}
@media screen and (max-width: 1280px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }
  .image-field .title-label {
    left: 0;
  }
  .image-field,
  .image-field picture {
    padding-top: 1.5rem;
  }
  .error-message {
    position: relative;
  }

  body {
    font-size: 14px;
  }
  .spec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .banner-content {
    min-height: auto;
    height: 125vw;
  }
  .nav__menu {
    display: flex;
    display: none;
    position: fixed;
    top: 57px;
    background-color: #fff;
    padding: 1rem 2rem 1rem;
    left: 0;
    width: 100%;
  }

  .nav__menu a {
    display: block;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }

  .spec.grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }

  hr {
    margin: 2rem auto;
  }

  .flex .text-md {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .btn {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
  }

  .content {
    flex-direction: column;
    align-items: flex-start;
  }

  .content .image {
    min-width: auto;
    margin-top: 3rem;
  }

  #contacts .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .section,
  .section-md {
    padding: 4rem 0;
  }

  .date-tag {
    padding: 1rem;
  }

  .info {
    padding: 2rem;
  }

  .info .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pass-form .btn {
    margin-left: 0;
    margin-top: 2rem;
  }

  .pass-form .title-sm {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .pass-form {
    flex-direction: column;
  }

  .pass-form .form-group {
    display: block;
    width: 100%;
  }

  .pass-form .btn {
    justify-content: center;
  }

  #map {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
    min-height: 36rem;
    margin-bottom: -4rem;
  }

  .mb-5 {
    margin-bottom: 3rem;
  }

  .btn {
    padding: 1.5rem 3rem;
  }

  #contacts .item:first-child {
    margin-bottom: 2rem;
  }

  .common-form .form-row {
    margin-right: 0;
  }

  header .logo {
    width: 21rem;
  }

  .header {
    font-size: 1.4rem;
  }

  .banner .banner-tag {
    font-size: 2rem;
  }

  .section-sm {
    padding: 3rem 0;
  }

  .form-field {
    line-height: 4.4rem;
  }

  select.form-field {
    height: 4.4rem;
  }

  .pass-form .btn {
    height: 4.4rem;
  }

  .section__header {
    text-align: center;
  }

  .header .container {
    padding: 2rem;
  }

  .mobile.menu {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.8125' y='-0.00634766' width='20' height='2' fill='white'/%3E%3Crect x='0.8125' y='6.99365' width='20' height='2' fill='white'/%3E%3Crect x='0.8125' y='13.9937' width='20' height='2' fill='white'/%3E%3C/svg%3E%0A");
    width: 2.1rem;
    height: 16px;
    margin-left: 2rem;
    background-repeat: no-repeat;
  }

  .header:not(.transparent) .mobile.menu {
    -webkit-filter: invert(1);
    filter: invert(1);
  }

  .radio-group label {
    padding: 1.25rem 2rem;
    font-size: 14px;
    width: 50%;
    text-align: center;
  }

  .radio-group {
    margin: 2rem 0;
  }

  .title-label {
    font-size: 1.8rem;
    width: 50%;
  }

  .image-field .checked {
    left: 16.5rem;
    top: 3.8rem;
  }

  .container .container-sm {
    padding: 0;
  }

  .container-sm {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-field {
    margin-bottom: 3rem;
  }

  .image-field .two-person .checked:nth-child(2) {
    left: 11rem;
    top: 8.4rem;
  }
}

@media screen and (max-width: 1000px) {
  .banner .container {
    top: 9rem;
    height: auto;
    justify-content: flex-start
  }
  .banner .container .title-md {
    margin-bottom: 90%;
  }
  .person-count {
    width: 31rem;
    width: 100%;
    height: 15rem;
  }
  .seat.active::before {
    width: 18px;
    height: 18px;
  }
  .seat {
    transform: rotate(90deg);
    width: 3.3rem;
  }

  .seat-1 {
    top: 3rem;
    left: 46vw;
  }
  .seat-2 {
    top: 7.5rem;
    left: 46vw;
  }
  .seat-3 {
    top: 3.4rem;
    left: 32vw;
  }
  .seat-4 {
    top: 7.5rem;
    left: 32vw;
  }
  .seat.active::before {
    transform: rotate(-90deg);
  }
  h1,
  .title-lg {
    font-size: 2.8rem;
  }
  .seat:hover img {
    opacity: 0;
  }
  .seat.active img {
    opacity: 1;
  }
  h2,
  .title-md {
    font-size: 2.2rem;
  }

  h3,
  .title-sm {
    font-size: 2rem;
  }

  h4,
  .title-xs {
    font-size: 1.8rem;
  }

  .text,
  .text-lg,
  .text-md,
  .text-sm,
  .text-xs {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .text h2,
  .text h3,
  .text h4,
  .text h5,
  .text p:not(:last-child) {
    margin-bottom: 1.6rem;
  }

  .accordion__title {
    padding: 1.6rem 0;
    font-size: 1.6rem;
    align-items: flex-start;
  }

  .accordion__title span {
    flex: 1;
  }

  .accordion__title::after {
    background-size: 1.6rem;
    width: 1.6rem;
  }

  .common-form {
    display: flex;
    flex-wrap: wrap;
  }

  .common-form .form-row {
    width: 100%;
  }

  .form-btn.btn {
    width: 100%;
    padding: 2rem;
  }
}
.city_block,
.cities_block img {
  width: 100%;
}
.banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0)); 
  pointer-events: none; 
}
@media screen and (max-width: 640px) {
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5 {
    grid-template-columns: repeat(1, 100%);
  }

  .cities_block {
    margin-top: 1rem;
    gap: 0;
  }

}
