.sect_tags {
    /*margin-bottom: 20px;*/
    /*margin-top: -20px;*/
    margin-top: 16px;
}

.sect_tags ul {
    display: flex;
    flex-wrap: wrap;
}

.sect_tags li {
    display: flex;
    padding: 10px 10px 10px 0;
}

.sect_tags a {
    background: #EA375E;
    color: #fff;
    padding: 10px;
}

.sect_tags j {
    color: #EA375E;
}

.catalog__button.not-price{
    padding: 10px 20px;
}

.btn_one_click{
    font-family: 'Exo2 semiBold';
    font-size: 11pt;
    color: #f13a5f;
    background-color: white;
    border: 1.5px solid #f13a5f;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    padding: 8px 0;
    width: 170px;
    margin: 10px auto 0;
    display: none;
}

.btn_one_click:hover{
    background: #f13a5f;
    color: white;
    text-decoration: none;
}

.catalog__content:hover .btn_one_click {
    display: block;
}

@media(max-width: 400px){
    .catalog .catalog__show-more{
        margin-top: 20px;
    }

    .bottom-text.catalog-text{
        margin-top: 40px;
    }
}

/*04.08.2021*/
.links_wrap{
    height: 50px;
    overflow: hidden;
    transition: all 0.8s ease;
}

.sub_cat_wrap .sub_cat_title,.sub_cat_wrap .show_more_button{
    margin-bottom: 5px;
    background: unset;
    color: #000;
    padding: 0;
    display: block;
}

.sub_cat_wrap .sub_cat_title{
    font-weight: 700;
    font-size: 11pt;
}

.sub_cat_wrap .show_more_button{
    margin-top: 5px;  
    width: max-content;
    background: #ea375e00;
    padding: 8px;
    font-family: 'Exo2 semiBold';
    font-size: 11pt;
    color: #ea375e;
    cursor: pointer;
    outline: none;
    border: 1px solid #ea375e;  
    text-align: center;
    transition-duration: .2s;
    line-height: 1em;
    max-width: 100%;
}

.sub_cat_wrap{
    margin-bottom:20px;
}

.links_wrap.opened{
    height: auto;
    overflow: visible;
    transition: all 1.2s ease;
}
/*end*/