#offers-headers {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    margin: -1px 0 0.5rem -1px;
}

#offers-headers li {
    padding: 1rem 1rem;
    min-width: 120px;
    font-size: 1.12rem;
    cursor: pointer;
    border-bottom: 1px solid #ededed;
    font-weight: bold;
    transition: background ease 0.2s, color 0.2s;
    text-align: center;
}

.tabs_sale_block-gav {
    display: flex;
    flex-wrap: wrap;
}


.tabs_sale_block__content {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    background: #fff;
}

.tabs_sale_block__content.active {
    display: block;
}
