#banner {
    position: relative;
    width: 100%;
    height: 300px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

ul.advantages {
    display: block;
    list-style-type: none;
    padding: 40px 0 0 0;
    overflow: hidden;
}

ul.advantages li {
    display: block;
    position: relative;
    float: left;
    width: 270px;
    height: 170px;
    padding: 0 50px 0 0;
}

ul.advantages li:last-child {
    padding: 0;
}

ul.advantages li img {
    display: block;
    position: relative;
    width: 270px;
    height: 170px;
    -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;
	margin-top: 40px;
}

.main_categories .nav {
    display: none;
}

.main_categories h2 {
    display: none;
}

section.goods_set {
    position: relative;
    overflow: hidden;
}

section.goods_set > .more {
    display: block;
    position: absolute;
    top: 61px;
    right: 0;
    color: #888;
}

section.goods_set > .more:hover {
    color: #0062bd;
}


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:after {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 33%;
    height: 2px;
<<<<<<< .mine
    background-color: #50cbc9;
}


/* brands */

body .brands_logo_list {
    gap: 14px;
}

body .brands_item a img {
    width: 213px;
    padding: 0;
    border-radius: 10px;
    display: block;
}

body .brands_item {
    width: 213px;
    border: 2px solid transparent;
}

body .brands_item:hover {
    border-color: #50cbc9;
||||||| .r2
    background-color: #fed700;
=======
    background-color: #50cbc9;
}

/* brands */

body .brands_logo_list {
    gap: 14px;
}

body .brands_item a img {
    width: 213px;
    padding: 0;
    border-radius: 10px;
    display: block;
}

body .brands_item {
    width: 213px;
    border: 2px solid transparent;
}

body .brands_item:hover {
    border-color: #50cbc9;
>>>>>>> .r497
}