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

.item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 35px 15px 35px 75px;
    height: fit-content;
    border: 1px solid #517b9a;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    background: #fff;
}

.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;
    }
}
.item_left {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.item_logo {
    max-width: 180px;
    margin: 0 auto;
    height: 70px;
    object-fit: contain;
}

.item_logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.item_label {
    position: absolute;
    left: -225px;
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 0 0;
    -ms-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    width: 225px;
    text-align: center;
    height: 46px;
    background: #517b9a;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    font-size: 13px;
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item_hint {
    margin-top: 15px;
    font-family: gotham-medium, sans-serif;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    background: #223555;
    width: 200px;
    height: 38px;
    text-align: center;
    position: relative;
    z-index: 10
}

.item_hint:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../../img/src/icons/label-triangle.png) center center;
    width: 29px;
    height: 29px;
    z-index: -1
}

.item_stars {
    margin-top: 10px
}

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

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

.item_center {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 25px 50px;
    position: relative
}

.item_center:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    width: 90%;
    background: #d8d8d8
}

.item_center__cols {
    -webkit-flex-basis: -webkit-calc(33% - 30px);
    -ms-flex-preferred-size: calc(33% - 30px);
    flex-basis: calc(33% - 30px);
    max-width: -webkit-calc(33% - 30px);
    max-width: calc(33% - 30px);
    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;
    font-size: 14px
}

.item_center__cols:not(:nth-child(3n)) {
    margin-right: 30px
}

.item_center__cols:nth-child(1), .item_center__cols:nth-child(2), .item_center__cols:nth-child(3) {
    margin-bottom: 40px
}

.item_center__cols:nth-child(2) {
    position: relative
}

.item_center__cols:nth-child(2):before {
    content: '+';
    position: absolute;
    left: -30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 30px;
    color: #a2a2a2
}

.item_center__cols:nth-child(3) {
    position: relative
}

.item_center__cols:nth-child(3):before {
    content: '=';
    position: absolute;
    left: -30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 30px;
    color: #a2a2a2
}

.item_center__titles {
    text-transform: uppercase;
    color: #333
}

.item_center__prices {
    color: #5a5d62
}

.item_center__prices__old {
    text-decoration: line-through;
    color: #eb5757;
    margin-right: 5px
}

.item_right__btn {
    display: block;
    width: 250px;
    height: 48px;
    background: #d5494c;
    border-radius: 2px;
    color: #fff;
    line-height: 48px;
    font-family: gotham-medium, sans-serif;
    font-size: 16px;
    text-align: center;
    margin-left: 30px
}

.item_right__btn:hover {
    color: #fff
}

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

@media (max-width: 1025px) {
    
    .offers {
        padding: 100px 0;
    }
    
    .item {
        height: auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden;
        padding: 35px 15px 35px 25px
    }

    .item_left {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .item_center {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .item_right {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .item_label {
        left: -400px;
        width: 400px
    }
}

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

    .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 70px 10px 40px
    }
    
    .item_left {
        flex-basis: auto;
    }

    .item_label {
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .item_center {
        padding: 20px 0;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        flex-basis: auto;
    }

    .item_center:before {
        width: 100%;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .item_center__cols {
        font-size: 10px;
        -webkit-flex-basis: -webkit-calc(33% - 5px);
        -ms-flex-preferred-size: calc(33% - 5px);
        flex-basis: calc(33% - 5px);
        max-width: -webkit-calc(33% - 5px);
        max-width: calc(33% - 5px)
    }

    .item_center__cols:not(:nth-child(3n)) {
        margin-right: 5px
    }

    .item_center__cols:nth-child(2):before {
        left: -20%;
        top: 20%
    }

    .item_center__cols:nth-child(3):before {
        top: 20%
    }

    .item_center__prices {
        font-size: 14px
    }

    .item_right {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: 100%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 20px
    }

    .item_right__btn {
        margin-left: 0
    }
}