.group-info {
    padding: 15px;
    border-radius: 2px;
    margin: 10px 0 20px 0;
}

.group-info .group-info__stat b {
    font-size: 22px;
    display: block;
    line-height: 22px;
}

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

.group-info .group-info__btn {
    padding: 0 15px;
    border-radius: 2px;
    height: 60px;
    text-transform: uppercase;
    line-height: 60px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #ffffff;
    background: #00a551;
}

.group-info .bth__ava-square {
    vertical-align: top;
    margin-right: 10px;
}

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

/*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: 10px;
    background: #eeeeee;
}

.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: #d47535;
}

.hotline-add .hotline-add__btn {
    background: #ff8e41;
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    line-height: 25px;
    padding: 0 20px 0 10px;
    margin-right: 20px;
    border-radius: 5px;
}

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

.hotline__date {
    font-size: 14px;
    color: #475669;
    position: relative;
}

.hotline__user-block {
    margin: 0 0 15px 0;
    width: calc(100% - 120px);
}

.hotline__spam-wrap {
    margin-top: 15px;
    border-top: 1px solid #cccccc;
    padding-top: 10px;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.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;
}

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

.hotline__spam-wrap .hotline__ttl {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.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__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: 10px;
}

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

.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: 20px;
    display: none;
    position: absolute;
    right: 0;
    cursor: pointer;
    text-align: right;
    top: 0;
    width: 100%;
    background-color: #eeeeee;
}

.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 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
    display: block;
    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;
    cursor: pointer;
    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 {
    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;
}

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

.hotline__user-info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.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 > .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 .fz12 {
    margin-right: 5px;
}

.hotline__action.hotline__action--timer {
    float: right;
    color: #475669;
    margin: 0;
    font-size: 10px;
}

.hotline__action {
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    color: #999999;
    text-transform: uppercase;
}

.hotline__action.hotline__action--hov-red:hover {
    color: #e03a3a;
}

.hotline__action.hotline__action--hov-orange:hover {
    color: #ff8e41;
}

.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: rgb(71, 86, 105);
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
}

.hotline__link {
    font-size: 15px;
    color: #318cc6;
}

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

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

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

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

.hotline__date-wrap {
    position: absolute;
    right: 20px;
    top: 10px;
}

.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--big {

    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ffffff;
}

.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: rgb(71, 86, 105);
    margin-bottom: 15px;
}

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

.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;
}

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

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

.hotel-article-wrap .hotline__user-block {
    padding: 10px;
    background: #eeeeee;
    display: block;
    width: 100%;
    border-radius: 5px;
}

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

.hotline-paginator {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 5px;
    color: #ff8e41;
    padding: 20px;
    background: #eeeeee;
    display: block;
}

.hotline-paginator:hover {
    color: #e27c36;
}

.hotline-paginator .bth__loader-spin {
    display: inline-block !important;
}

.hotline-paginator .bth__loader-spin i {
    margin: 0;
    font-size: 3px;
}

.hotline__hotel .hotline__hotel-loc {
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
}

.hotline__hotel .lsfw-flag {
    position: absolute;
    left: -2px;
    top: -4px;
}

.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__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;
}

.hotline__hotel .bth__ttl-h2 .hotline__hotel-cut {
    display: inline-block;
    vertical-align: bottom;
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.hotline__hotel .bth__ttl-h2 {
    display: block;
    line-height: 19px;
}

.hotline__hotel {
    position: relative;
    margin: 0 0 15px 0;
    width: calc(100% - 120px);
    padding-left: 70px;
}

@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__cnt-block .hotline__cnt {
        width: 100%;
    }

    .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-paginator {
        padding: 15px;
        font-size: 16px;
    }

    .hotel-article-wrap .hotline__item .hotline__gallery .bth__img-190 {
        height: 250px;
    }
}

@media screen and (max-width: 767px) {
    .hotline__cnt.hotline__cnt--big, .hotline__gallery {
        display: block;
        white-space: nowrap;
        overflow: auto;
        width: 100%;
    }

    .hotel-article-wrap .hotline__item .hotline__gallery .bth__img-190 {
        height: 150px;
        width: calc(50% - 5px);
        margin: 0;
    }

    .hotel-article-wrap .hotline__item .hotline__gallery {
        white-space: normal;
        justify-content: space-between;
        display: flex;
        gap: 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: 23px;
    }

    .hotline__hotel .bth__ttl-h2 .hotline__hotel-cut {
        max-width: calc(100% - 25px);
    }

    .group-info .no-scrollbar {
        white-space: nowrap;
        display: block !important;
        overflow: auto;
    }

    .group-info {
        padding: 10px;
    }

    .group-info .group-info__btn {
        line-height: 25px;
        height: auto;
        font-size: 11px;
        width: 145px;
        margin-top: 10px;
        padding: 0;
        text-align: center;
        font-weight: normal;
    }

    .hotline__bubble {
        font-size: 11px;
        min-width: 115px;
        line-height: 25px;
        margin-right: 5px;
    }

    .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__bubble i {
        font-size: 13px;
    }

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

    .hotline__hotel .hotline__hotel-loc, .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;
    }

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

    .hotline__user-info {
        margin: 0;
    }

    .hotline__date-wrap {
        top: 12px;
    }

    .hotline__processing {
        font-size: 14px;
    }

    .hotline__date {
        font-weight: bold;
        font-size: 10px;
    }

    .hotline__hotel, .hotline__user-block {
        width: calc(100% - 45px);
        margin-bottom: 10px;
    }

    .hotline__hotel {
        padding-left: 67px;
    }

    .hotline__hotel .hotline__hotel-loc {
        margin-top: 3px;
    }

    .hotline__ttl * {
        font-size: 14px;
        line-height: 24px;
    }

    .hotline__hotel .bth__ttl-h2 {
        font-size: 14px;
    }

    .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__user-tp {
        margin-right: 5px;
    }

    .hotline__date .fz12 {
        display: none;
    }

    .hotline__cnt.hotline__cnt--big {
        padding-bottom: 10px;
    }

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

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

    .hotline__action:not(.hotline__action--timer) {
        font-size: 11px;
        background: #ffffff;
        padding: 0 20px;
        line-height: 25px;
        border-radius: 5px;
    }

    .hotline__flex {
        padding-bottom: 10px;
    }

    .hotline-paginator .bth__loader-spin i {
        margin: 0;
        font-size: 3px;
    }

    .hotline-paginator {
        font-size: 13px;
        text-align: center;
    }

    .hotline__action.hotline__action--timer {
        float: none;
        display: block;
        margin-top: 10px;
    }
}

@media screen and (max-width: 468px) {
    .hotline-add > span {
        display: none;
    }

    .hotline-add {
        border-radius: 0;
        padding: 10px;
        background-color: #d0dce3;
    }

    .hotline-add .hotline-add__btn i {
        position: absolute;
        left: 15px;
        top: 0;
        line-height: inherit;
        font-size: 14px;
    }

    .hotline-add .hotline-add__btn {
        margin: 0;
        line-height: 30px;
        color: #e27200 !important;
        padding-left: 45px;
        position: relative;
        background: #ffffff !important;
        width: 100%;
    }
}


@media screen and (max-width: 359px) {
    .hotline__hotel .bth__ttl-h2 {
        font-size: 13px;
    }

    .hotel-article-wrap .hotline__item .hotline__gallery .bth__img-190 {
        height: 100px;
    }

    .hotline__hotel .bth__ttl-h2 .hotline__hotel-cut {
        max-width: calc(100% - 19px);
    }
}