ul.tag-elements {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

li.tag-element {
    margin-right: 8px;

}
.product-item-new-header .list-label-wrap{
    min-height: auto;
    height: 22px;
}
li.tag-element a {
    padding: 5px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 12px;
    background-color: #F9A91D;
    border-color: #F9A91D;
    color: #fff;
    font-weight: 400;
}
li.tag-element a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    ul.tag-elements {
        /*flex-direction: column;*/
        align-items: flex-start;
    }

    li.tag-element {
        margin-right: 8px;
        margin-bottom: 18px;

    }

    .main .store__wrapper {
        padding-top: 0;
    }
    ul.tag-elements {

        margin: 0;
    }

}
.brand_link:hover{
    text-decoration: underline;
}
.search-catalog{
    display: none;
}
@media(max-width: 768px){
    .search-catalog{
        display: block;
    }
}
.bottomtags.tags{
    flex-wrap: wrap;
}

.banner_links{
    margin-top: 10px;
    margin-bottom: 30px;
}
body .banner_links.mob{
    display: none;
}
@media(max-width: 768px){
    body .banner_links.mob{
        display: block;
    }
    body .banner_links.desc{
        display: none;
    }
}
.catalog-header{
    margin-bottom: 20px;
}
.catalog-body{
    margin-top: 40px;
}
@media (max-width: 768px) {
    .catalog-header{
        /*font-size: 17px;*/
    }
}
