@media (min-width: 0px) {
  .header {
    padding: 20px 0;
    position: relative;
  }

  .headerNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .headerNavButtons {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .headerNavButton {
    color: #151617;
    background: transparent;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.225px;
  }

  .headerMainInfo {
    border-radius: 20px;
    background: #fad1ce;

    /* Под плашки */
    box-shadow: 0px 3.978px 39.95px 0px rgba(19, 16, 30, 0.19);
    padding: 10px;
  }

  .headerMain {
    margin-top: 20px;
  }

  .headerMainInfoPreTitle {
    border-radius: 12px;
    background: #fff;
    color: #151617;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.889px;
    width: fit-content;
    gap: 10px;
  }

  .headerMainInfoTitle {
    margin-top: 20px;
    color: #151617;
    font-family: Manrope;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
  }

  .headerMainInfoTitle span {
    color: #fe5171;
    font-size: 28px;
  }

  .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: 10px;
    color: #151617;

    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }

  .headerMainPoints {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 15px;
  }

  .headerMainPoint {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .headerMainPointSvg {
    width: 20px;
  }

  .headerMainPointText {
    color: #151617;

    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.889px;
  }

  .headerMainInfoButton {
    margin-top: 20px;
    border-radius: 16px;
    background: #fe5171;

    box-shadow: 0px 0px 30px 0px #fe5171;
    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%;
  }

  .swiper {
    margin-top: 8px;
  }

  .custom-prev,
  .custom-next {
    position: absolute;
    z-index: 55;
    width: 45px;
    height: 45px;
    cursor: pointer;
  }

  .custom-prev {
    top: 41%;
    left: 0;
  }

  .custom-next {
    top: 41%;
    right: 0;
  }

  .custom-prev svg,
  .custom-next svg {
    width: 45px;
    height: 45px;
  }

  .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) {
  .header .container {
    max-width: 1348px;
  }

  .t {
    position: absolute;
    left: -7%;
    bottom: 8%;
    width: 12%;
  }

  .header {
    padding: 24px 0 0 0;
    background: unset;
  }

  .headerMainInfoPreTitle {
    font-size: 20px;
    padding: 6px 8px;
    font-weight: 600;
  }

  .lak {
    top: 0;
    right: unset;
    left: 23%;
    width: 32%;
    z-index: 2;
    height: 25%;
  }

  .headerNavButtons {
    gap: 17px;
  }

  .headerNavButton {
    color: #151617;

    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.225px;
  }

  .headerMain {
    display: flex;
    gap: 16px;
    margin-top: 24px;
  }

  .headerMainInfo {
    width: 718px;
    height: fit-content;
    border-radius: 20px;
    background: #fad1ce;

    /* Под плашки */
    box-shadow: 0px 3.978px 39.95px 0px rgba(19, 16, 30, 0.19);
    padding: 20px;
    /* Под плашки */

    position: relative;
  }

  .swiper {
    width: 688px;
    height: 666px;
    top: -8px;
    z-index: 3;
  }

  .headerMainInfoTitle {
    font-size: 46px;
    line-height: 110%;
  }

  .headerMainInfoTitle span {
    font-size: 46px;
  }

  .headerMainInfoText {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-top: 20px;
  }

  .headerMainPoints {
    margin-top: 20px;
    gap: 15px;
  }

  .headerMainInfoButton {
    padding: 27px 0;
    margin-top: 85px;
    color: #fff;
    font-family: Manrope;
    font-size: 21.427px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.429px;
  }

  .headerMainPointSvg {
    width: 30px;
  }

  .custom-prev svg,
  .custom-next svg {
    width: 65px;
    height: 65px;
  }

  .custom-next {
    right: 5%;
  }

  .custom-prev {
    left: 2%;
  }

  .headerMainPointText {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.889px;
  }
}

@media (min-width: 1600px) {
  .lak {
    left: 29%;
    width: 24%;
    height: 25%;
  }
}
