/* inter-500 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: normal;
  src:
    local(''),
    url('/fonts/Inter/inter-v12-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.woff2')
      format('woff2'),
    url('/fonts/Inter/inter-v12-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.woff')
      format('woff');
  font-display: swap;
  /* Chrome 26+, Opera 23+, Firefox 39+ */
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-600 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: bold;
  src:
    local(''),
    url('/fonts/Inter/inter-v12-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.woff2')
      format('woff2'),
    url('/fonts/Inter/inter-v12-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: #00c898;
  --header-bg: #00a67e;
  --accent-color: #ad00ff;
  --btn-hover-color: #8f00d2;
  --btn-active-color: #7300a9;
  --card-bg: #fff;
  --font-color: #202020;
  --lenders-bg: #ececec;
  --border-color: #c6c5c5;
  --secondary-font-color: #6e6e6e;
  font-family: Inter, Arial, sans-serif;
  color: var(--font-color);
}
.header {
  background: var(--header-bg);
}
.header__brand:before {
  content: '';
  width: 34px;
  height: 22px;
  background-image: url('/img/themes/2/logo-m.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 18px;
}
@media (min-width: 1280px) {
  .header__brand:before {
    background-image: url('/img/themes/2/logo-d.svg');
  }
}
@media (max-width: 459px) {
  .header__brand:before {
    width: 12px !important;
  }
}
.header__counter span {
  color: var(--accent-color);
}
.common-offers__section {
  background: var(--main-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__first-tag {
  color: var(--font-color);
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 414px) {
  .offer-card__first-tag {
    min-height: unset !important;
    padding: 0 !important;
    font-size: 13px !important;
  }
}
.offer-card__first-tag:before {
  content: '';
  height: 24px;
  width: 24px;
  margin-right: 5px;
  background-color: var(--main-color);
  -webkit-mask-image: url('/img/like.svg');
  mask-image: url('/img/like.svg');
  flex-shrink: 0;
}
@media (max-width: 389px) {
  .offer-card__first-tag {
    font-size: 12px !important;
    position: relative;
  }

  .offer-card__first-tag:before {
    height: 16px;
    width: 16px;
    mask-size: 16px;
    -webkit-mask-size: 16px;
  }
}
.offer-card__tags {
  display: none !important;
}
.offer-card__lines {
  gap: 5px;
  margin: 12px 0 auto 0 !important;
}
@media (min-width: 1280px) {
  .offer-card__lines {
    gap: 8px !important;
  }
}
.offer-card__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #dadada;
  padding-top: 2px;
}
@media (min-width: 1280px) {
  .offer-card__line {
    padding-top: 3px;
  }
}
.offer-card__line__title {
  font-size: 14px;
  line-height: 21px;
  color: #6f6f6f;
  margin-bottom: 1px;
  text-align: center;
}
@media (min-width: 1024px) {
  .offer-card__line__title {
    margin-bottom: 2px;
  }
}
.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;
}
@media (max-width: 374px) {
  .offer-card__line__value {
    font-size: 12px;
  }
}
.offer-card__rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  height: 30px;
}
@media (min-width: 1024px) {
  .offer-card__rating {
    height: 34px;
  }
}
.offer-card__rating__star {
  height: 20px;
  width: 20px;
  background-color: #f1f52a;
  -webkit-mask: url('/img/star.svg') no-repeat center;
  mask: url('/img/star.svg') no-repeat center;
}
.offer-card__rating__text {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  padding-top: 2px;
  margin-left: 3px;
}
.btn {
  margin-top: 12px;
  background: var(--accent-color);
}
.btn:hover {
  background: var(--btn-hover-color);
}
.btn:active {
  background: var(--btn-active-color);
}
@media (max-width: 479px) {
  .offer-card .btn {
    height: auto !important;
    padding: 12px 5px !important;
  }
}
.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;
  }
}
@media (max-width: 374px) {
  .btn__text {
    font-size: 11px !important;
  }
}
.btn__text:before {
  content: '';
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url('/img/themes/2/btn-icon.svg') no-repeat;
  background-size: cover;
  margin-right: 12px;
  display: block;
}
@media (max-width: 374px) {
  .btn__text:before {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
}
.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);
}
.offer-card .btn {
  font-size: 14px !important;
}
