#banner {
    width: 100%;
    height: 100%;
    max-height: 700px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    height: 700px   ;
}

.left_col ~ main > #banner{
    width: 100%;
    height: 300px;
}

.left_col ~ main > #banner img{
    width: 100%;
}

.wrapBnr{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapSmall{
    width: 100%;
    max-width: 910px;
    margin-left: 320px;
    margin-top: 40px;
}

ul.dots li a {
    background: #fff;
    border-radius: 4px;
}

ul.dots li a img{
    border: unset;
    margin: 0 auto;
}

ul.dots li a:hover img{
    border: unset;
}

ul.dots li{
    border: 2px solid transparent;
    border-radius: 4px;
    width: 270px;
}

.main_categories > h2{
    color: #fff;
}

.main #main_catalog{
    margin-top: -254px !important;
}

body .left_col .bnr, body .left_col .bnr img{
    display: none;
}

ul.dots li .name{
    height: 40px;
}

ul.dots li:hover{
    border-color: #e31e24;
}

ul.advantages {
    display: block;
    list-style-type: none;
    overflow: hidden;
    width: max-content;
    text-align: center;
}

ul.advantages li {
    display: block;
    position: relative;
    float: left;
    width: 270px;
    height: 170px;
    margin: 0 50px 0 0;
    border: 2px solid transparent;
    transition: 0.3s;
}

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:hover{
    border-color: #e31e24;
}

/*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: #ff6b70;
}


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: #e31e24;
}

main .brands_item:hover{
    border-color: #e31e24;
}

#banner video {
    max-height: 750px;
    margin: 0 auto;
    display: block;
}