.header {
 /* z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;*/
  align-items: center;
  padding: 5.876vw 0 0;

  background-color: #000000;
}

.header__logo {
  height: 16.267vw;
  width: 88vw;
  display: inline-block;
  margin: 0 6.113vw 5.876vw;
}

.header__logo__hero {
  height: 16.267vw;
  width: 88vw;
  display: inline-block;
  margin: 0 6.113vw 5.876vw;
  position: relative;
  z-index: 6;
}

.header__logo > img, .header__logo__hero > img {
  height: 100%;
  object-fit: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header__nav__list {
  display: flex;
  gap: 5.2vw;

  color: #d8d8d8;
  font-size: 3.2vw;
  font-weight: 400;
  text-transform: capitalize;
}

.header__nav__item {
  position: relative;
}

.header__nav__link {
  color: #fff;
  transition: all 0.15s ease-out;
}

.header__nav__link:hover {
  color: var(--color-brand);
}

.header__nav__dropdown {
  z-index: 1;
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 100%;
  gap: 2.6vw;

  background-color: #000;
  padding: 2.6vw;
}

.header__nav__item:hover .header__nav__dropdown {
  display: flex;
}

.header__nav__dropdown__link {
  color: #fff;
  transition: all 0.15s ease-out;
}

.header__nav__dropdown__link:hover {
  color: var(--color-brand);
}

.main__header__decoration {

  align-items: center;
  width: 100%;
  height: 9.067vw;
font-weight: 700;
  display: flex;
  background-color: var(--color-line);
  overflow: hidden;
}

.main__header__decoration__content {
  display: flex;
  align-items: center;
  gap: 5vw;
  padding-left: 5vw;
  white-space: nowrap;
  transform: translateX(-100%);
  animation: scroll 30s linear infinite;
  /*animation: animate-first-screen 40s -40s linear infinite;*/
}
.main__header__decoration__content:last-child{
  /*animation: animate-second-screen 40s -20s linear infinite;*/

}
.main__header__decoration__dot {
  width: 1.65vw;
  height: 1.65vw;
}

.main__header__decoration__text:after{
  background: url("../img/decoration/pm.svg");
  background-size: cover;
  width: 7.2vw;
  height: 4vw;
  display: inline-block;
  content: "";
  margin-left: 3.733vw;
}
.main__header__decoration__text {
  width: max-content;
  flex-shrink: 0;
  gap: 8.8vw;

  color: #000;
  font-family: var(--font-brand);
  font-size: 6.04907vw;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 1000px) {
  .header {
    justify-content: center;
    padding: 3.906vw 0 0;
    text-align: center;
    position: relative;
    z-index: 5;
  }

  .header__logo {
    height: 6.042vw;
    margin: 0;
  }


  .header__logo__hero {
    height: 6.042vw;
    width: 32.813vw;
    margin: 0;
    position: absolute;
    top: 3.906vw;
    left: 5.729vw;
    z-index: 6;

  }

  .header__nav__list {
    left: 0;
    gap: 3.12vw;

    font-size: 1.25vw;
  }

  .header__nav__dropdown {
    gap: 1vw;
    padding: 1vw;

    border: 0.1vw solid var(--color-brand);
  }

  .main__header__decoration {
    height: 4.948vw;
    margin-top: 2.604vw;
  }

  .main__header__decoration__content {
    gap: 2vw;
    padding-left: 2vw;
  }

  .main__header__decoration__text {
    font-size: 2.604vw;
    gap: 4.688vw;
  }

  .main__header__decoration__text:after{
    width: 3.958vw;
    height: 2.188vw;
    margin-left: 2.083vw;
  }
  .main__header__decoration__dot {
    width: 3.958vw;
    height: 2.188vw;
  }
}


.header__hero {
  position: relative;
  height: 202.667vw;
  overflow: hidden;
  background-color: var(--color-brand);
  margin-top: -27.8vw;
  padding-top: 24.8vw;
}

.header__hero__swiper {
  height: 202.667vw !important;
}
.swiper-slide {
}
.swiper-slide.header__hero__list__item {
  position: relative;
  width: 100%;

  flex-shrink: 0;
  flex-grow: 0;

  padding: 0;
  background-color: var(--color-brand);
}

.header__hero__img--mobile {
  width: 100%;
  height: 104.267vw;
  object-fit: cover;
}

.header__hero__img--desktop {
  display: none;
}

.header__hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 3.733vw 14.27vw 10.67vw;

  /*background: rgba(0, 0, 0, 0.4);

  backdrop-filter: blur(5vw);*/
}

.header__hero__content__title {
  margin-bottom: 2.34vw;

  color: #000;
  text-align: left;
  font-family: var(--font-brand);
  font-size: 15.277vw;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  line-height: 0.8;
}

.header__hero__content__subtitle {
  margin-bottom: 2.72vw;

  color: #C8C3C7;
  text-align: center;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: normal;
}

.header__hero__content__button {
  display: grid;
  place-content: center;

  padding: 1.8vw 11vw;

  background-color: #6C00E8;
  border-radius: 3.317vw;
  height: 25.6vw;
  width: 89.333vw;
}

.header__hero__content__button > span {
  color: var(--color-brand);
  font-size: 6.667vw;
  font-family: var(--font-brand);
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;

  cursor: pointer;
}

.header__hero__dots {
  z-index: 2;
  width: min-content !important;
  height: min-content;
  position: absolute;
  bottom: 22.93vw !important;
  right: 3.47vw !important;
  top: auto !important;
  display: flex;
  flex-direction: column;
  gap: 3.84vw;
}

.header__hero__dots .swiper-pagination-bullet {
  width: 3.2vw;
  height: 3.2vw;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.5;
  margin: 0 !important;

  transition: all 0.15s ease-out;
}

.header__hero__dots .swiper-pagination-bullet:hover {
  background-color: var(--color-brand);
  opacity: 1;
}

.header__hero__dots .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (min-width: 1000px) {

  .header__hero {
    position: relative;
    width: 100%;
    height: 56.25vw;
    margin: -3.906vw 0 -2.579vw;
    padding: 0;
  }

  .header__hero__swiper {
    height: 100% !important;
  }

  .swiper-slide.header__hero__list__item {
    height: 100% !important;
    padding: 0;
    padding-right: 50.26vw;
    background-color: var(--color-brand);
  }

  .header__hero__img--mobile {
    display: none;
  }

  .header__hero__img--desktop {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50.26vw;
    height: auto;
    object-fit: cover;
  }

  .header__hero__content {
    padding: 17.76vw 5.729vw 0;
    z-index:2;
   /* backdrop-filter: blur(2vw);*/
  }

  .header__hero__content__title {
    margin-bottom: 2.708vw;
    width: 32.76vw;

    font-size: 6.432vw;
    text-align: left;
  }

  .header__hero__content__subtitle {
    margin-bottom: 2.5vw;

    font-size: 1.25vw;
  }

  .header__hero__content__button {
    padding: 0;

    width: 32.76vw;
    height: 9.349vw;
    border-radius: 1.216vw;
  }

  .header__hero__content__button > span {
    font-size: 2.432vw;
  }

  .header__hero__dots {
    bottom: 17.03vw !important;
    right: 6.24vw !important;

    gap: 1.56vw;
  }

  .header__hero__dots .swiper-pagination-bullet {
    width: 1.30208vw;
    height: 1.30208vw;
  }
}