@font-face {
  font-family: SohneLeicht;
  src: url("/assets/fonts/Sohne-Leicht.otf");
}
@font-face {
  font-family: SohneKraftig;
  src: url("/assets/fonts/Sohne-Kraftig.otf");
}
@font-face {
  font-family: SohneHalbfett;
  src: url("/assets/fonts/Sohne-Halbfett.otf");
}
* {
  margin: 0;
  padding: 0;
  font-family: SohneLeicht, sans-serif;
  box-sizing: border-box;
}

.loader-wrap {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 7000;
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  animation: animate 1s linear infinite;
}

@keyframes animate {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.background {
  background-image: url("/assets/images/bg_block_sm.png"), url("/assets/images/bg_block_sm.png"), url("/assets/images/bg_block_sm.png"), url("/assets/images/bg_block_sm.png"), url("/assets/images/bg_block_sm.png"), url("/assets/images/bg_block_sm.png"), url("/assets/images/bg_block_sm.png"), url("/assets/images/bg_block_sm.png"), url("/assets/images/bg_block_sm.png"), url("/assets/images/bg_block_sm.png"), url("/assets/images/bg_block_sm.png"), url("/assets/images/bg_block_sm.png"), url("/assets/images/bg_block_sm.png"), url("/assets/images/bg_block_sm.png"), url("/assets/images/bg_block_sm.png"), url("/assets/images/bg_block_sm.png");
  background-repeat: no-repeat;
  background-position: top -15px left -102px, top -106px left 227px, top -36px left 556px, top -170px left 885px, top 352px left -102px, top 261px left 227px, top 330px left 556px, top 197px left 885px, top 719px left -102px, top 628px left 227px, top 697px left 556px, top 564px left 885px, top 1086px left -102px, top 995px left 227px, top 1064px left 556px, top 931px left 885px;
}
@media (min-width: 1024px) {
  .background {
    background-image: url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png");
    background-position: top -306px left 17px, top -123px left 430px, top -336px left 874px, top 53px left 1320px, top -33px left 1765px, top 6px left 2210px, top 198px left 17px, top 381px left 430px, top 724px left 875px, top 555px left 1320px, top 469px left 1765px, top 510px left 2210px;
  }
}
@media (min-width: 1536px) {
  .background {
    background-image: url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png"), url("/assets/images/bg_block_lg.png");
    background-position: top -73px left -248px, top -15px left 196px, top -306px left 640px, top -123px left 1053px, top -336px left 1497px, top -91px left 1942px, top 59px left 2388px, top 429px left -248px, top 487px left 196px, top 198px left 640px, top 381px left 1053px, top 724px left 1497px, top 411px left 1942px, top 561px left 2388px, top 700px left 642px;
  }
}

.header {
  background: linear-gradient(to bottom, #FFFFFF 57.79%, rgba(255, 255, 255, 0) 86.69%);
}
@media (min-width: 1024px) {
  .header {
    background: linear-gradient(to right, #FFFFFF 20%, rgba(255, 255, 255, 0) 101.42%);
    height: 906px;
  }
}
.header .mob-none {
  display: none;
}
.header .nav-wrap--mobile {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  min-width: 320px;
  max-width: 360px;
  height: 100vh;
  padding: 32px 0;
  border-right: 1px solid #E5E9F2;
  overflow-y: scroll;
  animation: slide-in 1s;
  z-index: 1000;
}
.header .nav-wrap--mobile::-webkit-scrollbar {
  display: none;
}
@keyframes slide-in {
  from {
    left: -360px;
  }
  to {
    left: 0;
  }
}
.header .logo-wrap--mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 0 20px;
}
.header .products-link--mobile,
.header .resources-link--mobile {
  color: #575A65;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.header .products-link--mobile span,
.header .resources-link--mobile span {
  font-family: SohneKraftig, sans-serif;
}
.header .about-wrap--mobile {
  margin-bottom: 64px;
  padding: 16px 20px;
}
.header .about--mobile {
  font-family: SohneKraftig, sans-serif;
  color: #575A65;
  text-decoration: none;
}
.header .login--mobile,
.header .signup--mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1656C1;
  border: 1px solid #E5E9F2;
  background-color: #FFFFFF;
  border-radius: 8px;
  text-decoration: none;
  height: 56px;
  font-family: SohneKraftig, sans-serif;
  margin: 0 20px;
}
@media (min-width: 1024px) {
  .header .login--mobile,
.header .signup--mobile {
    display: none;
  }
}
.header .signup--mobile {
  margin-bottom: 16px;
  background-color: #1656C1;
  color: #FFFFFF;
}
.header .products-menu--mobile,
.header .resources-menu--mobile {
  display: none;
  padding: 0 20px;
}
.header .products-menu--item {
  display: block;
  padding: 16px 0;
  text-decoration: none;
}
.header .products-menu--item p {
  font-family: SohneKraftig, sans-serif;
  color: #323643;
}
.header .products-menu--item span {
  color: #575A65;
  font-size: 0.75rem;
}
.header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 32px 0;
}
@media (min-width: 1280px) {
  .header .navbar {
    padding: 32px 10%;
  }
}
@media (min-width: 1536px) {
  .header .navbar {
    max-width: 1440px;
    margin: auto;
    padding: 32px 0;
  }
}
.header .navbar__left {
  display: flex;
  align-items: center;
}
.header .nav-links {
  display: none;
}
@media (min-width: 1280px) {
  .header .nav-links {
    display: flex;
    margin-left: 72px;
  }
}
.header .products-menu,
.header .resources-menu {
  display: none;
}
.header .products-link,
.header .resources-link {
  color: #575A65;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .products-link span,
.header .resources-link span {
  font-family: SohneKraftig, sans-serif;
  margin-right: 10px;
  display: block;
}
.header .resources-link {
  margin-left: 34px;
}
.header .about {
  font-family: SohneKraftig, sans-serif;
  color: #575A65;
  text-decoration: none;
  margin-left: 34px;
}
.header .navbar__right {
  display: flex;
  align-items: center;
}
.header .auth {
  display: none;
}
@media (min-width: 1024px) {
  .header .auth {
    display: flex;
    align-items: center;
  }
}
.header .auth .lang {
  padding-right: 20px;
  border-right: 1px solid #575A65;
  height: 24px;
}
.header .auth .login {
  font-family: SohneKraftig, sans-serif;
  color: #575A65;
  margin-left: 20px;
  text-decoration: none;
}
.header .auth .signup {
  width: 135px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SohneKraftig, sans-serif;
  color: #FFFFFF;
  border-radius: 4px;
  background-color: #1656C1;
  text-decoration: none;
  margin-left: 24px;
}
.header .hamburger {
  margin-left: 24px;
}
@media (min-width: 1280px) {
  .header .hamburger {
    display: none;
  }
}
.header .show-drop {
  display: grid;
  gap: 8px;
  position: absolute;
  width: 280px;
  background-color: #FFFFFF;
  padding: 12px;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
  margin-top: 24px;
}
.header .item--desktop {
  padding: 12px;
  background-color: #F9FAFC;
}

.logo {
  margin-top: 8px;
}

@media (min-width: 1024px) {
  .hero-section {
    padding: 0 24px;
    display: flex;
    margin: 48px auto 132px;
  }
}
@media (min-width: 1280px) {
  .hero-section {
    padding: 0 10%;
  }
}
@media (min-width: 1536px) {
  .hero-section {
    max-width: 1440px;
    padding: 0;
  }
}

.hero-section__details--mobile {
  padding: 64px 24px 44px;
}
@media (min-width: 480px) {
  .hero-section__details--mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-section__details--mobile .hero-section--text,
.hero-section__details--mobile .hero-section--title {
    text-align: center;
  }
}
.hero-section__details--mobile .hero-section--text {
  font-family: SohneKraftig, sans-serif;
  font-size: 1.125rem;
  color: #1656C1;
  margin: 0;
}
.hero-section__details--mobile .hero-section--title {
  font-family: SohneHalbfett, sans-serif;
  font-size: 2rem;
  color: #111317;
  line-height: 42px;
  width: 287px;
  margin: 4px 0 0;
}
@media (min-width: 1024px) {
  .hero-section__details--mobile {
    display: none;
  }
}

.hero-section__details--desktop {
  display: none;
}
@media (min-width: 1024px) {
  .hero-section__details--desktop {
    display: block;
  }
}
.hero-section__details--desktop .hero-section--title {
  font-family: SohneHalbfett, sans-serif;
  font-size: 3rem;
  color: #111317;
  margin-top: 82px;
}
.hero-section__details--desktop .hero-section--text {
  font-family: SohneLeicht, sans-serif;
  font-size: 1.125rem;
  color: #757575;
  line-height: 31px;
  width: 500px;
  margin-top: 16px;
}

.form-wrap {
  padding: 16px;
  background-color: #FFFFFF;
  border-radius: 8px;
  max-width: 421px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .form-wrap {
    margin: 0 0 0 auto;
    width: 421px;
    border: 1px solid #E5E9F2;
  }
}
@media (min-width: 1280px) {
  .form-wrap {
    right: 10%;
  }
}

.input-label {
  font-family: SohneKraftig, sans-serif;
  font-size: 0.75rem;
  color: #575A65;
}

.input-wrap {
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #F9FAFC;
  border-radius: 8px;
}
.input-wrap .input {
  width: 100%;
  height: inherit;
  border-radius: 8px;
  border-top: 1px solid #E5E9F2;
  border-bottom: 1px solid #E5E9F2;
  border-left: 1px solid #E5E9F2;
  border-right: none;
  color: #323643;
  padding: 0 16px;
  font-family: SohneKraftig, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  background-color: transparent;
}
.input-wrap .input:focus, .input-wrap .input:active {
  outline: none;
  border: 1px solid #1656C1;
}
.input-wrap .input--currency-wrap {
  height: 48px;
  min-width: 72px;
  padding: 0 8px 0 8px;
  box-sizing: border-box;
  background-color: #1656C1;
  border: 1px solid #1656C1;
  border-radius: 0 8px 8px 0;
  margin-left: -72px;
}
.input-wrap .input--currency-wrap .input--currency {
  -webkit-appearance: none;
  appearance: none;
  height: 100%;
  width: 100%;
  background-color: #1656C1;
  font-size: 0.875rem;
  border: none;
  color: #FFFFFF;
}
.input-wrap .input--currency-wrap .input--currency:focus, .input-wrap .input--currency-wrap .input--currency:active {
  outline: none;
}

.income-wrap,
.loan-type-wrap,
.purpose-wrap,
.existng-loan-wrap {
  margin-top: 16px;
}

.loan-type-radio,
.existing-loan-radio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.loan-type-radio .input-wrap,
.existing-loan-radio .input-wrap {
  border: 1px solid #E5E9F2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: #575A65;
  cursor: pointer;
}
.loan-type-radio .input-wrap:hover,
.existing-loan-radio .input-wrap:hover {
  border: 1px solid #1656C1;
  color: #1656C1;
  font-family: SohneKraftig, sans-serif;
}
.loan-type-radio .input,
.existing-loan-radio .input {
  display: none;
}

.radio-type--selected {
  border: 1px solid #1656C1 !important;
  color: #1656C1;
  font-family: SohneKraftig, sans-serif;
}

.input-wrap--purpose {
  padding-right: 12px;
  border: 1px solid #E5E9F2;
}
.input-wrap--purpose .input--purpose {
  width: 100%;
  height: inherit;
  border-radius: 8px;
  background-color: transparent;
  padding: 0 16px;
  border: none;
  color: #575A65;
}
.input-wrap--purpose .input--purpose:focus, .input-wrap--purpose .input--purpose:active {
  outline: none;
}

.form-btn {
  font-family: SohneKraftig, sans-serif;
  color: #FFFFFF;
  background-color: #1656C1;
  border-radius: 8px;
  border: none;
  outline: none;
  width: 100%;
  height: 56px;
  margin-top: 32px;
  cursor: pointer;
}
.form-btn:focus, .form-btn:active {
  outline: none;
}

@media (min-width: 1024px) {
  .get-loan--mobile-wrap {
    display: none;
  }
}

.get-loan--mobile {
  padding: 80px 32px 182px;
  width: 100%;
  background: linear-gradient(to top, #FFFFFF 57.79%, rgba(255, 255, 255, 0) 86.69%);
}
@media (min-width: 480px) {
  .get-loan--mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .get-loan--mobile .get-loan--mobile-title,
.get-loan--mobile .get-loan--mobile-text {
    text-align: center;
  }
}
.get-loan--mobile .get-loan--mobile-title {
  font-family: SohneHalbfett, sans-serif;
  font-size: 2rem;
  color: #111317;
  line-height: 42px;
  width: 265px;
}
.get-loan--mobile .get-loan--mobile-text {
  font-size: 1.125rem;
  line-height: 23px;
  color: #575A65;
}
@media (min-width: 375px) {
  .get-loan--mobile .get-loan--mobile-text {
    width: 290px;
  }
}

.get-loan--mobile-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: SohneKraftig, sans-serif;
  color: #FFFFFF;
  background-color: #1656C1;
  border-radius: 8px;
  border: none;
  outline: none;
  width: 100%;
  max-width: 320px;
  height: 56px;
  margin-top: 32px;
}
.get-loan--mobile-btn:focus, .get-loan--mobile-btn:active {
  outline: none;
}

.get-loan--mobile-img {
  width: 100%;
  background: #FFFFFF;
}
.get-loan--mobile-img img {
  display: block;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.06));
  margin: -142px auto 0;
  width: 251px;
}

.get-loan--desktop-wrap {
  display: none;
  padding: 0 20px;
  background: linear-gradient(to top, #FFFFFF 57.79%, rgba(255, 255, 255, 0) 86.69%);
}
@media (min-width: 1024px) {
  .get-loan--desktop-wrap {
    display: block;
  }
}
@media (min-width: 1280px) {
  .get-loan--desktop-wrap {
    padding: 0 10%;
  }
}

.get-loan--desktop-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1536px) {
  .get-loan--desktop-inner {
    max-width: 1440px;
    margin: auto;
    padding: 0;
  }
}

.get-loan--desktop-img {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.get-loan--desktop-img .desk-img-1 {
  filter: drop-shadow(0px 4px 32px rgba(0, 0, 0, 0.04));
  transform: rotate(-11.76deg);
  margin-right: -50px;
}
.get-loan--desktop-img .desk-img-2 {
  filter: drop-shadow(0px 4.60136px 36.8109px rgba(0, 0, 0, 0.04));
  transform: rotate(10.69deg);
}

.get-loan--desktop {
  margin-left: 100px;
}
.get-loan--desktop .get-loan--desktop-title {
  font-family: SohneHalbfett, sans-serif;
  font-size: 3rem;
  color: #111317;
  width: 347px;
}
.get-loan--desktop .get-loan--desktop-text {
  font-family: SohneLeicht, sans-serif;
  font-size: 1.125 rem;
  color: #757575;
  margin-top: 16px;
}

.clear-picture-wrap {
  display: grid;
  row-gap: 24px;
  padding: 0 12px;
  margin-top: 64px;
  justify-content: center;
}
@media (min-width: 768px) {
  .clear-picture-wrap {
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }
  .clear-picture-wrap .clear-picture {
    justify-self: end;
  }
  .clear-picture-wrap .save-money {
    justify-self: start;
  }
}
@media (min-width: 1280px) {
  .clear-picture-wrap {
    column-gap: 40px;
    margin-top: 128px;
  }
}

.clear-picture-item {
  background-color: #1656C1;
  max-width: 351px;
  padding: 32px 20px 20px;
  border-radius: 8px;
}
.clear-picture-item .clear-picture-title {
  font-family: SohneHalbfett, sans-serif;
  font-size: 1.75rem;
  color: #FFFFFF;
}
.clear-picture-item .clear-picture-text {
  color: #FFFFFF;
  line-height: 21px;
  margin-top: 8px;
}
.clear-picture-item .loan-search {
  background-color: #F9FAFC;
  border-radius: 8px;
  padding: 8px;
  margin-top: 32px;
}
@media (min-width: 1280px) {
  .clear-picture-item {
    width: 100%;
    max-width: 588px;
    padding: 56px 48px 65px;
  }
}

.loan-search--input-wrap {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background-color: #FFFFFF;
  height: 48px;
}
.loan-search--input-wrap span {
  position: absolute;
  margin-right: -20px;
  padding-left: 10px;
  margin-top: 5px;
}
.loan-search--input-wrap .loan-search--input {
  background-color: transparent;
  height: 48px;
  border: 1px solid #E5E9F2;
  border-radius: 8px;
  width: 100%;
  padding: 0 16px 0 37px;
}
.loan-search--input-wrap .loan-search--input:focus {
  outline: none;
}

.loan-search--result-wrap {
  margin-top: 12px;
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 16px 16px 12px;
  border: 1px solid #E5E9F2;
}

.loan-search--result-item {
  color: #5E5D5D;
  padding-bottom: 12px;
  border-bottom: 0.5px solid #E5E9F2;
}
.loan-search--result-item:nth-child(3) {
  border: none;
}
.loan-search--result-item:nth-child(n+2) {
  padding-top: 16px;
}
.loan-search--result-item .result-title {
  font-family: SohneKraftig, sans-serif;
}
.loan-search--result-item .result-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 12px;
  row-gap: 24px;
}
@media (min-width: 375px) {
  .loan-search--result-item .result-details {
    grid-template-columns: 53px 48px 1fr;
    column-gap: 12px;
  }
}
@media (min-width: 1280px) {
  .loan-search--result-item .result-details {
    grid-template-columns: 73px 1fr 96px 86px;
    column-gap: 12px;
  }
}

.result-details-item {
  display: flex;
  flex-direction: column;
}
.result-details-item .item-title {
  font-size: 0.6rem;
}
.result-details-item .item-value {
  font-family: SohneKraftig, sans-serif;
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  .result-details-item:nth-child(2) {
    grid-column: 3/4;
  }
  .result-details-item:nth-child(3) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.apply-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1656C1;
  color: #FFFFFF;
  outline: none;
  border-radius: 4px;
  text-decoration: none;
  height: 32px;
  align-self: end;
  font-size: 0.75rem;
}
.apply-btn:focus {
  outline: none;
}
@media (min-width: 375px) {
  .apply-btn {
    grid-column: 1/4;
  }
}
@media (min-width: 1280px) {
  .apply-btn {
    grid-column: 4/5;
  }
}

.deals-wrap {
  padding-bottom: 20px;
  background-color: #F9FAFC;
  border-radius: 8px;
  margin-top: 32px;
}
@media (min-width: 1280px) {
  .deals-wrap {
    padding-bottom: 72px;
  }
}

.deals--title-wrap {
  display: flex;
  height: 44px;
  width: 100%;
}
@media (min-width: 1280px) {
  .deals--title-wrap {
    height: 48px;
  }
}
.deals--title-wrap .title--best {
  background-color: #F9FAFC;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: SohneKraftig, sans-serif;
  color: #575A65;
  border-top-left-radius: 8px;
  cursor: pointer;
}
.deals--title-wrap .title--low {
  background-color: #4377CD;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: SohneKraftig, sans-serif;
  color: #FFFFFF;
  cursor: pointer;
}
.deals--title-wrap .title--fast {
  background-color: #4377CD;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: SohneKraftig, sans-serif;
  color: #FFFFFF;
  border-top-right-radius: 8px;
  cursor: pointer;
}

.deals--best-wrap,
.deals--low-wrap,
.deals--fast-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 8px;
  padding: 24px 12px 0;
}
@media (min-width: 1280px) {
  .deals--best-wrap,
.deals--low-wrap,
.deals--fast-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 48px 30px 0;
  }
}

.deals--low-wrap,
.deals--fast-wrap {
  display: none;
}

.deals--item {
  height: 190px;
  padding: 11px 8px 0;
  border-radius: 8px;
  border: 1px solid #E5E9F2;
  background-color: #FFFFFF;
}
.deals--item:nth-child(3) {
  display: none;
}
@media (min-width: 1280px) {
  .deals--item:nth-child(3) {
    display: block;
  }
}
.deals--item .deals--tag {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #E5F7F1;
  font-family: SohneKraftig, sans-serif;
  font-size: 0.6rem;
  color: #27BD8B;
}
.deals--item .deals--text {
  text-align: center;
  font-size: 0.75rem;
  line-height: 14px;
  margin: 24px auto 0;
  width: 95px;
}
.deals--item .deals--interest {
  font-family: SohneHalbfett, sans-serif;
  font-size: 2.25rem;
  color: #575A65;
  text-align: center;
  display: block;
  margin-top: 8px;
}

.one-click {
  margin-top: 64px;
  padding: 0 12px;
}
@media (min-width: 1024px) {
  .one-click {
    margin-top: 143px;
  }
}
@media (min-width: 1280px) {
  .one-click {
    padding: 0 10%;
  }
}
@media (min-width: 1536px) {
  .one-click {
    max-width: 1440px;
    padding: 0;
    margin: 143px auto;
  }
}

.one-click--title-wrap__mobile {
  border-radius: 8px 8px 0 0;
  background-color: #FFFFFF;
  box-shadow: 0px -8px 32px rgba(0, 0, 0, 0.04);
  padding: 24px 20px 16px;
}
.one-click--title-wrap__mobile .one-click--title {
  font-family: SohneHalbfett, sans-serif;
  font-size: 2rem;
  color: #111317;
}
@media (min-width: 480px) {
  .one-click--title-wrap__mobile .one-click--title {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .one-click--title-wrap__mobile {
    display: none;
  }
}

.one-click--title-wrap__desktop {
  display: none;
}
@media (min-width: 1024px) {
  .one-click--title-wrap__desktop {
    display: block;
    border-radius: 8px 8px 0 0;
    background-color: #FFFFFF;
    box-shadow: 0px -8px 32px rgba(0, 0, 0, 0.04);
    padding: 80px 20px 16px 80px;
  }
}
.one-click--title-wrap__desktop .one-click--title {
  font-family: SohneHalbfett, sans-serif;
  font-size: 3rem;
  color: #111317;
  width: 500px;
}

.one-click--text-wrap__mobile {
  padding: 0 36px 32px 20px;
  background-color: #FFFFFF;
}
.one-click--text-wrap__mobile .one-click--text {
  font-size: 1.125rem;
  line-height: 23px;
  color: #575A65;
  max-width: 296px;
}
@media (min-width: 480px) {
  .one-click--text-wrap__mobile .one-click--text {
    text-align: center;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .one-click--text-wrap__mobile {
    display: none;
  }
}

.one-click--text-wrap__desktop {
  display: none;
}
@media (min-width: 1024px) {
  .one-click--text-wrap__desktop {
    display: block;
    background-color: #FFFFFF;
    padding: 0 0 49px 80px;
  }
  .one-click--text-wrap__desktop .one-click--text {
    color: #757575;
    font-size: 1.125 rem;
  }
}

.one-click--apply-wrap {
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .one-click--apply-wrap {
    padding: 0 80px;
  }
}
.one-click--apply-wrap a {
  margin-top: 8px;
}
@media (min-width: 480px) {
  .one-click--apply-wrap a {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .one-click--apply-wrap a {
    margin: 0;
  }
}

.one-click--img-wrap {
  width: 100%;
  margin: 40px auto;
}
.one-click--img-wrap .one-click--img {
  width: inherit;
  max-width: 327px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0px 5.51629px 44.1303px rgba(0, 0, 0, 0.04));
}
@media (min-width: 1024px) {
  .one-click--img-wrap .one-click--img {
    position: absolute;
    right: 60px;
    top: 2300px;
    transform: rotate(7.27deg);
  }
}
@media (min-width: 1280px) {
  .one-click--img-wrap .one-click--img {
    top: 2250px;
    left: 60%;
    right: unset;
  }
}

.testimonial-wrap {
  background-color: #1656C1;
  padding: 40px 20px;
  position: absolute;
  top: 3760px;
  width: 100%;
}
@media (min-width: 768px) {
  .testimonial-wrap {
    top: 3300px;
  }
}
@media (min-width: 1024px) {
  .testimonial-wrap {
    top: 2850px;
  }
}
@media (min-width: 1280px) {
  .testimonial-wrap {
    top: 2800px;
    padding: 40px 20px;
  }
}

.stars {
  display: flex;
  justify-content: center;
}

.testimonial-title {
  font-family: SohneHalbfett, sans-serif;
  font-size: 2rem;
  color: #FFFFFF;
  line-height: 41.6px;
  width: 280px;
  text-align: center;
  margin: 32px auto 0;
}
@media (min-width: 768px) {
  .testimonial-title {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .testimonial-title {
    font-size: 3rem;
  }
}

.testimonials {
  margin-top: 32px;
}
@media (min-width: 1280px) {
  .testimonials {
    display: grid;
    grid-template-columns: 368px 368px 368px;
    column-gap: 24px;
    justify-content: center;
    margin-top: 64px;
  }
}

.testimonials-item {
  background-color: #FFFFFF;
  padding: 24px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  max-width: 368px;
  margin: 0 auto;
}
.testimonials-item:nth-child(n+2) {
  display: none;
}
@media (min-width: 1280px) {
  .testimonials-item {
    margin: 0;
  }
  .testimonials-item:nth-child(n+2) {
    display: flex;
  }
}

.testimonial-text {
  line-height: 24px;
}

.testimonial-user {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.testimonial-user .user-name {
  font-family: SohneKraftig, sans-serif;
  margin-left: 16px;
}
.testimonial-user .testimonial--img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  object-fit: cover;
}

.testimonials-slidebars {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 1280px) {
  .testimonials-slidebars {
    display: none;
  }
}

.testimonials-btn {
  margin: 40px auto 0;
  width: 100%;
  max-width: 311px;
  height: 56px;
  background-color: #FFFFFF;
  font-family: SohneKraftig, sans-serif;
  color: #1656C1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 8px;
}

.blog-wrap {
  margin-top: 604px;
  padding: 0 20px;
}
.blog-wrap .blog-title {
  font-family: SohneHalbfett, sans-serif;
  font-size: 2rem;
  color: #323643;
  text-align: center;
}
@media (min-width: 1440px) {
  .blog-wrap .blog-title {
    font-size: 3rem;
  }
}
.blog-wrap .blog-text {
  color: #575A65;
  text-align: center;
  width: 271px;
  line-height: 23.4px;
  margin: 12px auto 0;
}
@media (min-width: 1024px) {
  .blog-wrap .blog-text {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .blog-wrap .blog-text {
    font-size: 1.125 rem;
  }
}
@media (min-width: 1024px) {
  .blog-wrap {
    margin-top: 804px;
  }
}
@media (min-width: 1440px) {
  .blog-wrap {
    padding: 0 10%;
  }
}
@media (min-width: 1536px) {
  .blog-wrap {
    padding: 0;
    max-width: 1440px;
    margin: 804px auto 0;
  }
}

.blog-item-wrap {
  margin-top: 40px;
  display: grid;
  row-gap: 24px;
  justify-content: center;
}
@media (min-width: 768px) {
  .blog-item-wrap {
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }
}
@media (min-width: 1280px) {
  .blog-item-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.blog-item {
  width: 100%;
  max-width: 368px;
}
@media (min-width: 768px) {
  .blog-item:nth-child(1) {
    justify-self: end;
  }
  .blog-item:nth-child(3) {
    grid-column: 1/3;
    justify-self: center;
  }
}
@media (min-width: 1280px) {
  .blog-item:nth-child(n+1) {
    justify-self: center;
  }
  .blog-item:nth-child(3) {
    grid-column: 3/4;
  }
}
@media (min-width: 1440px) {
  .blog-item:nth-child(1) {
    justify-self: end;
  }
  .blog-item:nth-child(3) {
    justify-self: start;
  }
}

.blog-img-wrap {
  width: inherit;
  border-radius: 8px 8px 0 0;
  height: 290px;
  background-image: url("https://res.cloudinary.com/kobe/image/upload/v1611765981/Loanspot/car-loans-3-2048x1367.jpg");
  background-size: cover;
  padding: 24px 20px;
}
.blog-img-wrap.two {
  background-image: url("https://res.cloudinary.com/kobe/image/upload/v1611766408/Loanspot/types-of-loans-2048x1429.jpg");
  background-size: cover;
}
.blog-img-wrap.three {
  background-image: url("https://res.cloudinary.com/kobe/image/upload/v1611766090/Loanspot/mortgage-loans-1-2048x1369.jpg");
  background-size: cover;
}
.blog-img-wrap .blog-item-tag {
  font-family: SohneKraftig, sans-serif;
  color: #27BD8B;
  background-color: #E5F7F1;
  width: 114px;
  height: 39px;
  border-radius: 8px;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-img-wrap .blog-img {
  width: inherit;
  height: inherit;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
}

.blog-details {
  padding: 20px 24px;
  border-radius: 0 0 8px 8px;
  height: 153px;
  background-color: #F4F8FE;
}
.blog-details .post-date {
  font-size: 0.875rem;
  color: #575A65;
}
.blog-details .post-title a {
  display: block;
  font-size: 1.25rem;
  color: #575A65;
  margin-top: 12px;
  font-family: SohneKraftig, sans-serif;
  text-decoration: none;
}
.blog-details .post-title a:hover {
  text-decoration: underline;
}

.blog--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: SohneKraftig, sans-serif;
  color: #FFFFFF;
  background-color: #1656C1;
  border-radius: 8px;
  border: none;
  outline: none;
  width: 100%;
  max-width: 320px;
  height: 56px;
  margin-top: 32px;
  margin: 40px auto 0;
}
.blog--btn:focus, .blog--btn:active {
  outline: none;
}
@media (min-width: 1024px) {
  .blog--btn {
    margin-top: 86px;
  }
}

.easy-access-wrap {
  margin-top: 64px;
  padding: 0 20px;
}
@media (min-width: 1280px) {
  .easy-access-wrap {
    padding: 0 10%;
    margin-top: 80px;
  }
}
@media (min-width: 1536px) {
  .easy-access-wrap {
    padding: 0;
  }
}

.easy-access {
  padding: 40px 16px 24px;
  background-color: #1656C1;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .easy-access {
    padding: 81px 16px 68px;
  }
}
@media (min-width: 1536px) {
  .easy-access {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.easy-access--text {
  margin: 0 auto 40px;
  max-width: 276px;
  color: #FFFFFF;
  text-align: center;
  font-family: SohneHalbfett, sans-serif;
  font-size: 2rem;
  line-height: 41.6px;
}
@media (min-width: 1024px) {
  .easy-access--text {
    font-size: 3rem;
    max-width: 100%;
  }
}

.easy-access-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: SohneKraftig, sans-serif;
  color: #FFFFFF;
  background-color: #1656C1;
  border-radius: 8px;
  border: none;
  outline: none;
  width: 100%;
  max-width: 320px;
  height: 56px;
  margin-top: 32px;
  margin: 0 auto;
  background-color: #FFFFFF;
  color: #1656C1;
}
.easy-access-btn:focus, .easy-access-btn:active {
  outline: none;
}

.footer {
  margin-top: 40px;
  padding: 32px;
}
@media (min-width: 1024px) {
  .footer {
    margin-top: 80px;
    padding: 64px 32px;
  }
}
@media (min-width: 1280px) {
  .footer {
    padding: 64px 10%;
  }
}
@media (min-width: 1536px) {
  .footer {
    padding: 0 0 40px;
  }
}
.footer .footer--links-wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .footer .footer--links-wrap {
    flex-direction: row;
  }
}
@media (min-width: 1536px) {
  .footer .footer--links-wrap {
    max-width: 1440px;
    margin: auto;
  }
}
.footer .footer--links-wrap .footer--links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 88px;
  row-gap: 48px;
}
@media (min-width: 1024px) {
  .footer .footer--links-wrap .footer--links {
    margin: 0 0 0 223px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 40px;
  }
}
@media (min-width: 1440px) {
  .footer .footer--links-wrap .footer--links {
    column-gap: 112px;
  }
}
.footer .products .products--title,
.footer .company .products--title,
.footer .help .products--title,
.footer .legal .products--title {
  font-family: SohneKraftig, sans-serif;
  color: #323643;
}
.footer .products .products--text,
.footer .company .products--text,
.footer .help .products--text,
.footer .legal .products--text {
  color: #575A65;
  margin-top: 16px;
  text-decoration: none;
  display: block;
}
.footer .social-links-wrap {
  padding: 16px 0;
  border-top: 1px solid #E5E9F2;
  border-bottom: 1px solid #E5E9F2;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .footer .social-links-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .footer .social-links-wrap {
    margin-top: 64px;
  }
}
@media (min-width: 1536px) {
  .footer .social-links-wrap {
    max-width: 1440px;
    margin: 64px auto 0;
  }
}
.footer .app-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 16px;
}
.footer .app-links .app-store-link {
  margin-top: 16px;
}
@media (min-width: 375px) {
  .footer .app-links {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer .app-links .app-store-link {
    margin-left: 16px;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .footer .app-links {
    justify-content: start;
    padding: 0;
  }
}
.footer .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
  border-top: 1px solid #E5E9F2;
}
@media (min-width: 768px) {
  .footer .social-links {
    padding: 0;
    border: none;
  }
}
.footer .social-links .facebook,
.footer .social-links .linkedin {
  margin-left: 16px;
}
.footer .copyright-wrap {
  margin-top: 32px;
}
.footer .copyright-wrap .copyright {
  font-size: 0.6rem;
  line-height: 13px;
  color: #575A65;
  text-align: center;
  max-width: 688px;
  margin: auto;
}