.lsfw-filter .lsfw-filter__bold-link:not(.grey).active,
.lsfw-filter .lsfw-filter__bold-link:not(.grey):hover {
    color: #e03a3a;
}

.lsfw-filter .lsfw-filter__bold-link:not(.grey).active::after,
.lsfw-filter .lsfw-filter__bold-link:not(.grey):hover::after {
    content: '\f060';
    position: absolute;
    margin-left: 10px;
    top: 4px;
    font-size: 13px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}

.lsfw-filter .lsfw-filter__bold-link:not(.grey) {
    cursor: pointer;
}

.lsfw-filter .lsfw-filter__bold-link {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding-right: 20px;
    font-weight: bold;
    color: #475669;
}

.lsfw-filter .lsfw-filter__grid {
    display: -ms-grid;
    display: grid;
    background-color: #ffffff;
    border-radius: 2px;
    margin-top: 10px;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
    padding: 5px 15px 5px 15px;
    gap: 10px;
}

.news-detail .bth__ttl-h1 {
    line-height: 40px;
}

.news .bth__ttl-h2 {
    display: block;
    width: 66%;
    margin: 15px 0 10px 0;
    line-height: 30px;
}

.news .news__col.w100p .news__content .news__cat {
    padding-left: 15px;
}

.news .news__col.w100p .news__content .news__cat::before {
    left: 0;
}

.news .news__col.w100p .news__content .bth__bold-link {
    padding-left: 0;
}

.news a.news__emerg:hover {
    color: #ff8e41;
}

.news .news__emerg {
    text-transform: uppercase;
    font-weight: bold;
    color: #c96e31;
}

.news .bth__txt {
    margin-bottom: 10px;
    display: block;
    width: calc(100% - 16.6% - 5px);
}

.news .bth__ttl-h3 {
    display: block;
    margin-bottom: 10px;
}

.news .news__stat {
    border-radius: 5px;
    color: #475669;
    background: #ffffff;
    padding: 0 10px;
    line-height: 25px;
}

.news .news__stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    text-transform: uppercase;
    right: 15px;
    bottom: 15px;
}

.news .bth__btn::after {
    content: '\f0a9';
    margin-left: 25px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}

.news .bth__btn {
    margin: 0 0 5px 0;
}

.news .news__content .news__abs .bth__bold-link {
    padding-top: 0;
    font-size: 18px;
    width: 455px;
    line-height: 30px;
}

.news .news__col .news__abs-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news .news__col {
    position: relative;
}

.news .news__abs {
    position: absolute;
    padding: 10px;
    max-width: 540px;
    left: 40px;
    bottom: 40px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
}

.news .news__col.w100p .news__content {
    padding: 15px;
}

.news {
    position: relative;
    background: #eeeeee;
    padding: 5px 15px 15px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.news .news__col.w100p .news__img {
    width: 66%;
    margin: 20px 0;
    height: 335px;
}

.news .news__content .news__img.news__img--335 img {
    border-radius: 5px;
}

.news .news__content .news__img.news__img--335 {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: 5px solid #ffffff;
}

.news .news__col:hover .news__img::before {
    opacity: 0.3;
}

.news .news__content .news__img::before {
    content: '';
    position: absolute;
    top: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    left: 0;
    background: #000000;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.news .news__content .news__img:hover::before {
    opacity: 0.1;
}

.news .news__content .news__img {
    height: 270px;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 5px;
}

.news .news__flex {
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.news .news__cat:hover {

    color: #ff8e41;
}

.news .news__cat::before {
    content: '\f111';
    font-size: 5px;
    position: absolute;
    left: 5px;
    top: 2px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}

.news .news__cat {
    font-size: 12px;
    position: relative;
    z-index: 3;
    padding-left: 20px;
    color: #c96e31;
    text-transform: lowercase;
    display: block;
    margin-top: 10px;
    line-height: 12px;
}

.news .news__date {
    display: block;
    font-weight: bold;
    font-size: 13px;
    color: #999999;
    text-transform: uppercase;
}

.news .news__col.w100p .news__content {
    height: auto;
}

.news .news__col:not(:last-child) {
    margin-right: 10px;
}

.news .news__content .bth__bold-link {
    padding: 10px 5px 0 5px;
    font-size: 15px;
    width: 415px;
}

.news .bth__img.bth__img--top {
    -o-object-position: top;
    object-position: top;
}

.news .news__content {
    background: #ffffff;
    display: block;
    padding: 5px 5px 15px 5px;
    position: relative;
    border-radius: 5px;
    height: calc(100% - 25px);
}

.news .news__col.w66p .bth__bold-link, .news .news__col.w50p .bth__bold-link {
    width: 100%;
}

.lsfw-tbl.news-tbl tr:hover {
    background-color: #d4e4f2 !important;
}

.lsfw-tbl.news-tbl tr:hover .lsfw-tbl__arrow {
    background-image: url(https://tophotels.ru/csstx/i/arrow-right.svg);
}

@media screen and (max-width: 1400px) {
    .news .news__col.w33p .bth__bold-link {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news .news__content .bth__bold-link {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .news .news__abs {
        left: 30px;
        bottom: 30px;
    }

    .lsfw-filter .lsfw-filter__grid {
        grid-template-columns: repeat(3, 1fr);
    }


    .lsfw-tbl.news-tbl tr td:nth-child(3) .fz14 {
        width: 700px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width: 1023px) {
    .lsfw-tbl.news-tbl tr td:nth-child(3) .fz14 {
        width: 400px;
    }

    .news .news__content .news__abs .bth__bold-link {
        width: 100%;
        font-size: 16px;
        line-height: 25px;
    }

    .news .news__content .bth__bold-link {
        font-size: 14px;
    }

    .news .news__abs {
        max-width: calc(100% - 40px);
        left: 20px;
        bottom: 20px;
    }

    .news .news__content .news__img {
        height: 200px;
    }

    .news .bth__ttl-h2, .news .bth__txt {
        width: 100%;
    }

    .lsfw-filter .lsfw-filter__bold-link {
        width: 215px;
        font-size: 11px;
    }

    .lsfw-filter .lsfw-filter__bold-link.active::after, .lsfw-filter .lsfw-filter__bold-link:hover::after {
        top: 2px;
        font-size: 10px;
    }

    .news {
        margin-bottom: 20px;
    }

    .news .news__col.w100p .news__img {
        width: 80%;
    }

    .news .news__col.w33p .bth__bold-link {
        -webkit-line-clamp: 3;
    }
}

@media screen and (max-width: 767px) {
    .lsfw-tbl.news-tbl tr td:nth-child(3) .fz14, .page .news .news__col.w100p .news__img, .page .news .news__col {
        width: 100% !important;
    }

    .lsfw-tbl.news-tbl tr td:first-child {
        font-size: 10px !important;
        position: absolute;
        right: 10px;
        bottom: 10px;
        width: auto;
    }

    .lsfw-tbl.news-tbl tr td:nth-child(3) {
        width: calc(100% - 70px);
        padding-left: 3px !important;
    }

    .news {
        -webkit-box-orient: vertical;
        gap: 10px;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        padding: 10px;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .news .bth__ttl-h2 {
        margin: 10px 0;
        font-size: 16px;
        line-height: 24px;
    }

    .news .news__content .news__abs .bth__bold-link {
        font-size: 14px;
        color: #343434;
        line-height: 22px;
    }

    .news .news__abs {
        left: 5px;
        bottom: 5px;
        width: calc(100% - 10px);
        max-width: 100%;
        overflow: hidden;
        border-radius: 10px 10px 5px 5px;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        background: rgba(255, 255, 255, 0.7);

    }

    .news .news__col.w100p .news__img, .news .news__content .news__img {
        height: 160px;
    }

    .news .news__cat {
        margin-top: 5px;
    }

    .news .news__col.w66p .news__content {
        padding-bottom: 5px;
    }

    .news .news__content .news__img.news__img--335 {
        position: static;
        height: 300px;
        border: none;
    }

    .lsfw-filter .lsfw-filter__bold-link {
        padding: 5px 10px;
        margin-bottom: 5px;
        width: 100%;
        background: #ffffff;
        border-radius: 5px;
    }

    .lsfw-tbl.news-tbl tr td:last-child, .news .news__content .news__abs .bth__bold-link br {
        display: none;
    }

    .lsfw-filter .lsfw-filter__grid {
        background: transparent;
        padding: 10px 0;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }

    .news .news__col:not(:last-child), .lsfw-filter .lsfw-filter__bold-link:last-child {
        margin: 0;
    }

    .lsfw-filter .lsfw-filter__bold-link:not(.grey).active::after, .lsfw-filter .lsfw-filter__bold-link:not(.grey):hover::after {
        position: static;
        font-size: 10px;
    }
}