.filter_side  .filter__section-tags.full {
    max-height: 210px;
    overflow-y: scroll;
}
.filter_side .dropdown.more-values {
    margin-top: 10px;
}
.filter_side .filter__section .search {
    margin-bottom: 10px;
}
.catalog_item__price.tooltip .tooltip_control {
    border-bottom: unset;
}
.catalog_item__price.tooltip .tooltip_content {
    left: -50% !important;
    bottom: 30px !important;
    width: 360px !important;
    cursor: default;
}
.catalog_item__price.tooltip .tooltip_content p {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.2;
}
.tooltip_content .more_info_interesplus {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.2;
    text-decoration: underline;
    color: #F8A83F;
    cursor: pointer;
}
.catalog_item__price.tooltip .tooltip_content p.tooltip_content__attention {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

@media only screen and (max-width: 1100px) {
    .filter_side .dropdown.more-values {
        display: none;
        margin-bottom: 20px;
    }
    .filter_side .dropdown.more-values a {
        margin-left: 10px;
        font-size: 16px;
    }
    .filter_side .filter__section .search {
        width: calc(100% - 20px);
        margin-left: 10px;
        display: none;
    }

    .filter_side .filter__section-tags.full {
        max-height: 300px;
    }

    .filter__section.opened .search,
    .filter__section.opened .filter__section-tags,
    .filter__section.opened .dropdown.more-values {
        display: block;
    }
}

.genre-text {
    font-size: 14px;
    margin-top: 30px;
}
.genre-text p, .genre-text ul {
    margin-bottom: 10px;
    color: initial;
}
.genre-text ul li {
    margin:3px 0;
}
.genre-text ul {
    list-style: disc;
    margin-left: 15px;
}
.catalog_item_interes_plus_price
{
    width: 100%;
    justify-content: flex-start !important;
}