.page-wrapper {
  padding-top: 60px;
  padding-bottom: 70px;
  color: #070606;
}

.sunscreen-content-wrapper {
  padding-left: 5px;
  padding-right: 5px;
}

.sunscreen-hero {
  margin-bottom: 30px;
}

.sunscreen-hero__title {
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.077;
  text-align: center;
}

.sunscreen-hero__description {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125;
  text-align: center;
}

.sunscreen-hero__description--block-mob {
  display: block;
}

.sunscreen-hero__app-link {
  display: flex;
  align-items: center;
  justify-content: center;

  padding-left: 5px;
  padding-right: 5px;

  margin-left: auto;
  margin-right: auto;

  text-align: center;

  height: 54px;
  max-width: 340px;
  width: 100%;

  font-size: 20px;
  font-weight: 600;
  line-height: 1;

  color: #ffffff;

  box-shadow: inset -1px -3px 6px #ffffff1f, 1px 3px 6px #00000033;
  border-radius: 8px;
}

.sunscreen-hero__app-link--download-list {
  margin-bottom: 25px;
  background-color: #44b6d5;
}

.sunscreen-hero__app-link--open-web-app {
  background-color: #ff64ab;
}

.sunscreen-benefits {
  margin-bottom: 35px;
}

.sunscreen-benefits__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.sunscreen-benefits__list--flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sunscreen-benefits__item {
  display: flex;
  gap: 5px;
}

.sunscreen-benefits__icon {
  width: 20px;
}

.sunscreen-benefits__icon svg {
  display: block;
  width: 100%;
  height: auto;
}

.sunscreen-benefits__text {
  font-size: 14px;
  line-height: 1.143;
}

.sunscreen-benefits__item:not(:last-child) {
  margin-bottom: 5px;
}

@media screen and (min-width: 390px) {
  .page-wrapper {
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .page-wrapper {
    padding-top: 110px;
  }

  .sunscreen-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .sunscreen-hero {
    margin-bottom: 35px;
  }

  .sunscreen-hero__title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.071;
  }

  .sunscreen-hero__description {
    margin-bottom: 35px;
  }

  .sunscreen-hero__description--block-mob {
    display: inline;
  }

  .sunscreen-hero__app-link--download-list {
    margin-bottom: 0;
    background-color: #ff64ab;
  }

  .sunscreen-hero__app-link--open-web-app {
    display: none !important;
  }

  .sunscreen-benefits {
    margin-bottom: 60px;
  }

  .sunscreen-benefits__item {
    align-items: center;
  }
}

@media screen and (min-width: 1280px) {
  .page-wrapper {
    padding-top: calc(
      70px + (90 - 70) * calc((100vw - 1280px) / (2560 - 1280))
    );
  }

  .sunscreen-hero {
    margin-bottom: calc(
      30px + (40 - 30) * calc((100vw - 1280px) / (2560 - 1280))
    );
  }

  .sunscreen-hero__title {
    font-size: calc(28px + (38 - 28) * calc((100vw - 1280px) / (2560 - 1280)));
    margin-bottom: calc(
      5px + (15 - 5) * calc((100vw - 1280px) / (2560 - 1280))
    );
  }

  .sunscreen-hero__description {
    font-size: calc(16px + (24 - 16) * calc((100vw - 1280px) / (2560 - 1280)));
    margin-bottom: calc(
      30px + (40 - 30) * calc((100vw - 1280px) / (2560 - 1280))
    );
  }

  .sunscreen-hero__app-link {
    max-width: none;
    width: calc(340px + (400 - 340) * calc((100vw - 1280px) / (2560 - 1280)));
    height: calc(54px + (60 - 54) * calc((100vw - 1280px) / (2560 - 1280)));
    font-size: calc(20px + (26 - 20) * calc((100vw - 1280px) / (2560 - 1280)));
  }

  .sunscreen-benefits {
    margin-bottom: calc(
      30px + (40 - 30) * calc((100vw - 1280px) / (2560 - 1280))
    );
  }

  .sunscreen-benefits__title {
    font-size: calc(20px + (30 - 20) * calc((100vw - 1280px) / (2560 - 1280)));
    margin-bottom: calc(
      10px + (20 - 10) * calc((100vw - 1280px) / (2560 - 1280))
    );
  }

  .sunscreen-benefits__item {
    gap: calc(5px + (12 - 5) * calc((100vw - 1280px) / (2560 - 1280)));
  }

  .sunscreen-benefits__icon {
    width: calc(20px + (30 - 20) * calc((100vw - 1280px) / (2560 - 1280)));
  }

  .sunscreen-benefits__item:not(:last-child) {
    margin-bottom: calc(
      5px + (10 - 5) * calc((100vw - 1280px) / (2560 - 1280))
    );
  }

  .sunscreen-benefits__text {
    font-size: calc(14px + (22 - 14) * calc((100vw - 1280px) / (2560 - 1280)));
  }
}

@media screen and (min-width: 2560px) {
  .page-wrapper {
    padding-top: calc((90 / 2560) * 100vw);
  }

  .sunscreen-hero {
    margin-bottom: calc((40 / 2560) * 100vw);
  }

  .sunscreen-hero__title {
    margin-bottom: calc((15 / 2560) * 100vw);
    font-size: calc((38 / 2560) * 100vw);
  }

  .sunscreen-hero__description {
    margin-bottom: calc((40 / 2560) * 100vw);
    font-size: calc((24 / 2560) * 100vw);
  }

  .sunscreen-hero__app-link {
    width: calc((400 / 2560) * 100vw);
    height: calc((60 / 2560) * 100vw);
    font-size: calc((26 / 2560) * 100vw);
    border-radius: calc((8 / 2560) * 100vw);
  }

  .sunscreen-benefits {
    margin-bottom: calc((40 / 2560) * 100vw);
  }

  .sunscreen-benefits__title {
    font-size: calc((30 / 2560) * 100vw);
    margin-bottom: calc((20 / 2560) * 100vw);
  }

  .sunscreen-benefits__item {
    gap: calc((12 / 2560) * 100vw);
  }

  .sunscreen-benefits__icon {
    width: calc((30 / 2560) * 100vw);
  }

  .sunscreen-benefits__item:not(:last-child) {
    margin-bottom: calc((10 / 2560) * 100vw);
  }

  .sunscreen-benefits__text {
    font-size: calc((22 / 2560) * 100vw);
  }
}
