#banner {
    position: relative;
    width: 100%;
    height: 400px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

#banner img{
    position: absolute;
    width: 100%;
    height: auto;
}

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: 410px;
    padding: 0 50px 0 0;
}

ul.advantages li:last-child {
    padding: 0;
}

ul.advantages li img {
    display: block;
    position: relative;
    width: 270px;
    height: 410px;
    -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: 370px;
    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: 20px;
    right: 0;
    color: #888;
}

section.goods_set > .more:hover {
    color: #a33100;
}


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: #000000;
}


section.goods_set_wrapper h2,
.goods_set.current h2,
section.blog h2,
section.about h2,
section.subscribe div.title,
section.goods_set_wrapper ul.tabs {
    display: block;
    height: 60px;
    line-height: 60px;
    font-family: Montserrat;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

section.goods_set_wrapper h2,
.goods_set.current h2,
section.about h2 {
    padding-bottom: 40px;
    background: transparent url("/images/divider.png") center 62px no-repeat;
}

section.goods_set_wrapper ul.tabs {
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
}

section.goods_set_wrapper ul.tabs li {
    display: inline-block;
    position: relative;
    height: 20px;
    color: #9a9a9a;
    margin: 0 10px;
    cursor: pointer;
}

section.goods_set_wrapper ul.tabs li:hover {
    text-decoration: underline;
}

section.goods_set_wrapper ul.tabs li.current {
    color: #231f20;
}

section.goods_set_wrapper ul.tabs li:before {
    content: " ";
    display: block;
    position: absolute;
    left: -16px;
    top: 5px;
    width: 7px;
    height: 7px;
    background-color: #9a9a9a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

section.goods_set_wrapper ul.tabs li:first-child:before {
    display: none;
}

.goods_set {
    display: none;
    overflow: hidden;
    padding: 40px 0;
}

section.goods_set_wrapper .current,
.goods_set.current {
    display: block;
}

.goods_set_wrapper{
    margin-top: 40px;
}

.slick-track{
    display: flex!important;
    align-items: center;
    gap: 40px;
}

.slick-prev:before, .slick-next:before{
    color: #333e48!important;
}

.slick-slide {
    max-height: 150px;
    display: flex!important;
    justify-content: center;
}

#banner .slick-slide{
    max-height: unset;
}

.text-main{
    margin-top: 40px;
}