/*<section class="header1 container">*/

@media (min-width: 0) {
  .png {
    position: absolute;
  }

  .png_left_mob {
    left: 0;
    top: 40%;
  }

  .png_right_mob {
    right: 0;
    bottom: 0px;
    z-index: 2;
  }
  .png_star_mob {
    top: 128px;
    right: 0;
    width: 28%;
    z-index: 2;
  }

  .header {
    padding: 24px 0 0;
    position: relative;
  }

  .header__inner {
    display: flex;
    flex-direction: column;
  }

  .header__buttons {
    display: flex;
    justify-content: center;
    gap: 5px;
    z-index: 22;
    justify-self: start;
  }

  .header__btn_small {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 3.653px 7px;
    font-size: 9px;
    font-weight: 600;
    line-height: 22.263px; /* 182.857% */
    letter-spacing: 0.365px;
    color: #000;
    border-radius: 9.74px;
    border: 1.141px solid #6e7076;
    background: transparent;
  }

  .header__btn_redbg {
    background: #ed9ea1;
    color: #ffffff;
    border-radius: 9.74px;
    border: none;
    font-family: "Manrope";
  }

  .header__buttons_normal {
    display: flex;
    justify-content: space-between;
    gap: 6px;
  }
  .header__headers {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header__title {
    text-transform: uppercase;
    color: #151617;
    margin-top: 29px;
    text-align: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 80px */
  }
  .header__subtitle {
    color: #fff;
    font-size: 54.298px;
    font-weight: 700;
    line-height: 100%;
    background-color: #ed9ea1;
    width: 100%;
    transform: rotate(-1.631deg);
    padding: 6px 29.132px 12px 29.132px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    margin-top: -7px;
  }

  .header__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header__info_text {
    color: #1d1d1b;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    max-width: 400px;
    margin-top: 20px;
    text-align: center;
  }

  .header__info > p.header__info_text.mobile {
    max-width: 335px;
  }
  .header__img {
    position: relative;
    text-align: center;
  }

  .header__img img {
    width: 100%;
    margin: -50px 0px -30px;
  }

  .header__btn_big {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #000;
    height: 52px;
    width: 100%;
    max-width: 452px;
    align-self: center;
    z-index: 22;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 18px */
    letter-spacing: 0.32px;
  }
}

@media (min-width: 375px) {
  .header__btn_small {
    padding: 3.653px 14px;
    font-size: 11px;
  }
}
@media (min-width: 639px) {
  .header__img img {
    width: 100%;
    margin: -50px 0px -50px;
  }
  .header__info_text {
    font-size: 18px;
  }
  .header__info > p.header__info_text.mobile {
    max-width: 391px;
  }
  .png_star_mob {
    top: 61px;
    right: 0;
  }
  .header__subtitle {
    width: 452px;
  }
}
@media (min-width: 954px) {
  .header__inner {
    display: grid;
    grid-template-columns: 490px 1fr;
    grid-template-rows: 174px 247px 180px 180px;
    position: relative;
  }
  .header__headers {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    position: relative;
    display: block;
  }
  .header__title {
    font-size: 120px;
  }
  .header__subtitle {
    color: #fff;
    font-size: 100px;
    font-weight: 500;
    line-height: 80%; /* 97.9px */
    background-color: #ed9ea1;
    width: 100%;
    transform: rotate(-1.631deg);
    padding: 12px 29.132px 22px 29.132px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 23.201px;
    bottom: 5px;
    position: absolute;
  }

  .header__buttons {
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-start: 1;
    align-self: end;
    display: flex;
    gap: 22px;
  }

  .header__info {
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-start: 3;
    text-align: start;
    align-self: center;
    justify-self: start;
  }
  .header__info_text {
    margin-top: 0;
    text-align: start;
  }

  .header__btn_big {
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-start: 4;
    align-self: flex-start;
    font-size: 18px;
    letter-spacing: 0.36px;
  }

  .header__img img {
    width: 130%;
    margin: 207px 0px 0px;
  }

  .header__img {
    grid-column-end: 3;
    grid-column-start: 2;
    grid-row-start: 1;
  }

  .header {
    padding-bottom: 0px;
  }

  .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: -200px;
  }
  .png_star_dev {
    top: -100px;
    right: -124px;
  }
  .png_center_dev {
    top: 0;
    left: 48%;
  }
}

@media (min-width: 1243px) {
  .header__title {
    font-size: 140px;
    line-height: 89%; /* 97.9px */
  }

  .header__btn_small {
    height: 40px;
    padding: 4.8px 19.2px;
    font-size: 16px;
    border-radius: 12.8px;
    border: 1.5px solid #000;
    font-size: 12.175px;
  }

  .header__btn_redbg {
    border: none;
  }

  .header__inner {
    grid-template-columns: 564px 1fr;
    grid-template-rows: 174px 276px 224px 226px;
  }

  .header__info_text {
    color: #1d1d1b;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    max-width: 400px;
  }
  .header__title {
    font-size: 140px;
    font-weight: 700;
    line-height: 89%; /* 124.6px */
    margin-top: 28px;
  }
  .header__subtitle {
    color: #fff;
    font-size: 110px;
    font-weight: 500;
    line-height: 80%; /* 97.9px */
    background-color: #ed9ea1;
    width: 560.762px;
    transform: rotate(-1.631deg);
    padding: 12px 29.132px 22px 29.132px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 23.201px;
    bottom: 5px;
    position: absolute;
  }
  .header__img {
    /* top: -2%;
    left: 7%; */
    width: 828px;
    position: absolute;
    top: 50px;
    left: -32px;
  }
  .header__img img {
    width: 100%;
    margin: 0px 0px -38px;
  }

  .header__buttons {
    /* margin-top: 100px; */
  }

  .header__info {
    /* margin-top: 150px; */
  }

  .header__btn_big {
    /* margin-top: 65px; */
  }
  .header {
    padding-top: 0px;
  }
  .png {
    z-index: 1;
  }
  .png_center_dev {
    top: 0;
    left: 48%;
  }
  .png_leftbot_dev {
    bottom: 0;
    left: -300px;
  }
}
@media (min-width: 1400px) {
  .png_leftbot_dev {
    bottom: 0;
    left: -200px;
  }
}
@media (min-width: 1500px) {
  .png_leftbot_dev {
    bottom: 0;
    left: -160px;
  }
}
@media (min-width: 1600px) {
  .png_leftbot_dev {
    bottom: 0;
    left: -93px;
  }
}
@media (min-width: 1800px) {
  .png {
    z-index: 1;
  }
  .png_right_dev {
    right: 0;
    top: 43px;
  }
  .png_lefttop_dev {
    top: -100px;
    left: 140px;
  }
  .png_leftbot_dev {
    bottom: 0;
    left: 0;
  }
  .png_center_dev {
    top: 0;
    left: 48%;
  }
}
