.table__price tr td .gallery a img {
    width: 100%
}
.table__price tr td .desc {
    width: calc(100% - 360px);
}
.table__price tr td .gallery {
    width: 350px;
}

.table__price tr td .desc {
font-size: 18px;
}

.table__price tr td .title a {
    display: inline;
}
.rooms_accordion .panel-body .room-detail_thumbs, .room-detail_tab-content .room-detail_thumbs {
    display: none !important;
}
/* like_crimea */
@keyframes like_crimea {
    0% {
        transform: scale(1);
        animation-timing-function: ease-in;
        filter: hue-rotate(0deg) drop-shadow(2px 2px 1px #9c9c9c);
        
    }
    50% {
        transform: scale(1.05);
        animation-timing-function: ease-in;
        filter: hue-rotate(45deg) drop-shadow(2px 2px 3px #333333);
    }
    100% {
        transform: scale(1);
        animation-timing-function: ease-in;
        filter: hue-rotate(45deg) drop-shadow(2px 2px 6px #333333);
    }
}
.like_crimea {
    position: fixed;
    width: 80px;
    z-index: 999;
    bottom: 10px;
    left: 10px;
    animation: like_crimea 1.5s ease 0.5s infinite alternate-reverse;
}