#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: #006b66;
}
/*
section.goods_set .goods {
    position: relative;
    float: left;
    width: 27.4%;
    min-width: 274px;
    height: 170px;
    margin: 0 0 40px 40px;
}

section.goods_set .goods a {
    width: 100%;
    height: 170px;
}

section.goods_set .goods .buttons a {
    width: 26px;
    height: 34px;
}

section.goods_set .goods .buttons a.buy {
    width: 90px;
    height: 34px;
}

section.goods_set .goods img {
    width: 90px;
    height: 85px;
}

section.goods_set .goods span.name {
    padding-top: 20px;
    font-size: 13px;
    height: 60px;
    width: unset;
    text-align: left;
}

section.goods_set .goods .price {
    bottom: 40px;
    right: 0;
    left: unset;
}

section.goods_set .qt {
    height: 34px;
    width: 100px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

section.goods_set .qt a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

section.goods_set .qt input {
    display: block;
    float: left;
    width: 48px;
    height: 32px;
    border: 1px solid #006b66;
    border-left-width: 0;
    border-right-width: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    color: #666;
    background-color: #fff;
}
*/
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: #a5d239;
}