
.offers {
    padding: 100px 0 100px;
}

.offers_title {
    height: 84px;
    line-height: 84px;
    background: #88ca8d;
    color: #fff;
    padding: 0 50px
}

.offers_list {
    list-style: none
}

.item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border: 2px solid #e8e8e8;
    background: #fff;
    z-index: 0;
    gap: 40px;
    padding: 30px;

}
.item_center_legal {
    display: flex;
    flex-direction: column;
    width: 400px;
    gap: 5px;
    color: #3f3f3f;
    font-size: 14px;
    line-height: 1.45;
}
.item_center_legal a {
    color: #0000EE;
    text-decoration: underline;
}
.item_center_legal a:hover {
    color: #0000EE;
}
.item:not(:first-child) {
    border-top: none
}

.item:before {
    content: '';
    position: absolute;
    right: -73px;
    top: 0;
    height: 100%;
    width: 400px;
    background: url(../../img/src/icons/arrows.svg) center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.item_logo {
    max-width: 160px;
    height: 70px;
    object-fit: contain;
}

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

.item_top {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 0 50px
}

.item_center {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
    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% - 85px);
    -ms-flex-preferred-size: calc(33% - 85px);
    flex-basis: calc(33% - 85px);
    max-width: -webkit-calc(33% - 85px);
    max-width: calc(33% - 85px);
    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: 85px
}

.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: -50%;
    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: -50%;
    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 {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
    margin-top: 20px;
    text-align: center;
    margin-left: auto;
}

.item_right__btn {
    width: 250px;
    display: block;
    background: #459171;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    border-radius: 100px;
    color: #fff;
    font-family: gotham-medium, sans-serif;
    text-align: center;
    margin: 0 auto
}

.item_right__btn:hover {
    color: #fff
}

.item_right__more {
    font-size: 12px;
    color: #2d9cdb;
    text-decoration: underline;
    margin-top: 15px;
    display: block
}

.item_right__label {
    width: 117px;
    height: 117px;
    border-radius: 50%;
    background: #888;
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
    position: absolute;
    right: -15px;
    bottom: -25px;
    color: #fff;
    font-size: 18px;
    line-height: 17px;
    padding: 30px 0
}

.item_right__label__text {
    display: block;
    font-size: 12px;
    line-height: 13px;
    margin-top: 5px
}

.item_rate {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 60px;
    margin-left: 15px;
}

.item_legend {
    margin-right: 25px;
    width: 168px;
    border-radius: 6px;
    height: 37px;
    line-height: 14px;
    text-align: center;
    font-family: gotham-bold, sans-serif;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item_legend.red {
    background: #e45f5a
}

.item_legend.blue {
    background: #5a89e4
}

.item_legend.orange {
    background: #e4ad5a
}

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

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

@media (max-width: 1025px) {
    
    .offers {
        padding: 100px 0;
    }
    
    .item:before {
        background-size: cover
    }
    .item {
        justify-content: center;
    }

    .item_center_legal {
        width: auto;
    }

    .item_top {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        justify-content: flex-start;
    }
    
    .item_logo {
        width: 180px;
    }

    .item_center {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .item_right {
        margin-left: 0;
    }
    .item_legend {
        margin-left: 75px;
    }
}

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

    .item_top {
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 35px;
    }

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

    .item_legend {
        margin-right: 0;
        margin-top: 15px
    }

    .item_star {
        margin-top: 20px
    }

    .item_right {
        margin-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 0;
        padding-left: 0;
        margin-top: 30px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;

    }

    .item_right__btn, .item_right__label, .item_right__more {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .item_right__btn {
        margin: 20px auto;
        width: 260px
    }

    .item_right__more {
        margin-left: 0;
        margin-top: 0
    }

    .item_right__label {
        text-align: center
    }

    .item_left {
        width: 100%
    }

    .item_center {
        margin-top: 45px;
        padding: 0 15px
    }

    .item_center:before {
        top: 25%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

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

    .item_center__cols {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        margin-right: 0 !important;
        padding: 0 15px
    }

    .item_center__cols:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .item_center__cols:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .item_center__cols:nth-child(2):before {
        left: -10px
    }

    .item_center__cols:nth-child(3) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 20px 0 60px
    }

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

    .item_center__cols:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 30px
    }

    .item_center__cols:nth-child(5) {
        margin-bottom: 40px;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .item_center__cols:nth-child(6) {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
        padding: 0 20px 0 60px
    }

    .offers_title {
        font-size: 17px;
        padding: 0 15px;
        height: 50px;
        line-height: 50px
    }
    .item_legend {
        margin-left: 0;
    }
    .item_logo {
        text-align: center;
        margin: 0 auto;
    }
    .item:before {
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
}