.showcase{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #f8f8f8;
}
.showcase .content{
    padding-bottom: 90px;
}
.page_header h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.page_header .sub_head {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
    margin-top: 0;
}
.page_header .row {
    align-items: center;
}
.page_header .credit-rating {
    background: white;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
    line-height: 1.4;
}
.page_header .credit-rating .inner {
    padding: 25px 15px;
}
.page_header .credit-rating .inner .image {
    height: 66px;
    width: 66px;
    float: left;
    margin-right: 15px;
    background-size: contain;
}
.page_header .credit-rating .inner span{
    font-weight: 600;
}
.showcase h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6;
    padding: 20px 0 10px;
    margin: 0;
}
.instructions {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 8px #0000001a;
    padding: 0 20px;
    overflow: hidden;
    transition: 0.8s;
}
.instructions .title {
    line-height: 52px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-transform: uppercase;
}
.instructions .steps {
    display: flex;
    padding: 40px 0;
}
.instructions .steps .step {
    display: flex;
    flex: auto;
}
.instructions .steps .num {
    font-size: 28px;
    color: #0187ff;
    font-weight: 600;
    margin: 0 30px 0 0;
}
.instructions_tip {
    font-size: 14.4px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.instructions_tip span {
    color: #0187ff;
}
.instructions .title svg {
    position: relative;
    width: 20px;
    height: 20px;
    transition: transform 100ms;
}
.instructions.active .title svg {
    transform: rotate(180deg);
}
.offers .offer.hidden{
    display: none!important;
}
.offers .offer {
    background: white;
    border-radius: 4px;
    margin-bottom: 25px;
    padding: 15px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    margin-left: 0;
    cursor: pointer;
}
.offer .offer_image {
    height: 42px;
    margin: 5px 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.offer .offer_rating {
    display: block;
    font-size: 0;
    text-align: center;
    margin: auto;
    position: relative;
}
.offer .offer_rating span {
    padding: 0;
    font-size: 20px;
    line-height: 1;
    color: lightgrey;
}
.offer .offer_rating > span:before {
    content: '★';
}
.offer .offer_rating > span.active {
    color: var(--color-primary);
}
.offer .block_label {
    font-size: 12px;
    line-height: 1.6;
    opacity: 0.85;
}
.offer .block_content {
    font-size: 18px;
    line-height: 1.6;
    margin-top: auto;
}
.offer .bottom_line {
    border-top: 2px dashed #ccc;
    padding-top: 20px;
    margin: 20px 0 0 0;
}
.offer-bot {
    border-top: 2px dashed #ccc;
    padding-top: 20px;
    margin: 20px 0 0 0;
}
.offer .row .item {
    flex: 1;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}
.offer .offer_advantage {
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    line-height: 1.2;
}
.offer .offer_advantage img {
    position: relative;
    top: 3px;
}
img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 5px !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
.offer a.get_money {
    background-color: var(--color-primary);
    border: none;
    padding: 10px 0;
    font-size: 15px;
    color: white;
    width: 100%;
    box-shadow: 0 4px 10px 0 #41a5ff80;
    border-radius: 24px;
    display: block;
    text-align: center;
    text-decoration: none;
}
.offer a.get_money:hover {
    background-color: var(--color-primary-hover);
}
.offer .approvement_rate {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
}
.offer .approvement_rate span{
    color: rgb(27, 191, 0);
    font-weight: 600;
}
.offer .offer-link {
    color: var(--color-primary);
    text-decoration: none;
}
.showcase .right_widget {
    text-align: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 10px #0000001a;
    padding: 20px;
    margin: 58px 0 0 0;
}
.showcase .right_widget_angle {
    margin-left: 30px;
    width: 30px;
    height: 16px;
    overflow: hidden;
}
.showcase .right_widget_angle:before {
    content: ' ';
    display: block;
    margin-top: -20px;
    margin-left: -13px;
    width: 30px;
    height: 30px;
    background-color: rgb(255, 255, 255);
    transform: rotate(50deg);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1);
}
.showcase .right_widget .title {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.showcase .right_widget .text {
    color: #41a5ff;
    font-weight: 500;
}
.showcase .right_widget button {
    font-size: 15px;
}
#load_more, .load_more {
    margin: 20px auto 40px;
    position: relative;
    background: var(--color-primary);
    border: 0;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    display: none;
}
.tabs__content {
    display: none;
}
.tabs__content.active {
    display: block;
}
.tabs .tabs__caption {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tabs .tabs__caption li{
    margin: 3px;
    padding: 3px 10px;
    border: 2px solid var(--color-primary);
    color: #333;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}
.tabs .tabs__caption li.active, .tabs .tabs__caption li:hover{
    background: var(--color-primary);
    color: #fff;
}
.spoiler:not(.active) .collapse{
    display: none;
}
@media (max-width: 1199px){
    .page_header h1 {
        font-size: 18px;
    }
    .page_header .sub_head {
        font-size: 16px;
    }

    .page_header .credit-rating .inner .image {
        width: 60px;
        height: 60px;
    }
    .offer .block_content {
        font-size: 16px;
    }
    .offers-page-section .offer .block-content-bottom {
        font-size: 14px;
    }
}
@media (max-width: 991px){
    .page_header .credit-rating .inner {
        padding: 15px 10px;
        text-align: center;
        margin: 0 auto;
        max-width: 320px;
        font-size: 13px;
    }
    .offer .row {
        flex-direction: column;
        align-items: center;
    }
    .offer .row .item {
        display: flex;
        align-items: center;
    }
    .offer .block_content {
        margin-left: 5px;
    }
    .offer .top_row {
        padding-bottom: 7px;
    }
    .offer .bottom_row {
        border-top: 2px dashed rgba(0, 0, 0, 0.25);
        padding-top: 7px;
        padding-bottom: 10px;
    }
    .tabs .tabs__caption {
        margin-top: 15px;
    }
}
@media (min-width: 767px) and (max-width: 991px){
    .offer .bottom_line .row {
        flex-direction: row;
        align-items: baseline;
    }
}
@media (max-width: 767px){
    .showcase h3 {
        text-align: center;
        margin-top: 10px;
    }
    .instructions .steps {
        flex-wrap: wrap;
        padding: 20px 0;
        flex-direction: column;
    }
    .instructions .steps .num {
        margin: 0 0 0 0;
        min-width: 60px;
    }
    .page_header h1 {
        font-size: 18px;
    }
}
@media(max-width: 500px) {
    .page_header h1 {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
    }
    .page_header .sub_head {
        font-size: 14px;
        text-align: center;
    }
}



