:root {
  --dodger-blue: #3089e5;
  --slate-blue: #6667ca;
  --white: white;
  --sky-blue: #45ccee;
  --black: black;
  --alice-blue: #f5fafd;
  --royal-blue: #466585;
  --dark-slate-grey: #353b44;
  --orange: #ff9f00;
  --indian-red: #f8385b;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-light {
  opacity: .6;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Montserrat variablefont wght, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #171717;
  align-items: center;
  padding: 15px 50px;
  display: flex;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  margin-top: 45px;
  margin-bottom: 75px;
}

.intro-wrap.showcase._2 {
  margin-top: 0;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footerwrap {
  background-color: var(--slate-blue);
  justify-content: center;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-right: -20px;
  font-family: Montserrat variablefont wght, Arial, sans-serif;
  display: flex;
}

.footeritem {
  opacity: .6;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footeritem:hover {
  opacity: .9;
}

.footeritem:active {
  opacity: .8;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.container-1 {
  height: auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
}

.container-1.prostocredit {
  background-color: #f5fafd;
  box-shadow: 0 4px 10px 1px rgba(48, 137, 229, .3);
}

.container-1.prostocredit.showcase {
  object-fit: fill;
}

.container-1.showcase {
  background-color: #f5fafd;
}

.container-1.prostocredit-copy {
  background-color: #f5fafd;
  box-shadow: 0 4px 10px 1px rgba(48, 137, 229, .3);
}

.container-1.prostocredit-copy.showcase {
  object-fit: fill;
}

.button1 {
  height: 50px;
  color: #fff;
  background-color: rgba(70, 101, 133, .8);
  border-radius: 8px;
  justify-content: center;
  margin: 25px;
  transition: opacity .2s;
  display: flex;
}

.button1:hover {
  color: var(--white);
  background-color: rgba(70, 101, 133, .8);
}

.button1.prostocredit {
  background-color: #3089e5;
  justify-content: center;
  align-items: stretch;
  margin-top: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 20px;
}

.button1.prostocredit:hover {
  background-color: #45ccee;
}

.button1.prostocredit.showcase {
  margin-top: 25px;
}

.button1.showcase {
  font-family: Montserrat variablefont wght, Arial, sans-serif;
}

.button1.showcase:hover {
  background-color: var(--sky-blue);
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: color-burn;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-bottom: 5px;
  margin-left: 25px;
  margin-right: 25px;
  display: block;
}

.div-block.prostocredit {
  mix-blend-mode: normal;
}

.paragraph {
  text-align: right;
  letter-spacing: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.paragraph.showcase {
  color: var(--black);
  font-family: Montserrat variablefont wght, Arial, sans-serif;
}

.paragraph.showcase._1 {
  color: var(--alice-blue);
}

.paragraph-2 {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.paragraph-2.showcase {
  color: #020202;
  mix-blend-mode: normal;
  font-family: Montserrat variablefont wght, Arial, sans-serif;
}

.column {
  align-items: stretch;
  display: block;
}

.div-logo {
  height: 80px;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.image-logo {
  mix-blend-mode: luminosity;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.image-logo.prostocredit {
  mix-blend-mode: normal;
  margin-top: 0;
}

.image-logo.showcase {
  width: auto;
  height: auto;
  max-height: 90px;
  min-height: auto;
  min-width: auto;
  mix-blend-mode: darken;
  font-family: Montserrat variablefont wght, Arial, sans-serif;
}

.image-logo.showcase.alexcreditlogo {
  max-height: 80px;
}

.image-logo.showcase.clylogo, .image-logo.showcase.clickcreditlogo {
  max-height: 60px;
}

.divblock3 {
  height: 2px;
  mix-blend-mode: color-burn;
  background-color: rgba(70, 101, 133, .8);
  margin: 20px 25px 25px;
}

.divblock3.prostocredit {
  mix-blend-mode: normal;
}

.place {
  margin-top: -20px;
  margin-bottom: -15px;
  margin-left: -15px;
  padding: 0;
  display: inline-block;
}

.place._1, .place._2, .place._3 {
  width: 60px;
  height: 60px;
  margin-top: -15px;
  margin-bottom: -20px;
  margin-left: -10px;
}

.place.showcase {
  width: 60px;
  height: 60px;
}

.none {
  z-index: 0;
  clear: none;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: brightness(200%);
  backdrop-filter: brightness(200%);
  text-align: center;
  object-fit: cover;
  object-position: 50% 50%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: -10px 25px -46px;
  padding-bottom: 0;
  font-weight: 500;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.heading {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
  font-family: Montserrat variablefont wght, Arial, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
}

.textspan {
  color: var(--slate-blue);
}

.paragraph3 {
  text-align: center;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat variablefont wght, Arial, sans-serif;
}

.section-2 {
  margin: 0 auto 12px;
  padding-top: 15px;
}

.line-light-bg {
  height: 2px;
  max-width: 1140px;
  text-align: center;
  background-color: rgba(70, 101, 133, .8);
  margin: 60px 30px 45px;
  display: flex;
}

.text-block {
  color: var(--slate-blue);
  text-align: center;
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
  font-family: Montserrat variablefont wght, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.section3 {
  background-color: var(--white);
  background-image: linear-gradient(140deg, var(--dodger-blue), var(--slate-blue) 72%);
  color: var(--royal-blue);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 65px 30px 75px;
}

.section3.requisition {
  background-color: var(--alice-blue);
  background-image: none;
  padding-top: 65px;
  padding-bottom: 75px;
}

.section3.advantages {
  background-color: #fff;
  background-image: none;
}

.image2 {
  width: auto;
  height: 55px;
  opacity: 1;
  text-align: center;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.image2._123.showcase, .image2.showcase {
  font-family: Montserrat variablefont wght, Arial, sans-serif;
}

.divblock5 {
  width: auto;
  max-width: none;
  min-width: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.divblock5.advantages {
  height: 230px;
  background-image: linear-gradient(135deg, var(--slate-blue), var(--dodger-blue));
  border-radius: 10px;
  padding: 15px 20px;
}

.textblock2 {
  color: var(--black);
  line-height: 24px;
}

.textblock2._123 {
  color: #fff;
  font-family: Montserrat variablefont wght, Arial, sans-serif;
}

.textblock3 {
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  font-family: Montserrat variablefont wght, Arial, sans-serif;
  font-size: 14px;
}

.textblock4 {
  color: var(--white);
  padding-right: 10px;
  font-family: Montserrat variablefont wght, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.textblock4.advantages {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat variablefont wght, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.container-2 {
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.columns {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns.advantages {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.heading-3 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  padding-bottom: 30px;
  font-family: Montserrat variablefont wght, Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
}

.heading-3.light-bg {
  color: var(--black);
  font-size: 44px;
}

.heading-3.dark-bg {
  font-size: 44px;
}

.textspan2 {
  font-size: 18px;
  font-weight: 700;
}

.column6 {
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
}

.advantages {
  padding-left: 10px;
  padding-right: 10px;
}

.imageadvantages {
  text-align: left;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: auto;
  padding: 7px;
  font-family: Montserrat variablefont wght, Arial, sans-serif;
  display: block;
}

.imageadvantages.lock, .imageadvantages.calendar {
  font-family: Montserrat variablefont wght, Arial, sans-serif;
}

.imagerequisition {
  margin-bottom: 0;
  padding: 0;
}

.imagerequisition.showcase {
  font-family: Montserrat variablefont wght, Arial, sans-serif;
}

.column7 {
  justify-content: flex-end;
  display: flex;
}

.divblock6 {
  background-color: #1c1c1c;
  border-radius: 0;
  margin-bottom: 75px;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
}

.text-canvas-head {
  color: #fff;
  font-family: Montserrat variablefont wght, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.line-light-bg-1 {
  height: 2px;
  background-color: var(--royal-blue);
  margin-top: 5px;
  margin-bottom: 10px;
}

.text-block-5 {
  color: #fff;
  margin-bottom: 15px;
  font-family: Montserrat variablefont wght, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 125%;
}

.text-block-5._123 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
}

.button-vitrina-1 {
  width: 300px;
  height: 50px;
  background-color: var(--dodger-blue);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.button-vitrina-1:hover {
  background-color: var(--sky-blue);
  color: #fff;
}

.button-vitrina-1.showcase {
  margin-top: 45px;
  font-family: Montserrat variablefont wght, Arial, sans-serif;
}

.column8 {
  justify-content: flex-end;
  display: flex;
}

.headerlogovitrina {
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat variablefont wght, Arial, sans-serif;
}

.container-6 {
  max-height: 40px;
  max-width: 1280px;
}

.top-header {
  max-height: 40px;
  background-color: var(--dodger-blue);
  display: none;
}

.top-header-colum, .top-header-colum-1, .top-header-colum-2, .top-header-colum-3 {
  max-height: 40px;
}

.link {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.top-header-icon {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.navbar {
  background-color: var(--white);
  display: block;
}

.container-8 {
  max-width: 1280px;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: block;
}

.image-5 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.header-links {
  color: #32343a;
  padding-left: 30px;
  padding-right: 0;
}

.header-links:hover {
  color: var(--sky-blue);
}

.header-links.w--current {
  color: var(--black);
}

.header-links.w--current:hover {
  color: var(--sky-blue);
}

.first-screen-main {
  max-height: 660px;
  min-height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/background-with-hryvnia-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.requisition-main {
  background-color: var(--alice-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 65px;
}

.container-9 {
  max-width: 1280px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
}

.requisition-text-main {
  color: rgba(26, 27, 31, .7);
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

.bold-text-5 {
  color: var(--black);
  font-size: 20px;
  font-weight: 800;
}

.requisition-icon-main {
  width: 65px;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.requisition-colum-content-main {
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px;
  transition: all .6s;
  display: flex;
}

.requisition-colum-content-main:hover {
  box-shadow: 0 2px 2px 2px rgba(255, 255, 255, .4), inset 0 2px 10px 2px rgba(48, 137, 229, .15);
}

.text-span-3, .text-span-4 {
  color: var(--black);
  font-size: 20px;
  font-weight: 800;
}

.div-block-8 {
  text-align: center;
}

.how-main {
  background-color: var(--alice-blue);
  background-image: linear-gradient(135deg, var(--slate-blue), var(--sky-blue));
  padding-top: 30px;
  padding-bottom: 70px;
}

.container-10 {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-10 {
  text-align: center;
}

.title-2-main {
  font-size: 40px;
  font-weight: 700;
}

.title-2-main.advantages, .title-2-main.how {
  color: var(--alice-blue);
  color: #f5fafd;
}

.title-line-2-main {
  height: 1px;
  max-width: 400px;
  background-color: var(--dodger-blue);
  margin: -15px auto 30px;
}

.title-line-2-main.get-money, .title-line-2-main.how {
  background-color: var(--alice-blue);
}

.container-11 {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.faq-main {
  padding-top: 50px;
  padding-bottom: 65px;
}

.requisition-colum-main {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.faq-div-drop-main {
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-toggle {
  width: 100%;
  white-space: pre-wrap;
  padding: 25px;
}

.dropdown-toggle:hover {
  color: var(--dodger-blue);
}

.faq-dropdown-main {
  width: 100%;
  background-color: var(--alice-blue);
  border-radius: 10px;
  padding: 0;
}

.faq-dropdown-main:hover {
  box-shadow: 0 2px 6px rgba(48, 137, 229, .15);
}

.faq-question-main {
  padding-right: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.faq-answer-box-main {
  background-color: var(--alice-blue);
}

.faq-answer-main {
  white-space: pre-wrap;
  border: 1px #000;
  border-radius: 0;
  font-size: 14px;
  line-height: 22px;
  list-style-type: disc;
}

.faq-answer-main.about, .faq-answer-main.consumer-rights {
  list-style-type: decimal;
}

.dropdown-list {
  background-color: var(--alice-blue);
  display: none;
}

.dropdown-list.w--open {
  background-color: var(--alice-blue);
  position: relative;
}

.dropdown-list.default-open {
  margin-bottom: 8px;
  display: block;
  position: relative;
}

.list {
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px 15px 40px;
}

.div-block-14 {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 27px;
  margin-right: 25px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-10 {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-link-main {
  color: var(--dodger-blue);
  display: inline;
}

.text-link-main:hover {
  color: var(--sky-blue);
}

.text-span-6 {
  color: #ff0004;
  font-weight: 700;
}

.conditions-colum-main {
  padding-left: 10px;
  padding-right: 10px;
}

.conditions-colum-content-main {
  background-color: var(--alice-blue);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  transition: all .6s;
  display: flex;
}

.conditions-colum-content-main:hover {
  box-shadow: 0 3px 10px 3px var(--dodger-blue);
}

.conditions-icon-main {
  width: 65px;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.column-25, .column-26, .column-27 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.conditions-text-main {
  color: rgba(0, 0, 0, .7);
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

.text-span-7, .text-span-8, .text-span-9 {
  color: var(--black);
  font-size: 20px;
  font-weight: 800;
}

.container-13 {
  max-width: 1280px;
  padding: 30px 20px 75px;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-2 {
  max-width: 640px;
  background-color: var(--dodger-blue);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex: 1;
  padding: 0;
  transition-duration: 0s;
}

.tab-link-tab-2:hover {
  background-color: var(--sky-blue);
}

.tab-link-tab-2.w--current {
  background-color: var(--alice-blue);
  box-shadow: -2px -2px 10px 3px rgba(70, 101, 133, .25);
}

.tab-link-tab-1 {
  max-width: 640px;
  background-color: var(--dodger-blue);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex: 1;
  padding: 0;
}

.tab-link-tab-1:hover {
  background-color: var(--sky-blue);
}

.tab-link-tab-1.w--current {
  max-width: 640px;
  background-color: var(--alice-blue);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex: 1;
  padding: 0;
  transition-duration: 0s;
  box-shadow: 2px -2px 10px 3px rgba(70, 101, 133, .25);
}

.text-block-13 {
  color: var(--alice-blue);
  text-align: center;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
}

.text-block-14 {
  text-align: center;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
}

.grid-4 {
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4";
  align-content: stretch;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
}

.image-12 {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.advantages-tab-main {
  background-color: var(--alice-blue);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 10px;
  padding-bottom: 25px;
  padding-right: 10px;
}

.column-28 {
  padding-left: 25px;
  padding-right: 5px;
}

.columns-10 {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10px 0;
  display: flex;
}

.text-block-15 {
  font-size: 14px;
  line-height: 24px;
}

.advantages-main {
  background-image: linear-gradient(135deg, var(--slate-blue), var(--sky-blue));
}

.container-14 {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.bottom-main {
  background-color: var(--dark-slate-grey);
  padding-top: 0;
  padding-bottom: 0;
}

.bottom-colum-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left: .1px solid rgba(245, 250, 253, .1);
  border-right: .1px solid rgba(245, 250, 253, .1);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 50px 15px;
  display: block;
}

.bottom-colum-main.last {
  background-color: var(--dodger-blue);
  background-color: #3089e5;
}

.bottom-icon-main {
  width: 60px;
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bottom-text-main {
  color: var(--alice-blue);
  text-align: center;
  white-space: pre-wrap;
  font-size: 13px;
  line-height: 24px;
}

.bottom-text-link-main {
  color: var(--dodger-blue);
  text-align: center;
}

.bottom-text-link-main:hover {
  color: var(--sky-blue);
}

.columns-12 {
  display: flex;
}

.container-15 {
  max-width: 1280px;
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-16 {
  color: var(--alice-blue);
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  font-size: 48px;
  font-weight: 700;
  line-height: 49px;
}

.text-span-11 {
  font-size: 24px;
  font-weight: 400;
}

.div-block-16 {
  text-align: center;
}

.button-get-money {
  max-width: 300px;
  min-width: 260px;
  background-color: var(--sky-blue);
  text-align: center;
  border-radius: 10px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: block;
}

.button-get-money:hover {
  background-color: var(--dodger-blue);
  color: var(--alice-blue);
}

.button-get-money._2 {
  margin-top: 25px;
}

.how-to-get-money {
  background-color: var(--alice-blue);
  text-align: left;
  padding: 35px 20px 65px;
  display: flex;
}

.columns-13 {
  margin-left: 0;
  margin-right: 0;
}

.how-to-get-money-colum-main {
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .6s;
}

.how-to-get-money-colum-main:hover {
  box-shadow: 0 2px 2px 2px rgba(255, 255, 255, .4), inset 0 2px 10px 2px rgba(48, 137, 229, .15);
}

.button-vitrina-2.showcase {
  width: 300px;
  height: 50px;
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat variablefont wght, Arial, sans-serif;
  display: block;
}

.button-vitrina-2.showcase:hover {
  background-color: var(--sky-blue);
  color: var(--white);
}

.html-embed {
  color: #000;
  text-transform: none;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 10px;
  line-height: 20px;
}

.html-embed-2 {
  margin-left: 25px;
  margin-right: 25px;
}

.top-header-colum-4, .top-header-colum-5 {
  max-height: 40px;
}

.top-header-2 {
  max-height: 40px;
  background-color: #3089e5;
  display: none;
}

.container-16 {
  max-height: 40px;
  max-width: 1280px;
}

.navbar-2 {
  background-color: #fff;
  display: block;
}

.container-17 {
  max-width: 1280px;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.header-links-2 {
  color: #32343a;
  padding-left: 30px;
  padding-right: 0;
}

.header-links-2:hover {
  color: #45ccee;
}

.header-links-2.w--current {
  color: #000;
}

.header-links-2.w--current:hover {
  color: #45ccee;
}

.container-18 {
  max-width: 1280px;
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-17 {
  color: #f5fafd;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  font-size: 48px;
  font-weight: 700;
  line-height: 49px;
}

.text-span-16 {
  font-size: 24px;
  font-weight: 400;
}

.button-get-money-2 {
  max-width: 300px;
  min-width: 260px;
  text-align: center;
  background-color: #45ccee;
  border-radius: 10px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: block;
}

.button-get-money-2:hover {
  color: #f5fafd;
  background-color: #3089e5;
}

.tab-link-tab-1-2 {
  max-width: 640px;
  background-color: #3089e5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex: 1;
  padding: 0;
}

.tab-link-tab-1-2:hover {
  background-color: #45ccee;
}

.tab-link-tab-1-2.w--current {
  max-width: 640px;
  background-color: #f5fafd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex: 1;
  padding: 0;
  transition-duration: 0s;
  box-shadow: 2px -2px 10px 3px rgba(70, 101, 133, .25);
}

.title-line-2-main-2 {
  height: 1px;
  max-width: 400px;
  background-color: #3089e5;
  margin: -15px auto 30px;
}

.title-line-2-main-2.get-money {
  background-color: #f5fafd;
}

.advantages-main-2 {
  background-image: linear-gradient(135deg, #6667ca, #45ccee);
}

.tab-link-tab-2-2 {
  max-width: 640px;
  background-color: #3089e5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex: 1;
  padding: 0;
  transition-duration: 0s;
}

.tab-link-tab-2-2:hover {
  background-color: #45ccee;
}

.tab-link-tab-2-2.w--current {
  background-color: #f5fafd;
  box-shadow: -2px -2px 10px 3px rgba(70, 101, 133, .25);
}

.column-30 {
  padding-left: 25px;
  padding-right: 5px;
}

.container-19 {
  max-width: 1280px;
  padding: 30px 20px 75px;
}

.image-13 {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-18 {
  color: #f5fafd;
  text-align: center;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
}

.text-block-19 {
  font-size: 14px;
  line-height: 24px;
}

.advantages-tab-main-2 {
  background-color: #f5fafd;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 10px;
  padding-bottom: 25px;
  padding-right: 10px;
}

.textblock2-2 {
  color: #000;
  line-height: 24px;
}

.title-line-2-main-3 {
  height: 1px;
  max-width: 400px;
  background-color: #3089e5;
  margin: -15px auto 30px;
}

.button-get-money-3 {
  max-width: 300px;
  min-width: 260px;
  text-align: center;
  background-color: #45ccee;
  border-radius: 10px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: block;
}

.button-get-money-3:hover {
  color: #f5fafd;
  background-color: #3089e5;
}

.button-get-money-3._2 {
  margin-top: 25px;
}

.how-to-get-money-2 {
  text-align: left;
  background-color: #f5fafd;
  padding: 35px 20px 65px;
  display: block;
}

.title-line-2-main-4 {
  height: 1px;
  max-width: 400px;
  background-color: #3089e5;
  margin: -15px auto 30px;
}

.title-line-2-main-4.how {
  background-color: #f5fafd;
}

.conditions-colum-content-main-2 {
  background-color: #f5fafd;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  transition: all .6s;
  display: flex;
}

.conditions-colum-content-main-2:hover {
  box-shadow: 0 3px 10px 3px #3089e5;
}

.text-span-21 {
  color: #000;
  font-size: 20px;
  font-weight: 800;
}

.columns-14 {
  margin-left: 0;
  margin-right: 0;
}

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

.how-main-2 {
  background-color: #f5fafd;
  background-image: linear-gradient(135deg, #6667ca, #45ccee);
  padding-top: 30px;
  padding-bottom: 70px;
}

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

.container-20 {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.text-span-22, .text-span-23 {
  color: #000;
  font-size: 20px;
  font-weight: 800;
}

.title-line-2-main-5 {
  height: 1px;
  max-width: 400px;
  background-color: #3089e5;
  margin: -15px auto 30px;
}

.bold-text-6 {
  color: #000;
  font-size: 20px;
  font-weight: 800;
}

.button-get-money-4 {
  max-width: 300px;
  min-width: 260px;
  text-align: center;
  background-color: #45ccee;
  border-radius: 10px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: block;
}

.button-get-money-4:hover {
  color: #f5fafd;
  background-color: #3089e5;
}

.button-get-money-4._2 {
  margin-top: 25px;
}

.container-21 {
  max-width: 1280px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
}

.text-span-24 {
  color: #000;
  font-size: 20px;
  font-weight: 800;
}

.requisition-main-2 {
  background-color: #f5fafd;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 65px;
}

.text-span-25 {
  color: #000;
  font-size: 20px;
  font-weight: 800;
}

.dropdown-list-2 {
  background-color: #f5fafd;
  display: none;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  position: relative;
}

.dropdown-list-2.default-open {
  margin-bottom: 8px;
  display: block;
  position: relative;
}

.div-block-17 {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 27px;
  margin-right: 25px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.container-22 {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-link-main-2 {
  color: #3089e5;
  display: inline;
}

.text-link-main-2:hover {
  color: #45ccee;
}

.image-14 {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.faq-answer-box-main-2 {
  background-color: #f5fafd;
}

.dropdown-toggle-2 {
  width: 100%;
  white-space: pre-wrap;
  padding: 25px;
}

.dropdown-toggle-2:hover {
  color: #3089e5;
}

.faq-dropdown-main-2 {
  width: 100%;
  background-color: #f5fafd;
  border-radius: 10px;
  padding: 0;
}

.faq-dropdown-main-2:hover {
  box-shadow: 0 2px 6px rgba(48, 137, 229, .15);
}

.text-span-26 {
  color: #ff0004;
  font-weight: 700;
}

.bottom-text-link-main-2 {
  color: #3089e5;
}

.bottom-text-link-main-2:hover {
  color: #45ccee;
}

.columns-15 {
  display: flex;
}

.container-23 {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bottom-main-2 {
  background-color: #353b44;
  padding-top: 0;
  padding-bottom: 0;
}

.bottom-text-main-2 {
  color: #f5fafd;
  text-align: center;
  white-space: pre-wrap;
  font-size: 13px;
  line-height: 24px;
}

.paragraph-3 {
  font-size: 14px;
}

.paragraph-4 {
  background-color: var(--alice-blue);
  border: 3px solid #000;
  border-radius: 20px;
  padding: 20px;
}

.list-item {
  border: 3px solid #000;
  border-radius: 20px;
  padding: 20px;
  font-size: 14px;
}

.image-15 {
  width: 90px;
  height: 90px;
  opacity: 1;
  border-radius: 100px;
  margin-bottom: 0;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
}

.heading-5 {
  color: #fff;
  text-align: center;
  margin-top: 0;
}

.body {
  background-color: #1c1c1c;
}

.heading-6 {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
}

.section-3 {
  justify-content: center;
  margin-bottom: 130px;
  display: flex;
}

.button-3 {
  width: 30%;
  text-align: center;
  background-color: #08c;
  border: 2px solid #1c1c1c;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 25px 40px;
  font-size: 34px;
  font-weight: 600;
  line-height: 44px;
}

.section-4 {
  margin-top: 110px;
}

.button-2-copy {
  width: 30%;
  text-align: center;
  background-color: #7360f2;
  border: 2px solid #1c1c1c;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 25px 40px;
  font-size: 34px;
  font-weight: 600;
  line-height: 44px;
}

.columns-16 {
  width: 200px;
}

.navbar-3 {
  background-color: var(--alice-blue);
}

.brand-2 {
  max-width: 6%;
  padding-left: 0;
}

.image-16 {
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.container-24 {
  margin-left: 120px;
  margin-right: 120px;
  display: block;
}

.nav-link, .nav-link-2 {
  font-weight: 700;
}

.text-block-20 {
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
}

.text-link-main-3 {
  color: #3089e5;
  display: inline;
}

.text-link-main-3:hover {
  color: #45ccee;
}

.list-item-2 {
  border: 3px solid #000;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 22px;
}

.list-item-3 {
  border: 3px solid #000;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 14px;
}

.list-item-4 {
  border: 3px solid #000;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 22px;
}

.calculator-old {
  width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  display: flex;
}

.field-label-2 {
  font-weight: 400;
}

.loan-amount-output {
  color: #3c424f;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin: 0;
  padding-left: 15px;
  padding-right: 5px;
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
}

.loan-amount-output.symbol {
  padding-left: 0;
  padding-right: 0;
}

.top {
  justify-content: space-between;
  margin-bottom: 13px;
  display: flex;
}

.button-form {
  color: #03a9f4;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
  padding-bottom: 0;
  font-weight: 600;
  text-decoration: none;
}

.button-form.details_calculator_button {
  margin-top: 20px;
}

.output-rate-sale {
  color: #898d96;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin: 0 0 0 2px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
  display: inline-block;
}

.calculator-input {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.output-term {
  color: #f73c5c;
  margin-left: 2px;
  padding-right: 0;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.calculator-output {
  max-width: 472px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: 0;
  padding: 20px 30px;
  display: block;
  box-shadow: 1px 2px 20px rgba(60, 66, 79, .04);
}

.output-amount-sale {
  color: #898d96;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin: 0 0 0 2px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
  display: inline-block;
}

.output-body {
  margin-left: 2px;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.output-body.credit_amount_to_change {
  font-weight: 400;
}

.text-description {
  max-width: 660px;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}

.text-description.gray {
  color: #898d96;
  margin-top: 0;
  margin-left: 10px;
}

.input-line {
  height: 1px;
  background-color: #c5c5c5;
}

.link-10 {
  color: #898d96;
}

.loan-term {
  width: 524px;
  height: 8px;
  background-color: #d3ebfa;
  border-radius: 100px;
  position: relative;
}

.loan-term-output {
  color: #3c424f;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin: 0;
  padding-left: 15px;
  padding-right: 5px;
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
}

.text-medium {
  color: #3c424f;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.text-medium.centre {
  text-align: center;
  margin-bottom: 30px;
}

.button-form-mobile {
  color: #03a9f4;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
  padding-bottom: 0;
  font-weight: 600;
  text-decoration: none;
}

.button-form-mobile.details_calculator_button {
  display: none;
}

.section-blue {
  background-color: #f5fafd;
}

.div-block-19 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.calculator-block.container {
  padding-bottom: 40px;
}

.block-output {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 12px;
  display: flex;
}

.block-output._1 {
  margin-bottom: 2px;
}

.description-calculator {
  color: #3c424f;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: block;
}

.calculator-new {
  width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  display: flex;
}

.loan-amount {
  height: 8px;
  background-color: #d3ebfa;
  border-radius: 100px;
  position: relative;
}

.days-line {
  height: 8px;
  background-image: url('../images/Line-15.svg');
  background-position: 0 0;
  background-size: auto;
  border: 1px dashed rgba(0, 0, 0, 0);
  flex: 1;
}

.ui-slider-amount {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 3px solid #03a9f4;
  border-radius: 100px;
  position: absolute;
  top: -150%;
}

.text-small {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}

.text-small.gray {
  color: #898d96;
  margin-top: 25px;
}

.text-small.gray.centre {
  text-align: center;
  margin-top: 15px;
}

.output-block {
  margin-bottom: 40px;
}

.calculator {
  width: auto;
  max-width: 660px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  flex-direction: column;
  flex: 1;
  align-self: auto;
  align-items: stretch;
  margin-right: 20px;
  padding: 20px 30px 15px;
  display: flex;
  position: static;
  box-shadow: 0 0 20px rgba(60, 66, 79, .05);
}

.form-block {
  width: auto;
}

.output-amount {
  margin-left: 2px;
  padding-right: 0;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.button-4 {
  color: #fff;
  border-radius: 5px;
  flex: 0 auto;
  padding: 15px 34px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.button-4:hover {
  background-color: #ff9800;
}

.text-span-27 {
  text-decoration: underline;
}

.ui-block {
  justify-content: space-between;
  display: flex;
}

.ui-block.display-inline-fields {
  justify-content: flex-start;
}

.input-sum {
  margin-bottom: 4px;
  display: flex;
}

.min {
  color: #898d96;
}

.field-label {
  font-size: 18px;
  font-weight: 600;
}

.tab-link-tab-1-3 {
  width: 334px;
  height: 57px;
  background-color: #fff;
  border-bottom: 2px solid #f3f3f3;
  border-top-left-radius: 10px;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.tab-link-tab-1-3.w--current {
  width: auto;
  height: 57px;
  color: #03a9f4;
  background-color: #fff;
  border-bottom: 2px solid #03a9f4;
  border-top-left-radius: 10px;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.max {
  color: #898d96;
}

.min-max {
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.tabs-menu-2 {
  max-width: 660px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.tab-link-tab-2-3 {
  width: auto;
  height: 57px;
  background-color: #fff;
  border-bottom: 2px solid #f3f3f3;
  border-top-right-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.tab-link-tab-2-3.w--current {
  color: #03a9f4;
  background-color: #fff;
  border-bottom: 2px solid #03a9f4;
}

.output-sum-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.output-rate {
  margin-left: 2px;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.text-span-1 {
  color: #ff9800;
}

.display-inline-fields.day_width_30 {
  width: auto;
  min-width: 100%;
}

.tabs {
  margin-top: 40px;
}

.field-label-3 {
  font-weight: 400;
}

.div-block-20 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-5 {
  color: #fff;
  border-radius: 5px;
  flex: 0 auto;
  padding: 15px 34px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.button-5:hover {
  background-color: #ff9800;
}

.text-span-28 {
  text-decoration: underline;
}

.field-label-4 {
  font-size: 18px;
  font-weight: 600;
}

.tab-link-tab-1-4 {
  width: 334px;
  height: 57px;
  background-color: #fff;
  border-bottom: 2px solid #f3f3f3;
  border-top-left-radius: 10px;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.tab-link-tab-1-4.w--current {
  width: auto;
  height: 57px;
  color: #03a9f4;
  background-color: #fff;
  border-bottom: 2px solid #03a9f4;
  border-top-left-radius: 10px;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.text-span-29 {
  color: #ff9800;
}

.case-3 {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

.container-1-copy {
  height: auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
}

.container-1-copy.prostocredit {
  background-color: #f5fafd;
  box-shadow: 0 4px 10px 1px rgba(48, 137, 229, .3);
}

.container-1-copy.prostocredit.showcase {
  object-fit: fill;
}

.container-1-copy.showcase {
  background-color: #f5fafd;
}

.container-1-copy.prostocredit-copy {
  background-color: #f5fafd;
  box-shadow: 0 4px 10px 1px rgba(48, 137, 229, .3);
}

.container-1-copy.prostocredit-copy.showcase {
  object-fit: fill;
}

.container-26 {
  max-width: 1200px;
  clear: none;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: left;
  flex-direction: row;
  grid-template: "Area"
  / minmax(200px, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin: 0 20% 25px;
  display: grid;
}

.div-block-21 {
  max-width: 380px;
  background-color: var(--alice-blue);
  text-align: center;
  object-fit: fill;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 12px;
  flex: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
}

.image-17 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: inline-block;
  position: static;
  top: 220px;
}

.flex-block, .flex-block-2, .flex-block-3, .flex-block-4 {
  align-items: center;
}

@media screen and (min-width: 1440px) {
  .navigation {
    color: #fff;
    background-color: #171717;
  }

  .button1.prostocredit {
    align-items: center;
  }

  .section-2 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .line-light-bg {
    margin-left: auto;
    margin-right: auto;
  }

  .section3.requisition {
    padding-top: 65px;
    padding-bottom: 75px;
  }

  .container-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .top-header {
    max-height: 40px;
    display: block;
  }

  .top-header-colum {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .top-header-colum-1 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .top-header-colum-2, .top-header-colum-3 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .tod-header {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .link.top-header:hover {
    color: rgba(255, 255, 255, .7);
    text-decoration: underline;
  }

  .top-header-icon {
    display: block;
  }

  .top-header-icon.place {
    margin-top: 0;
    margin-left: 0;
  }

  .column-10 {
    padding-right: 0;
    display: block;
  }

  .column-11 {
    justify-content: flex-start;
    display: block;
  }

  .container-8 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-toggle:hover {
    color: var(--dodger-blue);
  }

  .html-embed {
    text-align: center;
    font-style: normal;
  }

  .column-29 {
    justify-content: flex-start;
    display: block;
  }

  .top-header-colum-4 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .top-header-colum-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .top-header-2 {
    max-height: 40px;
    display: block;
  }

  .container-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .container-17 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-toggle-2:hover {
    color: #3089e5;
  }

  .image-15 {
    width: 90px;
    height: 90px;
    border-radius: 500px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
  }

  .heading-5 {
    color: #fff;
    text-align: center;
    margin-top: 0;
  }

  .body {
    color: #fff;
    text-align: center;
    background-color: #1c1c1c;
  }

  .heading-6 {
    color: #fff;
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .section-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 130px;
    display: flex;
  }

  .button-2 {
    width: 30%;
    background-color: #7360f2;
    border: 2px solid #1c1c1c;
    border-radius: 0 10px 10px 0;
    margin-top: 0;
    padding: 25px 40px;
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
  }

  .button-2:hover {
    height: 110%;
  }

  .button-3 {
    width: 30%;
    background-color: #08c;
    border: 2px solid #1c1c1c;
    border-radius: 10px 0 0 10px;
    padding: 25px 40px;
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
  }

  .section-4 {
    margin-top: 110px;
  }

  .bold-text-7 {
    color: #fff;
  }

  .html-embed-3 {
    width: 1471px;
    height: 47px;
    justify-content: center;
    padding-bottom: 0;
    display: flex;
  }

  .button-2-copy {
    width: 30%;
    background-color: #7360f2;
    border: 2px solid #1c1c1c;
    border-radius: 0 10px 10px 0;
    margin-top: 0;
    padding: 25px 40px;
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
  }

  .button-2-copy:hover {
    height: 110%;
  }

  .container-26 {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1920px) {
  .container-1 {
    max-width: none;
  }

  .section-2 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .line-light-bg {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section3 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .divblock5 {
    max-width: 360px;
  }

  .navbar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: block;
  }

  .container-8 {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .container-13 {
    background-image: none;
  }

  .advantages-main {
    background-image: linear-gradient(135deg, var(--slate-blue), var(--sky-blue));
  }

  .navbar-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: block;
  }

  .container-17 {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .advantages-main-2 {
    background-image: linear-gradient(135deg, #6667ca, #45ccee);
  }

  .container-19 {
    background-image: none;
  }

  .container-1-copy {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

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

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation {
    padding: 15px 30px;
  }

  .menu-button {
    background-color: var(--dodger-blue);
    padding: 0;
  }

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

  .navigation-wrap {
    margin-right: 0;
  }

  .intro-wrap {
    margin-bottom: 50px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .button1 {
    text-align: center;
    align-items: stretch;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
    line-height: 15px;
  }

  .button1.prostocredit {
    line-height: 28px;
  }

  .div-block, .div-logo, .divblock3.prostocredit {
    margin-left: 15px;
    margin-right: 15px;
  }

  .none {
    margin-bottom: -75px;
  }

  .section3 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .divblock5.advantages {
    height: 380px;
  }

  .textblock3 {
    text-align: center;
    margin-left: auto;
    padding-left: 0;
  }

  .columns {
    flex-direction: column;
  }

  .columns.advantages, .columns._12345 {
    flex-direction: row;
  }

  .column6 {
    justify-content: center;
  }

  .imageadvantages {
    margin-left: 5px;
    padding: 5px 0;
  }

  .imagerequisition {
    text-align: left;
    margin-bottom: 10px;
    display: block;
  }

  .column7 {
    justify-content: center;
  }

  .divblock6 {
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .top-header {
    object-fit: fill;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .top-header-colum {
    overflow: visible;
  }

  .requisition-main {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .how-main {
    padding-bottom: 65px;
  }

  .title-2-main {
    margin-top: 15px;
  }

  .faq-main {
    padding-top: 40px;
    padding-bottom: 55px;
  }

  .faq-question-main {
    padding-right: 30px;
  }

  .list {
    padding-left: 40px;
  }

  .menu-button-2 {
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .container-13 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .bottom-colum-main.last {
    display: none;
  }

  .how-to-get-money {
    padding-bottom: 55px;
  }

  .top-header-colum-5 {
    overflow: visible;
  }

  .top-header-2 {
    object-fit: fill;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .menu-button-3 {
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .container-19 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .how-to-get-money-2 {
    padding-bottom: 55px;
  }

  .how-main-2 {
    padding-bottom: 65px;
  }

  .requisition-main-2 {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .calculator-old {
    flex-direction: column;
  }

  .button-form.details_calculator_button {
    display: none;
  }

  .calculator-input {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .calculator-output {
    max-width: none;
    margin-top: 20px;
    margin-left: 0;
  }

  .text-description.gray {
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-form-mobile.details_calculator_button {
    margin-top: 30px;
    padding-top: 0;
    display: block;
  }

  .calculator-block.container {
    padding-bottom: 40px;
  }

  .description-calculator {
    font-size: 16px;
  }

  .calculator-new {
    flex-direction: column;
  }

  .text-small.gray {
    margin-top: 15px;
    display: none;
  }

  .text-small.gray.centre {
    display: block;
  }

  .calculator {
    max-width: none;
    margin-right: 0;
    padding-top: 20px;
  }

  .tab-link-tab-1-3 {
    flex: 1;
  }

  .tabs-menu-2 {
    max-width: none;
  }

  .tab-link-tab-1-4 {
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .intro-wrap {
    margin-top: 75px;
    margin-bottom: 35px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footerwrap {
    text-align: center;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footeritem {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .container-1 {
    margin-top: 50px;
  }

  .container-1.prostocredit, .container-1.prostocredit-copy {
    margin-top: 0;
  }

  .button1 {
    line-height: 28px;
  }

  .paragraph-2 {
    margin-bottom: -27px;
  }

  .image-logo {
    padding-left: 100px;
    padding-right: 100px;
  }

  .place._1, .place._2, .place._3 {
    margin-top: -35px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .column-2 {
    padding-right: 0;
  }

  .heading {
    font-size: 38px;
  }

  .text-block {
    margin-bottom: 0;
  }

  .section3 {
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .section3.requisition, .section3.advantages {
    padding-bottom: 35px;
  }

  .image2 {
    margin-bottom: 15px;
  }

  .divblock5.advantages {
    height: auto;
    margin-bottom: 10px;
  }

  .textblock2 {
    margin-bottom: 0;
  }

  .textblock3 {
    margin-bottom: 15px;
  }

  .columns._12345 {
    flex-wrap: wrap;
    align-content: center;
  }

  .heading-3.light-bg {
    padding-bottom: 10px;
  }

  .imageadvantages {
    margin-left: auto;
    margin-right: 5px;
  }

  .imagerequisition {
    text-align: center;
  }

  .divblock6 {
    padding-bottom: 35px;
  }

  .column8 {
    justify-content: center;
    align-items: center;
  }

  .container-8 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .brand {
    padding-left: 0;
  }

  .first-screen-main {
    height: auto;
    min-height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .requisition-main {
    padding-top: 30px;
    padding-bottom: 45px;
  }

  .bold-text-5 {
    font-weight: 700;
  }

  .requisition-icon-main {
    width: 60px;
  }

  .how-main {
    padding-bottom: 45px;
  }

  .title-2-main {
    margin-top: 15px;
    font-size: 32px;
    line-height: 40px;
  }

  .title-line-2-main {
    margin-top: -10px;
  }

  .faq-main {
    padding-top: 30px;
    padding-bottom: 45px;
  }

  .dropdown-toggle {
    padding: 20px;
  }

  .faq-question-main {
    padding-right: 30px;
    font-size: 18px;
    font-weight: 700;
  }

  .faq-answer-main {
    font-size: 13px;
    line-height: 21px;
  }

  .list {
    padding-left: 30px;
  }

  .div-block-14 {
    margin-top: 22px;
    margin-right: 20px;
  }

  .column-20, .column-21, .column-22, .column-23 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .conditions-colum-main {
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-4 {
    grid-auto-flow: row;
  }

  .text-block-16 {
    font-size: 32px;
    line-height: 38px;
  }

  .text-span-11 {
    font-size: 18px;
  }

  .container-17 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-17 {
    font-size: 32px;
    line-height: 38px;
  }

  .text-span-16 {
    font-size: 18px;
  }

  .title-line-2-main-2 {
    margin-top: -10px;
  }

  .textblock2-2 {
    margin-bottom: 0;
  }

  .title-line-2-main-3, .title-line-2-main-4 {
    margin-top: -10px;
  }

  .how-main-2 {
    padding-bottom: 45px;
  }

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

  .title-line-2-main-5 {
    margin-top: -10px;
  }

  .bold-text-6 {
    font-weight: 700;
  }

  .requisition-main-2 {
    padding-top: 30px;
    padding-bottom: 45px;
  }

  .div-block-17 {
    margin-top: 22px;
    margin-right: 20px;
  }

  .dropdown-toggle-2 {
    padding: 20px;
  }

  .text-description.gray {
    margin-top: 10px;
  }

  .calculator-block.container {
    padding-bottom: 40px;
  }

  .tab-link-tab-1-3, .tab-link-tab-1-4 {
    flex: 1;
  }

  .container-1-copy {
    margin-top: 50px;
  }

  .container-1-copy.prostocredit, .container-1-copy.prostocredit-copy {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu-icon {
    width: 40px;
    height: 10px;
  }

  .navigation-items {
    background-color: rgba(255, 255, 255, 0);
  }

  .navigation {
    padding: 0 20px;
  }

  .menu-button {
    width: 40px;
    height: 10px;
    flex: none;
  }

  .menu-button.w--open {
    background-color: var(--dodger-blue);
    flex: none;
  }

  .intro-wrap {
    margin-top: 60px;
  }

  .intro-wrap.showcase._2 {
    margin-top: -35px;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footerwrap {
    flex-direction: column;
  }

  .footeritem {
    font-weight: 700;
  }

  .container-1 {
    margin-top: 40px;
  }

  .container-1.prostocredit {
    height: 99.9999%;
    max-width: 100%;
    min-height: 100%;
  }

  .button1.prostocredit {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 4px 5px;
    line-height: 20px;
  }

  .button1.showcase {
    font-weight: 700;
    transition-property: none;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.showcase._1 {
    margin-bottom: -26px;
    padding-bottom: 0;
  }

  .paragraph-2 {
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .column {
    text-align: left;
  }

  .image-logo {
    padding-left: 0;
    padding-right: 0;
  }

  .image-logo.prostocredit.showcase {
    width: 210px;
    max-height: none;
    max-width: none;
  }

  .image-logo.showcase {
    height: 65px;
    max-height: 100%;
    max-width: 200px;
  }

  .image-logo.showcase.aviralogo {
    width: 122px;
    max-height: none;
    max-width: none;
  }

  .image-logo.showcase.alexcreditlogo {
    width: 148px;
    max-height: none;
    max-width: none;
  }

  .image-logo.showcase.clylogo {
    width: 195px;
    max-height: none;
    max-width: none;
  }

  .image-logo.showcase.clickcreditlogo {
    width: 244.109px;
    height: 60px;
    max-height: none;
    max-width: none;
  }

  .image-logo.showcase.tplogo {
    width: 85px;
    height: 75px;
    max-height: none;
    max-width: none;
  }

  .divblock3 {
    margin: 10px;
  }

  .place._1, .place._2, .place._3 {
    margin-bottom: 0;
  }

  .place.showcase {
    width: 50px;
    height: 50px;
    margin-top: -50px;
  }

  .heading {
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 38px;
  }

  .paragraph3 {
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-2 {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
  }

  .line-light-bg {
    margin: 35px auto;
  }

  .text-block {
    margin-left: auto;
    margin-right: auto;
  }

  .section3, .section3.requisition {
    padding-bottom: 10px;
  }

  .section3.advantages {
    padding-bottom: 15px;
  }

  .image2 {
    width: 60px;
    height: 60px;
  }

  .image2._123 {
    height: 60px;
  }

  .image2._123.showcase {
    width: 58px;
  }

  .image2.showcase {
    width: 55px;
  }

  .image2.showcase.money {
    width: 43px;
  }

  .divblock5.showcase {
    margin-bottom: 25px;
  }

  .column-1, .column4, .column5 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    margin-bottom: 25px;
    padding-bottom: 0;
    font-size: 32px;
    line-height: 125%;
  }

  .heading-3.light-bg {
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 32px;
  }

  .heading-3.dark-bg {
    font-size: 32px;
  }

  .imageadvantages {
    width: 32.4479%;
    height: 82%;
    max-width: 100%;
  }

  .imageadvantages.lock {
    width: 33px;
  }

  .imageadvantages.calendar {
    width: 37px;
  }

  .imageadvantages.dandruff {
    width: 36px;
  }

  .imagerequisition.showcase {
    width: 60px;
    height: 60px;
  }

  .button-vitrina-1 {
    width: auto;
  }

  .button-vitrina-1.showcase {
    margin-top: 10px;
    margin-bottom: 40px;
    transition-property: none;
  }

  .headerlogovitrina {
    width: 170px;
    height: 45px;
    max-width: none;
    min-width: auto;
  }

  .container-8 {
    margin-left: 5px;
    margin-right: 0;
  }

  .brand {
    padding-left: 0;
  }

  .first-screen-main {
    min-height: 450px;
  }

  .requisition-main {
    padding-bottom: 30px;
  }

  .how-main {
    padding-bottom: 40px;
  }

  .title-2-main {
    margin-top: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .faq-main {
    padding-bottom: 30px;
  }

  .dropdown-toggle {
    padding: 15px;
  }

  .faq-question-main {
    font-weight: 600;
  }

  .list {
    padding-left: 30px;
  }

  .div-block-14 {
    margin-top: 17px;
    margin-right: 15px;
  }

  .conditions-icon-main {
    width: 60px;
  }

  .container-13 {
    padding-bottom: 50px;
  }

  .tab-link-tab-2 {
    flex: 1;
    padding: 10px;
  }

  .tab-link-tab-1 {
    padding: 10px 20px;
  }

  .tab-link-tab-1.w--current {
    flex: 1;
    padding: 10px;
  }

  .text-block-13 {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-14 {
    float: none;
    clear: none;
    text-align: center;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .image-12 {
    max-height: 60px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .advantages-tab-main {
    text-align: center;
    padding-right: 0;
  }

  .column-28 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns-10 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .container-14 {
    flex-direction: column;
    display: block;
  }

  .bottom-colum-main {
    border: 1px #000;
    border-top-width: .1px;
    border-bottom: .2px solid rgba(245, 250, 253, .15);
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .columns-12 {
    flex-direction: column;
  }

  .text-block-16 {
    font-size: 28px;
    line-height: 38px;
  }

  .text-span-11 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .button-get-money {
    margin-top: 50px;
  }

  .how-to-get-money {
    padding-bottom: 45px;
  }

  .text-span-12, .text-span-13, .text-span-14, .text-span-15 {
    display: block;
  }

  .button-vitrina-2.showcase {
    width: auto;
    margin-top: 25px;
    margin-bottom: 10px;
    transition-property: none;
  }

  .html-embed {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-17 {
    margin-left: 5px;
    margin-right: 0;
  }

  .text-block-17 {
    font-size: 28px;
    line-height: 38px;
  }

  .text-span-16 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .button-get-money-2 {
    margin-top: 50px;
  }

  .tab-link-tab-1-2 {
    padding: 10px 20px;
  }

  .tab-link-tab-1-2.w--current, .tab-link-tab-2-2 {
    flex: 1;
    padding: 10px;
  }

  .text-span-17 {
    display: block;
  }

  .column-30 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-19 {
    padding-bottom: 50px;
  }

  .text-span-18 {
    display: block;
  }

  .image-13 {
    max-height: 60px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .text-block-18 {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .advantages-tab-main-2 {
    text-align: center;
    padding-right: 0;
  }

  .text-span-19, .text-span-20 {
    display: block;
  }

  .button-get-money-3 {
    margin-top: 50px;
  }

  .how-to-get-money-2 {
    padding-bottom: 45px;
  }

  .how-main-2 {
    padding-bottom: 40px;
  }

  .button-get-money-4 {
    margin-top: 50px;
  }

  .requisition-main-2 {
    padding-bottom: 30px;
  }

  .div-block-17 {
    margin-top: 17px;
    margin-right: 15px;
  }

  .dropdown-toggle-2 {
    padding: 15px;
  }

  .columns-15 {
    flex-direction: column;
  }

  .container-23 {
    flex-direction: column;
    display: block;
  }

  .image-15 {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-4 {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
  }

  .heading-5 {
    text-align: center;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
  }

  .heading-6 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
  }

  .section-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
    display: flex;
  }

  .button-2 {
    width: 60%;
    text-align: center;
    border-radius: 8px;
    padding: 15px 12px;
    font-size: 20px;
    font-weight: 600;
  }

  .button-3 {
    width: 80%;
    text-align: center;
    border-radius: 8px;
    flex: 0 auto;
    padding: 20px 12px;
    font-size: 20px;
    font-weight: 600;
    display: block;
  }

  .section-4 {
    margin-top: 40px;
  }

  .button-2-copy {
    width: 80%;
    text-align: center;
    border-radius: 8px;
    padding: 20px 12px;
    font-size: 20px;
    font-weight: 600;
  }

  .image-16 {
    max-width: 200%;
    margin-bottom: 15px;
  }

  .container-24 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .loan-amount-output {
    font-size: 16px;
  }

  .top {
    margin-bottom: 16px;
  }

  .calculator-input {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .output-term {
    font-size: 16px;
  }

  .calculator-output {
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .output-body {
    font-size: 16px;
  }

  .text-description.gray {
    margin-top: 8px;
  }

  .loan-term {
    width: 230px;
  }

  .loan-term-output {
    font-size: 16px;
  }

  .text-medium {
    font-size: 18px;
  }

  .text-medium.centre {
    margin-bottom: 30px;
  }

  .calculator-block.container {
    padding-bottom: 30px;
  }

  .description-calculator {
    font-size: 15px;
  }

  .ui-slider-amount {
    width: 24px;
    height: 24px;
    top: -110%;
  }

  .output-block {
    margin-bottom: 40px;
  }

  .calculator {
    box-shadow: none;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .output-amount {
    font-size: 16px;
  }

  .button-4 {
    align-self: center;
    padding: 18px 38px;
  }

  .field-label {
    font-size: 16px;
  }

  .tab-link-tab-1-3, .tab-link-tab-1-3.w--current, .tab-link-tab-2-3 {
    text-align: center;
    font-size: 16px;
    line-height: 140%;
  }

  .output-sum-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .output-rate {
    font-size: 16px;
  }

  .button-5 {
    align-self: center;
    padding: 18px 38px;
  }

  .field-label-4 {
    font-size: 16px;
  }

  .tab-link-tab-1-4, .tab-link-tab-1-4.w--current {
    text-align: center;
    font-size: 16px;
    line-height: 140%;
  }

  .container-1-copy {
    margin-top: 40px;
  }

  .container-1-copy.prostocredit {
    height: 99.9999%;
    max-width: 100%;
    min-height: 100%;
  }

  .container-25 {
    height: 33%;
    max-height: 639px;
    background-color: var(--alice-blue);
    border-radius: 12px;
  }

  .container-26 {
    max-width: 100vw;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template: "Area Area-2"
                   "Area-3 Area-4"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-content: center;
    align-items: start;
    justify-items: center;
    margin: 25px 5%;
    display: grid;
  }

  .div-block-21 {
    width: 100%;
    background-color: var(--white);
    background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue));
    text-align: left;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-17 {
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
  }

  .flex-block, .flex-block-2, .flex-block-3 {
    align-items: flex-start;
    font-size: 14px;
    line-height: 22px;
  }

  .flex-block-4 {
    align-items: center;
    font-size: 14px;
    line-height: 22px;
  }
}

#w-node-_1782bdbf-f8ef-48e0-9315-b8b25cceb5e2-1f2e2a71 {
  grid-area: Area;
}

#w-node-_412eb6c4-2c94-7226-8f14-d804c6f13633-1f2e2a7c, #w-node-dc8be5a7-8dec-6f3c-0505-f90966e7e6d1-1f2e2a7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7474b1a6-7364-0bb4-5c9c-c88af195168c-1f2e2a7d, #w-node-_66ecac9a-827c-6eb3-6f2f-13b9f55ee077-1f2e2a7d, #w-node-_09019efb-5068-e828-d6ee-aee093d658c5-1f2e2a7d, #w-node-bab5d3d9-fef5-c3c8-f17b-292c793ea8da-1f2e2a7d, #w-node-d1a9d3d5-fcd5-3f46-13dd-b85155c9828e-1f2e2a7d, #w-node-d1a9d3d5-fcd5-3f46-13dd-b85155c98294-1f2e2a7d, #w-node-d1a9d3d5-fcd5-3f46-13dd-b85155c9829a-1f2e2a7d, #w-node-d1a9d3d5-fcd5-3f46-13dd-b85155c982a0-1f2e2a7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_914afb3a-f792-c49b-bb0f-d8cb98650eb8-1f2e2a7e {
  grid-area: Area;
}

#w-node-_7474b1a6-7364-0bb4-5c9c-c88af195168c-1f2e2a84, #w-node-_66ecac9a-827c-6eb3-6f2f-13b9f55ee077-1f2e2a84, #w-node-_09019efb-5068-e828-d6ee-aee093d658c5-1f2e2a84, #w-node-bab5d3d9-fef5-c3c8-f17b-292c793ea8da-1f2e2a84, #w-node-d1a9d3d5-fcd5-3f46-13dd-b85155c9828e-1f2e2a84, #w-node-d1a9d3d5-fcd5-3f46-13dd-b85155c98294-1f2e2a84, #w-node-d1a9d3d5-fcd5-3f46-13dd-b85155c9829a-1f2e2a84, #w-node-d1a9d3d5-fcd5-3f46-13dd-b85155c982a0-1f2e2a84, #w-node-_7474b1a6-7364-0bb4-5c9c-c88af195168c-1f2e2a85, #w-node-_66ecac9a-827c-6eb3-6f2f-13b9f55ee077-1f2e2a85, #w-node-_09019efb-5068-e828-d6ee-aee093d658c5-1f2e2a85, #w-node-bab5d3d9-fef5-c3c8-f17b-292c793ea8da-1f2e2a85, #w-node-d1a9d3d5-fcd5-3f46-13dd-b85155c9828e-1f2e2a85, #w-node-d1a9d3d5-fcd5-3f46-13dd-b85155c98294-1f2e2a85, #w-node-d1a9d3d5-fcd5-3f46-13dd-b85155c9829a-1f2e2a85, #w-node-d1a9d3d5-fcd5-3f46-13dd-b85155c982a0-1f2e2a85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b27c20f1-e16d-7f45-b729-3068bdff4af2-1f2e2a8a {
  grid-area: Area;
}

#w-node-b27c20f1-e16d-7f45-b729-3068bdff4b23-1f2e2a8a {
  align-self: auto;
}

#w-node-_74cd3998-6ee6-f906-a124-96ce01b92f4a-1f2e2a8b {
  grid-area: Area;
}

#w-node-_74cd3998-6ee6-f906-a124-96ce01b92f7b-1f2e2a8b {
  align-self: auto;
}

#w-node-_2d89f214-46e8-0d4c-cb1d-943253ae7011-87818994 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_621e60bc-6e97-aac1-6c86-ca9608ea3962-87818994 {
  grid-area: Area;
}

@media screen and (max-width: 479px) {
  #w-node-_1782bdbf-f8ef-48e0-9315-b8b25cceb5e2-1f2e2a71 {
    grid-area: Area;
  }

  #w-node-_790c9a15-1bae-01a8-22a6-5a076156b7fb-1f2e2a71, #w-node-f83e9db0-ee94-ed2e-32e4-368efb43fad7-1f2e2a71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_914afb3a-f792-c49b-bb0f-d8cb98650eb8-1f2e2a7e {
    grid-area: Area;
  }

  #w-node-_914afb3a-f792-c49b-bb0f-d8cb98650ed1-1f2e2a7e, #w-node-_914afb3a-f792-c49b-bb0f-d8cb98650ee9-1f2e2a7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b27c20f1-e16d-7f45-b729-3068bdff4af2-1f2e2a8a {
    grid-area: Area;
  }

  #w-node-b27c20f1-e16d-7f45-b729-3068bdff4b0b-1f2e2a8a, #w-node-b27c20f1-e16d-7f45-b729-3068bdff4b23-1f2e2a8a, #w-node-b27c20f1-e16d-7f45-b729-3068bdff4b3b-1f2e2a8a, #w-node-b27c20f1-e16d-7f45-b729-3068bdff4b53-1f2e2a8a, #w-node-b27c20f1-e16d-7f45-b729-3068bdff4b6c-1f2e2a8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_74cd3998-6ee6-f906-a124-96ce01b92f4a-1f2e2a8b {
    grid-area: Area;
  }

  #w-node-_74cd3998-6ee6-f906-a124-96ce01b92f63-1f2e2a8b, #w-node-_74cd3998-6ee6-f906-a124-96ce01b92f7b-1f2e2a8b, #w-node-_74cd3998-6ee6-f906-a124-96ce01b92f93-1f2e2a8b, #w-node-_74cd3998-6ee6-f906-a124-96ce01b92fab-1f2e2a8b, #w-node-_74cd3998-6ee6-f906-a124-96ce01b92fc6-1f2e2a8b, #w-node-_2d89f214-46e8-0d4c-cb1d-943253ae7011-87818994 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_74cd3998-6ee6-f906-a124-96ce01b92f63-87818994 {
    grid-area: Area-3;
  }

  #w-node-_621e60bc-6e97-aac1-6c86-ca9608ea3962-87818994 {
    grid-area: Area;
  }
}


@font-face {
  font-family: 'Montserrat variablefont wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}