.tags-list {
    padding: 5px 10px;
    border-radius: 2px;
    margin-top: 10px;
    background: #ffffff;
}

.tags-list .tags-list__li:hover {
    background-color: #fef1e7 !important;
}

.tags-list .tags-list__li.active {
    background-color: #f8e4d5;
    color: #e03a3a;
}

.tags-list .tags-list__li.active::before {
    content: '\f192';
    font-weight: bold;
}

.tags-list .tags-list__li::before {
    font-family: "Font Awesome 5 Free";
    content: '\f111';
    font-weight: normal;
    position: absolute;
    left: 15px;
    font-size: 13px;
    top: 0;
    line-height: inherit;
}

.tags-list .tags-list__li {
    background-color: #eeeeee;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    position: relative;
    border-radius: 3px;
    text-transform: uppercase;
    line-height: 25px;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    min-width: 100px;
    text-align: center;
    color: #475669;
    padding: 0 20px 0 35px;
}

.page .lsfw-filter .lsfw-filter__search .bth__inp {
    padding: 15px 65px;
}

.page .lsfw-filter .lsfw-filter__search-icon:hover {
    background-color: #f1ebd3;
    color: #ff8e41;
}

.page .lsfw-filter .lsfw-filter__search-icon {
    position: absolute;
    top: 8px;
    left: 10px;
    height: 35px;
    font-size: 20px;
    cursor: pointer;
    width: 40px;
    color: #999999;
    border-radius: 3px;
    text-align: center;
    line-height: 33px;
    background: #eeeeee;
    display: block;
}

.header-notification .header-notification__icon.tooltip-quote {
    background: #ffffff url(https://tophotels.ru/csstx/i/tooltip-quote.svg) center/20px no-repeat;
}

.show-359, .show-1025 {
    display: none;
}


@media screen and (max-width: 1200px) {
    .tags-list .tags-list__li {
        min-width: auto;
    }

    .tags-list {
        white-space: nowrap;
        overflow: auto;
    }

    .tags-list .tags-list__li {
        font-size: 11px;
        margin-right: 8px;
    }
}

@media screen and (max-width: 1025px) {

    .page .lsfw-filter .lsfw-filter__detail-drop {
        width: 100%;
        margin-left: 0 !important;
    }

    .show-1025 {
        display: inline-block;
    }

    .hide-1025 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .page .lsfw-filter .lsfw-filter__btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .page .lsfw-filter .lsfw-filter__btns .bth__btn {
        margin-right: 0;
        padding: 0;
        width: 125px !important;
    }

    .page .lsfw-filter .lsfw-filter__btns .bth__btn.bth__btn--fill {
        width: calc(100% - 135px) !important;
    }

    .page .lsfw-filter .lsfw-filter__search {
        margin-bottom: 10px;
    }

    .page .lsfw-filter .lsfw-filter__search .bth__inp {
        padding: 15px 40px 15px 45px;
    }

    .tags-list {
        border-radius: 5px;
    }

    .page .lsfw-filter .lsfw-filter__search-icon {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        width: 24px;
    }
}

@media screen and (max-width: 359px) {
    .show-359 {
        display: block;
    }

    .hide-359 {
        display: none;
    }
}