.text_before_items {
    margin-bottom: 47px;
}
.front_sale2 .maxwidth-theme{
    padding: 0
} 
.head-block .item-link:not(:hover) {
  background: #fafafa;
  background: var(--light2_bg_black);
}
.head-block.top:not(.with-tabs) .item-link.active {
    background: #fafafa;
    background: var(--light2_bg_black);
}
.head-block .item-link {
    display: inline-block;
    vertical-align: top;
    float: left;
    border-right: 1px solid #eeeeee;
    border-color: var(--stroke_black);
}
.head-block .item-link .title {
    padding: 0 0;
    cursor: pointer;
}
.head-block .item-link .title span, .head-block.top .item-link .title .btn-inline {
    position: relative;
    display: block;
    padding: 22px 28px;
    text-decoration: none;
}
.topic__inner > div:not(.topic__heading) {
    margin: 9px -14px 0 19px;
    width: 41px;
    text-align: center;
    position: relative;
    cursor: pointer;
    float: right;
}
.topic .colored_theme_hover_bg-block:not(:hover) .svg path {
    fill: #b8b8b8;
}
.select_head_wrap .menu_item_selected {
    position: relative;
    padding: 15px 55px 15px 25px;
    margin: 0 0 -1px;
    cursor: pointer;
    color: #333;
    color: var(--white_text_black);
}
.font_upper_md {
    font-size: .733em;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: .8px;
}
.select_head_wrap .menu_item_selected .svg.svg-inline-down {
    right: 15px;
    position: absolute;
    top: 50%;
}

@media (min-width: 768px) {
    .select_head_wrap .menu_item_selected+.head-block {
        display: block !important;
        margin: 0 0 32px;
    }
}
.head-block.top {
    margin: 0 0 48px;
    position: relative;
}

.item-views {
    padding-bottom: 28px;
    position: relative;
}
.item-views.sales2.bg .item-wrapper > .item {
    padding: 128% 0px 36px 0px;
    margin: 0px;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
}
.row.flexbox .item {
    height: 100%;
    min-height: 100%;
    position: relative;
    background-position: center;
}
.item-views.sales2.bg .item-wrapper > .item > a {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 13;
}
.item-views.sales2.bg .item-wrapper > .item .inner-text {
    position: absolute;
    bottom: 25px;
    right: 30px;
    left: 30px;
}
.item-views.sales2.bg .item-wrapper > .item .period-block {
    padding: 0px 0px 8px 1px;
}
.item-views.sales2.bg .item-wrapper > .item .period-block .svg {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    top: 0px;
    left: -1px;
    margin: 0px 2px 1px 0px;
}
.item-views .item .title {
    max-height: 100px;
    margin-bottom: 6px;
    font-size: .9334em;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    line-height: 1.454em;
}
.item-views.sales2.bg .item-wrapper > .item .title a {
    color: #fff;
}
.item-views.sales2.bg .item-wrapper > .item .period-block .date {
    color: #fff;
    opacity: 0.7;
}
.item-views.sales2.bg .item-wrapper > .item > div {
    z-index: 12;
}
.item-views.sales2.bg .item-wrapper > .item .period-block .svg path {
    fill: #fff;
}

.bordered-block {
    border: 1px solid #EEE;
    border-color: var(--stroke_black);
}
.darken-bg-animate:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 40%;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    z-index: 1;
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
@media (max-width: 767px) {
    .select_head_wrap{
        position: relative
    }
    .select_head_wrap .head-block.top {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 110;
        max-height: 220px;
        overflow: hidden;
        background-color: var(--black_bg_black);
    }
    .select_head_wrap .head-block.top .item-link {
        border-bottom: 1px solid #eee;
    }
    .select_head_wrap .head-block.top:not(.with-tabs) .item-link {
        border-right: none;
    }
    .select_head_wrap .head-block.top .item-link {
        display: block;
        float: none;
    }
    .select_head_wrap {
        margin-bottom: 32px;
    }
}