

/* Start:/services/services.css?17748780343222*/
/* ===== СТРАНИЦА УСЛУГ ===== */

.service-landing {
  padding-bottom: 80px;
}

.service-landing__hero {
  margin-bottom: 40px;
}

.service-landing__hero-inner {
  max-width: 1840px;
  margin: 0 auto;
  padding: 0 20px;
}

.service-landing__hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.service-landing__intro .maxwidth-theme,
.service-landing__form-section .maxwidth-theme {
  max-width: 980px;
}

.service-intro {
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #4d4d4d;
  margin-bottom: 60px;
}

.service-intro p {
  margin: 0 0 20px;
}

.service-benefits {
  margin-bottom: 60px;
}

.service-benefits__title {
  margin: 0 0 36px;
  text-align: center;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #222;
}

.service-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.service-benefits__item {
  text-align: center;
}

.service-benefits__icon {
  width: 86px;
  height: 86px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.service-benefits__icon img,
.service-benefits__icon svg {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.service-benefits__text {
  font-size: 16px;
  line-height: 1.6;
  color: #4d4d4d;
}

.service-form-box {
  max-width: 760px;
  margin: 0 auto;
}

.service-form-box__text {
  margin: 0 auto 28px;
  text-align: center;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 1.7;
}

.service-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.service-form__field input,
.service-form__field textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #222;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 0;
  padding: 15px 18px;
}

.service-form__field--textarea {
  margin-bottom: 24px;
}

.service-form__field textarea {
  min-height: 220px;
  resize: vertical;
}

.service-form__bottom {
  text-align: center;
}

.service-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 270px;
  height: 56px;
  padding: 0 28px;
  border: 0;
  background: #2d2926;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 767px) {
  .service-landing__hero-inner {
    padding: 0 12px;
  }

  .service-intro {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 44px;
  }

  .service-benefits__title {
    font-size: 28px;
    margin-bottom: 28px;
    text-align: left;
  }

  .service-benefits__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .service-benefits__item {
    max-width: 280px;
    margin: 0 auto;
  }

  .service-benefits__icon {
    width: 72px;
    height: 72px;
    margin-bottom: 14px;
  }

  .service-form__row {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 14px;
  }

  .service-form__field textarea {
    min-height: 180px;
  }

  .service-form__submit {
    width: 100%;
    min-width: 0;
  }
}

/* End */
/* /services/services.css?17748780343222 */
