.sale-steps{
    margin: 30px 0 45px 0;
}
    .sale-steps__tabs{
        margin: 0 -5px;
    }
        .sale-steps__tab{
            width: 20%;
            display: block;
            float: left;
            padding: 0 5px;
            text-align: center;
        }
            .sale-steps__tab-link{
                background: #0274bd;
                border-top: 2px solid #0274bd;
                display: block;
                width: 100%;
                height: 48px;
                color: #fff;
                line-height: 48px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                text-decoration: none !important;
                font-size: 18px;
                font-weight: 600;
                padding: 0 15px;
            }
            .sale-steps__tab--active{
                background: #fff;
                color: #0274bd;
            }
            .sale-steps__tab-link:hover{
                background: #f7cc01;
                border-color: #f7cc01;
                color: #010101;
            }
            .sale-steps__tab-link_spiner{
                width: 20px;
                height: 20px;
                display: none;
                opacity: 0;
            }
@media screen and (max-width:767px) {
    .sale-steps{
        margin: 30px 0 0px 0;
    }
    .sale-steps__tab{
        float: none;
        width: 100%;
        margin-bottom: 10px;
        text-align: left;
    }
    .sale-steps__tab-link_spiner{
        display: inline;
    }
}

.catalog-section__item-store{
    font-size: 12px;
    padding: 5px 5px 0px 5px;
}
.catalog-section__item-store__select-wrapper{

}
.catalog-section__item-store__select,
.catalog-section__item-store__select:hover,
.catalog-section__item-store__select:active,
.catalog-section__item-store__select:focus{
    max-width: 100%;
    width: 100%;
    top: 0px;
    margin-top: 0px;
    padding-right: 30px;
}
.catalog-section__item-store_data{
    min-height: 30px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
}
.catalog-section__item-store_table{
    margin: 0 0 0px 0;
    border: 1px solid #393e41;
}
.catalog-section__item-store_table .table-a td {
    padding: 5px 5px;

}
.store-show-manager .catalog-section__sale-images-icon,
.store-show-manager .catalog-section__week-images-icon{
    top: -4px !important;
}
.catalog-section__item-store_button{
    position: relative;
    margin: 10px 0 20px 15px;
    min-height: 20px;
}

.catalog-section__item-store_button a{
    position: relative !important;
    top:0px !important;
    left: 0px !important;
    line-height: 18px !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

.store-show-manager .catalog-section__block{
    padding: 10px 0 20px 0;
}
.store-show-manager .catalog-section__item-allcontent{
    padding: 0px 20px;
}

.catalog-section-flex{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
.catalog-section-slider{
    height: 570px;
}
.catalog-detail-page-url{
    text-decoration: none;
}