/* raleway-500 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: normal;
    src: local(''), url('/fonts/Raleway/raleway-v28-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.woff2') format('woff2'), url('/fonts/Raleway/raleway-v28-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+ */
}
/* raleway-600 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: bold;
    src: local(''), url('/fonts/Raleway/raleway-v28-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.woff2') format('woff2'), url('/fonts/Raleway/raleway-v28-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: #0e60ff;
    --header-bg: #0038a6;
    --accent-color: #ff730d;
    --btn-hover-color: #e36000;
    --btn-active-color: #c25200;
    --card-bg: #fff;
    --font-color: #202020;
    --lenders-bg: #ececec;
    --border-color: #c6c5c5;
    --secondary-font-color: #6e6e6e;
    font-family: Raleway, Arial, sans-serif;
    color: var(--font-color);
}
.header {
    background: var(--header-bg);
}

@media (min-width: 1280px) {
    .header:before {
        background-image: url("/img/themes/3/logo-d.svg");
    }
}
.common-offers__section {
    background: var(--main-color);
}
.offer-card:hover {
    border: 1px solid var(--accent-color);
}


/*.offer-card:nth-of-type(1) .offer-card__header:after {*/
/*  content: '1';*/
/*  font-size: 20px;*/
/*  line-height: 24px;*/
/*  text-align: center;*/
/*  color: #fff;*/
/*  font-weight: bold;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  background: #ff730d;*/
/*  border-radius: 30px;*/
/*  padding-bottom: 3px;*/
/*  box-sizing: border-box;*/
/*}*/

/*.offer-card:nth-of-type(2) .offer-card__header:after {*/
/*  content: '2';*/
/*  font-size: 20px;*/
/*  line-height: 24px;*/
/*  text-align: center;*/
/*  color: #fff;*/
/*  font-weight: bold;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  background: #0e60ff;*/
/*  border-radius: 30px;*/
/*  padding-bottom: 3px;*/
/*  box-sizing: border-box;*/
/*}*/

/*.offer-card:nth-of-type(3) .offer-card__header:after {*/
/*  content: '3';*/
/*  font-size: 20px;*/
/*  line-height: 24px;*/
/*  text-align: center;*/
/*  color: #fff;*/
/*  font-weight: bold;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  background: #0038a6;*/
/*  border-radius: 30px;*/
/*  padding-bottom: 5px;*/
/*  box-sizing: border-box;*/
/*}*/
.offer-card__first-tag {
    color: var(--font-color);
    border: 1px dashed var(--header-bg);
}
.offer-card__tags {
    display: none !important;
}
.offer-card__lines {
    gap: 5px;
    margin: 12px 0;
}
@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: #53b94f;
    }
}
.offer-card__line__value {
    font-size: 14px;
    line-height: 21px;
    color: var(--font-color);
    display: flex;
    flex-direction: row;
    align-items: 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 (min-width: 1024px) {
    .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 {
    background: #53b94f;
}
.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;
}
.btn__text:after {
    content: '';
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    background: url("/img/btn-icon.svg");
    margin-left: 12px;
    display: block;
}
.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);
}
