.lsfw-fs {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #303030;
    position: fixed;
    top: 0;
    left: 0;
    font-family: 'apercu_pro', sans-serif;
    z-index: 10001;
    display: none;
}

.lsfw-fs .bth__ava-40 .lsfw-fs__loader::after {
    width: 20px;
    height: 20px;
    border-width: 2px;
}

.lsfw-fs .lsfw-fs__loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lsfw-fs .lsfw-fs__loader .lsfw-fs__loader-txt, .lsfw-fs .lsfw-fs__loader::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lsfw-fs .lsfw-fs__loader .lsfw-fs__loader-txt {
    padding-top: 125px;
    font-family: 'apercu_pro', sans-serif;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 10px;
}

.lsfw-fs .lsfw-fs__loader::before {
    position: absolute;
    font-size: 30px;
    color: #ffffff;
}

.lsfw-fs .lsfw-fs__loader::after {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    border: solid 5px #ffffff;
    border-radius: 100%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-animation: progressBar 1.0s linear infinite;
    animation: progressBar 1.0s linear infinite;
}

@-webkit-keyframes progressBar {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes progressBar {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.lsfw-fs .lsfw-fs__body::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 0;
    background-color: #3e3e3e;
    z-index: 10;
}

.lsfw-fs .lsfw-fs__body::-webkit-scrollbar {
    width: 10px;
    background-color: #3e3e3e;
}

.lsfw-fs .lsfw-fs__body::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: none;
    background-color: #7b7b7b;
}

.lsfw-fs .lsfw-fs__left {
    background-color: #303030;
    width: calc(100% - 232px);
    height: 100%;
}

.lsfw-fs .lsfw-fs__logo img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.lsfw-fs .lsfw-fs__logo.fas {
    line-height: 38px;
    font-size: 18px;
}

.lsfw-fs .lsfw-fs__logo {
    position: relative;
    width: 40px;
    color: #ffffff;
    text-align: center;
    height: 40px;
    cursor: pointer;
    border: 2px solid #ffffff;
    border-radius: 5px;
}

.lsfw-fs .lsfw-fs__btns {
    margin: 0 60px;
}

.lsfw-fs .lsfw-fs__tile-txt.lsfw-fs__tile-txt--close {
    background: #777777;
}

.lsfw-fs .lsfw-fs__body, .lsfw-fs .lsfw-fs__head {
    padding: 10px 30px 10px 30px;
}

.lsfw-fs .lsfw-fs__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #1f1f1f;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lsfw-fs .lsfw-fs__arrow {
    background: url(https://tophotels.ru/csstx/i/arr-left-white.png) center / 10px no-repeat;
    display: block;
    width: 60px;
    height: calc(100% - 100px);
    position: absolute;
    cursor: pointer;
    top: 50px;
    z-index: 1;
}

.lsfw-fs .lsfw-fs__arrow:hover {
    opacity: 0.7;
}

.lsfw-fs .lsfw-fs__arrow.next {
    right: 380px;
}

.lsfw-fs .lsfw-fs__arrow.prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.lsfw-fs .slick-track, .lsfw-fs .slick-list, .lsfw-fs .slick-slider {
    width: 100%;
    height: 100%;
}

.lsfw-fs .lsfw-fs__btn.active {
    color: #3e3e3e;
    background-color: #dddddd;
}

.lsfw-fs .lsfw-fs__head .lsfw-fs__btn.fa-times-circle:hover {
    background: #af2d27;
    color: #ffffff;
}

.lsfw-fs .lsfw-fs__head .lsfw-fs__btn.ml-auto {
    margin: 0 50px 0 auto;
}

.lsfw-fs .lsfw-fs__head .lsfw-fs__btn.fa-times-circle {
    width: 45px;
    font-size: 20px;
    margin-right: 0;
    background-color: #c83831;
}

.lsfw-fs .lsfw-fs__btn .lsfw-fs__btn-push {
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'apercu_pro', sans-serif;
    width: 15px;
    height: 15px;
    font-size: 10px;
    color: #303030;
    line-height: 15px;
    font-weight: bold;
    background-color: #ffffff;
    border-radius: 0 5px 0 5px;
    text-align: center;
}

.lsfw-fs .lsfw-fs__btn.fa-sliders-h {
    display: none;
}

.lsfw-fs .lsfw-fs__btn {
    border: none;
    background: #3e3e3e center/40px no-repeat;
    line-height: 40px;
    width: 60px;
    height: 40px;
    color: #ffffff;
    position: relative;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.lsfw-fs .lsfw-fs__btn.fa-slider-media::before {
    content: '';
    -webkit-mask: url(https://tophotels.ru/csstx/i/slider-media.svg) no-repeat center/40px;
    mask: url(https://tophotels.ru/csstx/i/slider-media.svg) no-repeat center/40px;
    width: 100%;
    background-color: #ffffff;
    height: 100%;
    display: block;
}

.lsfw-fs .lsfw-fs__btn.fa-slider-media:hover::before,
.lsfw-fs .lsfw-fs__btn.fa-slider-media.active::before {
    background-color: #3e3e3e;
}

.lsfw-fs .lsfw-fs__tiles {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(6, 1fr);
}

.lsfw-fs .fas.lsfw-fs__tile::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 50px;
    position: absolute;
    color: #ffffff;
    width: 100%;
    height: 100%;
    background: #0000005c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lsfw-fs.lsfw-fs--full .lsfw-fs__body {
    height: 100%;
    padding: 0;
}

.lsfw-fs.lsfw-fs--full .lsfw-fs__actions {
    width: auto;
}

.lsfw-fs .lsfw-fs__body.lsfw-fs--collapse .lsfw-fs__arrow.next,
.lsfw-fs.lsfw-fs--full .lsfw-fs__arrow.next {
    right: 0;
}

.lsfw-fs.lsfw-fs--full .lsfw-fs__arrow.prev {
    left: 0;
}

.lsfw-fs.lsfw-fs--full .lsfw-fs__img {
    width: 100%;
}

.lsfw-fs.lsfw-fs--full .lsfw-fs__right, .lsfw-fs.lsfw-fs--full .lsfw-fs__head > *:not(.ml-auto) {
    display: none !important;
}

.lsfw-fs.lsfw-fs--full .lsfw-fs__head .ml-auto {
    margin: 0 !important;
}


.lsfw-fs .lsfw-fs__body.lsfw-fs--collapse .lsfw-fs__img {
    width: 100%;
}

.lsfw-fs .lsfw-fs__body.lsfw-fs--collapse .lsfw-fs .lsfw-fs__info {
    margin: 0;
}

.lsfw-fs .lsfw-fs__body.lsfw-fs--collapse .lsfw-fs__right {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    height: auto;
}

.lsfw-fs .lsfw-fs__body.lsfw-fs--collapse .lsfw-fs__user .bth__bold-link,
.lsfw-fs .lsfw-fs__body.lsfw-fs--collapse .lsfw-fs__right .lsfw-fs__comments,
.lsfw-fs .lsfw-fs__body.lsfw-fs--collapse .lsfw-fs__right .lsfw-fs__info-wrap > *:not(.lsfw-fs__user) {
    display: none;
}

.lsfw-fs.lsfw-fs--full .lsfw-fs__head {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    padding: 0;
    background: transparent;
}

.lsfw-fs .lsfw-fs__tile {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    background: #4e4e4e;
    height: 235px;
    border-radius: 5px;
    overflow: hidden;
}

.lsfw-fs .lsfw-fs__tile-txt {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.55);
    text-align: center;
}

.lsfw-fs .lsfw-fs__previews .bth__ava-40::after, .lsfw-fs .lsfw-fs__previews .bth__ava-40::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
}

.lsfw-fs .lsfw-fs__previews .bth__ava-40:hover:after, .lsfw-fs .lsfw-fs__previews .slick-current .bth__ava-40::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
}

.lsfw-fs .lsfw-fs__previews .bth__ava-40 img {
    border-radius: 5px;
}

.lsfw-fs .lsfw-fs__previews::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.lsfw-fs .lsfw-fs__previews {
    max-height: 100%;
    overflow-y: auto;
    width: 40px;
    overflow-x: hidden;
    position: relative;
    height: auto;
    scrollbar-color: #303030 #303030;
    scrollbar-width: none;
}

.lsfw-fs .lsfw-fs__previews .bth__ava-40 {
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 5px;
    background: #4e4e4e;
    position: relative;
}

.lsfw-fs .lsfw-fs__slider.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.lsfw-fs .lsfw-fs__img iframe, .lsfw-fs .lsfw-fs__img video, .lsfw-fs .lsfw-fs__img img {
    max-height: 100%;
    overflow: hidden;
    border-radius: 5px;
    display: block;
    max-width: 100%;
}

.lsfw-fs .lsfw-fs__absolute iframe, .lsfw-fs .lsfw-fs__absolute video, .lsfw-fs .lsfw-fs__absolute img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

.lsfw-fs .lsfw-fs__img video {
    background-color: #1f1f1f;
}

.lsfw-fs .lsfw-fs__slider {
    width: calc(100% - 40px);
    position: relative;
    height: 100%;
}

.lsfw-fs .lsfw-fs__flex {
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
}

.lsfw-fs .lsfw-fs__img.block {
    padding: 0;
}

.lsfw-fs .lsfw-fs__img.panorama img {
    max-height: 100% !important;
    -o-object-fit: unset !important;
    object-fit: unset !important;
}

.lsfw-fs .lsfw-fs__img {
    position: relative;
    height: 100%;
    width: calc(100% - 380px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 60px;
}

.lsfw-fs .lsfw-fs__absolute {
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
}

.lsfw-fs .lsfw-fs__filter .lsfw-form-control-wrap {
    width: auto;
}

.lsfw-fs .lsfw-fs__filter .lsfw-form-control-wrap.lsfw-form-control-wrap--sm .lsfw-form-control {
    width: 235px;
}

.lsfw-fs .lsfw-fs__filter {
    background-color: #3e3e3e;
    border-radius: 5px;
}

.lsfw-fs .lsfw-fs__filter .lsfw-fs__inp-block {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.lsfw-fs .lsfw-fs__filter .lsfw-fs__inp::before {
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
    font-weight: bold;
}

.lsfw-fs .lsfw-fs__filter .lsfw-fs__inp {
    background-color: transparent;
    font-family: 'apercu_pro', sans-serif;
    font-weight: normal;
    font-size: 10px;
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    vertical-align: top;
    cursor: pointer;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 15px;
}

.lsfw-fs .lsfw-fs__right {
    width: 380px;
    height: 100%;
    overflow: auto;
    padding-top: 5px;
}

.lsfw-fs .lsfw-fs__body.lsfw-fs--collapse .lsfw-fs__right .lsfw-fs__actions .lsfw-fs__action::before {
    margin: 0;
}

.lsfw-fs .lsfw-fs__actions .lsfw-fs__action::before {
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    width: 25px;
    text-align: center;
    font-size: 14px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 25px;
    background: #ff8e41;
    color: #ffffff;
    border-radius: 5px;
    margin-left: 10px;
    line-height: 25px;
}

.lsfw-fs .lsfw-fs__action > * {
    display: inline-block;
    vertical-align: middle;
}

.lsfw-fs .lsfw-fs__action .fa-compress-arrows-alt, .lsfw-fs .lsfw-fs__action .fa-expand-arrows-alt {
    font-size: 9px;
    margin-top: -1px;
}

.lsfw-fs .lsfw-fs__actions {
    margin-left: auto;
}

.lsfw-fs .lsfw-fs__action {
    border: none;
    color: #1f1f1f;
    line-height: 25px;
    font-size: 10px;
    background: transparent;
    font-family: 'apercu_pro', sans-serif;
    font-weight: normal;
    font-style: normal;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    text-transform: uppercase;
}

.lsfw-fs .lsfw-fs__gallery {
    display: -webkit-box;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.lsfw-fs .lsfw-fs__date {
    font-size: 10px;
    float: right;
}

.lsfw-fs .lsfw-fs__info-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lsfw-fs a.lsfw-fs__info, .lsfw-fs .lsfw-fs__info a {
    color: #475669;
}


.lsfw-fs .lsfw-fs__info .lsfw-fs__info-rev, .lsfw-fs .lsfw-fs__info a:hover {
    color: #318cc6;
}

.lsfw-fs .lsfw-fs__info .lsfw-fs__info-rev:hover {
    color: #215f86 !important;
}

.lsfw-fs .lsfw-fs__info .lsfw-fs__info-rev {
    font-size: 10px;
    display: block;
    padding-top: 10px;
}

.lsfw-fs .lsfw-fs__info .bth__bold-link {
    width: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.lsfw-fs .lsfw-fs__info.lsfw-fs__user .bth__bold-link {
    width: 180px;
}

.lsfw-fs .lsfw-fs__info .lsfw-fs__actions .lsfw-fs__action,
.lsfw-fs .lsfw-fs__info .bth__ava-25, .lsfw-fs .lsfw-fs__info .bth__ava-25 img {
    border-radius: 5px;
}

.lsfw-fs .lsfw-fs__info .bth__ava-25 {
    margin-right: 10px;
}

.lsfw-fs .lsfw-fs__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lsfw-fs .lsfw-fs__user-cut {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 10px;
    margin-top: 5px;
}

.lsfw-fs .lsfw-fs__body {
    height: calc(100% - 62px);
    overflow: auto;
}

.lsfw-fs .lsfw-fs__mark.fa-comments {
    display: none;
}

.lsfw-fs .lsfw-fs__mark span {
    font-family: 'apercu_pro', sans-serif;
    margin-left: 5px;
    font-weight: bold;
}

.lsfw-fs .lsfw-fs__mark {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    font-size: 14px;
    line-height: 40px;
}

.lsfw-fs .lsfw-fs__inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-transform: uppercase;
}

.lsfw-fs .lsfw-fs__info .bth__cnt:empty {
    display: none;
}

.lsfw-fs .lsfw-fs__info .bth__cnt {
    margin-bottom: 10px;
    text-transform: none;
}

.lsfw-fs .lsfw-fs__comment-act:hover {
    color: #e03a3a;
}

.lsfw-fs .lsfw-fs__comment-act > span:not(.hint) {
    margin-left: 5px;
}

.lsfw-fs .lsfw-fs__comment-act.active::before {
    font-weight: bold;
}

.lsfw-fs .lsfw-fs__panorama i:hover {
    color: rgba(255, 255, 255, 0.64);
}

.lsfw-fs .lsfw-fs__panorama i {
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    vertical-align: top;
    width: 30px;
    text-align: center;
}

.lsfw-fs .lsfw-fs__panorama {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 18px;
}

.lsfw-fs .lsfw-fs__comment.lsfw-fs__comment--arr::after,
.lsfw-fs .lsfw-fs__comment.ml20::after {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    top: -6px;
    left: 10px;
}

.lsfw-fs .lsfw-fs__comment-act > span {
    font-weight: bold;
    font-family: 'apercu_pro', sans-serif;
}

.lsfw-fs .lsfw-fs__mark.fa-heart , .lsfw-fs .lsfw-fs__mark.fa-thumbs-up {
    cursor: pointer;
}

.lsfw-fs .lsfw-fs__mark.active, .lsfw-fs .lsfw-fs__comment-act.active {
    color: #e03a3a;
    font-weight: bold;
}

.lsfw-fs .lsfw-fs__comment-act:not(.fa-reply)::before {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 20px;
}

.lsfw-fs .lsfw-fs__comment-act:not(.grey) {
    cursor: pointer;
}

.lsfw-fs .lsfw-fs__comment-act:not(.fa-reply) {
    padding-right: 20px
}

.lsfw-fs .lsfw-fs__comment-act {
    font-size: 12px;
    color: #999999;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    position: relative;
    height: 20px;;
    margin-left: 10px;
}

.lsfw-fs .lsfw-fs__comment-acts {
    display: inline-block;
    text-align: right;
    vertical-align: top;
    width: 65px;
    white-space: nowrap;
}

.lsfw-fs .lsfw-fs__comment-add {
    margin-bottom: 10px;
}

.lsfw-fs .lsfw-fs__comments .bth__ta-block {
    border-radius: 5px;
    width: 100%;
    height: auto;
    padding: 10px 0 10px 10px;
}

.lsfw-fs .lsfw-fs__comments .bth__ta-block textarea {
    padding: 0;
    height: 70px;
}

.lsfw-fs a.lsfw-fs__info-ttl:hover {
    text-decoration: underline;
}

.lsfw-fs .lsfw-fs__info-ttl, .lsfw-fs .lsfw-fs__comments-ttl {
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    color: #ffffff;
    margin-bottom: 15px;
}

.lsfw-fs .lsfw-fs__filter.active {
    display: block;
}

.lsfw-fs .lsfw-fs__geo {
    padding-left: 19px;
    font-size: 11px;
    color: #215f86 !important;
    display: block;
    width: 100%;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-weight: bold;
}

.lsfw-fs .lsfw-fs__geo::after {
    content: '\f3c5';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 12px;
}

.lsfw-fs .lsfw-fs__comment-top img {
    display: inline-block;
    vertical-align: middle;
}

.lsfw-fs .lsfw-fs__comment-top .bth__bold-link b {
    font-size: 13px;
    padding-left: 5px;
}

.lsfw-fs .lsfw-fs__comment-top {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 7px;
    margin-bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lsfw-fs .lsfw-fs__comments-cross {
    display: none;
}

.lsfw-fs .lsfw-fs__comment-top .lsfw-fs__comment-user-ava {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.lsfw-fs .lsfw-fs__comment {
    margin-bottom: 10px;
    position: relative;
    padding: 10px 15px;
    background: #ffffff;
    border-radius: 5px;
}

.lsfw-fs .lsfw-fs__comment .fa-thumbs-up.active {
    font-weight: bold;
}

.lsfw-fs .lsfw-fs__comment-reply > b {
    width: calc(100% - 55px);
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.lsfw-fs .lsfw-fs__comment-reply img {
    vertical-align: middle;
    border-radius: 100% !important;
}

.lsfw-fs .lsfw-fs__comment-reply .fas:hover {
    color: #e03a3a;
}

.lsfw-fs .lsfw-fs__comment-top .bth__bold-link {
    width: calc(100% - 70px);
    white-space: nowrap;
    overflow: hidden;
}

.lsfw-fs .lsfw-fs__comment-reply .fas {
    width: 30px;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    color: #999999;
}

.lsfw-fs .lsfw-fs__comment-reply > * {
    display: inline-block;
    vertical-align: middle;
}

.lsfw-fs .lsfw-fs__comment-add .bth__btn {
    font-size: 10px;
    border: none;
    width: 125px !important;
    margin-top: 5px;
    border-radius: 5px;
    padding: 0;
}

.lsfw-fs .lsfw-fs__marks, .lsfw-fs .lsfw-fs__info {
    width: 100%;
    padding: 10px 15px;
    background: #ffffff;
    text-transform: uppercase;
    border-radius: 5px;
    margin-bottom: 15px;
}

.lsfw-fs .lsfw-fs__marks {
    padding: 0 15px;
}

.lsfw-fs .lsfw-fs__comment-reply::after {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    top: -6px;
    left: 10px;
}

.lsfw-fs .lsfw-fs__comment-reply {
    font-size: 10px;
    text-transform: uppercase;
    background: #ffffff;
    padding: 0 0 0 13px;
    position: relative;
    border-radius: 5px;
    margin-top: 10px;
}

@media screen and (min-width: 1199px) {
    .lsfw-fs .lsfw-fs__img .lsfw-fs__absolute iframe,
    .lsfw-fs .lsfw-fs__img .lsfw-fs__absolute video,
    .lsfw-fs .lsfw-fs__img .lsfw-fs__absolute img {
        max-width: calc(100% - 120px);
    }
}

@media screen and (min-width: 767px) {
    .lsfw-fs .lsfw-fs__filter {
        display: block !important;
    }
}

@media screen and (min-width: 1025px) {
    .lsfw-fs .lsfw-fs__btn:hover > .hint {
        display: block;
        top: 50px;
        right: auto;
        left: 0;
        min-width: auto;
    }

    .lsfw-fs .lsfw-fs__action:hover::before {
        background: #e07c39;
    }

    .lsfw-fs .lsfw-fs__btn:hover {
        color: #3e3e3e;
        background-color: #dddddd;
    }
}

@media screen and (max-width: 1400px) {
    .lsfw-fs .lsfw-fs__img {
        width: calc(100% - 280px);
    }

    .lsfw-fs .lsfw-fs__right {
        width: 280px;
    }

    .lsfw-fs .lsfw-fs__arrow.next {
        right: 280px;
    }

    .lsfw-fs .lsfw-fs__info.lsfw-fs__user .bth__bold-link {
        width: 160px;
    }

    .lsfw-fs .lsfw-fs__actions .lsfw-fs__action::before {
        margin: 0;
    }

    .lsfw-fs .lsfw-fs__action {
        font-size: 0;
    }
}

@media screen and (max-width: 1199px) {
    .lsfw-fs .lsfw-fs__geo {
        font-size: 11px;
        font-weight: normal;
        padding-left: 34px;
        margin: -5px 0 0 0;
        text-transform: none;
        color: #ffffff !important;
    }

    .lsfw-fs .lsfw-fs__geo::after {
        position: static;
        margin-left: 5px;
        font-size: 9px;
    }

    .lsfw-fs .lsfw-fs__previews .bth__ava-40::after, .lsfw-fs .lsfw-fs__previews .bth__ava-40::before {
        line-height: 30px;
    }


    .lsfw-fs .lsfw-fs__previews .bth__ava-40 {
        margin-bottom: 0;
        width: 30px;
        height: 30px;
    }

    .lsfw-fs .lsfw-fs__btns {
        margin: 0 30px;
    }

    .lsfw-fs .lsfw-fs__logo {
        width: 25px;
        height: 25px;
    }

    .lsfw-fs .lsfw-fs__logo img {
        width: 12px;
        height: 12px;
    }

    .lsfw-fs .lsfw-fs__tiles .fz18 {
        font-size: 16px !important;
    }

    .lsfw-fs .bth__ava-40 .lsfw-fs__loader::after {
        width: 10px;
        height: 10px;
    }

    .lsfw-fs .lsfw-fs__tiles .fz13 {
        font-size: 10px !important;
    }

    .lsfw-fs .lsfw-fs__tiles {
        grid-template-columns: repeat(5, 1fr);
    }

    .lsfw-fs .lsfw-fs__slider {
        width: 100%;
        height: calc(100% - 30px);
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .lsfw-fs .lsfw-fs__body {
        height: calc(100% - 45px);
    }

    .lsfw-fs .lsfw-fs__arrow.next {
        right: 300px;
    }

    .lsfw-fs .lsfw-fs__head .lsfw-fs__btn.fa-times-circle {
        font-size: 13px;
        width: 40px;
    }

    .lsfw-fs .lsfw-fs__gallery {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0 !important;
    }

    .lsfw-fs .lsfw-fs__filter .lsfw-fs__inp {
        line-height: 25px;
    }

    .lsfw-fs .lsfw-fs__body, .lsfw-fs .lsfw-fs__head {
        padding: 10px 15px;
    }

    .lsfw-fs .lsfw-fs__tile {
        height: 170px;
    }

    .lsfw-fs .lsfw-fs__btn {
        line-height: 25px;
        height: 25px;
        width: 40px;
        margin-right: 10px;
        font-size: 15px;
    }

    .lsfw-fs .lsfw-fs__btn.fa-slider-media::before {
        -webkit-mask-size: 28px;
        mask-size: 28px;
    }

    .lsfw-fs .lsfw-fs__previews {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
        height: 30px;
        white-space: nowrap;
        overflow: auto;
    }

    .lsfw-fs .lsfw-fs__absolute, .lsfw-fs .lsfw-fs__img {
        padding: 0 0 5px 0;
    }

    .lsfw-fs .lsfw-fs__flex {
        padding-bottom: 5px;
    }

    .lsfw-fs .lsfw-fs__previews > li {
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
    }

    .lsfw-fs .lsfw-fs__right {
        padding-left: 20px;
    }

    .lsfw-fs .lsfw-fs__info .lsfw-fs__info-rev {
        padding-top: 5px;
    }

    .lsfw-fs .lsfw-fs__info {
        padding: 10px;
    }

    .lsfw-fs .lsfw-fs__marks {
        padding: 0 10px;
    }

    .lsfw-fs .lsfw-fs__img {
        width: calc(100% - 300px);
    }

    .lsfw-fs .lsfw-fs__right {
        width: 300px;
    }

    .lsfw-fs .lsfw-fs__comment .bth__cnt, .lsfw-fs .lsfw-fs__info .bth__cnt {
        font-size: 13px;
        line-height: 17px;
    }

    .lsfw-fs .lsfw-fs__info .bth__cnt {
        margin-bottom: 5px;
    }

    .lsfw-fs .lsfw-fs__arrow {
        background-size: 6px;
    }

    .lsfw-fs .lsfw-fs__btn:hover > .hint {
        top: 30px;
    }

    .lsfw-fs .lsfw-fs__slider.slick-initialized .slick-slide {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .lsfw-fs.lsfw-fs--full .lsfw-fs__absolute, .lsfw-fs.lsfw-fs--full .lsfw-fs__img {
        padding-top: 0;
    }

    .lsfw-fs .lsfw-fs__head .lsfw-fs__btn.ml-auto {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .lsfw-fs .lsfw-fs__previews .bth__ava-40, .lsfw-fs .lsfw-fs__previews .bth__ava-40 img,
    .lsfw-fs .lsfw-fs__img iframe, .lsfw-fs .lsfw-fs__img video, .lsfw-fs .lsfw-fs__img img, .lsfw-fs .lsfw-fs__tile {
        border-radius: 0;
    }

    .lsfw-fs .lsfw-fs__body .lsfw-fs__img {
        width: 100% !important;
    }

    .lsfw-fs .lsfw-fs__body.lsfw-fs__gallery {
        padding-right: 0;
        padding-left: 0;
    }

    .lsfw-fs .lsfw-fs__arrow.next {
        right: 0;
    }

    .lsfw-fs .lsfw-fs__filter .lsfw-fs__inp {
        padding: 0 5px;
    }

    .lsfw-fs .lsfw-fs__panorama {
        display: none;
    }

    .lsfw-fs .lsfw-fs__filter::before {
        content: '\f1de';
        font-weight: bold;
        line-height: 25px;
        margin-right: 5px;
        color: #ffffff;
        font-family: "Font Awesome 5 Free";
        font-size: 10px;
    }

    .lsfw-fs .lsfw-fs__filter {
        padding: 0 10px;
    }

    .lsfw-fs .lsfw-fs__filter .lsfw-fs__inp::before {
        display: none;
    }

    .lsfw-fs .lsfw-fs__tiles .fz18 {
        font-size: 14px !important;
    }

    .lsfw-fs .lsfw-fs__tiles {
        grid-template-columns: repeat(4, 1fr);
    }

    /*СХЛОП*/
    .lsfw-fs .lsfw-fs__body.lsfw-fs--collapse .lsfw-fs__right .lsfw-fs__user .bth__bold-link,
    .lsfw-fs .lsfw-fs__body.lsfw-fs--collapse .lsfw-fs__right .lsfw-fs__info-wrap > *:not(.lsfw-fs__user),
    .lsfw-fs .lsfw-fs__body.lsfw-fs--collapse .lsfw-fs__user .bth__bold-link,
    .lsfw-fs .lsfw-fs__body.lsfw-fs--collapse .lsfw-fs__right .lsfw-fs__comments,
    .lsfw-fs .lsfw-fs__body.lsfw-fs--collapse .lsfw-fs__right .lsfw-fs__info-wrap > * {
        display: block;
    }

    .lsfw-fs .lsfw-fs__body.lsfw-fs--collapse .lsfw-fs__right .lsfw-fs__info-wrap > .lsfw-fs__user {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .lsfw-fs .lsfw-fs__body .lsfw-fs__right .bth__bold-link {
        font-size: 13px;
    }

    .lsfw-fs .lsfw-fs__body .lsfw-fs__right .lsfw-fs__user .bth__bold-link,
    .lsfw-fs .lsfw-fs__body .lsfw-fs__right .lsfw-fs__comments,
    .lsfw-fs .lsfw-fs__body .lsfw-fs__right .lsfw-fs__info-wrap > *:not(.lsfw-fs__user, .lsfw-fs__marks) {
        display: none;
    }

    .lsfw-fs .lsfw-fs__body:not(.lsfw-fs--collapse) .lsfw-fs__marks {
        padding: 0;
        background: transparent;
        color: #ffffff;
        text-align: right;
        margin: 0;
    }

    .lsfw-fs .lsfw-fs__body.lsfw-fs--collapse .lsfw-fs__right .lsfw-fs__info-wrap .lsfw-fs__marks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .lsfw-fs .lsfw-fs__body:not(.lsfw-fs--collapse) .lsfw-fs__right {
        height: auto;
    }

    .lsfw-fs .lsfw-fs__body:not(.lsfw-fs--collapse) .lsfw-fs__mark.fa-comments {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        gap: 10px;
    }

    .lsfw-fs .lsfw-fs__body:not(.lsfw-fs--collapse) .lsfw-fs__marks .lsfw-fs__mark:not(:last-of-type) {
        margin-bottom: 5px;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 10px;
    }

    .lsfw-fs .lsfw-fs__body:not(.lsfw-fs--collapse) .lsfw-fs__mark {
        display: block;
        margin-right: 0;
        padding-bottom: 5px;
        line-height: normal;
    }

    .lsfw-fs .lsfw-fs__actions .lsfw-fs__action.fa-angle-double-right::before {
        content: '\f100';
    }

    .lsfw-fs .lsfw-fs__actions .lsfw-fs__action.fa-angle-double-left::before {
        content: '\f101';
    }

    .lsfw-fs .lsfw-fs__body.lsfw-fs--collapse .lsfw-fs__arrow.next {
        display: none;
    }

    .lsfw-fs .lsfw-fs__body.lsfw-fs--collapse .lsfw-fs__right {
        background-color: rgba(48, 48, 48, 0.86);
        width: 350px;
        height: calc(100% - 5px);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }

    .lsfw-fs .lsfw-fs__info {
        padding: 8px;
    }

    .lsfw-fs .lsfw-fs__right {
        padding: 10px 15px;
        width: auto;
        height: auto;
        position: absolute;
        right: 0;
        top: 0;
    }

    .lsfw-fs .lsfw-fs__comment {
        padding: 10px;
    }

    .lsfw-fs .lsfw-fs__body:not(.lsfw-fs--collapse) .lsfw-fs__info-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .lsfw-fs .lsfw-fs__body:not(.lsfw-fs--collapse) .lsfw-fs__info-wrap,
    .lsfw-fs .lsfw-fs__right {
        height: 100%;
    }

    .lsfw-fs .lsfw-fs__arrow {
        height: 100px;
        top: calc(50% - 50px);
    }
}

@media screen and (max-width: 767px) {
    .lsfw-fs .lsfw-fs__btn.fa-sliders-h {
        display: inline-block;
    }

    .lsfw-fs .lsfw-fs__filter::after {
        content: '';
        position: absolute;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #dddddd;
        top: -6px;
        right: 17px;
    }

    .lsfw-fs .lsfw-fs__filter {
        display: none;
        position: absolute;
        top: 45px;
        z-index: 101;
        width: 160px;
        padding: 5px 10px;
        left: 111px;
        background: #dddddd;
    }

    .lsfw-fs .lsfw-fs__filter .lsfw-fs__inp {
        color: #3e3e3e;
    }

    .lsfw-fs .lsfw-fs__filter .lsfw-fs__inp,
    .lsfw-fs .lsfw-fs__filter .lsfw-fs__inp-block {
        display: block;
    }

    .lsfw-fs .lsfw-fs__filter::before {
        display: none;
    }

    .lsfw-fs .lsfw-fs__filter .lsfw-fs__inp::before {
        display: inline-block;
        width: 10px;
    }

    .lsfw-fs .lsfw-fs__tiles {
        gap: 5px;
    }

    .lsfw-fs .lsfw-fs__tiles .fz18 {
        font-size: 10px !important;
    }

    .lsfw-fs .lsfw-fs__tile {
        height: 120px;
    }

    .lsfw-fs .fas.lsfw-fs__tile::before {
        font-size: 30px;
    }

    .lsfw-fs .lsfw-fs__previews .bth__ava-40 {
        width: 25px;
        height: 25px;
    }

    .lsfw-fs .lsfw-fs__previews .bth__ava-40::after, .lsfw-fs .lsfw-fs__previews .bth__ava-40::before {
        line-height: 25px;
        font-size: 12px;
    }

    .lsfw-fs .lsfw-fs__previews {
        height: 25px;
    }

    .lsfw-fs .lsfw-fs__head .lsfw-fs__btn.fa-times-circle {
        width: 35px;
    }

    .lsfw-fs .lsfw-fs__arrow {
        display: none !important;
    }

    .lsfw-fs .lsfw-fs__body {
        padding: 0 0 5px 0;
    }

    .lsfw-fs.lsfw-fs--full .lsfw-fs__absolute, .lsfw-fs.lsfw-fs--full .lsfw-fs__img {
        padding: 0;
    }

    .lsfw-fs .lsfw-fs__head {
        padding: 10px;
    }

    .lsfw-fs .lsfw-fs__slider {
        height: calc(100% - 25px);
    }

    .lsfw-fs.lsfw-fs--full .lsfw-fs__img {
        padding-bottom: 5px;
    }

    .lsfw-fs .lsfw-fs__previews .relative {
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
    }

    .lsfw-fs .lsfw-fs__right {
        padding: 10px;
    }
}

@media screen and (max-width: 600px) {
    .lsfw-fs .lsfw-fs__tiles {
        grid-template-columns: repeat(3, 1fr);
    }

    .lsfw-fs .lsfw-fs__body.lsfw-fs--collapse .lsfw-fs__right {
        width: 280px;
    }
}

@media screen and (max-width: 413px) {
    .lsfw-fs .lsfw-fs__btns {
        margin: 0 0 0 20px;
    }

    .lsfw-fs .lsfw-fs__head .lsfw-fs__btn.ml-auto {
        margin-right: 10px;
    }

    .lsfw-fs .lsfw-fs__btn {
        width: 36px;
        font-size: 13px;
    }
}

@media screen and (max-width: 359px) {
    .lsfw-fs .lsfw-fs__head .lsfw-fs__btn.fa-times-circle, .lsfw-fs .lsfw-fs__btn {
        width: 30px;
    }

    .lsfw-fs .lsfw-fs__btn.fa-slider-media::before {
        -webkit-mask-size: 24px;
        mask-size: 24px;
    }
}