body {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  background: #faf7f3;
  color: #2a1a13;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.header {
  background: linear-gradient(120deg, #fff6e6 60%, #b03a2e 100%);
  padding: 56px 0 32px 0;
  display: flex;
  align-items: center;
  min-height: 400px;
}
.header__content {
  flex: 1;
}
.header__title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #b03a2e;
}
.header__subtitle {
  font-size: 1.15rem;
  margin-bottom: 24px;
  color: #2a1a13;
}
.header__form {
  display: flex;
  gap: 12px;
}
.form-group {
  flex: 1;
}
.form-input {
  width: 100%;
  padding: 8px 12px;
  font-size: 1rem;
  border-radius: 8px;
  border: 1px solid #e0d6cc;
}
.cta-button {
  background: #b03a2e;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.cta-button:hover,
.cta-button:focus {
  background: #a93226;
}
.header__image img {
  max-width: 340px;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(176,58,46,0.15);
}
.catalog {
  background: #fff;
  padding: 48px 0;
}
.catalog__title {
  font-size: 2rem;
  margin-bottom: 32px;
  color: #b03a2e;
  text-align: center;
}
.catalog__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog__item {
  background: #fff6e6;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(176,58,46,0.08);
  padding: 18px 16px;
  width: 260px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s;
}
.catalog__item:hover {
  box-shadow: 0 8px 32px rgba(176,58,46,0.22);
}
.catalog__img {
  max-width: 120px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.catalog__name {
  font-weight: 600;
  margin-bottom: 8px;
}
.catalog__price {
  color: #b03a2e;
  font-weight: 700;
  margin-bottom: 12px;
}
.catalog__cta {
  background: #b03a2e;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 1rem;
  cursor: pointer;
  margin-top: auto;
  transition: background 0.2s;
}
.catalog__cta:hover {
  background: #a93226;
}
.catalog__cta-block {
  text-align: center;
  margin-top: 32px;
}
.benefits {
  background: #f5e9e2;
  padding: 48px 0;
}
.benefits__title {
  font-size: 2rem;
  color: #b03a2e;
  text-align: center;
  margin-bottom: 32px;
}
.benefits__list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.benefits__item {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(176,58,46,0.08);
  padding: 24px 18px;
  width: 260px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefits__icon {
  font-size: 2.2rem;
  margin-bottom: 8px;
  color: #b03a2e;
}
.how-to-order {
  background: #fff;
  padding: 48px 0;
}
.how-to-order__title {
  font-size: 2rem;
  color: #b03a2e;
  text-align: center;
  margin-bottom: 32px;
}
.how-to-order__steps {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  list-style: decimal inside;
  padding: 0;
  margin: 0 0 32px 0;
}
.how-to-order__step {
  background: #fff6e6;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(176,58,46,0.08);
  padding: 24px 18px;
  width: 260px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.how-to-order__icon {
  font-size: 2.2rem;
  margin-bottom: 8px;
  color: #b03a2e;
}
.tariffs-table {
  background: #f5e9e2;
  padding: 48px 0;
}
.tariffs-table__title {
  font-size: 2rem;
  color: #b03a2e;
  text-align: center;
  margin-bottom: 32px;
}
.tariffs-table__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 18px;
}
.tariffs-table__table th, .tariffs-table__table td {
  padding: 14px 10px;
  border-bottom: 1px solid #e0d6cc;
  text-align: center;
}
.tariffs-table__table th {
  background: #fff6e6;
  color: #b03a2e;
}
.tariffs-table__desc {
  text-align: center;
  color: #2a1a13;
  font-size: 1rem;
}
.reviews {
  background: #fff;
  padding: 48px 0;
}
.reviews__title {
  font-size: 2rem;
  color: #b03a2e;
  text-align: center;
  margin-bottom: 32px;
}
.reviews__carousel {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  overflow: hidden;
  min-height: 210px;
}
.review {
  display: none;
  flex-direction: column;
  align-items: center;
  background: #fff6e6;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(176,58,46,0.08);
  padding: 24px 18px;
  width: 340px;
  min-height: 210px;
  text-align: center;
  transition: box-shadow 0.2s;
}
.review.active {
  display: flex;
}
.review__photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 12px;
  object-fit: cover;
}
.review__author {
  font-size: 0.95rem;
  color: #b03a2e;
  margin-top: 8px;
}
.reviews__controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 18px 0 0 0;
}
.reviews__prev, .reviews__next {
  background: #b03a2e;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s;
}
.reviews__prev:hover, .reviews__next:hover {
  background: #a93226;
}
.reviews__cta-block {
  text-align: center;
  margin-top: 24px;
}
.faq {
  background: #f5e9e2;
  padding: 48px 0;
}
.faq__title {
  font-size: 2rem;
  color: #b03a2e;
  text-align: center;
  margin-bottom: 32px;
}
.faq__accordion {
  max-width: 800px;
  margin: 0 auto;
}
.faq__item {
  margin-bottom: 14px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(176,58,46,0.07);
}
.faq__question {
  width: 100%;
  background: #fff6e6;
  border: none;
  outline: none;
  color: #b03a2e;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 16px;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s;
}
.faq__question.active, .faq__question:hover {
  background: #f5e9e2;
}
.faq__answer {
  display: none;
  padding: 0 16px 16px 16px;
  color: #2a1a13;
  font-size: 1rem;
}
.faq__answer.open {
  display: block;
}
.contacts-support {
  background: #fff;
  padding: 48px 0;
}
.contacts-support__title {
  font-size: 2rem;
  color: #b03a2e;
  text-align: center;
  margin-bottom: 32px;
}
.contacts-support__info {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-bottom: 24px;
}
.contacts-support__item {
  background: #fff6e6;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(176,58,46,0.08);
  padding: 18px 20px;
  min-width: 220px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.contacts-support__icon {
  font-size: 1.5rem;
  color: #b03a2e;
}
.contacts-support__label {
  font-weight: 600;
  color: #2a1a13;
}
.contacts-support__link, .contacts-support__text {
  color: #2a1a13;
  text-decoration: none;
}
.contacts-support__cta-block {
  text-align: center;
  margin-top: 16px;
}
.cta-button--secondary {
  background: #fff;
  color: #b03a2e;
  border: 2px solid #b03a2e;
  margin-left: 12px;
}
.cta-button--secondary:hover {
  background: #f5e9e2;
}
.footer {
  background: #b03a2e;
  color: #fff;
  padding: 36px 0 16px 0;
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.footer__logo {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
.footer__nav {
  display: flex;
  gap: 18px;
}
.footer__link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.footer__link:hover {
  color: #f5e9e2;
}
.footer__bottom {
  border-top: 1px solid #fff6e6;
  padding-top: 12px;
  font-size: 0.95rem;
  color: #fff6e6;
}
.footer__warning {
  margin-bottom: 8px;
}
@media (max-width: 900px) {
  .catalog__list, .benefits__list, .how-to-order__steps, .contacts-support__info {
    flex-direction: column;
    align-items: center;
  }
  .container {
    padding: 0 8px;
  }
}
