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

.offers_wrapper{
    max-width: 1187px;
}

.back_block.hidden{
    display: none!important;
}


.offers {
    padding: 100px 0;
    background: #fcfcfc;
}

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

.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: 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;
    }
}
.offer{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.offer .inside_wrapper{
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    padding: 35px 30px 36px 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 200px;
    height: 100%;
}
.offer .inside_wrapper.best{
    box-shadow: 0px 0px 15px #F2994A;
}



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

.offer .info_item{
    min-width: 167px;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 13px;
}

.offers_list{
    display: flex;
    flex-wrap: wrap;
}

.offer .inside_wrapper .info_block{
    display: block;
    padding-left: 30px;
    padding-right: 30px;
}
.offer .inside_wrapper .info_block.last_info_block{
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
    flex: 1 0 auto;
}

.offer .inside_wrapper .info_block .info_value{
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    color: #575757;
    min-width: 100px;
}

.offer .inside_wrapper .info_block .info_title{
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: #575757;
    min-width: 145px;
    text-align: right;
    margin-right: 20px;
}

.offer .inside_wrapper a.get_money{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #6EB85B;
    border-radius: 50px;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
}

.new_design_offer{
    width: 32%;
    position: relative;
    margin-right: 20px;
}

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


.new_design_offer .logo_wrapper img{
    max-width: 100%;
    max-height: 100%;
}
.new_design_offer .review_block a{
    display: block;
    font-size: 14px;
    line-height: 100%;
    color: #575757;
    position: relative;
    pointer-events: none;
}
.new_design_offer .review_block a .text{
    text-decoration-line: underline;
}
.new_design_offer .review_block a .count{
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    margin-right: 5px;
    color: #575757;
}
.new_design_offer .review_block a:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: cover;
    background-image: url(../../img/src/icons/icon-like-orange.svg);
    vertical-align: -2px;
}
.star_count{
    font-size: 14px;
    line-height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    color: #575757;
    padding-top: 4px;
}
.star_count:after {
    content: "";
    margin-left: 8px;
    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 .star_block{
    margin-left: 36px;
}
.new_design_offer .more_info{
    position: absolute;
    background-image: url(../../img/src/icons/arrow-right.svg);
    width: 22px;
    height: 15px;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.back_block{
    padding: 40px 30px 30px 30px;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    font-size: 14px;
    line-height: 140%;
    color: #575757;
    overflow: hidden;
}

.back_block .sale{
    background: #4F7A9E;
    color: #fff;
    width: calc(100% + 60px);
    margin-left: -30px;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    padding: 11px 35px;
    margin-top: 20px;
}
.close_more_info{
    width: 14px;
    height: 14px;
    background-image: url(../../img/src/icons/close-icon.svg);
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

@media (max-width: 1025px) {
    .offers {
        padding: 50px 0;
    }
}

@media (min-width: 768px) and (max-width: 1079px){
    .offers_title{
        font-size: 28px;
        line-height: 120%;
        color: #575757;
    }

    .new_design_offer{
        margin-right: 13px;
    }

    .offer .inside_wrapper .info_block{
        display: flex;
        justify-content: center;
    }
    .offer .info_item{
        display: block;
    }
    .offer .info_item:first-child{
        margin-right: 20px;
    }
    .offer .inside_wrapper .info_block .info_title{
        text-align: left;
        margin-right: 0;
        min-width: auto;
    }
    .offer .info_item:first-child .info_title{
        text-align: right;
    }
    .offer .inside_wrapper{
        padding: 25px 20px 30px 20px;
        border-radius: 0;
        border: none;
    }
    .offer .inside_wrapper:before{
        content: "";
        width: 100%;
        height: 229px;
        border-radius: 50%;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }
    .offer .inside_wrapper.best:before{
        box-shadow: 0px 0px 15px #f2994a;
    }
    .offer .inside_wrapper.best{
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }
    .offer .inside_wrapper *{
        z-index: 1;
    }
    .offer .inside_wrapper .info_block{
        padding-right: 0;
        padding-left: 0;
    }
    .offer .inside_wrapper a.get_money{
        height: 40px;
        font-size: 14px;
        line-height: 18px;
    }
    .new_design_offer .logo_wrapper img{
        max-width: 110px;
    }
    .offer .inside_wrapper .info_block .info_value{
        font-size: 14px;
        line-height: 100%;
        margin-bottom: 5px;
    }
    .offer .inside_wrapper .info_block .info_title{
        font-size: 10px;
        line-height: 100%
    }
    .offer .inside_wrapper .info_block .info_title span{
        display: block;
    }
    .offer .info_item {
        min-width: 91px;
    }
    .offer .inside_wrapper .info_block .info_value{
        min-width: 91px;
        font-size: 12px;
    }
    .offer .logo_wrapper{
        padding-left: 0;
    }
    .new_design_offer .star_block {
        margin-right: 0;
        margin-left: 21px;
    }
    .offer .inside_wrapper .info_block.last_info_block {
        margin-bottom: 10px;
        margin-top: 50px;
        align-items: flex-end;
    }
    .back_block{
        padding: 40px 20px 30px 20px;
        font-size: 10px;
        line-height: 140%;
    }
    .back_block .sale{
        font-size: 12px;
        line-height: 120%;
        padding: 8px 33px;
        margin-top: 36px;
    }
    .offer .info_item:first-child{
        text-align: right;
    }
    .new_design_offer .review_block a .count{
        font-size: 12px;
    }
    .new_design_offer .review_block a .text{
        font-size: 10px;
    }
    .star_count{
        font-size: 12px;
    }
    .star_count:after{
        width: 14px;
        height: 14px;
    }
    .new_design_offer .review_block a:before{
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }
}

@media (max-width: 767px){
    .offers_list{
        flex-direction: column;
    }

    .offer .inside_wrapper{
        border-radius: 50%;
    }

    .offers_title{
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 40px;
    }
    .new_design_offer{
        width: 100%;
    }
    .offer .inside_wrapper .info_block .info_value{
        font-size: 14px;
        line-height: 100%;
        margin-bottom: 5px;
    }
    .offer .inside_wrapper .info_block .info_title{
        font-size: 10px;
        line-height: 100%;
    }
    .offer .inside_wrapper a.get_money{
        height: 40px;
        font-size: 14px;
    }
    .offer .inside_wrapper .info_block{
        padding-left: 0;
    }
    .offer .info_item {
        min-width: 138px;
    }
    .offer .logo_wrapper{
        padding-left: 0;
    }
    .offer .info_item:first-child {
        text-align: right;
        margin-right: 28px;
    }
    .offer .info_item {
        min-width: 145px;
    }
    .offer .inside_wrapper .info_block {
        padding-right: 0;
        padding-left: 0;
        justify-content: center;
        display: flex;
    }
    .offer .inside_wrapper .info_block .info_title span {
        display: block;
    }
    .offer .info_item{
        display: block;
    }
    .offer .inside_wrapper .info_block .info_title{
        text-align: left;
        margin-right: 0;
    }
    .offer .info_item:first-child .info_title{
        text-align: right;
    }

    .new_design_offer .review_block a .count{
        font-size: 12px;
    }
    .new_design_offer .review_block a .text{
        font-size: 10px;
    }
    .star_count{
        font-size: 12px;
    }
    .star_count:after{
        width: 14px;
        height: 14px;
    }
    .new_design_offer .review_block a:before{
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }
}