.group-info {
    padding: 15px;
    border-radius: 5px;
    margin: 0 0 20px 0;
    background: #f6f6f6;
}

.group-info .group-info__stat b {
    font-size: 22px;
    margin-right: 5px;
    line-height: 22px;
}

.group-info .group-info__btn.group-info__btn--green:hover {
    background: #028040;
}

.group-info .group-info__btn:hover {
    background: #d47535;
}

.group-info .group-info__btn.group-info__btn--green {
    background: #00a551;
}

.group-info .group-info__btn {
    padding: 0 15px;
    border-radius: 5px;
    height: 40px;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    width: 200px;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    border: none;
    font-family: inherit;
    color: #ffffff;
    background: #ff8e41;
}

.hotline__more::after {
    content: '\f061';
    font-weight: bold;
    margin-left: 10px;
    font-family: "Font Awesome 5 Free";
}

.hotline__hotels {
    margin-top: 15px;
    color: #215f86;
    display: block;
    counter-reset: myCounter;
}


.hotline__hotels .hotline__hotels-item::before {
    counter-increment: myCounter;
    content: counter(myCounter) '. ';
    position: absolute;
    left: 15px;
    top: 5px;
}

.hotline__hotels .hotline__hotels-item span {
    max-width: calc(100% - 15px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
}

.hotline__hotels .hotline__hotels-item {
    background: #ffffff;
    padding: 5px 15px 5px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.hotline__hotels:hover,
.hotline__more:hover {
    color: #318cc6;
}

.hotline__item a:hover > .bth__ttl-h3 {
    color: #215f86;
}

.hotline__more {
    text-transform: uppercase;
    padding-top: 15px;
    color: #215f86;
    font-size: 13px;
    align-items: center;
    display: flex;
    font-weight: bold;
}

.group-info .bth__ava-square5 {
    vertical-align: top;
    border: 2px solid #ffffff;
    margin-right: 5px;
}

.group-info a.group-info__stat:hover {
    color: #215f86;
}

.group-info .group-info__stat {
    background: #ffffff;
    border-radius: 5px;
    padding: 9px 10px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    color: #475669;
    margin-right: 10px;
}

.group-info .no-scrollbar {
    white-space: nowrap;
    overflow: auto;
    margin-right: 20px;
    max-width: calc(100% - 225px);
}

/*HOTLINE*/

.hotline__block {
    padding-bottom: 20px;
}

.hotline__item.hotline__item--banner .hotline__img-block.active {
    max-width: 300px !important;
}

.hotline__item.hotline__item--banner {
    border: 1.5px solid #f1f1f1;
    margin-bottom: 30px;
    margin-top: 0;
}

.hotline__item {
    position: relative;
    display: block;
    padding: 15px 20px;
    color: #475669;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #f6f6f6;
}

.hotline-add {
    padding: 10px 15px;
    border-radius: 5px;
    background: #eeeeee;
    margin-bottom: 10px;
    font-size: 11px;
    text-transform: uppercase;
}

.hotline-add .hotline-add__btn i {
    margin-right: 5px;
}

.hotline-add .hotline-add__btn:hover {
    background-color: #a4252e;
}

.hotline-add .hotline-add__btn.hotline-add__btn--orange {
    background: #ff8e41;
}

.hotline-add .hotline-add__btn.hotline-add__btn--orange:hover {
    background: #d47535;
}

.hotline-add .hotline-add__btn.hotline-add__btn--green {
    background: #00a551;
}

.hotline-add .hotline-add__btn.hotline-add__btn--green:hover {
    background: #008741;
}

.hotline-add .hotline-add__btn > *:not(.hint) {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

.hotline-add .hotline-add__btn {
    background: #e03a3a;
    display: inline-block;
    font-family: 'apercu_pro', sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    line-height: 25px;
    font-size: 11px;
    min-width: 240px;
    border: none;
    padding: 0 20px 0 10px;
    margin-right: 20px;
    border-radius: 5px;
}

.hotline__user-block.no-border {
    padding-bottom: 0;
    margin-bottom: 0;
}

.hotline__user-block {
    margin: 0 0 15px 0;
    display: block;
    padding: 0 100px 15px 0;
    border-bottom: 1px solid #ffffff;
}

.loading-overlay:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.5) url(https://tophotels.ru/csstx/i/loader.gif) center/60px no-repeat;
}

.hotline__user-ava-block {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    border: 2px solid #ffffff;
    height: 40px;
    border-radius: 5px;
    margin-right: 10px;
}

.hotline__user-ava-block img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.hotline__user-ava {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hotline__user-name:hover {
    color: #318cc6;
}

.hotline__item .hotline__user-block .hotline__user-name {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    color: #475669;
}

.hotline__item .hotline__user-block .hotline__user-name a {
    color: inherit;
    display: block;
}

.hotline__user-tp {
    color: #475669;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-top: 5px;
}

.hotline__gallery .bth__img-190 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
    border: 5px solid #ffffff;
    background: #ffffff;
}

.hotline__gallery .hotline__gallery-video:hover::before {
    background: rgba(0, 0, 0, 0.3);
}

.hotline__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hotline__gallery .hotline__gallery-more:hover b {
    color: #318cc6;
}

.hotline__gallery .hotline__gallery-more b {
    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;
    font-weight: bold;
    border-radius: 5px;
    padding: 0 25px;
    font-size: 23px;
    width: 100%;
    background: #d4e4f2;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #215f86;
    text-align: center;
    text-transform: uppercase;
}

.hotline__gallery .bth__img-190:not(.hotline__gallery-more):hover::before,
.hotline__gallery .hotline__gallery-video::before {
    text-align: center;
    display: -webkit-box;
    border-radius: inherit;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    content: "\f04b";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 30px;
    top: 0;
    left: 0;
    color: #ffffff;
}


.hotline__gallery .bth__img-190.hotline__gallery-more:hover b {
    background-color: #e4eef9;
}

.hotline__gallery .bth__img-190:hover::before {
    content: '' !important;
    background: rgba(0, 0, 0, 0.22);
}

.hotline__user-info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
}


.hotline__cnt-block > .bth__btn.bth__btn--fill {
    margin-top: 15px;
}


.hotline__cnt-block {
    word-wrap: break-word;
    overflow-wrap: break-word;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.hotline__item .bth__cnt .d-ib {
    vertical-align: middle;
    text-transform: uppercase;
}

.hotline__date .fz13 {
    margin-left: 5px;
}


.content-min-16perc .hotline__cnt-block .hotline__cnt {
    width: 100% !important;
}

.hotline__cnt-block .hotline__cnt {
    width: calc(100% - 16.6% - 5px);
}

.hotline__cnt {
    color: #475669;
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
}

.hotline__img-block video, .hotline__img-block img {
    max-height: 600px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.71);
}

.hotline__img-block a {
    display: block;
}

.hotline__gallery .bth__img-190 img,
.hotline__img-block img {
    border-radius: 5px;
}

.hotline__cnt-block video {
    border-radius: 5px;
    margin-bottom: 10px;
    max-height: 700px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 100%;
}

.hotline__img-block.w100p .hotline__processing i::after, .hotline__img-block.w100p .hotline__processing {
    background-color: #eeeeee;
}

.hotline__img-block.w100p {
    max-width: 100%;
}

.hotline__img-block {
    max-width: 460px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 5px 0;
    border: 5px solid #ffffff;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.hotline__processing i::after {
    content: '\f03d';
    background: #ffffff;
    position: absolute;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    top: 0;
    left: 0;
    font-size: 15px;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
}

.hotline__processing i {
    margin-bottom: 20px;
    position: relative;
}

.hotline__processing i::before {
    font-size: 70px;
    display: block;
    -webkit-animation: rotating 5s linear infinite;
    animation: rotating 5s linear infinite;
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.hotline__processing {
    padding: 40px;
    color: #999999;
    text-align: center;
    font-size: 15px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-animation: processing 3s;
    animation: processing 3s;
    background: #ffffff;
}

@-webkit-keyframes processing {
    0% {
        color: #999999;
    }
    50% {
        color: #bbb9b9;
    }
    100% {
        color: #999999;
    }
}

@keyframes processing {
    0% {
        color: #999999;
    }
    50% {
        color: #bbb9b9;
    }
    100% {
        color: #999999;
    }
}

.hotline__preview:hover::after {
    color: #eeeeee;
}

.hotline__preview::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    content: '\f144';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    color: #ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 66px;
}

.hotline__preview {
    height: 100%;
    cursor: pointer;
    width: 100%;
    background: rgba(255, 255, 255, 0.71);
}

.hotline__img-slick {
    max-width: 475px;
    height: 315px;
    margin-top: 20px;
    position: relative;
}

.hotline__img-slick .relative {
    height: 315px;
}

.hotline__img-slick * {
    border-radius: 5px;
}

.hotline__cnt-img {
    width: 100%;
    height: 100%;
}

.hotline__item:hover .hotline__item-del {
    opacity: 1;
}

.hotline__item-del {
    opacity: 0;
    position: absolute;
    top: 25px;
    right: 10px;
    color: rgb(218, 76, 76);
    font-size: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hotline__item:hover{
    background-color: #e4eef9;
}
.hotline__item .icon-nice-sm {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    margin-right: 5px;
    height: 16px;
}

.hotline__item .icon-nice-sm::before {
    content: '';
    width: 100%;
    display: block;
    height: 100%;
    -webkit-mask: url(https://tophotels.ru/csstx/i/nice.svg) center/contain no-repeat;
    mask: url(https://tophotels.ru/csstx/i/nice.svg) center/contain no-repeat;
    background-color: #999999;
}

.page .hotline__action.fa-nice::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 100%;
    -webkit-mask: url(https://tophotels.ru/csstx/i/nice.svg) no-repeat center / 30px;
    mask: url(https://tophotels.ru/csstx/i/nice.svg) no-repeat center / 30px;
    background-color: #999999;
}

.page .hotline__action.fa-nice:not(.active):hover::before,
.page .hotline__action.fa-nice.active::before {
    background-color: #ffffff;
}

.hotline__item .hotline__actions {
    position: absolute;
    right: 20px;
    top: 15px;
}

.page .hotline__action:hover .hint {
    bottom: 50px;
}

.page .hotline__action {
    border-radius: 5px;
    background: #ffffff;
    color: #999999;
    border: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 19px;
    text-align: center;
}

.page .hotline__action:hover:not(.active),
.page .hotline__action.active {
    color: #ffffff;
    background: #00a551;
}

.page .hotline__action.fa-nice:hover:not(.active),
.page .hotline__action.fa-nice.active {
    color: #ffffff;
    background: #ff8e41;
}

.hotline__item-del:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    right: 14px;
    text-decoration: none;
}

.hotline__bubble i {
    margin-right: 5px;
}

.hotline__bubble.hotline__bubble--hov-orange:hover {
    color: #d77432;
}

.hotline__bubble.hotline__bubble--200 {
    min-width: 250px;
}

.hotline__bubble {
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
    min-width: 120px;
    color: #475669;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: #ffffff;
    font-weight: bold;
    padding: 0 15px;
    line-height: 25px;
}


.hotline__bubbles > * {
    display: inherit;
}

.hotline__bubbles {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 65px);
}

.hotline__cnt.hotline__cnt--sm {
    font-size: 15px;
    margin-left: 10px;
    display: inline-block;
    font-weight: normal;
}

.hotline__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    width: 100%;
    justify-content: space-between;
    color: #475669;
    margin-bottom: 15px;
}

.hotline__item .bth__link.fz13 {
    margin-bottom: 20px;
    display: block;
}

.page .hotline__item.bg-light-orange.bg-light-green {
    background-color: #e5f6ec !important;
}

.hotline__cnt p:nth-child(:last-child) {
    margin-bottom: 10px;
}

.hotline__ttl:hover a {
    color: #318cc6;
}

.hotline__ttl span {
    display: block;
    font-size: 13px;
    margin-left: 20px;
}

.hotline__ttl * {
    font-weight: bold;
    text-transform: uppercase;
    color: inherit;
    font-size: 17px;
    display: block;
}

.hotline__item.hotline__video-first .hotline__ttl {
    margin-top: 20px;
}

.hotline__item.hotline__video-first .hotline__cnt-block > * {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.hotel-article-wrap .hotline__item {
    padding: 0;
    background: transparent;
    margin: 0;
}

.hotline__item.hotline__video-first .hotline__cnt-block .hotline__cnt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.hotline__item.hotline__video-first .hotline__img-block {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.hotline__user-white-line {
    padding: 0 10px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    border-radius: 5px;
    text-transform: uppercase;
}

.hotline__user-white-line > * {
    margin-right: 10px;
}

.hotline__flex > * {
    border: none;
    width: auto;
    margin: 0 20px 0 0;
}

.hotline__item .hotline__flex-justify {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hotline__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ffffff;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}


.lsfw-tbl .hotline__action.fa-nice::before {
    mask-size: 22px;
    -webkit-mask-size: 22px;
}

.lsfw-tbl .hotline__action {
    width: 35px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
}

.lsfw-tbl.hotline-tbl .lsfw-tbl__70 {
    width: 70px;
}

.lsfw-tbl.hotline-tbl .lsfw-tbl__cut200 {
    vertical-align: bottom;
}

.lsfw-tbl.hotline-tbl .lsfw-tbl__cut450 {
    padding-left: 10px;
}

.hotline__other-item .hotline__other-ttl {
    width: calc(100% - 150px);
    white-space: nowrap;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.hotline__other-wrap {
    margin-top: 15px;
    padding: 15px;
    border-radius: 5px;
    background: #ffffff;
}

.hotline__other-item .hotline__more {
    padding: 0;
}

.hotline__hotel {
    font-size: 14px;
    margin: 15px 0;
    padding: 5px 15px;
    background: #ffffff;
    border-radius: 5px;
    color: #475669;
    width: 100%;
    text-transform: uppercase;
    display: block;
}

.hotline__hotel .lsfw-flag {
    margin: 2px 2px 0 -6px;
}

.hotline__hotel-ttl {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 50px);
}

.hotline__hotel-ttl span {
    max-width: 450px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
}


.hotline__other-wrap .hotline__more {
    padding: 0;
}

.hotline__other-item:hover {
    color: #318cc6;
}

.hotline__other-item {
    margin-bottom: 10px;
    color: #475669;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px
}

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

    .lsfw-tbl.hotline-tbl .lsfw-tbl__200 {
        width: 140px;
    }

    .lsfw-tbl.hotline-tbl .lsfw-tbl__400,
    .lsfw-tbl.hotline-tbl .lsfw-tbl__300 {
        width: 300px;
    }

    .lsfw-tbl .lsfw-tbl__cut450 {
        max-width: 350px;
    }

    .lsfw-tbl.hotline-tbl .lsfw-tbl__cut200 {
        max-width: 160px;
    }
}

@media screen and (max-width: 1199px) {
    .lsfw-tbl.hotline-tbl .lsfw-tbl__150 {
        width: 125px;
    }

    .hotline__gallery .bth__img-190 {
        width: 170px;
        height: 100px;
    }

    .hotline__gallery .hotline__gallery-more {
        font-size: 14px;
    }
}

@media screen and (max-width: 1023px) {
    .lsfw-tbl.hotline-tbl .lsfw-tbl__400, .lsfw-tbl.hotline-tbl .lsfw-tbl__300 {
        width: 215px;
    }

    .lsfw-tbl.hotline-tbl .lsfw-tbl__150 {
        width: 110px;
        padding-left: 0;
    }

    .lsfw-tbl.hotline-tbl .lsfw-tbl__200 {
        width: 130px;
    }

    .lsfw-tbl .hotline__action {
        margin-left: 10px;
    }

    .lsfw-tbl.hotline-tbl .lsfw-tbl__300 {
        width: 190px;
    }

    .lsfw-tbl.hotline-tbl .lsfw-tbl__cut200 {
        max-width: 125px;
    }

    .lsfw-tbl.hotline-tbl .lsfw-tbl__cut450 {
        max-width: 220px;
    }

    .hotline__cnt-block .hotline__cnt {
        width: 100%;
    }


    .hotline__other-item .fz10 {
        display: none;
    }

    .hotline__other-item .hotline__other-ttl {
        width: 100%;
    }

    .hotline__item .hotline__user-block .hotline__user-name, .hotline__user-tp {
        width: 100%;
        white-space: nowrap;
        display: block;
        overflow: hidden;
        margin-right: 0;
        text-overflow: ellipsis;
    }

    .hotline__user-info {
        white-space: normal;
    }

    .hotline__gallery .hotline__gallery-video::before {
        font-size: 20px;
    }

    .hotline__gallery .bth__img-190 {
        width: 160px;
        height: 90px;
    }

    .hotline__item {
        padding: 15px;
    }

    .hotline__flex {
        white-space: nowrap;
        overflow: auto;
    }

    .hotline__date-wrap {
        right: 15px;
    }


    .hotline-add > .fz10 {
        width: 175px;
        display: inline-block;
        vertical-align: middle;
    }

    .hotline-add .hotline-add__btn {
        min-width: auto;
    }

    .hotline__gallery {
        display: block;
        white-space: nowrap;
        width: 100%;
        overflow: auto;
    }

    .hotline__gallery .bth__img-190 {
        margin-right: 5px;
    }
}

@media screen and (max-width: 767px) {
    .hotline__hotels .hotline__hotels-item {
        padding-left: 33px;
    }

    .hotline__hotel-ttl span {
        max-width: calc(100% - 20px);
    }

    .hotline__hotels .hotline__hotels-item::before {
        left: 10px;
    }

    .lsfw-tbl.hotline-tbl .lsfw-tbl__400 .fz13 {
        width: calc(100% - 50px);
    }

    .lsfw-tbl.hotline-tbl .lsfw-flag {
        margin-left: -2px;
    }

    .lsfw-tbl.hotline-tbl tr td:nth-child(1) {
        width: 100%;
    }

    .lsfw-tbl.hotline-tbl tr td:nth-child(1) .lsfw-tbl__bb:hover .hint.hint--arr::before {
        left: auto;
        right: 10px;
    }

    .lsfw-tbl.hotline-tbl tr td:nth-child(1) .lsfw-tbl__bb:hover .hint {
        left: auto !important;
        right: 0 !important;
        min-width: auto;
    }

    .lsfw-tbl.hotline-tbl tr td:nth-child(1) .lsfw-tbl__bb {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .lsfw-tbl.hotline-tbl .lsfw-tbl__cut200 {
        max-width: calc(100% - 24px);
    }

    .page .hotline__action.fa-nice::before {
        mask-size: 16px;
        -webkit-mask-size: 16px;
    }

    .page .hotline__action {
        width: 25px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        margin-left: 5px;
    }

    .lsfw-tbl.hotline-tbl .lsfw-tbl__400 {
        width: 100%;
    }

    .lsfw-tbl.hotline-tbl.hotline-tbl--hotels tr td.lsfw-tbl__400,
    .lsfw-tbl.hotline-tbl:not(.hotline-tbl--hotels) tbody tr td:nth-child(1) {
        width: 100%;
        padding-bottom: 5px !important;
        margin-bottom: 5px;
        border-bottom: 1px solid #ffffff !important;
    }

    .hotline__other-wrap, .lsfw-tbl.hotline-tbl tbody tr td.lsfw-tbl__300 {
        display: none;
    }

    .page .hotline__action:hover .hint {
        bottom: 33px;
    }

    .lsfw-tbl.hotline-tbl tbody tr td:last-child {
        margin-left: auto;
        align-self: center;
    }

    .lsfw-tbl.hotline-tbl .lsfw-tbl__cut450 {
        max-width: 100%;
        width: 100%;
        padding: 0 30px 0 0;
    }

    .hotline__gallery {
        white-space: nowrap;
        overflow: auto;
        display: block;
        width: 100%;
    }

    .hotline__bubble .fz14, .hotline__bubble .fz13 {
        font-size: inherit !important;
    }

    .hotline__item.hotline__video-first .hotline__ttl {
        margin-top: 15px;
    }

    .hotline__bubble {
        min-width: auto;
        font-size: 13px;
        padding: 0 10px;
    }

    .hotline__gallery .bth__img-190 {
        margin-right: 5px;
        width: auto;
        vertical-align: top;
    }

    .hotline__gallery .hotline__gallery-more {
        padding: 0 15px;
    }

    .hotline__cnt {
        font-size: 14px !important;
        line-height: 22px;
    }

    .hotline__item .hotline__actions {
        right: 10px;
        top: auto;
        bottom: 13px;
    }

    .hotline__user-block {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .hotline__more {
        padding-top: 10px;
    }

    .group-info {
        padding: 10px;
    }

    .group-info .group-info__btn::before {
        content: '\f0c0';
        font-family: "Font Awesome 5 Free";
        position: absolute;
        left: 10px;
        top: 0;
    }

    .group-info .group-info__btn {
        width: 100%;
        line-height: 25px;
        height: 25px;
        padding-left: 32px;
        text-align: left;
        margin-top: 10px;
        font-weight: bold;
        font-size: 11px;
        position: relative;
    }

    .group-info .mb15 {
        margin-bottom: 10px !important;
    }

    .group-info .no-scrollbar {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .group-info .bth__ava-square5 {
        width: 27px;
        height: 27px;
    }

    .group-info .group-info__stat {
        margin-right: 5px;
        height: 27px;
        padding: 0 10px;
    }

    .group-info .group-info__stat b {
        font-size: 13px;
        margin: 0;
        line-height: 27px;
        display: inline-block;
        vertical-align: top;
    }

    .hotline__user-white-line .bth__bold-link {
        font-size: 11px;
    }

    .hotline__user-white-line .bth__ava-25 img {
        vertical-align: top;
    }

    .hotline__user-white-line .bth__ava-25 {
        width: 15px;
        height: 15px;
    }

    .hotline__flex > * {
        margin-right: 10px;
    }

    .hotline__user-white-line .fz10 {
        font-size: 9px !important;
    }

    .hotline__user-white-line {
        height: 25px;
    }

    .hotline__ttl {
        display: block;
        margin-bottom: 10px;
    }

    .hotline__item {
        padding: 10px 10px 15px 10px;
    }

    .hotline__img-block video, .hotline__img-block img {
        max-height: 300px;
    }

    .hotline__user-ava-block {
        width: 30px;
        height: 30px;
    }

    .hotline__user-info {
        margin: 0;
    }

    .hotline__bubbles {
        white-space: nowrap;
        overflow: auto;
        width: calc(100% - 44px);
    }

    .hotline__processing {
        font-size: 14px;
    }

    .hotline__user-block {
        padding-right: 0;
    }

    .hotline__ttl * {
        font-size: 15px;
    }


    .hotline__preview::after {
        font-size: 40px;
        text-shadow: 0 0 20px #000000;
    }

    .hotline__ttl span {
        display: block;
        margin: 0;
    }

    .loading-overlay:after {
        background-position-y: 30px;
        background-size: 30px;
    }

    .hotline__item .bth__cnt.fz13 {
        white-space: nowrap;
        overflow: auto;
        font-size: 11px !important;
    }

    .hotline__cnt-block video {
        max-height: 500px;
    }

    .hotline__img-block {
        max-width: 100%;
    }

    .hotline__flex {
        padding-bottom: 10px;
    }

    .hotline-add {
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
        gap: 10px;
    }

    .hotline-add > .fz10 {
        width: 100%;
    }

    .hotline-add .hotline-add__btn {
        width: 100%;
        margin: 0;
    }

}

@media screen and (max-width: 359px) {
    .hotline__more {
        font-size: 10px;
    }
}