/*<section class="header1 container">*/

@media (min-width: 0) {
  .png {
    position: absolute;
  }

  .png_left_mob {
    left: 0;
    top: 30%;
  }

  .png_right_mob {
    right: 0;
    top: 4.5%;
  }

  .header {
    padding: 24px 0;
    position: relative;
  }

  .header__inner {
    display: flex;
    flex-direction: column;
  }

  .header__buttons {
    display: flex;
    justify-content: center;
    gap: 5px;
    z-index: 22;
  }

  .header__btn_small {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 13px;
    font-size: 10.062px;
    font-weight: 600;
    line-height: 20.227px;
    letter-spacing: 0.332px;
    color: #000;
    border-radius: 8.849px;
    border: 1.037px solid #6e7076;
    background: transparent;
  }

  .header__btn_redbg {
    background: #dc5086;
    color: #ffffff;
    border-radius: 8.849px;
    border: none;
    font-family: "Manrope";
  }

  .header__buttons_normal {
    display: flex;
    justify-content: space-between;
    gap: 6px;
  }

  .header__title {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 89%; /* 32.04px */
    text-transform: uppercase;
    color: #151617;
    margin-top: 16px;
    text-align: center;
  }

  .header__title span {
    color: transparent;
    background: linear-gradient(
      105deg,
      #dc5086 0%,
      #ff98bf 54.5%,
      #dc5086 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .header__info {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header__info_text {
    color: #1d1d1b;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }

  .header__info > p.header__info_text.mobile {
    max-height: 75px;
    letter-spacing: -0.3px;
    max-width: 316px;
  }
  .header__img {
    position: relative;
    text-align: center;
  }

  .img__bg {
    position: absolute;
    width: 331px;
    height: 398px;
    flex-shrink: 0;
    border-radius: 398px;
    background: rgba(253, 163, 198, 0.75);
    filter: blur(50px);
    top: 10%;
    left: 10px;
    z-index: -1;
  }

  .header__img img {
    width: 97%;
    max-width: 438px;
  }

  .header__btn_big {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #000;
    height: 52px;
    width: 100%;
    max-width: 400px;
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 0.32px;
    align-self: center;
    z-index: 22;
  }
}

@media (min-width: 954px) {
  .header__inner {
    display: grid;
    grid-template-columns: 209px 1fr 220px;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    position: relative;
  }

  .header__title {
    font-size: 80px;
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    margin-top: 0px;
  }

  .header__buttons {
    grid-column-end: 4;
    grid-column-start: 1;
    grid-row-start: 2;
    justify-content: space-between;
  }

  .header__info_text {
    text-align: start;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-start: 3;
  }

  .header__btn_big {
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-start: 4;
  }

  .header__img img {
    max-width: unset;
  }

  .header__img {
    position: absolute;
    top: -43px;
  }

  .img__bg {
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 604px;
    height: 580px;
  }

  .header {
    padding-bottom: 0px;
  }

  .header__marathon_text {
    position: absolute;
    right: 20px;
    max-width: 179px;
    bottom: 10%;
  }

  .header__marathon_title {
    color: #dc5086;
    text-align: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 120%;
    display: flex;
    flex-direction: column;
  }

  .header__marathon_title span {
    color: #858b90;
  }

  .header__marathon_desc {
    color: #858b90;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-top: 15px;
  }

  .png {
    z-index: -1;
  }

  .png_right_dev {
    right: -190px;
    top: 25px;
  }

  .png_lefttop_dev {
    top: -100px;
    left: -60px;
    display: none;
  }

  .png_leftbot_dev {
    bottom: 0;
    left: -93px;
  }
}

@media (min-width: 1243px) {
  .header__title {
    font-size: 110px;
    line-height: 89%; /* 97.9px */
  }

  .header__btn_small {
    height: 40px;
    padding: 0 19px;
    font-size: 16px;
  }

  .header__btn_redbg {
  }

  .header__inner {
    grid-template-columns: 288px 1fr 288px;
    grid-template-rows: 215px 140px 445px 231px;
  }

  .header__info_text {
    color: #1d1d1b;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }

  .header__marathon_title {
    font-size: 36px;
  }

  .header__marathon_desc {
    font-size: 20px;
  }

  .header__marathon_text {
    right: 0;
    max-width: 310px;
    bottom: 5%;
  }

  .header__img {
    top: -2%;
    left: 7%;
  }

  .header__buttons {
    margin-top: 100px;
  }

  .header__info {
    margin-top: 150px;
  }

  .header__btn_big {
    margin-top: 65px;
  }

  .img__bg {
    width: 801px;
    height: 737px;
    border-radius: 801px;
  }

  .header {
    padding-top: 48px;
  }
  .png {
    z-index: 1;
  }
}

@media (min-width: 1800px) {
  .png {
    z-index: 1;
  }
  .png_right_dev {
    right: 0;
    top: 25px;
  }
  .png_lefttop_dev {
    top: -100px;
    left: 140px;
  }
  .png_leftbot_dev {
    bottom: 0;
    left: 0;
  }
}
