@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/open-sans-300.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/open-sans-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/open-sans-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/open-sans-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/open-sans-700.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/open-sans-800.woff2') format('woff2');
}

@keyframes example-b5986df3 {
  0% {
    transform: rotate(30deg);
  }
  50% {
    transform: rotate(-30deg);
  }
  to {
    transform: rotate(30deg);
  }
}

.question__answer--opened {
    max-height: 450px !important;
    padding-top: 15px !important;
}

@media (min-width: 1280px) {
    .question__answer--opened {
        padding-top: 20px;
    }
}

.footer {
  background-color: #102429;
  color: #fff;
  padding: 32px 20px;
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 12px;
    line-height: 16px;
    padding: 20px;
  }
}
@media screen and (max-width: 460px) {
  .footer {
    padding: 20px 16px;
  }
}
.footer__copyrights {
  font-size: 14px;
  line-height: 20px;
}
.footer__copyrights p {
  margin: 0 0 12px;
}
.footer__copyrights p:last-child {
  margin: 0;
}

.page,
.page :after,
.page :before {
  font-family: 'Open Sans', sans-serif;
}
.page {
  --main-color: #64d65e;
  --header-bg: #45d03e;
  --bold-text: #009654;
  --accent-color: #f5ba2a;
  --btn-hover-color: #e9a706;
  --btn-active-color: #cb9000;
  --card-bg: #fff;
  --font-color: #202020;
  --lenders-bg: #ececec;
  --border-color: #c6c5c5;
  --secondary-font-color: #6e6e6e;
}
.page .header__brand:before {
  background-image: url(/wp-content/uploads/2026/05/logo.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 22px;
  margin-right: 15px;
  width: 34px;
}
@media (max-width: 1023px) {
  .page .header__brand:before {
    height: 14px !important;
    margin-right: 10px;
    width: 22px !important;
  }
}
.page .header__counter span {
  color: var(--bold-text);
}
.page .common-offers__subtitle span,
.page .common-offers__title span {
  color: var(--bold-text);
}
.page .common-offers__header .arrow {
  --color: var(--bold-text);
}
.page .offer-card {
  border-radius: 10px;
  gap: 12px;
  margin: 0;
  padding: 10px 15px 20px;
  transition: 0.3s;
}
.page .offer-card:hover {
  border: 1px solid #f5ba2a;
}
@media (max-width: 1023px) {
  .page .offer-card {
    max-width: calc(33.33333% - 13.33333px);
    width: calc(33.33333% - 13.33333px);
  }
}
@media (max-width: 767px) {
  .page .offer-card {
    max-width: calc(50% - 5.5px);
    padding: 10px 10px 20px;
    width: calc(50% - 5.5px);
  }
}
.page .offer-card__header {
  gap: 10px;
  height: 70px;
  justify-content: center;
  margin: 0;
  position: relative;
}
@media (max-width: 767px) {
  .page .offer-card__header {
    height: 70px;
  }
}
.page .offer-card__header:after {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  line-height: 24px;
  width: 40px;
}
.offer-card__logo {
    max-height: 75px;
    max-width: 180px;
}
@media (max-width: 599px) {
  .page .offer-card__header:after {
    font-size: 18px;
    height: 32px;
    line-height: 22px;
    position: absolute;
    right: -25px;
    top: -20px;
    width: 32px;
  }
.offer-card__logo {
    max-height: 70px;
    max-width: 100%;
}
	.offer-card__nbu__item {
		font-size: 10px !important;
	}
}
.page .offer-card__tags {
  display: none;
}
.page .offer-card__first-tag {
  align-items: center;
  border: 1px dashed #64d65e;
  color: #202020;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  justify-content: center;
  line-height: 24px;
  min-height: unset;
  padding: 5px;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .page .offer-card__first-tag {
    font-size: 14px;
    line-height: 16px;
  }
}
.page .offer-card__lines {
  gap: 5px;
  margin: 0 0 auto;
}
.page .offer-card__line {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .page .offer-card__line {
    align-items: flex-start;
    flex-direction: column;
    gap: 1px;
  }
}
.page .offer-card__line__title {
  align-items: center;
  color: #6f6f6f;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  gap: 4px;
  line-height: 24px;
  text-align: left;
}
@media (max-width: 767px) {
  .page .offer-card__line__title {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 439px) {
  .page .offer-card__line__title {
    font-size: 13px;
  }
}
.page .offer-card__line__title:before {
  background: #64d65e;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 24px;
  mask-size: 24px;
  -webkit-mask-size: 24px;
  width: 24px;
}
@media (max-width: 767px) {
  .page .offer-card__line__title:before {
    display: none;
  }
}
.page .offer-card__line__value {
  align-items: center;
  color: #202020;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  gap: 3px;
  line-height: 24px;
  text-align: right;
}
@media (max-width: 767px) {
  .page .offer-card__line__value {
    font-size: 14px;
    line-height: 21px;
    text-align: left;
  }
}
@media (max-width: 439px) {
  .page .offer-card__line__value {
    font-size: 13px;
  }
}
.page .offer-card__line__value:before {
  background: #64d65e;
  content: "";
  display: none;
  flex-shrink: 0;
  height: 24px;
  mask-size: 24px;
  -webkit-mask-size: 24px;
  width: 24px;
}
@media (max-width: 767px) {
  .page .offer-card__line__value:before {
    display: block;
  }
}
.page .offer-card__line:first-child .offer-card__line__title:before,
.page .offer-card__line:first-child .offer-card__line__value:before {
  -webkit-mask-image: url(/wp-content/uploads/2026/05/coins.svg);
  mask-image: url(/wp-content/uploads/2026/05/coins.svg);
}
.page .offer-card__line:nth-child(2) .offer-card__line__title:before,
.page .offer-card__line:nth-child(2) .offer-card__line__value:before {
  -webkit-mask-image: url(/wp-content/uploads/2026/05/rocket.svg);
  mask-image: url(/wp-content/uploads/2026/05/rocket.svg);
}
.page .offer-card__line:nth-child(3) .offer-card__line__title:before,
.page .offer-card__line:nth-child(3) .offer-card__line__value:before {
  -webkit-mask-image: url(/wp-content/uploads/2026/05/user.svg);
  mask-image: url(/wp-content/uploads/2026/05/user.svg);
}
@media (max-width: 767px) {
  .page .offer-card.hide-titles .offer-card__line {
    align-items: center;
  }
  .page .offer-card.hide-titles .offer-card__line__title {
    display: none;
  }
  .page .offer-card.hide-titles .offer-card__line__value {
    line-height: 16px;
    text-align: center;
  }
}
.page .offer-card__nbu {
  margin: auto 0;
}
.page .offer-card__nbu__item {
  color: var(--accent-color);
  background: none;
}
.page .offer-card .btn {
  background: var(--accent-color);
  border-radius: 10px;
  height: auto;
  margin: 0;
  padding: 16px 10px;
  transition: 0.3s;
}
.page .offer-card .btn:hover {
  background: var(--btn-hover-color);
}
.page .offer-card .btn:active {
  background: var(--btn-active-color);
}
.page .offer-card .btn__text {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
  justify-content: center;
  line-height: 24px;
}
@media (max-width: 599px) {
  .page .offer-card .btn__text {
    font-size: 15px;
    line-height: 16px;
  }
}
@media (max-width: 419px) {
  .page .offer-card .btn__text {
    font-size: 13px;
    gap: 7px;
    line-height: 14px;
  }
}
.page .offer-card .btn__text:after {
  background-image: url(/wp-content/uploads/2026/05/btn-icon.svg);
  background-size: cover;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
}
@media (max-width: 599px) {
  .page .offer-card .btn__text:after {
    height: 18px;
    width: 18px;
  }
}
@media (max-width: 374px) {
  .page .offer-card .btn__text:after {
    height: 14px;
    width: 14px;
  }
}
.page .offer-card__rating--number {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: center;
  padding: 5px;
}
@media (max-width: 599px) {
  .page .offer-card__rating--number {
    padding: 0;
  }
}
.page .offer-card__rating__text {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.page .offer-card:first-child .offer-card__header:after {
  background: linear-gradient(
    222deg,
    #efc633 13.61%,
    #ffde81 49.53%,
    #f5bd33 82.57%
  );
  content: "1";
}
.page .offer-card:nth-child(2) .offer-card__header:after {
  background: linear-gradient(
    239deg,
    #a9a9a9 9.22%,
    #d2d2d2 53.05%,
    #bfbfbf 90.68%
  );
  content: "2";
}
.page .offer-card:nth-child(3) .offer-card__header:after {
  background: linear-gradient(
    225deg,
    #ca9b29 -0.62%,
    #eebf4b 50.94%,
    #ce9b1e 99.38%
  );
  content: "3";
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
* {
  box-sizing: border-box;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
a {
  background-color: transparent;
}
b {
  font-weight: bolder;
}
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
img {
  border-style: none;
}
button {
  border: none;
  cursor: pointer;
}
button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[hidden] {
  display: none;
}
.container {
  margin: 0 auto;
  max-width: 1280px;
}
a,
a[href^="tel"] {
  text-decoration: none;
}
a[href^="tel"] {
  color: inherit;
}
body {
  color: var(--font-color);
}
.header {
  background: var(--header-bg);
}
.common-offers__section {
  background: var(--main-color);
}
.offer-card:hover {
  border: 1px solid var(--accent-color);
}
.offer-card__lines {
  gap: 5px;
  margin: 12px 0;
}
.questions-section {
  background: var(--card-bg);
  color: var(--font-color);
}
.faq {
  border: 1px solid #6f6f6f;
}
.if-rejected__tips__line {
  background: var(--border-color);
}
.if-rejected__tip__marker {
  background: var(--accent-color);
}
.question {
  border-top: 1px solid var(--border-color);
}
.question svg {
  border: 1px solid var(--accent-color);
}
.question svg path {
  fill: var(--accent-color);
  stroke: var(--accent-color);
}
.lenders-info {
  background: var(--lenders-bg);
}
.lenders-info__card__header {
  border-bottom: 1px solid var(--border-color);
}
.lenders-info__card__body,
.seo-text {
  color: #6f6f6f;
}
.seo-text {
  background: var(--lenders-bg);
}
.brand {
  color: var(--main-color);
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.brand {
  align-items: center;
  display: flex;
  flex-direction: row;
}
@media (min-width: 1280px) {
  .brand__logo {
    height: 40px;
    width: 40px;
  }
}
.brand__logo path {
  stroke: var(--color);
}
.arrow {
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  --color: #fff;
}
@media (max-width: 767px) {
  .arrow {
    height: 20px;
    width: 20px;
  }
}
.arrow span {
  animation: animate-f5a65472 2s infinite;
  border-bottom: 2px solid var(--color);
  border-right: 2px solid var(--color);
  display: block;
  height: 50%;
  left: calc(50% + 4px);
  margin: -10px;
  position: relative;
  transform: rotate(45deg) translate(-50%);
  width: 50%;
}
.arrow span:nth-child(2) {
  animation-delay: -0.2s;
  bottom: -1px;
}
.arrow span:nth-child(3) {
  animation-delay: -0.4s;
  bottom: -2px;
}
@keyframes animate-f5a65472 {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-10px, -10px);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: rotate(45deg) translate(15px, 15px);
  }
}
.payment-methods {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
}
@media (max-width: 767px) {
  .payment-methods {
    gap: 10px;
  }
}
.payment-methods__item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.payment-methods__item.visa {
  background-image: url(/wp-content/uploads/2026/05/visa.svg);
  height: 22px;
  width: 67px;
}
@media (max-width: 767px) {
  .payment-methods__item.visa {
    height: 18px;
    width: 58px;
  }
}
.payment-methods__item.mastercard {
  background-image: url(/wp-content/uploads/2026/05/mastercard.svg);
  height: 37px;
  width: 59px;
}
@media (max-width: 767px) {
  .payment-methods__item.mastercard {
    height: 31px;
    width: 50px;
  }
}
.payment-methods__item.americanexpress {
  background-image: url(/wp-content/uploads/2026/05/americanexpress.svg);
  height: 22px;
  width: 67px;
}
@media (max-width: 767px) {
  .payment-methods__item.americanexpress {
    height: 18px;
    width: 55px;
  }
}
.protection {
  align-items: center;
  background: #ffffff40;
  border-radius: 8px;
  display: flex;
  gap: 8px;
  padding: 8px 12px 10px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .protection {
    align-items: flex-start;
    gap: 4px;
    padding: 4px 6px 6px;
    width: 100%;
  }
}
.protection__icon {
  background-color: #fff;
  flex-shrink: 0;
  height: 16px;
  -webkit-mask-image: url(/wp-content/uploads/2026/05/protection.svg);
  mask-image: url(/wp-content/uploads/2026/05/protection.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 16px;
}
.protection__text {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
@media (max-width: 767px) {
  .protection__text {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
  }
}
.common-offers__section {
  padding: 25px 15px 100px;
}
@media (max-width: 767px) {
  .common-offers__section {
    padding: 20px 15px;
  }
}
.common-offers__section .container {
  display: flex;
  flex-direction: column;
}
.common-offers__header {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .common-offers__header {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.common-offers__header .arrow_left {
  display: none;
}
.common-offers__heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .common-offers__heading {
    gap: 5px;
  }
}
.common-offers__title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin: 0;
}
@media (max-width: 1023px) {
  .common-offers__title {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .common-offers__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.common-offers__title-container {
  align-items: center;
  display: flex;
  gap: 10px;
}
@media (max-width: 1023px) {
  .common-offers__title-container {
    justify-content: center;
  }
}
@media (max-width: 599px) {
  .common-offers__title-container {
    padding: 0;
  }
}
.common-offers__subtitle {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  margin: 0;
}
@media (max-width: 1023px) {
  .common-offers__subtitle {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .common-offers__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.common-offers__subtitle-container {
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 0 0 12px;
}
@media (max-width: 1023px) {
  .common-offers__subtitle-container {
    justify-content: center;
  }
}
@media (max-width: 599px) {
  .common-offers__subtitle-container {
    padding: 0;
  }
}
.common-offers__payment-info {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 25px;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .common-offers__payment-info {
    align-items: flex-end;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .common-offers__payment-info {
    align-items: center;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .common-offers__payment-info {
    gap: 10px;
  }
}
@media (max-width: 374px) {
  .common-offers__payment-info {
    flex-direction: column;
  }
}
.common-offers__payment-info .protection {
  max-width: 190px;
}
@media (max-width: 1279px) {
  .common-offers__payment-info .protection {
    max-width: 100%;
  }
}
.common-offers__payment-info .payment-methods {
  flex-shrink: 0;
}
.offers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .offers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 25px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .offer-card.hide-titles .offer-card__line {
    display: flex;
    justify-content: center;
  }
  .offer-card.hide-titles .offer-card__line__title {
    display: none;
  }
}
.header {
  align-items: center;
  display: flex;
  height: 55px;
  justify-content: center;
  padding: 0 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .header {
    height: 80px;
  }
}
.header__brand {
  align-items: center;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 25px;
  justify-content: center;
  line-height: 35px;
}
@media (min-width: 768px) {
  .header__brand {
    font-size: 30px;
    line-height: 38px;
  }
}
.header__brand:after,
.header__brand:before {
  flex-shrink: 0;
}
.header__counter {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
}
@media (max-width: 767px) {
  .header__counter {
    font-size: 16px;
  }
}
@media (max-width: 459px) {
  .header__counter {
    font-size: 12px;
    line-height: 16px;
  }
}
.header.counter .container {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .header.counter .header__brand {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 459px) {
  .header.counter .header__brand {
    font-size: 18px;
    line-height: 24px;
  }
  .header.counter .header__brand:after,
  .header.counter .header__brand:before {
    height: 14px;
    width: 26px;
  }
  .header.counter .header__brand:before {
    margin-right: 8px;
  }
  .header.counter .header__brand:after {
    margin-left: 8px;
  }
}
.lenders-info__card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 22px #0000001f;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .lenders-info__card {
    width: calc(50% - 5px);
  }
}
@media (min-width: 1280px) {
  .lenders-info__card {
    margin-bottom: 0;
    padding: 25px 25px 30px;
    width: 302px;
  }
}
.lenders-info__card__header {
  padding-bottom: 15px;
}
.lenders-info__card__title {
  color: var(--font-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  word-wrap: break-word;
}
@media (min-width: 1280px) {
  .lenders-info__card__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
.lenders-info__card__body {
  padding-top: 15px;
}
.lenders-info__card__row {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0 0 7px;
  word-wrap: break-word;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .lenders-info__card__row {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}
.lenders-info__card__additional {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin: 5px 0;
  white-space: break-spaces;
}
.lenders-info__card__additional:first-of-type {
  margin-top: 15px;
  padding-top: 15px;
}
.lenders-info__card__additional:last-child {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .lenders-info__card__additional {
    font-size: 14px;
    line-height: 21px;
  }
}
.lenders-info {
  padding: 50px 15px 30px;
}
@media (min-width: 1280px) {
  .lenders-info {
    padding-bottom: 50px;
    padding-top: 100px;
  }
}
.lenders-info__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  margin: 0 0 25px;
}
@media (min-width: 1280px) {
  .lenders-info__title {
    font-size: 40px;
    line-height: 50px;
  }
}
.lenders-info__body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1280px) {
  .lenders-info__body {
    gap: 24px;
    justify-content: flex-start;
  }
}
.lenders-info .lenders-info__additional-text {
  margin-bottom: 25px;
}
.lenders-info .lenders-info__additional-text h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  margin: 0 0 25px;
}
@media (min-width: 1280px) {
  .lenders-info .lenders-info__additional-text h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.lenders-info .lenders-info__additional-text p {
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1280px) {
  .lenders-info .lenders-info__additional-text p {
    font-size: 16px;
    line-height: 20px;
  }
}
.btn {
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  line-height: 24px;
  transition: background 0.5s ease;
  width: 100%;
}
.offer-card {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: 2px 2px 22px #0000002e;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0;
  max-width: calc(50% - 6px);
  padding: 10px 10px 20px;
  width: calc(50% - 6px);
}
@media (min-width: 768px) {
  .offer-card {
    margin: 0;
    max-width: calc(25% - 15px);
    padding: 10px 15px 20px;
    width: calc(25% - 15px);
  }
}
@media (min-width: 1280px) {
  .offer-card {
    margin-top: 15px;
    padding: 18px 18px 25px;
    width: 410px;
  }
}
.offer-card:hover {
  transition: 0.5s ease;
}
.offer-card__header {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 48px;
  justify-content: center;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .offer-card__header {
    margin-bottom: 17px;
  }
}
.offer-card__first-tag {
  align-items: center;
  display: flex;
  font-size: 14px;
  justify-content: center;
  line-height: 21px;
  min-height: 54px;
  padding: 5px 0;
  text-align: center;
}
@media (min-width: 1280px) {
  .offer-card__first-tag {
    font-size: 16px;
    height: 60px;
    line-height: 24px;
    min-height: unset;
  }
}
.offer-card__lines {
  border: none;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .offer-card__lines {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
  }
}
.offer-card__line {
  white-space: break-spaces;
}
@media (min-width: 1280px) {
  .offer-card__line {
    text-align: left;
  }
}
.offer-card__line__title {
  margin-bottom: 1px;
}
.offer-card__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 1280px) {
  .offer-card__tags {
    margin-bottom: auto;
    margin-top: 15px;
  }
}
.offer-card__tags :first-of-type {
  color: #fff;
  opacity: 0.5;
}
.offer-card__tags--first {
  display: none;
}
.offer-card__tag {
  border-radius: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding: 3px 10px 4px;
}
.offer-card__nbu {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.offer-card__nbu__item {
  color: #1cc995;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  text-decoration: underline;
}
.offer-card .btn {
  font-size: 16px;
  height: 55px;
  line-height: 24px;
}
.offer-card__example {
  color: #8c8c8c;
  font-size: 10px;
  margin-top: 10px;
}
.offer-card__rating {
  display: none;
}
.question {
  -webkit-tap-highlight-color: transparent;
  padding: 18px 0 20px;
}
@media (min-width: 1280px) {
  .question {
    padding: 25px 0 32px;
  }
}
.question__header {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 19px;
  justify-content: space-between;
}
.question__header__text {
  flex-shrink: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
@media (min-width: 1280px) {
  .question__header__text {
    font-size: 25px;
    line-height: 35px;
  }
}
.question__header svg {
  border-radius: 50%;
  box-sizing: border-box;
  flex-shrink: 0;
  height: 30px;
  width: 30px;
}
.question__answer {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
@media (min-width: 1280px) {
  .question__answer {
    font-size: 16px;
    line-height: 24px;
  }
}
.faq {
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 25px 20px 30px;
}
@media (min-width: 1280px) {
  .faq {
    margin-bottom: 100px;
    padding: 35px;
  }
}
.faq__header {
  margin-bottom: 25px;
}
@media (min-width: 1280px) {
  .faq__header {
    margin-bottom: 35px;
  }
}
.faq__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  margin: 0;
}
@media (min-width: 1280px) {
  .faq__title {
    font-size: 40px;
    line-height: 50px;
  }
}
.questions-section {
  padding: 50px 15px 60px;
}
.if-rejected {
  margin-bottom: 25px;
}
@media (min-width: 1280px) {
  .if-rejected {
    display: flex;
    flex-direction: row;
    gap: 90px;
    justify-content: space-between;
  }
  .if-rejected__first-part {
    flex-shrink: 0;
    width: 526px;
  }
}
.if-rejected__question {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  margin: 0;
}
@media (min-width: 1280px) {
  .if-rejected__question {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
  }
}
.if-rejected__answer {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 20px 0 35px;
}
@media (min-width: 1280px) {
  .if-rejected__answer {
    font-size: 16px;
    line-height: 24px;
    margin: 30px 0 0;
  }
}
.if-rejected__tips {
  list-style: none;
  padding-left: 0;
}
.if-rejected__tips__line {
  height: 100%;
  left: 7px;
  position: absolute;
  top: 4px;
  width: 1px;
}
.if-rejected__tip {
  display: flex;
  flex-direction: row;
  gap: 25px;
  padding-bottom: 25px;
  position: relative;
}
.if-rejected__tip__marker {
  border-radius: 50%;
  flex-shrink: 0;
  height: 15px;
  position: relative;
  top: 4px;
  width: 15px;
}
.if-rejected__tip__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
@media (min-width: 1280px) {
  .if-rejected__tip__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.additional-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
@media (min-width: 1280px) {
  .additional-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.seo-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding: 20px 15px;
}
.seo-text h2 {
  font-size: 25px;
  font-weight: 400;
  line-height: 33px;
  margin: 0 0 15px;
}
@media (min-width: 1280px) {
  .seo-text h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.seo-text h3,
.seo-text h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 30px 0 15px;
}
@media (min-width: 1280px) {
  .seo-text h3,
  .seo-text h4 {
    font-size: 25px;
    line-height: 35px;
  }
}
.seo-text__content {
  font-size: 12px;
}
@media (min-width: 1280px) {
  .seo-text__content {
    font-size: 14px;
  }
}
.seo-text__content h3 {
  margin-top: 0;
}
.seo-text__content h4 {
  margin-bottom: 0;
}
.seo-text__content p:first-child {
  margin-top: 0;
}
.seo-text__content p + h3 {
  margin-top: 30px;
}
@keyframes example-b5986df3 {
  0% {
    transform: rotate(30deg);
  }
  50% {
    transform: rotate(-30deg);
  }
  to {
    transform: rotate(30deg);
  }
}
