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


.offers{
    margin: 0 auto;
    padding: 0 15px;
    padding-top: 100px;
    padding-bottom: 60px;
    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;
    width: 80px;
    height: 80px;
    left: -41px;
    top: -20px;
    background: url(../../img/src/icons/offer-5-medal.svg) center 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;
}

.logo_wrapper img{
    max-width: 175px;
}

.new_design_offer{
    margin-bottom: 30px;
}

.new_design_offer .flex_wrapper{
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    position: relative;
    border: 2px solid transparent;
}

.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: 24.5px 15px;
    margin: 20px 15px;
}


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

.new_design_offer .left_offer_part{
    margin-left: -2px;
    box-sizing: border-box;
    padding-right: 0px;
    margin-top: -2px;
    margin-bottom: -2px;
    padding-left: 50px;
    position: relative;
}

.new_design_offer .middle_offer_part{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 2px solid #d9d9d9;
    border-right: 2px solid #d9d9d9;

}


/*.new_design_offer .left_offer_part:after{*/
/*    content: "";*/
/*    width: 2px;*/
/*    height: 80%;*/
/*    position: absolute;*/
/*    right: -50px;*/
/*    top: 21px;*/
/*    background: #ECF2F9;*/
/*}*/

/*.new_design_offer .middle_offer_part:after{*/
/*    content: "";*/
/*    width: 2px;*/
/*    height: 80%;*/
/*    position: absolute;*/
/*    right: -15px;*/
/*    top: 21px;*/
/*    background: #ECF2F9;*/
/*}*/


.new_design_offer .middle_offer_part .info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.new_design_offer .middle_offer_part .info:last-child{
    margin-bottom: 0;
}

.new_design_offer .middle_offer_part .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 175px;
}

.new_design_offer .middle_offer_part .item .value{
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    color: #575757;
    margin-bottom: 5px;
}

.new_design_offer .middle_offer_part .item .title{
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #575757;
}

.logo_wrapper{
    margin-bottom: 20px;
}

.new_design_offer .middle_offer_part .item.plusminus{
    margin: 0;
    min-width: 11px;
}

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

.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;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    text-decoration: none;
    margin: 17px 0 24px 0;
    padding: 15px 20px;
}

.new_design_offer .more_text{
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-decoration-line: underline;
    color: #575757;
    cursor: pointer;
}

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


.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: 250px;
    top: 41%;
    cursor: pointer;
}

.more_info_wrapper{
    display: none;
    position: absolute;
    right: 0;
    max-width: 381px;
    top: 11px;
    font-size: 14px;
    line-height: 16px;
}



.big_text{
    display: none;
    padding: 0 90px;
    font-size: 15px;
    line-height: 150%;
    color: #575757;
}

.show_more_info .big_text{
    display: block;
    padding-bottom: 30px;
}

@media (max-width: 1075px){
    .new_design_offer.best .best_offer{
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
        left: -21px;
        font-size: 7px;
        background-size: contain;
    }

    .new_design_offer .left_offer_part:after{
        right: 0;
        top: 16px;
    }

    .new_design_offer .middle_offer_part .item .value{
        font-size: 12px;
    }
    .new_design_offer .middle_offer_part .item .title{
        font-size: 10px;
    }

    .logo_wrapper {
        margin-bottom: 0;
    }

    .new_design_offer .middle_offer_part .item{
        min-width: 98px;
    }
    .new_design_offer{
        min-height: 150px;
    }
    .logo_wrapper img{
        max-width: 116px;
        margin-bottom: 10px;
    }

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

    .new_design_offer .middle_offer_part:after{
        right: -21px;
    }

    .new_design_offer .middle_offer_part .info_value{
        font-size: 14px;
    }
    .new_design_offer .get_money{
        width: 180px;
        height: 40px;
        font-size: 14px;
        margin: 10px 0;
    }
    .big_text{
        padding: 0 55px;
        font-size: 12px;
        line-height: 150%;
    }
    .new_design_offer .middle_offer_part .info_title{
        margin-right: 8px;
    }
    .new_design_offer .percent{
        width: 150px;
    }
    .new_design_offer .left_offer_part{
        max-width: 25%;
        padding-right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 35px;
    }
    .new_design_offer .more_info{
        left: 175px;
    }

    .more_info_wrapper{
        line-height: 20px;
    }

    .new_design_offer .review .count{
        font-size: 14px;
    }
    .new_design_offer .review_link{
        font-size: 12px;
    }
    .new_design_offer .review .count:before{
        top: -4px;
    }
    .new_design_offer .more_text{
        font-size: 12px;
    }
    .new_design_offer .right_offer_part{
        padding-left: 0;
        margin: 0;
    }
}

@media (max-width: 767px){
    .offers{
        max-width: 375px;
    }

    .new_design_offer .flex_wrapper{
        flex-direction: column;
    }
    .new_design_offer .left_offer_part:after,
    .new_design_offer .middle_offer_part:after{
        width: 100%;
        height: 2px;
    }

    .new_design_offer.best .best_offer{
        top: 10px;
        left: 4px;
    }

    .new_design_offer .left_offer_part:after{
        top: auto;
        bottom: -15px;
    }

    .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 28px 20px 20px;
    }
    .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%;
    }
    .new_design_offer .middle_offer_part{
        margin-top: 17px;
        margin-bottom: 23px;
        padding: 20px 0;
    }
    .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: 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{
        width: 100%;
    }
    .new_design_offer .middle_offer_part{
        display: flex;
        flex-wrap: wrap;
        border-left: none;
        border-right: none;
        border-top: 2px solid #d9d9d9;
        border-bottom: 2px solid #d9d9d9;
        margin: 15px 0;
    }
    .new_design_offer .middle_offer_part .info_title{
        margin-bottom: 5px;
        margin-right: 15px;
        font-size: 12px;
    }

    .new_design_offer .middle_offer_part .item .value{
        font-size: 12px;
    }
    .new_design_offer .middle_offer_part .item .title{
        font-size: 10px;
    }
    .new_design_offer .middle_offer_part .item {
        min-width: 90px;
    }
    .new_design_offer .middle_offer_part:after{
        right: 0;
        top: auto;
        bottom: -14px;
    }
    .big_text {
        padding: 0;
    }
    .new_design_offer .more_text{
        display: none;
    }

    .mob_block{
        display: block;
    }

}
