#banner {
    position: relative;
    width: 100%;
    height: 405px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

ul.advantages {
    display: block;
    list-style-type: none;
    margin: 40px 0 0 0;
    border-radius: 4px;
    overflow: hidden;
    background: linear-gradient(to right,#cb11ab 0,#481173 100%) no-repeat;
}

ul.advantages li {
    display: block;
    position: relative;
    float: left;
    width: 270px;
    height: 100px;
    padding: 0 50px 0 0;
}

ul.advantages li:last-child {
    padding: 0;
}

ul.advantages li img {
    display: block;
    position: relative;
    width: 100%;
    height: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

/*ul.advantages li:after {*/
/*    display: block;*/
/*    content: " ";*/
/*    position: absolute;*/
/*    right: 25px;*/
/*    top: 20px;*/
/*    width: 1px;*/
/*    height: 130px;*/
/*    background-color: #eee;*/
/*}*/

ul.advantages li:last-child:after {
    display: none;
}

.main_categories {
    position: relative;
}

.main_categories .nav {
    display: none;
}

section.goods_set {
    position: relative;
    overflow: hidden;
}

section.goods_set > .more {
    display: block;
    position: absolute;
    top: 61px;
    right: 0;
    color: #888;
    background-color: transparent;
}

section.goods_set > .more:hover {
    color: #cb11ab;
}


h2 {
    display: block;
    position: relative;
    font-size: 24px;
    padding: 50px 0 10px 0;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    margin-bottom: 40px;
    color: #333e48;
}

h2 a{
    text-decoration: unset;
}


h2:after {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 33%;
    height: 2px;
    background-color: #9f1198;
}

/*middleBanners*/

.middleBanners {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 40px 0;
}

.middleBanners .itemBnr {
    border-radius: 5px;
    width: 100%;
    max-width: 383px;
    max-height: 130px;
}

.middleBanners .itemBnr img {
    border-radius: 5px;
    width: 100%;
}

body .brands_logo_list {
    justify-content: space-between;
    margin-bottom: 10px;
    padding-top: 10px;
    border-width: 0;
}

.brands_logo_list .brands_item {
    width: 258px;
    height: 138px;
    border-color: #9f1198;
    margin-bottom: 20px;
}

.brands_logo_list .brands_item:hover {
    border-color: #c911aa;
}

.brands_logo_list .brands_item a img {
    width: 200px;
    padding: 0 29px;
}

h2.brands_logo_title {
    padding-top: 0;
}