.howuse {
  margin-bottom: 66px;
}
.howuse .howuse-title {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 27px;
  line-height: 37px;
}

.howuse-wrapper {
  position: relative;
  margin-bottom: 42px;
}

.howuse-item {
  margin-bottom: 42px;
}
.howuse-item:last-child {
  margin-bottom: 0;
}
.howuse-item__base {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
  margin-bottom: 14px;
}
.howuse-item__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.howuse-item__icon {
  width: 63px;
  height: 66px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background-image: url("../img/htu-pattern.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.howuse-item__icon img {
  width: auto;
}
.howuse-item__icon--big {
  display: none;
}
.howuse-item__title {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  width: 100%;
}
.howuse-item__link {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: var(--accentColor);
  text-decoration: none;
  padding-right: 22px;
}
.howuse-item__link::after {
  position: absolute;
  font-family: "icons";
  right: 0;
  top: 9px;
  content: "\e906";
  font-size: 8px;
  line-height: 8px;
}
.howuse-item__content {
  width: 100%;
}

.howuse-help {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1118px;
  width: 100%;
  background-color: var(--lightGray);
  border-radius: 20px;
  padding: 34px 18px 40px 18px;
}
.howuse-help__info {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 22px;
}
.howuse-help__img {
  display: none;
}
@media screen and (min-width: 1023px) {
  .howuse {
    margin-bottom: 90px;
  }
  .howuse .howuse-title {
    font-family: "Raleway", sans-serif;
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 64px;
    line-height: 78px;
  }
  .howuse-wrapper {
    margin-bottom: 87px;
    max-width: 880px;
    width: 100%;
  }
  .howuse-item {
    margin-bottom: 56px;
    display: flex;
    align-items: center;
    gap: 35px;
  }
  .howuse-item__base {
    gap: 14px;
    margin-bottom: 0px;
  }
  .howuse-item__icon {
    display: none;
  }
  .howuse-item picture.howuse-item__icon.howuse-item__icon--big {
    display: flex;
    width: 103px;
    height: 108px;
  }
  .howuse-item__top {
    flex-direction: row;
    flex: none;
    align-items: center;
    gap: 20px;
  }
  .howuse-item__title {
    font-family: "Raleway", sans-serif;
    font-size: 19px;
    line-height: 24px;
  }
  .howuse-item__link {
    font-size: 15px;
    line-height: 24px;
    -webkit-text-decoration: underline 1px transparent;
            text-decoration: underline 1px transparent;
    transition: text-decoration-color 0.12s ease-in-out;
    text-underline-offset: 2px;
  }
  .howuse-item__link::after {
    top: 8px;
    font-size: 10px;
    line-height: 10px;
  }
  .howuse-item__link:hover {
    text-decoration-color: var(--accentColor);
    transition: text-decoration-color 0.12s ease-in-out;
  }
  .howuse-item__content {
    font-size: 19px;
    line-height: 26px;
  }
  .howuse-help {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 30px 62px 30px 52px;
  }
  .howuse-help__info {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 20px 45px;
    font-size: 22px;
    line-height: 32px;
    max-width: 385px;
    text-align: left;
  }
  .howuse-help__img {
    display: flex;
  }
}
@media screen and (min-width: 1439px) {
  .howuse {
    margin-bottom: 145px;
  }
  .howuse__container {
    position: relative;
    z-index: 0;
  }
  .howuse__container::after {
    position: absolute;
    content: "";
    right: 0;
    top: 62px;
    width: 344px;
    height: 875px;
    background-image: url("../img/smartphone_2.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }
  .howuse .howuse-title {
    font-size: 90px;
    margin-bottom: 50px;
    line-height: 100px;
    max-width: 860px;
  }
  .howuse-item__base {
    gap: 12px;
  }
  .howuse-item__top {
    gap: 26px;
  }
  .howuse-item__title {
    font-size: 20px;
  }
  .howuse-item__link {
    font-size: 16px;
  }
  .howuse-item__content {
    font-size: 20px;
    line-height: 28px;
  }
  .howuse-help {
    padding: 30px 54px 30px 52px;
  }
}