@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

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

html {
  scroll-behavior: smooth;
}

:root {
  --white: #fff;
  --red: #e60912;
  --text-gray: #929292;
  --black-42-opacity: rgba(0, 0, 0, 0.42);
  --bg-black: #000;
  --active-black: #111;

  --font-family: "Source Sans 3", sans-serif;
  --second-family: "Inter", sans-serif;

  --curent-size: 1240;
}

body {
  background: var(--bg-black);
}

main {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  width: calc((1200 / var(--curent-size)) * 100vw);
  height: 100%;
  max-width: unset !important;
}

.container-full {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.up-q-line,
.down-q-line,
.down-q-q,
.up-q-q {
  display: none;
}

#main {
  width: 100%;
  height: calc((532 / var(--curent-size)) * 100vw);
  background-image: url(../img/main.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: calc((20 / var(--curent-size)) * 100vw);
  margin-top: calc((60 / var(--curent-size)) * 100vw);
}

.main-wrapper {
  display: flex;
  height: 100%;
}

.gallery-slider {
  display: none !important;
}

.galler {
  width: calc((793 / var(--curent-size)) * 100vw);
  display: flex !important;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: calc((4 / var(--curent-size)) * 100vw);
  margin-left: auto;
  margin-right: calc((20 / var(--curent-size)) * 100vw);
}

.gallery-item {
  width: calc((261 / var(--curent-size)) * 100vw);
  height: calc((261 / var(--curent-size)) * 100vw);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.main-wrapper h1 {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 900;
  font-size: calc((64 / var(--curent-size)) * 100vw);
  line-height: 74%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(180deg, #fff 0%, #e7e7e7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: calc((172 / var(--curent-size)) * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

.main-wrapper h1 span {
  font-size: calc((42 / var(--curent-size)) * 100vw);
}

.main-data {
  width: calc((1200 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  padding: calc((12 / var(--curent-size)) * 100vw)
    calc((20 / var(--curent-size)) * 100vw);
  background: var(--black-42-opacity);
  border-radius: 20px;
  margin-top: auto;
}

.main-data > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((5 / var(--curent-size)) * 100vw);
}

.main-data > div p {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 80%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
}

.main-data > div:nth-child(2) {
  margin-left: calc((42 / var(--curent-size)) * 100vw);
}

.main-data > div span {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 900;
  font-size: calc((32 / var(--curent-size)) * 100vw);
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--white);
}

.main-data > a {
  position: relative;
  margin-left: auto;
  background: linear-gradient(135deg, #e60912 0%, #9a070d 100%);
  padding: calc((12 / var(--curent-size)) * 100vw)
    calc((141.5 / var(--curent-size)) * 100vw);
  border-radius: 12px;
  text-decoration: none;
  transition: 0.3s linear;
  z-index: 1;
  overflow: hidden;
}

.main-data > a p {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 100%;
  text-transform: uppercase;
  color: var(--white);
}

.main-data > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(221deg, #e60912 0%, #9a070d 100%);
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.3s linear;
  z-index: -1;
}

.main-data > a:hover::before {
  opacity: 1;
}

#whatis {
  position: relative;
  width: 100%;
  padding-top: calc((72 / var(--curent-size)) * 100vw);
}

.bg-p1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
}

.whatis-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((24 / var(--curent-size)) * 100vw);
  width: calc((523 / var(--curent-size)) * 100vw);
  position: relative;
  z-index: 1;
  margin-right: calc((290 / var(--curent-size)) * 100vw);
}

.whatis-data h2 {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 900;
  font-size: calc((42 / var(--curent-size)) * 100vw);
  line-height: 76%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--white);
}

.title {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 900;
  font-size: calc((32 / var(--curent-size)) * 100vw);
  line-height: 76%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--white);
}

.whatis-data ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  gap: calc((20 / var(--curent-size)) * 100vw);
}

.whatis-data ul li {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 100%;
  text-transform: uppercase;
  color: var(--white);
}

.whatis-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.bord-whatis-data {
  width: calc((1027 / var(--curent-size)) * 100vw);
  height: calc((386 / var(--curent-size)) * 100vw);
  background-image: url(../img/bord.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: calc((52 / var(--curent-size)) * 100vw);
  position: relative;
  z-index: 1;
}

.c-rules {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((32 / var(--curent-size)) * 100vw);
  width: calc((355 / var(--curent-size)) * 100vw);
}

.c-rules ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  gap: calc((20 / var(--curent-size)) * 100vw);
}

.c-rules ul li {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 100%;
  text-transform: uppercase;
  color: var(--white);
}

.c-rules-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: calc((51 / var(--curent-size)) * 100vw);
  margin-right: calc((66 / var(--curent-size)) * 100vw);
  margin-top: calc((68 / var(--curent-size)) * 100vw);
}

.track {
  width: calc((350 / var(--curent-size)) * 100vw);
}

.rules-wrapper {
  margin-top: calc((52 / var(--curent-size)) * 100vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.rules-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: calc((20 / var(--curent-size)) * 100vw);
  border-left: calc((1 / var(--curent-size)) * 100vw) solid var(--red);
  margin-top: calc((32 / var(--curent-size)) * 100vw);
  width: calc((584 / var(--curent-size)) * 100vw);
  margin-right: calc((210 / var(--curent-size)) * 100vw);
}

.rules-data-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((12 / var(--curent-size)) * 100vw);
}

.rules-data-item:nth-child(1) {
  margin-bottom: calc((42 / var(--curent-size)) * 100vw);
}

.rules-data-item span {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((24 / var(--curent-size)) * 100vw);
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--white);
}

.rules-data-item p {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 100%;
  text-transform: uppercase;
  color: var(--white);
}

.rules-data-item-ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc((584 / var(--curent-size)) * 100vw);
  gap: calc((32 / var(--curent-size)) * 100vw)
    calc((72 / var(--curent-size)) * 100vw);
  margin: calc((32 / var(--curent-size)) * 100vw) 0
    calc((42 / var(--curent-size)) * 100vw) 0;
}

.rules-data-item-ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((12 / var(--curent-size)) * 100vw);
  min-width: calc((188 / var(--curent-size)) * 100vw);
}

.rules-data-item-ul li span {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((24 / var(--curent-size)) * 100vw);
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--white);
  background: linear-gradient(135deg, #e60912 0%, #9a070d 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((52 / var(--curent-size)) * 100vw);
  height: calc((52 / var(--curent-size)) * 100vw);
}

.form-wrapper > p {
  display: none;
}

.rules-data-item-ul li p {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 100%;
  text-transform: uppercase;
  color: var(--white);
}

#about {
  padding: calc((100 / var(--curent-size)) * 100vw) 0
    calc((72 / var(--curent-size)) * 100vw) 0;
  position: relative;
}

.glow {
  position: absolute;
  right: calc((-20 / var(--curent-size)) * 100vw);
  top: calc((-390 / var(--curent-size)) * 100vw);
  width: calc((673 / var(--curent-size)) * 100vw);
  height: auto;
}

.badge-section {
  position: absolute;
  left: calc((20 / var(--curent-size)) * 100vw);
  top: calc((100 / var(--curent-size)) * 100vw);
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((24 / var(--curent-size)) * 100vw);
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--white);
}

.about-wrapper {
  display: flex;
  justify-content: flex-start;
  width: calc((780 / var(--curent-size)) * 100vw);
  margin-left: auto;
}

.about-head-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc((386 / var(--curent-size)) * 100vw);
  gap: calc((24 / var(--curent-size)) * 100vw);
}

.about-head-text h2 {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 900;
  font-size: calc((42 / var(--curent-size)) * 100vw);
  line-height: 76%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--white);
  text-align: right;
}

.about-head-text p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 125%;
  color: var(--text-gray);
}

.about-under-text {
  margin-top: calc((35 / var(--curent-size)) * 100vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((32 / var(--curent-size)) * 100vw);
}

.about-under-text h3 {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 900;
  font-size: calc((42 / var(--curent-size)) * 100vw);
  line-height: 76%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #e60912 0%, #9a070d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-text-list {
  display: flex;
  align-items: flex-start;
  list-style: none;
  justify-content: space-between;
  gap: calc((32 / var(--curent-size)) * 100vw) 0;
  flex-wrap: wrap;
}

.about-text-list li {
  display: flex;
  align-items: center;
  gap: calc((12 / var(--curent-size)) * 100vw);
  width: calc((386 / var(--curent-size)) * 100vw);
}

.about-text-list li img {
  width: calc((142 / var(--curent-size)) * 100vw);
  height: calc((69 / var(--curent-size)) * 100vw);
}

.about-text-list li p {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 400;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 125%;
  color: var(--text-gray);
}

.about-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.play-video-btn {
  pointer-events: none;
}

.about-data > img {
  position: absolute;
  top: calc((-32 / var(--curent-size)) * 100vw);
  left: calc((-220 / var(--curent-size)) * 100vw);
  width: calc((922 / var(--curent-size)) * 100vw);
}

.video-wrapper {
  width: 100%;
  height: calc((532 / var(--curent-size)) * 100vw);
  position: relative;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  object-fit: cover;
  position: relative;
  display: block;
}

.video-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #00000058;
  z-index: 1;
}

.video-block {
  position: relative;
  width: 100%;
  z-index: 0;
}

#video {
  position: relative;
  width: 100%;
}

.up-img {
  position: absolute;
  top: calc((-42 / var(--curent-size)) * 100vw);
  left: calc((-20 / var(--curent-size)) * 100vw);
  z-index: -1;
}

.under-img {
  position: absolute;
  bottom: calc((-42 / var(--curent-size)) * 100vw);
  right: calc((-20 / var(--curent-size)) * 100vw);
  z-index: -1;
}

.video-wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 32px;
  width: calc((957 / var(--curent-size)) * 100vw);
  height: calc((440 / var(--curent-size)) * 100vw);
  -webkit-filter: blur(172px);
  filter: blur(172px);
  background: rgba(255, 0, 10, 0.11);
  z-index: 2;
  pointer-events: none;
}

.video-wrapper div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc((8 / var(--curent-size)) * 100vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}

.video-wrapper div span {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 900;
  font-size: calc((42 / var(--curent-size)) * 100vw);
  line-height: 76%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
}

.video-wrapper div svg {
  width: calc((72 / var(--curent-size)) * 100vw);
  height: calc((72 / var(--curent-size)) * 100vw);
  transition: 0.3s ease;
}

.video-wrapper div:hover svg {
  transform: scale(1.14);
}

#guests {
  position: relative;
  padding-top: calc((135 / var(--curent-size)) * 100vw);
}

.guests-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.guests-plug {
  width: calc((795 / var(--curent-size)) * 100vw);
  height: calc((472 / var(--curent-size)) * 100vw);
  margin-left: auto;
  margin-right: calc((20 / var(--curent-size)) * 100vw);
}

.guests-plug img {
  width: 100%;
  object-fit: cover;
}

.guest-cart-wrapper {
  width: calc((386 / var(--curent-size)) * 100vw);
  height: calc((472 / var(--curent-size)) * 100vw);
  perspective: 1000px;
  border-radius: 32px;
}

.guests-card {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 32px;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  border-radius: 32px;
  will-change: transform; /* Добавьте это */
}

.guest-cart-wrapper.flipped .card-inner {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg); /* Для сафари */
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; /* Для сафари */
  border-radius: 32px;
  top: 0;
  left: 0;
}

.card-front {
  background-image: url(../img/card.svg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  padding: calc((32 / var(--curent-size)) * 100vw);
}

.card-front .guest-photo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.card-front .guest-info {
  position: absolute;
  bottom: calc((32 / var(--curent-size)) * 100vw);
  left: calc((32 / var(--curent-size)) * 100vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((13 / var(--curent-size)) * 100vw);
  padding-right: calc((32 / var(--curent-size)) * 100vw);
  z-index: 2;
}

.flip-btn {
  cursor: pointer;
  position: absolute;
  top: calc((12 / var(--curent-size)) * 100vw);
  right: calc((12 / var(--curent-size)) * 100vw);
  width: calc((55 / var(--curent-size)) * 100vw);
  height: calc((55 / var(--curent-size)) * 100vw);
  border-radius: 50%;
  background: var(--active-black);
  border: none;
  z-index: 3;
}

.flip-btn img {
  width: calc((24 / var(--curent-size)) * 100vw);
}

.flip-btn.back {
  background: var(--red);
}

.card-back {
  background-image: url(../img/card.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotateY(180deg) translateZ(1px); /* Добавьте translateZ */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc((32 / var(--curent-size)) * 100vw);
  box-sizing: border-box;
}

.back-content {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.back-content h2 {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 900;
  font-size: calc((32 / var(--curent-size)) * 100vw);
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--white);
}

.back-content span {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 80%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
  text-align: start;
  margin: calc((13 / var(--curent-size)) * 100vw) 0
    calc((16 / var(--curent-size)) * 100vw) 0;
}

.back-content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 125%;
  color: var(--white);
  text-align: start;
}

.guest-info p {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 900;
  font-size: calc((32 / var(--curent-size)) * 100vw);
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--white);
  margin: 0;
}

.guest-info span {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 80%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
}

.card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.guests-slider {
  margin-right: calc((33 / var(--curent-size)) * 100vw);
  overflow: visible !important;
  width: calc((780 / var(--curent-size)) * 100vw);
}

#participation {
  position: relative;
  padding-top: calc((100 / var(--curent-size)) * 100vw);
}

.participation-wrapper picture {
  width: 100%;
}

.participation-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

.participation-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: calc((717 / var(--curent-size)) * 100vw);
  margin-right: calc((100 / var(--curent-size)) * 100vw);
}

.participation-head h2 {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 900;
  font-size: calc((42 / var(--curent-size)) * 100vw);
  line-height: 76%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--white);
}

.participation-head p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 125%;
  color: var(--white);
  margin-top: calc((32 / var(--curent-size)) * 100vw);
}

.participation-head img {
  position: absolute;
  top: calc((-20 / var(--curent-size)) * 100vw);
  right: 0;
  width: calc((752 / var(--curent-size)) * 100vw);
  z-index: -2;
}

.participation-down {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc((717 / var(--curent-size)) * 100vw);
  margin-right: calc((100 / var(--curent-size)) * 100vw);
  margin-top: calc((63 / var(--curent-size)) * 100vw);
  gap: calc((16 / var(--curent-size)) * 100vw);
  position: relative;
}

.participation-down > img {
  position: absolute;
  bottom: calc((-60 / var(--curent-size)) * 100vw);
  left: calc((-30 / var(--curent-size)) * 100vw);
  width: calc((361 / var(--curent-size)) * 100vw);
}

.participation-down > svg {
  position: absolute;
  bottom: calc((-400 / var(--curent-size)) * 100vw);
  left: calc((-350 / var(--curent-size)) * 100vw);
  width: calc((900 / var(--curent-size)) * 100vw);
  height: calc((900 / var(--curent-size)) * 100vw);
}

.participation-down p {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 100%;
  text-transform: uppercase;
  color: var(--white);
}

.participation-down span {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 900;
  font-size: calc((64 / var(--curent-size)) * 100vw);
  line-height: 66%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--white);
}

.participation-wrapper > a {
  width: calc((797 / var(--curent-size)) * 100vw);
  height: calc((48 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 100%;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
  margin-top: calc((92 / var(--curent-size)) * 100vw);
  background: linear-gradient(135deg, #e60912 0%, #9a070d 100%);
  border-radius: 12px;
  margin-right: calc((20 / var(--curent-size)) * 100vw);
  position: relative;
}

.participation-wrapper > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(221deg, #e60912 0%, #9a070d 100%);
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.3s linear;
  z-index: -1;
}

.participation-wrapper > a:hover::before {
  opacity: 1;
}

.cars-bg {
  width: 100%;
  object-fit: cover;
  margin-top: calc((-97 / var(--curent-size)) * 100vw);
}

.under-line {
  width: 100%;
  object-fit: cover;
}

.guests-wrapper {
  position: relative;
}

.guests-wrapper > button {
  background: var(--active-black);
  width: calc((52 / var(--curent-size)) * 100vw);
  height: calc((52 / var(--curent-size)) * 100vw);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

.guests-wrapper > button svg {
  width: calc((24 / var(--curent-size)) * 100vw);
  height: calc((24 / var(--curent-size)) * 100vw);
}

.prev-btn-g {
  position: absolute;
  top: 50%;
  left: calc((20 / var(--curent-size)) * 100vw);
  transform: translate(0, -50%);
  z-index: 5;
}
.next-btn-g {
  position: absolute;
  top: 50%;
  right: calc((20 / var(--curent-size)) * 100vw);
  transform: translate(0, -50%);
  z-index: 5;
}

#partners {
  position: relative;
  padding-top: calc((100 / var(--curent-size)) * 100vw);
}

.partners-head {
  width: calc((590 / var(--curent-size)) * 100vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((32 / var(--curent-size)) * 100vw);
  margin-right: calc((227 / var(--curent-size)) * 100vw);
}

.partners-head img {
  width: calc((342 / var(--curent-size)) * 100vw);
}

.partners-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  position: relative;
}

.partners-wrapper > svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: calc((0 / var(--curent-size)) * 100vw);
  width: calc((900 / var(--curent-size)) * 100vw);
  height: calc((900 / var(--curent-size)) * 100vw);
}

.partners-head p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 125%;
  color: var(--white);
}

.partners {
  margin-right: calc((15 / var(--curent-size)) * 100vw);
  overflow: visible !important;
  width: calc((798 / var(--curent-size)) * 100vw);
}

.partner-slide {
  border-radius: 24px;
  width: calc((396 / var(--curent-size)) * 100vw);
  height: calc((352 / var(--curent-size)) * 100vw);
  overflow: hidden;
}

.partner-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partners-down {
  margin-top: calc((32 / var(--curent-size)) * 100vw);
  position: relative;
  width: 100%;
}

.partners-down > button {
  background: var(--active-black);
  width: calc((52 / var(--curent-size)) * 100vw);
  height: calc((52 / var(--curent-size)) * 100vw);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

.partners-down > button svg {
  width: calc((24 / var(--curent-size)) * 100vw);
  height: calc((24 / var(--curent-size)) * 100vw);
}

.prev-btn-p {
  position: absolute;
  top: 50%;
  left: calc((20 / var(--curent-size)) * 100vw);
  transform: translate(0, -50%);
  z-index: 5;
}
.next-btn-p {
  position: absolute;
  top: 50%;
  right: calc((20 / var(--curent-size)) * 100vw);
  transform: translate(0, -50%);
  z-index: 5;
}

.coming-soon {
  margin-top: calc((180 / var(--curent-size)) * 100vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((16 / var(--curent-size)) * 100vw);
  margin-right: calc((397 / var(--curent-size)) * 100vw);
  position: relative;
  margin-bottom: calc((127 / var(--curent-size)) * 100vw);
}

.coming-soon p {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((24 / var(--curent-size)) * 100vw);
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--white);
  position: relative;
  z-index: 2;
}

.coming-soon span {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 900;
  font-size: calc((64 / var(--curent-size)) * 100vw);
  line-height: 66%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--white);
  position: relative;
  z-index: 2;
}

.coming-soon img {
  position: absolute;
  top: calc((-60 / var(--curent-size)) * 100vw);
  left: calc((-120 / var(--curent-size)) * 100vw);
  width: calc((930 / var(--curent-size)) * 100vw);
  height: calc((229 / var(--curent-size)) * 100vw);
  z-index: -2;
}

#gallery {
  position: relative;
}

#gallery .badge-section {
  top: 0;
}

#gallery > svg {
  position: absolute;
  top: calc((-400 / var(--curent-size)) * 100vw);
  left: calc((-50 / var(--curent-size)) * 100vw);
  width: calc((900 / var(--curent-size)) * 100vw);
  height: calc((900 / var(--curent-size)) * 100vw);
  z-index: -1;
}

.gallery-content-wrapper > button {
  display: none;
}

.gallery-slider {
  margin-left: auto;
  margin-right: calc((20 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: calc((4 / var(--curent-size)) * 100vw);
  width: calc((793 / var(--curent-size)) * 100vw);
  margin-top: calc((100 / var(--curent-size)) * 100vw);
}

.gallery-slide img {
  width: calc((261 / var(--curent-size)) * 100vw);
  height: calc((261 / var(--curent-size)) * 100vw);
  object-fit: cover;
  border-radius: 20px;
}

.badge-line {
  position: absolute;
  top: calc((-30 / var(--curent-size)) * 100vw);
  left: 0;
  width: calc((620 / var(--curent-size)) * 100vw);
  z-index: -1;
}

.quotes-slider {
  margin-right: calc((112 / var(--curent-size)) * 100vw);
  overflow: visible !important;
  width: calc((700 / var(--curent-size)) * 100vw);
}

.quotes-slide {
  overflow: hidden;
  background-image: url(../img/q.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: calc((340 / var(--curent-size)) * 100vw);
  padding: 0 calc((46 / var(--curent-size)) * 100vw) 0
    calc((75 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  gap: calc((26 / var(--curent-size)) * 100vw);
}

.quotes-slide > p {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 80%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
  text-indent: calc((53 / var(--curent-size)) * 100vw);
  width: calc((433 / var(--curent-size)) * 100vw);
}

.quotes-ic-t {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc((8 / var(--curent-size)) * 100vw);
}

.quotes-icon {
  position: relative;
  overflow: hidden;
  width: calc((120 / var(--curent-size)) * 100vw);
  height: calc((120 / var(--curent-size)) * 100vw);
  border-radius: 50%;
}

.quotes-ic-t > p {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((14 / var(--curent-size)) * 100vw);
  line-height: 114%;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
}

.quotes-icon img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quotes-icon img:last-child {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  width: 100%;
}

#quotes {
  position: relative;
  margin-top: calc((122 / var(--curent-size)) * 100vw);
}

#quotes .badge-section {
  top: calc((-40 / var(--curent-size)) * 100vw);
}

.quotes-wrapper {
  position: relative;
}

.quotes-wrapper > button {
  background: var(--active-black);
  width: calc((52 / var(--curent-size)) * 100vw);
  height: calc((52 / var(--curent-size)) * 100vw);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

.quotes-wrapper > button svg {
  width: calc((24 / var(--curent-size)) * 100vw);
  height: calc((24 / var(--curent-size)) * 100vw);
}

.prev-btn-q {
  position: absolute;
  top: 50%;
  left: calc((20 / var(--curent-size)) * 100vw);
  transform: translate(0, -50%);
  z-index: 5;
}
.next-btn-q {
  position: absolute;
  top: 50%;
  right: calc((20 / var(--curent-size)) * 100vw);
  transform: translate(0, -50%);
  z-index: 5;
}

#our-partners {
  position: relative;
  margin-top: calc((72 / var(--curent-size)) * 100vw);
}

.track-mobile {
  display: none;
}

.main-glow {
  display: none;
}

#our-partners .badge-section {
  top: 0;
}

.car-bg-t {
  display: none;
}

.car-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.our-partners-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.our-partners-list {
  width: calc((795 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: calc((4 / var(--curent-size)) * 100vw);
  list-style: none;
  margin-right: calc((20 / var(--curent-size)) * 100vw);
}

.our-partners-list li {
  border-radius: 32px;
  width: calc((195 / var(--curent-size)) * 100vw);
  height: calc((178 / var(--curent-size)) * 100vw);
  background: #1c1c1c;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: calc((30 / var(--curent-size)) * 100vw);
}

.our-partners-list li img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

#qustions {
  position: relative;
  margin-top: calc((72 / var(--curent-size)) * 100vw);
}

#qustions .badge-section {
  top: 0;
}

.contacts-item {
  display: flex;
  align-items: flex-start;
  gap: calc((13 / var(--curent-size)) * 100vw);
}

.contacts-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((52 / var(--curent-size)) * 100vw);
  height: calc((52 / var(--curent-size)) * 100vw);
  border-radius: 50%;
  background: var(--active-black);
}

.contacts-icon svg {
  width: calc((20 / var(--curent-size)) * 100vw);
  height: calc((20 / var(--curent-size)) * 100vw);
}

.contacts-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((8 / var(--curent-size)) * 100vw);
}

.contacts-link p {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((14 / var(--curent-size)) * 100vw);
  line-height: 114%;
  text-transform: uppercase;
  color: var(--text-gray);
}

.contacts-link > a,
.contacts-link > span {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 80%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
}

.contacts-wrapper {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: calc((45 / var(--curent-size)) * 100vw)
    calc((160 / var(--curent-size)) * 100vw);
  margin-top: calc((70 / var(--curent-size)) * 100vw);
}

.qustions-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: calc((138 / var(--curent-size)) * 100vw);
  width: calc((675 / var(--curent-size)) * 100vw);
}

.qustions-wrapper > p {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 900;
  font-size: calc((42 / var(--curent-size)) * 100vw);
  line-height: 76%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--white);
}

.contacts-link div a {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: calc((14 / var(--curent-size)) * 100vw);
  line-height: 114%;
  color: var(--text-gray);
  padding: calc((4 / var(--curent-size)) * 100vw)
    calc((10 / var(--curent-size)) * 100vw);
  border-radius: 4px;
  border: calc((1 / var(--curent-size)) * 100vw) solid var(--text-gray);
  text-decoration: none;
  margin-top: calc((2 / var(--curent-size)) * 100vw);
}

.line {
  display: block;
  width: calc((793 / var(--curent-size)) * 100vw);
  height: calc((2 / var(--curent-size)) * 100vw);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.42) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  margin: calc((34 / var(--curent-size)) * 100vw) 0;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.social-links a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((13 / var(--curent-size)) * 100vw);
  text-decoration: none;
}

.social-links a p {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 80%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
}

.social-links a div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-links a div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((52 / var(--curent-size)) * 100vw);
  height: calc((52 / var(--curent-size)) * 100vw);
  border-radius: 50%;
  background: var(--active-black);
}

.social-links a div svg {
  width: calc((20 / var(--curent-size)) * 100vw);
  height: calc((20 / var(--curent-size)) * 100vw);
}

#contact {
  margin-top: calc((130 / var(--curent-size)) * 100vw);
  position: relative;
}

.form-wrapper {
  width: calc((797 / var(--curent-size)) * 100vw);
  margin-left: auto;
  margin-right: calc((20 / var(--curent-size)) * 100vw);
  position: relative;
}

.icon-form {
  position: absolute;
  top: calc((-41 / var(--curent-size)) * 100vw);
  right: calc((338 / var(--curent-size)) * 100vw);
  width: calc((116 / var(--curent-size)) * 100vw);
  height: calc((115 / var(--curent-size)) * 100vw);
  z-index: -1;
}

.line-form {
  position: absolute;
  top: calc((-60 / var(--curent-size)) * 100vw);
  right: calc((140 / var(--curent-size)) * 100vw);
  width: calc((921 / var(--curent-size)) * 100vw);
  height: calc((409 / var(--curent-size)) * 100vw);
  z-index: -1;
}

.form-wrapper > h3 {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 900;
  font-size: calc((42 / var(--curent-size)) * 100vw);
  line-height: 76%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--white);
}

#form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: calc((39 / var(--curent-size)) * 100vw);
}

#form .input-item input {
  width: 100%;
  padding: calc((32 / var(--curent-size)) * 100vw) 0
    calc((20 / var(--curent-size)) * 100vw) 0;
  border: none;
  background: initial;
  outline: none;
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 80%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
}

.input-item {
  width: 100%;
  position: relative;
}

.input-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc((1 / var(--curent-size)) * 100vw);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.42) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

#form .input-item input::placeholder {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 80%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
}

.dropdown-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  gap: calc((16 / var(--curent-size)) * 100vw);
  position: relative;
  padding: calc((32 / var(--curent-size)) * 100vw) 0
    calc((20 / var(--curent-size)) * 100vw) 0;
  position: relative;
}

.dropdown-wrapper > input {
  /* width: 100%; */
  background: initial;
  border: none;
  outline: none;
  height: 100%;
  padding: calc((32 / var(--curent-size)) * 100vw) 0
    calc((20 / var(--curent-size)) * 100vw) 0;
  display: none;
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 80%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
}

.car-bg-m {
  display: none;
}

.dropdown-wrapper svg {
  width: calc((20 / var(--curent-size)) * 100vw);
  height: calc((20 / var(--curent-size)) * 100vw);
}

.dropdown-wrapper > p {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 80%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
}

.dropdown-wrapper > input::placeholder {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 80%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
}

.dropdown-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc((1 / var(--curent-size)) * 100vw);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.42) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

#form button {
  width: 100%;
  height: calc((48 / var(--curent-size)) * 100vw);
  background: linear-gradient(135deg, #e60912 0%, #9a070d 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  border: none;
  margin-top: calc((42 / var(--curent-size)) * 100vw);
  cursor: pointer;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.prealoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000063;
  opacity: 0;
  visibility: hidden;
}

.prealoader.show {
  opacity: 1;
  visibility: visible;
}

.prealoader img {
  width: calc((30 / var(--curent-size)) * 100vw);
}

.message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000063;
  opacity: 0;
  visibility: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.message.open {
  opacity: 1;
  visibility: visible;
}

.message > p {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 80%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
  padding: calc((10 / var(--curent-size)) * 100vw)
    calc((20 / var(--curent-size)) * 100vw);
  border-radius: 12px;
  border: calc((1 / var(--curent-size)) * 100vw) solid #ffff;
  background: #000;
}

.dropdown.show {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease;
}

.dropdown li {
  width: 100%;
  padding: calc((14 / var(--curent-size)) * 100vw)
    calc((20 / var(--curent-size)) * 100vw);
  border-bottom: 1px solid #1c1c1c7f;

  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  line-height: 80%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000;
  transition: 0.3s ease;
}

.dropdown li:hover {
  background: #e609104b;
}

.policy-data {
  width: 100%;
  display: flex;
  align-items: center;
  gap: calc((9 / var(--curent-size)) * 100vw);
  margin-top: calc((40 / var(--curent-size)) * 100vw);
  cursor: pointer;
}

.policy-data p {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((14 / var(--curent-size)) * 100vw);
  line-height: 114%;
  text-transform: uppercase;
  color: var(--white);
}

.policy-data p a {
  color: var(--white);
}

.checkbox {
  width: calc((14 / var(--curent-size)) * 100vw);
  height: calc((14 / var(--curent-size)) * 100vw);
  border-radius: 4px;
  position: relative;
  background: #474747;
  cursor: pointer;
}

.checkbox input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.checkbox.clicked:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%, -50%);
  background-image: url(../img/click.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  cursor: pointer;
}

#under {
  margin-top: calc((94 / var(--curent-size)) * 100vw);
  width: calc((817 / var(--curent-size)) * 100vw);
  margin-left: auto;
  background: #252525;
  padding: calc((19 / var(--curent-size)) * 100vw)
    calc((20 / var(--curent-size)) * 100vw)
    calc((19 / var(--curent-size)) * 100vw)
    calc((42 / var(--curent-size)) * 100vw);
  border-radius: 30px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#under > p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 125%;
  color: var(--text-gray);
}

#under > svg {
  width: calc((99 / var(--curent-size)) * 100vw);
  height: calc((24 / var(--curent-size)) * 100vw);
}

.header-logo img {
  width: calc((140 / var(--curent-size)) * 100vw);
}

.header-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  padding: calc((10 / var(--curent-size)) * 100vw) 0;
}

.header-menu {
  margin-left: calc((40 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  list-style: none;
  gap: calc((30 / var(--curent-size)) * 100vw);
}

.header-menu li a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: calc((12 / var(--curent-size)) * 100vw);
  line-height: 140%;
  color: var(--white);
  text-decoration: none;
}

.header-menu li a:hover {
  transition: 0.3s ease;
  color: rgb(230, 9, 18);
}

.header__col-row {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: calc((15 / var(--curent-size)) * 100vw);
}

.header__search {
  cursor: pointer;
  height: 100%;
  width: 100%;
  position: relative;
  transition: 0.2s ease-in-out color, 0.2s ease-in-out background-color,
    0.2s ease-in-out border-color;
  background: url(../../webpack/dist/assets/img/search.svg) center no-repeat;
}

.header__btn {
  background: #70706f;
  border-radius: 18px;
  width: calc((46 / var(--curent-size)) * 100vw);
  height: calc((40 / var(--curent-size)) * 100vw);
  transition: 0.2s ease-in-out background-color;
  overflow: hidden;
  cursor: pointer;
}

.header__lang {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.header__lang a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: calc((18 / var(--curent-size)) * 100vw);
  line-height: 140%;
  text-align: center;
  color: var(--white);
  text-decoration: none;
}

.burger span,
.burger span:before,
.burger span:after {
  display: inline-block;
  vertical-align: middle;
  width: calc((18 / var(--curent-size)) * 100vw);
  height: calc((2 / var(--curent-size)) * 100vw);
  background: #fff;
  border-radius: 10px;
  position: relative;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.burger span:before {
  position: absolute;
  content: "";
  top: calc((4 / var(--curent-size)) * 100vw);
}

.burger span:after {
  position: absolute;
  content: "";
  top: auto;
  bottom: calc((4 / var(--curent-size)) * 100vw);
}

.burger {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.header__search-form {
  max-width: calc((1024 / var(--curent-size)) * 100vw);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: calc((50 / var(--curent-size)) * 100vw);
  z-index: 1;
  transition: opacity 0.2s ease-in-out, transform 0.3s ease-in-out,
    visibility 0.2s ease-in-out;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -20px);
  background: #fff;
  padding: calc((4 / var(--curent-size)) * 100vw)
    calc((10 / var(--curent-size)) * 100vw)
    calc((4 / var(--curent-size)) * 100vw)
    calc((18 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  flex-direction: row;
  border-radius: 14px;
  grid-gap: calc((20 / var(--curent-size)) * 100vw);
  visibility: hidden;
  opacity: 0;
}

.header__search-form.show-search {
  transform: translate(-50%, 20px);
  visibility: visible;
  opacity: 1;
}

.header__search-submit.button {
  border: none;
  outline: none;
  width: calc((145 / var(--curent-size)) * 100vw);
  height: 100%;
  margin-left: auto;
}

.button:hover {
  background-color: #a20a13;
  color: #fff;
}

.button {
  padding: calc((0 / var(--curent-size)) * 100vw)
    calc((0 / var(--curent-size)) * 100vw);
  background: #e30e1b;
  border-radius: 9px;
  height: calc((30 / var(--curent-size)) * 100vw);
  color: #fff;
  text-decoration: none;
  line-height: 1;
  transition: 0.2s ease-in-out background-color, 0.2s ease-in-out border,
    0.2s ease-in-out color;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: calc((12 / var(--curent-size)) * 100vw);
  font-weight: 700;
}

.header__search-input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 calc((35 / var(--curent-size)) * 100vw);
  padding: 0;
  margin: 0;
  background: #fff;
  font-size: 20px;
  color: #000;
  outline: none;
}

.header__search-close svg {
  width: calc((20 / var(--curent-size)) * 100vw);
  height: calc((20 / var(--curent-size)) * 100vw);
}

.burger-btn {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #000;
}

.burger-menu {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.calendar {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: calc((20 / var(--curent-size)) * 100vw);
  padding-bottom: calc((180 / var(--curent-size)) * 100vw);
  margin-top: calc((100 / var(--curent-size)) * 100vw);
}

.calendar-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc((793 / var(--curent-size)) * 100vw);
  gap: calc((42 / var(--curent-size)) * 100vw);
  padding-top: calc((48 / var(--curent-size)) * 100vw);
}

.calendar-content div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: calc((48 / var(--curent-size)) * 100vw);
  width: 100%;
  position: relative;
}

.calendar-content div:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc((1 / var(--curent-size)) * 100vw);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.42) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.calendar .badge-section {
  top: 0;
}

.calendar-content div span {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 262%;
  text-transform: uppercase;
  color: var(--red);
}

.calendar-content div p {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: calc((32 / var(--curent-size)) * 100vw);
  line-height: 131%;
  text-transform: uppercase;
  color: var(--white);
  margin: calc((0 / var(--curent-size)) * 100vw) 0
    calc((16 / var(--curent-size)) * 100vw) 0;
}

.calendar-content div ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
}

.calendar-content div ul li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 125%;
  color: var(--white);
}
