@media (max-width: 1420px) {
  .header__content {
    margin-right: 0;
  }
  .header__title {
    width: 95%;
  }
  .info {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
}
@media (max-width: 1200px) {
  .header__img {
    display: none;
  }
  .header__content {
    width: 100%;
  }
  .header__title,
.header .text {
    margin-right: 30px;
    padding-left: 30px;
  }
  .featured__content {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .title {
    font-size: 30px;
  }
  .advice {
    gap: 20px;
  }
  .advice .title, .advice .text {
    width: 100%;
  }
  .advice__huge {
    width: 100%;
  }
  .shop .title {
    width: 100%;
  }
  .footer {
    padding: 20px 100px;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 20px;
  }
  .footer__text {
    width: 100%;
  }
}
@media (max-width: 880px) {
  .advice {
    grid-template-columns: 1fr;
  }
  .advice .text {
    padding: 20px 0;
  }
  .advice__huge {
    display: none;
  }
  .shop {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
    gap: 30px;
    padding: 20px;
  }
  .footer {
    padding: 20px 50px;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 678px) {
  .container {
    margin: 0 20px;
  }
  .header__title {
    font-size: 40px;
    line-height: 150%;
  }
  .header .text {
    width: 90%;
  }
  .header-arrows {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .info {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .info__title {
    width: 100%;
    font-size: 18px;
  }
  .info .text {
    font-size: 12px;
  }
  .footer {
    padding: 20px 30px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .header-arrows {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .header-arrows span {
    font-size: 22px;
  }
  .header-arrows__item {
    padding: 20px;
  }
  .header__top {
    padding: 15px 20px;
  }
  .header__menu {
    grid-template-columns: 1fr;
  }
  .header__links {
    gap: 20px;
    justify-items: center;
  }
  .header__content {
    margin-top: 20px;
  }
  .header__title {
    font-size: 30px;
  }
  .header .text {
    font-size: 14px;
  }
  .featured__top {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .featured__content {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .title {
    font-size: 22px;
  }
  .text {
    font-size: 14px;
  }
  .shop__img {
    width: 100%;
    height: 200px;
  }
}/*# sourceMappingURL=media.css.map */