.insales-section-page--kredit-i-rassrochka,
.insales-section-page--traidin-perm {
  padding-bottom: 0;
  background: #fff;
}

.insales-section-page--kredit-i-rassrochka > .container,
.insales-section-page--traidin-perm > .container {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.insales-section-page--kredit-i-rassrochka > .container > .row,
.insales-section-page--traidin-perm > .container > .row {
  margin-right: 0;
  margin-left: 0;
}

.insales-section-page--kredit-i-rassrochka > .container > .row > .col-12,
.insales-section-page--traidin-perm > .container > .row > .col-12 {
  padding-right: 0;
  padding-left: 0;
}

.insales-section-page--kredit-i-rassrochka .text,
.insales-section-page--traidin-perm .text,
.insales-section-page--kredit-i-rassrochka .text-content,
.insales-section-page--traidin-perm .text-content {
  margin: 0;
}

.insales-section-page--kredit-i-rassrochka .text > .text-title,
.insales-section-page--traidin-perm .text > .text-title {
  display: none;
}

.gm-service-page,
.gm-service-page * {
  box-sizing: border-box;
}

.gm-service-page {
  --gm-action: #ff752e;
  --gm-action-hover: #ee641d;
  --gm-text: #141820;
  --gm-muted: #69717f;
  --gm-surface: #f5f7fa;
  --gm-warm: #fff1e8;
  --gm-border: #e2e6ed;
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
  padding: 24px 24px 72px;
  color: var(--gm-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

.gm-service-page h1,
.gm-service-page h2,
.gm-service-page h3,
.gm-service-page p,
.gm-service-page ul {
  margin-top: 0;
}

.gm-service-page a {
  color: inherit;
}

.gm-service-mobile-copy,
.gm-service-form__mobile-socials {
  display: none;
}

.gm-service-hero {
  position: relative;
  min-height: 416px;
  overflow: hidden;
  border: 1px solid var(--gm-border);
  border-radius: 8px;
  background: #eef5fb;
}

.gm-service-hero__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gm-service-hero__content {
  position: relative;
  z-index: 1;
  width: 55%;
  padding: 46px 48px 38px;
}

.gm-service-eyebrow {
  margin-bottom: 14px;
  color: #ca541b;
  font-size: 13px;
  line-height: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.gm-service-hero h1 {
  max-width: 560px;
  margin-bottom: 18px;
  color: var(--gm-text);
  font-size: 58px;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
}

.gm-service-hero__lead {
  max-width: 500px;
  margin-bottom: 24px;
  color: var(--gm-muted);
  font-size: 20px;
  line-height: 1.42;
}

.gm-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gm-service-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 750;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.gm-service-button--primary {
  border-color: var(--gm-action);
  background: var(--gm-action);
  color: #fff !important;
}

.gm-service-button--primary:hover,
.gm-service-button--primary:focus-visible {
  border-color: var(--gm-action-hover);
  background: var(--gm-action-hover);
}

.gm-service-button--secondary {
  border-color: var(--gm-border);
  background: #fff;
  color: var(--gm-text) !important;
}

.gm-service-button--secondary:hover,
.gm-service-button--secondary:focus-visible {
  border-color: #b9c0ca;
  background: #fbfcfd;
}

.gm-service-button:focus-visible,
.gm-service-faq button:focus-visible,
.gm-service-form input:focus-visible,
.gm-service-form textarea:focus-visible {
  outline: 3px solid rgba(255, 117, 46, 0.3);
  outline-offset: 2px;
}

.gm-service-hero__note {
  display: grid;
  width: min(100%, 475px);
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-top: 22px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 117, 46, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
}

.gm-service-hero__note > span {
  margin-top: 2px;
  color: var(--gm-action);
  font-size: 18px;
}

.gm-service-hero__note p {
  margin-bottom: 0;
  color: var(--gm-muted);
  font-size: 13px;
  line-height: 18px;
}

.gm-service-hero__note strong,
.gm-service-hero__note p span {
  display: block;
}

.gm-service-hero__note strong {
  margin-bottom: 2px;
  color: var(--gm-text);
  font-size: 14px;
}

.gm-service-hero__footnote {
  max-width: 510px;
  margin-top: 18px;
  color: var(--gm-muted);
  font-size: 13px;
  line-height: 18px;
}

.gm-service-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.gm-service-benefit {
  display: grid;
  min-width: 0;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 22px 20px;
  border: 1px solid var(--gm-border);
  border-radius: 8px;
  background: #fff;
}

.gm-service-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--gm-warm);
  color: var(--gm-action);
  font-size: 16px;
}

.gm-service-benefit h2 {
  margin-bottom: 4px;
  color: var(--gm-text);
  font-size: 18px;
  line-height: 23px;
  font-weight: 750;
}

.gm-service-benefit p {
  margin-bottom: 0;
  color: var(--gm-muted);
  font-size: 14px;
  line-height: 20px;
}

.gm-service-section {
  margin-top: 64px;
  scroll-margin-top: 110px;
}

.gm-service-section__title {
  margin-bottom: 24px;
  color: var(--gm-text);
  font-size: 36px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
}

.gm-service-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gm-service-step {
  min-width: 0;
  min-height: 180px;
  padding: 22px;
  border-radius: 8px;
  background: var(--gm-surface);
}

.gm-service-step__number {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--gm-action);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
}

.gm-service-step h3,
.gm-service-options h3,
.gm-service-cross-sell h3 {
  margin-bottom: 8px;
  color: var(--gm-text);
  font-size: 19px;
  line-height: 24px;
  font-weight: 750;
}

.gm-service-step p,
.gm-service-options p,
.gm-service-cross-sell p {
  margin-bottom: 0;
  color: var(--gm-muted);
  font-size: 15px;
  line-height: 22px;
}

.gm-service-banks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
  padding: 0;
  list-style: none;
}

.gm-service-banks li {
  display: flex;
  min-height: 70px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--gm-border);
  border-radius: 8px;
  background: #fff;
  color: var(--gm-text);
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

.gm-service-caption {
  margin-bottom: 0;
  color: var(--gm-muted);
  font-size: 13px;
  line-height: 18px;
}

.gm-service-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gm-service-options article {
  min-height: 140px;
  padding: 24px;
  border-radius: 8px;
  background: var(--gm-surface);
}

.gm-service-cross-sell {
  margin-top: 16px;
  padding: 22px 24px;
  border: 1px solid #ffd8c3;
  border-radius: 8px;
  background: var(--gm-warm);
}

.gm-service-faq {
  display: grid;
  gap: 10px;
}

.gm-service-faq__item {
  overflow: hidden;
  border: 1px solid var(--gm-border);
  border-radius: 8px;
  background: #fff;
}

.gm-service-faq__item.is-open {
  background: var(--gm-surface);
}

.gm-service-faq__item h3 {
  margin: 0;
}

.gm-service-faq__item button {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 54px 16px 20px;
  border: 0;
  background: transparent;
  color: var(--gm-text);
  font: inherit;
  font-size: 16px;
  line-height: 22px;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}

.gm-service-faq__item button span {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}

.gm-service-faq__item button span::before,
.gm-service-faq__item button span::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 2px;
  width: 12px;
  height: 2px;
  background: #8a929e;
  transition: transform 160ms ease;
}

.gm-service-faq__item button span::after {
  transform: rotate(90deg);
}

.gm-service-faq__item.is-open button span::after {
  transform: rotate(0deg);
}

.gm-service-faq__answer {
  padding: 0 54px 18px 20px;
}

.gm-service-faq__answer[hidden] {
  display: none;
}

.gm-service-faq__answer p {
  max-width: 980px;
  margin-bottom: 0;
  color: var(--gm-muted);
  font-size: 15px;
  line-height: 22px;
}

.gm-service-consultation {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: 64px;
  align-items: center;
  margin-top: 72px;
  padding: 44px 48px;
  border-radius: 8px;
  background: var(--gm-surface);
  scroll-margin-top: 110px;
}

.gm-service-consultation__intro h2 {
  margin-bottom: 20px;
  color: var(--gm-text);
  font-size: 42px;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0;
}

.gm-service-consultation__intro > p {
  max-width: 410px;
  margin-bottom: 30px;
  color: var(--gm-muted);
  font-size: 17px;
  line-height: 25px;
}

.gm-service-socials strong {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.gm-service-socials > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gm-service-socials a {
  display: inline-flex;
  min-width: 132px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border: 1px solid var(--gm-border);
  border-radius: 8px;
  background: #fff;
  color: var(--gm-text) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.gm-service-form {
  position: relative;
  min-width: 0;
}

.gm-service-form__status {
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
}

.gm-service-form__status[hidden] {
  display: none;
}

.gm-service-form__status.is-success {
  border-color: #b9dec7;
  background: #eff9f2;
  color: #23683b;
}

.gm-service-form__status.is-error {
  border-color: #efc2c2;
  background: #fff1f1;
  color: #982f2f;
}

.gm-service-form__field {
  margin-bottom: 14px;
}

.gm-service-form__field label {
  display: block;
  margin-bottom: 6px;
  color: var(--gm-text);
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

.gm-service-form__field input,
.gm-service-form__field textarea {
  display: block;
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid #cfd5dd;
  border-radius: 8px;
  background: #fff;
  color: var(--gm-text);
  font-family: inherit;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  box-shadow: none;
}

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

.gm-service-form__field input::placeholder,
.gm-service-form__field textarea::placeholder {
  color: #9aa2ad;
  opacity: 1;
}

.gm-service-form__field input.is-invalid,
.gm-service-form__field textarea.is-invalid {
  border-color: #d84646;
}

.gm-service-form__consent {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin: 4px 0 0;
  color: var(--gm-muted);
  font-size: 12px;
  line-height: 17px;
  cursor: pointer;
}

.gm-service-form__consent input {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin: 0;
  accent-color: var(--gm-action);
}

.gm-service-form__consent a,
.gm-service-form__mobile-socials a {
  text-decoration: underline;
}

.gm-service-form__error {
  display: none;
  margin-top: 5px;
  color: #bf3030;
  font-size: 12px;
  line-height: 16px;
}

.gm-service-form__error.is-visible {
  display: block;
}

.gm-service-form__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.gm-service-form .js-recaptcha-item {
  margin: 14px 0;
}

.gm-service-form__submit {
  width: 100%;
  margin-top: 14px;
  border: 0;
}

.gm-service-form__submit:disabled,
.gm-service-form.in-progress .gm-service-form__submit {
  cursor: wait;
  opacity: 0.72;
}

.gm-service-form__caption {
  margin: 9px 0 0;
  color: var(--gm-muted);
  font-size: 12px;
  line-height: 17px;
}

.gm-service-store__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 28px 32px;
  border: 1px solid #ffd8c3;
  border-radius: 8px;
  background: var(--gm-warm);
}

.gm-service-store__panel > div:first-child {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 5px 10px;
  align-items: center;
}

.gm-service-store__panel > div:first-child > span {
  grid-column: 1;
  grid-row: 1 / span 2;
  color: var(--gm-action);
  font-size: 18px;
}

.gm-service-store__panel strong,
.gm-service-store__panel small {
  grid-column: 2;
}

.gm-service-store__panel strong {
  color: var(--gm-text);
  font-size: 19px;
  line-height: 25px;
}

.gm-service-store__panel small {
  width: 100%;
  color: var(--gm-muted);
  font-size: 14px;
  line-height: 20px;
}

.gm-service-store__panel > div:last-child {
  display: flex;
  align-items: center;
  gap: 20px;
}

.gm-service-store__phone {
  color: var(--gm-text) !important;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .gm-service-hero__content {
    width: 61%;
    padding-right: 28px;
    padding-left: 32px;
  }

  .gm-service-hero h1 {
    font-size: 48px;
  }

  .gm-service-benefit {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    padding: 18px 14px;
  }

  .gm-service-icon {
    width: 32px;
    height: 32px;
  }

  .gm-service-banks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gm-service-consultation {
    grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
    gap: 32px;
    padding: 36px;
  }

  .gm-service-store__panel > div:last-child {
    align-items: flex-end;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .gm-service-page {
    padding: 12px 16px 48px;
    font-size: 15px;
  }

  .gm-service-desktop-copy {
    display: none;
  }

  .gm-service-mobile-copy,
  .gm-service-form__mobile-socials {
    display: inline;
  }

  .gm-service-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
    padding: 20px 16px 16px;
    background: var(--gm-surface);
  }

  .gm-service-hero__content {
    display: contents;
  }

  .gm-service-eyebrow {
    order: 1;
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 15px;
  }

  .gm-service-hero h1 {
    order: 2;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 1.04;
  }

  .gm-service-hero__lead {
    order: 3;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 21px;
  }

  .gm-service-actions {
    display: grid;
    order: 4;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .gm-service-button {
    width: 100%;
    min-height: 46px;
    padding: 11px 14px;
    font-size: 14px;
    line-height: 20px;
  }

  .gm-service-hero__image {
    position: static;
    order: 5;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 1;
    margin-top: 12px;
    border-radius: 8px;
    object-fit: cover;
    object-position: right center;
  }

  .gm-service-hero__note,
  .gm-service-hero__footnote {
    order: 6;
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }

  .gm-service-hero__note {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 9px;
    padding: 12px;
  }

  .gm-service-hero__note > span {
    font-size: 15px;
  }

  .gm-service-hero__footnote {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 17px;
  }

  .gm-service-benefits {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 12px;
  }

  .gm-service-benefit {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .gm-service-benefit h2 {
    margin-bottom: 1px;
    font-size: 15px;
    line-height: 20px;
  }

  .gm-service-benefit p {
    font-size: 12px;
    line-height: 17px;
  }

  .gm-service-section {
    margin-top: 42px;
    scroll-margin-top: 82px;
  }

  .gm-service-section__title {
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 1.16;
  }

  .gm-service-steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .gm-service-step {
    min-height: 0;
    padding: 16px;
  }

  .gm-service-step__number {
    width: 28px;
    height: 28px;
    margin-bottom: 14px;
    font-size: 13px;
  }

  .gm-service-step h3,
  .gm-service-options h3,
  .gm-service-cross-sell h3 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 21px;
  }

  .gm-service-step p,
  .gm-service-options p,
  .gm-service-cross-sell p {
    font-size: 13px;
    line-height: 19px;
  }

  .gm-service-banks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .gm-service-banks li {
    min-height: 56px;
    padding: 11px;
    font-size: 12px;
    line-height: 16px;
    overflow-wrap: anywhere;
  }

  .gm-service-options {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .gm-service-options article,
  .gm-service-cross-sell {
    min-height: 0;
    padding: 17px;
  }

  .gm-service-cross-sell {
    margin-top: 10px;
  }

  .gm-service-faq {
    gap: 8px;
  }

  .gm-service-faq__item button {
    min-height: 52px;
    padding: 13px 44px 13px 14px;
    font-size: 14px;
    line-height: 19px;
  }

  .gm-service-faq__item button span {
    right: 14px;
  }

  .gm-service-faq__answer {
    padding: 0 44px 14px 14px;
  }

  .gm-service-faq__answer p {
    font-size: 13px;
    line-height: 19px;
  }

  .gm-service-consultation {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 46px;
    padding: 22px 16px;
    scroll-margin-top: 82px;
  }

  .gm-service-consultation__intro h2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.05;
  }

  .gm-service-consultation__intro > p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .gm-service-socials {
    display: none;
  }

  .gm-service-form__field {
    margin-bottom: 12px;
  }

  .gm-service-form__field input,
  .gm-service-form__field textarea {
    min-height: 48px;
    padding: 12px;
    font-size: 16px;
    line-height: 22px;
  }

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

  .gm-service-form__submit {
    margin-top: 12px;
  }

  .gm-service-form__caption,
  .gm-service-form__mobile-socials {
    font-size: 11px;
    line-height: 16px;
  }

  .gm-service-form__mobile-socials {
    display: block;
    margin: 8px 0 0;
    color: var(--gm-muted);
  }

  .gm-service-store__panel {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 16px;
  }

  .gm-service-store__panel strong {
    font-size: 16px;
    line-height: 22px;
  }

  .gm-service-store__panel small {
    font-size: 12px;
    line-height: 17px;
  }

  .gm-service-store__panel > div:last-child {
    align-items: stretch;
    gap: 12px;
  }

  .gm-service-store__phone {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 359px) {
  .gm-service-page {
    padding-right: 12px;
    padding-left: 12px;
  }

  .gm-service-hero {
    padding-right: 12px;
    padding-left: 12px;
  }

  .gm-service-hero h1 {
    font-size: 32px;
  }

  .gm-service-banks li {
    padding: 9px;
    font-size: 11px;
  }

  .gm-service-consultation {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gm-service-page *,
  .gm-service-page *::before,
  .gm-service-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
