/* manrope-500 - vietnamese_latin-ext_latin_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: normal;
  src:
    local(''),
    url('/fonts/Manrope/manrope-v13-vietnamese_latin-ext_latin_greek_cyrillic-ext_cyrillic-500.woff2')
      format('woff2'),
    url('/fonts/Manrope/manrope-v13-vietnamese_latin-ext_latin_greek_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+ */
}
/* manrope-600 - vietnamese_latin-ext_latin_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: bold;
  src:
    local(''),
    url('/fonts/Manrope/manrope-v13-vietnamese_latin-ext_latin_greek_cyrillic-ext_cyrillic-600.woff2')
      format('woff2'),
    url('/fonts/Manrope/manrope-v13-vietnamese_latin-ext_latin_greek_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: #64d65e;
  --header-bg: #45d03e;
  --accent-color: #009654;
  --btn-hover-color: #00864c;
  --btn-active-color: #006c3e;
  --card-bg: #fff;
  --font-color: #202020;
  --lenders-bg: #ececec;
  --border-color: #c6c5c5;
  --secondary-font-color: #6e6e6e;
  font-family: Manrope, Arial, sans-serif;
}
.header__brand:before {
  content: '';
  width: 34px;
  height: 22px;
  background: url('/img/themes/1/logo.svg') no-repeat;
  background-size: contain;
  margin-right: 18px;
}
@media (max-width: 459px) {
  .header__brand:before {
    width: 22px !important;
  }
}
.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 .offer-card__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
/*.offer-card:nth-of-type(1) .offer-card__header {*/
/*  justify-content: space-between;*/
/*}*/
/*.offer-card:nth-of-type(2) .offer-card__header {*/
/*  justify-content: space-between;*/
/*}*/
/*.offer-card:nth-of-type(3) .offer-card__header {*/
/*  justify-content: space-between;*/
/*}*/
.offer-card__first-tag {
  color: var(--font-color);
  border: 1px dashed var(--main-color);
  min-height: unset !important;
  padding: 5px !important;
  line-height: 17px !important;
}
.offer-card__tags {
  display: none !important;
}
.offer-card__lines {
  gap: 5px;
  margin: 12px 0 auto 0 !important;
}
.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(--main-color);
  }
}
.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;
  margin-right: 4px;
  background-color: var(--main-color);
  flex-shrink: 0;
}
@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);
}
@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;
  }
}
.btn__text:after {
  content: '';
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  background-image: url('/img/themes/1/btn-icon.svg');
  background-size: cover;
  margin-left: 12px;
  display: block;
}
@media (max-width: 374px) {
  .btn__text {
    font-size: 12px !important;
    line-height: 13px !important;
  }

  .btn__text:after {
    height: 16px;
    width: 16px;
    margin-left: 6px;
  }
}
