.waste-hero {
  position: relative;
  min-height: 720px;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)),
    url("../image/recruting.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.waste-hero__inner {
  display: flex;
  align-items: center;
}

.waste-hero__label {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #61cc0c;
  margin-bottom: 20px;
  margin-top: 20px;
}

.waste-hero__title {
  font-family: "Domine", Arial, sans-serif;
  font-size: 54px;
  line-height: 1.12;
  font-weight: 800;
  margin-bottom: 24px;
}

.waste-hero__title span {
  color: #61cc0c;
}

.waste-hero__text {
  max-width: 760px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.55;
  margin-bottom: 34px;
}

.waste-hero__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.waste-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 10px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: 0.25s ease;
}

.waste-btn--primary {
  background: linear-gradient(135deg, #61cc0c, #349151);
  color: #fff;
  box-shadow: 0 12px 25px rgba(97, 204, 12, 0.25);

}

.waste-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 35px rgba(97, 204, 12, 0.35);
}

.waste-btn--outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.waste-hero__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 50px;
}

.waste-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border-radius: 18px;
  backdrop-filter: blur(10px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}

.waste-feature_text {}

.waste-hero_h2 {
  font-size: 20px;
  line-height: 1.4;
  color: white;
  font-weight: 800;
  font-family: 'Domine', Arial, sans-serif;
}

.waste-feature span {
  font-size: 16px;
  line-height: 1.4;
  color: white;
  font-weight: 400;
  font-family: 'Domine', Arial, sans-serif;
}

.waste-feature .advantage-icon {
  color: #69b42e;
  flex-shrink: 0;
  margin-top: 2px;
  width: 50px;
  height: 50px;
}

.waste-warning {
  background: #fff;
  padding: 40px 0;
}

.waste-warning_complex {
  background: #f8f9fa;
}

@media (max-width: 992px) {
  .waste-warning {
    background: #fff;
    padding: 40px 15px;
  }
}

.waste-warning__box {
  padding: 24px 28px;
  border-left: 6px solid #e53935;
  border-radius: 14px;
  background: #fff5f5;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.flex_box_waste {
  display: flex;
  gap: 5px;
}

.waste-warning_icone_text {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 50px;
  text-align: justify;
  background: #fff5f5;
  padding: 26px;
  border-radius: 15px;
}

.text_background_red {
  background: #fff5f5;
}

.text_background_green {
  background: #eef7f1;
}

/* Стили для иконок галочки */
.icon-success,
.icon-error {
  width: 35px;
  height: 35px;
  stroke-width: 2.5;
  flex-shrink: 0;
}

.icon-success {
  color: #22c55e;
}

.icon-error {
  color: #ef4444;
}


.waste-warning_complex p {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  color: gray;
  line-height: 1.5;
}

.waste-calc,
.waste-complex,
.waste-types,
.waste-steps,
.waste-faq {
  padding: 80px 0;
  background: #f8f9fa;
}

@media (max-width: 992px) {

  .waste-calc,
  .waste-complex,
  .waste-types,
  .waste-steps,
  .waste-faq {
    padding: 80px 15px;
    background: #f8f9fa;
  }
}

.waste-calc {
  background: #f8f9fa;
}

/* Секция с изображением карточек */
/* Основная секция */

.business-types {
  padding: 90px 0;
  background-color: #f3f6f4;
}

.business-types .container {
  width: min(100% - 32px, 1320px);
  margin: 0 auto;
}

/* Заголовочная часть */

.business-types__head {
  max-width: 850px;
  margin-bottom: 42px;
}

.business-types__label {
  display: inline-block;
  margin-bottom: 12px;
  color: #198754;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.business-types__title {
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 18px;
  color: #17231d;
  font-size: clamp(32px, 4vw, 32px);
  font-weight: 700;
  line-height: 1.1;
}

.business-types__description {
  font-family: 'Inter', sans-serif;
  margin: 0;
  color: #59645e;
  font-size: 18px;
  line-height: 1.65;
}

/* Сетка карточек */

.business-types__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

/* Общие стили карточки */

.business-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  isolation: isolate;

  display: flex;
  align-items: flex-end;

  padding: 26px;
  border-radius: 18px;

  background-color: #26342d;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  box-shadow: 0 14px 35px rgba(24, 49, 35, 0.14);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

/* Затемнение изображения */

.business-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;

  background: linear-gradient(180deg,
      rgba(7, 17, 12, 0.08) 0%,
      rgba(7, 17, 12, 0.18) 32%,
      rgba(7, 17, 12, 0.94) 100%);

  transition: background-color 0.35s ease;
}

/* Тонкая рамка внутри карточки */

.business-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;

  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: inherit;

  pointer-events: none;
}

/* Эффект при наведении */

.business-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 45px rgba(24, 49, 35, 0.22);
}

.business-card:hover::before {
  background-color: rgba(0, 0, 0, 0.12);
}

/* Отдельные изображения карточек */

.business-card--factory {
  background-image: url("../image/business/фабрики.webp");
}

.business-card--service {
  background-image: url("../image/business/автомайки.webp");
}

.business-card--medical {
  background-image: url("../image/business/больница.webp");
}

.business-card--shopping {
  background-image: url("../image/business/офисы.webp");
}

.business-card--restaurant {
  background-image: url("../image/business/кухня.webp");
}

.business-card--farm {
  background-image: url("../image/business/фермы.webp");
}

.business-card--construction {
  background-image: url("../image/business/кран.webp");
}

.business-card--transport {
  background-image: url("../image/business/автопарк.webp");
}

.business-card--education {
  background-image: url("../image/business/образование.webp");
}

.business-card--public__utilities {
  background-image: url("../image/business/жкх2.webp");
}

.card_item1 {
  background-image: url("../image/business/соут1.webp");
}

.card_item2 {
  background-image: url("../image/business/соут2.webp");
}

.card_item3 {
  background-image: url("../image/business/соут3.webp");
}

.card_item4 {
  background-image: url("../image/business/соут4.webp");
}

.card_item5 {
  background-image: url("../image/business/соут5.webp");
}

.card_item6 {
  background-image: url("../image/business/соут6.webp");
}

.business-card--content {
  color: var(--white);
  background: var(--green-800);
  border-color: var(--green-800);
}

/* Содержимое карточки */

.business-card__content {
  position: relative;
  z-index: 1;
  width: 100%;
}

/* Заголовок карточки */

.business-card__title {
  font-family: 'Inter', sans-serif;
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: break-word;
}

/* Описание карточки */

.business-card__text {
  font-family: 'Montserrat', sans-serif;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.30;
}

/* Планшеты и небольшие компьютеры */

@media (max-width: 1150px) {
  .business-types__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-card {
    min-height: 370px;
  }
}

/* Мобильные устройства */

@media (max-width: 650px) {
  .business-types {
    padding: 64px 0;
  }

  .business-types .container {
    width: min(100% - 24px, 1320px);
  }

  .business-types__head {
    margin-bottom: 30px;
  }

  .business-types__title {
    font-size: 32px;
  }

  .business-types__description {
    font-size: 16px;
    line-height: 1.55;
  }

  .business-types__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .business-card {
    min-height: 340px;
    padding: 22px;
    border-radius: 14px;
  }

  .business-card__title {
    font-size: 21px;
  }

  .business-card__text {
    font-size: 14px;
  }
}

/* Отключение hover-эффекта на сенсорных устройствах */

@media (hover: none) {
  .business-card:hover {
    transform: none;
    box-shadow: 0 14px 35px rgba(24, 49, 35, 0.14);
  }
}

.waste-law {
  padding: 90px 0;
  background: #f8f9fa;
}

.waste-law__wrapper {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 35px;
  padding: 40px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
}

.waste-law__icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.waste-law__icon i {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #e5efe2;
  color: #5d9e2c;
  font-size: 34px;
}

.waste-law__content h3 {
  margin-bottom: 28px;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #222;
}

.waste-law__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
}

.waste-law__list li {
  position: relative;
  padding-left: 34px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

.waste-law__list li::before {
  content: "✓";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #61cc0c;
  font-size: 18px;
}

@media (max-width:900px) {
  .waste-law__wrapper {
    grid-template-columns: 1fr;
    text-align: center;

  }

  .waste-law__icon {

    justify-content: center;

  }

  .waste-law__content h3 {

    margin-bottom: 25px;

  }

  .waste-law__list li {

    text-align: left;

  }

}

@media (max-width:576px) {

  .waste-law {

    padding: 70px 0;

  }

  .waste-law__wrapper {

    padding: 25px;

  }

  .waste-law__content h3 {

    font-size: 24px;

  }

  .waste-law__list li {

    font-size: 15px;

    line-height: 1.6;

  }

}

.waste-section-head {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 45px;
}



.waste-section-foother {
  text-align: left;
  max-width: 850px;
  margin: 45px auto 45px;
  background: #eef7f1;
  padding: 10px;
}

.waste-section-foother p {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  color: gray;
  line-height: 1.5;
}

.waste-complex_swiper {
  max-width: 900px;
  margin: 0px auto;
}

/* Иконки для цифр */
.step-number {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #69B42E;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.waste-section-head h2 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #222;
  margin-bottom: 14px;
}

.waste-section-head p {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  color: gray;
  line-height: 1.5;
  background: #eef7f1;
}

.waste-calc__form {
  max-width: 1050px;
  margin: 0 auto;
  padding: 35px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

.waste-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 28px;
}

.waste-form-grid label {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #333;
}

/* Стили для секции со штрафами */
.responsibility {
  padding: 80px 0;
  background: #f8f9fa;
}

.responsibility__head {
  max-width: 850px;
  margin: 0 auto 40px;
  text-align: center;
}

.responsibility__head h2 {
  margin: 0 0 15px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 800;
  color: #222;
}

.responsibility__head p {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #666;
}

.responsibility__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.responsibility__card {
  padding: 28px;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.responsibility__card--wide {
  grid-column: 1 / -1;
}

.responsibility__title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.responsibility__title h3 {
  margin: 0 0 5px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 800;
  color: #222;
}

.responsibility__title p {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: #777;
}

.responsibility__icon,
.fines__icon,
.risks__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: #e5efe2;
  color: #5d9e2c;
}

.responsibility__icon {
  width: 60px;
  height: 60px;
}

.responsibility__icon--red {
  background: #fff1f1;
  color: #d93636;
}

.responsibility__icon--orange {
  background: #fff6e6;
  color: #e49b22;
}

.responsibility__icon svg {
  width: 27px;
  height: 27px;
}

.fines {
  display: grid;
  gap: 12px;
}

.fines__head,
.fines__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  border-radius: 14px;
  font-family: "Montserrat", Arial, sans-serif;
}

.fines__head {
  background: #edf6e8;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

.fines__row {
  background: #f8f9fa;
  border: 1px solid #eeeeee;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fines__row:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.fines__person {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.fines__person span {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  color: #444;
}

.fines__icon {
  width: 46px;
  height: 46px;
}

.fines__icon svg {
  width: 21px;
  height: 21px;
}

.fines__row strong {
  padding: 11px 17px;
  border-radius: 10px;
  background: #fff1f1;
  font-size: 16px;
  font-weight: 800;
  color: #d93636;
  white-space: nowrap;
}

.responsibility__list {
  display: grid;
  gap: 12px;
}

.responsibility__list-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 16px 18px;
  background: #f8f9fa;
  border: 1px solid #eeeeee;
  border-radius: 13px;
  font-family: "Montserrat", Arial, sans-serif;
}

.responsibility__list-name {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.responsibility__list-name svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: #5d9e2c;
}

.responsibility__list-name span {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  color: #444;
}

.responsibility__list-item strong {
  font-size: 16px;
  font-weight: 800;
  color: #d93636;
  white-space: nowrap;
}

.risks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.risks__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  background: #f8f9fa;
  border: 1px solid #eeeeee;
  border-radius: 14px;
}

.risks__icon {
  width: 44px;
  height: 44px;
  background: #fff6e6;
  color: #e49b22;
}

.risks__icon svg {
  width: 21px;
  height: 21px;
}

.risks__item p {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

@media (max-width: 800px) {

  .responsibility__grid,
  .risks {
    grid-template-columns: 1fr;
  }

  .responsibility__card--wide {
    grid-column: auto;
  }
}

@media (max-width: 600px) {
  .responsibility {
    padding: 60px 0;
  }

  .responsibility__head h2 {
    font-size: 28px;
  }

  .responsibility__card {
    padding: 22px;
  }

  .responsibility__title {
    align-items: flex-start;
  }

  .fines__head {
    display: none;
  }

  .fines__row,
  .responsibility__list-item {
    grid-template-columns: 1fr;
  }

  .fines__row strong,
  .responsibility__list-item strong {
    justify-self: start;
  }
}

@media (max-width: 420px) {

  .responsibility__title,
  .fines__person {
    align-items: flex-start;
  }

  .responsibility__title h3 {
    font-size: 19px;
  }

  .fines__row strong,
  .responsibility__list-item strong {
    width: 100%;
    text-align: center;
  }
}

.waste-form-grid select,
.waste-cta__form input,
.waste-cta__form textarea,
.waste-modal input {
  width: 100%;
  margin-top: 10px;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  outline: none;
  margin-bottom: 25px;
}

.waste-form-grid select:focus,
.waste-cta__form input:focus,
.waste-cta__form textarea:focus,
.waste-modal input:focus {
  border-color: #61cc0c;
}

.waste-calc__note {
  margin-top: 15px;
  font-family: "Montserrat", Arial, sans-serif;
  color: gray;
  font-size: 13px;
}

.waste-complex__grid,
.waste-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.waste-card,
.waste-step {
  padding: 30px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
  transition: 0.25s ease;
}

.waste-card:hover,
.waste-step:hover {
  transform: translateY(-4px);
}

.waste-card i,
.waste-step i {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #5d9e2c;
  background: #e5efe2;
  font-size: 28px;
  margin-bottom: 20px;
}

.waste-card h3,
.waste-step h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
}

.waste-card p {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: gray;
}

.waste-types {
  background: #f8f9fa;
}

.waste-accordion {
  max-width: 950px;
  margin: 0 auto;
}

.waste-accordion__item {
  margin-bottom: 14px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.waste-accordion__btn {
  width: 100%;
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background: #fff;
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: #222;
  text-align: left;
}

.waste-accordion__title {
  display: flex;
  gap: 25px;
  align-items: center;
}

.waste-accordion__icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #69B42E;
  border-radius: 50%;
  flex-shrink: 0;
}

.waste-accordion__icon svg {
  width: 20px;
  height: 20px;

  color: #fff;
  stroke-width: 2.3;
}

.waste-accordion__btn span {
  display: flex;
  align-items: center;
  gap: 12px;
}

.waste-accordion__btn i {
  color: #5d9e2c;
}

.waste-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
}

.waste-accordion__content ul {
  max-height: 220px;
  overflow-y: auto;
  padding: 0 24px 22px 45px;
  margin: 0;
  line-height: 1.7;
  font-family: "Montserrat", Arial, sans-serif;
  color: gray;
}

.waste-accordion__content p {
  padding: 0 24px 22px;
  font-family: "Montserrat", Arial, sans-serif;
  color: gray;
  line-height: 1.6;
}

.waste-accordion__item.active .waste-accordion__content {
  max-height: 220px;
}

.waste-accordion__item.active .fa-chevron-down {
  transform: rotate(180deg);
}

.waste-price {
  padding: 80px 0;
  background: linear-gradient(135deg, #3084bb, #1a4f6e);
}

#waste-price {
  scroll-margin-top: 200px
}

.waste-price__box {
  padding: 42px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.95);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas:
    "title title title"
    "text items button";
  gap: 40px;
  align-items: center;
}

.waste-price__box h2 {
  grid-area: title;
}

.waste-price__text {
  grid-area: text;
}

.waste-price__text ul {
  padding: 0px;
  min-width: 500px;
  font-family: "Montserrat", Arial, sans-serif;
  color: gray;
  line-height: 1.5;
  font-size: 14px;
}

.waste-price__items {
  grid-area: items;
}

.waste-price__button {
  grid-area: button;
  display: flex;
  justify-content: flex-end;
}

.waste-price h2 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 30px;
  margin-bottom: 10px;
}

.waste-price p {
  font-family: "Montserrat", Arial, sans-serif;
  color: gray;
  line-height: 1.5;
}

.waste-price strong {
  color: #5d9e2c;
}

.waste-steps__grid {
  grid-template-columns: repeat(6, 1fr);
}

.waste-step {
  text-align: center;
}

.waste-step i {
  margin-left: auto;
  margin-right: auto;
}

.waste-step h3 {
  font-size: 15px;
}

.waste-cta {
  position: relative;
  padding: 90px 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)),
    url("../image/Главная_2.3.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.waste-cta__inner {
  max-width: 760px;
  text-align: center;
}

.waste-cta h2 {
  font-family: "Domine", Arial, sans-serif;
  font-size: 42px;
  margin-bottom: 16px;
}

.waste-cta p {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 28px;
  text-align: justify;
}

.waste-cta__form {
  display: grid;
  gap: 14px;
  padding: 30px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
}

.waste-cta__form textarea {
  min-height: 110px;
  resize: vertical;
}

.waste-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
}

.waste-modal.active {
  display: flex;
}

.waste-modal__content {
  position: relative;
  max-width: 520px;
  width: 100%;
  padding: 34px;
  border-radius: 24px;
  background: #fff;
}

.waste-modal__content h2 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 26px;
  margin-bottom: 15px;
}

.waste-modal__content p {
  font-family: "Montserrat", Arial, sans-serif;
  color: gray;
  line-height: 1.5;
  margin-bottom: 20px;
}

.waste-modal__close {
  position: absolute;
  right: 18px;
  top: 14px;
  border: none;
  background: none;
  font-size: 34px;
  cursor: pointer;
  color: gray;
}

@media (max-width: 992px) {
  .waste-hero__title {
    font-size: 40px;
  }

  .waste-hero__features,
  .waste-form-grid,
  .waste-complex__grid,
  .waste-price__box,
  .waste-steps__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {

  .waste-hero,
  .waste-hero__inner {
    min-height: 650px;
    padding: 10px;
  }

  .waste-hero__title {
    font-size: 30px;
  }

  .waste-hero__text {
    font-size: 16px;
  }

  .waste-hero__features,
  .waste-form-grid,
  .waste-complex__grid,
  .waste-price__box,
  .waste-steps__grid {
    grid-template-columns: 1fr;
  }

  .waste-section-head h2 {
    font-size: 26px;
  }

  .waste-calc__form,
  .waste-price__box,
  .waste-cta__form {
    padding: 22px;
  }
}

.waste-price {
  padding: 80px 0;
  background: linear-gradient(135deg, #3084bb, #1a4f6e);
}

.waste-price__box {
  padding: 42px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.95);

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  grid-template-areas:
    "title title title"
    "text items button";

  gap: 40px;

  align-items: center;
}

/* ---------- Заголовок ---------- */

.waste-price__box h2 {
  grid-area: title;

  margin: 0;

  font-family: "Montserrat", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;

  color: #222;
}

/* ---------- Левая колонка ---------- */

.waste-price__text {
  grid-area: text;
}

.waste-price__text h3 {
  margin-bottom: 16px;

  font-family: "Montserrat", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;

  color: #222;
}

.waste-price__text ul {
  margin: 0;
  padding-left: 20px;

  min-width: 500px;

  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;

  color: #666;
}

.waste-price__text li {
  margin-bottom: 8px;
}

/* ---------- Центральная колонка ---------- */

.waste-price__items {
  grid-area: items;
}

.waste-price__items p {
  margin-bottom: 18px;

  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;

  color: #666;
}

.waste-price__items p:last-child {
  margin-bottom: 0;
}

.waste-price__items strong {
  display: block;
  margin-top: 6px;

  color: #5d9e2c;
  font-size: 20px;
  font-weight: 700;
}

/* ---------- Кнопка ---------- */

.waste-price__button {
  grid-area: button;

  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* ===========================
   До 1500px
=========================== */

@media (max-width: 1499px) {

  .waste-price__box {

    grid-template-columns: 1fr;

    grid-template-areas:
      "title"
      "text"
      "items"
      "button";

    gap: 30px;

    align-items: stretch;
  }

  .waste-price__text ul {

    min-width: 0;

    width: 100%;
  }

  .waste-price__button {

    justify-content: flex-start;
  }

}

/* ===========================
   Планшеты
=========================== */

@media (max-width: 992px) {

  .waste-price {
    padding: 70px 0;
  }

  .waste-price__box {
    padding: 34px;
  }

  .waste-price__box h2 {
    font-size: 28px;
  }

  .waste-price__text h3 {
    font-size: 20px;
  }

}

/* ===========================
   Телефоны
=========================== */

@media (max-width: 576px) {

  .waste-price {
    padding: 60px 15px;
  }

  .waste-price__box {
    padding: 24px;
    gap: 24px;
  }

  .waste-price__box h2 {
    font-size: 24px;
  }

  .waste-price__text h3 {
    font-size: 18px;
  }

  .waste-price__text ul {
    font-size: 14px;
  }

  .waste-price__items p {
    font-size: 15px;
  }

  .waste-price__items strong {
    font-size: 18px;
  }

  .waste-price__button {
    width: 100%;
  }

  .waste-price__button .waste-btn {
    width: 100%;
    justify-content: center;
  }

}

@media (max-width: 999px) {
  .waste-cta {
    padding: 90px 15px;
  }
}

.waste-modal__content form .checkbox-container {
  display: grid;
  grid-template-columns: 0.1fr 0.9fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.waste-cta__form .checkbox-container {
  display: grid;
  grid-template-columns: 0.1fr 0.9fr;
  align-items: center;
  text-align: left;
  gap: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}

#waste-cta {
  scroll-margin-top: 150px;
}