@font-face{
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix')format('embedded-opentype'),url('../fonts/glyphicons/glyphicons-halflings-regular.woff2') format('woff2'),url('../fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.photo-gallery > li:nth-child(2n+2), .video-gallery > li:nth-child(2n+2){
	float:right;
}

.photo-gallery > li:nth-child(2n+1), .video-gallery > li:nth-child(2n+1){
	clear:both;
}
.gallery{
	margin: 0 -18px 28px;
	font-size: 0;
	box-sizing: border-box;
}
.photo-gallery__ttl{
	text-align: center;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #06558E;
}
.photo-gallery{
	margin-bottom: 28px;
}

.video-gallery__ttl{
	text-align: center;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #06558E;
}
.video-gallery{
	margin-bottom: 28px;
}
.video-gallery .item-img a{
	position: relative;
	background-position: center!important;
	background-size: cover!important;
}
.video-gallery .item-img a:before{
	content: '';
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -100px;
	background: url("../images/icon-play.png") no-repeat center;
	background-size: cover;
}
.gallery__item{
	box-sizing: border-box;
	width: 33.3333%;
	display: inline-block;
	vertical-align: top;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 28px;
}
.gallery__item img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}



div.review-list img.preview_picture
{
	margin:0;
}
.review-list .review-date-time {
	color:#a0a0a0;
}

.review-list .review-item-wrap {
	margin-bottom:35px;
}

.review-list .review-item {
	margin:0;
	padding:0;
}

.review-list .review-item:hover {
	padding:12px;
	margin:-15px;
	border:#06558E solid 3px;
}

.review-list .review-item:after {
	content:"";
	display:block;
	clear:both;
}

.review-list .review-item-params {
	overflow:hidden;
}

.review-list .review-item-top {
	position:relative;
	margin-bottom:12px;
}

.review-list .review-item-top:after {
	content:"";
	display:block;
	clear:both;
}

.review-list .review-item-name {
	float:left;
	width:80%;
}

.review-list .review-item-name, .review-item-name span {
	color:#444444;
	font-family:"Arial";
	font-weight:bold;
	font-size:20px;
}

.review-list:hover .review-item-name, .review-list:hover .review-item-name span {
	color:#06558E;
}

.review-list .review-date-time {
	overflow:hidden;
	text-align:right;
	font-size:12px;
}

.review-item-img {
	width: 95px;
	height: 77px;
	position: relative;
	background-color: #e6e5e5;
	float:left;
	text-align:left;
	overflow:hidden;
	margin-right: 15px;
}
.review-item-img:before{
	content: '';
	width: 36px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -18px;
	background: url("../images/icon-quotes.svg") no-repeat center;
}
.send-review-lnk{
	position: fixed;
	padding: 11px 20px 12px 56px;
	right: 4%;
	bottom: 130px;
	border-radius: 40px;
	background-color: #e6e5e5;
	font-weight: 700;
	text-decoration: none;
	color: #06558E;
	z-index: 20;
	font-size: 14px;
	line-height: 1.8;
}
.send-review-lnk:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-color: #fff;
	border-radius: 50%;
}
.send-review-lnk:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	width: 18px;
	height: 20px;
	margin-top: -10px;
	background: url("../images/icon-quotes.svg") no-repeat center;
	background-size: cover;
}

.err_mess{
	margin-top: 10px;
	color: #e74c3c;
}
.err_mess-size{
	margin-top: 5px;
	color: #e74c3c;
}

.err{
	border-color: #e74c3c!important;
}

.complite{
	margin-top: 10px;
	color: #2ecc71;
}
.btn{
	padding: 10px 25px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	background: #2c4e85;
	text-decoration: none
}
.btn-wrp{
	text-align: center;
}
.table-wrp{
	clear: both;
	overflow-x: auto;
}
.filter-rooms{
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 28px;
	padding: 20px 10px 10px;
	background-color: #f6f6f6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.filter-rooms ul{
	list-style: none;
}
.filter-rooms table, .filter-rooms td, .filter-rooms th{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.filter-rooms tr{
	border: none;
}

.filter-rooms *{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.filter-rooms__item{
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 6px;
}
.select {
	position: relative;
	margin-bottom: 10px;
	text-align: left;
}
.field-date{
	width: 100%;
	height: 36px;
	padding: 0 25px 0 10px;
	background-color: #fff;
	border: 3px solid #c8d2d4;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.field-date:focus{
	outline: none;
}
.field-date::-webkit-input-placeholder {
	color: #333;
	opacity: 1
}

.field-date:-moz-placeholder {
	color: #333;
	opacity: 1
}

.field-date::-moz-placeholder {
	color: #333;
	opacity: 1
}
button.filter-rooms-btn{
	width: 40px;
	height: 36px;
	background: #c8d2d4 url("../images/ico-arrow-right.svg") no-repeat center;
	border: none;
}
button.filter-rooms-btn:hover{
	background: #06558E url("../images/ico-arrow-right.svg") no-repeat center;
}

.field-date:-ms-input-placeholder {
	color: #333;
	opacity: 1
}
.selected {
	width: 100%;
	height: 36px;
	line-height: 31px;
	padding: 0 25px 0 10px;
	background-color: #fff;
	border: 3px solid #c8d2d4;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
.selected .icon {
	width: 13px;
	height: 9px;
	background: url("../images/ico-arrow-down.svg") no-repeat center;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4.5px;
}
.select-list {
	display: none;
}
.select__item {
	padding: 5px 10px;
	cursor: pointer;
}
.select__item:hover{
	background-color: #4886b3;
	color: #fff;
}
.js-select__item_active {
	background-color: #06558E;
	color: #fff;
}
.js-select-list_open {
	display: block;
	position: absolute;
	z-index: 4;
	width: 100%;
	top: 100%;
	max-height: 350px;
	overflow-y: auto;
	margin-top: -3px;
	border: 3px solid #c8d2d4;
	background-color: #fff;
}

@media all and (min-width: 640px) {
	.filter-rooms__item{
		width: 50%;
	}
}
@media all and (min-width: 768px) {
	.filter-rooms__item{
		width: 33.333%;
	}
}
@media all and (min-width: 992px) {
	.filter-rooms__item {
		width: 25%;
	}
}

@media all and (min-width: 1200px) {
	.filter-rooms__item {
		width: 15%;
	}
	.filter-rooms-btn-wrp{
		width: 40px;
	}
}



@media all and (max-width: 991px) {
	.gallery__item{
		width: 50%;
	}
}
@media all and (max-width: 740px) {

	.review-item-img {width:100%; margin-bottom: 15px;}
	.review-list .review-item:hover {
		padding:12px;
		margin:-15px;
		border:#FFF solid 3px;
	}
	.review-list .review-item-params {
		float: left;
	}
	.review-list .review-item-name {
		width: 100%;
	}
	.review-list .review-date-time {
		float: left;
	}
}

@media all and (max-width: 320px) {
	.review-list .review-item-wrap {
		border-bottom: 1px solid #000;
		padding-bottom: 10px;
	}
	.review-list .review-item:hover {
		border-color: transparent;
	}
	.review-list .review-item-params {
		clear: both;
	}
	.review-list .review-item-top {
		margin-bottom: 0;
	}
}
