.ft-fire-service {
  background: #222e40;
  font-family: "OpenSans", Arial, sans-serif;
}

.ft-fire-service .ft-fire-quiz__intro {
  min-height: 0;
}

.ft-fire-service .ft-fire-quiz__intro-inner {
  padding-top: 34px;
  padding-bottom: 58px;
}

.ft-fire-service .breadcrumbs__main {
  margin-bottom: 36px;
}

.ft-fire-service .ft-fire-quiz__intro h1 {
  max-width: 1080px;
}

.ft-fire-service__title-line {
  display: block;
}

.ft-fire-service .ft-fire-quiz__button {
  text-decoration: none;
}

.ft-fire-service__benefits {
  color: #fff;
  background: #222e40;
}

.ft-fire-service__benefits-inner {
  display: grid;
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 27px 0 34px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ft-fire-service__benefit {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 13px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.ft-fire-service__benefit img {
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  object-fit: contain;
}

.ft-fire-service__benefit span {
  min-width: 0;
}

.ft-fire-calc-page {
  min-height: 70vh;
  padding: 60px 0 35px;
  background: #f7f7f7;
}

.ft-fire-calc-page__heading {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  font-family: "OpenSans", Arial, sans-serif;
}

.ft-fire-calc-page__heading h1 {
  margin: 0 0 12px;
  color: #222e40;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 700;
  line-height: 1.18;
}

.ft-fire-calc-page__heading p {
  max-width: 780px;
  margin: 0;
  color: #4e5660;
  font-size: 17px;
  line-height: 1.5;
}

.ft-fire-calc-page .ft-fire-quiz {
  font-family: "OpenSans", Arial, sans-serif;
}

.ft-fire-calc-page .ft-fire-quiz__panel {
  margin-top: 26px;
}

.ft-fire-calc-page .ft-fire-quiz__results-head h2 {
  color: #222e40;
}

@media (max-width: 900px) {
  .ft-fire-service__benefits-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .ft-fire-service .ft-fire-quiz__intro-inner {
    padding-top: 25px;
    padding-bottom: 38px;
  }

  .ft-fire-service .breadcrumbs__main {
    margin-bottom: 27px;
  }

  .ft-fire-service__benefits-inner {
    padding: 24px 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 17px;
  }

  .ft-fire-calc-page {
    padding-top: 35px;
  }

  .ft-fire-calc-page__heading p {
    font-size: 14px;
  }
}
