@media (min-width: 0px) {
  .header {
    border-radius: 0px 0px 20px 20px;
    background: #f4f4f4;
    padding: 20px 0 20px 0;
    position: relative;
  }

  .headerNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .headerNavButtons {
    display: flex;
    gap: 6px;
  }

  .headerNavButton {
    padding: 6.5px;
    color: #fff;
    border-radius: 6.227px;
    background: #f47a91;
    text-align: center;
    font-family: Manrope;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 12px */
    letter-spacing: 0.3px;
  }

  .headerMainInfo {
    border-radius: 20px;
    background: #fff;
    padding: 20px;
  }

  .headerMain {
    margin-top: 20px;
  }

  .headerMainInfoPreTitle {
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 11px */
    letter-spacing: 0.44px;
    border-radius: 10px;
    border: 1px solid #f47a91;
    padding: 10px 11px;
    width: 100%;
    text-align: center;
    width: 100%;
    text-align: center;
  }

  .headerMainInfoTitle {
    color: #151617;
    margin-top: 8px;
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }

  .headerMainInfoTitle span {
    color: #f47a91;
  }

  .headerMainInfoSubtittle {
    margin-top: 4px;
    color: #f47a91;

    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 18px */
    text-transform: lowercase;
  }

  .headerMainInfoText {
    margin-top: 16px;
    color: #1d1d1b;

    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }

  .headerMainInfoText span {
    font-weight: 700;
  }

  .headerMainInfoButton {
    margin-top: 20px;
    border-radius: 16px;
    background: #050505;
    color: #fff;

    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 16px */
    letter-spacing: 0.48px;
    padding: 18px 0;
    width: 100%;
    max-width: 831px;
  }

  .swiperImg {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }

  .swiper {
    margin-top: 8px;
  }

  .custom-prev,
  .custom-next {
    position: absolute;
    z-index: 55;
    width: 57px;
    height: 57px;
    cursor: pointer;
  }

  .custom-prev {
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
  }

  .custom-next {
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
  }

  .custom-prev svg,
  .custom-next svg {
    width: 57px;
    height: 57px;
  }

  .lak {
    position: absolute;
    right: 0;
    top: 20%;
    height: 312px;
  }
}

@media (min-width: 480px) {
}

@media (min-width: 640px) {
}

@media (min-width: 960px) {
}

@media (min-width: 1244px) {
  .t {
    position: absolute;
    left: -7%;
    bottom: 8%;
    width: 12%;
  }

  .header {
    padding: 31px 0 0px 0;
    background: unset;
  }

  .headerMainInfoPreTitle {
    font-size: 16px;
    padding: 10px 16px;
    max-width: 430px;
    font-weight: 600;
    width: fit-content;
  }

  .lak {
    top: 0;
    right: unset;
    left: 23%;
    width: 32%;
    z-index: 2;
    height: 25%;
  }

  .headerNavButtons {
    gap: 17px;
  }

  .headerNavButton {
    color: #fff;

    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.303px;
    /* 208.145% */
    letter-spacing: 0.48px;
    border-radius: 11.383px;
    background: #f47a91;
    padding: 5px 11px;
  }

  .headerMain {
    display: flex;
    gap: 16px;
    margin-top: 48px;
  }

  .headerMainInfo {
    width: 610px;
    height: fit-content;
    border-radius: 21.103px;
    background: #f4f4f4;
    position: relative;
  }

  .swiper {
    width: 597px;
    /* height: 502px; */
    top: -8px;
    z-index: 3;
  }

  .headerMainInfoTitle {
    font-size: 45px;
  }

  .headerMainInfoText {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-top: 24px;
  }

  .headerMainInfoButton {
    padding: 27px 0;
    margin-top: 16px;
    color: #fff;
    font-family: Manrope;
    font-size: 21.427px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.429px;
  }
}

@media (min-width: 1600px) {
  .lak {
    left: 29%;
    width: 24%;
    height: 25%;
  }
}
