.sect_tags {
    margin-bottom: 20px;
    margin-top: -20px;
}

.sect_tags ul {
    display: flex;
}

.sect_tags li {
    display: flex;
    padding: 10px 5px;
}

.sect_tags li:first-child {
    padding-left: 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 0px;
    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;
    }
}