:root {
  --spinner-color: #E94E1B;
  --spinner-size: 40;
  --spinner-position: static;
  --spinner-top: auto;
  --spinner-left: auto;
  --spinner-margin-top: auto;
  --spinner-margin-left: auto;
  --spinner-display: block;
}

@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section--breadcrumbs+.section--pay-interest {
  --section-margin-top: 32px;
}

.section__title {
  --section-title-margin-top: 0;
}

.section--pay-interest .section__title {
  --section-title-margin-bottom: 24px;
}

.section--pay-interest p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.section--pay-interest-image .section__title {
  --section-title-margin-bottom: 24px;
}

.section--pay-interest-image .section__inner {
  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;
}

.section--pay-interest-ways .section__title {
  --section-title-margin-bottom: 24px;
}

.section--pay-interest-steps .steps__item-caption {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.section--pay-interest-steps .steps .btn.btn-as-link {
  margin: 0;
}

.section--faq {
  --section-margin-bottom: 0;
}

.pay-interest__image-wrapper {
  position: relative;
  height: 462px;
}

.pay-interest__image-wrapper .pay-interest__text-box:nth-child(2) {
  width: 170px;
  top: 126px;
  left: -54px;
}

.pay-interest__image-wrapper .pay-interest__text-box:nth-child(3) {
  width: 162px;
  top: 202px;
  right: -54px;
}

.pay-interest__image-wrapper .pay-interest__text-box:nth-child(3) .tooltiple {
  --svg-icon-size: 21;
  --tooltiple-width: 307px;
  --tooltiple-position: static;
  --tooltiple-margin-botom-base: 7px;
  --tooltiple-position-right: 10px;
  --tooltiple-position-bottom: 26px;
}

.pay-interest__image-wrapper .pay-interest__text-box:nth-child(4) {
  width: 162px;
  bottom: 121px;
  right: -54px;
}

.pay-interest__image-wrapper .pay-interest__text-box:nth-child(5) {
  width: 219px;
  bottom: 45px;
  left: -54px;
}

.pay-interest__text-box {
  position: absolute;
  height: 60px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  border: 1px solid #e94e1b;
  border-radius: 8px;
  background-color: #fff1ed;
}

.pay-interest__apps {
  --apps-container-title-margin-bottom: -8px;
  --apps-container-title-font-size: 18px;
  --apps-container-title-line-height: 120%;
  width: 328px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  padding: 20px 16px;
  font-size: 24px;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e94e1b;
  border-radius: 20px;
  background-color: #fff1ed;
}

.pay-interest__apps .apps-container__title {
  text-align: center;
}

.pay-interest__apps .app-popup__link:nth-of-type(2) img {
  width: 2em;
  height: 2em;
}

.pay-interest__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 328px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  -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;
  gap: 16px;
}

.pay-interest__links a:first-child {
  display: none;
  visibility: hidden;
}

:root {
  --spinner-color: #E94E1B;
  --spinner-size: 40;
  --spinner-position: static;
  --spinner-top: auto;
  --spinner-left: auto;
  --spinner-margin-top: auto;
  --spinner-margin-left: auto;
  --spinner-display: block;
}

@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tooltiple {
  --svg-icon-size: 20;
  --tooltiple-bg: #ffffff;
  --tooltiple-color: #0A0909;
  --tooltiple-icon-color: #76777A;
  --tooltiple-font-size: 14px;
  --tooltiple-line-height: 140%;
  --tooltiple-font-weight: 400;
  --tooltiple-font-style: normal;
  --tooltiple-width: 230px;
  --tooltiple-shadow: 0px 0px 30px 0px rgba(127, 126, 148, 0.15);
  --tooltiple-border-radius: 16px;
  --tooltiple-padding: 12px;
  --tooltiple-position: relative;
  --tooltiple-position-top: auto;
  --tooltiple-position-left: auto;
  --tooltiple-position-rigth: auto;
  --tooltiple-position-bottom: 100%;
  --tooltiple-icon-position: relative;
  --tooltiple-margin-botom-base: 10px;
  --tooltiple-arrow-shadow: var(--tooltiple-shadow);
  --tooltiple-arrow-z-index: 901;
  --tooltiple-text-z-index: 900;
  --tooltiple-text-align: left;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  position: var(--tooltiple-position);
}

.tooltiple svg {
  display: block;
  color: var(--tooltiple-icon-color);
}

.tooltiple__text {
  visibility: hidden;
  position: absolute;
  z-index: var(--tooltiple-text-z-index);
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  top: var(--tooltiple-position-top);
  bottom: var(--tooltiple-position-bottom);
  left: var(--tooltiple-position-left);
  right: var(--tooltiple-position-right);
  margin-bottom: var(--tooltiple-margin-botom-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--tooltiple-padding);
  -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;
  gap: 12px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: var(--tooltiple-border-radius);
  background: var(--tooltiple-bg);
  -webkit-box-shadow: var(--tooltiple-shadow);
  box-shadow: var(--tooltiple-shadow);
  color: var(--tooltiple-color);
  font-size: var(--tooltiple-font-size);
  font-style: var(--tooltiple-font-style);
  font-weight: var(--tooltiple-font-weight);
  line-height: var(--tooltiple-line-height);
  text-align: var(--tooltiple-text-align);
  width: var(--tooltiple-width);
}

.tooltiple:hover .tooltiple__text {
  visibility: visible;
  opacity: 1;
}

.tooltiple__icon {
  position: var(--tooltiple-icon-position);
  display: block;
}

.tooltiple--gray {
  --tooltiple-bg: #F9F9F9;
  --tooltiple-color: #76777A;
  --tooltiple-border-radius: 4px;
  --tooltiple-padding: 4px 8px;
  --tooltiple-shadow: 0 4px 7px 0 rgba(41, 41, 41, 0.15);
  --tooltiple-arrow-shadow: none;
}

.tooltiple--contain {
  --tooltiple-position: static;
  --tooltiple-position-left: 0;
  --tooltiple-width: 100%;
}

.tooltiple--contain p:first-child {
  margin-top: 0;
}

.tooltiple--contain p:last-child {
  margin-bottom: 0;
}

.tooltiple--reserve {
  --tooltiple-position-top: 100%;
  --tooltiple-position-bottom: auto;
  --tooltiple-position: static;
  --tooltiple-position-left: 0;
  --tooltiple-width: 328px;
}

.tooltiple--reserve .tooltiple__text {
  margin-top: 16px;
}

:root {
  --spinner-color: #E94E1B;
  --spinner-size: 40;
  --spinner-position: static;
  --spinner-top: auto;
  --spinner-left: auto;
  --spinner-margin-top: auto;
  --spinner-margin-left: auto;
  --spinner-display: block;
}

@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.steps {
  --steps-item-width: 243;
  --steps-item-margin: 32;
  --steps-stroke-width: 183;
  --steps-stroke-color: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  counter-reset: steps-counter;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  margin-top: 24px;
}

.steps__item {
  position: relative;
  counter-increment: steps-counter;
  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;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 132%;
}

.steps__item:before {
  content: counter(steps-counter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  background: #f4f4f4;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 31px;
  font-weight: 400;
  line-height: 132%;
  margin-bottom: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.steps:not(.steps--vert) .steps__item {
  margin-top: 32px;
}

.steps:not(.steps--vert) .steps__item:first-child {
  margin-top: 0;
}

.steps:not(.steps--vert) .steps__item:after {
  position: absolute;
  top: 20px;
  right: calc(100% - var(--steps-stroke-width)/var(--steps-item-width)*100%/2 + var(--steps-item-margin)/2*1px);
  width: calc(var(--steps-stroke-width)/var(--steps-item-width)*100%);
  height: 1px;
  background: var(--steps-stroke-color);
}

.steps--vert {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.steps--vert .steps__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4px;
}

.steps--vert .steps__item:before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.steps--jrs {
  gap: 8px;
}

.steps--jrs .steps__item {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  gap: 4px;
}

.steps--jrs .steps__item:before {
  margin: 5px;
  width: 30px;
  height: 30px;
  background: #b08e72;
  color: #fff;
  font-size: 14px;
}

.steps--jrs .steps__item div {
  -ms-flex-item-align: center;
  align-self: center;
}

.steps--jrs strong {
  font-weight: 400;
}

.steps--loan {
  --steps-stroke-width: 150;
  --steps-item-width: 297;
  --steps-item-margin: 16;
  --steps-stroke-color: #C4C4C4;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 16px;
}

.steps--loan:not(.steps--vert) .steps__item {
  margin-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  gap: 8px;
}

.steps--loan:not(.steps--vert) .steps__item:before {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  color: #e94e1b;
}

.steps--loan a {
  margin-top: 4px;
}

.steps--loan-3 {
  --steps-stroke-width: 100;
}

:root {
  --spinner-color: #E94E1B;
  --spinner-size: 40;
  --spinner-position: static;
  --spinner-top: auto;
  --spinner-left: auto;
  --spinner-margin-top: auto;
  --spinner-margin-left: auto;
  --spinner-display: block;
}

@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.notice-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 12px;
  gap: 16px;
  background-color: #f9f9f9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
}

.notice-block__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.notice-block__content {
  font-size: 14px;
  line-height: 140%;
}

.notice-block__content p {
  margin: 0;
}

.notice-block__content p+p {
  margin-top: 16px;
}

.notice-block__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.notice-block__content ul:first-child {
  margin-top: 0;
}

.notice-block__content ul:last-child {
  margin-bottom: 0;
}

.notice-block__content ul li {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.notice-block--warning {
  background-color: #fff1ed;
}

.notice-block--warning .notice-block__icon {
  width: 24px;
  height: 24px;
}

.notice-block__title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}

.notice-block__additional {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

:root {
  --spinner-color: #E94E1B;
  --spinner-size: 40;
  --spinner-position: static;
  --spinner-top: auto;
  --spinner-left: auto;
  --spinner-margin-top: auto;
  --spinner-margin-left: auto;
  --spinner-display: block;
}

@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section--cta-buttons {
  padding-top: 32px;
  padding-bottom: 32px;
}

.cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.cta-buttons .btn {
  --btn-font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 360px;
  flex: 1 1 360px;
}

.cta-buttons .btn [class^=svg-icon-] {
  --svg-icon-size: 32;
}

:root {
  --spinner-color: #E94E1B;
  --spinner-size: 40;
  --spinner-position: static;
  --spinner-top: auto;
  --spinner-left: auto;
  --spinner-margin-top: auto;
  --spinner-margin-left: auto;
  --spinner-display: block;
}

@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.advantages-list__list {
  display: grid;
  margin-top: 24px;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 16px;
  gap: 20px 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-font-feature-settings: "clig" off,"liga" off;
  font-feature-settings: "clig" off,"liga" off;
}

.advantages-list__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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 6px;
}

.advantages-list__icon {
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  aspect-ratio: 1/1;
}

.advantages-list__title {
  color: #0a0909;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.advantages-list__description {
  display: none;
}

.advantages-list--workshop {
  padding-bottom: 28px;
}

.advantages-list--workshop .advantages-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-top: 16px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0;
}

.advantages-list--workshop .advantages-list__item {
  width: 100%;
  max-width: 355px;
  padding: 30px 20px;
  gap: 10px;
  border-radius: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 40px 0 rgba(142,142,164,.1);
  box-shadow: 0 20px 40px 0 rgba(142,142,164,.1);
}

.advantages-list--workshop .advantages-list__icon {
  margin-bottom: 0;
}

.advantages-list--workshop .advantages-list__inner {
  overflow: visible;
}

.advantages-list--workshop .splide__pagination {
  bottom: 0;
}

.advantages-list--jrs .advantages-list__list {
  margin: 0;
  padding: 0;
  grid-template-columns: 1fr;
  gap: 4px;
}

.advantages-list--jrs .advantages-list__item {
  max-width: 100%;
  gap: 4px;
}

.advantages-list--jrs .advantages-list__description {
  display: block;
  font-size: 14px;
  line-height: 150%;
}

.advantages-list--loan .advantages-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.advantages-list--loan .advantages-list__item {
  gap: 4px;
}

.advantages-list--loan .advantages-list__title {
  font-size: 18px;
  line-height: 120%;
}

.advantages-list--loan .advantages-list__description {
  display: inherit;
  margin-top: 8px;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
}

:root {
  --spinner-color: #E94E1B;
  --spinner-size: 40;
  --spinner-position: static;
  --spinner-top: auto;
  --spinner-left: auto;
  --spinner-margin-top: auto;
  --spinner-margin-left: auto;
  --spinner-display: block;
}

@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section.section--faq-view-more {
  max-width: none;
}

.section.section--faq-view-more [data-faq-view-more] {
  margin-left: auto;
  margin-right: auto;
  display: none;
  margin-top: 16px;
}

.section.section--faq-collapsed .accordion__item:nth-child(n+4) {
  display: none;
}

.section.section--faq-collapsed [data-faq-view-more] {
  display: block;
}

@media (min-width: 1040px) {
  .section--breadcrumbs+.section--pay-interest {
    --section-margin-top: 80px;
  }

  .section--pay-interest .section__title {
    --section-title-margin-bottom: 40px;
  }

  .section--pay-interest p {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
  }

  .section--pay-interest-image .section__title {
    --section-title-margin-bottom: 44px;
  }

  .section--pay-interest-ways .section__title {
    --section-title-margin-bottom: 40px;
  }

  .section--pay-interest-steps .steps__item-caption {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
  }

  .pay-interest__image-wrapper .pay-interest__text-box:nth-child(2) {
    width: 297px;
    top: 97px;
    left: 16px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .pay-interest__image-wrapper .pay-interest__text-box:nth-child(3) {
    width: 297px;
    top: 97px;
    right: 16px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  .pay-interest__image-wrapper .pay-interest__text-box:nth-child(3) .tooltiple {
    --svg-icon-size: 30;
    --tooltiple-position-right: auto;
    --tooltiple-position-left: 10px;
    --tooltiple-position-bottom: 46px;
  }

  .pay-interest__image-wrapper .pay-interest__text-box:nth-child(4) {
    width: 297px;
    bottom: 96px;
    left: 16px;
    right: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .pay-interest__image-wrapper .pay-interest__text-box:nth-child(5) {
    width: 387px;
    bottom: 96px;
    left: auto;
    right: 16px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  .pay-interest__text-box {
    padding: 16px 16px 20px 16px;
    height: 94px;
    font-size: 24px;
    line-height: 120%;
    border-radius: 16px;
  }

  .pay-interest__apps {
    display: none;
    visibility: hidden;
  }

  .pay-interest__links {
    width: 100%;
    font-size: 16px;
    line-height: 140%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
  }

  .pay-interest__links a:first-child {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: visible;
  }

  .tooltiple {
    --tooltiple-font-size: 14px;
    --tooltiple-line-height: 140%;
  }

  .tooltiple--reserve {
    --tooltiple-width: 400px;
  }

  .steps:not(.steps--vert) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .steps:not(.steps--vert) .steps__item {
    margin-top: 0;
    width: calc(var(--steps-item-width)*1px);
    margin-left: calc(var(--steps-item-margin)*1px);
  }

  .steps:not(.steps--vert) .steps__item {
    font-size: 20px;
  }

  .steps:not(.steps--vert) .steps__item:first-child {
    margin-left: 0;
  }

  .steps:not(.steps--vert) .steps__item:first-child:after {
    content: none;
  }

  .steps:not(.steps--vert) .steps__item:after {
    content: "";
  }

  .steps--jrs .steps__item {
    font-size: 18px;
    line-height: 150%;
  }

  .steps--loan {
    row-gap: 40px;
  }

  .steps--loan:not(.steps--vert) .steps__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    font-size: 16px;
  }

  .steps--loan:not(.steps--vert) .steps__item:before {
    width: 50px;
    height: 50px;
    font-size: 32px;
    line-height: 120%;
  }

  .steps--loan a {
    margin-top: 10px;
  }

  .steps--loan-3 {
    margin: 0 auto;
    max-width: 930px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .steps--loan-3 .steps__item:nth-child(3n+1) {
    margin-left: 0;
  }

  .steps--loan-3 .steps__item:nth-child(3n+1)::after {
    display: none;
  }

  .steps--loan-4:not(.steps--vert) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .steps--loan-4:not(.steps--vert) .steps__item {
    width: calc((100% - 48px)/4);
  }

  .steps--loan-4:not(.steps--vert) .steps__item:nth-child(4n+1) {
    margin-left: 0;
  }

  .steps--loan-4:not(.steps--vert) .steps__item:nth-child(4n+1)::after {
    display: none;
  }

  .notice-block {
    padding: 40px;
    border-radius: 16px;
  }

  .notice-block__content {
    font-size: 16px;
  }

  .notice-block__title {
    font-size: 20px;
    line-height: 120%;
  }

  .notice-block__additional {
    font-size: 14px;
    line-height: 140%;
  }

  .notice-block ol {
    padding-left: 26px;
  }

  .section--cta-buttons {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-buttons {
    gap: 24px;
  }

  .cta-buttons .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 352px;
    flex: 0 0 352px;
  }

  .advantages-list__list {
    margin-top: 32px;
    padding: 0;
    max-width: 100%;
    grid-template-columns: auto 1fr auto;
    justify-items: center;
    gap: 35px 28px;
  }

  .advantages-list__item {
    max-width: 343px;
    gap: 20px;
  }

  .advantages-list__icon {
    width: 60px;
  }

  .advantages-list__icon {
    width: 75px;
  }

  .advantages-list__title {
    font-size: 24px;
    line-height: 120%;
  }

  .advantages-list__description {
    margin-top: -18px;
    color: #0a0909;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    display: inherit;
  }

  .advantages-list--workshop {
    padding-bottom: 0;
  }

  .advantages-list--workshop .advantages-list__list {
    max-width: 100%;
    display: grid;
    grid-gap: 35px 28px;
    gap: 35px 28px;
    justify-items: center;
  }

  .advantages-list--workshop .advantages-list__item {
    max-width: 343px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    gap: 20px;
  }

  .advantages-list--jrs .advantages-list__list {
    padding: 20px 12px;
    grid-template-columns: repeat(4, 1fr);
  }

  .advantages-list--jrs .advantages-list__icon {
    width: 70px;
  }

  .advantages-list--jrs .advantages-list__description {
    margin-top: 0;
    font-size: 20px;
  }

  .advantages-list--loan .advantages-list__list {
    display: grid;
    grid-gap: 35px 28px;
    gap: 35px 28px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .advantages-list--loan .advantages-list__item {
    max-width: 400px;
    gap: 20px;
  }

  .advantages-list--loan .advantages-list__title {
    font-size: 24px;
  }

  .advantages-list--loan .advantages-list__description {
    margin-top: -18px;
  }

  .advantages-list--loan-3 .advantages-list__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .section.section--faq-view-more [data-faq-view-more] {
    margin-top: 40px;
  }

  .section.section--faq-view-more .accordion__header {
    font-size: 24px;
    line-height: 120%;
  }
}