#banner {
    position: relative;
    width: 100%;
    height: 350px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
#banner img{
    position: absolute;
}

ul.advantages {
    display: block;
    list-style-type: none;
    padding: 40px 0 0 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

ul.advantages li {
    display: block;
    position: relative;
    float: left;
    width: 370px;
    height: 270px;
}

ul.advantages li:last-child {
    padding: 0;
}

ul.advantages li img {
    display: block;
    position: relative;
    width: 370px;
    height: 270px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

ul.advantages li:after {
    display: block;
    content: " ";
    position: absolute;
    right: -30px;
    top: 20px;
    width: 1px;
    height: 230px;
    background-color: #eee;
}

ul.advantages li:last-child:after {
    display: none;
}

.main_categories {
    position: relative;
}

.main_categories h2{
    position: relative;
    padding-top: 0;
}

.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: #006df0;
}

.logos_company{
    display: flex;
    justify-content: center;
    border: 2px solid #006df0;
    border-left: 0;
    border-right: 0;
    margin: 40px 0;
}

.logos_company ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 40px 0;
}

.logos_company li{
    list-style: none;
}

