:root {
  --1440: 1440px;
  --white: white;
  --black: black;
}

.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;
}

body {
  color: #000;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-no-shadow {
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-no-shadow-container {
  z-index: 5;
  max-width: var(--1440);
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.container-regular {
  width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  flex-flow: row;
  display: block;
}

.nav-menu {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.button-primary {
  color: #000;
  letter-spacing: .2px;
  text-transform: none;
  background-color: #41ff03;
  border-radius: 10px;
  flex: 0 auto;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: #feab1f;
}

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

.button-primary.width {
  width: 100%;
  margin-top: 20px;
}

.body {
  background-color: #f5f7fa;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px #e4ebf3;
  padding: 40px 30px 60px;
  position: relative;
}

.container {
  max-width: var(--1440);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.hero-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 45%;
  display: flex;
}

.hero-split._1 {
  width: 100%;
  max-width: 45%;
}

.margin-bottom-24px {
  margin-bottom: 42px;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.margin-bottom-24px._2 {
  flex: 0 auto;
  display: none;
}

.shadow-two {
  border-radius: 24px;
  width: 50%;
  box-shadow: 0 4px 24px #96a3b514;
}

.header_top__best {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.best {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 12px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.text-block {
  flex: 0 auto;
  font-size: 36px;
  font-weight: 600;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  opacity: .5;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.heading {
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 62px;
}

.heading._2 {
  flex: 0 auto;
  display: none;
}

.icon {
  height: 43px;
}

.image {
  height: 70px;
}

.team-circles {
  background-color: #f5f7fa;
  border-bottom: 1px #e4ebf3;
  padding: 40px 30px 60px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 58px;
  font-weight: 600;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 30px;
  display: grid;
}

.team-card {
  text-align: center;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px 20px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  position: relative;
}

.team-card.to {
  flex: 1;
}

.icon_steps {
  position: absolute;
  inset: -35px auto auto;
}

.paragraph {
  margin-top: 10px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px #e4ebf3;
  padding: 40px 30px 60px;
  position: relative;
}

.hero-split-2 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.hero-split-2.next {
  background-color: #fff;
  border-radius: 24px;
  align-items: flex-start;
  padding: 36px;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 0;
  padding-right: 20px;
}

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

.divtpl-our-param {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  padding-top: 24px;
}

.divtpl-param {
  background-color: #fff;
  border-radius: 12px;
  flex: 1;
  padding: 20px 28px 15px;
}

.text-block-2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.paragraph-2 {
  color: #333333b8;
}

.grid_team {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px #e4ebf3;
  padding: 40px 30px 60px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  max-width: 720px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  line-height: 56px;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 900px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 16%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-top: 10px;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.footer-dark {
  background-color: #333;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .15s;
}

.footer-link:hover {
  color: #ec9814;
}

.footer-divider {
  background-color: #e4ebf380;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-2 {
  height: 60px;
}

.text-block-3 {
  color: #ffffffb8;
  padding-top: 10px;
}

.sum-top {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.sum-text {
  color: #000;
  text-align: left;
  letter-spacing: .006em;
  margin-bottom: 6px;
  padding-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.sum-result {
  color: #000;
  text-align: left;
  letter-spacing: .006em;
  text-transform: none;
  white-space: normal;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.day-namber {
  font-size: 24px;
}

.sale-prices {
  font-weight: 400;
}

.calculate-block {
  grid-row-gap: 6px;
  border: 0 solid #d3d3d3;
  border-radius: 4px;
  flex-direction: row;
  margin-bottom: 12px;
  padding: 0;
  display: block;
  position: relative;
}

.calculate-block._1 {
  display: none;
}

.text-bust {
  color: #000;
  text-align: center;
  letter-spacing: .006em;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.text-bust._1 {
  color: #333333eb;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}

.buttom-bust {
  text-align: center;
  letter-spacing: .002em;
  background-color: #dd4f00;
  border-radius: 13px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  line-height: 24px;
  transition: all .25s ease-out;
}

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

.result-sum {
  grid-column-gap: 10px;
  display: flex;
}

.price {
  color: #12b80e;
  font-weight: 400;
}

.calculators {
  z-index: 1;
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 24px;
  flex: 1;
  align-self: auto;
  width: 100%;
  padding: 32px;
  display: block;
  position: relative;
}

.alculator-results-block {
  justify-content: space-between;
  margin-bottom: 32px;
  display: flex;
}

.alculator-results-block._1 {
  display: none;
}

.calculate-namber-box {
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.calculate-namber-box.result {
  margin-top: 32px;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
}

.calculate-namber-box.result._1 {
  display: none;
}

.range-slaider {
  z-index: 0;
  background-color: #ecf1f7;
  border-radius: 4px;
  width: 100%;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  position: relative;
  inset: auto 0% 0;
  transform: translate(0);
}

.rub {
  font-size: 36px;
}

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

.sum {
  font-size: 36px;
  font-weight: 600;
}

.namber-box {
  color: #33333380;
  letter-spacing: .002em;
  font-size: 14px;
  font-weight: 400;
}

.namber-box.sum {
  color: #848484;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.namber-box.sum.black {
  color: #000;
  font-weight: 400;
}

.namber-box.sum.green {
  color: #12b80e;
  font-weight: 400;
}

.namber-box.sum.red {
  color: #dd4f00;
  font-weight: 400;
  text-decoration: line-through;
}

.section {
  padding: 64px 20px;
  position: relative;
  overflow: visible;
}

.section.pre_footer {
  background-color: #f5f7fa;
  padding-bottom: 112px;
}

.sum-result-2 {
  color: #000;
  text-align: left;
  letter-spacing: .006em;
  text-transform: none;
  white-space: normal;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.calculators-2 {
  z-index: 1;
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 32px;
  width: 100%;
  margin-left: 0;
  padding: 32px;
  display: block;
  position: relative;
}

.sum-2 {
  font-size: 36px;
}

.namber-box-2 {
  color: #23232780;
  letter-spacing: .002em;
  font-size: 14px;
  font-weight: 400;
}

.namber-box-2.sum {
  color: #848484;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.namber-box-2.sum.black {
  color: #000;
  font-weight: 400;
}

.namber-box-2.sum.green {
  color: #12b80e;
  font-weight: 400;
}

.namber-box-2.sum.red {
  color: #dd4f00;
  font-weight: 400;
  text-decoration: line-through;
}

.text-field {
  background-color: #ecf1f7;
  border: 1px solid #3333331a;
  border-radius: 16px;
  height: 64px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}

.text-field::placeholder {
  color: #afb8c3;
}

.checkbox {
  border: 2px solid #000;
  border-radius: 50px;
  width: 40px;
  max-width: 40px;
  height: 28px;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  color: #000;
  background-color: #41ff03;
  background-image: url('../images/Group-11412.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #3333;
  width: 40px;
  height: 28px;
  margin-left: 0;
}

.checkbox-label {
  margin-left: 10px;
  font-weight: 400;
}

.checkbox-field {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 0;
  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;
}

.text-standart {
  color: #ffffffb8;
  text-align: center;
  letter-spacing: .002em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.text-standart.black {
  color: #232327b8;
  text-align: left;
}

.text-standart.black.left {
  color: #232327;
  text-align: left;
  margin-left: 5px;
}

.faq-block {
  z-index: 1;
  width: 768px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-cont {
  color: #000;
  text-align: left;
  letter-spacing: .006em;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.text-cont.faq {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.fs_accordion-2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_accordion-2_item {
  background-color: #e4ebf3;
  border: 1.5px #b1e8d7;
  border-radius: 12px;
  transition: all .25s ease-out;
  overflow: hidden;
}

.fs_accordion-2_item:hover {
  background-color: #fff;
}

.fs_accordion-2_item:focus-visible {
  background-color: #fff;
}

.fs_accordion-2_item[data-wf-focus-visible] {
  background-color: #fff;
}

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

.fs_accordion-2_body {
  background-color: #0000;
  padding: 0 20px 20px;
}

.fs_accordion-2_arrow-wrapper {
  background-color: #33333380;
  border-radius: 20px;
  padding: 8px;
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper.is-active-accordion {
  background-color: #000;
  border-radius: 20px;
  padding: 8px;
  transform: rotate(180deg);
}

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

.fs_accordion-2_icon {
  color: #fff;
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-2_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  display: flex;
}

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

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

.container-2 {
  width: 100%;
  max-width: 1100px;
  padding: 0;
  position: relative;
}

.heading-2 {
  color: #000;
  letter-spacing: -.037em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  line-height: 58px;
}

.section-2 {
  width: 100vw;
  height: 200vw;
  position: relative;
  overflow: visible;
}

.camera {
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  align-items: stretch;
  height: 100%;
  position: relative;
  left: 0;
  overflow: clip;
}

.item {
  z-index: 2;
  background-image: url('../images/up.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.item._2 {
  z-index: 1;
  background-image: url('../images/down.png');
  background-position: 0 100vw;
  background-repeat: no-repeat;
  background-size: auto;
}

.scroll_image {
  z-index: 2;
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  left: 0%;
  overflow: hidden;
}

.scroll_image._2 {
  z-index: 1;
}

@media screen and (min-width: 1440px) {
  .footer-link:hover {
    color: #ec9814;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .button-primary {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }

  .menu-button {
    background-color: #e6ebf0;
    border-radius: 4px;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-heading-left {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    overflow: visible;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .hero-split._1 {
    max-width: 100%;
  }

  .margin-bottom-24px {
    margin-bottom: 24px;
    font-size: 18px;
    display: block;
  }

  .shadow-two {
    display: none;
  }

  .header_top__best {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .best {
    flex: 1;
  }

  .logos-without-title {
    padding-top: 0;
    padding-bottom: 24px;
  }

  .clients-wrapper-three {
    justify-content: space-around;
  }

  .clients-image-three {
    flex: 0 auto;
    align-self: auto;
    height: 40px;
    margin-bottom: 0;
  }

  .heading {
    margin-top: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .image {
    height: 50px;
  }

  .team-circles {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .centered-heading {
    margin-bottom: 32px;
  }

  .centered-subheading {
    padding-top: 20px;
  }

  .team-grid {
    grid-column-gap: 14px;
  }

  .hero-heading-right {
    border-bottom-style: none;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-2.next {
    margin-bottom: 0;
  }

  .what_steps {
    padding-bottom: 20px;
  }

  .divtpl-our-param {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .divtpl-param {
    order: 0;
  }

  .text-block-2 {
    font-size: 34px;
    font-weight: 600;
  }

  .testimonial-slider-small {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .centered-heading-2 {
    margin-top: 0;
  }

  .testimonial-author {
    font-size: 18px;
    line-height: 22px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .footer-dark {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer-content {
    grid-column-gap: 12px;
    align-self: flex-start;
    margin-top: 10px;
  }

  .footer-link {
    font-size: 15px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .text-block-4 {
    flex: 0 auto;
  }

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

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

  .text-bust._1 {
    text-align: left;
  }

  .calculators {
    width: 100%;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.pre_footer {
    padding-bottom: 48px;
  }

  .calculators-2 {
    width: 100%;
    margin-right: auto;
  }

  .faq-block {
    width: 100%;
  }

  .text-cont {
    font-size: 16px;
    line-height: 22px;
  }

  .container-2 {
    z-index: 21;
  }
}

@media screen and (max-width: 767px) {
  .navbar-no-shadow-container {
    padding: 10px 0;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .button-primary {
    text-align: center;
    align-self: auto;
    width: 100%;
  }

  .button-primary.width {
    margin-top: 10px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .hero-heading-left {
    padding: 24px 10px;
  }

  .container {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-split {
    order: 1;
  }

  .hero-split._1 {
    order: -1;
  }

  .margin-bottom-24px {
    display: none;
  }

  .margin-bottom-24px._2 {
    width: 70%;
    display: block;
  }

  .header_top__best {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .best {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .best._2 {
    grid-column-gap: 14px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: .65fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logos-without-title {
    padding: 32px 10px;
  }

  .clients-wrapper-three {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    flex: 1;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading {
    display: none;
  }

  .heading._2 {
    display: block;
  }

  .team-circles {
    padding: 32px 10px;
  }

  .centered-heading {
    font-size: 30px;
    line-height: 32px;
  }

  .centered-subheading {
    font-size: 16px;
  }

  .team-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .team-card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
  }

  .team-card.to {
    flex-flow: wrap;
    align-content: center;
    height: 100px;
  }

  .icon_steps {
    height: 40px;
    top: -20px;
  }

  .hero-heading-right {
    padding: 32px 10px;
  }

  .divtpl-our-param {
    flex-flow: column;
  }

  .divtpl-param {
    flex: 1;
    width: 100%;
  }

  .text-block-2 {
    line-height: 42px;
  }

  .grid_team {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .centered-heading-2 {
    font-size: 32px;
    line-height: 42px;
  }

  .testimonial-slider {
    margin-top: 32px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .footer-dark {
    border-bottom-style: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    align-self: flex-start;
    margin-top: 40px;
  }

  .footer-link:hover {
    color: #ec9814;
  }

  .footer-divider {
    margin-top: 32px;
  }

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

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

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

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

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

  .text-bust._1 {
    line-height: 24px;
  }

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

  .calculators {
    padding-bottom: 24px;
  }

  .alculator-results-block {
    margin-bottom: 32px;
  }

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

  .namber-box {
    font-size: 15px;
    line-height: 18px;
  }

  .namber-box.sum.black, .namber-box.sum.green, .namber-box.sum.red {
    font-size: 17px;
  }

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

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

  .namber-box-2 {
    font-size: 15px;
    line-height: 18px;
  }

  .namber-box-2.sum.black, .namber-box-2.sum.green, .namber-box-2.sum.red {
    font-size: 17px;
  }

  .text-field {
    height: 48px;
    margin-top: 10px;
  }

  .checkbox {
    width: 35px;
  }

  .checkbox.w--redirected-checked {
    flex: none;
    width: 28px;
  }

  .checkbox-field {
    padding-top: 5px;
  }

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

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

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

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

  .container-2 {
    z-index: 21;
  }

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

@media screen and (max-width: 479px) {
  .navbar-no-shadow {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-no-shadow-container {
    padding-left: 0;
  }

  .navbar-wrapper {
    padding-right: 0;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    place-content: flex-start space-around;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .nav-link {
    font-size: 16px;
  }

  .button-primary {
    letter-spacing: .5px;
    margin-top: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
  }

  .button-primary.width {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
  }

  .menu-button {
    background-color: #e6ebf0;
    border-radius: 16px;
  }

  .hero-heading-left {
    padding: 12px 0 0;
  }

  .container {
    max-width: none;
    padding-bottom: 0;
  }

  .hero-split {
    margin-bottom: 20px;
  }

  .margin-bottom-24px {
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
  }

  .margin-bottom-24px._2 {
    width: 80%;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .header_top__best {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .best {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .25fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding: 14px;
    display: flex;
  }

  .text-block {
    font-size: 24px;
    line-height: 100%;
  }

  .logos-without-title {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading {
    margin-bottom: 14px;
  }

  .heading._2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 120%;
  }

  .icon {
    height: 32px;
  }

  .image {
    height: 48px;
  }

  .team-circles {
    border-bottom-style: none;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .centered-heading {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 30px;
  }

  .centered-subheading {
    margin-bottom: 0;
  }

  .team-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .team-card {
    margin-bottom: 18px;
    padding-top: 24px;
  }

  .team-card.to {
    margin-bottom: 0;
    padding-top: 20px;
  }

  .paragraph {
    font-size: 14px;
  }

  .hero-heading-right {
    padding: 20px 0;
  }

  .hero-split-2.next {
    padding: 26px;
  }

  .what_steps {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .divtpl-param {
    padding-top: 15px;
  }

  .text-block-2 {
    font-size: 30px;
    line-height: 42px;
  }

  .grid_team {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .testimonial-slider-small {
    border-bottom-style: none;
    padding-top: 32px;
    padding-bottom: 20px;
  }

  .centered-heading-2 {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 34px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .footer-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 28px;
  }

  .footer-link {
    font-size: 16px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .text-block-4 {
    font-size: 13px;
    line-height: 120%;
  }

  .sum-top {
    flex-direction: row;
  }

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

  .sum-result {
    padding-bottom: 0;
    font-size: 20px;
  }

  .flex-calculate {
    grid-row-gap: 10px;
  }

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

  .text-bust {
    font-size: 18px;
    line-height: 24px;
  }

  .buttom-bust {
    border-radius: 10px;
    font-size: 16px;
    line-height: 20px;
  }

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

  .calculators {
    border-radius: 20px;
    padding: 18px 18px 10px;
  }

  .alculator-results-block {
    margin-bottom: 24px;
  }

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

  .rub {
    font-size: 28px;
    font-weight: 600;
  }

  .sum {
    font-size: 29px;
  }

  .namber-box {
    font-size: 12px;
    line-height: 16px;
  }

  .namber-box.sum.black, .namber-box.sum.green, .namber-box.sum.red {
    font-size: 15px;
  }

  .section {
    padding-top: 32px;
  }

  .section.pre_footer {
    padding-bottom: 50px;
  }

  .sum-result-2 {
    padding-bottom: 0;
    font-size: 32px;
  }

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

  .sum-2 {
    font-size: 32px;
  }

  .namber-box-2 {
    font-size: 14px;
    line-height: 16px;
  }

  .namber-box-2.sum.black, .namber-box-2.sum.green, .namber-box-2.sum.red {
    font-size: 15px;
  }

  .text-field {
    height: 42px;
  }

  .text-field::placeholder {
    font-size: 14px;
  }

  .checkbox {
    flex: none;
    width: 20px;
    height: 20px;
  }

  .checkbox.w--redirected-checked {
    background-size: 15px 15px;
    flex: none;
    width: 20px;
    height: 20px;
  }

  .checkbox-label {
    margin-left: 6px;
    font-size: 11px;
    line-height: 16px;
  }

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

  .text-standart.black.left {
    margin-left: 0;
    font-size: 13px;
    line-height: 17px;
  }

  .text-cont {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-cont.faq {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .fs_accordion-2_body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .fs_accordion-2_arrow-wrapper, .fs_accordion-2_arrow-wrapper.is-active-accordion {
    padding: 4px;
    font-size: 12px;
  }

  .fs_accordion-2_icon {
    font-size: .8rem;
  }

  .fs_accordion-2_header {
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .text-block-5, .text-block-6 {
    font-size: 13px;
  }
}

#w-node-afa7d5f9-30be-add7-015f-7408ab0cfaff-c7e5bc58, #w-node-_2c854f38-4a54-c469-a85e-6a6a8f247d46-c7e5bc58, #w-node-_5299ff64-6bfe-c057-9e9b-831ee864fa94-c7e5bc58, #w-node-_7ee671bc-a822-f274-d5ed-493536a86b52-c7e5bc58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3416e91d-a997-425d-ff6c-908fbcba1193-c7e5bc58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f1ff65ba-dbcb-c47e-f7ee-bcadb464fd6f-c7e5bc58, #w-node-f1ff65ba-dbcb-c47e-f7ee-bcadb464fd77-c7e5bc58, #w-node-f1ff65ba-dbcb-c47e-f7ee-bcadb464fd7f-c7e5bc58, #w-node-f1ff65ba-dbcb-c47e-f7ee-bcadb464fd80-c7e5bc58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f1ff65ba-dbcb-c47e-f7ee-bcadb464fd81-c7e5bc58, #w-node-f1ff65ba-dbcb-c47e-f7ee-bcadb464fd83-c7e5bc58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-afa7d5f9-30be-add7-015f-7408ab0cfaff-c7e5bc58 {
    grid-column: span 4 / span 4;
  }

  #w-node-_2c854f38-4a54-c469-a85e-6a6a8f247d46-c7e5bc58, #w-node-_5299ff64-6bfe-c057-9e9b-831ee864fa94-c7e5bc58 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7fc6e302-49dc-c2c8-a97d-898595c2e9fe-c7e5bc58, #w-node-_809a2745-d6e5-cbe4-2f05-417fa7016fdb-c7e5bc58, #w-node-d458cf75-9d40-7136-2dd0-82d9876bcdf3-c7e5bc58, #w-node-_0890df34-5935-7389-0b54-a56be40bdc4d-c7e5bc58, #w-node-_0890df34-5935-7389-0b54-a56be40bdc4e-c7e5bc58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f1ff65ba-dbcb-c47e-f7ee-bcadb464fd6f-c7e5bc58 {
    grid-column: span 2 / span 2;
  }

  #w-node-f1ff65ba-dbcb-c47e-f7ee-bcadb464fd80-c7e5bc58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f1ff65ba-dbcb-c47e-f7ee-bcadb464fd81-c7e5bc58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f1ff65ba-dbcb-c47e-f7ee-bcadb464fd83-c7e5bc58 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-afa7d5f9-30be-add7-015f-7408ab0cfaff-c7e5bc58, #w-node-_2c854f38-4a54-c469-a85e-6a6a8f247d46-c7e5bc58, #w-node-_5299ff64-6bfe-c057-9e9b-831ee864fa94-c7e5bc58 {
    grid-column: span 3 / span 3;
  }

  #w-node-_8f2a960e-90b5-159b-550c-677192376eb5-c7e5bc58, #w-node-e18d7224-2c84-b60d-5357-659728e4ff94-c7e5bc58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


