.offers {
    padding: 120px 0;
}

::marker {
    color: #fff;
    font-size: 0;
}

.offers_title {
    font-family: gotham-bold, sans-serif;
    font-size: 28px;
    line-height: 30px;
    color: #5a5d62;
    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;
    }
}
.offers_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
}

.item__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    -webkit-box-shadow: 0 4px 25px rgba(88, 88, 88, .1);
    box-shadow: 0 4px 25px rgba(88, 88, 88, .1);
    border-radius: 10px;
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 30px;
}


.item_label {
    position: absolute;
    top: -19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #e45f5a;
    border-radius: 6px;
    height: 38px;
    width: 170px;
    font-family: gotham-bold, sans-serif;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item_label.r {
    background: #e45f5a
}

.item_label.b {
    background: #5a89e4
}

.item_label.y {
    background: #e4ad5a
}

.item_top {
    text-align: center;
    padding: 45px 40px 15px;
    border-bottom: 1px dashed #f3f3f3;
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.item_top__rate {
    margin-top: 20px
}

.item_top__star.fill {
    width: 21px;
    height: 20px;
    background: url(../../img/src/icons/star-fill.svg);
    display: inline-block;
    position: relative
}

.item_top__star.stroke {
    width: 21px;
    height: 20px;
    background: url(../../img/src/icons/star-stroke.svg);
    display: inline-block;
    position: relative
}

.item_img {
    display: block;
    margin: 0 auto;
    max-width: 160px;
    height: 60px;
    object-fit: contain;
}

.item_desc {
    font-size: 18px;
    line-height: 30px;
    color: #a2a2a2;
    text-align: center
}

.item_bottom {
    padding: 20px 40px;
    list-style: none
}

.item_bottom__desc {
    font-size: 14px;
    color: #333;
    line-height: 30px
}

.item_bottom__desc:not(:last-child) {
    margin-bottom: 15px
}

.item_btn {
    display: block;
    width: 280px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #f2994a;
    border-radius: 2px;
    font-family: gotham-bold, sans-serif;
    color: #fff !important;
    margin: 0 auto
}

.wrapper .header_list {
    margin-top: 10px;
}

.item__row {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

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

@media(max-width: 1160px) {
    .item__col {
        width: 50%;
    }
}


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

    .offers_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .item__item {
        margin-bottom: 35px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        height: auto;
        padding: 55px 30px;
        margin-right: 0;
    }

    .item__col {
        width: 100%;
    }

    .item_label {
        left: 30px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .item_top {
        text-align: left;
        padding: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-right: 25px;
        border-right: 1px dashed #f3f3f3
    }

    .item_desc {
        text-align: left;
        margin-top: 15px;
    }

    .item_btn {
        width: 222px;
        margin-left: auto;
        margin-right: 0
    }

    .item_bottom {
        padding: 0 25px
    }
}

@media (max-width: 992px) {

}

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

    .item__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        margin-right: 0;
    }

    .item_label {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .item_top {
        text-align: center;
        padding-right: 0;
        border-right: none;
        border-bottom: 1px dashed #f3f3f3;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto;
        padding: 25px
    }

    .item_desc {
        text-align: center
    }

    .item_bottom {
        padding: 20px 30px
    }

    .item_btn {
        width: 280px;
        margin: 0 auto;
        margin-bottom: 25px
    }
}
