:root {
    /* Colors from the palette */
    --white: #FFFFFF;
    --black: #000000;
    --red: #F32A2A;
    
    /* Layout */
    --container-width: 1360px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}
a:hover {
    color: var(--red);
}

body {
    font-family: 'Chakra Petch', sans-serif;
    color: var(--white);
    line-height: 1.6;
    background: rgba(18, 18, 18, 1);
    overflow-x: hidden;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}


:focus:not(:focus-visible) {
  outline: none;
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}

.site-header {
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8.300000190734863px);
    background: rgba(255, 255, 255, 0.05);
    position: sticky;
    top: 0px;
    z-index: 99;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 30px 0;
}
.main-nav > ul {
    list-style: none;
    display: flex;
    gap: 40px;
}
.main-nav ul li a {
    text-decoration: none;
    color: var(--white);
    font-family: Chakra Petch;
    font-size: 15px;
    font-weight: 600;
    line-height: 24.99px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}
.main-nav .menu-item-has-children {
    position: relative;
}
.main-nav .menu-item-has-children::after {
    content: '+';
    color: var(--red);
    font-family: Chakra Petch;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    padding-left: 5px;
}
.main-nav .menu-item-has-children .sub-menu {
    position: absolute;
    top: 115%;
    left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    min-width: 225px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(6, 6, 6, 0.14) 0px 0px 10px;
    transform-origin: 0px 0px 0px;
    text-align: left;
    transform: scaleY(0);
    background: rgb(22, 22, 22);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(237, 237, 237);
    border-image: initial;
    transition: 200ms linear;
}
.main-nav .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}
.main-nav .menu-item-has-children .sub-menu li {
    list-style: none;
    white-space: nowrap;
    position: relative;
}
.main-nav .menu-item-has-children .sub-menu li a {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 1.714;
    padding: 11.7px 25px;
    color: var(--white);
    font-weight: 600;
    border-bottom: 1px solid rgba(248, 246, 247, 0.1);
}
.main-nav .menu-item-has-children:hover .sub-menu li a:hover, .main-nav ul li a:hover {
    color: var(--red);
}
.header-working {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header-phone {
    color: rgba(237, 237, 237, 1);
    font-family: Mulish !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.99px;
    text-align: left;
    text-decoration: none;
}
.header-working-bottom {
    display: block;
    margin-left: auto;
    color: rgba(143, 143, 143, 1);
    font-family: Mulish !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.99px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration: none;
}
.header-adress {
    color: rgba(237, 237, 237, 1);
    font-family: Mulish;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.99px;
    text-align: right;
}
.btn, input[type="submit"], .btn-form button[type="submit"], button, .button {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  border-radius: 0;
  z-index: 1;
}
.classic-btn {
    color: var(--white);
    font-family: Chakra Petch;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--red);
    padding: 18px 39px 15px 39px;
    border: 2px solid var(--red);
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}
.classic-btn:hover {
    color: #fff;
    background-color: transparent;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 100% 100%, 0 100%, 0 20px);
}
.classic-btn:after {
  content: '';
  position: absolute;
  top: -110%;
  left: -210%;
  width: 400%;
  height: 150%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, .25);
  background: linear-gradient(to right, rgba(255, 255, 255, .25) 0%, rgba(255, 255, 255, .13) 77%, rgba(255, 255, 255, .5) 92%, rgba(255, 255, 255, ) 100%);
}
.classic-btn:hover:after {
  opacity: 1;
  top: -30%;
  left: 25%;
  -webkit-transition: left 1.5s, top 1.5s, opacity 0.15s ease;
  -khtml-transition: left 1.5s, top 1.5s, opacity 0.15s ease;
  -moz-transition: left 1.5s, top 1.5s, opacity 0.15s ease;
  -ms-transition: left 1.5s, top 1.5s, opacity 0.15s ease;
  -o-transition: left 1.5s, top 1.5s, opacity 0.15s ease;
  transition: left 1.5s, top 1.5s, opacity 0.15s ease;
}
.header-btn-wrapper {
    filter: drop-shadow(0 0px 27px rgba(243, 42, 42, 1));
    display: inline-block;
}
.header-mobile {
    display: none;
}
.mobile-menu {
    display: none;
}
.hero {
    background: url('../img/hero-bg.jpg') no-repeat center/cover;
    padding: 350px 0 150px;
}
.hero h1 {
    color: rgba(255, 255, 255, 1);
    font-family: Chakra Petch;
    font-size: 72px;
    font-weight: 700;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase;
    max-width: 750px;
    margin-bottom: 34px;
}
.hero p {
    display: none;
    color: rgba(237, 237, 237, 1);
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 0px;
    letter-spacing: 15%;
    text-align: center;
}
.partners {
    background-color: #000;
    overflow: hidden;
    position: relative;
    padding: 40px 0;
}

.partners-track {
    display: flex;
    width: max-content;
    gap: 35px;
}

.partners-group {
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 0 40px;
}

.partners img {
    width: auto;
}

.video-section {
    padding: 120px 0 0px 0;
    position: relative;
}
.video-section .container {
    padding: 0
}
.title-box {
    position: relative;
    min-height: 100px;
}
.title-label {
    position: absolute;
    top: -50px;
    left: 0;
    color: transparent;
    font-family: Chakra Petch;
    font-size: 72px;
    font-weight: 700;
    line-height: 94px;
    text-transform: uppercase;
    z-index: 1;
    pointer-events: none;
    -webkit-text-stroke: 2px #4C4C4C;
    text-stroke: 2px #4C4C4C;
    opacity: 0.8;

}
.title-box h2 {
    position: relative;
    color: rgba(237, 237, 237, 1);
    font-family: Chakra Petch;
    font-size: 72px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    z-index: 2;
    margin: 0;
    padding-left: 20px; /* Небольшой отступ */
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, transparent 30%);
    -webkit-background-clip: text;
    background-clip: text;
    padding-left: 0;
}
.bg-overlay {
    position: absolute;
    right: 0;
    top: 0;
}
.section-top-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    user-select: none;
    pointer-events: none;
    z-index: 3;
}
.section-top-overlay img {
    width: 100%;
    height: 100%;
}
.video-box {
    position: relative;
    margin-top: 50px;
    width: 100%;
    height: 600px;
}
.video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.video-placeholder.hidden {
    opacity: 0;
    pointer-events: none;
}

.placeholder-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 3;
    transition: transform 0.2s ease;
}

.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.05);
}

.play-btn::before,
.play-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s ease;
    pointer-events: none;
    z-index: -1;
}

/* 1 */
.play-btn::before {
    width: 180px;
    height: 180px;
    border: 1px solid rgba(255, 255, 255, 1);
    transition-delay: 0.1s;
}

/* 2 */
.play-btn::after {
    width: 220px;
    height: 220px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    transition-delay: 0.2s;
}

/* 3 */
.video-placeholder::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: all 0.4s ease;
    transition-delay: 0.3s;
    pointer-events: none;
    z-index: 1;
}

.play-btn.hovered::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.play-btn.hovered::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.video-placeholder:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Стили для iframe */
.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.video-iframe {
    width: 100%;
    height: 100%;
    border: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-iframe.loaded {
    opacity: 1;
}
.who-is {
    margin-top: 170px;
    margin-bottom: 100px;
}
.who-is-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.who-is-item {
    border: 1px solid rgba(133, 133, 133, 1);
    border-radius: 10px;
    padding: 25px;
    transition: all 0.4s ease-in-out;
    will-change: transform, border, background, box-shadow;
}
.who-is-item:hover {
    transform: translateY(-30px);
    border: 1px solid rgba(243, 42, 42, 1);
    background: rgba(0, 0, 0, 1);
    box-shadow: 0px 15px 53.29999923706055px 0px rgba(255, 0, 0, 0.43);
}
.who-is-item-head {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 50px;
}
.who-is-item-head h3 {
    font-family: Mulish;
    color: rgba(237, 237, 237, 1);
    font-size: 28px;
    line-height: 1.4;
    text-align: left;
    text-transform: uppercase;
}
.who-is-item p {
    color: rgba(169, 169, 169, 1);
    font-family: Mulish;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
}




.package {
    margin-top: 170px;
    background: url('../img/pattern.png') no-repeat;
    background-size: cover;
    background-position: 100% 140px;
}
.package-swiper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 58px;
}
.package-item {
    position: relative;
    padding: 30px;
    perspective: 1000px;
    overflow: hidden;
    transition: box-shadow 0.6s ease-in-out, 
                border 0.6s ease-in-out, 
                transform 0.6s ease-in-out;
    border: 1px solid transparent;
}

.package-front, .package-back {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
    min-height: 540px;
    position: relative;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.package-front {
    transform: rotateY(0deg);
    opacity: 1;
}

.package-back {
    display: block;
    height: 100%;
    min-height: 600px;
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    transform: rotateY(180deg);
    opacity: 0;
    z-index: 1;
}

.package-front h3 {
    color: rgba(255, 255, 255, 1);
    font-family: Chakra Petch;
    font-size: 24px;
    font-weight: 700;
    line-height: 25.65px;
    text-align: center;
}

.package-front-bottom-row {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.package-front-bottom-row .package-price, 
.package-front-bottom-row .package-duration {
    display: flex;
    gap: 5px;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    font-family: Mulish;
    font-size: 15.88px;
    font-weight: 600;
    line-height: 25.4px;
    text-align: left;
}

.package1 {
    background: url('../img/package1.jpg') center center no-repeat;
    background-size: cover;
}

.package2 {
    background: url('../img/package2.jpg') center center no-repeat;
    background-size: cover;
}

.package3 {
    background: url('../img/package3.jpg') center center no-repeat;
    background-size: cover;
}

.package4 {
    background: url('../img/package4.jpg') center center no-repeat;
    background-size: cover;
}

.front-book {
    margin-top: 28px;
}
.package-back h3 {
    color: rgba(255, 255, 255, 1);
    font-family: Chakra Petch;
    font-size: 24px;
    font-weight: 700;
    line-height: 25.65px;
    text-align: center;
    margin-bottom: 25px;
}
.package-back-row {
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 1);
    font-family: Mulish;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    margin-bottom: 5px;
}
.package-back-row span:last-child {
    color: var(--red);
}
.package-back p {
    display: block;
    color: rgba(255, 255, 255, 1);
    font-family: Mulish;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 30px;
}
.package-back h4 {
    color: rgba(255, 255, 255, 1);
    font-family: Mulish;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
}
.package-back-list {
    padding-top: 5px;
    color: rgba(255, 255, 255, 1);
    font-family: Mulish;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}
.package-back .package-front-bottom-row {
    margin-top: 50px;
}
.package-back .classic-btn {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
.package-item:hover {
    box-sizing: border-box;
    border: 1px solid rgba(243, 42, 42, 1);
    box-shadow: 0 0 272px rgba(243, 42, 42, 0.8);
    transform:scaleY(1.05)
}
.package-item:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.package-item:hover .package-front {
    transform: rotateY(-180deg);
    opacity: 0;
}

.package-item:hover .package-back {
    transform: rotateY(0deg);
    opacity: 1;
}





.arcade {
    position: relative;
    padding-top: 170px;
    background: url('../img/pattern.png') center 7px no-repeat;
    background-size: cover;
}
.arcade-image {
    margin: -75px auto 45px auto;
}
.arcade-description {
    color: rgba(255, 255, 255, 1);
    font-family: Mulish;
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
    text-align: left;
    text-transform: uppercase;
}
.arcade-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 75px;
}
.arcade-item h3 {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 46.28px;
    letter-spacing: 3%;
    text-transform: uppercase;
}
.arcade-item img {
    border-radius: 4px;
    margin-bottom: 20px;
}
.arcade-item p {
    color: rgba(169, 169, 169, 1);
    font-family: Mulish;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
}
.acrace-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.offers {
    margin-top: 170px;
    background: url('../img/offers-bg.png') center no-repeat;
    background-size: cover;
}
.offers-wrapper {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.offers-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1.48px solid transparent;
    border-radius: 16px;
    padding: 10px 38px 38px 38px;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}
.offers-item:hover {
    border: 1.48px solid var(--red);
    box-shadow: 0 0 272px rgba(243, 42, 42, 0.8);
}
.offers-item img {
    height: 150px;
    width: auto;
}
.offers-item h3 {
    font-family: Chakra Petch;
    font-size: 36px;
    font-weight: 700;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
}
.offers-item .offers-mini-desc {
    margin-top: 12px;
    font-family: Mulish;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
}
.offers-item p {
    margin-top: 80px;
    margin-bottom: 50px;
    color: rgba(134, 134, 134, 1);
    font-family: Mulish;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0%;
    text-align: center;
    min-height: 75px;
}
.offers-item:nth-child(odd) {
    background: rgba(18, 18, 18, 1) url('../img/offer-bg-black.png') 70px bottom no-repeat;
    background-size: contain;
    color: var(--white);
}

.offers-item:nth-child(even) {
    background: var(--white) url('../img/offer-bg-red.png') 70px bottom no-repeat;
    background-size: contain;
    color: var(--black);
}
.offers-item:nth-child(5) h3 {
    color: var(--red);
}
.offers-item:nth-child(8) .offers-mini-desc {
    color: var(--red);
}
.offers-item .classic-btn {
    width: 100%;
}
.offer-item-btn {
    position: relative;
    display: block;
    padding: 18px;
    width: 100%;
    background: transparent;
    color: var(--white);
    font-family: Chakra Petch;
    font-size: 23.68px;
    font-weight: 700;
    line-height: 28.75px;
    text-align: center;
    transition: all 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease, 
                padding 0.3s ease, clip-path 0.3s ease, transform 0.3s ease;
}

.offers-item:nth-child(even) .offer-item-btn {
    color: var(--black);
    transition: color 0.3s ease;
}

.offers-item:nth-child(even):hover .offer-item-btn {
    color: var(--red);
    transition: color 0.3s ease;
}

.offers-item:hover .offer-item-btn {
    color: var(--white) !important;
    font-family: Chakra Petch;
    font-size: 23.68px;
    font-weight: 700;
    line-height: 28.75px;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--red);
    padding: 18px 39px 15px 39px;
    border: 2px solid var(--red);
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease, 
                padding 0.3s ease, clip-path 0.3s ease, transform 0.3s ease;
}

.offer-item-btn::before,
.offer-item-btn::after,
.offer-item-btn .left-border,
.offer-item-btn .right-border {
    content: '';
    position: absolute;
    background: var(--red);
    transition: all 0.3s ease;
}

.offer-item-btn[disabled]::before,
.offer-item-btn[disabled]::after,
.offer-item-btn[disabled] .left-border,
.offer-item-btn[disabled] .right-border {
    content: '';
    position: absolute;
    background: #949494;
    transition: all 0.3s ease;
}

.offer-item-btn::before {
    top: 0;
    left: 15px;
    right: 0;
    height: 2px;
    transition: left 0.3s ease, right 0.3s ease;
}

.offer-item-btn::after {
    bottom: 0;
    left: 0;
    right: 15px;
    height: 2px;
    transition: left 0.3s ease, right 0.3s ease;
}

.offer-item-btn .left-border {
    left: 0;
    top: 15px;
    bottom: 0;
    width: 2px;
    transition: top 0.3s ease, bottom 0.3s ease;
}

.offer-item-btn .right-border {
    right: 0;
    top: 0;
    bottom: 15px;
    width: 2px;
    transition: top 0.3s ease, bottom 0.3s ease;
}

.offers-item .offer-item-btn[disabled] {
    color: #949494 !important;
    user-select: none;
    pointer-events: none;
    background-color: transparent !important;
    border: 2px solid transparent !important;
    padding: 18px;
    transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease;
}

.offer-item-btn:hover {
    box-shadow: 0 5px 15px rgba(243, 42, 42, 0.3);
    transition: all 0.3s ease;
}

.offers-item .offer-item-btn[disabled]:hover {
    transform: none;
    box-shadow: none;
}

.faq {
    margin-top: 120px;
}
.faq-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    color: rgba(178, 178, 178, 1);
    font-family: Mulish;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    padding: 0 35px;
    transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
}
.faq-item.faq-active .faq-answer {
    max-height: 500px;
    opacity: 1;
    padding: 30px 35px;
}
.faq-container {
    margin-top: 70px;
}
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 35px;
    color: rgba(255, 255, 255, 1);
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    border: 1.17px solid rgba(27, 27, 27, 1);
    border-radius: 11.66px;
    background: var(--black);
    cursor: pointer;
}
.classic-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(18, 18, 18, 1);
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-top: 120px;
    padding-bottom: 120px;
}
.footer-col-normalize {
    padding-left: 40px;
}
.footer-desc {
    margin-top: 12px;
    color: rgba(237, 237, 237, 1);
    font-family: Mulish;
    font-size: 15px;
    font-weight: 400;
    line-height: 21.66px;
    text-align: left;
}
.footer-support {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.footer-support span {
    color: rgba(198, 198, 198, 1);
    font-family: Mulish;
    font-size: 14px;
    font-weight: 500;
    line-height: 23.8px;
    text-align: left;
}
.footer-support a {
    color: var(--white);
    font-family: Chakra Petch;
    font-size: 23px;
    font-weight: 700;
    line-height: 33.35px;
    text-align: left;
}
.footer-support a:hover {
    color: var(--red);
}
.footer-column h3 {
    margin-bottom: 35px;
    color: rgba(237, 237, 237, 1);
    font-family: Chakra Petch;
    font-size: 18px;
    font-weight: 600;
    line-height: 25.99px;
    text-align: left;
}
.footer-social {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer-social li {
    list-style: none;
}
.footer-social a {
    position: relative;
    width: fit-content;
    padding-left: 20px;
    color: rgba(237, 237, 237, 1);
    font-family: Chakra Petch;
    font-size: 15px;
    font-weight: 600;
    line-height: 24.99px;
    text-align: left;
}
.footer-social a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  border-bottom: 2px dashed #f32a2a;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.footer-social a:hover:after {
  width: 100%;
}
.footer-social a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: var(--red);
}
.footer-menu ul {
    display: flex;
    flex-direction: column;
    gap: 15px; 
}
.footer-menu a {
    position: relative;
    padding-left: 20px;
    color: rgba(237, 237, 237, 1);
    font-family: Chakra Petch;
    font-size: 15px;
    font-weight: 600;
    line-height: 24.99px;
    text-align: left; 
}
.footer-menu a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: var(--red);
}
.footer-menu a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  border-bottom: 2px dashed #f32a2a;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.footer-menu a:hover:after {
  width: 100%;
}
.newsletter-form {
    display: flex;
    flex-direction: column;
}
.newsletter-form label {
    color: rgba(237, 237, 237, 1);
    font-family: Chakra Petch;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
}
.newsletter-form input {
    color: rgba(237, 237, 237, 1);
    font-family: Mulish;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    height: 40px;
    border: none;
    border-bottom: 2px solid rgba(70, 70, 70, 1);
    background: transparent;
    outline: none;
    transition: border-bottom 0.3s ease;
    position: relative;
    z-index: 2;
}
.newsletter-form span {
    position: relative;
    display: block;
    height: 2px;
    background: rgba(70, 70, 70, 1);
    margin-top: -2px;
}

.newsletter-form span::before,
.newsletter-form span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background: var(--red);
    transition: width 0.3s ease;
}

.newsletter-form span::before {
    width: 100%;
    background: rgba(70, 70, 70, 1);
}

.newsletter-form span::after {
    width: 0;
    background: var(--red);
}

.newsletter-form input:focus + span::before {
    width: 0;
    transition: width 0.5s ease;
}

.newsletter-form input:focus + span::after {
    width: 100%;
    transition: width 0.5s ease 0.1s;
}

.newsletter-form input:focus,
.newsletter-form input:active,
.newsletter-form input:hover {
    border-bottom-color: transparent;
}
.newsletter-form .classic-btn {
    display: block;
    margin-top: 30px;
}
.footer-bottom {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.footer-bottom-left, .footer-bottom-right {
    color: rgba(237, 237, 237, 1);
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.1px;
    letter-spacing: 0%;
    text-align: center;
}
.footer-bottom-left span, .footer-bottom-right a {
    color: var(--red);
}

.desktop-version {
    display: block;
}

.mobile-version {
    display: none;
}






.works {
    margin-top: 120px;
}

.wheel-container {
    position: relative;
    width: 100%;
    height: 140px;
}

.wheel {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
    height: 140px;
    transition: left 0.5s ease-out;
    z-index: 10;
}

.wheel img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.progress-line {
    position: relative;
    height: 4px;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.progress-line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: repeating-linear-gradient(
        to right,
        var(--red) 0,
        var(--red) 3px,
        transparent 3px,
        transparent 12px
    );
    transform: translateY(-50%);
    z-index: 1;
}

.progress-dots {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dot {
    width: 14px;
    height: 14px;
    background-color: var(--red);
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.steps {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    gap: 20px;
}

.step {
    flex: 1;
    text-align: left;
}

.step-number {
    color: var(--white);
    font-family: Mulish;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
}

.step-number span {
    color: var(--red);
}




.test-drive {
    position: relative;
    margin-top: 110px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: url('../img/drive-bg.png') center right no-repeat;
    background-size: 430px;
}
.test-drive-image {
    position: absolute;
    top: 0;
    right: 0;
}
.test-drive-left {
    width: 70%;
}
.test-drive-description p {
    margin-top: 40px;
    margin-bottom: 15px;
    color: rgba(237, 237, 237, 1);
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
}
.test-drive-description span {
    color: rgba(255, 255, 255, 1);
    font-family: Mulish;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
}
.test-drive-form {
    margin-top: 40px;
}

.test-drive-form-row {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.drive-form-input {
    flex: 1;
    min-width: 250px;
    position: relative;
}

.test-drive-form label {
    color: var(--red);
    font-family: Chakra Petch;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.1px;
    letter-spacing: 0%;
    text-align: left;
    display: block;
    margin-bottom: 10px;
}

.test-drive-form label b {
    color: var(--white);
}

.test-drive-form input {
    color: rgba(237, 237, 237, 1);
    font-family: Mulish;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    height: 40px;
    width: 100%;
    border: none;
    border-bottom: 2px solid rgba(70, 70, 70, 1);
    background: transparent;
    outline: none;
    transition: border-bottom 0.3s ease;
    position: relative;
    z-index: 2;
    padding: 0;
}

.drive-form-input span.input-animate {
    position: relative;
    display: block;
    height: 2px;
    background: rgba(70, 70, 70, 1);
    margin-top: -2px;
}

.drive-form-input span.input-animate::before,
.drive-form-input span.input-animate::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background: var(--red);
    transition: width 0.3s ease;
}

.drive-form-input span.input-animate::before {
    width: 100%;
    background: rgba(70, 70, 70, 1);
}

.drive-form-input span.input-animate::after {
    width: 0;
    background: var(--red);
}

.test-drive-form input[type="text"]:focus + span.input-animate::before,
.test-drive-form input[type="email"]:focus + span.input-animate::before,
.test-drive-form input[type="tel"]:focus + span.input-animate::before {
    width: 0;
    transition: width 0.5s ease;
}

.test-drive-form input[type="text"]:focus + span.input-animate::after,
.test-drive-form input[type="email"]:focus + span.input-animate::after,
.test-drive-form input[type="tel"]:focus + span.input-animate::after {
    width: 100%;
    transition: width 0.5s ease 0.1s;
}

.test-drive-form input[type="text"]:focus,
.test-drive-form input[type="email"]:focus,
.test-drive-form input[type="tel"]:focus,
.test-drive-form input[type="text"]:active,
.test-drive-form input[type="email"]:active,
.test-drive-form input[type="tel"]:active,
.test-drive-form input[type="text"]:hover,
.test-drive-form input[type="email"]:hover,
.test-drive-form input[type="tel"]:hover {
    border-bottom-color: transparent;
}

.test-drive-form .form-agree {
    width: 100%;
}
.form-agree a {
	padding-left: 5px;
}

.test-drive-form .checkbox-label {
    display: inline;
    align-items: center;
    cursor: pointer;
    font-family: Mulish;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    position: relative;
    padding-left: 30px;
    min-height: 18px;
}

.test-drive-form .checkbox-label a {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
    transition: color 0.3s ease;
    padding-left: 5px;
}

.test-drive-form .checkbox-label a:hover {
    color: var(--red);
}

.test-drive-form .checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.test-drive-form .checkmark {
    position: absolute;
    left: 0;
    top: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 1px solid rgba(227, 227, 227, 1);
    border-radius: 4px;
    transition: all 0.3s ease;
}

.test-drive-form .checkbox-label:hover input ~ .checkmark {
    border-color: var(--white);
}

.test-drive-form .checkbox-label input:checked ~ .checkmark {
    background-color: var(--red);
    border-color: var(--red);
}

.test-drive-form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.test-drive-form .checkbox-label input:checked ~ .checkmark:after {
    display: block;
}
.test-drive-form .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.test-drive-form .classic-btn {
    display: block;
    width: 100%;
}
.reviews {
    margin-top: 170px;
}
.reviews-head {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.simple-btn {
    background: rgba(243, 42, 42, 1);
    padding: 16px 24px 16px 24px;
    color: rgba(255, 255, 255, 1);
    font-family: Chakra Petch;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}
.simple-btn:hover {
    color: #fff;
    background-color: rgba(243, 42, 42, 1);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 100% 100%, 0 100%, 0 20px);
}
.simple-btn:after {
  content: '';
  position: absolute;
  top: -110%;
  left: -210%;
  width: 400%;
  height: 150%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, .25);
  background: linear-gradient(to right, rgba(255, 255, 255, .25) 0%, rgba(255, 255, 255, .13) 77%, rgba(255, 255, 255, .5) 92%, rgba(255, 255, 255, ) 100%);
}
.simple-btn:hover:after {
  opacity: 1;
  top: -30%;
  left: 25%;
  -webkit-transition: left 1.5s, top 1.5s, opacity 0.15s ease;
  -khtml-transition: left 1.5s, top 1.5s, opacity 0.15s ease;
  -moz-transition: left 1.5s, top 1.5s, opacity 0.15s ease;
  -ms-transition: left 1.5s, top 1.5s, opacity 0.15s ease;
  -o-transition: left 1.5s, top 1.5s, opacity 0.15s ease;
  transition: left 1.5s, top 1.5s, opacity 0.15s ease;
}



.reviews-swiper {
    margin-top: 25px;
}
.reviews-item-text {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    border: 0.5px solid rgba(86, 84, 91, 1);
    border-radius: 16px;
    background: rgba(29, 29, 29, 1);
}
.reviews-item-text .rating {
    margin-bottom: 16px;
}
.review-text {
    margin-top: 16px;
    color: var(--white);
    font-family: Mulish;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
}
.rating-meta {
    margin-top: 16px;
}
.rating-meta h4 {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
}
.rating-meta span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
}
.rating-meta img {
    margin-top: 16px;
    border-radius: 50%;
    height: 40px;
}
.reviews-item-video {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: auto;
    border-radius: 16px;
}

.reviews-item-video img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.reviews-item-video .rating-meta {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.reviews-item-video .rating-meta img {
    margin-top: 0;
    margin-right: 12px;
}

.reviews-item-video .rating-meta-name {
    flex: 1;
}

.reviews-item-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 16px;
    display: none;
}

.reviews-item-video.video-playing .rating-meta,
.reviews-item-video.video-playing img,
.reviews-item-video.video-playing svg {
    display: none;
}

.reviews-item-video.video-playing iframe {
    display: block;
}
.reviews-item-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.reviews-item-video .rating-meta {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 24px;
    z-index: 2;
}
.reviews-item-video .rating-meta img {
    height: 40px;
    width: auto;
}
.reviews-item-video .review-video-overlay {
    position: absolute;
    left: 0;
    bottom: -10px;
    height: auto;
    z-index: 1;
    user-select: none;
    pointer-events: none;
}


.contacs {
    margin-top: 120px;
}
.contacts-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}
.contacs-item {
    display: flex;
    flex-direction: column;
    padding: 40px;
    height: 186px;
    border: 1px solid rgba(52, 52, 52, 1);
}
.contacs-item h4 {
    margin-bottom: 15px;
    color: rgba(237, 237, 237, 1);
    font-family: Chakra Petch;
    font-size: 23px;
    font-weight: 700;
    line-height: 33px;
    text-align: left;
}
.contacts-item-info {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 5px;
}
.contacs-item span, .contacs-item a {
    color: rgba(237, 237, 237, 1);
    font-family: Mulish;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
}
.contacts-item-info.contacts-info-links {
    flex-direction: column;
    gap: 10px;
}
.contact-google-maps {
    margin-top: 32px;
    position: relative;
    border: 1px solid #343434;
}
.contact-google-maps:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 300px;
  background-color: #fff;
  pointer-events: none;
  mix-blend-mode: difference;
  z-index: 1;
}
.contact-google-maps iframe {
    width: 100%;
    height: 300px;
    border: none;
}
.pc-none {
    display: none !important;
}
.m-none {
    display: grid !important;
}
.custom-cursor {
    opacity: 0;
    position: absolute;
    left: -100px;
    top: 0;
}
.makswell-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.makswell-modal-content {
    position: relative;
    border-radius: 5px;
    background: rgb(33, 40, 46);
    padding: 45px;
    max-width: 540px;
    width: 100%;
    text-align: center;
}
.makswell-modal-close {
    position: absolute;
    top: 25px;
    right: 25px;
}
.makswell-modal-content h2 {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 120%;
    font-weight: 400;
    text-align: left;
    font-family: Chakra Petch;
}
.makswell-modal-content p {
    font-size: 16px;
    font-family: Mulish;
    line-height: 120%;
    text-align: left;
    margin-top: 25px;
}
.makswell-modal-content .test-drive-form {
    margin-top: 25px;
}
.makswell-modal-content .form-agree {
    margin-top: 25px;
    text-align: left;
}
.makswell-modal-content .classic-btn {
    margin-top: 40px;
}
.makswell-modal-content .drive-form-input {
    margin-top: 25px;
}
.makswell-modal-content .test-drive-form label {
    margin-bottom: 0px;
}
.makswell-modal-content .test-drive-form .checkbox-label {
    display: inline-block;
}
.modal-form-succes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 35px;
}
.ct-newsletter1 .item--title {
  color: #ededed;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2px;
}
.ct-newsletter1 .item--description {
  color: #ededed;
  margin-bottom: 26px;
  font-size: 15px;
  font-weight: 500;
}
.ct-newsletter1 .newsletter {
  position: relative;
}
.ct-newsletter1 .newsletter .tnp-field-email {
  position: relative;
  border-bottom: 2px solid transparent;
}
.ct-newsletter1 .newsletter .tnp-field-email label {
  display: none;
}
.ct-newsletter1 .newsletter .tnp-field-email span:before, .ct-newsletter1 .newsletter .tnp-field-email span:after {
  content: '';
  position: absolute;
  bottom: -2px;
  height: 2px;
}
.ct-newsletter1 .newsletter .tnp-field-email span:before {
  right: 0;
  width: 100%;
  background-color: #464646;
  -webkit-transition: all 200ms linear 50ms;
  -khtml-transition: all 200ms linear 50ms;
  -moz-transition: all 200ms linear 50ms;
  -ms-transition: all 200ms linear 50ms;
  -o-transition: all 200ms linear 50ms;
  transition: all 200ms linear 50ms;
}
.ct-newsletter1 .newsletter .tnp-field-email span:after {
  left: 0;
  width: 0;
  background-color: #f32a2a;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.ct-newsletter1 .newsletter .tnp-field-email input {
  width: 100%;
  color: #ededed;
  background-color: transparent;
  font-size: 14px;
  line-height: 2.7857;
  font-weight: 600;
  padding: 0;
  outline: none;
  border: none;
}
.ct-newsletter1 .newsletter .tnp-field-email input:focus + span:before {
  width: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.ct-newsletter1 .newsletter .tnp-field-email input:focus + span:after {
  width: 100%;
  -webkit-transition: all 200ms linear 50ms;
  -khtml-transition: all 200ms linear 50ms;
  -moz-transition: all 200ms linear 50ms;
  -ms-transition: all 200ms linear 50ms;
  -o-transition: all 200ms linear 50ms;
  transition: all 200ms linear 50ms;
}
.ct-newsletter1 .newsletter .tnp-field-button .tnp-button {
  width: 100%;
  padding: 16px 60px 16px 60px;
}
.ct-newsletter1 .newsletter .tnp-field-email + .tnp-field-button {
  margin-top: 30px;
}
.ct-newsletter2 .text-inner {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.btn.btn-style2 {
 	font-size: 18px;
    line-height: 1.3em;
    background-color: #f32a2a;
    padding: 18px 39px 15px 39px;
    border: 2px solid #f32a2a;
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    font-family: 'Chakra Petch', sans-serif;
}
.btn.btn-style2:hover {
	color: #fff;
    background-color: transparent;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 100% 100%, 0 100%, 0 20px);
}
.btn.btn-style2:hover:after {
opacity: 1;
    top: -30%;
    left: 25%;
    -webkit-transition: left 1.5s, top 1.5s, opacity 0.15s 
ease;
    -khtml-transition: left 1.5s, top 1.5s, opacity 0.15s ease;
    -moz-transition: left 1.5s, top 1.5s, opacity 0.15s ease;
    -ms-transition: left 1.5s, top 1.5s, opacity 0.15s ease;
    -o-transition: left 1.5s, top 1.5s, opacity 0.15s ease;
    transition: left 1.5s, top 1.5s, opacity 0.15s 
ease;
}
.desktop-none {
	display: none !important;
}
.mobile-none {
	display: block !important;
}

@media (max-width: 1200px) {
    html {
        overflow-x: hidden;
    } 
    .container {
        padding: 0 15px;
    }
    .site-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .pc-none {
        display: block !important;
    }
    .m-none {
        display: none !important;
    }
	.desktop-none {
		display: block !important;
	}
	.mobile-none {
		display: none !important;
	}
	.header-top {
    	padding: 20px 0 !important;
	}
    .video-section .container {
        padding: 0 15px;
    }
    .header-mobile {
        display: flex;
        align-items: center;
        gap: 30px;
    }
    .close-mobile-menu {
        opacity: 0;
        display: none;
    }
    .header-top > .main-nav, .header-working, .header-btn-wrapper, .header-adress {
        display: none;
    }
    .header-mobile-btn {
        color: rgba(255, 255, 255, 1);
        font-family: Chakra Petch;
        font-size: 12px;
        font-weight: 700;
        line-height: 12px;
        text-align: center;
        box-sizing: border-box;
        padding: 12px 4px;
        border: 1px solid var(--red);
        border-radius: 3px;
        background: var(--red);
    }
    .header-mobile-btn:hover {
    	color: #640000;
    }
    .mobile-menu {
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }
    .mobile-menu.active {
        position: fixed;
        top: 0;
        left: 0;
        display: flex !important;
        flex-direction: column;
        height: 100vh;
        width: 300px;
        padding-left: 20px;
        padding: 58px 20px 45px 20px;
        background-color: #161616;
        transform: translateX(0);
    }
    .main-nav ul {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }
    .mobile-menu li {
        display: block;
        padding: 0;
        line-height: 50px;
        color: #ededed;
        font-size: 15px;
        font-weight: 700;
        border-bottom: 1px solid #ebebeb;
    }
    .open-mobile-menu,
    .close-mobile-menu {
        transition: opacity 0.3s ease-in-out;
        opacity: 1;
    }
    .open-mobile-menu,
    .close-mobile-menu {
        will-change: opacity;
    }
    .main-nav .menu-item-has-children a {
		display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 5px;
        min-height: 51px;
    }
    .main-nav .menu-item-has-children::after {
    	display: none;
    }
    .main-nav .menu-item-has-children > a::after {
        content: "\f102";
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--white);
        font-family: Bravisicon;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        border: 1px solid #ebebeb;
        border-radius: 3px;
        height: 30px;
        width: 30px;
    }
    .main-nav > ul {
        gap: 10px;
    }
    .hero {
        padding: 35px 0 60px;
        background: url('../img/mobile-hero.png') center center no-repeat;
        background-size: cover;
        height: 90vh;
        margin-top: 80px;
    }
    .hero .container.mobile-version {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    .hero-top p {
        display: block;
        color: rgba(237, 237, 237, 1);
        font-family: Mulish;
        font-size: 16px;
        font-weight: 400;
        line-height: 0px;
        letter-spacing: 15%;
        text-align: center;
    }
    .hero-top h2 {
        margin-top: 20px;
        color: rgba(237, 237, 237, 1);
        font-family: Chakra Petch;
        font-size: 30px;
        font-weight: 700;
        line-height: 39px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
    }
    .hero .classic-btn {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }
    .classic-btn {
        padding: 13px 30px 10px 30px;
    }
    .desktop-version {
        display: none;
    }

    .mobile-version {
        display: block;
    }
    .section-top-overlay {
        height: 400px;
    }
    .title-label {
        font-size: 38px;
        font-weight: 700;
        line-height: 100%;
        white-space: nowrap;
        top: -25px;
    }
    .title-box h2 {
        font-size: 30px;
        line-height: 100%;
    }
    .video-section {
        padding: 60px 0 30px 0;
        position: relative;
    }
    .who-is .title-box {
        position: relative;
        min-height: auto;
    }
    .who-is {
        margin-top: 85px;
        margin-bottom: 0;
    }
    .who-is-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 35px;
    }
    .who-is-item {
        border: none;
        border-radius: 0px;
        padding: 0;
    }
    .who-is-item p {
        padding-left: 40px;
        position: relative;
    }
    .who-is-item p::before {
        content: '';
        display: block;
        position: absolute;
        left: 15px;
        top: 0;
        width: 1px;
        height: 100px;
        transform: scaleY(1.5);
        background-color: var(--red);
    }
    .package-mobile-item h3 {
        color: rgba(255, 0, 0, 1);
        font-family: Chakra Petch;
        font-size: 23.32px;
        font-weight: 700;
        line-height: 25.65px;
        text-align: center;
    }
    .package-mobile-desc {
        margin-top: 8px;
        margin-bottom: 250px;
        color: rgba(197, 197, 197, 1);
        font-family: Mulish;
        font-size: 12px;
        font-weight: 400;
        line-height: 15.53px;
        letter-spacing: 15%;
        text-align: center;
        text-transform: uppercase;
    }
    .package-mobile-item {
        padding: 15px;
        box-sizing: border-box;
        border: 0.78px solid rgba(72, 72, 72, 1);
        border-radius: 4px;
        background: rgba(0, 0, 0, 1);
        color: rgba(255, 255, 255, 1);
        font-family: Mulish;
        font-size: 14px;
        font-weight: 700;
        line-height: 22.1px;
    }
    .package-mobile-item p {
        color: rgba(166, 166, 166, 1);
        font-family: Mulish;
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        text-align: left;
    }
    .package-back-list, .package-mobile-item h4 {
        color: rgba(255, 255, 255, 1);
        font-family: Mulish;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        text-align: left;
    }
    .package-back-list {
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .package-mobile-item .classic-btn {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .package-mobile-1 {
        background: #000 url('../img/package-mobile-1.png') no-repeat;
        background-size: 100%;
        background-position: 0px 0px;
    }
    .package-mobile-2 {
        background: #000 url('../img/package-mobile-2.png') no-repeat;
        background-size: 100%;
        background-position: 0px 0px;
    }
    .package-mobile-3 {
        background: #000 url('../img/package-mobile-3.png') no-repeat;
        background-size: 100%;
        background-position: 0px 0px;
    }
    .package-mobile-4 {
        background: #000 url('../img/package-mobile-4.png') no-repeat;
        background-size: 100%;
        background-position: 0px 0px;
    }
    .who-is-item:last-child p::before {
        display: none;
    }
	.who-is-item:hover {
		transform: none;
		border: none;
		background: transparent;
		box-shadow: none;
	}
    .arcade-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        margin-top: 75px;
    }
    .arcade-description {
        display: none;
    }
    .mobile-wheel-container {
        position: relative;
        width: 100%;
        height: 100px;
        margin-bottom: 30px;
    }
    .offers-item {
        padding: 20px;
    }
    .offers-item h3 {
        font-family: Chakra Petch;
        font-size: 20.21px;
        font-weight: 700;
        line-height: 26px;
        text-align: center;
    }
    .offers-item p {
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        text-align: center;
        min-height: 40px;
    }
    .offers-item img {
        height: 100px;
        width: auto;
    }
    .offers-item .offers-mini-desc {
        font-size: 10.11px;
        font-weight: 700;
        line-height: 13px;
        text-align: center;
    }
    .offers-item:nth-child(odd) {
        background: rgba(18, 18, 18, 1) url('../img/offer-bg-black.png') 74px 200px no-repeat;
        background-size: contain;
    }
    .offers-item:nth-child(even) {
        background: var(--white) url('../img/offer-bg-red.png') 74px 200px no-repeat;
        background-size: contain;
        color: var(--black);
    }
    .offers .title-box p {
        margin-top: 20px;
        margin-bottom: 15px;
        color: rgba(237, 237, 237, 1);
        font-family: Mulish;
        font-size: 18px;
        font-weight: 400;
        line-height: 23px;
        text-align: left;
    }
    .offers {
        margin-top: 110px;
        background: url('../img/offer-mobile-bg.png') center right no-repeat;
        background-size: contain;
    }
    .package {
        margin-top: 85px;
        background: none;
    }
    .arcade {
        padding-top: 85px;
        background: none;
    }
    .arcade-image {
        margin: -55px auto 0px auto;
    }
    .who-is-item-head {
        margin-bottom: 20px;
    }
    .who-is-item-head img {
        height: 38px;
        width: 38px;
        object-fit: contain;
    }
    .offer-item-btn {
        font-size: 13.29px;
        font-weight: 700;
        line-height: 16.14px;
        text-align: center;
        padding: 10px;
    }
    .offers-item:hover .offer-item-btn {
        font-size: 13.29px;
        font-weight: 700;
        line-height: 16.14px;
        text-align: center;
        padding: 10px;
    }
    .works {
        margin-top: 60px;
    }
    .mobile-wheel {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100px;
        height: 100px;
        transition: all 0.3s ease-out;
        z-index: 10;
    }

    .mobile-progress-line {
        position: relative;
        height: 4px;
        margin: 0 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-progress-line::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 2px;
        background: repeating-linear-gradient(
            to right,
            var(--red) 0,
            var(--red) 2px,
            transparent 2px,
            transparent 8px
        );
        transform: translateY(-50%);
        z-index: 1;
    }

    .mobile-progress-dots {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-dot {
        width: 10px;
        height: 10px;
        background-color: var(--red);
        border-radius: 50%;
        position: relative;
        z-index: 2;
        opacity: 0.5;
        transition: opacity 0.3s ease;
    }

    .mobile-dot.active {
        opacity: 1;
        box-shadow: 0 0 8px rgba(255, 0, 0, 0.8);
    }
.custom-cursor {
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.2s ease;
    transform: translate(-50%, -50%);
}

.custom-cursor.active {
    opacity: 1;
    animation: clickAnimation 0.6s ease-out;
}

.custom-cursor {
    transform: translate(-50%, calc(-50% + 20px)); 
}

@keyframes clickAnimation {
    0% {
        transform: translate(-50%, calc(-50% + 20px)) scale(0.8);
        opacity: 0;
    }
    50% {
        transform: translate(-50%, calc(-50% + 20px)) scale(1.2);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, calc(-50% + 20px)) scale(1);
        opacity: 0;
    }
}

    .navigation-buttons {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        margin-bottom: 30px;
        position: relative;
    }
    .navigation-buttons button {
        position: static;
        width: 20px;
        height: 25.66px;
        border-radius: 2px;
        background: rgba(83, 83, 83, 1);
    }
    .navigation-buttons button::after {
        display: none;
    }
    .works .navigation-buttons button {
        box-sizing: border-box;
        border: 1px solid rgba(243, 42, 42, 1);
        border-radius: 4px;
        background: transparent;
        padding: 10px 15px;
        width: auto;
        height: auto;
    }
    .works .navigation-buttons button svg {
        width: 13px;
    }
    .works .navigation-buttons {
        justify-content: flex-start;
    }
    .nav-btn {
        width: 40px;
        height: 40px;
        border: 2px solid var(--red);
        background: transparent;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .nav-btn:hover, .nav-btn.active {
        background: var(--red);
    }

    .nav-btn svg {
        width: 20px;
        height: 20px;
        fill: var(--red);
        transition: fill 0.3s ease;
    }

    .nav-btn:hover svg, .nav-btn.active svg {
        fill: white;
    }
    .steps-slider-container {
        position: relative;
        margin-top: 30px;
    }

    .steps-swiper {
        padding-bottom: 20px;
    }

    .step-slide .step-number {
        width: 190px;
        font-family: Mulish;
        font-size: 16px;
        font-weight: 400;
        line-height: 140%;
    }

    .step-slide:last-child .step-number {
        width: 100%;
    }

    .step-slide .step-number {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .swiper-button-next,
    .swiper-button-prev {
        color: var(--red);
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 16px;
    }

    .swiper-pagination-bullet {
        background: var(--red);
        opacity: 0.5;
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
    }
     .title-box p {
        margin-top: 20px;
        color: rgba(255, 255, 255, 1);
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0%;
        text-align: left; 
    }
    .title-box p a {
        text-decoration: underline;
    }
    .test-drive-left {
        width: 100%;
    }
    .test-drive {
        background: none;
    }
    .reviews {
        margin-top: 85px;
    }
    .reviews-item-text {
    	justify-content: flex-start;
    }
    .rating-meta.mobile-version {
        display: flex;
        gap: 12px;
        align-items: center;
    }
    .rating-meta.mobile-version svg {
        margin-top: 6px;
    }
    .faq {
        margin-top: 85px;
    }
    .faq .title-box {
        min-height: auto;
    }
    .faq-container {
        margin-top: 25px;
    }
    .faq-question {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        text-transform: uppercase;
        padding: 10px 20px;
    }
    .faq-answer {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        padding: 0 20px;
    }
    .contacs {
        margin-top: 85px;
        background: url(../img/offer-mobile-bg.png) center right no-repeat;
        background-size: contain;
    }
    .contacts-wrapper {
        grid-template-columns: repeat(1, 1fr);
        margin-top: -20px;
    }
    .contacs-item {
        border: 1px solid rgba(52, 52, 52, 1);
        background: rgba(0, 0, 0, 1);
    }
    .footer-content {
        grid-template-columns: repeat(1, 1fr);
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .footer-col-normalize {
        padding-left: 0;
    }
    .footer-column {
        margin-top: 50px;
    }
    .footer-column h3 {
        margin-bottom: 25px;
    }
    .footer-bottom {
        padding: 0;
    }
    .footer-bottom-row {
        display: none;
    }
    .reviews-swiper .swiper-slide {
        height: 100%;
    }
    .makswell-modal-content {
        max-width: 90%;
    }
    .makswell-modal-content h2 {
    	font-size: 22px;
    }
    .makswell-modal-content .classic-btn {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .partners-group {
        gap: 40px;
    }
    
    .partners img {
        height: 30px;
    }
    
    @keyframes marquee {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
}