.video-block {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fancybox-is-open div.fancybox-bg{
	opacity: 1;
}
.gallery-snippet img {
	max-width: 100%;
	display: block;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	margin: 0 !important;
}
.gallery-snippet {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    	margin: 0 -10px;
}
.gallery-snippet .gallery-snippet__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 25%;
	justify-content: center;
}
.search-page .gallery-snippet__item{
	width: 15%;
	margin-top: 10px;
}
.gallery-snippet a{
	position: relative;
}
.gallery-snippet__icon {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px;
	z-index: 3;
	display: none;
}
.gallery-snippet__icon-show{
	display: block;
}
.gallery-snippet__icon-search {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: inherit;
	z-index: 2;
	position: absolute;
	display: none;
	justify-content: center;
	align-items: center;
	-webkit-transition: background-color 1000ms linear;
	-ms-transition: background-color 1000ms linear;
	transition: background-color 1000ms linear;
}
.gallery-snippet a:hover .gallery-snippet__icon-search{
	display: flex;
	background-color: rgba(0, 0, 0, 0.3);
}
.gallery-snippet__icon-search img {
	width: 35px;
	height: 35px;
}
.embed-container {
	position: relative;
	padding-bottom: 67%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.gmi-map{
	height: 500px;
}
.place-top__icon{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 8px;
	margin-right: 8px;
	padding-left: 35px;
}
.place-top__icon svg{
	display: inline-block;
	vertical-align: middle;
	stroke: inherit;
	position: absolute;
	left: 0;
	top: 50%;
	fill: #fff;
	width: 25px;
	height: 25px;
	margin-top: -12.5px;
}

.filter-field-location .option__desc .option__title{
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

.filter-field-location .option__desc .option__small{
	font-size: 12px;
	line-height: 12px;
}
.filter-field-location .multiselect {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	color: #4f4f4f;
	font-size: 16px;
	min-height: 46px;
}
.filter-field-location .multiselect__select{
	display: none;
}
.filter-field-location .multiselect__tags {
	padding: 10px 5px;
	border: none;
	background: no-repeat;
}
.filter-field-location .multiselect__input,
.filter-field-location .multiselect__single {
	padding-left: 40px;
	margin-bottom: 0px;
	background: none;
	min-height: 26px;
	line-height: 27px;
}
.filter-field-location .option__desc{
	position: relative;
	padding-right: 25px;
}
.filter-field-location .option__desc .option__clear {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 26px;
	text-align: center;
	color: #c1c1c1;
}
.filter-field-location .option__desc .option__clear:hover{
	color: #4f4f4f;
}
.smartfilter .filter-label.disabled {
	opacity: 0.5;
}
.smartfilter .filter-label{
	font-size: 14px;
	margin-bottom: 14px;
}
.smartfilter .multiselect__single {
	color: #a2a2a2;
}
.smartfilter .option__desc{
	color: #4f4f4f;
}
#set_filter:disabled {
	background: url(images/loader.svg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
}
@media only screen and (max-width: 1200px) {
	.gallery-snippet .gallery-snippet__item {
		width: 33.333%;
		display: none;
	}
	.gallery-snippet .gallery-snippet__item:nth-child(-n+3){
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.search-page .gallery-snippet__item {
		width: 25%;
	}
	.search-page .gallery-snippet__item:nth-child(-n+4){
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media only screen and (max-width: 992px) {
	.gallery-snippet .gallery-snippet__item {
		width: 50%;
	}
	.gallery-snippet .gallery-snippet__item:nth-child(3){
		display: none;
	}
	.search-page .gallery-snippet__item {
		width: 33.33%;
	}
}

@media only screen and (max-width: 640px) {
	.gallery-snippet__icon{
		display: block;
	}
	.gallery-snippet .gallery-snippet__item {
		width: 100%;
		display: none;
	}
	.search-page .gallery-snippet__item {
		width: 50%;
	}
	.gallery-snippet .gallery-snippet__item:nth-child(2){
		display: none;
	}
}


.nav .menu-wrp,
.nav .menu{
	width: 100%;
}

.btn{
	cursor: pointer;
}
.lang-wrp .lang img {
	border: 1px solid #c51116;
}
.special_wrp {
	line-height: 24px;
	min-width: 24px;
}
.special_wrp img {
	margin-right: 5px;
}
.header__top .lang-list {
	z-index: 11;
}
.header__top-right-wrp{
	display: flex;
}
/*@media only screen and (max-width: 640px){
	.special_wrp span{
		display: none;
	}
	.header__top .lang-wrp {
		margin-right: 30px !important;
	}
}
@media only screen and (min-width: 1200px){
	.header__top {
		display: block !important;
	}
}*/