.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__processing i::after {
    content: '\f03d';
    background: #eeeeee;
    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;
    animation: rotating 5s linear infinite;
}

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

.hotline__processing {
    padding: 40px;
    color: #999999;
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    animation: processing 3s;
    background: #eeeeee;
}

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


.hotline__item {
    position: relative;
    display: block;
    padding: 15px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    font-size: 14px;
    border-radius: 2px;
    margin-top: 20px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}

.hotline__item.hotline__item--detail {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.hotline__date .fz12 {
    margin-right: 5px;
    font-weight: normal;
}

.hotline__date {
    font-family: 'apercu_pro', sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    color: #475669;
    position: relative;
}

.hotline__user-block {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    white-space: nowrap;
}

.hotline__item .bth__cnt a {
    color: inherit;
}

.hotline__spam-wrap {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    margin-top: 15px;
}

.hotline-short-tbl .bth__bold-link {
    margin-top: -8px;
}

.hotline-short-tbl__msg * {

    font-size: 13px;
    line-height: 19px;
}

.hotline-short-tbl__msg {
    max-height: 52px;
    overflow: hidden;
    width: 700px;
    height: 35px;
}

.hotline__id-bottom {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
    margin-top: 15px;
    text-transform: uppercase;
}

.hotline__spam-wrap .hotline__ttl a {
    font-size: 13px;
    width: 80%;
    color: #215f86;
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hotline__spam-wrap .hotline__ttl {
    background: #eeee;
    margin-top: 5px;
    padding: 10px;
    border-radius: 5px;
}

.lbc__img {
    max-width: 100%;
}

.hotline__cnt-hotel {
    font-size: 18px;
    margin-right: 15px;
    color: #318cc6;
}

.hotline__user-ava-block {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

.groups-tbl .relative {
    display: inline-block;
}

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

.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 {
    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;
    padding: 0 25px;
    font-size: 18px;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #ff8e41;
    text-align: center;
    text-transform: uppercase;
}

.hotline__gallery .hotline__gallery-more .bth__loader-spin {
    display: block !important;
}

.hotline__gallery .hotline__gallery-more .bth__loader-spin i {
    margin: 0;
    vertical-align: middle;
    font-size: 3px;
}

.hotline__gallery .hotline__gallery-video::before {
    text-align: center;
    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;
    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;
    background: rgba(0, 0, 0, 0.2);
}

.hotel-article-wrap .hotline__item .hotline__gallery {
    gap: 20px;
}

.hotel-article-wrap .hotline__item .hotline__gallery .bth__img-190 {
    background: #eeeeee;
    width: calc(50% - 20px);
    height: 400px;
}

.groups-tbl .relative:hover .hint {
    display: block;
}

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

.hotline__date-del {
    font-size: 34px;
    display: none;
    position: absolute;
    font-family: 'apercu_pro', sans-serif;
    right: 0;
    cursor: pointer;
    text-align: right;
    top: 0;
    width: 100%;
    background-color: white;
}

.hotline__date-del .fa-trash-alt {
    color: #e03a3a;
}

.hotline__date-del .fa-trash-alt {
    margin-left: 10px;
}

.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 a {
    color: inherit;
}

.hotline__item .hotline__user-block .hotline__user-name {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
    max-width: 260px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    color: #475669;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: 'apercu_pro', sans-serif;
}

.hotline__user-tp {
    color: #475669;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    font-family: 'apercu_pro', sans-serif;
    margin-top: 5px;
}

.hotline__for {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}

.hotline__user-info {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.hotline__for-ava-block {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
}

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

.hotline__for-user {
    display: inline-block;
    vertical-align: top;
}

.hotline__cnt-block {
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-top: 15px;
}

.hotline__cnt {
    color: rgb(71, 86, 105);
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    line-height: 22px;
}

.hotline__img-block video, .hotline__img-block img {
    max-height: 600px;
    background: #eeeeee;
    border-radius: 5px;
}

.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__link {
    font-size: 15px;
    color: #318cc6;
}

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

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

.hotline__item.hotline__video-first .hotline__img-block {
    margin: 0 0 10px 0;
}

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

.hotline__item.hotline__video-first .hotline__cnt-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

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

.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-del:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    right: 14px;
    text-decoration: none;
}

.hotline__bubble {
    border-radius: 5px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #475669;
    display: inline-block;
    vertical-align: bottom;
    background-color: #ffe394;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 20px;
    font-weight: normal;
}

.hotline__date-wrap {
    text-align: right;
    float: right;
}

.ribbon-tbl-short .ribbon-tbl-short__block {
    font-size: 14px;
    padding: 11px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    position: relative;

}

.ribbon-tbl-short {
    border: 2px solid #bcbcbc;
    border-radius: 2px;
    margin-bottom: 25px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ribbon-tbl-short__actions > * {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.ribbon-tbl-short .ribbon-tbl-short__block:first-of-type {
    width: 130px;
}

.ribbon-tbl-short .ribbon-tbl-short__block:last-of-type {
    text-align: right;
    width: 200px;
}

.ribbon-tbl-short .ribbon-tbl-short__block:nth-child(2) {
    -ms-flex-preferred-size: 165px;
    flex-basis: 165px;
    overflow: visible;
}

.ribbon-tbl-short .ribbon-tbl-short__block:nth-child(3) {
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ribbon-tbl-short .ribbon-tbl-short__block:nth-child(1) {
    width: 85px;
}

.ribbon-tbl-short .fa-envelope {
    font-size: 46px;
    margin-left: 0;
    color: #475669;
}

.ribbon-tbl-short__inline .fa-arrow-right {
    color: #475669;
}

.ribbon-tbl-short__txt {
    font-size: 16px;
    color: #475669 !important;
    width: 570px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.ribbon-tbl-short__inline {
    display: inline-block;
    vertical-align: middle;
}

.ribbon-tbl-short__count {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 30px;
}

.ribbon-tbl-short__icon-r {
    display: inline-block;
    vertical-align: middle;
}

.hotline-short__tbl .ribbon-tbl-short__count .hint {
    right: 0;
    top: 28px;
    white-space: normal;
    width: 147px;
    overflow: visible;
}

.hotline__date:hover .hotline__date-del {
    display: block;
}

.hotline__cnt.hotline__cnt--big h2 {
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
}

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

.hotline-short__tbl i {
    font-size: 18px;
    color: #318cc6;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    cursor: pointer;
}

.hotline-short__tbl .hint {
    left: 0;
    top: 41px;
}

.hotline-short__tbl .ribbon-tbl-short__actions .hint {
    right: 0;
    top: 24px;
}

.hotline__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.hotline__ttl {
    color: rgb(71, 86, 105);
    margin-bottom: 10px;
}

.hotline__ttl span {
    display: block;
    white-space: nowrap;
    font-size: 13px;
}

.hotline__ttl a {
    font-weight: bold;
    text-transform: uppercase;
    color: #318cc6;
    font-family: 'apercu_pro', sans-serif;
    font-size: 15px;
    display: block;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .ribbon-tbl-short__txt {
        display: block;
        min-width: 200px;
        width: 100%;
        white-space: normal;
    }

    .hotline-short-tbl__msg {
        width: 450px;
    }
}

@media screen and (max-width: 1199px) {
    .hotline__gallery .bth__img-190 {
        width: 170px;
        height: 100px;
    }

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

@media screen and (max-width: 1023px) {
    .hotline__img-block video, .hotline__img-block img {
        max-height: 500px;
    }

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

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

    .hotline__cnt.hotline__cnt--sm {
        display: block;
        margin: 5px 0 15px 0;
    }

    .hotline__for {
        display: block;
        margin-top: 10px;
    }

    .hotline__date-del {
        display: inline-block !important;
        top: 25px;
        font-size: 14px;
    }
}

@media screen and (max-width: 700px) {
    .hotline__user-block {
        white-space: normal;
    }

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

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

    .hotline-short-tbl tr td:last-of-type .bth__ava-circle {
        width: 25px;
        height: 25px;
    }

    .hotline-short-tbl tr td:last-of-type {
        position: absolute;
        top: 0;
        right: 10px;
        width: auto !important;
    }

    .hotline-short-tbl tr td:nth-child(2) {
        border: none !important;
    }

    .hotline-short-tbl tr td:nth-child(2) .bth__table-inline-block:last-of-type {
        width: calc(100% - 70px);
    }

    .hotline-short-tbl__msg {
        width: 100%;
    }

    .hotline-short-tbl .bth__bold-link {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .hotline__spam-wrap .hotline__ttl a {
        width: 95%;
    }

    .hotline__user-ava-block {
        margin-right: 10px;
    }

    .hotline__user-info {
        width: calc(100% - 79px);
    }

    .hotline__user-info, .hotline__user-name {
        max-width: none;
        margin-right: 0;
        white-space: normal;
    }

    .hotline__item {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .hotline__user-block {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .hotline__date-wrap {
        float: none;
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .hotline__cnt {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 5px;
    }

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

    .hotline__date .fz12 {
        display: none;
    }

    .hotline__date {
        height: auto;
        font-size: 16px;
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
    }

    .hotline__cnt.hotline__cnt--sm {
        display: block;
        margin-left: 0;
        font-size: 13px;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .hotline__date-del {
        position: static;
        width: auto;
    }

    .hotline__cnt-block {
        margin-top: 0;
    }

    .hotline__bubble {
        font-size: 13px;
        margin-top: 0;
        margin-bottom: 20px;
        padding: 5px 30px;
        text-align: center;
    }

    .hotline__cnt.hotline__cnt--big {
        font-size: 17px;
        margin-bottom: 0;
        margin-top: 15px;
    }

    .hotline__user-tp {
        font-size: 10px;
        margin-right: 5px;
    }

    .hotline__ttl {
        display: block;
    }

    .hotline__spam-wrap .fz13, .hotline__spam-wrap .fz14 {
        font-size: 11px !important;
    }

    .hotline__item.hotline__item--banner .hotline__bubble {
        width: 100%;
    }

    .hotline__item.hotline__item--banner .hotline__user-block {
        margin-bottom: 20px;
    }

    .hotline__item.hotline__item--banner .hotline__cnt {
        font-size: 13px;
    }

    .hotline__item.hotline__item--banner .hotline__user-name {
        max-width: 260px;
        white-space: nowrap;
    }

    .hotline__item.hotline__item--banner .hotline__date-wrap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: left;
        margin-bottom: 20px;
    }

    .hotline__img-slick, .hotline__img-slick .relative {
        height: 215px;
    }

    .hotline__cnt.hotline__cnt--big h2 {
        font-size: 18px;
    }

    .hotline__processing {
        font-size: 14px;
    }

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

    .hotline__img-slick .relative {
        margin: 0;
    }
}