body{
    font-family: "Geometria", sans-serif;
}


.offers_wrapper{
    max-width: 100%;
    padding: 0;
}

.offers_list{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
    margin: 0 -10px;
}
.item_center_legal {
    display: flex;
    flex-direction: column;
    width: auto;
    gap: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #3f3f3f;
    font-size: 14px;
    line-height: 1.45;
    height: 100%;
}
.item_center_legal a {
    color: #0000EE;
    text-decoration: underline;
}
.item_center_legal a:hover {
    color: #0000EE;
}
.offers_title{
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #575757;
    margin-bottom: 40px;
    padding-top: 100px;
}

.new_design_offer{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.new_design_offer:nth-child(4n){
    margin-right: 0;
}

.new_design_offer.best{
    box-shadow: 0px 0px 15px #F2994A;
}

.item__col {
    padding: 0 10px;
    width: 25%;
    margin-bottom: 20px;
}

.new_design_offer .top_line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 10px 20px;
}

.new_design_offer .top_line .logo_wrapper {
    text-align: center;
    margin: 0 auto 20px;
    max-width: 160px;
    height: 70px;
    display: flex;
    align-items: center;
}

.new_design_offer .top_line .logo_wrapper img{
    max-width: 100%;
    max-height: 100%;
}
.new_design_offer .top_line .star_wrapper{
    font-size: 14px;
    line-height: 100%;
    color: #575757;
    position: relative;
}

.new_design_offer .top_line .star_wrapper:after {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: cover;
    background-image: url(../../img/src/icons/new-star.svg);
    vertical-align: -2px;
}

.new_design_offer .middle_line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 46px;
    padding: 10px 20px;
    background: #ECF2F9;
    flex: 1 0 auto;
}
.new_design_offer .middle_line .text_wrp p{
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 0;
    color: #575757;
}
.new_design_offer .middle_line .text_wrp p:first-child{
    margin-bottom: 4px;
}

.new_design_offer .middle_line .price{
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    color: #575757;
    margin-left: 5px;
    text-align: center;
}

.new_design_offer .get_credit{
    background: #6EB85B;
    width: calc(100% - 40px);
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    margin: 10px 20px 20px 20px;
    white-space: pre-wrap;
}

.filter_item__label__wrapper {
    white-space: nowrap;
    margin-left: 5px;
}

@media (max-width: 992px) {
    .new_design_offer .middle_line .price {
        font-size: 14px;
    }
    .new_design_offer .get_credit {
        font-size: 14px;
        line-height: 100%;
    }
    .item__col {
        width: calc(100% / 3);
    }
}

@media (max-width: 860px) {
    .offers_title {
        padding-top: 15px;
    }
    .header_wrapper {
        padding-top: 30px;
    }
    .item__col {
        padding: 0 5px;
    }
    .item__row {
        margin: 0 -5px;
    }
}
@media (max-width: 767px) {
    .item__col {
        width: 50%;
    }
}

@media (max-width: 579px){
    .offers_title{
        font-size: 16px;
        line-height: 120%;
        color: #575757;
    }
    .item_center_legal {
        height: auto;
    }
    .new_design_offer{
        margin-right: 0;
    }
    .offers_list{
        flex-direction: column;
    }
    .new_design_offer{
        width: 100%;
    }

    .new_design_offer .get_credit{
        font-size: 14px;
        padding: 10px;
    }
    .new_design_offer .top_line{
        padding: 20px 20px 10px 20px;
    }
    .new_design_offer .middle_line{
        padding: 10px 20px;
    }

    .new_design_offer .get_credit{

    }

    #offers {
        padding-top: 50px;
    }
    .item__col {
        width: 100%;
    }

}
