.adaptive_outer_full .content_adaptive_full.max_size:has(> .installment-page) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.installment-page {
  width: 100%;
  max-width: none;
  margin: 0;
}

.installment-page .installment-page__inner {
  width: calc(100% - 64px);
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

.installment-page[data-installment-section-navigation] {
  overflow-anchor: none;
}

.installment-page .installment-section-nav__sentinel {
  width: 100%;
  height: 0;
}

.installment-page .installment-section-nav__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 2500;
  background: #fff;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.installment-page .installment-section-nav__sticky.is-stuck {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 24px rgba(28, 47, 56, 0.08);
}

.installment-page .installment-section-nav__sticky.is-measuring,
.installment-page .installment-section-nav__sticky.is-measuring .installment-section-nav__title,
.installment-page .installment-section-nav__sticky.is-measuring .installment-section-nav__nav {
  transition: none !important;
}

.installment-page .installment-section-nav__title-container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.installment-page .installment-section-nav__title {
  margin: 14px 0 0;
  color: #2f3437;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.12;
  transition: margin 0.2s ease, padding 0.2s ease, font-size 0.2s ease, line-height 0.2s ease;
}

.installment-page .installment-section-nav__sticky.is-stuck .installment-section-nav__title {
  margin-bottom: 4px;
  padding-top: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.15;
}

.installment-page .installment-section-nav__nav {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto 20px;
  padding: 10px 32px;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #e4ecef;
  background: rgba(255, 255, 255, 0.96);
  box-sizing: border-box;
  transition: padding 0.2s ease, margin 0.2s ease;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.installment-page .installment-section-nav__nav::-webkit-scrollbar {
  display: none;
}

.installment-page .installment-section-nav__sticky.is-stuck .installment-section-nav__nav {
  margin-bottom: 8px;
  padding-top: 6px;
  padding-bottom: 8px;
}

.installment-page .installment-section-nav__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #d8e5dc;
  border-radius: 8px;
  background: #fff;
  color: #2f3437;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.15;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
}

.installment-page .installment-section-nav__tab:hover,
.installment-page .installment-section-nav__tab:focus {
  border-color: #16863a;
  color: #16863a;
}

.installment-page .installment-section-nav__tab:focus-visible {
  outline: 2px solid #16863a;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(22, 134, 58, 0.14);
}

.installment-page .installment-section-nav__tab.is-active {
  border-color: #16863a;
  background: #16863a;
  color: #fff;
  text-decoration: none;
}

.installment-page .installment-section,
.installment-page .installment-catalog[data-installment-section] {
  scroll-margin-top: 170px;
}

.installment-page .installment-section__title {
  margin-bottom: 0.415em;
}

.installment-page .steps-container.installment-section__content {
  padding-top: 1rem;
}

.installment-page .installment-calculator-section {
  margin-top: 52px;
}

.installment-page .installment-calculator-section__lead {
  margin: 0;
  color: #68786f;
  font-size: 17px;
  line-height: 1.5;
}

.installment-page .installment-calculator {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  margin: 24px 0 48px;
  overflow: hidden;
  border: 1px solid #d8e5dc;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(31, 63, 45, 0.1);
  color: #263a2f;
}

.installment-page .installment-calculator__controls,
.installment-page .installment-calculator__summary {
  min-width: 0;
  padding: 34px 38px;
  box-sizing: border-box;
}

.installment-page .installment-calculator__heading {
  margin-bottom: 24px;
}

.installment-page .installment-calculator__eyebrow,
.installment-page .installment-calculator__summary-label,
.installment-page .installment-order-modal__eyebrow {
  display: block;
  color: #16863a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.installment-page .installment-calculator__heading h3 {
  margin: 6px 0 0;
  color: #24392e;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.15;
}

.installment-page .installment-calculator__price-field {
  display: block;
}

.installment-page .installment-calculator__label {
  display: block;
  margin-bottom: 8px;
  color: #52645a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.installment-page .installment-calculator__price-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  overflow: hidden;
  border: 1px solid #cfded4;
  border-radius: 12px;
  background: #fff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.installment-page .installment-calculator__price-control:focus-within {
  border-color: #16863a;
  box-shadow: 0 0 0 3px rgba(22, 134, 58, 0.12);
}

.installment-page .installment-calculator__price-control:has(input[aria-invalid="true"]) {
  border-color: #b94444;
}

.installment-page .installment-calculator__price-control input {
  width: 100%;
  height: 58px;
  margin: 0;
  padding: 0 18px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #20372a;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  box-sizing: border-box;
}

.installment-page .installment-calculator__price-control > span {
  padding-right: 18px;
  color: #16863a;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.installment-page .installment-calculator__price-field small {
  display: block;
  margin-top: 7px;
  color: #7d8c84;
  font-size: 12px;
  line-height: 1.35;
  transition: color 0.18s ease;
}

.installment-page .installment-calculator__price-field:has(input[aria-invalid="true"]) small {
  color: #a33b3b;
}

.installment-page .installment-calculator__range {
  display: block;
  margin-top: 28px;
}

.installment-page .installment-calculator__range--term {
  margin-top: 20px;
}

.installment-page .installment-calculator__value-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  color: #5c6d63;
  font-size: 14px;
  line-height: 1.25;
}

.installment-page .installment-calculator__value-row strong {
  flex: 0 0 auto;
  color: #21372a;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.installment-page .installment-calculator__range input[type="range"] {
  --range-progress: 0%;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 44px;
  margin: 2px 0 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  accent-color: #16863a;
  cursor: pointer;
}

.installment-page .installment-calculator__range input[type="range"]:focus-visible {
  outline: 2px solid #16863a;
  outline-offset: 3px;
}

.installment-page .installment-calculator__range input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(to right, #16863a 0, #16863a var(--range-progress), #b9c8be var(--range-progress), #b9c8be 100%);
  box-shadow: inset 0 1px 2px rgba(20, 63, 44, 0.08);
}

.installment-page .installment-calculator__range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  margin-top: -8px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #16863a;
  box-shadow: 0 0 0 1px #16863a, 0 4px 11px rgba(20, 70, 37, 0.28);
}

.installment-page .installment-calculator__range input[type="range"]::-moz-range-track {
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: #b9c8be;
}

.installment-page .installment-calculator__range input[type="range"]::-moz-range-progress {
  height: 8px;
  border-radius: 999px;
  background: #16863a;
}

.installment-page .installment-calculator__range input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #16863a;
  box-shadow: 0 0 0 1px #16863a, 0 4px 11px rgba(20, 70, 37, 0.28);
}

.installment-page .installment-calculator__range-hints {
  display: flex;
  justify-content: space-between;
  margin-top: -1px;
  color: #829088;
  font-size: 11px;
  line-height: 1.2;
}

.installment-page .installment-calculator__summary {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #d8e5dc;
  background: linear-gradient(145deg, #f5faf7 0%, #eaf5ee 100%);
}

.installment-page .installment-calculator__monthly {
  display: block;
  margin-top: 9px;
  color: #126f32;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.installment-page .installment-calculator__summary dl {
  margin: 26px 0 0;
  padding-top: 20px;
  border-top: 1px solid #d4e3d9;
}

.installment-page .installment-calculator__summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 13px;
}

.installment-page .installment-calculator__summary dl div:first-child {
  margin-top: 0;
}

.installment-page .installment-calculator__summary dt,
.installment-page .installment-calculator__summary dd {
  margin: 0;
  line-height: 1.3;
}

.installment-page .installment-calculator__summary dt {
  color: #627269;
  font-size: 14px;
}

.installment-page .installment-calculator__summary dd {
  color: #20372a;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.installment-page .installment-calculator__summary .installment-calculator__rate {
  color: #16863a;
}

.installment-page .installment-calculator__benefit {
  margin-top: auto;
  padding-top: 28px;
  text-align: center;
}

.installment-page .installment-calculator__benefit strong,
.installment-page .installment-calculator__benefit span {
  display: block;
}

.installment-page .installment-calculator__benefit strong {
  color: #1d5d33;
  font-size: 15px;
  line-height: 1.3;
}

.installment-page .installment-calculator__benefit span {
  margin-top: 6px;
  color: #65756c;
  font-size: 12px;
  line-height: 1.4;
}

.installment-page .installment-calculator__request {
  min-height: 50px;
  margin-top: 18px;
  padding: 10px 18px;
  border: 1px solid #16863a;
  border-radius: 10px;
  background: #16863a;
  box-shadow: none;
  color: #fff;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease;
}

.installment-page .installment-calculator__request:hover,
.installment-page .installment-calculator__request:focus-visible {
  border-color: #0f7130;
  background: #0f7130;
  outline: 2px solid #0a5f27;
  outline-offset: 2px;
}

.installment-page .installment-calculator__request:disabled {
  border-color: #a6b7ac;
  background: #a6b7ac;
  cursor: not-allowed;
}

html.installment-order-modal-open {
  overflow: hidden;
}

html.installment-order-modal-open #policy_cookie,
html.installment-order-modal-open #site-top-menu-nav {
  z-index: 2147483646 !important;
}

.installment-page .installment-order-modal[hidden] {
  display: none;
}

.installment-page .installment-order-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  box-sizing: border-box;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.installment-page .installment-order-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.installment-page .installment-order-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 35, 27, 0.68);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.installment-page .installment-order-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(900px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
  padding: 28px 30px 30px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid #d8e5dc;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(12, 33, 21, 0.3);
  box-sizing: border-box;
  color: #263a2f;
  transform: translateY(12px) scale(0.985);
  transition: transform 0.18s ease;
}

.installment-page .installment-order-modal.is-open .installment-order-modal__dialog {
  transform: translateY(0) scale(1);
}

.installment-page .installment-order-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid #d8e5dc;
  border-radius: 50%;
  background: #f7faf8;
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.installment-page .installment-order-modal__close img {
  display: block;
  width: 18px;
  height: 18px;
  opacity: 0.62;
  filter: brightness(0) saturate(100%);
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.installment-page .installment-order-modal__close:hover,
.installment-page .installment-order-modal__close:focus-visible {
  border-color: #16863a;
  background: #eef7f1;
  outline: 2px solid #16863a;
  outline-offset: 2px;
  transform: translateY(-1px);
}

.installment-page .installment-order-modal__close:hover img,
.installment-page .installment-order-modal__close:focus-visible img {
  opacity: 0.9;
}

.installment-page .installment-order-modal__header {
  padding-right: 58px;
}

.installment-page .installment-order-modal__header h2 {
  margin: 5px 0 0;
  color: #22382b;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.15;
}

.installment-page .installment-order-modal__header p {
  margin: 7px 0 0;
  color: #697970;
  font-size: 14px;
  line-height: 1.45;
}

.installment-page .installment-order-modal__calculation {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid #d8e5dc;
  border-radius: 12px;
  background: #d8e5dc;
}

.installment-page .installment-order-modal__calculation > div {
  min-width: 0;
  padding: 12px 14px;
  background: #f4f9f6;
}

.installment-page .installment-order-modal__calculation span,
.installment-page .installment-order-modal__calculation strong {
  display: block;
}

.installment-page .installment-order-modal__calculation span {
  color: #718078;
  font-size: 11px;
  line-height: 1.2;
}

.installment-page .installment-order-modal__calculation strong {
  margin-top: 4px;
  overflow: hidden;
  color: #1e4930;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.installment-page .installment-order-form {
  margin-top: 18px;
  color: #2a4033;
}

.installment-page .installment-order-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.installment-page .installment-order-form__field {
  display: block;
  margin: 0 0 13px;
}

.installment-page .installment-order-form__field > span {
  display: block;
  margin-bottom: 5px;
  color: #40564a;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.installment-page .installment-order-form__field input,
.installment-page .installment-order-form__field textarea {
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid #cfddd4;
  border-radius: 10px;
  outline: 0;
  background: #fff;
  color: #273c30;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.3;
  box-sizing: border-box;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.installment-page .installment-order-form__field input {
  height: 48px;
  padding: 0 14px;
}

.installment-page .installment-order-form__field textarea {
  min-height: 78px;
  padding: 11px 14px;
  resize: vertical;
}

.installment-page .installment-order-form__field input:focus,
.installment-page .installment-order-form__field textarea:focus {
  border-color: #16863a;
  box-shadow: 0 0 0 3px rgba(22, 134, 58, 0.11);
}

.installment-page .installment-order-form__field input.error,
.installment-page .installment-order-form__field textarea.error,
.installment-page .installment-order-form__captcha input.error {
  border-color: #b94444;
  box-shadow: 0 0 0 3px rgba(185, 68, 68, 0.1);
}

.installment-page .installment-order-form__field input::placeholder,
.installment-page .installment-order-form__field textarea::placeholder {
  color: #9aa69f;
}

.installment-page .installment-order-form__footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px 20px;
}

.installment-page .installment-order-form__captcha.table_confirm {
  display: flex;
  align-items: center;
  gap: 9px;
  width: auto;
  margin: 0;
}

.installment-page .installment-order-form__captcha img {
  display: block;
  flex: 0 0 auto;
  width: 80px;
  height: 32px;
  border: 1px solid #d9e2dc;
  border-radius: 7px;
  object-fit: cover;
}

.installment-page .installment-order-form__captcha input {
  width: 86px;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #cfddd4;
  border-radius: 9px;
  outline: 0;
  background: #fff;
  color: #273c30;
  font-size: 17px;
  letter-spacing: 0.12em;
  text-align: center;
  box-sizing: border-box;
}

.installment-page .installment-order-form__captcha input:focus {
  border-color: #16863a;
  box-shadow: 0 0 0 3px rgba(22, 134, 58, 0.11);
}

.installment-page .installment-order-form__consent.terms_of_use {
  margin: 0;
}

.installment-page .installment-order-form__consent label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  color: #596961;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
  cursor: pointer;
}

.installment-page .installment-order-form__consent input[type="checkbox"] {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin: 0 !important;
  accent-color: #16863a;
}

.installment-page .installment-order-form__consent a {
  color: #167538;
  text-decoration: underline;
}

.installment-page .installment-order-form__consent label.error {
  color: #a33b3b;
}

.installment-page .installment-order-form > input[type="submit"].button_site {
  display: block;
  width: 100%;
  min-height: 48px;
  margin: 16px 0 0;
  padding: 10px 18px;
  border: 1px solid #16863a;
  border-radius: 10px;
  background: #16863a;
  box-shadow: none !important;
  color: #fff;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.installment-page .installment-order-form > input[type="submit"].button_site:hover,
.installment-page .installment-order-form > input[type="submit"].button_site:focus-visible {
  border-color: #0f7130;
  background: #0f7130;
  outline: 2px solid #0a5f27;
  outline-offset: 2px;
}

.installment-page .installment-selection-form__success {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 190px;
  padding: 28px;
  border: 1px solid #cfe2d5;
  border-radius: 12px;
  background: #f2f9f4;
  box-sizing: border-box;
  text-align: center;
}

.installment-page .installment-selection-form__success strong,
.installment-page .installment-selection-form__success span {
  display: block;
}

.installment-page .installment-selection-form__success strong {
  color: #176f34;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 25px;
  line-height: 1.2;
}

.installment-page .installment-selection-form__success span {
  max-width: 500px;
  margin-top: 8px;
  color: #5e7066;
  font-size: 14px;
  line-height: 1.45;
}

.installment-page .installment-catalog {
  margin-top: 1.25rem;
}

.installment-page .installment-catalog__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 16px;
}

.installment-page .installment-catalog__heading h2 {
  margin: 0;
}

.installment-page .installment-filters {
  box-sizing: border-box;
  margin-top: 1.25rem;
  padding: 16px;
  border: 1px solid #dfe8e1;
  border-radius: 12px;
  background: #f8fbf9;
  box-shadow: 0 8px 24px rgba(28, 47, 56, 0.08);
}

.installment-page .installment-filter-label {
  display: block;
  margin-bottom: 7px;
  color: #53605a;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.15;
}

.installment-page .installment-filter-label--toolbar {
  flex: 0 0 auto;
  margin-bottom: 0;
  white-space: nowrap;
}

.installment-page .installment-filters__toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  min-width: 0;
}

.installment-page .installment-sort {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  gap: 8px;
  min-width: 0;
}

.installment-page .installment-sort__field {
  position: relative;
  display: inline-block;
  min-width: 0;
}

.installment-page .installment-sort__field::before,
.installment-page .installment-sort__field::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #16863a;
  pointer-events: none;
  transform: translateY(-50%);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.installment-page .installment-sort__field::before {
  left: 12px;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M5 1.75 1.75 5H4v9h2V5h2.25L5 1.75Zm6 12.5L14.25 11H12V2h-2v9H7.75L11 14.25Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M5 1.75 1.75 5H4v9h2V5h2.25L5 1.75Zm6 12.5L14.25 11H12V2h-2v9H7.75L11 14.25Z'/%3E%3C/svg%3E");
}

.installment-page .installment-sort__field::after {
  right: 13px;
  width: 12px;
  height: 8px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='black' d='M1.4.7 6 5.3 10.6.7 12 2.1l-6 6-6-6L1.4.7Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='black' d='M1.4.7 6 5.3 10.6.7 12 2.1l-6 6-6-6L1.4.7Z'/%3E%3C/svg%3E");
}

.installment-page .installment-sort__select {
  width: auto;
  max-width: 100%;
  height: 40px;
  padding: 0 36px;
  border: 1px solid #cfdcd3;
  border-radius: 8px;
  background: #fff;
  color: #2f3437;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.installment-page .installment-sort__select:hover,
.installment-page .installment-sort__select:focus {
  border-color: #16863a;
  outline: none;
}

.installment-page .installment-sort__select:focus-visible {
  box-shadow: 0 0 0 3px rgba(22, 134, 58, 0.14);
}

.installment-page .installment-type-filter,
.installment-page .installment-communications {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.installment-page .installment-type-filter {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
}

.installment-page .installment-type-filter__options {
  display: inline-flex;
  flex: 0 0 auto;
  width: max-content;
  min-height: 40px;
  border: 1px solid #cfdcd3;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.installment-page .installment-type-filter__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 7px;
  padding: 8px 16px;
  border: 0;
  border-right: 1px solid #dfe8e1;
  background: transparent;
  color: #53605a;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.15;
  white-space: nowrap;
  cursor: pointer;
}

.installment-page .installment-type-filter__button:last-child {
  border-right: 0;
}

.installment-page .installment-type-filter__button:hover,
.installment-page .installment-type-filter__button:focus {
  background: #eef6f0;
  color: #16863a;
  outline: none;
}

.installment-page .installment-type-filter__button:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(22, 134, 58, 0.14);
}

.installment-page .installment-type-filter__button.is-active {
  background: #16863a;
  color: #fff;
}

.installment-page .installment-type-filter__icon {
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.installment-page .installment-type-filter__icon--all {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M2 2h5v5H2V2Zm9 0h5v5h-5V2ZM2 11h5v5H2v-5Zm9 0h5v5h-5v-5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M2 2h5v5H2V2Zm9 0h5v5h-5V2ZM2 11h5v5H2v-5Zm9 0h5v5h-5v-5Z'/%3E%3C/svg%3E");
}

.installment-page .installment-type-filter__icon--settlement {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='m1 8 4-3.5L9 8v8H1V8Zm2 2v4h4v-4H3Zm6-4 3.5-3L17 7v9h-6v-2h4V8l-2.5-2L11 7.3 9 6Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='m1 8 4-3.5L9 8v8H1V8Zm2 2v4h4v-4H3Zm6-4 3.5-3L17 7v9h-6v-2h4V8l-2.5-2L11 7.3 9 6Z'/%3E%3C/svg%3E");
}

.installment-page .installment-type-filter__icon--village {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M2 8.2 9 2l2.2 2V2.5H14v4L16 8.2V16h-5v-5H7v5H2V8.2Zm2 1V14h1v-5h8v5h1V9.2L9 4.8 4 9.2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M2 8.2 9 2l2.2 2V2.5H14v4L16 8.2V16h-5v-5H7v5H2V8.2Zm2 1V14h1v-5h8v5h1V9.2L9 4.8 4 9.2Z'/%3E%3C/svg%3E");
}

.installment-page .installment-type-filter__text--mobile {
  display: none;
}

.installment-page .installment-filters__ranges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.installment-page .installment-range {
  box-sizing: border-box;
  min-width: 0;
  padding: 11px 12px 8px;
  border: 1px solid #dfe8e1;
  border-radius: 8px;
  background: #fff;
}

.installment-page .installment-range__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.installment-page .installment-range__label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #53605a;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  white-space: nowrap;
}

.installment-page .installment-range__icon {
  display: block;
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  background: #16863a;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.installment-page .installment-range__icon--area {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='black' d='M3 3h12v12H3V3Zm2 2v8h8V5H5Zm1.6 1.6h4.8v4.8H6.6V6.6Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='black' d='M3 3h12v12H3V3Zm2 2v8h8V5H5Zm1.6 1.6h4.8v4.8H6.6V6.6Z'/%3E%3C/svg%3E");
}

.installment-page .installment-range__icon--price {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='black' d='M6 2h4.15c2.35 0 3.85 1.28 3.85 3.35 0 2.05-1.5 3.35-3.85 3.35H8.1v1.55h4.15v1.65H8.1V16H6v-4.1H4.25v-1.65H6V8.7H4.25V6.95H6V2Zm2.1 1.85v3.1h1.95c1.15 0 1.82-.55 1.82-1.6 0-1.02-.67-1.5-1.82-1.5H8.1Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='black' d='M6 2h4.15c2.35 0 3.85 1.28 3.85 3.35 0 2.05-1.5 3.35-3.85 3.35H8.1v1.55h4.15v1.65H8.1V16H6v-4.1H4.25v-1.65H6V8.7H4.25V6.95H6V2Zm2.1 1.85v3.1h1.95c1.15 0 1.82-.55 1.82-1.6 0-1.02-.67-1.5-1.82-1.5H8.1Z'/%3E%3C/svg%3E");
}

.installment-page .installment-range__value {
  min-width: 0;
  color: #2f3437;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.1;
  text-align: right;
  white-space: nowrap;
}

.installment-page .installment-range__control {
  position: relative;
  height: 30px;
  margin-top: 7px;
}

.installment-page .installment-range__track {
  position: absolute;
  top: 10px;
  right: 8px;
  left: 8px;
  height: 5px;
  border-radius: 999px;
  background: #e4eee7;
  overflow: hidden;
}

.installment-page .installment-range__track span {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #16863a;
}

.installment-page .installment-range__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}

.installment-page .installment-range__input:focus {
  outline: none;
}

.installment-page .installment-range__input::-webkit-slider-runnable-track {
  height: 24px;
  border: 0;
  background: transparent;
}

.installment-page .installment-range__input::-moz-range-track {
  height: 24px;
  border: 0;
  background: transparent;
}

.installment-page .installment-range__input::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border: 2px solid #16863a;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 8px rgba(37, 61, 45, 0.2);
  cursor: pointer;
  pointer-events: auto;
  -webkit-appearance: none;
  appearance: none;
}

.installment-page .installment-range__input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 2px solid #16863a;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 8px rgba(37, 61, 45, 0.2);
  cursor: pointer;
  pointer-events: auto;
}

.installment-page .installment-range__input:focus-visible::-webkit-slider-thumb {
  box-shadow: 0 0 0 4px rgba(22, 134, 58, 0.14), 0 3px 8px rgba(37, 61, 45, 0.2);
}

.installment-page .installment-range__input:focus-visible::-moz-range-thumb {
  box-shadow: 0 0 0 4px rgba(22, 134, 58, 0.14), 0 3px 8px rgba(37, 61, 45, 0.2);
}

.installment-page .installment-range__ticks {
  position: absolute;
  right: 9px;
  bottom: 0;
  left: 9px;
  height: 7px;
  pointer-events: none;
}

.installment-page .installment-range__ticks span {
  position: absolute;
  top: 0;
  width: 2px;
  height: 5px;
  border-radius: 1px;
  background: #b8c8bd;
  transform: translateX(-50%);
}

.installment-page .installment-communications {
  margin-top: 14px;
}

.installment-page .installment-communications__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.installment-page .installment-communications__options {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 8px;
}

.installment-page .installment-communication {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}

.installment-page .installment-communication input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.installment-page .installment-communication span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid #cfdcd3;
  border-radius: 8px;
  background: #fff;
  color: #53605a;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.installment-page .installment-communication span::before {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  border: 1px solid #aebdb3;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  color: #16863a;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.installment-page .installment-communication:hover span {
  border-color: #16863a;
  color: #16863a;
}

.installment-page .installment-communication input:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(22, 134, 58, 0.14);
}

.installment-page .installment-communication input:checked + span {
  border-color: #16863a;
  background: #16863a;
  color: #fff;
}

.installment-page .installment-communication input:checked + span::before {
  content: "\2713";
  border-color: #fff;
}

.installment-page .installment-filters__count {
  display: block;
  white-space: nowrap;
  text-align: right;
  color: #16863a;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.installment-page .installment-filters__reset {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #d2ded6;
  border-radius: 8px;
  background: #fff;
  color: #53605a;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 15px;
  cursor: pointer;
}

.installment-page .installment-filters__reset:hover,
.installment-page .installment-filters__reset:focus {
  border-color: #16863a;
  color: #16863a;
  outline: none;
}

.installment-page .installment-filters__reset:focus-visible {
  box-shadow: 0 0 0 3px rgba(22, 134, 58, 0.14);
}

.installment-page .installment-filters__reset:disabled {
  border-color: #dfe8e1;
  background: #f3f7f4;
  color: #96a19b;
  box-shadow: none;
  cursor: default;
}

.installment-page .installment-filters__empty {
  margin: 24px 0 0;
  padding: 24px;
  border: 1px solid #dfe8e1;
  border-radius: 12px;
  background: #f8fbf9;
  color: #53605a;
  text-align: center;
}

.installment-page .installment-villages {
  grid-template-columns: repeat(4, minmax(270px, 1fr));
}

.installment-page .installment-village[hidden] {
  display: none;
}

.installment-page .installment-village > header > img,
.installment-page .installment-village .installment-village__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem 1rem 0 0;
  transition: all 0.3s ease;
}

@media (max-width: 1240px) {
  .installment-page .installment-villages {
    grid-template-columns: repeat(3, minmax(270px, 1fr));
  }
}

@media (max-width: 1140px) {
  .installment-page .installment-villages {
    grid-template-columns: repeat(3, minmax(270px, 1fr));
  }

  .installment-page .steps-container.installment-section__content {
    padding-top: 0.5rem;
  }
}

@media (max-width: 1024px) {
  .installment-page .installment-section-nav__title-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .installment-page .installment-page__inner {
    width: calc(100% - 30px);
  }
}

@media (max-width: 991px) {
  .installment-page .installment-section-nav__sticky {
    top: 45px;
  }

  .installment-page .installment-section-nav__sticky.is-stuck .installment-section-nav__title {
    margin-bottom: 6px;
    padding-top: 6px;
    font-size: 16px;
    line-height: 1.18;
  }

  .installment-page .installment-section-nav__nav {
    padding: 8px 16px;
  }

  .installment-page .installment-section-nav__sticky.is-stuck .installment-section-nav__nav {
    margin-bottom: 6px;
    padding-top: 5px;
    padding-bottom: 6px;
  }

  .installment-page .installment-section-nav__tab {
    min-height: 38px;
    padding: 0 14px;
    font-size: 16px;
  }

  .installment-page .installment-section,
  .installment-page .installment-catalog[data-installment-section] {
    scroll-margin-top: 132px;
  }
}

@media (max-width: 940px) {
  .installment-page .installment-filters__ranges {
    grid-template-columns: 1fr;
  }

  .installment-page .installment-villages {
    grid-template-columns: repeat(2, minmax(270px, 1fr));
  }
}

@media (max-width: 900px) {
  .installment-page .installment-section-nav__title {
    margin: 14px 0 0;
    font-size: 32px;
  }

  .installment-page .installment-calculator {
    grid-template-columns: minmax(0, 1fr);
  }

  .installment-page .installment-calculator__summary {
    border-top: 1px solid #d8e5dc;
    border-left: 0;
  }

  .installment-page .installment-calculator__benefit {
    margin-top: 20px;
    padding-top: 0;
  }

  .installment-page .installment-filters__toolbar {
    gap: 12px;
  }

  .installment-page .installment-type-filter__button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: row !important;
    flex-wrap: nowrap;
    width: auto !important;
    min-width: max-content;
    min-height: 40px;
    gap: 4px;
    padding: 0 7px;
  }

  .installment-page .installment-type-filter__icon {
    flex-basis: 18px;
    width: 18px;
    height: 18px;
  }

  .installment-page .installment-type-filter__text--desktop {
    display: none;
  }

  .installment-page .installment-type-filter__text--mobile {
    display: inline-block;
    font-size: 14px;
    white-space: nowrap;
  }

  .installment-page .installment-type-filter__button[data-installment-type="all"] {
    order: 1;
  }

  .installment-page .installment-type-filter__button[data-installment-type="village"] {
    order: 2;
    border-right: 1px solid #dfe8e1;
  }

  .installment-page .installment-type-filter__button[data-installment-type="settlement"] {
    order: 3;
    border-right: 0;
  }
}

@media (max-width: 720px) {
  #messendger_fly {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .installment-page .installment-calculator-section {
    margin-top: 36px;
  }

  .installment-page .installment-calculator-section__lead {
    font-size: 15px;
  }

  .installment-page .installment-calculator {
    margin-top: 18px;
    margin-bottom: 34px;
    border-radius: 15px;
    box-shadow: 0 12px 30px rgba(31, 63, 45, 0.09);
  }

  .installment-page .installment-calculator__controls,
  .installment-page .installment-calculator__summary {
    padding: 20px 18px;
  }

  .installment-page .installment-calculator__heading {
    margin-bottom: 18px;
  }

  .installment-page .installment-calculator__heading h3 {
    font-size: 24px;
  }

  .installment-page .installment-calculator__price-control input {
    height: 52px;
    padding-left: 14px;
    font-size: 24px;
  }

  .installment-page .installment-calculator__price-control > span {
    padding-right: 14px;
    font-size: 22px;
  }

  .installment-page .installment-calculator__range {
    margin-top: 22px;
  }

  .installment-page .installment-calculator__range--term {
    margin-top: 15px;
  }

  .installment-page .installment-calculator__monthly {
    font-size: 38px;
  }

  .installment-page .installment-calculator__summary dl {
    margin-top: 18px;
    padding-top: 15px;
  }

  .installment-page .installment-calculator__benefit {
    margin-top: 16px;
  }

  .installment-page .installment-order-modal {
    padding: 10px;
  }

  .installment-page .installment-order-modal__dialog {
    width: calc(100vw - 20px);
    height: calc(100vh - 20px);
    height: calc(100dvh - 20px);
    max-height: calc(100vh - 20px);
    max-height: calc(100dvh - 20px);
    padding: 17px 15px;
    border-radius: 15px;
  }

  .installment-page .installment-order-modal__close {
    top: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
  }

  .installment-page .installment-order-modal__header {
    padding-right: 52px;
  }

  .installment-page .installment-order-modal__header h2 {
    font-size: 23px;
  }

  .installment-page .installment-order-modal__header p {
    margin-top: 5px;
    font-size: 12px;
  }

  .installment-page .installment-order-modal__calculation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
  }

  .installment-page .installment-order-modal__calculation > div {
    padding: 9px 10px;
  }

  .installment-page .installment-order-form {
    margin-top: 13px;
  }

  .installment-page .installment-order-form__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .installment-page .installment-order-form__field {
    margin-bottom: 9px;
  }

  .installment-page .installment-order-form__field input {
    height: 44px;
  }

  .installment-page .installment-order-form__field textarea {
    min-height: 64px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .installment-page .installment-order-form__footer {
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
  }

  .installment-page .installment-order-form__consent {
    order: -1;
  }

  .installment-page .installment-order-form > input[type="submit"].button_site {
    min-height: 46px;
    margin-top: 12px;
  }

  .installment-page .installment-selection-form__success {
    min-height: 160px;
    padding: 20px 14px;
  }

  .installment-page .installment-filters {
    padding: 12px;
  }

  .installment-page .installment-filters__toolbar {
    gap: 8px;
  }

  .installment-page .installment-filter-label--toolbar {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .installment-page .installment-sort {
    flex: 0 1 auto;
    min-width: 0;
  }

  .installment-page .installment-sort__field {
    width: auto;
    max-width: 100%;
  }

  .installment-page .installment-sort__select {
    field-sizing: content;
    width: auto;
    min-width: min(164px, calc(100vw - 246px));
    max-width: min(230px, calc(100vw - 246px));
    padding-right: 28px;
    padding-left: 30px;
    font-size: 15px;
  }

  .installment-page .installment-communications__options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .installment-page .installment-communication,
  .installment-page .installment-communication span {
    box-sizing: border-box;
    width: 100%;
  }

  .installment-page .installment-communication span {
    justify-content: flex-start;
  }

  .installment-page .installment-communications__row {
    align-items: stretch;
    flex-direction: column;
  }

  .installment-page .installment-filters__reset {
    width: 100%;
  }

  .installment-page .installment-villages {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

@media (max-width: 640px) and (max-height: 720px) {
  .installment-page .installment-order-modal__dialog {
    padding: 12px;
  }

  .installment-page .installment-order-modal__close {
    top: 8px;
    right: 8px;
    width: 44px;
    height: 44px;
  }

  .installment-page .installment-order-modal__header {
    padding-right: 52px;
  }

  .installment-page .installment-order-modal__header h2 {
    font-size: 20px;
  }

  .installment-page .installment-order-modal__header p {
    display: none;
  }

  .installment-page .installment-order-modal__calculation {
    margin-top: 9px;
  }

  .installment-page .installment-order-modal__calculation > div {
    padding: 6px 8px;
  }

  .installment-page .installment-order-modal__calculation strong {
    margin-top: 2px;
    font-size: 13px;
  }

  .installment-page .installment-order-form {
    margin-top: 9px;
  }

  .installment-page .installment-order-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .installment-page .installment-order-form__field {
    margin-bottom: 7px;
  }

  .installment-page .installment-order-form__field > span {
    margin-bottom: 3px;
    font-size: 12px;
  }

  .installment-page .installment-order-form__field input {
    height: 44px;
    padding: 0 10px;
    font-size: 13px;
  }

  .installment-page .installment-order-form__field textarea {
    min-height: 52px;
    padding: 7px 10px;
    font-size: 13px;
  }

  .installment-page .installment-order-form__footer {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
  }

  .installment-page .installment-order-form__consent {
    order: 0;
  }

  .installment-page .installment-order-form__consent label {
    gap: 6px;
    font-size: 10px;
    line-height: 1.25;
  }

  .installment-page .installment-order-form__captcha {
    gap: 6px;
  }

  .installment-page .installment-order-form__captcha img {
    width: 70px;
    height: 30px;
  }

  .installment-page .installment-order-form__captcha input {
    width: 66px;
    height: 40px;
  }

  .installment-page .installment-order-form > input[type="submit"].button_site {
    min-height: 46px;
    margin-top: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .installment-page .installment-order-modal,
  .installment-page .installment-order-modal__dialog,
  .installment-page .installment-order-modal__close,
  .installment-page .installment-calculator__request {
    transition: none;
  }
}

@media (max-width: 360px) {
  .installment-page .installment-type-filter__button {
    gap: 2px;
    padding-right: 2px;
    padding-left: 2px;
  }

  .installment-page .installment-type-filter__icon {
    flex-basis: 16px;
    width: 16px;
    height: 16px;
  }

  .installment-page .installment-type-filter__text--mobile {
    font-size: 12px;
  }

  .installment-page .installment-sort__select {
    field-sizing: fixed;
    width: min(164px, calc(100vw - 192px));
    min-width: 0;
    max-width: 164px;
  }
}
