/* source-sans-pro-regular - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: normal;
  src:
    local(''),
    url('/fonts/SourceSansPro/source-sans-pro-v21-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2')
      format('woff2'),
    url('/fonts/SourceSansPro/source-sans-pro-v21-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff')
      format('woff');
  font-display: swap;
  /* Chrome 26+, Opera 23+, Firefox 39+ */
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-600 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: bold;
  src:
    local(''),
    url('/fonts/SourceSansPro/source-sans-pro-v21-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.woff2')
      format('woff2'),
    url('/fonts/SourceSansPro/source-sans-pro-v21-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.woff')
      format('woff');
  font-display: swap;
  /* Chrome 26+, Opera 23+, Firefox 39+ */
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
  --main-color: #3dc5ff;
  --header-bg: #008ecb;
  --accent-color: #f54a88;
  --btn-hover-color: #e12e6f;
  --btn-active-color: #bd2a60;
  --card-bg: #fff;
  --font-color: #202020;
  --lenders-bg: #ececec;
  --border-color: #c6c5c5;
  --secondary-font-color: #6e6e6e;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  color: var(--font-color);
}
.header {
  background: var(--header-bg);
}
.header__brand:before {
  content: '';
  width: 34px;
  height: 34px;
  background-image: url('/img/themes/5/logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 18px;
}
@media (max-width: 459px) {
  .header__brand:before {
    width: 14px !important;
  }
}
.common-offers__section {
  background: var(--main-color);
}
.header__counter span {
  color: var(--accent-color);
}
.common-offers__title span {
  color: var(--accent-color);
}
.common-offers__subtitle span {
  color: var(--accent-color);
}
.common-offers__subtitle .arrow {
  --color: var(--accent-color) !important;
}
.offer-card:hover {
  border: 1px solid var(--accent-color);
}
.offer-card:nth-of-type(1) .offer-card__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.offer-card:nth-of-type(1) .offer-card__header:after {
  content: '1';
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 38px;
  background-color: #f5ba2a;
  -webkit-mask-image: url('/img/themes/5/big_star.svg');
  mask-image: url('/img/themes/5/big_star.svg');
  box-sizing: border-box;
  padding-top: 4px;
  flex-shrink: 0;
}
.offer-card:nth-of-type(2) .offer-card__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.offer-card:nth-of-type(2) .offer-card__header:after {
  content: '2';
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 38px;
  background-color: #d2990d;
  -webkit-mask-image: url('/img/themes/5/big_star.svg');
  mask-image: url('/img/themes/5/big_star.svg');
  box-sizing: border-box;
  padding-top: 4px;
  flex-shrink: 0;
}
.offer-card:nth-of-type(3) .offer-card__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.offer-card:nth-of-type(3) .offer-card__header:after {
  content: '3';
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 38px;
  background-color: #c28c07;
  -webkit-mask-image: url('/img/themes/5/big_star.svg');
  mask-image: url('/img/themes/5/big_star.svg');
  box-sizing: border-box;
  padding-top: 4px;
  flex-shrink: 0;
}
@media (max-width: 599px) {
  .offer-card:nth-of-type(1) .offer-card__header:after,
  .offer-card:nth-of-type(2) .offer-card__header:after,
  .offer-card:nth-of-type(3) .offer-card__header:after {
    display: none;
  }

  .offer-card:nth-of-type(1) .offer-card__header,
  .offer-card:nth-of-type(2) .offer-card__header,
  .offer-card:nth-of-type(3) .offer-card__header {
    justify-content: center;
  }
}
.offer-card__first-tag {
  display: none !important;
}
.offer-card__tags {
  display: flex !important;
  justify-content: center;
  color: #fff !important;
  margin-top: 0 !important;
}
@media (max-width: 599px) {
  .offer-card__tags .offer-card__tag:not(:first-child) {
    display: none;
  }
}
@media (max-width: 1280px) {
  .offer-card__tags {
    justify-content: flex-start;
  }
}
@media (min-width: 1280px) {
  .offer-card__tags {
    justify-content: flex-start;
  }
}
.offer-card__tags :first-of-type {
  opacity: inherit !important;
  color: #fff !important;
}
.offer-card__tags .offer-card__tag {
  background: var(--main-color);
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}
.offer-card__tags .offer-card__tag:nth-child(1n + 3) {
  display: none;
}
@media (max-width: 374px) {
  .offer-card__tags .offer-card__tag {
    font-size: 11px;
  }
}
.offer-card__lines {
  gap: 5px;
  margin: 12px 0 auto 0;
}
.offer-card__line {
  gap: 5px;
}
@media (min-width: 1024px) {
  .offer-card__line {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.offer-card__line__title {
  font-size: 14px;
  line-height: 21px;
  color: #6f6f6f;
}
@media (min-width: 1024px) {
  .offer-card__line__title {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .offer-card__line__title:before {
    content: '';
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    margin-right: 4px;
    background-color: var(--header-bg);
  }
}
.offer-card__line__value {
  font-size: 14px;
  line-height: 21px;
  color: var(--font-color);
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
}
.offer-card__line__value:before {
  content: '';
  display: block;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
  margin-right: 4px;
  background-color: var(--header-bg);
}
@media (max-width: 374px) {
  .offer-card__line__value {
    font-size: 12px;
    line-height: 14px;
  }

  .offer-card__line__value:before {
    width: 18px;
    height: 18px;
    mask-size: 18px;
    -webkit-mask-size: 18px;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .offer-card__line__value {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .offer-card__line__value {
    text-align: right;
  }
  .offer-card__line__value:before {
    display: none;
  }
}
.offer-card__line:nth-of-type(1) .offer-card__line__value:before {
  -webkit-mask-image: url('/img/coins.svg');
  mask-image: url('/img/coins.svg');
}
@media (min-width: 1024px) {
  .offer-card__line:nth-of-type(1) .offer-card__line__title:before {
    -webkit-mask-image: url('/img/coins.svg');
    mask-image: url('/img/coins.svg');
  }
}
.offer-card__line:nth-of-type(2) .offer-card__line__value:before {
  -webkit-mask-image: url('/img/rocket.svg');
  mask-image: url('/img/rocket.svg');
}
@media (min-width: 1024px) {
  .offer-card__line:nth-of-type(2) .offer-card__line__title:before {
    -webkit-mask-image: url('/img/rocket.svg');
    mask-image: url('/img/rocket.svg');
  }
}
.offer-card__line:nth-of-type(3) .offer-card__line__value:before {
  -webkit-mask-image: url('/img/user.svg');
  mask-image: url('/img/user.svg');
}
@media (min-width: 1024px) {
  .offer-card__line:nth-of-type(3) .offer-card__line__title:before {
    -webkit-mask-image: url('/img/user.svg');
    mask-image: url('/img/user.svg');
  }
}
.offer-card__rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 12px;
  height: 30px;
}
@media (min-width: 1024px) {
  .offer-card__rating {
    height: 34px;
  }
}
.offer-card__rating__text {
  font-size: 14px;
  line-height: 21px;
  color: #6f6f6f;
}
.btn {
  margin-top: 12px;
  background: var(--accent-color);
  border-radius: 35px !important;
}
@media (max-width: 479px) {
  .offer-card .btn {
    height: auto !important;
    padding: 12px 5px !important;
  }
}
.btn:hover {
  background: var(--btn-hover-color);
}
.btn:active {
  background: var(--btn-active-color);
}
.btn__text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .btn__text {
    font-size: 15px !important;
    line-height: 16px !important;
  }
}
@media (max-width: 419px) {
  .btn__text {
    font-size: 13px !important;
    line-height: 14px !important;
  }
}
.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);
}
.not-rejected__pic__wrapper {
  border: 1px solid var(--font-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__legal {
  color: #6f6f6f;
}
.lenders-info__card__body {
  color: #6f6f6f;
}
.lenders-info__card__footer {
  color: #6f6f6f;
}
.seo-text {
  background: var(--lenders-bg);
  color: #6f6f6f;
}
.brand {
  color: var(--main-color);
}
