.catalogSection .tags {
    margin-bottom: 26px;
}
.catalogSection .tags:last-child {
    margin-bottom: 0;
}
.catalogSection__bottom {
    margin-top: 50px;
}

@media screen and (max-width: 1200px) {
    .catalogSection .tags {
        margin-bottom: 30px;
    }
}