.fancybox-is-open div.fancybox-bg{
	opacity: 1;
}
a[data-fancybox] img {
  cursor: zoom-in;
}
.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;
	}
}

@media only screen and (min-width: 768px){
	.content-text {
		padding-left: 5%;
		padding-right: 5%;
	}
}
@media only screen and (min-width: 1200px){
	.content-text {
		padding-left: 13%;
		padding-right: 13%;
	}
}
.image-popup-zoom{
	cursor: zoom-in;
}
.gmi-zoomout img{
	cursor: zoom-out;
}
.cnt ul.ya-share2__list li:before{
	display: none;
}

.guest-lnk{
	z-index: 11 !important;
}
#result-filter-stay #ajax-loader{
	width: 100px;
	height: 100px;
	background: url(/local/templates/main/images/loader.svg) center center no-repeat;
	margin: 0 auto;
	display: none;
}
.main__top-filter-route{
	background-color: #ffffff;
	padding-bottom: 30px;
}
.main__top-filter-route .filter-location-field {
	border: 1px solid #c51715;
	margin: 0 40px;
}
.main__top-filter-route .main__top-txt{
	color: #000;
}
.main__top-filter-drive{
	/*margin-bottom: 30px;
	background-color: #f6f6f6;*/
	padding-bottom: 25px;
}
.main__top-filter-drive .js-tabs-roads{
	margin: 0 30px;
}

.main__top-filter-drive .route-form__inner {
	border: 1px solid #c51715;
}
.main__banners-wrp {
	background-color: #f6f6f6;
	padding-top: 30px;
	padding-bottom: 10px;
}
.best-photo-wrp{
	background-color: #f6f6f6;
}
div.tours-wrp_main {
	background-color: #fff;
}
.gmi-filter-location .filter-location-btn.hide{
	display: inline-block !important;
}
.gmi-filter-location .loader{
	display: none !important;
}
div.place-top__baidarka .icon {
	width: 28px;
	height: 26px;
	margin-top: -15px;
}
.header__search .icon{
	background: transparent;
}
.photo__name-wrp .photo__author{
	min-height: 10px;
}
a.photo__info-link {
	display: block;
	color: #fff;
	text-decoration: none;
}
.author-photo-globs_ava .no_ava {
	font-size: 30px;
	line-height: 70px;
	width: 70px;
	height: 70px;
	text-align: center;
	border-radius: 100%;
	text-transform: uppercase;
}

.bx-authform-formgroup-container.dbg_captha {
	margin-bottom: 10px;
}
.login-popup__wrp .checkbox-wrp .label-checkbox,
.registration .checkbox-wrp .label-checkbox{
	display: inline-block;
	vertical-align: top;
}

.style-color-1{
	background-color: #2980b9;
	color: #fff;
}
.style-color-2{
	background-color: #16a085;
	color: #fff;
}
.style-color-3{
	background-color: #27ae60;
	color: #fff;
}
.style-color-4{
	background-color: #8e44ad;
	color: #fff;
}
.style-color-5{
	background-color: #34495e;
	color: #fff;
}
.style-color-6{
	background-color: #d35400;
	color: #fff;
}
.style-color-7{
	background-color: #c0392b;
	color: #fff;
}
.style-color-8{
	background-color: #7f8c8d;
	color: #fff;
}
.style-color-9{
	background-color: #DB0A5B;
	color: #fff;
}
.style-color-0{
	background-color: #013243;
	color: #fff;
}

.comment-ava .no_ava,
.comment__form-ava .no_ava{
	font-size: 14px;
	line-height: 31px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 100%;
	text-transform: uppercase;
}
.comment__txt .icon {
	fill: #7d7d7d;
}
.comment__txt .icon {
	width: 18px;
	height: 20px;
}

.add_comment {
	text-align: center;
	border-top: 1px solid rgba(56,56,56,0.3);
	padding: 30px 0px;
	display: none;
}
/*.add_comment.show{
	display: block;
}*/


.comment .comment__item {
	overflow: inherit;
}
.comment__form-wrp .complite,.comment__form-wrp .err_mess{
	text-align: center;
}
.comment__item .comment__form-wrp {
	padding-right: 0px;
	padding-left: 20px;
	margin-left: 20px;
	border-bottom: 1px solid rgba(56,56,56,0.3);
}
.comment__item .comment__form {
	padding-left: 38px;
}
.comment__form .form-message__inner{
	margin-top: 10px;
}
.gmi-public{
	padding-top: 40px;
}
.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%;
}
.gmi-photo-block{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover !important;
}
.gmi-custom.contest:before {
	display: none;
}
.button-map-route {
	background-color: #c51716;
	color: #fff;
	padding: 10px;
	cursor: pointer;
}
.button-map-route .icon-map-route {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.sight-detail .place__tabs-label span {
	font-size: 14px;
}

.sight-detail .map,
.main__map .map {
    width: 100%;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .sight-detail .map,
    .main__map .map {
        height: calc(100vh * 2 / 3); /* Высота карты = 2/3 высоты экрана */
    }
}

@media only screen and (min-width: 768px) {
    .sight-detail .map,
    .main__map .map {
        height: 600px;
    }
}

@media only screen and (min-width: 1600px) {
    .sight-detail .map,
    .main__map .map {
        height: 800px;
    }
}

.sight-detail .place__tabs-img .icon{
	max-width: 50px;
	max-height: 50px;
}

@media only screen and (min-width: 768px){
	.sight-detail .button-map-route .icon-map-route {
		max-height: 20px;
		max-width: 20px;
		margin-right: 10px;
	}
	.button-map-route span{
		vertical-align: middle;
	}
	.button-map-route {
		background-color: #c51716;
		color: #fff;
		padding: 10px 15px;
		cursor: pointer;
	}
	.button-map-route:hover{
		background-color: #a10e11;
	}
	.button-map-route .icon-map-route{
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	.author-photo-globs_ava .no_ava {
		font-size: 30px;
		line-height: 90px;
		width: 90px;
		height: 90px;
	}
	.comment-ava .no_ava,
	.comment__form-ava .no_ava{
		font-size: 20px;
		line-height: 50px;
		width: 50px;
		height: 50px;
	}
	.comment__item .comment__form-wrp {
		padding-right: 0px;
		padding-left: 20px;
		margin-left: 25px;
		border-bottom: 1px solid rgba(56,56,56,0.3);
		/*margin-bottom: 15px;*/
	}
	.comment__item .comment__form {
		padding-left: 68px;
	}
}
.gmi-filter-wrp .top-filter__select-item{
	display: block;
	text-decoration: none;
}
.ui-datepicker .selected-start:not(.selected-end) a,
.ui-datepicker .selected-end:not(.selected-start) a {
	background: #a10e11;
	color: #fff;
}

.ui-datepicker .selected.first-of-month:not(.selected-start) a {
	border-left: 2px dotted #D4E7F6;
	padding-left: 1px;
}

.ui-datepicker .selected.last-of-month:not(.selected-end) a {
	border-right: 2px dotted #D4E7F6;
	padding-right: 1px;
}
.gmi-filter-field{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 26px 0 46px;
	border: none;
	background-color: #fff;
	color: #a2a2a2;
}
.ya-share2 {
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
}
.ya-share2__container_size_m .ya-share2__icon {
	height: 35px !important;
	width: 35px !important;
	background-size: 35px!important;
}
.ya-share2__badge{
	border-radius: 0 !important;
}
.ya-share2 a{
	padding: 0 !important;
}
.gmi-page-navigation {
	text-align: center;
}
.gmi-page-navigation a,
.gmi-page-navigation .modern-page-current{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #ebebeb;
	line-height: 31px;
	color: #000;
	text-decoration: none;
	/*-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	-ms-transition: background-color .3s linear;
	transition: background-color .3s linear;*/
	vertical-align: top;
}
.gmi-page-navigation .modern-page-current{
	background-color: #c51216;
	color: #fff;
}
.gmi-page-navigation a svg{
	width: 16px;
	height: 16px;
	fill: #000;
}
.gmi-page-navigation a:hover{
	background-color: #c51216;
	color: #fff;
}
.gmi-page-navigation a:hover svg{
	fill: #fff;
}
.gmi-page-navigation a.modern-page-next,
.gmi-page-navigation a.modern-page-previous{
	line-height:28px;
}
.recomendet-old {
	padding-bottom: 30px;
}
@media only screen and (min-width: 992px){
	.sight-detail .place__tabs-label {
		padding-bottom: 20px;
	}
}
@media only screen and (min-width: 1200px){
	.ya-share2__badge{
		border-radius: 0 !important;
	}
	.sight-detail .place__tabs-img {
		height: 80px;
	}
}
@media only screen and (min-width: 1600px){
	.map.map__min{
		height: 600px;
	}
}

/* @media (max-width: 768px){
	.place-top .place-top__contacts .social,
	.place-top .place-top__contacts br,
	.place-top .place-top__img,
	.main__top-wrp .social{
		display: none;
	}

	.place-top .place-top__contacts,
	.main__top-wrp .author-publications{
		margin: 0;
	}

	.place-top .place-top__coord{
		margin-bottom: 15px;
	}
}/*