body{
    font-family: "Geometria", sans-serif;
}
.offers{
    margin: 0 auto;
    padding: 100px 15px 80px 15px;
    position: relative;
}

.benefits_title {
    font-family: gotham-bold, sans-serif;
    font-size: 28px;
    line-height: 30px;
    color: #5a5d62;
    margin-bottom: 15px;
}
.benefits_subtitle {
    font-size: 18px;
    line-height: 120%;
    color: #a2a2a2;
    margin-bottom: 35px;
}
.benefits_wrap {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 75px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.benefits_item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 23%;
}
.benefits_icon {
    width: 80px;
    height: 80px;
}
.benefits_text {
    font-family: gotham-bold, sans-serif;
    font-size: 18px;
    line-height: 100%;
    color: #5a5d62;
}

@media (max-width: 1100px) {
    .benefits_item {
        width: 48%;
    }
}
@media (max-width: 768px) {
    .benefits_item {
        width: 100%;
    }
}
@media (max-width: 655px) {
    .benefits_icon {
        width: 50px;
        height: 50px;
    }
    .benefits_text {
        font-size: 16px;
    }
    .benefits_item {
        width: 43%;
    }
}
@media (max-width: 375px) {
    .benefits_wrap {
        flex-direction: column;
    }
    .benefits_item {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .benefits_item:nth-child(1),
    .benefits_item:nth-child(4) {
        display: none;
    }
}
.new_design_offer.best .best_offer{
    position: absolute;
    top: calc(50% - 50px);
    left: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #9CD153;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    line-height: 120%;
    z-index: 1;
    text-align: center;
}

h2.offers_title{
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px;
    color: #575757;
}

.offer{
    position: relative;
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
}

.new_design_offer .item_star__fill{
    position: relative;
    display: inline-block;
    background: url(../../img/src/icons/star-fill.svg) center center;
    width: 14px;
    height: 13px;
    background-size: cover;
    margin-right: 3px;
}

.new_design_offer .item_star__stroke{
    position: relative;
    display: inline-block;
    background: url(../../img/src/icons/star-stroke.svg) center center;
    width: 14px;
    height: 13px;
    background-size: cover;
    margin-right: 3px;
}

.logo_wrapper img{
    max-width: 175px;
}
.new_design_offer{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 0;
    position: relative;
    border: 2px solid transparent;
    margin-bottom: 30px;
}

.new_design_offer.best{
    border: 2px solid #F2994A;
}


.new_design_offer .left_offer_part,
.new_design_offer .middle_offer_part,
.new_design_offer .right_offer_part{
    padding: 28px 0;
}
.new_design_offer .left_offer_part{
    width: 371px;
}

.new_design_offer.show_more_info .middle_offer_part{
    display: none;
}

.new_design_offer.show_more_info .left_offer_part{
    width: 74%;
}

.new_design_offer .right_offer_part{
    padding-right: 50px;
}

.new_design_offer .left_offer_part{
    border: 2px solid #F2994A;
    margin-left: -2px;
    box-sizing: border-box;
    border-radius: 0px 100px 100px 0px;
    padding-right: 75px;
    margin-top: -2px;
    margin-bottom: -2px;
    padding-left: 95px;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}



.new_design_offer .middle_offer_part{
    overflow: hidden;
}

.new_design_offer .middle_offer_part .info{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.new_design_offer .middle_offer_part .info:last-child{
    margin-bottom: 0;
}
.new_design_offer .middle_offer_part .info_title{
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    color: #575757;
    min-width: 126px;
    margin-right: 15px;
}
.new_design_offer .middle_offer_part .info_value{
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    color: #575757;
    white-space: nowrap;
}

.new_design_offer .percent{
    background: #4F7A9E;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    width: 240px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -2px;
    right: 67px;
}

.new_design_offer .review .count{
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    color: #575757;
    position: relative;
}

.new_design_offer .review .count:before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    left: -25px;
    background-size: cover;
    background-image: url("../../img/src/icons/icon-like.svg");
}

.new_design_offer .review_link{
    font-size: 16px;
    line-height: 100%;
    text-decoration: underline;
    color: #575757;
    pointer-events: none;
}

.new_design_offer .get_money{
    background: #F2994A;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 60px;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    text-decoration: none;
}

.new_design_offer .right_offer_part{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.new_design_offer .review{
    margin-bottom: 20px;
    margin-top: 34px;
    padding-left: 25px;
}

.new_design_offer .star{
    display: flex;
    align-items: center;
}

.new_design_offer .star_value{
    font-size: 18px;
    line-height: 100%;
    color: #575757;
    margin-right: 10px;
}

.new_design_offer .more_info{
    position: absolute;
    left: 325px;
    top: 44%;
    cursor: pointer;
    display: none;
}

.more_info_wrapper{
    display: none;
    position: absolute;
    right: 0;
    max-width: 405px;
    top: 11px;
    font-size: 14px;
    line-height: 150%;
    padding-right: 45px;

}

.new_design_offer.show_more_info .more_info_wrapper{
    display: block;
}
.new_design_offer.show_more_info .more_info{
    transform: rotate(180deg);
}

.new_design_offer .logo_wrapper{
    margin-bottom: 20px;
}

@media (max-width: 1030px){
    .new_design_offer.best .best_offer{
        width: 60px;
        height: 60px;
        top: -17px;
        left: -6px;
        font-size: 7px;
    }

    .new_design_offer .left_offer_part, .new_design_offer .middle_offer_part, .new_design_offer .right_offer_part {
        padding: 13px 0;
    }

    .new_design_offer .logo_wrapper{
        max-width: 120px;
        height: 60px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .new_design_offer .review .count:before{
        top: -4px;
    }

    .new_design_offer{
        min-height: 126px;
    }
    .logo_wrapper img{
        max-width: 100%;
        max-height: 100%;
    }

    .new_design_offer .middle_offer_part .info_value{
        font-size: 14px;
    }
    .new_design_offer .get_money{
        width: 170px;
        height: 45px;
        font-size: 14px;
    }
    .new_design_offer .middle_offer_part .info_title{
        margin-right: 8px;
        font-size: 12px;
        line-height: 100%;
        min-width: 95px;
    }
    .new_design_offer .middle_offer_part .info{
        margin-bottom: 10px;
    }
    .new_design_offer .percent{
        width: 160px;
        height: 30px;
        right: 36px;
        font-size: 12px;
    }
    .new_design_offer .middle_offer_part{
        margin: 0 35px;
    }
    .new_design_offer .left_offer_part{
        max-width: 30%;
        padding-right: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 35px;
        align-items: center;
    }
    .new_design_offer .more_info{
        left: 175px;
    }
    .new_design_offer.show_more_info .left_offer_part{
        width: 100%;
        max-width: 100%;
    }
    .new_design_offer.show_more_info .more_info_wrapper{
        max-width: 516px;
        padding-right: 40px;
    }
    .new_design_offer.show_more_info .right_offer_part{
        display: none;
    }
    .new_design_offer.show_more_info .percent{
        display: none;
    }
    .more_info_wrapper{
        font-size: 12px;
        line-height: 150%;
    }

    .new_design_offer .star_value{
        font-size: 14px;
    }

    .new_design_offer .right_offer_part{
        padding-right: 30px;
    }
    .new_design_offer .review .count{
        font-size: 14px;
    }
    .new_design_offer .review_link{
        font-size: 12px;
        line-height: 100%;
    }
    .new_design_offer .review{
        margin-bottom: 5px;
        margin-top: 20px;
        padding-left: 25px;
    }

}

@media (max-width: 767px){
    .offers{
        max-width: 375px;
    }
    .new_design_offer .left_offer_part{
        border-radius: 0;
        border: none;
        padding: 0;
        min-width: 100%;
        align-items: center;
    }
    .new_design_offer .more_info{
        display: none;
    }
    .new_design_offer{
        flex-direction: column;
        align-items: center;
        padding: 20px 30px 20px 30px;
    }
    .new_design_offer .right_offer_part{
        padding-right: 0;
    }
    .new_design_offer .left_offer_part,
    .new_design_offer .middle_offer_part,
    .new_design_offer .right_offer_part{
        width: 100%;
    }
    .new_design_offer .get_money{
        width: 100%;
        height: 40px;
    }
    .new_design_offer .middle_offer_part{
        margin-top: 50px;
    }
    .new_design_offer .percent{
        width: calc(100% + 4px);
        left: 0;
        top: 108px;
        margin-left: -2px;
        font-size: 12px;
    }
    .new_design_offer .review{
        margin-top: 0;
    }

    .new_design_offer .right_offer_part{
        padding-top: 0;
    }

    .new_design_offer .review .count{
        font-size: 15px;
    }
    .new_design_offer .item_star__fill{
        min-width: 14px;
        min-height: 13px;
    }

    h2.offers_title{
        font-size: 16px;
        line-height: 120%;
    }

    .new_design_offer .middle_offer_part .info{
        max-width: 49%;
        margin-bottom: 20px;
        display: block;
    }
    .new_design_offer .middle_offer_part{
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 0;
        justify-content: center;
    }
    .new_design_offer .middle_offer_part .info_title{
        margin-bottom: 5px;
        margin-right: 15px;
        font-size: 12px;
        min-width: 100px;
    }

    .new_design_offer .middle_offer_part{
        padding-top: 20px;
    }
}
