@media (min-width: 0px) {
  .header {
    position: relative;
    padding: 25px 0 13px 0;
    border-radius: 0px 0px 20px 20px;
    background: #242424;
    z-index: 0;
  }

  .headerTop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .headerLight {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    height: 100%;
    width: 100%;
  }

  .headerNav {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    z-index: 2;
    align-items: center;
  }

  .headerNav__logo {
    align-self: center;
  }

  .headerNav__buttons {
    display: flex;
    gap: 5px;
  }

  .headerNav__button {
    border-radius: 10px;
    background: #fff;
    color: #dc5086;
    padding: 6px 9px;
    text-align: center;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.179px;
    /* 234.825% */
    letter-spacing: 0.36px;
    width: fit-content;
  }

  .headerMainTitle {
    margin-top: 15px;
    color: #dc5086;

    font-family: Manrope;
    font-size: 82.711px;
    font-style: normal;
    font-weight: 800;
    line-height: 85%;
    /* 70.304px */
    text-transform: uppercase;
  }

  .headerMain {
    position: relative;
    z-index: 2;
  }

  .manicure {
    color: #dc5086;
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    line-height: 98%;
    text-transform: uppercase;
  }

  .headerSmallImgsMobile {
    position: absolute;
    top: 10px;
    left: 55%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }

  .headerSmallImg {
    width: 43px;
    height: 41px;
  }

  .headerMainSubtitle {
    color: #fff;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 20px;
    text-align: center;
  }

  .headerMainSubtitleSecond {
    color: #fff;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-top: 10px;
    text-align: center;
  }

  .headerButton {
    margin-top: 72%;
    max-width: 818px;
    width: 100%;
    border-radius: 12px;
    background: #fff;
    padding: 17px 0;
    color: #000;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    position: relative;
    z-index: 6;
    letter-spacing: 0.36px;
  }

  .mainImg {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    max-height: 750px;
    transform: translate(-50%, 0);
    width: 100%;
  }

  .mainImgBg {
    position: absolute;
    bottom: 0;
    z-index: -2;
    left: 0;
    width: 100%;
  }

  .headerSmallImgsDevice {
    display: none;
  }
}

@media (min-width: 395px) {
  .mainImg {
    width: 88%;
  }
}

@media (min-width: 420px) {
  .mainImg {
    width: 87%;
  }
}

@media (min-width: 460px) {
  .mainImg {
    width: 75%;
  }
}

@media (min-width: 480px) {
  .headerButton {
    margin-top: 55%;
  }
}

@media (min-width: 640px) {
  .headerMainTitle {
    text-align: center;
  }

  .mainImg {
    width: 50%;
  }

  .headerSmallImgsMobile {
    left: 70%;
  }

  .headerButton {
    margin-top: 42%;
  }

  .mainImg {
    max-width: 500px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

@media (min-width: 960px) {
  .headerButton {
    margin-top: 30%;
  }
}

@media (min-width: 1244px) {
  .header {
    padding: 50px 0 30px 0;
    background: #000;
  }

  .headerTop {
    max-width: 626px;
  }

  .header .container {
    max-width: unset !important;
    padding: 0 50px;
  }

  .headerNav {
    flex-direction: row;
    justify-content: space-between;
  }

  .headerNav__buttons {
    flex-direction: column-reverse;
    gap: 15px;
    align-items: end;
  }

  .headerNav__button {
    font-size: 20px;
    padding: 4px 20px;
  }

  .headerMainTitle {
    font-size: 120px;
    text-align: start;

    position: relative;
  }

  .manicure {
    font-size: 120px;
  }

  .headerMainSubtitleSecond {
    text-align: start;
    margin-top: 25px;
    max-width: 818px;
    font-size: 24px;
  }

  .headerMainSubtitle {
    max-width: 100%;
    width: 478px;
    color: #fff;
    position: absolute;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    top: 0;
    text-align: start;
    left: 60%;
    margin-top: 0;
  }

  .headerButton {
    margin-top: 64px;
  }

  .headerSmallImgsMobile {
    display: none;
  }

  .headerSmallImgsDevice {
    position: absolute;
    display: flex;
    bottom: 30px;
    right: 30px;
    top: unset;
    flex-direction: column;
    gap: 25px;
  }

  .headerSmallImg {
    width: 110px;
    height: 110px;
  }

  .headerMain {
    max-width: 570px;
  }

  .mainImg {
    max-width: 820px;
    left: 71%;
    transform: translate(-50%, 0);
  }

  .headerTop {
    width: 800px;
    max-width: unset;
    height: 360px;
    left: 11%;
  }

  .headerMainTitleSvg {
    position: absolute;
    top: 40px;
    left: 50%;
  }

  .mainImg_bg {
    max-width: 820px;
    left: 71%;
    bottom: 0;
    transform: translate(-50%, 0);
  }

  .dustBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
  }

  .master {
    position: relative;
    left: 15%;
  }

  .lak {
    position: absolute;
    bottom: 34%;
    right: 34px;
    z-index: 3;
    width: 200px;
    height: 209px;
  }
}

@media (min-width: 1628px) {
  .headerMainTitle {
    font-size: 150px;
  }

  .manicure {
    font-size: 150px;
  }

  .headerMain {
    max-width: 818px;
  }

  .headerMainTitleSvg {
    top: 50px;
    left: 43%;
  }

  .headerMainSubtitle {
    top: 15px;
    left: 50%;
  }

  .headerTop {
    width: 890px;
    height: 360px;
    left: 8%;
    z-index: 3;
  }

  .headerButton {
    font-size: 32.736px;
    font-style: normal;
    font-weight: 700;
    padding: 31px 0;
  }

  .mainImg {
    max-width: unset;
    width: 1165px;
    height: 896.256px;
    left: 67%;
    max-height: unset;
  }
}

@media (min-width: 1700px) {}