@media (min-width: 0) {

  /* animation */
  @-webkit-keyframes scroll {
    0% {
      transform: translateX(-25%);
    }

    100% {
      transform: translateX(-72%);
    }
  }

  @-moz-keyframes scroll {
    0% {
      transform: translateX(-25%);
    }

    100% {
      transform: translateX(-72%);
    }
  }

  @keyframes scroll {
    0% {
      transform: translateX(-25%);
    }

    100% {
      transform: translateX(-72%);
    }
  }

  @keyframes rot {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  @-webkit-keyframes rot {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  /* animation */
  .anim_wrapper {
    overflow: hidden;
    height: 130px;
  }

  .header {
    position: relative;
    padding: 20px 0 0px 0;
  }

  .header__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .header_left_svg {
    position: absolute;
    max-width: 75px;
    max-height: 75px;
    z-index: 3;
    left: 0;
    top: 5%;
  }

  .header__main {
    position: relative;
  }

  .header__title {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
  }

  .header_bg {
    height: 280px;
    position: absolute;
    z-index: -1;
    bottom: -100px;
    width: 100%;
  }

  .header__black {
    padding: 16px;
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 43.124px;
    font-style: normal;
    font-weight: 800;
    line-height: 89%;
    letter-spacing: 2.156px;
    text-transform: uppercase;
    border-radius: 15.681px;
    background: #181818;
    max-width: 215px;
  }

  .header__friday {
    max-width: 336px;
    border-radius: 15.681px;
    background: #dc5086;
    padding: 18px 22px;
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 58.308px;
    font-style: normal;
    font-weight: 800;
    line-height: 89%;
    /* 51.894px */
    letter-spacing: 1.166px;
    text-transform: uppercase;
    transform: rotate(-2.158deg);
  }

  .header__star {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transform: rotate(15.079deg);
  }

  .star {
    position: absolute;
    right: 0;
    height: 88px;
    width: 88px;
    bottom: -25px;
    animation: 22s linear 0s normal none infinite running rot;
    -webkit-animation: 22s linear 0s normal none infinite running rot;
  }

  .star__title {
    color: #000;
    text-align: center;
    font-family: Manrope;
    font-size: 6.977px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 8.373px */
    text-transform: lowercase;
    z-index: 3;
    right: 20px;
    position: relative;
    top: 5px;
  }

  .star__number {
    color: #000;
    text-align: center;
    font-family: Manrope;
    font-size: 23.258px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    position: relative;
    right: 60%;
    z-index: 3;
  }

  .star__number span {
    color: #000;
    font-family: Manrope;
    font-size: 11.629px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
  }

  .header__meta {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .header__meta svg {
    width: 48px;
    height: 25px;
  }

  .meta__title {
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 40px */
    margin-top: 16px;
  }

  .meta__title span {
    color: #fa4ea0;
  }

  .meta__con {
    transform: rotate(-1deg);
    padding: 8.011px 12.818px;
    border-radius: 8.011px;
    background: #fa4ea0;
    box-shadow: 0px 0px 19.239px 0px #fa4ea0;
    color: #fff;
    font-size: 14.002px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 20px */
    letter-spacing: 0.6px;
    width: fit-content;
  }

  .meta__subtitle {
    margin-top: 12px;
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
  }

  .header__img {
    margin-top: 14px;
    width: 100%;
    order: 2;
  }

  .header__img img {
    width: 100%;
  }

  .header__button {
    margin-top: 60px;
    color: #000;
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 18px */
    letter-spacing: 0.36px;
    border-radius: 16px;
    background: #fff;
    padding: 17px 0;
    width: 100%;
  }

  .anim__line {
    padding: 15px 0;
    /* position: absolute; */
    display: flex;
    gap: 20px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 100%;
    background: #fa4ea0;
    transform: rotate(1.397deg);
    bottom: -4%;
    margin-top: 50px;
  }

  .anim__info {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }

  .anim__line__inner {
    -webkit-animation: scroll 20s infinite linear;
    -moz-animation: scroll 20s infinite linear;
    animation: scroll 20s infinite linear;
    display: flex;
    gap: 20px;
    padding-left: 100%;
  }

  .anim__text {
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 89%;
  }

  .header_right_svg {
    position: absolute;
    right: 0;
    max-height: 110px;
    bottom: 40%;
  }

  .grid {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
  }

  .swiper1 .swiperImg {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }

  .swiper1 {
    margin-top: 8px;
  }

  .swiper1 .custom-prev,
  .swiper1 .custom-next {
    position: absolute;
    z-index: 55;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }

  .swiper1 .custom-prev {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }

  .swiper1 .custom-next {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }

  .swiper1 .custom-prev svg,
  .swiper1 .custom-next svg {
    width: 32px;
    height: 32px;
  }

  .meta_promo {
    display: flex;
    gap: 16px;
    padding: 12px;
    border-radius: 12px;
    border: 0.624px solid #fff;
    margin-top: 16px;
  }

  .meta_count {
    color: #fa4ea0;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 28px */
  }

  .meta_descr {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 18.2px */
    letter-spacing: 0.42px;
  }

  .meta_descr span {
    color: #FA4EA0
  }

  .headerMainInfoButton {
    border-radius: 9.978px;
    background: #fff;
    width: 100%;
    height: 52px;
    justify-content: center;
    align-items: center;
    color: #fa4ea0;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 18px */
    letter-spacing: 0.36px;
    margin-top: 20px;
  }
}

@media (min-width: 415px) {
  .header__star {
    right: 15px;
  }
}

@media (min-width: 639px) {}

@media (min-width: 960px) {
  .anim_wrapper {
    height: 160px;
  }

  .swiper1 .custom-prev,
  .swiper1 .custom-next {
    width: 65px;
    height: 65px;
  }

  .swiper1 .custom-prev svg,
  .swiper1 .custom-next svg {
    width: 65px;
    height: 65px;
  }

  .header__black {
    max-width: 549px;
    padding: 40px;
    font-size: 110px;
    font-style: normal;
    font-weight: 800;
  }

  .header__friday {
    max-width: 858px;
    padding: 44px 55px;
    font-size: 148.73px;
    font-style: normal;
    font-weight: 800;
  }

  .star {
    width: 288px;
    height: 288px;
    transform: rotate(-26.006deg);
    right: -60px;
    bottom: -110px;
  }

  .star__number {
    font-size: 50px;
    right: 50%;
  }

  .star__title {
    font-size: 15px;
    top: 15px;
    right: 41px;
  }

  .star__number span {
    font-size: 25px;
  }

  .header__star {
    gap: 9px;
    right: 65px;
    top: 110px;
  }

  .header_bg {
    width: 900px;
    height: 600px;
  }

  .meta__con {
    padding: 12.846px 20.553px;
    border-radius: 12.846px;
    background: #fa4ea0;
    box-shadow: 0px 0px 30.85px 0px #fa4ea0;
    color: #fff;
    font-size: 23.691px;
    letter-spacing: 0.771px;
  }

  .meta__title {
    font-size: 50px;
    text-align: start;
  }

  .meta__subtitle {
    text-align: start;
    font-size: 18px;
    margin-top: 20px;
  }

  .grid {
    display: grid;
    grid-template-columns: 1fr 450px;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-rows: 440px 56px;
  }

  .header__img {
    grid-row-start: 1;
    grid-column-start: 2;
    margin-top: 0;
  }

  .header__button {
    grid-column-start: 1;
    grid-row-start: 3;
    margin-top: 50px;
    border-radius: 16px;
    background: #dc5086;
    align-self: start;
    color: #fff;

    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 18px */
    letter-spacing: 0.36px;
  }

  .header__meta {
    grid-row-start: 1;
    margin-top: 0;
    align-items: start;
  }

  .anim__line {
    bottom: -6%;
    padding: 0px 0;
    gap: 48px;
  }

  .anim__text {
    font-size: 30px;
  }

  .header__names {
    border-radius: 16px;
    background: linear-gradient(101deg,
        rgba(255, 255, 255, 0.35) 13.31%,
        rgba(255, 255, 255, 0.03) 93.83%);
    backdrop-filter: blur(12.5px);
    padding: 8px;
    display: flex;
    grid-row-start: 2;
    grid-column-start: 2;
    height: 56px;
  }

  .header_name-title {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 24px */
  }

  .header_name-subtitle {
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    max-width: 298px;
  }

  .header_img {
    border-radius: 72.324px;
    background: #fff;
    height: 56px;
    box-shadow: 0px 0px 37.195px 0px #fa4ea0;
    position: absolute;
    top: 0;
    right: 0;
  }

  .header_left_svg {
    max-width: 200px;
    max-height: 200px;
  }

  .header_right_svg {
    max-height: 290px;
    bottom: 30%;
    width: 220px;
  }

  .anim__line__inner {
    display: flex;
    gap: 20px;
    padding-left: 100%;
  }

  .meta_promo {
    padding: 12px;
    border: 1px solid #fff;
    margin-top: 16px;
  }

  .meta_count {
    font-size: 40px;
  }

  .meta_descr {
    font-size: 14px;
  }

  .headerMainInfoButton {
    border-radius: 16px;
    height: 52px;
    font-size: 23.807px;
    letter-spacing: 0.476px;
    margin-top: 0;
  }

  .header__meta svg {
    width: 78px;
    height: 40px;
  }
}

@media (min-width: 1244px) {
  .header {
    padding: 48px 0 0 0;
  }

  .header_right_svg {
    max-height: 420px;
    bottom: 25%;
    width: 300px;
  }

  .anim__text {
    font-size: 40px;
  }

  /* .grid {
    align-items: unset;
    justify-content: unset;
    grid-template-columns: 551px 1fr;
    column-gap: 24px;
    row-gap: 40px;
    grid-template-rows: 576px 90px;
  } */
  .grid {
    align-items: unset;
    justify-content: unset;
    grid-template-columns: 550px 1fr;
    column-gap: 24px;
    row-gap: 40px;
    grid-template-rows: 576px 90px;
  }

  /* .header__img {
    position: relative;
    left: -30px;
    bottom: 10px;
  } */

  .header__button {
    max-width: 288px;
  }

  .meta__title {
    text-align: start;
    /* font-size: 70px; */
    font-size: 64px;
    margin-top: 40px;
  }


  .meta__subtitle {
    font-size: 24px;
  }

  .header__star {
    right: 155px;
    top: 80px;
  }

  .star {
    width: 365px;
    height: 365px;
    right: -97px;
    bottom: -145px;
  }

  .header_bg {
    bottom: -60%;
    width: 100%;
    height: 740px;
  }

  .swiper1 {
    /* width: 704px; */
    /* height: 576px; */
    /* top: -8px; */
    z-index: 3;
    height: 564px;
    aspect-ratio: 1.222 / 1;
  }

  .meta_promo {
    padding: 20px;
    border: 1px solid #fff;
    margin-top: 24px;
  }

  .meta_descr {
    font-size: 19px;
  }

  .headerMainInfoButton {
    border-radius: 16px;
    height: 90px;
    font-size: 23.807px;
    letter-spacing: 0.476px;
    margin-top: 0;
  }

  .header__names {
    border-radius: 16px;
    background: linear-gradient(101deg,
        rgba(255, 255, 255, 0.35) 13.31%,
        rgba(255, 255, 255, 0.03) 93.83%);
    backdrop-filter: blur(12.5px);
    padding: 16px;
    display: flex;
    grid-row-start: 2;
    grid-column-start: 2;
    height: 90px;
  }

  .header_name-title {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 24px */
  }

  .header_name-subtitle {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    max-width: 469px;
  }

  .header_img {
    border-radius: 72.324px;
    background: #fff;
    height: 90px;
    box-shadow: 0px 0px 37.195px 0px #fa4ea0;
    position: absolute;
    top: 0;
    right: 0;
  }

  .anim__line {
    bottom: -10%;
    padding: 12px 0;
    gap: 48px;
  }
}