#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;
}

.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;
}

section.goods_set > .more:hover {
    color: #009e54;
}


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;
    background-color: #303952;
}

main .brands_item:hover{
    border-color: #303952;
}

body .slick-slide{
    max-height: 340px;
    padding: 0 15px
}

.main .slick-track{
    margin: 0 -15px;
}

.main .goods_wrapper{
    margin-left: unset;
}

.main .goods_wrapper .goods{
    margin: unset;
    min-width: unset;
    height: 320px;
}

.main .goods_wrapper .slick-active:last-child:after{
    content: none;
}

.main .goods_wrapper .goods a{
    display: flex;
    flex-direction: column;
    height: unset;
}

.main .goods_wrapper .goods a.buy{
    bottom: 0;
    width: 34px;
    height: 34px!important;
}

.main .goods_wrapper .goods a.buy.more{
    bottom: 5px;
    width: 90px;
}

.main .goods_wrapper .goods .price{
    left: 10px;
    bottom: 10px;
}

.main .goods_wrapper .goods img{
    margin-right: unset;
    margin: 0 auto;
}

.main .goods span.info{
    left: unset;
    right: 10px;
}

.main .goods:after{
    content: none;
}

.main section.goods_set{
    overflow: unset;
}

.main .slick-prev, .main .slick-next{
    top: 40%;
}

.main .slick-prev{
    left: -50px;
}

.main .slick-next{
    right: -30px;
}

.main .slick-prev:before, .main .slick-next:before{
    color: #00c76a;
    font-size: 30px;
}

.main .slick-dots{
    bottom: -50px;
}
