@media (max-width: 1500px) {
  /* .header {
    padding: 34px 0;
  } */
  .hero__title {
    font-size: 36px;
  }
  .hero__text {
    padding: 20px 0;
    font-size: 18px;
  }
  .btn, input[type="submit"] {
    padding: 20px;
    font-size: 14px;
  }
  .btn .discount {
    font-size: 18px;
  }
  .hero__product-text {
    font-size: 11px;
  }
  .hero__product-img {
    max-width: 100px;
  }
  .hero__video {
    max-width: 50%;
  }
  .hero {
    padding-bottom: 80px;
  }
  .product {
    padding: 50px 0;
  }
  .title__block {
    font-size: 28px;
  }
  .title__block {
    font-size: 28px;
  }
  .product__text-after {
    font-size: 16px;
    line-height: 1.3;
  }
  .product__item-img {
    max-width: 300px;
  }
  .product__item-text {
    padding: 25px 10px;
    max-width: 400px;
    font-size: 16px;
  }
  .product__item-text > img {
    width: 52px;
  }
  .product__text-min {
    margin-top: 50px;
    font-size: 13px;
  }
  .feedback {
    padding: 80px 0 120px;
  }
  .feedback__list {
    margin-top: 80px;
  }
  .feedback__item-text-block > h4 {
    font-size: 20px;
  }
  .feedback__item-text-block {
    padding: 110px 60px 30px;
    font-size: 16px;
  }
  .feedback__item-img {
    width: 235px;
    height: 235px;
    margin: 0 auto -75px;
  }
  .feedback__item {
    max-width: 390px;
  }
  .justnow {
    padding: 85px 0 110px;
  }
  .contact {
    padding: 85px 0;
  }
  .contact__block img {
    max-width: 300px;
  }
  .contact__description-title {
    padding: 20px 66px;
    font-size: 14px;
  }
  .contact__description-item:first-child .contact__description-title {
    background: url(../img/vegan.svg) no-repeat top 12px left 15px;
    background-size: 40px;
  }
  .contact__description-item:nth-child(2) .contact__description-title {
    background: url(../img/liky.svg) no-repeat top 12px left 15px;
    background-size: 40px;
  }
  .contact__description-item:nth-child(3) .contact__description-title {
    background: url(../img/clip.svg) no-repeat top 12px left 15px;
    background-size: 40px;
  }
  .contact__description-title::after {
    top: calc(50% - 7px);
    right: 22px;
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
  .contact__description-item.active .contact__description-title::after {
    top: calc(50% - 4px);
    background: url(../img/minus-ico.svg) no-repeat;
    background-size: 17px;
    width: 17px;
    height: 8px;
  }
  .contact__description-text > div {
    padding: 25px 40px 35px 60px;
    font-size: 14px;
  }
  .up {
    font-size: 9px;
  }
  .contact__wrapper .wpcf7-form label {
    font-size: 16px;
  }
  input:not([type="submit"]) {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
  .footer__block {
    padding: 0 50px;
  }
  .footer {
    font-size: 9px;
  }
  .footer__list {
    justify-content: space-between;
    font-size: 12px;
  }
  .wpcf7.js {
    max-width: 50%;
  }
  .feedback__item-text-block {
    padding: 110px 30px 30px;
  }
  .thank-you__content {
    padding: 68px 0 185px;
  }
  .thank-you__title {
    font-size: 28px;
  }
  .thank-you__text {
    padding: 20px 0 40px;
    font-size: 20px;
  }
  .thank-you__image img {
    max-width: 315px;
    height: auto;
  }
  .title__block br {
    display: none;
  }
}
@media (max-width: 991px) {
  .hero__wrapper {
    flex-direction: column-reverse;
  }
  .hero__video {
    max-width: 100%;
  }
  .product__item-img {
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .product__list {
    flex-direction: column;
  }
  .product__item:nth-child(2) {
    order: 1;
  }
  .product__item:nth-child(1) {
    order: 2;
  }
  .product__item:nth-child(3) {
    order: 3;
  }
  .product__item-text {
    max-width: 100%;
    gap: 24px;
    padding: 15px 20px 15px 10px;
  }
  .feedback__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact__wrapper {
    flex-direction: column;
    gap: 76px;
  }
  .contact__block, .contact__wrapper .wpcf7-form {
    width: 100%;
  }
  .wpcf7.js {
    max-width: 100%;
  }
  .timer {
    font-size: 42px;
  }
  .contact {
    padding: 85px 0 70px;
  }
  .footer__block {
    padding: 0;
  }
  .up.mobile {
    display: flex;
  }
  .up.desktop {
    display: none;
  }
  .footer__bottom {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 568px) {
  .container {
    padding: 0 12px;
  }
  .justnow__img-min {
    display: block;
    margin: 65px auto;
  }
  .justnow__img {
    display: none;
  }
  .footer {
    padding: 38px 0 15px;
  }
  .feedback {
    background: rgba(0, 84, 154, 0.06);
  }
  .feedback__list {
    margin-top: 50px;
  }
  .feedback__item {
    padding: 55px 0 0;
  }
  .hero {
    padding-bottom: 20px;
  }
}
@media (max-width: 425px) {
  .footer__list {
    gap: 10px;
  }
}