.lsfw-tags {
    text-transform: uppercase;
    margin-bottom: 20px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.lsfw-tags .lsfw-tag.fas::after {
    display: none;

}

.lsfw-tags .lsfw-tag {
    position: relative;
    font-size: 10px;
    font-family: 'apercu_pro', sans-serif;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px 0 0;
    color: #475669;
    cursor: pointer;
    background: #ffe6e4;
    padding: 0 30px 0 10px;
    line-height: 25px;
    border-radius: 2px;
}

.lsfw-tags .lsfw-tag.has-error .hint-block--abs .question-error {
    font-size: 13px;
    margin-left: 10px;
}

.lsfw-tags .lsfw-tag.has-error .hint-block {
    position: static !important;
}

.lsfw-tags .lsfw-tag span {
    max-width: 150px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lsfw-tags .lsfw-tag > * {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

.lsfw-tags .lsfw-tag .fas.fa-crown-tx {
    background-image: url(https://tophotels.ru/csstx/i/crown-black.svg);
}

.lsfw-tags.red .lsfw-tag .fas.fa-crown-tx, .lsfw-tags .lsfw-tag .fas.fa-crown-tx.red {
    background-image: url(https://tophotels.ru/csstx/i/crown-red.svg);
}

.lsfw-tags .lsfw-tag .fas {
    margin-right: 5px;
    width: 16px;
    background: center/11px no-repeat;
    font-size: 11px;
    height: 25px;
}

.lsfw-tags .lsfw-tag:hover:before {
    color: red;
}

.lsfw-tags .lsfw-tag .lsfw-tag__cut {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
}

.lsfw-tags .lsfw-tag::after,
.lsfw-tags .lsfw-tag.fas::before {
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 10px;
    top: 0;
    line-height: inherit;
    color: #e03a3a;
    font-size: 10px;
}

.lsfw-tags .lsfw-tag::after {
    content: '\f00d';
}

.lsfw-tags .lsfw-tag.fas::before {
    color: inherit;
}

.lsfw-tags:empty {
    display: none;
}


@media screen and (max-width: 1024px) {
    .lsfw-tags {
        white-space: nowrap;
        overflow: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .lsfw-tags .lsfw-tag.red {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .lsfw-tags .lsfw-tag {
        font-size: 10px;
        margin-top: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        line-height: 20px;
        order: 1;
    }

    .lsfw-filter + .lsfw-tags {
        margin-top: -10px;
    }

    .lsfw-tags .lsfw-tag .fas {
        width: auto;
        font-size: 9px;
        background-size: 9px;
        height: 20px;
        padding: 0 !important;
    }
}