#banner {
    width: 100%;
    height: 100%;
    max-height: 395px;
    overflow: hidden;
    margin-top: 20px;
}

#banner img{
    width: 100%;
    height: auto;
}

.smallBanners{
    width: 100%;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ececec;
}

ul.advantages {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    max-width: 1230px;
    margin: 0 auto;
}

ul.advantages li {
    width: 100%;
    max-width: 206px;
    height: 170px;
    list-style: none;
}

ul.advantages li img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.main_categories {
    position: relative;
    margin-bottom: 40px;
}

.main_categories .nav {
    display: none;
}

section.goods_set {
    position: relative;
}

section.goods_set > .more {
    display: none;
    position: absolute;
    top: 61px;
    right: 0;
    color: #888;
}

section.goods_set > .more:hover {
    color: var(--main-bg-color);
}

h2 {
    position: relative;
    font-size: 24px;
    padding: 40px 0 0 0;
    font-weight: normal;
    margin-bottom: 40px;
    color: #333e48;
    display: flex;
    gap: 20px;
    width: max-content;
}

h2 a{
    text-decoration: unset;
    display: flex;
    gap: 20px;
    align-items: baseline;
}

h2 a:after {
    content: "\e90a";
    font-family: 'Unisiter-Icons';
    background-color: #eee;
    color: #333e48;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    transform: rotate(270deg);
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

h2 a:hover:after{
    color: var(--main-bg-color);
}


.goods_set h2:hover, .articles h2:hover{
    color: var(--main-bg-color);
}

.text-main{
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.text-main .wrapBlock{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.text-main .wrapBlock .aboutShop{
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    padding: 40px 0;
}

.text-main .wrapBlock span{
    color: #999;
    font-size: 14px;
}

.text-main .wrapBlock h3{
    font-size: 26px;
    font-weight: 600;
}

.text-main .wrapBlock p{
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
}

.text-main .wrapBlock a {
    border: 2px solid var(--main-bg-color);
    color: var(--main-bg-color);
    padding: 10px 20px;
    text-decoration: none;
    width: max-content;
    font-size: 18px;
    border-radius: 4px;
    transition: 0.3s;
}

.text-main .wrapBlock a:hover {
    background-color: var(--main-bg-color-hover);
    border: 2px solid var(--main-bg-color-hover);
    color: #fff;
}

.text-main .wrapBlock div img{
    width: 100%;
    height: auto;
    display: block;
}

.seo-text{
    margin-top: 40px;
}

body.main{
    max-width: 1920px;
    overflow-x: hidden;
    margin: 0 auto;
}

body .brands_logo_list{
    gap: 40px;
    justify-content: space-between;
    border: unset;
    position: relative;
    padding: 40px 0;
    margin-bottom: 0;
    margin-top: 40px;
}

body .brands_logo_list:before{
    content: " ";
    display: block;
    width: 300%;
    position: absolute;
    left: -100%;
    top: 0;
    height: 100% /*780px;; */;
    background-color: #f8f8f8;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

body .brands_logo_list .brands_item{
    width: 160px;
    justify-content: center;
    border: unset;
    z-index: 1;
    background-color: #f8f8f8;
}

body .brands_item:hover {
    box-shadow: unset;
    border: unset;
}

body .brands_logo_list .brands_item img{
    mix-blend-mode: multiply;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: 0.3s;
    padding: unset;
}

body .brands_logo_list .brands_item img:hover{
    filter: unset;
    opacity: 1;
}

/* articles */

section.articles {
    background: #f8f8f8;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    margin-top: 40px;
}

section.articles ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

section.articles ul, section.articles h2 {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto 40px;
}

section.articles li {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #ececec;
    transition: transform ease 0.2s, box-shadow ease 0.2s;
}

section.articles li:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

section.articles li:last-child:after {
    display: none;
}

.articles h4 {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto 40px;
}

section.articles a {
    text-decoration: none;
    font-weight: 400;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 22px;
}

section.articles > a {
    display: none;
}

section.articles h2 a {
    height: unset;
    flex-direction: unset;
}

section.articles a.img {
    max-height: 160px;
    padding-top: 0;
}

section.articles a.img img {
    width: 100%;
    max-width: 280px;
    height: 100%;
}

section.articles a span {
    display: block;
    margin: 0 20px 24px 20px;
    font-size: 16px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden!important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

section.articles a span.date {
    color: #888;
    font-size: 14px;
}