:root {
  --accent: #ff5a01;
  --accent-2: #005BFA;
  --accent-2-50: #ccdefe;
  --black: #000000;
  --text: #5b6478;
  --gray: #e7e6e9;
  --white: white;
  --orange-red: #dd4c1e;
  --button: var(--accent);
  --green: var(--accent);
  --black-12: rgba(54, 45, 75, .12);
  --element-50: rgba(91, 100, 120, .5);
  --bg: #ffffff;
  --white-72: rgba(255, 255, 255, .72);
  --green-50: rgba(255, 90, 1, .25);
  --orange-50: #ffd6c0;
  --element-72: rgba(91, 100, 120, .72);
  --element-80: rgba(91, 100, 120, .8);
  --element-12: rgba(91, 100, 120, .12);
  --relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>: #201e1e;
  --relume-library-lite-rl-white\<deleted\|variable-41e69d91\>: white;
  --memberstack-library--ms-border-color: rgba(18, 19, 49, .25);
  --memberstack-library--ms-main-cta-hover: #1051b9;
  --memberstack-library--ms-input-placeholder: rgba(18, 19, 49, .6);
  --memberstack-library--ms-shadow-color: rgba(0, 0, 0, .1);
  --memberstack-library--ms-main-cta-color: #2962ff;
  --memberstack-library--ms-main-text-color: #121331;
  --black-50: rgba(54, 45, 75, .5);

  --footer-color: #F3F3F3;
}

.accent-color {
  color: var(--accent) !important;
}

@media screen and (max-width: 990px) {
  .max-1100 {
    display: none !important;
  }
}

#w-node-df11f607-f470-9d9d-9899-a77ebcac00cb-4d6cd2e0 h5 {
  font-weight: 600;
}

.money-width {
  height: 90%;
}

.money-width-small {
  max-height: 60%;
  max-width: 40%;
}

@media screen and (min-width: 990px) {
  .money-width {
    height: auto;
    width: 80%;
  }
}

@media screen and (max-width: 770px) {
  .install-image {
    display: none;
  }
}

@media screen and (min-width: 770px) {
  .hidden-install {
    display: none !important;
  }
}


@media screen and (max-width: 770px) {
  .iphone {
    transform: translate(0px, 80px) !important;
  }
}

/* для шапки */
.navbar-menu-button {
  padding: 0;
}

.mine-menu {
  padding-left: 12px;
  padding-right: 12px;
}

.menu-icon2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: white;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 24px;
  display: flex;
}

.menu-icon2-line-top {
  color: white;
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.menu-icon2-line-middle {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.menu-icon-line-middle-inner {
  width: 4px;
  height: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.menu-icon2-line-bottom {
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar-link {
  flex: 0 auto !important;
  padding: 20px 32px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}

.navbar-menu {
  z-index: 200;
  background-color: var(--bg);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
}

.paliteco {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 32px;
}

.navbar-link:hover {
  background-color: var(--green-50);
}

.link-heder {
  color: var(--element-72);
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
}

.link-heder:hover {
  color: var(--button);
}

.navbar-menu-button.w--open {
  background-color: var(--white);
}

.navbar-link {
  flex: 0 auto;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 500;
}

.navbar-link:hover {
  background-color: var(--green-50);
}

.navbar-menu {
  z-index: 200;
  background-color: var(--bg);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
}

.navbar-menu.profil {
  display: none;
}

.navbar-container {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
/* для шапки - конец */

.grid-1-colum {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr !important;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 32px;
}

.noUi-handle {
  border-radius: 50% !important;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--black);
  letter-spacing: -.035em;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.045em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 100%;
}

.section {
  position: relative;
  overflow: visible;
}

.section.color {
  position: relative;
}

.section.last {
  margin-top: 32px;
  padding-bottom: 128px;
}

.color-footer {
  background-color: var(--footer-color) !important;
}

.container {
  max-width: 1120px;
  margin-bottom: 0;
  padding: 64px 32px;
  position: relative;
}

.container.one {
  padding-top: 32px;
}

.container.last {
  border-bottom-style: none;
}

.container.last.form {
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.container.last.form.one {
  height: auto;
  padding-top: 98px;
}

.container.last.form.two {
  flex-flow: column;
  height: auto;
}

.container.last.form.three {
  height: auto;
}

.container.last.form.map {
  max-width: 100%;
  height: auto;
}

.container.map {
  border-bottom-style: none;
}

.range-slaider {
  z-index: 0;
  background-color: var(--gray);
  border-radius: 50px;
  width: 100%;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  display: block;
}

.button-primary {
  color: var(--white);
  letter-spacing: .006em;
  text-transform: none;
  background-color: rgba(0, 194, 149, 0);
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
}

.button-primary:active {
  background-color: #43464d;
}

.grid-2-colum {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 32px;
}

.grid-colum {
  border-radius: 32px;
  position: relative;
}

.grid-colum.left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-colum.right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.grid-colum.top {
  margin-top: 32px;
}

.heading {
  color: var(--black);
  align-self: stretch;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

.heading.h2 {
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 110%;
}

.timer-title {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--black);
  color: var(--text);
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.time-text {
  color: var(--white);
  text-align: center;
  letter-spacing: .002em;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.timer-icon {
  filter: invert();
}

.calculators {
  z-index: 1;
  background-color: var(--orange-50);
  mix-blend-mode: normal;
  border-radius: 0;
  align-self: flex-end;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.calculators.faq {
  flex-flow: column;
  align-self: stretch;
  width: auto;
  display: flex;
}

.sum-text {
  color: var(--black);
  text-align: left;
  letter-spacing: .006em;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.calculate-block {
  border-radius: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  padding: 20px;
  margin: 25px;
  background-color: white;
  display: flex;
}

.calculate-namber-box {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.calculate-namber-box.result {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  flex: 1;
  position: static;
}

.text-mini {
  color: var(--text);
  letter-spacing: .002em;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.text-mini-3 {
  color: var(--black);
  letter-spacing: .002em;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 550;
  line-height: 110%;
}

.text-mini.sum {
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.text-mini.sum.red {
  color: var(--orange-red);
  font-size: 14px;
  text-decoration: line-through;
}

.text-mini.sum.green {
  color: var(--black);
  line-height: 131%;
}

.text-mini.sum.black {
  color: var(--black);
}

.text-mini.white {
  color: var(--black);
  font-weight: 600;
  line-height: 24px;
}

.text-mini.white.time {
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
}

.text-mini.black {
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
  line-height: 131%;
}

.text-mini.semibold {
  font-weight: 600;
}

.sum-result {
  color: var(--black);
  text-align: right;
  letter-spacing: -.035em;
  text-transform: none;
  white-space: normal;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.sum-result.right {
  align-self: stretch;
}

.alculator-results-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.alculator-results-block.between {
  justify-content: space-between;
}

.result-sum {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-bust {
  background-color: var(--button);
  background-image: linear-gradient(180deg, var(--green), var(--button));
  color: var(--white);
  text-align: center;
  letter-spacing: .002em;
  border-radius: 0;
  flex: 1;
  padding: 16px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  transition: all .2s;
}

.button-bust:hover {
  background-image: linear-gradient(180deg, var(--green), var(--button));
  color: var(--white);
  transform: scale(1.03);
}

.button-bust.disable.w--current {
  background-color: var(--black-12);
  pointer-events: none;
  color: var(--element-50);
  background-image: none;
}

.button-bust.white {
  background-color: var(--white);
  color: var(--button);
  background-image: none;
  align-self: stretch;
  font-weight: 500;
}

.button-bust.faq {
  border: 1px solid var(--button);
  background-color: var(--bg);
  color: var(--button);
  background-image: none;
  margin-bottom: 20px;
  font-weight: 500;
}

.button-bust.low {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
}

.item {
  z-index: 2;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

.item._2 {
  grid-row-gap: 38px !important;
}

.item.padding-right {
  grid-row-gap: 32px;
  padding-right: 20px;
}

.step-text {
  background-image: linear-gradient(180deg, var(--green), var(--button));
  color: var(--white);
  letter-spacing: .002em;
  text-transform: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 131%;
  display: flex;
}

.title-top {
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1242px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2 {
  color: var(--black);
  letter-spacing: -.037em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 46px;
  line-height: 58px;
}

.text-classic {
  color: var(--black);
  text-align: left;
  letter-spacing: .012em;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 131%;
}

.text-classic.bold {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
}

.text-classic.semibold {
  letter-spacing: -.035em;
  font-weight: 600;
}

.text-classic.gray {
  color: var(--text);
  letter-spacing: -.035em;
}

.text-classic.widht {
  width: 95%;
}

.text-classic.white {
  color: black;
}

.text-classic.white.mini {
  color: black;
  font-size: 14px;
}

.text-classic.top {
  margin-top: 2px;
  font-weight: 400;
}

.text-classic.top.bold {
  font-size: 16px;
  font-weight: 700;
}

.text-classic._2 {
  display: block;
}

.body {
  background-color: var(--bg);
  letter-spacing: 0;
  object-fit: fill;
  font-family: Inter, sans-serif;
  line-height: 100%;
}

.text-standart {
  color: var(--black);
  text-align: left;
  letter-spacing: .002em;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-cont {
  color: var(--text);
  text-align: left;
  letter-spacing: .006em;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.text-cont.faq {
  margin-bottom: 0;
}

.faq-block {
  z-index: 1;
  position: relative;
}

.fs_accordion-2_body {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 24px 20px;
}

.fs_accordion-2_body.faq {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.fs_accordion-2_content {
  transition: max-height .2s;
  overflow: hidden;
}

.fs_accordion-2_icon {
  color: var(--button);
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fs_accordion-2_arrow-wrapper {
  flex: none;
  align-self: center;
  width: 24px;
  height: 2px;
  transition: all .25s linear;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 20px;
  overflow: hidden;
}

.fs_accordion-2_arrow-wrapper.is-active-accordion {
  transform-style: preserve-3d;
  background-color: rgba(239, 241, 244, 0);
  height: 24px;
  position: absolute;
  top: 16px;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(180deg);
}

.fs_accordion-2_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  display: flex;
  position: relative;
}

.fs_accordion-2_header:focus-visible {
  outline-color: var(--bg);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_header[data-wf-focus-visible] {
  outline-color: var(--bg);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_item {
  border-bottom: 1px solid var(--black);
  overflow: hidden;
}

.fs_accordion-2_item.one-last {
  border-top: 1px solid var(--black);
}

.fs_accordion-2_embed {
  margin-bottom: 0;
  display: none;
}

.fs_accordion-2_component {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-block {
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.plane-text {
  color: black;
  letter-spacing: .002em;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.zaimbot {
  z-index: 0;
  position: absolute;
  top: 100px;
  bottom: auto;
  left: auto;
  right: 375px;
}

.ruk {
  z-index: 2;
  width: 30px;
  position: absolute;
  top: 44%;
  bottom: auto;
  left: auto;
  right: 405px;
}

.menu-icon2-line-bottom {
  background-color: white;
  width: 24px;
  height: 2px;
}

.menu-icon-line-middle-inner {
  width: 4px;
  height: 0;
}

.menu-icon2-line-middle, .menu-icon2-line-top {
  background-color: white;
  width: 24px;
  height: 2px;
}

.menu-icon2 {
  grid-column-gap: 4px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: stretch;
  font-size: 16px;
  display: flex;
}

.w-nav-button.w-nav-button-always {
  display: block;
}

.navbar-menu-button.w--open {
  color: var(--black);
  background-color: rgba(200, 200, 200, 0);
}

.navbar-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-link {
  color: var(--black);
  letter-spacing: -.02em;
  text-transform: none;
  flex: none;
  align-self: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.navbar-link.w--current {
  color: #000;
}

.navbar-menu {
  justify-content: center;
  align-items: center;
  display: none;
}

.navbar-menu.profil {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.navbar-logo-link {
  padding-left: 0;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  height: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  gap: 10px;
}

.navbar-container.profil {
  grid-template-columns: 1fr 1.25fr 1.25fr 1fr 1fr 1fr;
}

.navbar-component {
  background-color: var(--bg);
  align-items: center;
  display: flex;
}

.flex-calculate {
  flex-flow: column;
  display: flex;
}

.flex-calculate.faq {
  flex-flow: row;
}

.wrapper-block {
  width: 100%;
  position: relative;
}

.flex-form {
  grid-column-gap: 0px;
  grid-row-gap: 14px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.link-form {
  border-bottom: 1px solid var(--button);
  color: var(--button);
  text-decoration: none;
  transition: color .2s;
}

.link-form:hover {
  color: var(--green);
}

.form {
  font-family: Inter, sans-serif;
}

.timelabel {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  letter-spacing: .002em;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}

.price {
  color: var(--black);
}

.tittle {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
}

.text-icon-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.icon {
  width: 24px;
}

.icon.center {
  align-self: center;
}

.flex-good {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
}

.heading-title {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.button-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--black);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px 12px 12px;
  text-decoration: none;
  display: flex;
}

.timer-flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
}

.flex-item-best {
  justify-content: flex-start;
  align-items: flex-end;
  padding: 32px;
}

.result-box {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 32px;
  padding-right: 32px;
}

.link {
  color: #fff;
  font-weight: 400;
}

.link:hover {
  color: #d7d8db;
  text-decoration: underline;
}

.text-middle-nav {
  color: var(--black);
  text-align: center;
  letter-spacing: -.043em;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.mine-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
}

.button-text-menu {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.calculators-2 {
  z-index: 1;
  mix-blend-mode: normal;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 18px;
  flex: 0 auto;
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
}

.sum-top {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.sum-top.right {
  align-items: end;
}

.buttom-bust-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #ff8552;
  border-radius: 24px;
  width: 100%;
  padding-top: 26px;
  padding-bottom: 26px;
  font-size: 22.5px;
  font-weight: 700;
  line-height: 100%;
  transition: all .2s;
}

.buttom-bust-2:hover {
  background-color: #df7447;
  border-bottom: 0 #fff;
}

.alculator-results-block.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.grd {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  transform: translate(0);
}

.item-row {
  align-self: stretch;
}

.item-row.number {
  justify-content: flex-start;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.item-info {
  flex: 1;
}

.item-info.row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.logo-2 {
  width: 84px;
}

.logo-1 {
  width: 74px;
}

.logo-3 {
  width: 58px;
}

.paliteco.profil {
  display: none;
}

.link-form-login {
  border-bottom: 1px solid var(--green);
  color: var(--button);
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, border-color .2s;
}

.link-form-login:hover {
  border-bottom-color: var(--green);
  color: var(--green);
}

.input-phone {
  border: 1px solid var(--element-50);
  background-color: var(--white);
  border-radius: 12px;
  min-height: 56px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  transition: color .2s, border-color .2s;
  position: relative;
}

.input-phone:hover {
  z-index: 2;
  border-color: var(--button);
  color: var(--text);
}

.input-phone:focus {
  border-width: 2px;
  border-color: var(--button);
}

.input-phone::placeholder {
  color: var(--text);
}

.input-label {
  color: var(--element-80);
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}

.heading-form {
  font-size: 29px;
  font-weight: 500;
}

.heading-form._2 {
  display: none;
}

.heading-form.middle {
  text-align: center;
}

.heading-form.white {
  color: var(--white);
}

.form-input-login {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  min-width: 400px;
  max-width: 428px;
  padding: 32px;
  display: flex;
}

.from-login {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.input-box {
  flex: 1;
  align-self: stretch;
}

.input-box.check {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.input-box._50 {
  flex: 0 auto;
  width: calc(50% - 16px);
}

.input-box.faq {
  padding: 48px 32px 32px;
}

.input-box.row {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.pulse {
  z-index: 0;
  background-color: var(--green-50);
  border-radius: 50px;
  width: 80%;
  height: 80%;
  position: absolute;
}

.wrap-steps {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -64px;
  bottom: auto;
  left: 32px;
  right: 32px;
}

.wrap-steps.calcul {
  position: relative;
}

.number-txt {
  z-index: 1;
  position: relative;
}

.step-number {
  background-color: var(--element-12);
  color: var(--element-72);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.step-number.active {
  background-color: var(--button);
  color: var(--white);
  position: relative;
}

.step-number.like {
  background-color: var(--green-50);
  background-image: url('../images/Icon.svg');
  background-position: 50%;
  background-size: auto;
  font-size: 0;
}

.form-input-regidet {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--footer-color);
  flex-flow: column;
  width: 100%;
  padding: 32px;
  display: flex;
  position: relative;
}

.form-input-regidet.reiting {
  background-color: var(--button);
}

.form-regidet {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.step {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tittle-form {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tittle-form.phone-sms, .tittle-form.middle {
  flex-flow: column;
}

.tittle-form.profil {
  justify-content: space-between;
}

.tittle-form.calcul {
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.text-classic-link {
  font-size: 16px;
}

.text-classic-link.link {
  color: var(--button);
  font-size: 14px;
}

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

.input-form {
  border: 1px solid var(--element-50);
  background-color: var(--white);
  color: var(--black);
  border-radius: 12px;
  min-height: 56px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  transition: border-color .2s, color .2s;
  position: relative;
}

.input-form:hover {
  border-color: var(--button);
}

.input-form:focus {
  border-width: 2px;
  border-color: var(--button);
}

.input-form::placeholder {
  color: var(--text);
}

.input-form.dop {
  background-color: var(--element-12);
  border-style: none;
}

.input-form.dop::placeholder {
  color: var(--element-50);
}

.ms-checkbox-2 {
  border-width: 2px;
  border-color: var(--button);
  background-color: #fff;
  border-radius: 4px;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 10px;
  transition: background-color .2s, border-color .2s;
}

.ms-checkbox-2:hover {
  border-color: var(--green);
  background-color: var(--button);
  background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9));
}

.ms-checkbox-2.w--redirected-checked {
  border-color: var(--button);
  background-color: var(--button);
  background-image: url('../images/smallcheck.svg');
  background-size: 70%;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-left: 0;
}

.checkbox-wrap-next {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 22px;
  display: flex;
}

.flex-input {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
}

.flex-input.loan {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
}

.line-progress {
  background-color: var(--button);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100px;
  height: 4px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 32px;
  right: auto;
}

.line-progress.step-phone {
  width: 180px;
}

.line-progress.step-2 {
  width: 280px;
}

.line-progress.step-3 {
  width: 480px;
}

.line-progress.step-4 {
  width: 92%;
}

.bold-phone {
  font-weight: 600;
}

.time-inpur-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 20px;
}

.bold-time-sms {
  font-weight: 700;
}

.arrow-left {
  background-color: var(--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 14px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-block-7 {
  z-index: 1;
  position: relative;
}

.radio-button {
  border-color: var(--element-50);
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--button);
}

.radio-button-field {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  display: flex;
}

.text-block-8 {
  z-index: 1;
  position: relative;
}

.form-progress-bar {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation {
  width: 250px;
}

.lotti-number {
  margin-top: 32px;
  margin-bottom: 20px;
  position: relative;
  transform: translate(0);
}

.progress-bar {
  justify-content: center;
  align-items: center;
  font-size: 46px;
  font-weight: 600;
  line-height: 131%;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.text-block-9 {
  z-index: 1;
  position: relative;
}

.hide-result {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-right: 4px;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.icon-small.wallet {
  padding: 4px;
}

.icon-small.profile {
  padding: 2px;
}

.dashboard-link {
  opacity: .7;
  color: var(--black);
  text-align: left;
  border-right: 3px solid rgba(255, 255, 255, 0);
  justify-content: flex-start;
  align-items: center;
  width: auto;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.dashboard-link:hover {
  opacity: 1;
}

.dashboard-link.w--current {
  opacity: 1;
  border-radius: 10px;
  font-weight: 600;
}

.dashboard-link.exit.w--current {
  background-color: var(--bg);
  opacity: .7;
  font-weight: 400;
}

.dashboard-link.exit.w--current:hover {
  color: var(--black);
}

.icon-edit {
  width: 18px;
}

.item-edit {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.reitig-hide {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--orange-50);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.text-ball {
  font-size: 14px;
  line-height: 1;
}

.text-ball.bold {
  font-size: 28px;
  font-weight: 700;
}

.text-span {
  font-weight: 700;
}

.calkulate-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-self: stretch;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.grafic {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  border-radius: 20px;
  padding: 32px;
}

.item-name {
  color: var(--text);
  flex: 1;
  font-size: 16px;
}

.item-name.one {
  flex: 0 auto;
  width: 80px;
}

.item-col {
  align-self: stretch;
}

.item-number {
  flex: 1;
}

.item-number.one {
  flex: 0 auto;
  width: 80px;
}

.item-number.two {
  color: var(--text);
}

.number-one {
  background-color: var(--element-12);
  color: var(--text);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.item-loan-contein {
  align-self: stretch;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.item-loan-col {
  background-color: var(--white);
  border-radius: 20px;
  padding: 32px;
}

.item-loan-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid var(--black);
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.item-loan-row.one {
  border-top-style: none;
  margin-top: 14px;
}

.item-loan {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  flex: 1;
}

.item-loan.row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
}

.item-loan.last {
  flex: 0 auto;
}

.status {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 1;
}

.text-status {
  color: var(--element-80);
  font-size: 14px;
}

.text-status.black {
  color: var(--black);
  font-weight: 600;
}

.text-status.green {
  color: var(--button);
  font-weight: 600;
}

.item-map-contein {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.code-embed {
  width: 100%;
}

.rl-text-style-regular {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq6_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.rl_faq6_icon {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_faq6_icon-wrapper {
  align-self: flex-start;
}

.rl_faq6_question-text {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.rl_faq6_accordion {
  border: 1px solid var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl_faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.rl-button {
  border: 1px solid var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  background-color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  color: var(--relume-library-lite-rl-white\<deleted\|variable-41e69d91\>);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl-button.is-secondary {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  background-color: rgba(0, 0, 0, 0);
}

.rl_faq6_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq6_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_faq6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_faq6 {
  background-color: var(--relume-library-lite-rl-white\<deleted\|variable-41e69d91\>);
}

.text-cont-2 {
  color: #5b6478;
  text-align: left;
  letter-spacing: .006em;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.text-cont-2.faq {
  margin-bottom: 0;
}

.text-classic-2 {
  color: #362d4b;
  text-align: left;
  letter-spacing: .012em;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 131%;
}

.text-classic-2.semibold {
  letter-spacing: -.035em;
  font-weight: 600;
}

.text-standart-2 {
  color: #362d4b;
  text-align: left;
  letter-spacing: .002em;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-mini-2 {
  color: #5b6478;
  letter-spacing: .002em;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.text-mini-2.semibold {
  font-weight: 600;
}

.fs_accordion-2_icon-2 {
  color: #5f9e32;
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fs_accordion-2_header-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  display: flex;
  position: relative;
}

.fs_accordion-2_header-2:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #eff1f4;
}

.fs_accordion-2_header-2[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #eff1f4;
}

.fs_accordion-2_item-2 {
  border-bottom: 1px solid #362d4b;
  overflow: hidden;
}

.fs_accordion-2_item-2.one-last {
  border-top: 1px solid #362d4b;
}

@media screen and (max-width: 991px) {
  .section.color {
    background-image: none;
  }

  .container {
    z-index: 21;
    margin-bottom: 0;
  }

  .container.last.form.two {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-primary {
    display: none;
  }

  .grid-2-colum {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .grid-colum.right {
    width: 100%;
  }

  .heading {
    align-self: flex-start;
    margin-bottom: 18px;
    font-size: 48px;
  }

  .timer-title {
    align-self: flex-start;
    width: 100%;
    margin-right: 0;
  }

  .time-text {
    font-size: 15px;
  }

  .calculators {
    width: 100%;
  }

  .calculate-block {
    flex: 1;
    margin-bottom: 0;
    padding-top: 0;
  }

  .calculate-block.right {
    padding-top: 20px;
  }

  .calculate-block.one {
    padding-top: 32px;
  }

  .faq-block {
    width: 100%;
  }

  .footer-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .zaimbot {
    top: -46%;
    bottom: auto;
    left: auto;
    right: 0%;
    transform: rotate(16deg);
  }

  .ruk {
    top: -5%;
    bottom: auto;
    left: auto;
    right: 25px;
    transform: rotate(89deg);
  }

  .flex-calculate {
    grid-column-gap: 24px;
    justify-content: flex-start;
    display: flex;
  }

  .flex-calculate.faq {
    flex-flow: column;
  }

  .tittle {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .flex-good {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .button-flex {
    padding-right: 12px;
  }

  .text-middle-nav {
    text-align: left;
    width: 16%;
  }

  .button-text-menu {
    display: none;
  }

  .calculators-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .buttom-bust-2 {
    margin-top: 0;
  }

  .grd {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .item-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .item-info.row {
    flex-flow: wrap;
  }

  .input-box.faq {
    padding-top: 0;
    padding-bottom: 0;
  }

  .line-progress.step-3 {
    width: 50%;
  }

  .line-progress.step-4 {
    width: 90%;
  }

  .dashboard-link {
    padding: 18px 32px;
  }

  .dashboard-link:hover {
    background-color: var(--green-50);
  }

  .dashboard-link:visited {
    background-color: var(--green-50);
    opacity: 1;
  }

  .dashboard-link.w--current {
    background-color: var(--green-50);
    border-radius: 0;
  }

  .dashboard-link.exit {
    padding: 0;
  }

  .dashboard-link.exit:hover {
    background-color: var(--bg);
  }

  .item-loan-contein {
    padding-left: 0;
    padding-right: 0;
  }

  .item-loan-row.one {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_faq6_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .item-row-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .section.color {
    background-image: none;
  }

  .section.last {
    padding-bottom: 64px;
  }

  .container {
    z-index: 21;
    padding: 32px 0;
  }

  .container.one {
    padding-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.last {
    padding-bottom: 0;
  }

  .container.last.form.one {
    padding-top: 98px;
  }

  .button-primary {
    font-size: 15px;
    line-height: 22px;
  }

  .grid-colum {
    z-index: 2;
  }

  .heading {
    font-size: 42px;
  }

  .heading.h2 {
    font-size: 18px;
  }

  .timer-title {
    padding: 6px 10px;
  }

  .sum-text {
    font-size: 15px;
    line-height: 18px;
  }

  .calculate-block {
    margin-bottom: 20px;
  }

  .calculate-block.right, .calculate-block.one {
    margin-bottom: 0;
    padding: 20px;
  }

  .calculate-namber-box.result {
    margin-top: 18px;
  }

  .text-mini.sum.red, .text-mini.sum.green, .text-mini.sum.black {
    font-size: 16px;
  }

  .sum-result {
    font-size: 32px;
    line-height: 34px;
  }

  .alculator-results-block {
    margin-bottom: 0;
  }

  .button-bust {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .button-bust.low {
    align-self: stretch;
    margin-top: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .item {
    grid-row-gap: 20px;
  }

  .item._2 {
    grid-row-gap: 20px !important;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .item.padding-right {
    grid-row-gap: 20px;
  }

  .step-text {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
    line-height: 18px;
  }

  .title-top {
    grid-row-gap: 6px;
    margin-bottom: 24px;
  }

  .heading-2 {
    text-align: center;
    font-size: 32px;
    line-height: 46px;
  }

  .text-classic, .text-classic.bold {
    font-size: 16px;
  }

  .text-classic._2 {
    text-align: center;
  }

  .text-standart {
    font-size: 14px;
    line-height: 20px;
  }

  .text-cont {
    font-size: 18px;
    line-height: 26px;
  }

  .text-cont.faq {
    text-align: left;
  }

  .faq-block {
    margin-top: 12px;
  }

  .fs_accordion-2_body {
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fs_accordion-2_header {
    padding: 16px 20px;
  }

  .plane-text {
    font-size: 14px;
  }

  .zaimbot {
    width: 180px;
    top: -34%;
  }

  .ruk {
    right: 20px;
  }

  .navbar-menu {
    border-bottom-style: none;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-calculate {
    flex-direction: column;
  }

  .link-form {
    direction: ltr;
    text-align: left;
  }

  .tittle {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-icon-item {
    flex-flow: wrap;
  }

  .flex-item-best {
    padding: 20px;
  }

  .result-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-middle-nav {
    display: none;
  }

  .buttom-bust-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .alculator-results-block.left {
    margin-bottom: 0;
  }

  .grd {
    flex-flow: column;
    display: flex;
  }

  .item-row {
    flex-flow: column;
  }

  .link-heder {
    text-align: left;
  }

  .heading-form {
    font-size: 24px;
  }

  .tittle-form {
    flex-flow: column;
  }

  .tittle-form.profil {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .tittle-form.calcul {
    position: relative;
  }

  .flex-input {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .line-progress {
    width: 80px;
  }

  .line-progress.step-2 {
    width: 120px;
  }

  .line-progress.step-4 {
    width: 87%;
  }

  .time-phone-sms {
    font-size: 16px;
  }

  .arrow-left {
    display: flex;
  }

  .dashboard-link.exit {
    align-self: stretch;
  }

  .reitig-hide {
    width: 54px;
    height: 54px;
  }

  .text-ball {
    font-size: 8px;
  }

  .text-ball.bold {
    font-size: 20px;
  }

  .text-block-10 {
    display: none;
  }

  .item-loan-row {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .item-loan-row.one {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .item-loan {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .item-loan.row {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: row;
    justify-content: space-between;
    align-self: stretch;
  }

  .item-loan.last {
    align-self: stretch;
  }

  .rl_faq6_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rl_faq6_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq6_icon-wrapper {
    width: 1.75rem;
  }

  .rl_faq6_question-text {
    font-size: 1rem;
  }

  .rl_faq6_question {
    padding: 1rem 1.25rem;
  }

  .rl_faq6_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_faq6_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_faq6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-cont-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .text-cont-2.faq {
    text-align: left;
  }

  .text-classic-2 {
    font-size: 16px;
  }

  .text-standart-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .item-row-2 {
    flex-flow: column;
  }

  .fs_accordion-2_header-2 {
    padding: 16px 20px;
  }
}

@media screen and (max-width: 479px) {

  .section.color {
    background-image: none;
  }

  .section.color.mid-line {
    padding-top: 1em;
  }

  .section.color.mid-line.map {
    padding-left: 0;
    padding-right: 0;
  }

  .container.last.form.one {
    padding-top: 72px;
  }

  .container.last.form.two {
    padding-top: 42px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.last.form.three, .container.map {
    padding-top: 64px;
  }

  .range-slaider {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-primary {
    padding: 4px 12px;
    font-size: 13px;
    line-height: 21px;
  }

  .grid-2-colum {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading {
    margin-bottom: 14px;
    font-size: 32px;
  }

  .heading.h2 {
    font-weight: 600;
  }

  .timer-title {
    order: 0;
    padding: .3em 10px .3em .4em;
  }

  .time-text {
    font-size: 14px;
    line-height: 20px;
  }

  .sum-text {
    font-size: 14px;
    line-height: 16px;
  }

  .calculate-block {
    margin-bottom: 0;
    padding-bottom: .6em;
    padding-left: .8em;
    padding-right: .8em;
  }

  .calculate-block.right, .calculate-block.one {
    padding: .8em;
  }

  .calculate-namber-box.result {
    margin-top: 14px;
  }

  .calculate-namber-box.calcul {
    margin-bottom: 5px;
  }

  .text-mini {
    font-size: 12px;
  }

  .text-mini-3 {
    font-size: 15px;
  }

  .text-mini.sum {
    font-size: 14px;
    line-height: 131%;
  }

  .text-mini.sum.red {
    font-size: 14px;
  }

  .text-mini.sum.green {
    font-size: 14px;
  }

  .text-mini.sum.black {
    font-size: 14px;
  }

  .sum-result {
    font-size: 28px;
  }

  .alculator-results-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .result-sum {
    grid-column-gap: 2px;
  }

  .button-bust {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .item {
    grid-row-gap: 12px;
    margin-bottom: 10px;
  }

  .step-text {
    font-size: 14px;
    line-height: 16px;
  }

  .title-top {
    grid-row-gap: 12px;
    margin-bottom: 20px;
  }

  .heading-2 {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
  }

  .text-classic.bold {
    font-size: 13px;
    line-height: 121%;
  }

  .text-cont {
    flex: 1;
    margin-bottom: 4px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-cont.faq {
    text-align: left;
  }

  .fs_accordion-2_body {
    padding-bottom: .6em;
    padding-left: .8em;
    padding-right: .8em;
  }

  .fs_accordion-2_arrow-wrapper {
    width: 20px;
    top: 24px;
  }

  .fs_accordion-2_arrow-wrapper.is-active-accordion {
    height: 20px;
    padding: 10px;
  }

  .fs_accordion-2_header {
    padding: .6em .8em;
  }

  .zaimbot {
    width: 150px;
    top: -29%;
    right: 50px;
  }

  .ruk {
    width: 25px;
    top: -4%;
    right: 70px;
  }

  .menu-icon2 {
    border-radius: 6px;
  }

  .navbar-button-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex: 0 auto;
  }

  .navbar-link {
    text-align: center;
    padding: .8em;
    font-size: 16px;
  }

  .navbar-menu {
    height: 100vh;
    padding-top: 32px;
    box-shadow: 0 100px 20px rgba(0, 0, 0, .1);
  }

  .navbar-logo-link.w--current {
    flex: 1;
  }

  .navbar-logo-link.no-rizer.w--current {
    flex: 0 auto;
  }

  .navbar-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-top: .8em;
    padding-left: .8em;
    padding-right: .8em;
    position: relative;
  }

  .navbar-container.profil {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
    justify-content: space-between;
  }

  .navbar-component {
    z-index: 100000;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .navbar-component._2 {
    position: static;
  }

  .wrapper-block {
    margin-top: 10px;
  }

  .text-icon-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex: none;
  }

  .icon {
    width: 20px;
  }

  .flex-good {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    scrollbar-width: none;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
  }

  .heading-title {
    order: -1;
  }

  .flex-item-best {
    padding: .8em;
  }

  .result-box {
    padding-left: .8em;
    padding-right: .8em;
  }

  .calculators-2 {
    border-radius: 20px;
  }

  .buttom-bust-2 {
    font-size: 16px;
  }

  .alculator-results-block.left {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .item-row {
    flex-flow: row;
  }

  .item-row.number {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
  }

  .link-heder {
    text-align: center;
    font-size: 12px;
  }

  .link-heder.profil {
    text-align: left;
  }

  .paliteco {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
    padding: 2em .8em .8em;
  }

  .paliteco.profil {
    justify-content: center;
    align-items: flex-start;
  }

  .input-phone {
    font-size: 12px;
  }

  .form-input-login {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    min-width: auto;
    padding: .8em;
  }

  .from-login {
    width: 100%;
    margin-bottom: .8em;
    padding-left: 0;
    padding-right: 0;
  }

  .input-box.check {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .input-box.faq {
    padding-left: .8em;
    padding-right: .8em;
  }

  .wrap-steps {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
    padding-left: 10px;
    padding-right: 10px;
    top: -50px;
    left: 20px;
    right: 20px;
  }

  .step-number {
    width: 32px;
    height: 32px;
    font-size: 15px;
  }

  .step-number.active {
    font-size: 15px;
  }

  .form-input-regidet {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 1em .8em;
  }

  .form-regidet {
    text-align: left;
    min-width: auto;
    padding: 20px 0;
  }

  .form-regidet.profil {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tittle-form.profil {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .tittle-form.profil.map {
    padding-left: .8em;
    padding-right: .8em;
  }

  .text-classic-link.link {
    display: none;
  }

  .input-form {
    min-height: 44px;
  }

  .checkbox-wrap-next {
    display: flex;
  }

  .line-progress {
    width: 40px;
    left: 20px;
  }

  .line-progress.step-phone {
    width: 80px;
    left: .8em;
  }

  .line-progress.step-2 {
    width: 80px;
  }

  .line-progress.step-4 {
    width: 84%;
  }

  .arrow-left {
    height: 40px;
    top: -.2em;
    left: -20px;
  }

  .arrow-left.calcul {
    top: -.4em;
    left: 0;
  }

  .dashboard-link {
    padding: .6em .8em;
  }

  .dashboard-link.exit {
    justify-content: center;
    align-items: center;
  }

  .reitig-hide {
    width: 54px;
    height: 54px;
  }

  .text-ball {
    font-size: 8px;
  }

  .text-ball.bold {
    font-size: 20px;
  }

  .text-block-10 {
    display: none;
  }

  .calkulate-box {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .form-block {
    margin-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .grafic {
    padding: .8em;
  }

  .item-name {
    font-size: 12px;
  }

  .item-name.one {
    width: 28px;
  }

  .item-name.last {
    text-align: right;
  }

  .item-number {
    font-size: 13px;
  }

  .item-number.one {
    width: 28px;
  }

  .item-number.last {
    text-align: right;
  }

  .number-one {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .item-loan-col {
    padding: .6em .8em;
  }

  .rl_faq6_component {
    grid-template-columns: 1fr;
  }

  .text-cont-2 {
    flex: 1;
    margin-bottom: 4px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-cont-2.faq {
    text-align: left;
  }

  .text-mini-2 {
    font-size: 12px;
  }

  .fs_accordion-2_header-2 {
    padding: .6em .8em;
  }
}

#w-node-_4f1dd468-2e2a-a103-3ef7-edd160e2b38a-8870dddc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_8a817dec-33d8-ba64-0999-5e0ddc2f3a91-8870dddc, #w-node-_94cd84f4-706f-fb9f-9827-6f4f6393e98b-8870dddc, #w-node-_96ce52b2-843a-c0e0-36df-5b1cff9bd9e5-8870dddc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54653a8c-d621-38aa-570d-bb7662ea6fbf-8870dddc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ab6d8353-038f-d5eb-c2b5-ebdaefa956eb-8870dddc, #w-node-ab6d8353-038f-d5eb-c2b5-ebdaefa956f0-8870dddc, #w-node-_180e09eb-dcd8-7cff-67d3-a4e0756007ee-8870dddc, #w-node-cb504ef1-aacd-ca82-8e11-c575d4e51a17-8870dddc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecd4baea-bc95-482a-4934-27182774b207-8870dddc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_11c4cfc9-926a-e542-1b82-38094d6cd2eb-4d6cd2e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bc7849c-fc53-2a49-059f-aa960ee8e78d-0ee8e78b {
  justify-self: center;
}

#w-node-_16052abf-4955-58fe-7182-10130cae9c68-0cae9c64 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_16052abf-4955-58fe-7182-10130cae9c80-0cae9c64, #w-node-d6225ff3-9d1a-9ff5-cc89-083be7ff8589-5e4243fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-df11f607-f470-9d9d-9899-a77ebcac00cb-4d6cd2e0 {
    justify-self: start;
  }
}


