#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;
    height: 200px;
    /*background: url("/images/long-bnr.webp") bottom no-repeat;*/
}

ul.advantages li {
    display: none;
    position: relative;
    float: left;
    width: 910px;
    height: 200px;
    /*padding: 0 50px 0 0;*/
}

ul.advantages li:first-child {
    display: block;
    width: 100%;
    height: 200px;
}

ul.advantages li img {
    display: block;
    position: relative;
    width: 910px;
    height: 200px;
    -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: #1a4797;
}


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: #1a4797;
}