.btn__voting_reit {
	position:fixed;bottom:22px;right:8.5em;z-index:999;
	}
	.btn__voting_reit img {
		max-height:150px;border-radius:9px;
	}
.list__wrapper.articles>div>div {
	min-height:350px;
}
.btn__voting {
	z-index: 9999;
}
.home-guestbook.home-our-awards {
	padding: 0 0;
	padding-bottom: 20px;
}
.guestbook-header.our-awards-header {
	margin-top: 50px;
}
.guestbook-item.our-awards-item .text.our_awards_img {
	text-align: center;
}
.guestbook-item.our-awards-item .text.our_awards_img img {
	max-height: 300px;
	width: auto;
}
.table__wrap {
	overflow-x: auto;
}

/* CUSTOM MAIN ROOMS */
.accomd-modations-content_1 .owl-pagination {
	top: -20px;
}
.accomd-modations-content_1 {
	margin-top: 2em;
}
/* AND CUSTOM MAIN ROOMS */

/* CUSTOM PRICE */
.table__price tr th {
	background-color: #54b9d0;
}
.table__price tr:nth-child(2n) td {
	background-color: #d3e3f1;
}
.table__price tr:nth-child(2n) td:nth-child(2n) {
	background-color: #8fa4b5;
}
.table__price tr td {
	background-color: #80bfdb;
}
.table__price tr td .btn__box-order {
	border: 1px solid #54b9d0;
    background-color: #54b9d0;
    background-image: none;
}
/* AND CUSTOM PRICE */

/* RESPONSIVE */
	@media screen and (max-width:767px) {
		.btn__voting_reit {
			display: none;
		}
		.btn__voting {
			display: none;
		}
	}
/* 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;
}	
	