.logo_navigation {
  width: 3vw;
  height: 2vw;
}
/* body::after {
  content: "";
  background-image: url(../images/MacBook\ Air\ -\ 31.png);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 1280px;
  height: 4230px;
  z-index: -1;
} */
.back-logo {
  background-image: url(../images/header.svg);
  background-size: cover;
  width: 100vw;
  height: 36.5vw;
  z-index: -3;
  position: absolute;
  justify-content: center;
  top: 0;
}
.back-main {
  z-index: -2;
  width: 90.6vw;
  height: 272.1vw;
  background-color: #f5f5f5;
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 31.5vw;
  left: 5vw;
  border-radius: 1.5vw;
}
.title-main {
  position: relative;
  top: 28vw;
  left: 6vw;
}
.text-main {
  width: 70.7vw;
  position: relative;
  top: 29.5vw;
  left: 7vw;
}
.text-main-2 {
  width: 70.7vw;
  position: relative;
  top: 32vw;
  left: 7vw;
}
.mini-links {
  /* justify-content: center; */
  display: flex;
  /* justify-content: space-between; */
  /* align-items: flex-start; */
  text-decoration: none;
  transition: all ease 0.2s;
  /* color: #363636; */
  padding: 0.1vw 20vw;
  position: relative;
  top: 32vw;
  left: -15vw;
  /* background-color: rgba(255, 255, 255 0.4); */
}
.mini-links a {
  text-align: center;
  border: 0.1vw solid #363636;
  border-radius: 4.1vw;
  width: 13.1vw;
  height: 3.35vw;
  color: #363636;
  text-decoration: none;
  transition: all ease 0.2s;
  margin-left: 1.5vw;
  padding-top: 0.5vw;
}
.mini-links-first {
  display: flex;
}
.mini-links-second {
  display: flex;
}
.mini-links a:hover {
  background-color: #9c9c9c;
  scale: 1.1;
  /* text-decoration: underline; */
  color: #f5f5f5;
  border: 0.1vw solid #9c9c9c;
  transition: all ease 0.4s;
}
/* Мой код */
/* .afishka-main {
  display: flex;
  /* align-items: center; */
/* justify-content: space-between; */

.our-afisha {
  margin-top: 35vw;
  margin-left: 6vw;
  position: absolute;
  z-index: -1;
}

/* .row-link {
  display: flex;
  width: 19.5vw;
  height: 3.9vw;
  position: absolute;
  /* align-items: center;
  justify-content: space-between;
  width: 19.5vw;
  height: 3.9vw;
  border: 1.5px solid #363636;
  border-radius: 3.1vw; */

/* .afisha-link {
  margin-top: 35vw;
  margin-left: 15vw;
} */
/* .row {
  background-image: url(../images/row.svg);
  position: relative;
  z-index: 3;
  width: 2.1vw;
  height: 2.3vw;
  margin-left: 13vw;
  margin-top: -0.5vw;
} */
/* .row-link a {
  border: 1.5px solid #363636;
  border-radius: 3.1vw;
  position: absolute;
  text-align: center;
  width: 13.1vw;
  height: 3.35vw;
  color: #363636;
  text-decoration: none;
  transition: all ease 0.2s;
  margin-left: 1.5vw;
  padding-top: 0.5vw;
} */
/* Из дипсик */
/* .afisha-section {
  position: relative; Делаем секцию контейнером для позиционирования
  min-height: 200px; Минимальная высота секции
  padding: 20px;
  border: 1px solid #000000;
  border-radius: 15px;
} */

/* .afishka-main {
  height: 100%;
}

.our-afisha {
  margin: 0;
  padding: 0;
} */

.row-link {
  width: 19.5vw;
  position: absolute;
  margin-top: 39vw;
  margin-left: 75vw;
  display: flex;
  align-items: center;
  gap: 3.2vw;
  padding: 0.78vw 1.56vw;
  border: 0.1vw solid #000000;
  border-radius: 3.1vw;
}

.row-link a {
  text-decoration: none;
  color: #000000;
}
/* .row {
  background-image: url(../images/row.svg);
  width: 2.1vw;
  height: 2.3vw;
} */
#row-1 {
  /* background-color: #000000; */
  /* background-image: url(../images/row.svg); */
  width: 2vw;
  /* height: 2.3vw; */
}
#row-1 > img {
  width: 100%;
}
.row-link:hover {
  /* background-color: #9c9c9c; */
  scale: 1.1;
  /* text-decoration: underline; */
  color: #f5f5f5;
  border: 0.1vw solid #9c9c9c;
  transition: all ease 0.4s;
}
/* .custom-prev-btn {
  background-image: url(../images/row-left.svg);
  width: 7.8vw;
  height: 7.8vw;
  margin-left: 5vw;
}
.custom-next-btn {
  background-image: url(../images/row-right.svg);
  margin-left: 80vw;
  width: 7.8vw;
  height: 7.8vw;
} */
.slider-container {
  height: 43vw;
  max-width: 89vw;
  /* margin: 50px auto; */
  /* position: relative; */
  background-color: #575757;
  border-radius: 1.5vw;
  display: flex;
  margin-left: 6vw;
  margin-top: 48.2vw;
  z-index: 2;
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.25);
}

.swiper {
  width: 100%;
  height: 41.25vw;
  padding: 0 10vw !important;
  /* padding-left: 6vw;
  padding-right: 6vw; */
}
.swiper-wrapper {
  width: 58.6vw;
}
.swiper-slide {
  transition: transform 0.5s ease, opacity 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 40vw;
}

.swiper-slide img {
  width: 28.5vw;
  max-width: 90%;
  height: 40.2vw;
  border-radius: 1vw;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); */
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  margin-top: 1.5vw;
}

/* Увеличение активного слайда */
.swiper-slide.swiper-slide-active img {
  transform: scale(1.1);
  /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4); */
}

/* Уменьшение неактивных слайдов */
.swiper-slide:not(.swiper-slide-active) img {
  transform: scale(0.8);
}

/* Стили для кнопок */
.custom-prev-btn,
.custom-next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 7.8vw;
  height: 7.8vw;
  transition: transform 0.3s ease;
}

.custom-prev-btn {
  left: 1vw;
}
.custom-next-btn {
  right: 3vw;
}

.custom-prev-btn img,
.custom-next-btn img {
  width: 7.8vw;
  height: 7.8vw;
  /* background-color: #000000; */
  transition: transform 0.3s ease;
}

/* Эффект при наведении */
.custom-prev-btn:hover img,
.custom-next-btn:hover img {
  transform: scale(1.2);
}
/* .run-stroke {
  font-style: normal;
  font-size: 5vw;
  width: 90vw;
  margin-left: 5vw;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  
  padding: 10px 0;
  display: inline-block;
  animation: marquee 15s linear infinite;
} */
.run-stroke {
  height: 5.8vw;
  margin-left: 5vw;
  width: 90.5vw;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  /* background-color: #f0f0f0; */
  /* фон контейнера */
  padding: 10px 0;
  background-color: #faa685;
  box-shadow: 0 -6px 14px rgba(0, 0, 0, 0.25);
  border-radius: 0.8vw;
}
.run-text {
  display: inline-block;
  font-style: normal;
  font-size: 5vw;
  margin-top: -0.6vw;
  animation: marquee 15s linear infinite;
}
.row-link-action {
  width: 13.2vw;
  height: 3vw;
  position: absolute;
  margin-top: -5vw;
  margin-left: 81vw;
  display: flex;
  align-items: center;
  gap: 5vw;
  padding: 0.78vw 0.06vw;
  border: 0.1vw solid #000000;
  border-radius: 3.1vw;
  font-size: 1.25vw;
}

.row-link-action a {
  text-decoration: none;
  color: #000000;
  padding-left: 1vw;
}
.row-link-action:hover {
  /* background-color: #9c9c9c; */
  scale: 1.1;
  /* text-decoration: underline; */
  color: #f5f5f5;
  border: 0.1vw solid #9c9c9c;
  transition: all ease 0.4s;
}
.actions-all {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin-top: -4.5vw;
  margin-left: 6vw;
  height: 49.4vw;
  width: 89vw;
  border-radius: 1.5vw;
  background-color: #232323;
  z-index: 3;
}
.on-actions {
  margin-left: 6vw;
  position: relative;
  z-index: -1;
}
.first-row {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  position: relative;
  /* margin-left: 7vw; */
}
/* .mk-photo {
  width: 26.7vw;
  height: 22vw;
} */
.mk > img {
  width: 100%;
}
.mk-text,
.mk-text-1 {
  font-size: 1.5vw;
  padding-top: 0.5vw;
  text-align: center;
  border: 0.1vw solid #d9d9d9;
  color: #d9d9d9;
  border-radius: 3.1vw;
  width: 14.2vw;
  height: 3.35vw;
  margin-left: 6.5vw;
  margin-top: 1vw;
}
.mk {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
.oneaction-text {
  width: 27.5vw;
  height: 18.5vw;
  font-size: 1.8vw;
  padding: 2vw;
  text-align: flex-start;
  border: 0.1vw solid #d9d9d9;
  color: #d9d9d9;
  border-radius: 1.5vw;
}
/* nhfkz kz */
/* kjeghbks.zjders. */
.second-row {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 2vw;
}
.car-text {
  margin-top: 1vw;
  font-size: 1.5vw;
  padding-top: 0.5vw;
  text-align: center;
  border: 0.1vw solid #d9d9d9;
  color: #d9d9d9;
  border-radius: 3.1vw;
  width: 18.2vw;
  height: 3.35vw;
  margin-left: 4vw;
  margin-top: 2vw;
}
.third-row {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 2vw;
}
.drift-text {
  margin-top: 1vw;
  font-size: 1.5vw;
  padding-top: 0.5vw;
  text-align: center;
  border: 0.1vw solid #d9d9d9;
  color: #d9d9d9;
  border-radius: 3.1vw;
  width: 7.9vw;
  height: 3.35vw;
  margin-top: 1.5vw;
  margin-left: 11vw;
}
.photo-actions-1 > img {
  width: 100%;
}
.photo-actions-2 > img {
  width: 100%;
}
.drift-photo > img {
  width: 100%;
}
.mk-phot > img {
  width: 100%;
}
.mk-photo:hover,
.oneaction-text:hover,
.photo-actions-1:hover,
.mk-text:hover,
.photo-actions-2:hover,
.drift-photo:hover {
  transition: transform 0.3s ease-in-out;
  transform: scale(1.05);
}

.ticket-photo {
  position: absolute;
  z-index: 2;
  margin-top: -6vw;
  margin-left: 3vw;
}
.on-tickets {
  margin-left: 6vw;
  position: relative;
  z-index: -1;
}
.row-link-ticket {
  width: 10.8vw;
  height: 3vw;
  position: absolute;
  margin-top: -4.5vw;
  margin-left: 84vw;
  display: flex;
  align-items: center;
  gap: 6.2vw;
  /* padding: 0.78vw 0.06vw; */
  border: 0.1vw solid #000000;
  border-radius: 3.1vw;
  font-size: 1.25vw;
}
.row-link-ticket a {
  text-decoration: none;
  color: #000000;
  padding-left: 1vw;
}
.row-link-ticket:hover {
  scale: 1.1;

  color: #f5f5f5;
  border: 0.1vw solid #9c9c9c;
  transition: all ease 0.4s;
}
#row-ticket,
.row-ticket-1 {
  width: 2vw;
  margin-left: -4vw;
  padding-top: 0.1vw;
}
#row-ticket > img {
  width: 100%;
}
.row-link-afisha {
  width: 15.5vw;
  height: 3vw;
  position: absolute;
  margin-top: 40vw;
  margin-left: 79vw;
  display: flex;
  align-items: center;
  gap: 5vw;
  padding: 0.78vw 0.06vw;
  border: 0.1vw solid #000000;
  border-radius: 3.1vw;
  font-size: 1.25vw;
}
.row-link-afisha a {
  padding-bottom: 0.5vw;
  text-decoration: none;
  color: #000000;
  padding-left: 1vw;
}
.row-link-afisha:hover {
  /* background-color: #9c9c9c; */
  scale: 1.1;
  /* text-decoration: underline; */
  color: #f5f5f5;
  border: 0.1vw solid #9c9c9c;
  transition: all ease 0.4s;
}
.row-link-merch {
  width: 11.3vw;
  height: 3vw;
  position: absolute;
  margin-top: -5vw;
  margin-left: 83vw;
  display: flex;
  align-items: center;
  gap: 5vw;
  padding: 0.78vw 0.06vw;
  border: 0.1vw solid #000000;
  border-radius: 3.1vw;
  font-size: 1.25vw;
}
.row-link-merch a {
  text-decoration: none;
  color: #000000;
  padding-left: 1vw;
}
.row-link-merch:hover {
  /* background-color: #9c9c9c; */
  scale: 1.1;
  /* text-decoration: underline; */
  color: #f5f5f5;
  border: 0.1vw solid #9c9c9c;
  transition: all ease 0.4s;
}
.photo-tovar > img {
  width: 100%;
}
.ticket-photo > img {
  width: 100%;
  margin-left: 0.5vw;
  margin-top: -1vw;
}
.razrabotka {
  display: none;
}
.mobile-slider {
  display: none;
}
.desktop-slider {
  display: block;
}
.swiper-wrapper {
  display: flex;
  align-items: center;
}
.ticket-mobile {
  display: none;
}
.video-main {
  display: none;
}
video {
  width: 100%;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(233, 233, 233, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}

.preloader-content {
  text-align: center;
  transform: translateY(0);
  transition: transform 0.6s ease-out;
}
.preloader.hidden {
  opacity: 0;
}
.preloader.hidden .preloader-content {
  transform: translateY(-30px);
}

.preloader-image {
  width: 80px;
  height: 80px;
  animation: rotate 2s linear infinite;
  /* pulse 1.5s ease-in-out infinite alternate; */
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.progress-container {
  width: 200px;
  height: 10px;
  border: rgba(255, 255, 255, 0.2) solid 1px;
  margin: 25px auto;
  border-radius: 3vw;
  overflow: hidden;
}
/* .progress-container {
  width: 200px;
  height: 10px;

  margin: 20px auto;
  border-radius: 3vw;

  border: #d9d9d9 solid 1px;
  overflow: hidden;
} */

.progress-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #575757, #454545);
  border-radius: 3px;
  transition: width 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
/* .progress-bar {
  height: 100%;
  width: 0%;
  background: #575757;
  transition: width 0.3s ease;
} */

.progress-text {
  color: black;
  /* font-family: Arial, sans-serif; */
  font-size: 16px;
  margin-top: -5px;
  transition: all 0.4s ease-out;
  opacity: 1;
}

.preloader.hidden .progress-text {
  opacity: 0;
  transform: translateY(10px);
}
