@media (min-width: 0px) {
  .gifts {
    padding: 20px 0 20px 0;
    position: relative;
    border-radius: 20px;
    background: #151617;
  }

  .gifts__inner {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    gap: 24px;
  }

  .gift__img {
    position: absolute;
    right: 0;
    bottom: 23px;
    width: 67%;
  }

  .gifts__preheader {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
  }

  .gifts__header {
    margin-top: 8px;
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
  }
  .gifts__subheader {
    margin-top: 16px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
  }

  .gifts__desc {
    margin-top: 420px;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
  }
  .gifts__block {
    border-radius: 16px;
    background: #fff;
    /* max-width: 343px; */
    width: 100%;
    padding: 32px 16px;
  }
  .gifts__block_header {
    color: #151617;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
  }
  .gifts__block_subheader {
    color: #151617;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    margin-top: 8px;
  }
  .gifts__block_svg {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #gifts > div > div > div:nth-child(2) {
    top: 42%;
  }
  #gifts > div > div > div:nth-child(4) {
    top: 65%;
  }
}
@media (min-width: 480px) {
  .gift__img {
    width: 60%;
  }
}
@media (min-width: 640px) {
  .gift__img {
    width: 60%;
  }
}
@media (min-width: 680px) {
  .gift__img {
    width: 50%;
  }
}
@media (min-width: 930px) {
  .gift__img {
    width: 40%;
  }
}

@media (min-width: 958px) {
  .gifts__inner {
    margin-top: 40px;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
  .gifts__block {
    max-width: 288px;
    width: 100%;
    padding: 20px 16px;
    height: fit-content;
    align-self: center;
  }
  .gifts__block_svg {
    position: static;
    transform: none;
  }
  .gifts__block_header {
    font-size: 24px;
  }
  .gifts__block_subheader {
    margin-top: 10px;
  }
  .gifts__preheader {
    font-size: 20px;
  }
  .gifts__header {
    margin-top: 10px;

    font-size: 45px;
  }
  .gifts__subheader {
    font-size: 24px;
  }
  .gift__img {
    left: unset;
    right: 0;
    bottom: 0;
    /* width: 45%; */
    width: 30%;
    z-index: -1;
  }

  .gifts__desc {
    max-width: 512px;
    margin-top: 20px;
  }

  .gifts {
    padding: 50px 0 50px 0;
    z-index: 1;
  }
  .gifts__block_svg {
    align-self: center;
  }
}

@media (min-width: 1244px) {
  .gifts__desc {
    margin-top: 16px;
    font-size: 20px;
    line-height: 150%;
    max-width: 600px;
  }

  .gift__img {
    width: 35%;
    left: unset;
    right: 0;
    bottom: 0;
  }
}

@media (min-width: 1800px) {
  .gift__img {
    z-index: 10;
  }
}
