.need {
	box-shadow: 0 0 3px red;
}

.new-hotel-firstcontent-firstsidebar {
	display: flex;
}
.new-hotel-firstcontent-firstsidebar > div:nth-child(1) {
	width: calc(100% - 315px);
}
.new-hotel-firstcontent-firstsidebar > div:nth-child(2) {
	width: 315px;
	padding: 10px 15px 0 0;
}
#reviews {
	padding-right: 0;
}
.extra-btn-menu,
.new-hotel-firstsidebar .hotel-page-aside {
	position: -webkit-sticky;
	position: sticky;
	top: 67px;
	display: block;
}
.extra-btn-menu-wrapper {
	position: absolute;
	top: 52px;
	bottom: 110px;
	right: 20px;
	width: 60px;
}

@media (max-width: 1100px) {
	.new-hotel-firstcontent-firstsidebar > div:nth-child(1) {
		width: 100%;
	}
	.new-hotel-firstcontent-firstsidebar > div:nth-child(2) {
		display: none;
	}
}

/*hotel page params*/
@font-face {
  font-family: 'PT Sans Caption';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans Caption'), local('PTSans-Caption'), url(https://fonts.gstatic.com/s/ptsanscaption/v9/OXYTDOzBcXU8MTNBvBHeSSt-N44yS-QXvJkzxm7LnT8.woff2) format('woff2');
}
body {
	overflow: visible !important;
}
.content_block {
	margin: 0 auto;
}
.new-hotel-container,
.new-hotel-container * {
	box-sizing: border-box;
}
.new-hotel-container {
	position: relative;
}
.block-head-title.menu-title {
	font-weight: bold;
	color: #000;
}

/*hotel page content header*/
.new-hotel-container .container-title {
	padding: 0 0 5px !important;
	margin-top: -2px;
}
.new-hotel-container h1.container-title {
	padding: 13px 0 11px !important;
	margin-top: 0;
}
.title-stars {
	width: 30px;
	height: 15px;
	border: none;
	margin-right: 5px;
}
.title-rev {
	font-weight: normal;
	color: #767676;
}
.translit-name {
	color: #999;
    font-family: Georgia;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 5px;
}
.translit-name span {
	font-size: 11px;
	margin: 0 7px 0 9px;
	font-style: normal;
}

/*hotel info wrapper*/
.hotel-info-wrap {
	margin-top: 15px;
	position: relative;
}

/*hotel photo block*/
.img-wrap {
	max-width: 300px;
	width: 100%;
	height: 225px;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
@media (max-width: 480px) {
	.img-wrap {
		max-width: 500px;
		height: 250px;
	}
}
.img-wrap:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 225px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 72%, rgba(0,0,0,0.29) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 72%,rgba(0,0,0,0.29) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 72%,rgba(0,0,0,0.29) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4a000000',GradientType=0 );
	z-index: 0;
	pointer-events: none;
}
.img-wrap img {
	height: 100%;
	width: auto;
}
.img-author {
	position: absolute;
	color: #fff !important;
	bottom: 9px;
	z-index: 1;
	left: 15px;
	font-size: 11px;
}
.hotel-photo-link {
	cursor: pointer;
	font-size: 13px;
	padding: 9px 15px;
	color: #fff !important;
}
.hotel-photo-link.hoteliers {
	text-align: right;
	padding-left: 15px;
	position: relative;
}
.hotel-photo-link.tourists::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.hotel-photo-link.tourists:hover {
	text-decoration: underline;
}

/*hotel rating statistics block*/
.rating-wrap {
	width: 300px;
	float: right;
	margin-left: 20px;
	padding-left: 15px;
	position: absolute;
	top: 0;
	left: 623px;
}
.rating-val {
	color: #222;
	font-size: 24px;
	margin-top: -10px;
}
.rating-num {
	margin-bottom: 8px;
}
.rating-num,
.rating-list {
	color: #777;
}
.rating-list {
	width: 150px;
	font-size: 12px;
	line-height: 20px;
}
.rating-list span {
	color: #222;
	font-weight: bold;
}
.rating-list .clearfix:after {
	clear: none;
}
.rating-list .vote_body {
	display: none;
}
.rating-wrap [class*="rating-stars"] {
	width: 200px;
	height: 30px;
	margin: -3px 0 2px -2px;
}
.rating-wrap [class*="rating-stars-1"] {
    background: url("/static/img/brate1.svg") no-repeat center;
}
.rating-wrap [class*="rating-stars-2"] {
    background: url("/static/img/brate2.svg") no-repeat center;
}
.rating-wrap [class*="rating-stars-3"] {
    background: url("/static/img/brate3.svg") no-repeat center;
}
.rating-wrap [class*="rating-stars-4"] {
    background: url("/static/img/brate4.svg") no-repeat center;
}
.rating-wrap [class*="rating-stars-5"] {
    background: url("/static/img/brate5.svg") no-repeat center;
}
.rating-wrap [class*="rating-stars-6"] {
    background: url("/static/img/brate6.svg") no-repeat center;
}
.rating-wrap [class*="rating-stars-7"] {
    background: url("/static/img/brate7.svg") no-repeat center;
}
.rating-wrap [class*="rating-stars-8"] {
    background: url("/static/img/brate8.svg") no-repeat center;
}
.rating-wrap [class*="rating-stars-9"] {
    background: url("/static/img/brate9.svg") no-repeat center;
}
.rating-wrap [class*="rating-stars-10"] {
    background: url("/static/img/brate10.svg") no-repeat center;
}

.based-on-rev {
	font-size: 11px;
	line-height: 13px;
	margin: -29px 0 3px 206px;
	height: 26px;
}

/*hotel description block*/
.desc-wrap {
	width: 620px;
}
.description-container {
	padding: 0 10px;
}
.desc-change-date {
	float: right;
	font-size: 12px;
	margin-top: 4px;
	font-weight: normal;
	text-transform: none;
	color: #777;
}

/*hotel booking block*/
.book-container.not-empty {
	min-height: 130px;
}
.book-wrap {
	margin-top: 12px;
	position: relative;
	z-index: 1;
	display: flex;
}
.width-check {
	margin-right: 320px;
}
.book-title {
	width: 315px;
	font-size: 24px;
	padding: 5px 100px 10px 0;
	line-height: normal;
}
.book-tours-container {
	flex-grow: 2;
	display: flex;
}

@media (min-width: 541px) {
	.abs.abs-2 ~ .book-container .book-tour-bl.tout-order-book {
		display: none !important;
	}
}

.book-tour-bl:hover {
	border-color: #d5d5d5;
}
.hotel-menu.main-menu:not(.abs-2) ~ .book-container .book-tours-container {
	padding-right: 0 !important;
}
.book-tour-bl a {
	display: block;
	text-decoration: none !important;
	color: #303030;
	padding: 10px 11px 12px;
	height: 128px;
}
.booking-logo {
	width: 90px;
	height: 22px;
	display: block;
	margin-bottom: 5px;
	background: url("../img/svg/room-guru-banner.svg") no-repeat center;
}
.booking-logo.otp {
	background: url("../img/svg/otpusk-banner.svg") no-repeat center;
}
.booking-logo.farvater {
	background: url("../img/svg/farvater-banner.svg") no-repeat center;
}
.booking-logo.trav {
	background: url("../img/svg/travelata-banner.svg") no-repeat center;
}
.book-tour-price {
	min-height: 26px;
	display: block;
}
#booking .price {
	color: #303030;
}
#booking span:first-child {
	font-size: 18px;
	font-weight: bold;
}
.book-tour-price + span {
	display: block;
	color: #999;
	margin: -5px 0 7px;
	font-size: 12px;
}
.book-btn {
	line-height: 35px;
	white-space: nowrap;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	display: block;
	background: #009cdb;
	background: -moz-linear-gradient(top, #009cdb 0%, #009DDA 50%, #0094d2 100%);
	background: -webkit-linear-gradient(top, #009cdb 0%,#009DDA 50%,#0094D2 100%);
	background: linear-gradient(to bottom, #009cdb 0%,#009DDA 50%,#0094D2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009cdb', endColorstr='#0094D2',GradientType=0 );
}
#farvater .book-btn {
	background: #007eb2;
	background: -moz-linear-gradient(top, #007eb2 0%, #0089bb 50%, #0079a8 100%);
	background: -webkit-linear-gradient(top, #007eb2 0%,#0089bb 50%,#0079a8 100%);
	background: linear-gradient(to bottom, #007eb2 0%,#0089bb 50%,#0079a8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007eb2', endColorstr='#0079a8',GradientType=0 );
}
.book-btn-otp {
	background: #ffca00;
	background: -moz-linear-gradient(top, #ffca00 0%, #f4c600 50%, #ffbb00 100%);
	background: -webkit-linear-gradient(top, #ffca00 0%,#f4c600 50%,#ffbb00 100%);
	background: linear-gradient(to bottom, #ffca00 0%,#f4c600 50%,#ffbb00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca00', endColorstr='#ffbb00',GradientType=0 );
	transition: background .5s;
}
.book-btn-otp:hover {
	background: #ffca00;
	background: -moz-linear-gradient(bottom, #ffca00 0%, #f4c600 50%, #ffbb00 100%);
	background: -webkit-linear-gradient(bottom, #ffca00 0%,#f4c600 50%,#ffbb00 100%);
	background: linear-gradient(to top, #ffca00 0%,#f4c600 50%,#ffbb00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca00', endColorstr='#ffbb00',GradientType=0 );
}


@media (min-width: 881px) and (max-width: 1240px) {
	.book-wrap {
		flex-flow: wrap;
	}
	.book-title {
		width: 100%;
	}
}
@media (max-width: 880px) {
	.book-wrap {
		max-width: 100%;
	}
	.book-title {
		width: 230px;
		padding-right: 0;
	}
}
@media (max-width: 830px) {
	.book-wrap {
		flex-flow: wrap;
	}
	.book-title {
		width: 100%;
	}
}
@media (max-width: 600px) {
	.book-tour-bl {
		width: calc(50% - 10px);
	}
	.book-tours-container {
		flex-flow: wrap;
	}
	.book-tour-bl {
		margin-bottom: 15px;
	}
}
@media (max-width: 414px) {
	.book-tour-bl {
		width: 100%;
		margin-right: 0;
	}
}

/*hotel reviews*/
.rev-cont-bl {
	position: relative;
	top: -34px;
}
.hotel-page-table {
	display: table;
	width: 100%;
	padding-top: 55px;
}
.hotel-page-content,
.hotel-page-aside {
	display: table-cell;
	vertical-align: top;
}
.hotel-page-content {
	padding-right: 20px;
	position: relative;
}

/*hotel menu*/
.main-menu {
	display: none;
	box-shadow: 0 0 4px rgba(0,0,0,.6);
}
.main-menu.abs {
	display: block;
}
.hotel-menu {
	margin: 0;
	padding: 0;
	width: 100%;
}
#package + .payment-logos,
#package + #daily[style*="display:none"] + .payment-logos {
	display: none;
}

@media (min-width: 1271px) {
	.hotel-menu:not(.extra-btn-menu) li a,
	.hotel-menu:not(.extra-btn-menu) .active a {
		padding: 13px 15px 0 !important;
		text-transform: none !important;
	}
	.abs.abs-2 ~ .book-container {
		position: relative;
		z-index: 2;
	}
	.abs.abs-2 ~ .book-container .book-tours-container {
		position: fixed;
		top: 0;
		right: calc(50% - 634px);
	}
	.abs.abs-2 ~ .book-container .book-tour-bl,
	.abs.abs-2 ~ .book-container .book-tour-bl a {
		height: auto;
		border: none;
	}
	.abs.abs-2 ~ .book-container .book-tour-bl {
		padding: 4px 0 0;
		width: auto;
	}
	.abs.abs-2 ~ .book-container .book-tour-bl a {
		padding: 0;
	}
	.abs.abs-2 ~ .book-container #daily,
	.abs.abs-2 ~ .book-container .book-tour-desc,
	.abs.abs-2 ~ .book-container .book-tour-price,
	.abs.abs-2 ~ .book-container .book-tour-price + span {
		display: none;
	}
	.abs.abs-2 ~ .book-container .book-btn {
		height: 38px;
		line-height: normal;
		padding: 2px 15px 0;
		position: relative;
	}
	.abs.abs-2 ~ .book-container .book-btn:not(.book-btn-otp)::before {
		content: 'в';
		position: absolute;
		left: 15px;
		top: 18px;
	}
	.abs.abs-2 ~ .book-container .book-btn.book-btn-otp {
		white-space: normal;
		line-height: 1;
		text-align: left;
		padding-top: 4px;
		padding-left: 42px;
	}
	.abs.abs-2 ~ .book-container .book-btn.book-btn-otp br {
		display: block !important;
	}
	.abs.abs-2 ~ .book-container .book-btn::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		pointer-events: none;
	}
	.abs.abs-2 ~ .book-container #farvater .book-btn::after {
		background: url(../img/svg/white-farvater-banner.svg) no-repeat 28px 22px / auto 16px;
	}
	.abs.abs-2 ~ .book-container #daily .book-btn::after {
		background: url(../img/svg/white-roomgooru.png) no-repeat 28px 19px / auto 13px;
	}
	.abs.abs-2 ~ .book-container .book-btn.book-btn-otp::after {
		background: url(../img/svg/white-otpusk-banner.svg) no-repeat 10px 2px / auto 33px;
	}
	.abs.abs-2 ~ .book-container #package .book-tour-price,
	.abs.abs-2 ~ .book-container #package .book-tour-price + span {
		display: block;
		width: 150px;
		position: absolute;
		left: -170px;
		text-align: right;
	}
	.abs.abs-2 ~ .book-container #package .book-tour-price {
		top: 1px;
	}
	.abs.abs-2 ~ .book-container #package .book-tour-price span:nth-child(2) {
		position: absolute;
		top: 2px;
	}
	.abs.abs-2 ~ .book-container #package .book-tour-price span:nth-child(3) {
		position: relative;
	}
	.abs.abs-2 ~ .book-container #package .book-tour-price span:nth-child(2),
	.abs.abs-2 ~ .book-container #package .book-tour-price span:nth-child(3) {
		font-size: 12px;
	}
	.abs.abs-2 ~ .book-container #package .book-tour-price + span {
		top: 32px;
	}
	.abs.abs-2 ~ .book-container #booking span:first-child {
		font-size: 24px;
	}
	.abs.abs-2 ~ .book-container .payment-logos {
		position: absolute;
		right: 0;
		top: 15px;
	}
	.abs.abs-2 ~ .book-container .payment-logos span {
		margin-left: 12px;
		display: block;
		height: 16px;
		float: left;
	}
	.abs.abs-2 ~ .book-container .payment-logos span:nth-child(1) {
		width: 38px;
		background: url(../img/svg/ic-visa.png) no-repeat center / auto 12px;
	}
	.abs.abs-2 ~ .book-container .payment-logos span:nth-child(2) {
		margin-left: 10px;
		width: 28px;
		background: url(../img/svg/ic-mastercard.png) no-repeat center / auto 16px;
	}
	.abs.abs-2 ~ .book-container .payment-logos span:nth-child(3) {
		width: 16px;
		background: url(../img/svg/ic-privatbank.png) no-repeat center / 16px auto;
	}
}

@media screen and (max-width: 1270px) {
	#reviews .aside-cont {
		margin-top: 0 !important;
	}
	.abs.abs-2 ~ .book-container .book-tours-container {
		right: 15px;
	}
}

.aside-cont.abs {
	padding-top: 15px;
	margin-top: 0 !important;
}
.hotel-menu.abs,
.aside-cont.abs {
	position: fixed !important;
	z-index: 2;
	top: 0 !important;
	width: auto;
}
.hotel-menu.abs {
	left: 0;
	right: 0;
	background-color: #EAEAEA;
	padding: 0 calc((100% - 1266px)/2);
}
.hotel-menu li {
	list-style: none;
	float: left;
	border-right: 2px solid #f5f5f5;
	margin: 0;
}
.hotel-menu li a,
.hotel-menu .active a {
	display: block;
	color: #222;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	background-color: #EAEAEA;
	height: 46px;
	padding: 13px 15px 0;
	font-family: 'PT Sans Caption', sans-serif;
}
.hotel-menu li a:hover,
.hotel-menu li a:hover span {
	color: #b44;
	background: #F9EBB2;
}
.hotel-menu .active a,
.hotel-menu .active span {
	color: #fff !important;
	background: #363636 !important;
}
.menu-photo-link {
	border-right: none !important;
}
.extra-btn-menu {
	z-index: 1;
}
[data-hotel-id="questions"] .extra-btn-menu,
[data-hotel-id="map"] .extra-btn-menu,
[data-hotel-id="description"] .extra-btn-menu,
[data-hotel-id="photos"] .extra-btn-menu {
	display: none;
}
.extra-btn {
	position: relative;
	border: none !important;
	float: right !important;
}
.menu-num,
.hotel-menu .active .menu-num {
	font-family: 'PT Sans Caption';
	font-size: 12px;
	color: #aaa !important;
	position: relative;
	top: -2px;
}
.hotel-menu .extra-btn a:after {
	content: '';
	display: inline-block;
	height: 21px;
	width: 21px;
	position: absolute;
	top: 7px;
	left: 19px;
}
.hotel-menu .add-rev a::after {
	background: url(../img/svg/edit.svg) no-repeat;
	top: 5px;
	left: 21px;
}
.hotel-menu .ask-q a:after {
	background: url("../img/svg/question-white.svg") no-repeat;
}
.hotel-menu .extra-btn a {
	display: block;
	background: #86B23D;
	width: 60px;
	height: 60px;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	border-radius: 2px;
	right: 0;
	font-size: 11px;
	text-transform: none;
	line-height: 11px;
	padding-top: 32px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 10px;
}
.hotel-menu .extra-btn a:hover {
	background: #629D35;
}
.reviews-container {
	padding-right: 80px;
	position: relative;
}
.new-rev-header {
	position: relative;
	padding-right: 160px;
}
.reviews-section .ans_body .rev-title {
	font-size: 17px !important;
	line-height: 21px;
}
.new-rev-info {
	font-size: 11px;
	color: #999;
	margin: 2px 0;
}
.reviews-section .vote {
	color: #222;
	font-size: 13px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.reviews-section .vote_body {
	margin: 0 3px 0 0;
	display: inline-block;
}
.reviews-section .vote_body div {
	margin: 0;
}
.reviews-section .ans_text {
	font-size: 14px;
}
.rev-photos-wrap {
	margin-top: 7px;
	margin-right: -4px;
}
.rev-photos-wrap > span {
	float: left;
	margin-right: 4px;
}
.rev-photos-wrap .photo_element {
	border-radius: 2px;
	height: 42px;
}
.rev-photos-wrap .photo_element:hover {
	opacity: .8;
}
.reviews-section .like-wrap {
	margin-top: 7px;
}
.reviews-section .ans_like_btn-t-c {
	padding-right: 15px;
}
.reviews-section .ans_like_btn .ans_like_icon {
	margin-top: 8px;
	position: relative;
	top: -1px;
}
.reviews-section .q_rev_num {
	margin: 10px 0 0 0;
	font-size: 11px;
	color: #777;
	cursor: pointer;
}
.reviews-section .q_rev_num:hover {
	background: #D6D6D6;
}
.reviews-section .q_rev_num span {
	color: #222;
}
.comments-container {
	margin-top: 15px;
}
.reviews-container .show-rev-more {
	color: #039;
	cursor: pointer;
	line-height: 16px;
}
.reviews-container .show-rev-more:hover {
	color: #b44;
}
.reviews-container .show-rev-comments:hover {
	text-decoration: underline;
}
.reviews-container .comments-container,
.reviews-container .all-text {
	display: none;
}
.reviews-container .rotate90 {
	display: inline-block;
	transform: rotate(90deg);
	font-size: 16px;
	margin-left: 3px;
	position: relative;
	top: 1px;
}
.reviews-container .ans_block {
	padding-right: 10px;
	padding-top: 14px;
}
.reviews-container .user_av {
	margin-top: 4px;
}
.comment-bl {
	margin-top: 10px;
	min-height: 53px;
}
.com-body {
	padding-left: 52px;
}
.com-body,
.com-body * {
	word-wrap: break-word;
	word-break: break-word;
}
.com-body .com-text p+p {
	margin-top: 5px;
}
.com-ava {
	float: left;
	height: 40px;
	width: 40px;
}
.com-ava img {
	width: 40px;
}
.rev-com-date {
	color: #999;
	font-size: 11px;
	margin-top: 3px;
}
.add-comment-block {
	margin-top: 15px;
	display: none;
}
.comments-next {
	display: none;
}
.add-comment-block form {
	margin-left: 52px;
	position: relative;
}
.add-comment-block input {
	font-family: arial;
	height: 30px;
}
.comment-form {
	max-width: 550px;
	padding-right: 100px;
	position: relative;
}
.add-comment-block #commentText {
	display: block;
	width: 100%;
	height: 30px !important;
	min-height: 30px !important;
	border: 1px solid #DCDCDC;
	padding: 6px 12px !important;
	box-shadow: 0 0 2px 0 #ccc inset;
	resize: none !important;
	max-width: 450px;
	margin: 0;
}
.add-comment-block #commentText.open {
	height: 60px !important;
}
.add-comment-block #commentButton {
	background: #DCDCDC;
	border: none;
	width: 88px;
	border-radius: 2px;
	font-size: 14px;
	cursor: pointer;
	color: #666;
	margin-top: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.add-comment-block #commentButton:hover {
	background: #ccc;
	color: #333;
}
.empty-cont-title {
	font-size: 64px;
	line-height: 62px;
	color: #ddd;
	padding: 19px 0 9px;
}
.empty-cont-desc {
	font-size: 24px;
	line-height: 38px;
	color: #999;
	padding-bottom: 40px;
}
.ans_body .rev-from {
	margin-top: 15px;
}
.ans_body .rev-from,
.ans_body .rev-from a {
	color: #222 !important;
}
.ans_body .rev-from a:hover {
	color: #b44 !important;
	text-decoration: underline !important;
}
.rev-photos-wrap:empty {
	display: none;
}

/*hotel questions*/
.new-questions-bl {
	background: #fff;
	margin-top: 0;
}
.questions-section .q_container:hover {
	background-color: #fff;
}
.questions-section .q_body {
	padding-left: 75px;
	min-height: 96px;
}
.questions-section .user_av {
	margin-top: 18px;
}
.questions-section .hotel-page-aside .user_av {
	margin-top: 0;
}
.questions-section .q_text {
	padding-left: 0;
	font-size: 13px;
	line-height: 135%;
	margin: 4px 0 5px;
}
.more-q-cont {
	overflow: hidden;
}
.questions-section .more-q-cont .addReview {
	margin: 0;
	padding-top: 2px !important;
}
#PagerBefore {
	margin: 0 !important;
}

/*hotel map*/
.fake-map {
	background: orange;
	height: 400px;
	margin-top: 20px;
	display: block;
}
.new-sight-bl * {
	outline: 0 none;
}
.block-head-title+.new-sight-bl {
	margin-top: 20px;
}
.new-sight-bl {
	margin-top: 15px;
	overflow: hidden;
}
.new-sight-body {
	padding-left: 120px;
}
.new-sight-body .rating-block .rating {
	padding-top: 0;
	padding-left: 55px
}
.new-sight-bl .sight-name {
	cursor: pointer;
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    margin: 0;
    color: #039;
}
.new-sight-bl .img-wrapper img {
	width: 110px;
}
.new-sight-bl .rating-block {
	margin-top: 0;
	padding: 0;
}
.new-sight-bl .rating-block span {
	color: #222;
}
.new-sight-bl .b-rating {
	padding: 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 11px;
    line-height: 11px;
    font-size: 11px;
    padding-left: 55px;
}
.new-sight-bl .rating-block .reviews {
	margin-left: 0;
}
.sight-on-map {
	font-size: 11px;
}

/*hotel description*/
.desc-columns-wrap {
	padding: 20px 0 0;
	margin: 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}
.desc-columns-wrap .htldsk {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	position: relative !important;
}
.desc-columns-wrap .htldsk:first-child {
	margin-top: 0;
}
.desc-columns-wrap .htldsk ul {
	padding-left: 14px;
}
body .map_hint {
	top: 80%;
}

/*hotel photos*/
#gallery {
	padding: 20px 0 0;
	display: flex;
	flex-wrap: wrap;
}
#gallery figure,
#gallery figure img {
	width: 408px;
	height: auto;
}
#gallery figure {
	height: 306px;
}
#gallery .hotelier-figure img {
	height: calc(100% - 16px);
	width: calc(100% - 16px);
}

@media (max-width: 1270px) {
	#gallery figure {
		width: calc((100% - 25px)/3);
		height: auto;
	}
	#gallery figure img {
		width: 100%;
	}
}
@media (max-width: 1270px) {
	#gallery figure {
		width: calc((100% - 25px)/2);
	}
}

#gallery figure:hover img {
	opacity: .8;
}
.hotel-page-aside {
	width: 300px;
}
.hotel-page-aside .stickem {
	width: 300px;
	margin-top: 2px;
}
.hotel-page-aside .stickit {
	z-index: 2;
	border-top: 13px solid #fff;
	margin-top: 2px;
}
.stickit-end {
	position: static !important;
}
#gallery figure:hover img,
.img-wrapper:hover img {
	opacity: .8;
}

@media screen and (max-width: 1020px) {
	.hotel-menu li a,
	.hotel-menu .active a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.ans_body .rev-from {
		margin-top: 2px;
		float: none;
	}
}
@media screen and (max-width: 980px) {
	.hotel-menu li a,
	.hotel-menu .active a {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 960px) {
	.rating-wrap {
		float: none;
		margin: 0 0 20px;
		margin-left: 320px;
		min-height: 225px;
		position: static;
	}
	.desc-wrap {
		width: auto;
	}
}
@media screen and (max-width: 880px) {
	.hotel-page-aside {
		display: none;
	}
	.width-check {
		margin-right: 0;
	}
	.hotel-page-content {
		padding-right: 0;
	}
	.new-questions-bl .hotel-page-content,
	.new-questions-bl .hotel-page-aside,
	.map-section .hotel-page-content,
	.map-section .hotel-page-aside {
		display: block;
	}
	.new-questions-bl .hotel-page-aside,
	.map-section .hotel-page-aside {
		margin-top: 18px;
		width: 300px;
	}
	#questions .hotel-page-aside {
		position: static !important;
	}
	.hotel-menu li a,
	.hotel-menu .active a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.ans_body .rev-from {
		margin-top: 15px;
		float: right;
	}
}
@media screen and (max-width: 414px) {
    #reviews {
        display: flex;
        flex-direction: column-reverse;
    }
    .aside-cont.abs {
        position: static !important;
        margin: 0 !important;
    }
    .hotel-page-content,
    .hotel-page-aside {
        display: block;
    }
}
@media screen and (max-width: 700px) {
	.hotel-menu li a,
	.hotel-menu .active a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.ans_body .rev-from {
		margin-top: 2px;
		float: none;
	}
}
@media screen and (max-width: 663px) {
	.rating-wrap {
		margin: 20px 20px 0 0;
		min-height: 100px;
	}
	.desc-wrap {
		padding-right: 0;
	}
	.rating-wrap,
	.img-wrap {
		float: none;
		margin-right: 0;
	}
	.desc-wrap {
		margin-top: 17px;
	}
}
@media screen and (max-width: 650px) {
	.hotel-menu li a,
	.hotel-menu .active a {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 600px) {
	.reviews-container {
		padding-right: 0;
	}
	.extra-btn-menu,
	.vis-check {
		display: none;
	}
}
@media screen and (max-width: 590px) {
	.menu-photo-link .sm-scr {
		display: none;
	}
	.desc-columns-wrap {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.comment-form {
		padding-right: 0;
	}
	.add-comment-block #commentButton {
		position: static;
		margin-top: 12px;
	}
}
@media screen and (max-width: 540px) {
	.menu-rev-link,
	.menu-q-link,
	.menu-desc-link,
	.menu-map-link {
		width: 50%;
	}
	.menu-q-link,
	.menu-desc-link {
		border-right: none !important;
	}
	.menu-photo-link {
		width: 100%;
	}
	.menu-map-link,
	.menu-desc-link,
	.menu-photo-link {
		margin-top: 2px !important;
	}
	.menu-photo-link .sm-scr {
		display: inline;
	}
	.hotel-menu li a,
	.hotel-menu .active a {
		height: 30px;
		padding-top: 5px;
	}
	.ans_block .ans_body {
	    padding-left: 0;
	}
	.ans_body .new-rev-header {
		min-height: 70px;
		padding-left: 75px;
	}
	.vis-check2 {
		display: none;
	}
	.main-menu {
		left: 0 !important;
		background: #f5f5f5;
	}
}
.hotel-question-banner {
	width: 728px;
	height: 90px;
}
@media screen and (max-width: 520px) {
	.new-rev-header {
		padding-right: 0;
	}
	.reviews-section .vote {
		position: static;
		margin-bottom: 2px;
	}
	.reviews-container .comments-container {
		width: auto !important;
	}
	.hotel-page-aside,
	.new-questions-bl .hotel-page-aside,
	.map-section .hotel-page-aside {
		width: auto;
	}
	.h-banner-wrapper {
		width: 290px;
	}
	#reviews {
		padding-right: 15px;
	}
}
@media screen and (max-width: 480px) {
	.button-gallery {
		width: auto;
		padding: 7px 15px 0;
		text-align: center;
	}
	#gallery .hotelier-figure img {
		width: calc(100% - 16px);
	}
	#gallery figure,
	#gallery figure img {
		width: 100%;
	}
}
.comments-container .com-text,
.comments-container .com-text *,
.ans_text .shot-text,
.ans_text .all-text,
.ans_text .all-text * {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}




.hotel-anchor {
	position:relative;
	top: 30px;
	color: transparent;
	display: block;
	height: 0;
}
.pag-bl {
	background: transparent;
}
.hotelier-photos {
	padding: 11px 32px 25px 12px;
	text-align: right;
	width: 100%;
	position: absolute;
	bottom: 0%;
	right: 0%;
	text-shadow: 1px 1px 3px black, 0 0 5px black;
	color: #fff;
	z-index: 1;
}
#gallery .hotelier-figure {
	background: url("/img/book-style.png") no-repeat right bottom;
}

ins.adsbygoogle {
    margin-top: 20px;
}
.aside-cont.abs #tp-advertisement-wrap {
	z-index: 0 !important;
}

.similar-hotel-block {
	display: flex;
	flex-wrap: wrap;
	padding: 55px 15px 0;
}
.similar-hotel-block .block-head-title {
	width: 100%;
	color: #000;
	font-weight: bold;
}
.similar-hotel-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
}
.similar-hotel-block .new-sight-bl {
	width: calc((100% - 100px)/5);
	margin-right: 20px;
}
.similar-hotel-block .new-sight-body {
	padding-left: 0;
}
.similar-hotel-block .img-wrapper {
	width: auto;
	margin-right: 0;
	float: none;
}
.similar-hotel-block .new-sight-bl .img-wrapper img {
	width: 100%;
}
@media (max-width: 1024px) {
	.similar-hotel-block .new-sight-bl {
		width: calc((100% - 80px)/4);
	}
	.similar-hotel-block .new-sight-bl:nth-child(n+5) {
		display: none;
	}
}
@media (max-width: 780px) {
	.similar-hotel-block .new-sight-bl {
		width: calc((100% - 60px)/3);
	}
}
@media (max-width: 620px) {
	.similar-hotel-block .new-sight-bl {
		width: calc((100% - 40px)/2);
	}
	.similar-hotel-block .new-sight-bl:nth-child(n+4) {
		display: none;
	}
}
@media (max-width: 375px) {
	.similar-hotel-block .new-sight-bl {
		width: calc(100% - 20px);
	}
}
.pop-q-container {
	margin-top: 15px;
}
.pop-q-title,
.pop-q-answer {
	/*padding-left: 29px;*/
}
.pop-q-item {
	margin-bottom: 20px;
}
.pop-q-title {
	color: #000;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}
/*.pop-q-title::before {*/
	/*content: '';*/
	/*position: absolute;*/
	/*left: 0;*/
	/*top: -5px;*/
	/*height: 30px;*/
	/*width: 25px;*/
	/*background: no-repeat 0 3px;*/
/*}*/
.pop-q-answer {
	display: none;
	font-size: 12px;
	color: #666;
	line-height: 1.4;
}
.pop-q-title.active + .pop-q-answer {
	display: block;
}
/*.pop-q-item:nth-child(1) .pop-q-title::before {*/
	/*background-image: url(../img/svg/pop-1.svg);*/
/*}*/
/*.pop-q-item:nth-child(2) .pop-q-title::before {*/
	/*background-image: url(../img/svg/pop-2.svg);*/
/*}*/
/*.pop-q-item:nth-child(3) .pop-q-title::before {*/
	/*background-image: url(../img/svg/pop-3.svg);*/
/*}*/
