.machine-range-page__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 38px;
  text-transform: uppercase;
  text-align: center;
}

.machine-range-page__descr {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  text-align: center;
  font-size: 20px;
}

.area-filter__btn {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 16px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.5s;
  font-size: 16px;
}

.area-filter__btn:hover {
  background: #fff;
  color: #ff6e24;
}

.area-filter__btn.is-active,
.area-filter__btn[aria-current="page"] {
  background: #fff;
  border-color: #fff;
  color: #ff6e24;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.machine-range-page__area-label {
  color: #fff;
  margin-right: 6px;
  font-size: 20px;
}

.machine-range-page__catalog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.machine-range-page__catalog-title {
  font-size: 38px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.machine-range-page__section {
  padding: 0 0 80px;
}

.products__list-item {
  display: flex;
  flex-direction: column;
}

.pay-btn-desktop,
.cart-btn-mobile {
  background-color: #ff6a00;
  padding: 12px;
  border-radius: 10px;
  width: 90%;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: none;
  margin: 12px auto 0;
  border: 2px solid #ff6e24;
  text-align: center;
}

.pay-btn-desktop {
  color: #fff;
  display: block;
}

.products__list-link {
  display: flex;
  flex-direction: column;
  flex: 1;
}

._choose_offer_form_catalog {
  margin-top: auto;
}

@media (max-width: 768px) {
  .machine-range-page__title {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .machine-range-page__descr {
    font-size: 16px;
  }

  .area-filter__btn {
    white-space: nowrap;
    font-size: 14px;
    padding: 8px 14px;
    min-width: max-content;
  }

  .machine-range-page__area-label {
    display: none;
  }

  .machine-range-page__catalog-title {
    font-size: 26px;
  }

  .pay-btn-desktop {
    display: none !important;
  }

  .cart-btn-mobile {
    display: block !important;
    position: static !important;
    margin: 12px auto 0;
    width: 90% !important;
    font-size: 14px;
    padding: 12px 0;
    background-color: #ff6e24;
    border: none;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .filter {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .filter-btn {
    white-space: nowrap;
    font-size: 13px;
    padding: 8px 14px;
    min-width: max-content;
  }

  .products__list-img-wrapper {
    text-align: center;
    height: 150px;
    border-radius: 12px;
    overflow: hidden;
  }

  .products__list-title {
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 8px 12px;
    font-weight: 500;
  }

  .products__list-price {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-top: 18px;
    line-height: 1.15;
    white-space: nowrap;
  }

  .machine-page__reach,
  .machine-page__reach + div {
    color: #999;
  }

  .products__list-img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 12px;
    object-fit: cover;
  }

  .products__list .products__list-price--old {
    display: none;
  }

  .products__list-quick-cart,
  .products__list-quick-cart::after,
  .cartbutton_buy {
    display: none !important;
  }

  .machine-range-page__catalog-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
