@media all and (min-width: 1000px) {
  .mobile_footer {
    display: none;
  }
  .mobile_first_block {
    display: none;
  }
  .mobile_header {
    display: none;
  }
  .mobile_users_about_block {
    display: none;
  }
  .mobile_chart_block {
    display: none;
  }
  .mobile_program_block {
    display: none;
  }
  .header {
    top: 0%;
    background: white;
    position: fixed;
    height: 60px;
    width: 100%;
    box-shadow: 0px 6px 13px rgba(203, 203, 203, 0.19);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo {
    height: auto;
    width: 50px;
     border-radius: 10px;
  }

  .header_text {
    padding-left: 10px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
  }

  .first_block {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .text_about_app {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    /* or 142% */

    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.395122px;

    color: #141414;
  }

  .text_choose {
    margin-top: 20px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    /* or 133% */

    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.5px;

    color: #ff1859;
  }

  .chart_block {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .program_block {
    margin-top: 30px;
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .text_lose_fat {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 42px;
    /* or 131% */

    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.8px;
  }

  .users_about_block {
    margin-top: 30px;
    flex-direction: column;
    display: flex;
    align-items: center;
    /* text-align: center; */
    justify-content: center;
  }
  .colortext {
    color: #ff1859;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
  }
  .text_and_icon_love {
    display: flex;
  }

  .text_users {
    margin-right: 60px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 42px;
    /* or 131% */

    /* display: flex;
  align-items: center; */
    letter-spacing: 0.8px;
  }

  .footer {
    height: 100px;
    background: #ffffff;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer_text {
    margin-left: 20px;
    margin-right: 20px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
  }

  .stars {
    margin-left: 20px;
  }
}
@media all and (max-width: 1000px) {
  .mobile_header {
    top: 0%;
    background: white;
    position: fixed;
    height: 150px;
    width: 100%;
    box-shadow: 0px 6px 13px rgba(203, 203, 203, 0.19);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo {
    height: auto;
    width: 120px;
    border-radius: 10px;
  }

  .header_text {
    padding-left: 10px;
    font-family: Gilroy-Bold;
    font-style: bold;
    font-weight: 600;
    font-size: 60px;
  }

  .mobile_first_block {
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .text_about_app {
    font-family: Gilroy-Bold;
    font-style: extrabold;
    font-weight: extrabold;
    font-size: 50px;
    line-height: 70px;
    /* or 142% */

    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.395122px;

    color: #141414;
  }

  .text_choose {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    /* or 133% */

    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.5px;

    color: #ff1859;
  }

  .mobile_chart_block {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile_program_block {
    margin-top: 30px;
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .text_lose_fat {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 65px;
    line-height: 60px;
    /* or 131% */

    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.8px;
  }

  .mobile_users_about_block {
    margin-top: 30px;
    margin-bottom: 150px;
    flex-direction: column;
    display: flex;
    align-items: center;
    /* text-align: center; */
    justify-content: center;
  }
  .colortext {
    color: #ff1859;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 75px;
  }
  .text_and_icon_love {
    display: flex;
  }

  .text_users {
    margin-right: 60px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 75px;
    line-height: 75px;
    /* or 131% */

    /* display: flex;
      align-items: center; */
    letter-spacing: 0.8px;
  }

  .mobile_footer {
    height: 200px;
    background: #ffffff;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer_text {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 29px;
  }

  .stars {
    margin-top: 20px;
    margin-left: 20px;
    height: auto;
    width: 300px;
  }

  .header {
    display: none;
  }
  .first_block {
    display: none;
  }
  .footer {
    display: none;
  }
  .program_block {
    display: none;
  }
  .chart_block {
    display: none;
  }
  .users_about_block {
    display: none;
  }
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy"), url(fonts/Gilroy-Regular.ttf) format("opentype");
}

@font-face {
  font-family: "Gilroy-Bold";
  src: local("Gilroy"), url(fonts/Gilroy-Bold.ttf) format("opentype");
}
