.product-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 3.133rem;
}

.landings-list__item--filled-bg:not(:hover){
    display: block;
    background:#f8f8f8;
    text-decoration:none;
}

.landings-list__name{
    padding:6px 10px 8px;
    color:#333;
    margin-right:8px;
    position:relative;
    display:block;
    line-height:16px;
    border:1px solid #ececec;
    text-decoration:none;
}

.landings-list__name:not(.landings-list__item--active){
    cursor:pointer;
}

.landings-list__name,
.landings-list__name:hover,
.landings-list__name:focus{
    text-decoration:none;
}

.box-shadow,.box-shadow-sm{
    transition:transform .2s ease,box-shadow .2s ease;
}

.rounded3,.rounded3.darken-bg-animate:after,.rounded3.darken-bg-animate:before{
    border-radius:3px;
}

.content_wrapper_block .top_block{
    margin-bottom: 12px;
}