/*@font-face {*/
/*  font-family: "SuisseIntl";*/
/*  font-display: swap;*/
/*  src: url("../fonts/SuisseIntl-Book.woff2") format("woff2"), url("../fonts/SuisseIntl-Book.woff") format("woff");*/
/*  font-weight: 450;*/
/*  font-style: normal;*/
/*}*/

/*@font-face {*/
/*  font-family: "SuisseIntl";*/
/*  font-display: swap;*/
/*  src: url("../fonts/SuisseIntl-Bold.woff2") format("woff2"), url("../fonts/SuisseIntl-Bold.woff") format("woff");*/
/*  font-weight: 700;*/
/*  font-style: normal;*/
/*}*/

/*@font-face {*/
/*  font-family: "SuisseIntl";*/
/*  font-display: swap;*/
/*  src: url("../fonts/SuisseIntl-Light.woff2") format("woff2"), url("../fonts/SuisseIntl-Light.woff") format("woff");*/
/*  font-weight: 300;*/
/*  font-style: normal;*/
/*}*/

@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/*@font-face {*/
/*  font-family: "SuisseIntl";*/
/*  font-display: swap;*/
/*  src: url("../fonts/SuisseIntl-Regular.woff2") format("woff2"), url("../fonts/SuisseIntl-Regular.woff") format("woff");*/
/*  font-weight: 400;*/
/*  font-style: normal;*/
/*}*/

/*@font-face {*/
/*  font-family: "SuisseIntl";*/
/*  font-display: swap;*/
/*  src: url("../fonts/SuisseIntl-Medium.woff2") format("woff2"), url("../fonts/SuisseIntl-Medium.woff") format("woff");*/
/*  font-weight: 600;*/
/*  font-style: normal;*/
/*}*/

/*@font-face {*/
/*  font-family: "SuisseIntl";*/
/*  font-display: swap;*/
/*  src: url("../fonts/SuisseIntl-RegularItalic.woff2") format("woff2"), url("../fonts/SuisseIntl-RegularItalic.woff") format("woff");*/
/*  font-weight: 400;*/
/*  font-style: italic;*/
/*}*/

/*@font-face {*/
/*  font-family: "SuisseIntl";*/
/*  font-display: swap;*/
/*  src: url("../fonts/SuisseIntl-SemiBold.woff2") format("woff2"), url("../fonts/SuisseIntl-SemiBold.woff") format("woff");*/
/*  font-weight: 600;*/
/*  font-style: normal;*/
/*}*/

.guarantees__item::before,
.calc__list li::before,
.benefits__item:has(.benefits__item-picture) .benefits__item-list li::before,
.header__contacts-phone::before,
.swiper-button-next,
.swiper-button-prev,
.form__checkbox-input:checked + .form__checkbox-text::before,
.breadcrumbs__item:not(:last-child)::before,
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  display: block;
}

.icon-calc:before {
  content: "\e900";
}

.icon-calendar:before {
  content: "\e901";
}

.icon-check:before,
.calc__list li:before,
.benefits__item:has(.benefits__item-picture) .benefits__item-list li:before,
.form__checkbox-input:checked + .form__checkbox-text:before {
  content: "\e902";
}

.icon-chevron:before,
.breadcrumbs__item:not(:last-child):before {
  content: "\e903";
}


.icon-chevron-large:before {
  content: "\e904";
}

.icon-envelope:before {
  content: "\e905";
}

.icon-envelope-fill:before {
  content: "\e906";
}

.icon-filter:before {
  content: "\e907";
}

.icon-location:before {
  content: "\e908";
}

.icon-location-fill:before {
  content: "\e909";
}

.icon-next:before,
.swiper-button-next:before {
  content: "\e90a";
}

.icon-pdf:before {
  content: "\e90b";
}

.icon-phone:before,
.header__contacts-phone:before {
  content: "\e90c";
}

.icon-prev:before,
.swiper-button-prev:before {
  content: "\e90d";
}

.icon-search:before {
  content: "\e90e";
}

.icon-shield:before,
.guarantees__item:before {
  content: "\e90f";
}

.icon-star:before {
  content: "\e910";
}

.icon-telegram:before {
  content: "\e911";
}

.icon-telegram-fill:before {
  content: "\e912";
}

.icon-vk:before {
  content: "\e913";
}

.icon-whatsapp:before {
  content: "\e914";
}
.icon-whatsapp-fill:before {
  content: "\e914";
}
.marked-text {
  border-radius: 0.3125rem;
  background: rgba(214, 223, 106, 0.5);
  padding-inline: 0.25em;
  margin-inline: -0.25em;
}

.title {
  font-weight: 600;
  font-size: 1.75rem;
}

.title-lg {
  font-weight: 600;
  font-size: 1.375rem;
}

.fancybox__container {
  max-width: 100% !important;
  padding: 0 !important;
}

.fancybox__slide {
  padding: 0;
}

.fancybox__backdrop {
  background: rgba(30, 30, 30, 0.4);
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(12.5px);
}

.fancybox__content {
  color: inherit;
  background: none;
  padding: 0;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}

.popup {
  position: relative;
  display: none;
  width: 100%;
  max-width: 41.875rem;
  background: #fff;
  color: #111827;
  border-radius: 0.75rem;
  padding: 1.875rem 0.625rem;
}

.popup__close {
  position: absolute;
  top: 0.63rem;
  right: 0.63rem;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  color: #111827;
}

.popup__title {
  text-align: center;
}

.popup__subtitle {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}

.popup__form {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.range__caption {
  position: relative;
  z-index: 1;
}

.range__input {
  -webkit-appearance: none;
  background-color: transparent;
  padding: 0;
  width: 100%;
  opacity: 1;
}

.range__input::-webkit-slider-thumb {
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  border-radius: 50%;
  cursor: pointer;
  width: 1.875rem;
  height: 1.875rem;
  background: #4d894a;
  border: 0rem solid rgba(64, 111, 61, 0.3);
  margin-top: -0.6875rem;
  -webkit-box-shadow: inset 0 0 0 0.5625rem #fff, 0 0 0 0.1875rem rgba(64, 111, 61, 0.3);
          box-shadow: inset 0 0 0 0.5625rem #fff, 0 0 0 0.1875rem rgba(64, 111, 61, 0.3);
}

.range__input::-moz-range-thumb {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: inset 0 0 0 0.5625rem #fff, 0 0 0 0.1875rem rgba(64, 111, 61, 0.3);
  width: 1.875rem;
  height: 1.875rem;
  background: #4d894a;
  border: 0rem solid rgba(64, 111, 61, 0.3);
}

.range__input::-ms-thumb {
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  box-shadow: inset 0 0 0 0.5625rem #fff, 0 0 0 0.1875rem rgba(64, 111, 61, 0.3);
  width: 1.875rem;
  height: 1.875rem;
  background: #4d894a;
  border: 0rem solid rgba(64, 111, 61, 0.3);
  margin-top: 5px;
}

.range__input::-webkit-slider-runnable-track {
  border-color: transparent;
  color: transparent;
  height: 9px;
  background: #e0e0e0;
  border-radius: 0.625rem;
  border-radius: 10;
}

.range__input::-moz-range-track {
  height: 9px;
  background: #e0e0e0;
  border-radius: 0.625rem;
  border-radius: 10;
}

.range__input::-ms-track {
  border-color: transparent;
  color: transparent;
  height: 9px;
  background: #e0e0e0;
  border-radius: 0.625rem;
  border-radius: 10;
}

.range__input::-ms-fill-lower {
  background: #406f3d;
  border-radius: 10;
}

.range__input::-moz-range-progress {
  background: #406f3d;
  height: 0.5625rem;
  border: 0;
  border-radius: 0.625rem;
}

.range__input::-ms-tooltip {
  display: none;
}

.range__input:disabled {
  cursor: default;
  pointer-events: none;
}

.range__input::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.5625rem;
  width: var(--precent, 0%);
  border-radius: 0.625rem 0 0 0.625rem;
  background: #406f3d;
}

.range__list {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #9299b5;
  font-size: 1.11794rem;
  font-weight: 400;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 2.12rem;
}

.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4b4b4b;
  font-size: 1.125rem;
  line-height: 140%;
}

.breadcrumbs__item:not(:last-child)::before {
  margin: 0 0.5rem;
  font-size: 0.25rem;
  color: currentColor;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.breadcrumbs__link {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.breadcrumbs__link.active {
  pointer-events: none;
}

.color-accent {
  color: #4d8a4a;
}

.fw-medium {
  font-weight: 600;
}

::-webkit-scrollbar {
  width: 0.5rem;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #4d8a4a;
  border-radius: 0.5rem;
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form__row {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.form__bottom {
  margin-top: 1.31rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.81rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form__bottom .form__btn {
  min-height: 3.625rem;
  min-width: 15.5rem;
}

.form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
}

.form__label {
  line-height: 140%;
  font-size: 0.75rem;
}

.form__privacy {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 140%;

}

.form__privacy a {
  color: #87cf83;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.form__control {
  text-overflow: ellipsis;
  -webkit-transition: border-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s, color 0.3s ease 0s;
  width: 100%;
  color: #111827;
  text-align: center;
  font-size: 1rem;
  font-weight: 450;
  line-height: 137.5%;
  border-radius: 0.375rem;
  padding: 0.9375em;
  min-height: 3.625rem;
  border: 0.0625rem solid rgba(27, 43, 69, 0.31);
}

.form__control::-webkit-input-placeholder {
  opacity: 1;
  color: #575757;
}

.form__control::-moz-placeholder {
  opacity: 1;
  color: #575757;
}

.form__control:-ms-input-placeholder {
  opacity: 1;
  color: #575757;
}

.form__control::-ms-input-placeholder {
  opacity: 1;
  color: #575757;
}

.form__control::placeholder {
  opacity: 1;
  color: #575757;
}

.form__control:hover,
.form__control:focus {
  border-color: #4d8a4a;
}

.form__control:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form__control:focus::-moz-placeholder {
  opacity: 0;
}

.form__control:focus:-ms-input-placeholder {
  opacity: 0;
}

.form__control:focus::-ms-input-placeholder {
  opacity: 0;
}

.form__control:focus::placeholder {
  opacity: 0;
}

.form__control:disabled {
  background: #ddd;
  border-color: #ddd;
}

.form__control._error {
  outline: 1px solid #ba2028;
  background: #fff1ed;
}

.form__control:is(textarea) {
  height: 7.4375rem;
  resize: none;
}

.form__checkbox {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form__checkbox-input.error + .form__checkbox-text::before {
  border: 0.0625rem solid red;
}

.form__checkbox-text {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  line-height: 150%;
  padding: 0 0 0 2.5em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form__checkbox-text::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.0625rem solid #111827;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.1875rem;
  color: #4d8a4a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form__checkbox a {
  text-decoration: underline;
  white-space: nowrap;
}

.form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.form__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__social {
  width: 3rem;
  height: 3rem;
  font-size: 1.25rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.form__social.icon-whatsapp {
  background: #0dc143;
}

.form__social.icon-telegram {
  background: #419fd9;
}

.form__btn {
  white-space: nowrap;
}

.form__btn.btn {
  padding-inline: 1rem;
}

.form__file-btn {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  font-family: "Inter";
  font-weight: 450;
  line-height: 137.5%;
  gap: 0.5rem;
  border-radius: 0.625rem;
  padding: 0.7rem 2.44rem;
  min-height: 3.625rem;
  font-size: 1rem;
  border: 0.0625rem solid #fff;
  color: #fff;
  cursor: pointer;
}

.form__file-btn::before {
  font-size: 2rem;
}

.btn {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  font-family: "Inter";
  font-weight: 450;
  line-height: 137.5%;
  gap: 0.5rem;
  font-size: 0.875rem;
  min-height: 2.125rem;
  padding: 0.3125rem 2.125rem;
  border-radius: 0.3125rem;
}

.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 0.25rem;
}

.btn:focus-visible {
  -webkit-box-shadow: 0 0 0.0625rem 0.0625rem #111827;
          box-shadow: 0 0 0.0625rem 0.0625rem #111827;
}

.btn.btn-primary {
  background: -webkit-gradient(linear, left top, right top, from(#f97c4e), to(#fb7544));
  background: linear-gradient(90deg, #f97c4e 0%, #fb7544 100%);
  color: #fff;
}

.btn.btn-primary::after {
  background: -webkit-gradient(linear, left top, right top, from(#4d8a4a), to(#406f3d));
  background: linear-gradient(90deg, #4d8a4a 0%, #406f3d 100%);
}

.btn.btn-primary:hover::after,
.btn.btn-primary:active::after {
  opacity: 0;
}

.btn.btn-primary-outline {
  background: transparent;
  border: 0.125rem solid #4d8a4a;
  color: #2d2d2d;
}

.btn.btn-primary-outline:hover {
  background: #4d8a4a;
  border-color: #4d8a4a;
  color: #fff;
}

.btn.btn-primary-outline:active {
  background: #3a6938;
  border-color: #3a6938;
}

.btn.btn-secondary {
  background: -webkit-gradient(linear, left top, right top, from(#4d8a4a), to(#406f3d));
  background: linear-gradient(90deg, #4d8a4a 0%, #406f3d 100%);
  color: #fff;
}

.btn.btn-secondary::after {
  background: -webkit-gradient(linear, left top, right top, from(#f97c4e), to(#fb7544));
  background: linear-gradient(90deg, #f97c4e 0%, #fb7544 100%);
}

.btn.btn-secondary:hover::after,
.btn.btn-secondary:active::after {
  opacity: 0;
}

.btn.btn-sm {
  padding: 0.5rem 2.75rem;
}

.btn.btn-lg {
  padding-block: 1.06rem;
}

.btn.btn-fullwidth {
  width: 100%;
  padding-inline: 1rem;
}

.btn:disabled,
.btn[aria-disabled=true] {
  cursor: default;
  opacity: 0.7;
  pointer-events: none;
}

.iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.select {
  position: relative;
}

.select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0.0625rem solid #4d8a4a;
  border-radius: 0.375rem;
  color: #111827;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: block;
  font-size: 1rem;
  font-weight: 600;
  height: 100%;
  outline: none;
  padding: 1em 2.3125em 1em 1.4375em;
  width: 100%;
}

body {
  /*font-family: "SuisseIntl", sans-serif;*/
  font-size: 1rem;
  min-width: 20rem;
  min-height: 100%;
  line-height: normal;
  color: #111827;
  background-color: #fff;
  margin-right: 0 !important;
  font-family: 'Inter', sans-serif;
}

.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: clip;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

[class*=__container] {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 1.1875rem;
}

.feedback {
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#72bb6e), to(#466b44));
  background: linear-gradient(180deg, #72bb6e 0%, #466b44 100%);
  -webkit-box-shadow: 0.25rem 0.25rem 6.25rem rgba(66, 114, 63, 0.15);
          box-shadow: 0.25rem 0.25rem 6.25rem rgba(66, 114, 63, 0.15);
  color: #fff;
}

.feedback__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.625rem;
}

.feedback__main {
  padding: 2.75rem 0.625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.feedback__subtitle {
  margin-top: 0.75rem;
  font-size: 1rem;
  line-height: 140%;
  max-width: 30rem;
}

.feedback__form {
  margin-top: 2.31rem;
}

.feedback__image {
  display: none;
}

.faq {
  border-radius: 1.25rem;
  background: #fffff8;
  padding: 2.5rem 0 3.06rem;
}

.faq__title {
  max-width: 27.3125rem;
}

.faq__subtitle {
  margin-top: 1.69rem;
  color: #606060;
  font-size: 1rem;
}

.faq__body {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}

.faq__spollers-item:not(:last-child) {
  margin-bottom: 1rem;
}

.faq__spollers-btn {
  border-radius: 0.4545454545em;
  background: -webkit-gradient(linear, left top, left bottom, from(#649c61), to(#466b44));
  background: linear-gradient(180deg, #649c61 0%, #466b44 100%);
  color: #fff;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-weight: 600;
  padding: 1.0909090909em;
}

.faq__spollers-btn._active::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq__spollers-btn::before {
  font-size: 0.7272727273em;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.faq__spollers-text {
  margin-top: 0.94rem;
  color: #0f0f0f;
  border-radius: 0.625rem;
  background: #fff;
  -webkit-box-shadow: 0.25rem 0.25rem 7.5rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0.25rem 0.25rem 7.5rem 0 rgba(0, 0, 0, 0.1);
  padding: 1.5rem 2rem;
}

.faq__side {
  width: 100%;
}

.faq__side-block {
  padding: 3.31rem 3rem 3.31rem 1.75rem;
  border-radius: 0.625rem;
  background: url("../img/woman-answer.png") 100% center/12rem auto no-repeat, #fff;
  -webkit-box-shadow: 0.25rem 0.25rem 6.25rem rgba(66, 114, 63, 0.15);
          box-shadow: 0.25rem 0.25rem 6.25rem rgba(66, 114, 63, 0.15);
}

.faq__side-title {
  font-size: 1.3125rem;
  font-weight: 600;
}

.faq__side-subtitle {
  margin-top: 1.19rem;
  color: #373737;
  font-size: 1rem;
  line-height: 140%;
}

.faq__side-btn {
  margin-top: 2rem;
}

.contacts {
  padding: 4.75rem 0;
}

.contacts:first-child {
  padding-top: 1.5rem;
}

.contacts__body {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.contacts__body .contacts__map {
  margin-top: 0;
}

.contacts__body:not(:first-child) {
  margin-top: 2.56rem;
}

.contacts__body:has(.contacts__form) {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.contacts__form {
  border-radius: 1.25rem;
  background: #f9fae9;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 1.5rem;
}

.contacts__form .form__privacy {
  max-width: 25rem;
}

.contacts__form-row {
  margin-top: 2.25rem;
  display: -ms-grid;
  display: grid;
  gap: 1.44rem;
}

.contacts__form-btn {
  margin-top: 1.75rem;
  min-height: 2.75rem;
}

.contacts__column {
  -webkit-box-shadow: 0.25rem 0.25rem 6.25rem rgba(66, 114, 63, 0.15);
          box-shadow: 0.25rem 0.25rem 6.25rem rgba(66, 114, 63, 0.15);
  border-radius: 1.25rem;
  padding: 2.25rem 2.63rem;
}

.contacts__image {
  max-width: 18.625rem;
  max-height: 10.0625rem;
  display: block;
  border-radius: 0.625rem;
  overflow: hidden;
}

.contacts__map {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 29.125rem;
  margin-top: 3.87rem;
}

.contacts__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contacts__list {
  margin-top: 2rem;
}

.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.31rem;
  font-size: 1.125rem;
}

.contacts__item::before {
  font-size: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f97c4e;
}

.contacts__item.icon-envelope-fill::before {
  font-size: 1.0625rem;
}

.contacts__item:not(:last-child) {
  margin-bottom: 2rem;
}

.contacts__phone {
  font-size: 1.375rem;
  font-weight: 600;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.contacts__email {
  text-decoration-line: underline;
}

.contacts__socials {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

.contacts__socials-text {
  font-size: 1.125rem;
}

.contacts__socials-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.56rem;
}

.contacts__socials-item {
  width: 2.875rem;
  height: 2.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: rgba(15, 184, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-size: 1.5rem;
}

.contacts__socials-item.icon-whatsapp-fill {
  color: #0fb800;
}

.contacts__socials-item.icon-telegram-fill {
  color: #72b2fe;
}

.contacts__btn {
  margin-top: 1.12rem;
}

.swiper-button-next,
.swiper-button-prev {
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  z-index: 2;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #406f3d;
  color: #fff;
  -webkit-box-shadow: 0 0 0.5625rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 0.5625rem rgba(0, 0, 0, 0.06);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next:disabled,
.swiper-button-next.swiper-button-disabled,
.swiper-button-next[aria-disabled=true],
.swiper-button-prev:disabled,
.swiper-button-prev.swiper-button-disabled,
.swiper-button-prev[aria-disabled=true] {
  pointer-events: none;
  opacity: 0.4;
}

.swiper-button-next.swiper-button-lock,
.swiper-button-prev.swiper-button-lock {
  display: none;
}

.swiper-button-prev {
  right: calc(100% - 2rem);
  left: auto;
}

.swiper-button-next {
  left: calc(100% - 2rem);
  right: auto;
}

.swiper-pagination {
  margin-top: 2rem;
  position: static;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-pagination.swiper-pagination-lock {
  margin-top: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  --swiper-pagination-bullet-horizontal-gap: 0.375rem;
  background: #d9d9d9;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4d8a4a;
}

.header__container {
  position: relative;
  z-index: 10;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5625rem;
  row-gap: 1.6875rem;
  padding: 0.75rem 0;
  position: relative;
  z-index: 11;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
  line-height: 0.875;
  font-size: 0.4rem;
  margin-right: auto;
  max-width: 13.375rem;
}

.header__contacts {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__contacts-phone {
  white-space: nowrap;
  font-weight: 600;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 1.25rem;
}

.header__contacts-phone::before {
  color: #406f3d;
  font-size: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__contacts-phone span {
  display: none;
}

.header__contacts-hint {
  display: none;
}

.header__callback {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-left: auto;
}

.header__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 0.3125rem);
          flex: 0 0 calc(50% - 0.3125rem);
}

.header__location-btn {
  margin-top: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.44rem;
  font-weight: 450;
  font-size: 0.875rem;
}

.header__location-btn span {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 12.5%;
  text-underline-offset: 18%;
  text-underline-position: from-font;
}

.header__location-btn::before {
  font-size: 1.25rem;
  color: #f97c4e;
}

.search__btn {
  font-size: 1.2rem;
}

.search__form {
  gap: 1rem;
  width: 100%;
  z-index: 20;
  border-radius: 0.625rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-shadow: 0 0.25rem 1rem 0.1875rem rgba(7, 57, 166, 0.12);
          box-shadow: 0 0.25rem 1rem 0.1875rem rgba(7, 57, 166, 0.12);
  cursor: default;
}

.search__form-input {
  font-size: 1rem;
  padding: 0.83rem 1.88rem;
  border-radius: 0.625rem;
  width: 100%;
}

.menu {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  padding: 10rem 1rem 2rem;
}

.header.open-menu .menu {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.menu__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.menu__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__item.menu-parent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
}

.menu__link {
  color: currentColor;
  display: inline-block;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 2rem);
          flex: 0 1 calc(100% - 2rem);
  font-weight: 450;
}

.menu__link.active {
  color: #4d8a4a;
}

.menu__link.active + .menu__arrow {
  color: #4d8a4a;
}

.menu__arrow {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: currentColor;
}

.menu__arrow::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  font-size: 0.5em;
}

.menu__arrow.active::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu__callback {
  margin-top: 2rem;
}

.submenu__list {
  position: relative;
  color: #111827;
  font-weight: 300;
}

.submenu__item:not(:last-child) {
  margin-bottom: 0.65rem;
}

.icon-menu {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  z-index: 11;
  height: 3.125rem;
  color: #4d8a4a;
  min-width: 3.125rem;
  border-radius: 0.3125rem;
  padding: 0.75rem;
  background: rgba(214, 223, 106, 0.5);
}

.icon-menu span {
  display: block;
  padding: 0.1875rem 0rem;
  width: 100%;
  -webkit-transition: opacity 0.4s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
  transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s;
  transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
  will-change: transform;
}

.icon-menu span::before {
  content: "";
  display: block;
  height: 0.125rem;
  width: 100%;
  margin-left: auto;
  background: currentColor;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  will-change: transform;
}

.header.open-menu .icon-menu span {
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.header.open-menu .icon-menu span::before {
  -webkit-transition: width 0.3s ease 0s, -webkit-transform 0.45s ease 0.35s;
  transition: width 0.3s ease 0s, -webkit-transform 0.45s ease 0.35s;
  transition: transform 0.45s ease 0.35s, width 0.3s ease 0s;
  transition: transform 0.45s ease 0.35s, width 0.3s ease 0s, -webkit-transform 0.45s ease 0.35s;
  width: 90%;
}

.header.open-menu .icon-menu span:first-child {
  -webkit-transform: translateY(0.5rem);
      -ms-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}

.header.open-menu .icon-menu span:first-child::before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.header.open-menu .icon-menu span:nth-child(2) {
  opacity: 0;
}

.header.open-menu .icon-menu span:nth-child(3) {
  -webkit-transform: translateY(-0.5rem);
      -ms-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

.header.open-menu .icon-menu span:nth-child(3)::before {
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.footer {
  background: #f9fae9;
  padding: 3.88rem 0;
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.5rem;
  margin: 0 -0.625rem;
}

.footer__main {
  padding: 0rem 0.625rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.footer__subtitle {
  margin-top: 1.59rem;
  color: #000;
  font-size: 1rem;
  font-weight: 300;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.footer__menu-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0rem 0.625rem;
}

.footer__menu-caption {
  font-size: 1.375rem;
  font-weight: 600;
}

.footer__menu-list {
  margin-top: 1.875rem;
  font-size: 1rem;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.19rem;
}

.footer__menu-list a {
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.footer__contacts {
  padding: 0rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.19rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.footer__phone {
  white-space: nowrap;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 123.077%;
}

.footer__phone span {
  color: #4d8a4a;
}

.footer__worktime {
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
}

.footer__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  gap: 0.56rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
}

.footer__email::before {
  font-size: 1.1875rem;
  color: #f97c4e;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}

.footer__social {
  width: 3.3125rem;
  height: 3.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f97c4e;
  border: 0.0625rem solid;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.footer__social.icon-whatsapp-fill {
  font-size: 1.75rem;
}

.footer__social.icon-telegram {
  font-size: 1.5rem;
}

.footer__privacy {
  color: #f97c4e;
  font-size: 1rem;
  font-weight: 300;
}

.footer__bottom {
  margin-top: 2.19rem;
  padding-top: 2.319rem;
  border-top: 0.125rem solid #e8e8e8;
}

.footer__bottom-text {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  color: #787878;
  font-size: 0.875rem;
  font-weight: 300;
}

.footer__bottom-copy {
  margin-top: 1.25rem;
  color: #2d2d2d;
  font-size: 1rem;
  font-weight: 300;
}

.promo {
  padding: 2.5rem 0 3rem 0;
}

.promo__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.promo__offer {
  display: contents;
}

.promo__caption {
  color: #4b4b4b;
  line-height: 140%;
  font-size: 0.875rem;
  max-width: 16.625rem;
}

.promo__title {
  margin: 1.25rem 0 0 0;
}

.promo__slider {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  min-width: 0;
  max-width: 100%;
  margin-top: 0.625rem;
  overflow: visible;
}

.promo__slider-item {
  position: relative;
  text-align: left;
  padding-left: 2.75rem;
}

.promo__slider-item::before {
  position: absolute;
  top: 0;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background: #f9fae9;
  color: #4d8a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 0.75rem;
}

.promo__slider-item-caption {
  color: #303030;
  font-weight: 600;
  line-height: 140%;
  font-size: 1.125rem;
}

.promo__slider-item-desc {
  margin-top: 0.31rem;
  color: #303030;
  font-weight: 300;
  line-height: 140%;
  font-size: 0.875rem;
}

.promo__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  gap: 1.4375rem;
  margin-top: 3rem;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.promo__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*background: url("../img/promo-image-bg.png") 1.75rem center/auto 28.875rem no-repeat;*/
}
.promo-refin {
  background: none;
}
.promo-auto {
  background: none;
}

.promo__image img {
  max-width: 18.75rem;
}

.benefits {
  background: #feffeb;
  padding: 2.75rem 0 7.75rem;
  position: relative;
  margin-top: 3.125rem;
}

.benefits::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background: url("../img/decor.svg") center top/cover no-repeat;
  height: 3.125rem;
}

.benefits__header {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.benefits__title span {
  white-space: nowrap;
}

.benefits__desc {
  color: #4b4b4b;
  line-height: 140%;
}

.benefits__list {
  margin-top: 5rem;
  display: -ms-grid;
  display: grid;
  gap: 1.06rem;
}

.benefits__item {
  border-radius: 1.25rem;
  background: #fff;
  -webkit-box-shadow: 0.25rem 0.25rem 6.25rem rgba(66, 114, 63, 0.15);
          box-shadow: 0.25rem 0.25rem 6.25rem rgba(66, 114, 63, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem 2rem 2.5rem 2rem;
}

.benefits__item:has(.benefits__item-list) .benefits__item-picture {
  height: auto;
}

.benefits__item:has(.benefits__item-picture) .benefits__item-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.12rem;
  padding: 0;
  color: #303030;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 140%;
}

.benefits__item:has(.benefits__item-picture) .benefits__item-list li::before {
  width: 2.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 2.625rem;
  border-radius: 50%;
  background: #f9fae9;
  color: #4d8a4a;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.benefits__item-picture {
  margin: auto -2rem -2.5rem -2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: 16.5625rem;
}

.benefits__item-picture.sm-picture {
  max-width: 16.69513rem;
  margin-left: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.benefits__item-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
  width: 10rem;
  height: 10rem;
}

.benefits__item-image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 35%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#89d185), to(#466b44));
  background: linear-gradient(180deg, #89d185 0%, #466b44 100%);
  width: 7.5rem;
  height: 7.5rem;
}

.benefits__item-caption {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
}

.benefits__item-desc {
  margin-top: 1.5rem;
  color: #4b4b4b;
  font-size: 1rem;
  line-height: 140%;
}

.benefits__item-list {
  margin-top: 1.19rem;
  color: #4b4b4b;
  font-size: 1rem;
  line-height: 140%;
}

.benefits__item-list li {
  padding-left: 1.75rem;
  position: relative;
}

.benefits__item-list li::before {
  content: "";
  position: absolute;
  top: 0.44rem;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #4d8a4a;
}

.benefits__item-list li:not(:last-child) {
  margin-bottom: 1.38rem;
}

.benefits__btn {
  margin-top: 3.06rem;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history {
  padding: 7.06rem 0 5.06rem;
}

.history__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.history__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.history__video-poster {
  border-radius: 1.5rem;
  overflow: hidden;
}

.history__video-subtitle {
  margin-top: 1rem;
  color: #4b4b4b;
  font-size: 1rem;
  font-style: italic;
  text-align: center;
  line-height: 140%;
}

.history__desc {
  margin-top: 2.62rem;
  color: #4b4b4b;
  font-size: 1rem;
  line-height: 180%;
}

.history__nums {
  margin-top: 3.25rem;
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}

.history__nums-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 0.5rem;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0.25rem 0.25rem 6.25rem rgba(66, 114, 63, 0.15);
          box-shadow: 0.25rem 0.25rem 6.25rem rgba(66, 114, 63, 0.15);
}

.history__nums-value {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#89d185), to(#466b44));
  background-image: linear-gradient(180deg, #89d185 0%, #466b44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.125rem;
  font-weight: 700;
}

.history__nums-desc {
  margin-top: 0.94rem;
  color: #606060;
  font-size: 1rem;
  line-height: 140%;
}

.calc {
  background: #fffff8;
  padding: 3rem 0;
}

.calc__body {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.calc__image {
  margin-top: -3.5rem;
  margin-left: -2rem;
  max-width: 300px;
  height: auto;
}

.calc__desc {
  margin-top: 2rem;
  color: #4b4b4b;
  max-width: 36.9375rem;
  font-size: 1rem;
  line-height: 140%;
}

.calc__list {
  margin-top: 2.94rem;
}

.calc__list li {
  color: #303030;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.12rem;
}

.calc__list li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.calc__list li::before {
  width: 2.625rem;
  height: 2.625rem;
  background: #f9fae9;
  color: #4d8a4a;
  font-size: 1rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calc__form {
  border-radius: 1.25rem;
  background: #fff;
  -webkit-box-shadow: 0.25rem 0.25rem 6.25rem rgba(66, 114, 63, 0.15);
          box-shadow: 0.25rem 0.25rem 6.25rem rgba(66, 114, 63, 0.15);
  padding: 2rem 1.25rem 2.5rem 1.875rem;
}

.calc__form-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 600;
  gap: 1.5rem;
}

.calc__form-title::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #9ba1aa;
}

.calc__form-subtitle {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 140%;
}

.calc__form-annual {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.5rem;
}

.calc__form-annual-text,
.calc__form-text {
  color: #303030;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 140%;
}

.calc__form-annual-value,
.calc__form-value {
  color: #2d2d2d;
  font-size: 1.75rem;
  font-weight: 600;
}

.calc__form-rows {
  margin-top: 2.9375rem;
}

.calc__form-row:not(:last-child) {
  margin-bottom: 2.5rem;
}

.calc__form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.5rem;
}

.calc__form-range {
  margin-top: 0.9375rem;
}

.calc__form-bottom {
  margin-top: 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.calc__form-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.calc__form-total-text {
  font-size: .9rem;
  font-weight: 300;
  line-height: 140%;
}

.calc__form-total-value {
  margin-top: 0.31rem;
  font-size: 2.5rem;
  font-weight: 600;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.calc__form-total-value-current {
  color: #4d8a4a;
}

.calc__form-total-value-old {
  font-size: 0.5454545455em;
  text-decoration: line-through;
}

.calc__consult {
  margin-top: 3.25rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 35.625rem;
}

.calc__consult .form__privacy {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.works {
  padding: 3.4375rem 0 8.13rem;
  background: url("../../../../../../Клиенты/Домашние спасатели/dostoyanie-finance/dostoyanie-finance/img/works-bg.jpg") 0 0/cover no-repeat;
}

.works__title {
  text-align: center;
}

.works__subtitle {
  margin-top: 1.2rem;
  color: #606060;
  text-align: center;
  font-size: 1rem;
  line-height: 140%;
  text-align: center;
}

.works__list {
  margin: 4.25rem 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 3.69rem;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.works__item {
  counter-increment: num;
  position: relative;
  padding-left: 6rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.works__item::before {
  content: counter(num);
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#89d185), to(#466b44));
  background-image: linear-gradient(180deg, #89d185 0%, #466b44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6.25rem;
  font-style: normal;
  font-weight: 700;
}

.works__item-title {
  color: #111827;
  font-size: 1.5rem;
  font-weight: 600;
}

.works__item-desc {
  margin-top: 1rem;
  color: #4b4b4b;
  font-size: 1rem;
  line-height: 140%;
}

.works__item-link {
  margin-top: 1.06rem;
  color: #406f3d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.81rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 140%;
}

.works__item-link::before {
  width: 1.75rem;
  height: 2rem;
  font-size: 1.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.guarantees {
  background: -webkit-gradient(linear, left top, left bottom, from(#feffeb), to(#fff));
  background: linear-gradient(180deg, #feffeb 0%, #fff 100%);
  padding: 2rem 0 3rem;
}

.guarantees__container {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.guarantees__subtitle {
  margin-top: 1.75rem;
  color: #606060;
  font-size: 1rem;
  line-height: 140%;
  max-width: 30.0625rem;
}

.guarantees__image {
  position: relative;
  z-index: 1;
}

.guarantees__image::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#89d185), to(#466b44));
  background: linear-gradient(180deg, #89d185 0%, #466b44 100%);
  z-index: -1;
}

.guarantees__list {
  border-radius: 1.25rem;
  background: #fff;
  -webkit-box-shadow: 0.25rem 0.25rem 6.25rem rgba(66, 114, 63, 0.15);
          box-shadow: 0.25rem 0.25rem 6.25rem rgba(66, 114, 63, 0.15);
  padding: 2.88rem 2.75rem;
  min-height: 31.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.guarantees__item {
  color: #000;
  line-height: 140%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.38rem;
}

.guarantees__item::before {
  width: 2.625rem;
  height: 2.625rem;
  font-size: 1.75rem;
  border-radius: 62.5rem;
  background: #f9fae9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4d8a4a;
}

.guarantees__item:not(:last-child) {
  margin-bottom: 2.5rem;
}

.guarantees__item-caption {
  font-size: 1.25rem;
  font-weight: 600;
}

.cases {
  padding: 2rem 0 4rem;
}

.cases__subtitle {
  margin-top: 1.94rem;
  color: #606060;
  font-size: 1rem;
  line-height: 140%;
  max-width: 53.8125rem;
}

.cases__slider {
  position: relative;
  margin-top: 4.25rem;
}

.cases__slider-block {
  overflow: visible;
}

.cases__btn {
  min-width: 16.0625rem;
  min-height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5rem;
}

.case {
  border-radius: 1.25rem;
  background: #fff;
  height: auto;
  -webkit-box-shadow: 0.25rem 0.25rem 6.25rem rgba(66, 114, 63, 0.15);
          box-shadow: 0.25rem 0.25rem 6.25rem rgba(66, 114, 63, 0.15);
  padding: 1.5rem 2rem;
}

.case.swiper-slide {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}

.case.swiper-slide.swiper-slide-visible {
  opacity: 1;
}

.case__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.case__title {
  color: #000;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 140%;
}

.case__location {
  color: #3f3f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  line-height: 140%;
  gap: 0.5rem;
}

.case__location::before {
  color: #f97c4e;
  font-size: 1.5625rem;
}

.case__list {
  margin-top: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}

.case__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.38rem;
}

.case__item-icon {
  width: 3.125rem;
  height: 3.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f9fae9;
}

.case__item-caption {
  color: #000;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
}

.case__item-desc {
  color: #000;
  font-size: 1rem;
  line-height: 140%;
}

.case__item-desc.case__item-desc--large {
  font-size: 1.25rem;
  color: #4d8a4a;
  font-weight: 600;
}

.case__hint {
  border-radius: 0.9375rem;
  background: #f9fae9;
  color: #373737;
  font-size: 1rem;
  line-height: 140%;
  padding: 1rem 1.5rem;
  margin-top: 1.5rem;
}

.article {
  padding: 3.75rem 0 6.31rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#feffeb), to(#fff));
  background: linear-gradient(180deg, #feffeb 0%, #fff 100%);
}

.article__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.article__title {
  max-width: 47.625rem;
}

.article__navbar {
  margin-top: 3.19rem;
  max-width: 26.0625rem;
  border-radius: 1.25rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.27);
  padding: 1.75rem 1.37rem;
  margin-bottom: 4em;
}

.article__navbar-item:not(:last-child) {
  margin-bottom: 0.94rem;
}

.article__navbar-link {
  color: #4d8a4a;
  font-size: 1rem;
  line-height: 140%;
  text-decoration: underline;
}

.article__content {
  margin-top: 2.37rem;
  max-height: 35rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.article__content.active {
  max-height: 100%;
  padding-bottom: 3.1875rem;
}

.article__content h2 {
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 1.69rem;
}

.article__content h2:not(:first-child) {
  margin-top: 3rem;
}

.article__content p {
  color: #4b4b4b;
  font-size: 1rem;
  line-height: 140%;
}

.article__content p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.article__full {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 0%);
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.article__full::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 0.6875rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.article__full.active::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.article__image {
  display: none;
}

.about {
  padding: 1.5rem 0 2rem;
}

.about__article {
  margin-top: 2rem;
}

.about__article-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.1rem;
  margin-bottom: 2.13rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about__article-text {
  color: #4b4b4b;
  font-size: 1rem;
  line-height: 140%;
}

.about__article-text p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.about__article-text ul:not(:last-child) {
  margin-bottom: 1.5rem;
}

.about__article-text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}

.about__article-text ul li::before {
  content: "";
  margin-top: 0.35rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #4d8a4a;
}

.about__article-text ul li:not(:last-child) {
  margin-bottom: 1.12rem;
}

.reviews {
  padding: 1.5rem 0;
}

.reviews__list {
  margin-top: 3.5rem;
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.reviews__loadmore {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  font-size: 1rem;
  line-height: 140%;
  gap: 0.75rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.reviews__loadmore::before {
  font-size: 0.5rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.review {
  border-radius: 0.9375rem;
  -webkit-box-shadow: -0.0625rem 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: -0.0625rem 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.08);
  background: url("../../../../../../Клиенты/Домашние спасатели/dostoyanie-finance/dostoyanie-finance/img/quotes.svg") calc(100% - 1.75rem) 1.5rem/8rem auto no-repeat, #fff;
  padding: 1.5rem 2rem;
}

.review__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.review__name {
  color: #000;
  font-size: 1.625rem;
  font-weight: 600;
}

.review__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4b4b4b;
  gap: 0.25rem;
}

.review__time::before {
  font-size: 1.5rem;
}

.review__rate {
  margin-top: 2rem;
  color: #787878;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.active-star {
  color: #ffca10;
}

.review__quote {
  margin-top: 1.96rem;
  color: #4b4b4b;
}

.review__more {
  margin-top: 1.5rem;
  color: #406f3d;
  display: inline-block;
  font-size: 1.125rem;
  display: block;
}

.dignity {
  padding: 5rem 0 5.3125rem;
  background: #fffff8;
}

.dignity + .article {
  background: transparent;
}

.dignity + .guarantees {
  background: transparent;
}

.dignity__subtitle {
  margin-top: 1.875rem;
  max-width: 29rem;
  color: #606060;
  line-height: 140%;
  font-size: 0.875rem;
}

.dignity__list {
  margin-top: 2.81rem;
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}

.dignity__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.dignity__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4.375rem;
  height: 4.375rem;
  padding: 0.6875rem;
  border-radius: 50%;
  background: #f9fae9;
}

.dignity__item-caption {
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
}

.dignity__item-desc {
  margin-top: 0.94rem;
  color: #4b4b4b;
  font-size: 1rem;
  line-height: 140%;
}

.steps {
  padding: 1.875rem 0 6.0625rem;
}

.steps__list {
  margin-top: 3.125rem;
  display: -ms-grid;
  display: grid;
  gap: 3.3125em;
}

.steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  counter-increment: num;
  gap: 1rem;
}

.steps__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background: #f9fae9;
  width: 3.5rem;
  height: 3.5rem;
}

.steps__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.81rem;
}

.steps__item-body::before {
  content: "0" counter(num);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#89d185), to(#466b44));
  background-image: linear-gradient(180deg, #89d185 0%, #466b44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.125rem;
  font-weight: 700;
}

.steps__item-caption {
  color: #333;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 140%;
}

.steps__item-desc {
  color: #4b4b4b;
  font-size: 1rem;
  line-height: 140%;
}

.types {
  background: url("../img/document.png") 100% 0/12.125rem auto no-repeat;
  padding: 2.5rem 0 5rem;
}
.types-car {
  background: url("../img/car-bg.jpg") 100% 0/12.125rem auto no-repeat;
  padding: 2.5rem 0 5rem;
}

.types__title {
  max-width: 44rem;
}

.types__subtitle {
  margin-top: 1.81rem;
  color: #606060;
  font-size: 1rem;
  line-height: 140%;
  max-width: 30.0625rem;
}

.types__list {
  margin-top: 3.8rem;
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.types__item {
  border-radius: 1.25rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.27);
  background: #fff;
  padding: 3.06rem 1.88rem;
}

.types__item.types__item--note {
  background: #eaefb4;
  border-color: #eaefb4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #434343;
  padding: 3.06rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
}

.types__item-caption {
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
}

.types__item-desc {
  margin-top: 1.31em;
  line-height: 140%;
  color: #4b4b4b;
}

@media (min-width: 419.98px) {
  .promo__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 575.98px) {
  .fancybox__slide {
    padding: 1.25rem;
  }

  [class*=__container] {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 33.75rem;
  }

  .feedback__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666%;
            flex: 0 0 66.66666%;
  }

  .feedback__image {
    margin-top: -7.81rem;
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    padding: 0 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .contacts__form-btn {
    min-width: 17.75rem;
  }

  .swiper-button-prev {
    left: auto;
    right: calc(100% - 1.5rem);
  }

  .swiper-button-next {
    right: auto;
    left: calc(100% - 1.5rem);
  }

  .header__location-btn {
    font-size: 1rem;
  }

  .menu {
    padding: 10rem 1rem 2rem;
  }

  .icon-menu span {
    padding: 0.28125rem 0rem;
  }

  .header.open-menu .icon-menu span:first-child {
    -webkit-transform: translateY(0.71875rem);
        -ms-transform: translateY(0.71875rem);
            transform: translateY(0.71875rem);
  }

  .header.open-menu .icon-menu span:nth-child(3) {
    -webkit-transform: translateY(-0.71875rem);
        -ms-transform: translateY(-0.71875rem);
            transform: translateY(-0.71875rem);
  }

  .footer__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .footer__contacts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .promo {
    padding: 2.5rem 0 3rem 0;
  }

  .promo__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .promo__image img {
    max-width: 100%;
  }

  .benefits__item {
    padding: 1.06rem 2.75rem 3.56rem 2.15rem;
  }

  .benefits__item-picture {
    margin: auto -2.75rem -3.56rem -2.15rem;
  }

  .benefits__item-image {
    width: 14.375rem;
    height: 14.375rem;
  }

  .benefits__item-image::before {
    width: 10.125rem;
    height: 10.125rem;
  }

  .history__nums {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .calc__form {
    padding: 4.19rem 2.5rem 5.31rem 3.75rem;
  }

  .guarantees__image {
    width: 33rem;
    height: 33rem;
    margin-left: -5rem;
  }

  .guarantees__image::before {
    width: 24.19369rem;
    height: 24.19369rem;
  }

  .guarantees__item {
    padding-left: 4rem;
  }

  .guarantees__item::before {
    position: absolute;
    top: 0;
    left: 0;
  }

  .case {
    padding: 2.31rem 3.25rem;
  }

  .case__header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .case__hint {
    margin-top: 2.69rem;
    padding: 1.5rem 2.56rem;
  }

  .about__article {
    margin-top: 3.19rem;
    border-radius: 0.9375rem;
    background: #fff;
    -webkit-box-shadow: -0.0625rem 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.08);
            box-shadow: -0.0625rem 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.08);
    padding: 1.5em 2rem;
  }

  .review {
    padding: 2.75rem 2.94rem;
  }

  .review__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .review__time {
    font-size: 1.125rem;
  }

  .review__quote {
    font-size: 1.125rem;
  }

  .steps__item {
    gap: 2.88rem;
  }

  .steps__item-icon {
    width: 7.75rem;
    height: 7.75rem;
  }

  .types__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 767.98px) {
  .title {
    font-size: 2.25rem;
  }

  .title-lg {
    font-size: 2.75rem;
  }

  .popup {
    padding: 1.875rem 2.5rem;
  }

  [class*=__container] {
    max-width: 45rem;
  }

  .faq__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .faq__spollers {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0rem 0.625rem;
  }

  .faq__side {
    position: sticky;
    top: 1rem;
    padding: 0rem 0.625rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19.0625rem;
            flex: 0 0 19.0625rem;
  }

  .contacts__body {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .contacts__form {
    padding: 3.25rem 2.56rem;
  }

  .contacts__main {
    padding-left: 3rem;
  }

  .contacts__title {
    font-size: 2.375rem;
  }

  .header__top {
    padding: 1.25rem 0;
  }

  .submenu__list {
    padding: 1rem 0;
  }

  .submenu__item:not(:last-child) {
    margin-bottom: 1.15rem;
  }

  .footer__bottom-text {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .promo__caption {
    max-width: 28.5rem;
    font-size: 1.125rem;
  }

  .benefits::before {
    height: 6.25rem;
  }

  .benefits {
    margin-top: 6.25rem;
  }

  .benefits__desc {
    font-size: 1.125rem;
  }

  .benefits__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .history__title {
    font-size: 1.875rem;
  }

  .history__nums {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .calc__title {
    font-size: 1.875rem;
    max-width: 28.5625rem;
  }

  .works__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.9375rem);
            flex: 0 0 calc(50% - 0.9375rem);
  }

  .cases {
    padding: 1rem 0 8rem;
  }

  .cases__btn {
    margin-top: 3.5rem;
  }

  .article__image {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.75rem;
            flex: 0 0 18.75rem;
  }

  .about__article {
    padding: 3.38rem 3.75rem;
  }

  .dignity__subtitle {
    font-size: 1rem;
  }

  .types {
    padding: 5.13rem 0 10rem;
    background: url("../img/document.png") 100% 0/42.125rem auto no-repeat;
  }
  .types-car {
    padding: 5.13rem 0 10rem;
    background: url("../img/car-bg.jpg") 100% 0/42.125rem auto no-repeat;
  }
}

@media (max-width: 576px) {
  .faq__spollers {
    width: 100%;
  }
}

@media (min-width: 991.98px) {
  .form__row {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .form__bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .form__control:is(textarea) {
    text-align: left;
  }

  .btn {
    border-radius: 0.625rem;
    padding: 1.1rem 2.44rem;
    min-height: 3.625rem;
    font-size: 1rem;
  }

  .btn::after {
    border-radius: 0.625rem;
  }

  .btn.btn-lg {
    font-size: 1.375rem;
  }

  [class*=__container] {
    max-width: 60rem;
  }

  .feedback__image.feedback__image--large {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    margin-left: -1.25rem;
  }

  .faq__spollers-btn {
    font-size: 1.375rem;
  }

  .faq__spollers-text {
    font-size: 1.125rem;
    padding: 3.12rem 2.19rem;
  }

  .contacts__form-row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .contacts__form-row .form__control:last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .header__top {
    gap: 1.63rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 1.75rem 0;
    border-bottom: 0.0625rem solid #e8e8e8;
  }

  .header__logo {
    margin-right: 0;
    max-width: 14.75rem;
  }

  .header__contacts-phone::before {
    display: none;
  }

  .header__contacts-phone span {
    display: inline;
  }

  .header__contacts-hint {
    display: block;
    color: #787878;
    font-size: 1rem;
    line-height: 228.431%;
  }

  .header__callback {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-left: 0;
    min-width: 14.8125rem;
  }

  .header__location {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .search.active .search__form {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .search__form {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s, transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  .header.open-menu .menu {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: 0;
    -webkit-transition: none;
    transition: none;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    gap: 1.94rem;
  }

  .menu__list {
    gap: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1.44rem 0;
    font-size: 0.875rem;
  }

  .menu__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .menu__callback {
    margin-top: 0;
    margin-left: 2rem;
  }

  .submenu {
    padding-top: 0.5rem;
    top: 100%;
    left: 0;
    position: absolute;
    color: #111827;
    z-index: 11;
    width: 100%;
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    min-width: 20rem;
    opacity: 0;
    visibility: hidden;
    will-change: transform;
    -webkit-transform: translate3d(0, -0.4375rem, 0);
            transform: translate3d(0, -0.4375rem, 0);
  }

  .submenu::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 1rem);
    background: #fff;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0.25rem 2rem 0.1875rem rgba(7, 57, 166, 0.06);
            box-shadow: 0 0.25rem 2rem 0.1875rem rgba(7, 57, 166, 0.06);
  }

  .icon-menu {
    display: none;
  }

  .footer__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .footer__menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .footer__contacts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .promo__body {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 -0.625rem;
  }

  .promo__offer {
    padding: 3.125rem 0.625rem 0;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    min-width: 0;
  }

  .promo__slider {
    overflow: hidden;
    margin-top: 3.75rem;
  }

  .promo__btns {
    margin-top: 2rem;
    gap: 1.81rem;
    margin-top: 5.7rem;
  }

  .promo__btn {
    min-width: 15.3125rem;
  }

  .promo__image img {
    max-width: 28.46025rem;
  }

  .promo__image {
    padding: 0 0.625rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666%;
            flex: 0 0 41.66666%;
  }

  .benefits__header {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .benefits__item:has(.benefits__item-list) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .benefits__item:has(.benefits__item-list) .benefits__item-picture {
    width: 27.551rem;
    height: 25.3125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .history__content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -0.625rem;
  }

  .history__video {
    padding: 0 3.75rem 0 0.625rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666%;
            flex: 0 0 41.66666%;
  }

  .history__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
    padding: 0 0.625rem;
  }

  .history__nums {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .calc {
    padding: 4.81rem 0;
  }

  .calc__body {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .guarantees {
    padding: 3.94rem 0 1rem;
  }

  .guarantees__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .about__article-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .about__article-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20rem;
            flex: 0 0 20rem;
  }

  .reviews__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .dignity__list {
    gap: 2.19rem;
    row-gap: 2.94rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (any-hover: hover) and (min-width: 991.98px) {
  .menu__item.menu-parent:hover .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 991.98px) and (hover: none) {
  .submenu.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 1279.98px) {
  [class*=__container] {
    max-width: 71.25rem;
  }

  .swiper-button-prev {
    right: calc(100% + 1.19rem);
  }

  .swiper-button-next {
    left: calc(100% + 1.19rem);
  }

  .header__contacts-phone {
    font-size: 1.625rem;
  }

  .menu__callback {
    margin-left: 5.69rem;
  }

  .promo__slider-item {
    padding-left: 3.5rem;
    width: 100%;
  }

  .promo__slider-item::before {
    width: 2.625rem;
    font-size: 1rem;
    height: 2.625rem;
  }

  .promo__slider-item-caption {
    font-size: 1.25rem;
  }

  .promo__slider-item-desc {
    font-size: 1rem;
  }

  .benefits__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .benefits__item:has(.benefits__item-list) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .works__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 0.9375rem);
            flex: 0 0 calc(33.333% - 0.9375rem);
  }

  .about__article-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.77775rem;
            flex: 0 0 28.77775rem;
  }

  .dignity__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .steps__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .types__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1419.98px) {
  .marked-text {
    white-space: nowrap;
  }

  .form__label {
    font-size: 0.875rem;
  }

  [class*=__container] {
    max-width: 80rem;
  }

  .contacts__main {
    padding-left: 6rem;
  }

  .header__logo {
    max-width: 15.25rem;
  }

  .header__location {
    padding: 0 1.75rem;
  }

  .menu__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1rem;
  }

  .benefits__item:has(.benefits__item-list) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .benefits__item:has(.benefits__item-list) .benefits__item-image {
    width: 24.125rem;
    height: 24.125rem;
  }

  .benefits__item:has(.benefits__item-list) .benefits__item-image::before {
    width: 13.6875rem;
    height: 13.6875rem;
  }

  .history__nums {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .calc__form-bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .case__item:has(.case__item-desc--large) {
    margin: 0 auto;
  }

  .types__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1279.98px) {
  .promo__slider-item {
    width: 13.75rem;
  }
}

@media (max-width: 991.98px) {
  body:has(.header.open-menu) {
    overflow: hidden;
  }

  .header.open-menu .header__top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #fff;
    border-bottom: 0.0625rem solid #e8e8e8;
    z-index: -1;
  }

  .header__contacts-phone {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 0.3125rem;
    border: 0.0625rem solid #40703e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__location-caption {
    display: none;
  }

  .search {
    max-width: 45rem;
    margin: 2rem auto 0;
    width: 100%;
  }

  .search__btn {
    display: none;
  }

  .menu__body {
    max-width: 45rem;
    width: 100%;
    margin: 0 auto;
  }

  .submenu {
    margin-top: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: none;
  }

  .submenu.open {
    display: block;
  }

  .promo__btn {
    padding-inline: 0.25rem;
    min-height: 2.8125rem;
    min-width: calc(50% - 0.75rem);
  }

  .promo__image {
    max-width: 28rem;
    margin: 1.0625rem auto 0;
  }
}

@media (max-width: 767.98px) {
  .contacts__form-btn {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .promo__image {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*background: url("../../../../../../Клиенты/Домашние спасатели/dostoyanie-finance/dostoyanie-finance/img/promo-image-bg.png") 0 center/auto 18.75rem no-repeat;*/
    margin: 1.0625em 0em 0em 0em;
  }
}

@media (max-width: 419.98px) {
  .header__logo {
    max-width: 50%;
  }

  .header__callback {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.3125rem);
            flex: 0 0 calc(50% - 0.3125rem);
    padding-inline: 0.25rem;
  }

  .promo__btn {
    min-width: 100%;
  }
}

@media (any-hover: hover) {
  .popup__close:hover {
    color: #4d8a4a;
  }

  .breadcrumbs__link:hover {
    color: #4d8a4a;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #3a6938;
  }

  .form__privacy a:hover {
    color: #63c15e;
  }

  .form__checkbox-text a:hover {
    text-decoration: none;
  }

  .form__social.icon-whatsapp:hover {
    background-color: #0a9132;
  }

  .form__social.icon-telegram:hover {
    background-color: #2786c1;
  }

  .form__file-btn:hover {
    background: #fff;
    color: #000;
  }

  .contacts__phone:hover {
    color: #4d8a4a;
  }

  .contacts__email:hover {
    text-decoration: none;
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: #fff;
    color: #4d8a4a;
  }

  .header__contacts-phone:hover {
    color: #4d8a4a;
  }

  .header__location-btn:hover span {
    text-decoration: none;
  }

  .menu__item.menu-parent:hover {
    color: #4d8a4a;
  }

  .menu__item.menu-parent:hover .menu__arrow::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .menu__link:hover {
    color: #4d8a4a;
  }

  .submenu__link:hover {
    text-decoration: underline;
  }

  .footer__menu-list a:hover {
    text-decoration: underline;
    color: #f97c4e;
  }

  .footer__social:hover {
    background-color: #f97c4e;
    color: #fff;
    border-color: #f97c4e;
  }

  .footer__privacy:hover {
    text-decoration: underline;
  }

  .article__navbar-link:hover {
    text-decoration: none;
  }

  .article__full:hover {
    color: #4d8a4a;
  }

  .reviews__loadmore:hover {
    color: #4d8a4a;
  }

  .review__more:hover {
    text-decoration: underline;
  }
}

@media (max-width: 992px) {
  .menu__item {
    margin-bottom: 10px;
  }
  
  .menu__link {
    flex: auto;
  }
}