#banner {
    /*display: none;*/
    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;
}

#content {
    padding: 20px 0 530px 0;
}
*/
section.goods_set{
    position: relative;
    overflow: hidden;
}

section.goods_set > .more {
    display: block;
    position: absolute;
    top: 61px;
    right: 0;
    color: #7b8186;
}
/*
body section.goods_set_action > .more {
    top: 11px;
}
*/
section.goods_set > .more:hover {
    color: #d60200;
}

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;
}
/*
.goods_set_action h2 {
    padding-top: 0;
}
*/
h2:after {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 33%;
    height: 2px;
    background-color: #d60200;
}

main .nav {
    display: none;
}

/* .goods_set */

.goods_set .goods_wrapper {
    margin-left: -34px;
}

.goods_set .goods {
    width: 202px;
    height: 280px;
    margin: 0 0 50px 34px;
    min-width: unset;
}

.goods_set .goods a {
    display: block;
    width: 202px;
    height: 191px;
    text-decoration: none;
}

.goods_set .goods a.buy {
    display: block;
    position: absolute;
    left: 160px;
    bottom: -3px;
    width: 30px;
    height: 30px;
    background: #d60200 url(/images/icons.png) 8px -358px no-repeat;
    background-size: cover;
    font-size: 1px;
    color: transparent;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}

.goods_set .goods a.buy:hover {
    background-color: #333e48;
}

.goods_set .goods img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    position: relative;
    float: left;
    width: 202px;
    height: 191px;
}

.goods_set .goods span.name {
    padding-top: 10px;
    width: 202px;
    height: 40px;
    text-align: center;
}

.goods_set .goods .price {
    position: absolute;
    left: 0;
    bottom: 0;
}

.goods_set .goods .price .old {
    top: -15px;
}

.goods_set .goods .info-line {
    left: 0;
}

.video_bnr {
    position:relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-top: 40px;
    height: 0;
    overflow:hidden;
}

.video_bnr iframe {
    max-height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}