:root{
	--text-color: #2A2E31;
	--text-gray: #929DA6;
	--gray: #A5A5A5;
	--body-color: #fff;
	--main-color: #005bff;
	--section-padding: 48px;
	--size: 32px;

	--green: #10c44c;
	--trans: all .2s;
}


body{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	color: var(--text-color);
	background-color: var(--body-color);
	position: relative;
	overflow-x: hidden;
}

b, strong{
	font-weight: bold;
}

ul,ol{
	margin: 0;
	padding: 0;
}

svg{
	width: var(--size);
	height: var(--size);
}

strong{
	font-weight: bold;
}

.wp-content p {
	font-size: 16px;
	line-height: 24px;
}

.breadcrumbs-container{
	/*background-color: red;*/
}


.favorites-btn .background{
	fill: #fff;
}

.favorites-btn .border{
	fill: blue;
}

header.main-header {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}



.main-header-container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	height: 70px;
}

.main-header-container .main-header-icons {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 30px;
}

a.logo {
	display: flex;
	align-items: baseline;
	color: var(--text-color);
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	margin-top: 9px;
}

a.logo strong {
	font-weight: 800;
}

a.logo svg {
	fill: var(--main-color);
	--size: 24px;
	margin-left: 5px;
	position: relative;
	top: -5px;
}

span.approved {
	background: var(--green);
	color: #fff;
	font-size: 14px;
	margin-left: 5px;
	padding: 4px 10px;
	border-radius: 20px;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	top: -9px;
}


p.header-slogan a {
	border-bottom: 1px dashed;
	text-decoration: none;
	color: var(--text-gray);
	transition: var(--trans);
}

p.header-slogan {
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin: 0;

}

p.header-slogan:hover a{
	border-color: transparent;
}


.current-region-item {
	display: flex;
	align-items: center;
	gap: 10px;
	--size: 20px;
	font-size: 14px;
	cursor: pointer;
}

.current-region-item .item-icon svg {
	--size: 24px;
	fill: #D7443E;
}


a.open-search {
	width: 44px;
	height: 44px;
	display: flex;
	--size: 16px;
/*	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 50%;*/
	align-items: center;
	justify-content: center;
	/*transition: var(--trans);*/
}

a.open-search svg {
	fill: var(--main-color);
	fill: #999a9e;
	/*transition: var(--trans);*/
}

/*a.open-search:hover {
	background: var(--main-color);
	border-color: var(--main-color);
}

a.open-search:hover svg{
	fill: #fff
}
*/

header.main-hewader {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.yoast-breadcrumbs {
	font-size: 14px;
	color: var(--gray);
	color: #A5A5A5;
	line-height: 18px;
	padding: 16px 0;
	font-weight: 300;
}

.yoast-breadcrumbs a {
	color: var(--gray);
	text-decoration: none;
}

.yoast-breadcrumbs svg {
	--size: 9px;
	fill: var(--gray);

	vertical-align: 0px;
	margin: 0 5px;
}









.main-gallery-grid {
	display: grid;
	grid-template-columns: repeat(4 , 1fr);
	gap: 4px;
	margin-bottom: 0;
	border-radius: 24px;
	overflow: hidden;
}

.main-gallery-grid .gallery-item:nth-child(1) {
	grid-column: span 2;
	grid-row: span 2;
}

.main-gallery-grid .gallery-item {
	grid-column: span 1;
	display: block;
	position: relative;
	overflow: hidden;
}

.main-gallery-grid .gallery-item img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.main-gallery-grid .gallery-item:nth-child(n + 2){
	aspect-ratio: 4 / 3;
}

.main-gallery-grid .gallery-item .total-gallery {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 26, 52, 0.4);
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}


.main-gallery-grid .gallery-item:nth-child(n + 6){
	display: none;
}


.main-gallery-grid .gallery-item .total-gallery strong {
	font-size: 24px;
	font-weight: 700;
}


.pansionat-header{
	margin-top: 15px;
	margin-bottom: 0;
}



.pansionat-title{
	font-size: 27px;
	line-height: 32px;
	margin-bottom: 0;

}

.verified-icon {
	display: inline-block;
	position: relative;
	z-index: 1;
	top: -12px;
	--size: 44px;
}

.verified-icon svg {
	fill: var(--main-color);
}


.verified-icon .verified-content {
	opacity: 0;
	visibility: hidden;
	transition: var(--trans);
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	font-weight: 400;
	width: 300px;
	left: -125px;
	padding: 12px;
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	border-radius: 10px;
	top: -70px;
	z-index: 9;
	background-color: #fff;
}

.verified-icon:hover .verified-content{
	opacity: 1;
	visibility: visible;
}







nav.pansionat-nav {
	background-color: #fff;
	position: sticky;
	z-index: 99;
	top: 0;
	top: 62px;
	top: 0;
	left: 0;
	right: 0;
}

.single-pansionats .mobile-header {
	position: static;
}

nav.pansionat-nav.sticky {
	/*box-shadow: 0 4px 20px rgba(0,0,0,.08);*/
}

ul.pansionat-nav-menu {
	display: flex;
	gap: 32px;
	font-size: 14px;
	line-height: 18px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	overscroll-behavior-x: contain;
}

.pansionat-nav-menu::-webkit-scrollbar {
	display: none;
}

@media (min-width: 1024px) {
	.pansionat-nav-menu {
		overflow-x: visible;
	}
}
ul.pansionat-nav-menu li {
	display: block;
	flex-shrink: 0;
}

ul.pansionat-nav-menu li a {
	padding: 14px 0 12px;
	color: var(--text-gray);
	transition: color .15s;
	display: block;
	text-decoration: blink;
	border-bottom: 3px solid transparent;
	transition: var(--trans);
	color: #001a3499;
}

ul.pansionat-nav-menu li a.active {
	border-color: var(--main-color);
	color: var(--text-color);
}



.popup-map-cont{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;

	border-radius: 20px;
	overflow: hidden;
}

#popupMap{
	height: 80vh;
	min-height: 400px;
}






.info-grid {
	margin: 12px 0 15px 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	background: #f6f6f6;
	border-radius: 12px;
}

.info-grid .yandex_raiting {
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgba(204, 214, 228, 0.6);

	/*border: 1px solid rgba(0, 0, 0, .1);*/
	/*border-radius: 10px;*/
}

.info-grid .yandex_raiting iframe {
	transform: scale(1.3);
}

.price-items {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	border-right: 1px solid rgba(204, 214, 228, 0.6);
}

.price-items strong {
	color: #2A2E31;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	white-space: nowrap;
	display: block;
}

.price-items span {
	color:#001a3499;
	font-size: 13px;
	line-height: 18px;
	display: block;
}


.adress-item {

	/*background-color: #f6f6f6;*/
	/*border: 1px solid rgba(0, 0, 0, .1);*/
	/*border-radius: 10px;*/
	display: flex;
	/*align-items: center;*/
	flex-direction: column;
	justify-content: space-between;
	padding: 15px 20px 20px;
	gap: 15px;
	text-align: center;

	/*background-image: url(../img/map.jpg);*/
	/*background-size: cover;*/
}

.adress {
	text-align: left;
	display: flex;
	gap: 10px;
	font-size: 16px;
	line-height: 20px;

	color: #001a3499;
	font-size: 13px;
	line-height: 18px;
}

.adress img{
	width: 24px;
}

.adress svg {
	--size: 24px;
	fill: #D7443E;
	flex-shrink: 0;
}

a.pansionat-map-link {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	font-weight: 500;
	border-radius: 6px;
	background: var(--main-color);
	padding: 11px 12px;
	margin: 0;
	text-decoration: none;
}





.panse_email{
	display: none !important;
}




section.info-section {
	margin-top: 20px;
}


.pansionat-form {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 30px;
}

.contacts-grid {
	background-color: #f6f6f6;
	display: grid;
	grid-template-columns: 1fr 250px;
	padding: 20px;
	padding-bottom: 10px;
	/*padding-top: 25px;*/
	gap: 15px;
	/*border: 1px solid rgba(0, 0, 0, .1);*/
	border-radius: 12px;
	scroll-margin-top: 60px;
}

.form-row {
	display: flex;
	gap: 20px;
}

.wpcf7-date, .wpcf7-textarea, .wpcf7-text {
	outline: none;
	display: block;
	width: 100%;
	border: 1px solid rgba(204, 214, 228, 0.6);
	padding: 14px 20px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 18px;
}

.wpcf7-date:focus,
.wpcf7-textarea:focus,
.wpcf7-text:focus{
	border-color: var(--main-color);
}

.wpcf7-textarea {
	height: 190px;
	margin-bottom: 0;
	border-radius: 10px;
	resize: vertical;
}

.wpcf7-form-control::placeholder {
	color: var(--text-gray);
}

.wpcf7 .wpcf7-not-valid-tip {
	position: absolute;
	top: -7px;
	left: 25px;
	font-size: 10px;
	font-weight: 500;
	background: #fff;
	padding: 0 10px;
	border-radius: 30px;
}

.wpcf7-not-valid {
	border-color: red;
}

/* checkbox  */
.wpcf7-acceptance .wpcf7-list-item-label {
	padding-left: 30px;
}

.wpcf7-acceptance .wpcf7-list-item {
	display: block;
	margin: 10px 0;
}

.wpcf7-acceptance .wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
	position: relative;
	gap: 12px;
	margin: 0;
	transition: all 0.3s ease;
}

.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	height: 0;
	width: 0;
}

.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before {
	position: absolute;
	left: 0;
}

.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before {
	--size: 20px;
	content: '';
	display: inline-block;
	flex-shrink: 0;
	width: var(--size);
	height: var(--size);
	vertical-align: -5px;
	border: 2px solid var(--main-color);
	border-radius: 5px;
	background: transparent;
	transition: all 0.3s ease;
	margin-right: 15px;
}

.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
	background: var(--main-color);
	border-color: var(--main-color);
	animation: checkAnim 0.4s ease;
}

.wpcf7-acceptance .wpcf7-list-item label:hover:before {
	border-color: var(--link-color);
}

.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 7px;
	width: 12px;
	height: 7px;
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
}

.wpcf7-acceptance .wpcf7-list-item-label {
	font-size: 14px;
	/* font-weight: 500; */
	/* color: var(--text-gray); */
	user-select: none;
	padding-top: 2px;
}

.wpcf7-acceptance .wpcf7-list-item-label a {
	color: var(--link-color);
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

@keyframes checkAnim {
	0% {
		transform: scale(0.8);
		opacity: 0.6;
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

/* checkbox  */
.wpcf7-submit {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	font-weight: 500;
	border-radius: 10px;
	border: 0;
	outline: none;
	background: var(--main-color);
	padding: 16px 20px;
	margin: 0;
	text-decoration: none;
}

.wpcf7-spinner {
	position: absolute;
	right: 0;
}

.form-submit {
	position: relative;
}


.contacts-phone a {
	color: #2A2E31;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	white-space: nowrap;
	display: block;
	text-decoration: none;
}

.contacts-phone p {
	margin: 0;
}

.contacts-phone {
	text-align: center;
	display: flex;
	flex-direction: column;
}

p.gray {
	color: #001a3499;
	font-size: 13px;
	line-height: 18px;
	display: block;
}

p.gray a{
	color: #001a3499;
	text-decoration: none;
}

.form-submit p {
	text-align: center;
	margin: 8px 0 0;
}





.price-container {
	background-color: #F6F9FA;
	background-color: #f6f6f6;
	border-radius: 12px;
	padding: 20px;
}


section {
	margin: 40px 0;
	scroll-margin-top: 60px;
}


ul.price-list li {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid rgba(204, 214, 228, 0.6);
	padding: 12px 0;
}

ul.price-list li strong {
	white-space: nowrap;
}

ul.price-list li:first-child {
	border-top: 0;
	padding-top: 0;
}

ul.price-list li:last-child{
	padding-bottom: 0;
}

h2.section-title {
	font-size: 27px;
	line-height: 32px;

	margin-bottom: 20px;
}


#page_single_map{
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	margin-bottom: 15px;
	height: 240px;
}


.pansionat-city-address p {
	margin: 0 0 5px;
}

.pansionat-city-address {
	margin-bottom: 25px;
}



.udobstva-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.udobstva-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.udobstva-item img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.faq-container {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.faq-item {
	background: #f7f6fc;
	background: #f6f6f6;
	padding: 20px;
	border-radius: 12px;
	font-size: 16px;
	line-height: 20px;
}



.faq-item .faq-header {
	font-weight: bold;
	margin-bottom: 8px;
}

.faq-item .faq-content {
	color: #001a3499;
}

.faq-item p {
	margin: 0;
	line-height: 20px;
}

/*
.faq-item {
	margin-bottom: 24px;
	counter-increment: faq-list;
	padding-left: 50px;
	position: relative;
}

.faq-item:before {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 600;
	color: var(--main-color);
	content: counter(faq-list, decimal-leading-zero)
	'.';
}

.faq-item .faq-header {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 12px;
}*/
/*
.faq-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}*/


.tags-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tags-group .tag-btn {
	padding: 7px 13px;
	/*border: 1px solid rgba(0, 0, 0, .1);*/
	border-radius: 40px;
	color: var(--text-color);
	text-decoration: none;
	transition: all .2s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #f6f6f6;
	font-size: 14px;
	font-weight: 600;
}

.tags-group .tag-btn:hover {
	background:  var(--text-color);
	color: #fff;
}



.inspection-header p.gray,
.inspection-header .section-title{
	display: inline;
}


#inpectionMap{
	height: 400px;
}


.inpection-map-item, .inpection-gallery-item {
	background: var(--green);
	border-radius: 12px;
	overflow: hidden;
}

.inspection-grid p {
	margin: 0;
	padding: 15px;
	text-align: center;
	color: #fff;
}

.inspection-text-grid {
	margin: 15px 0 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.inspection-text-grid .inpection-text-item {
	background: var(--green);
	text-align: center;
	width: 100%;
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	font-weight: 500;
	border-radius: 10px;
	border: 0;
	outline: none;
	padding: 12px 20px;
	margin: 0;
	text-decoration: none;
}




.pansionat-slider-wrap {
	position: relative;
}

.slider-hover-areas {
	position: absolute;
	inset: 0;
	z-index: 5;
	display: flex;
}

.hover-area {
	flex: 1;
	cursor: pointer;
	background: rgba(0,0,0,0); /* полностью прозрачные */
}

/* для отладки можно временно включить */

/*.hover-area:hover {
	background: rgba(255,0,0,0.1);
}
*/

.pansionat-container {
	display: grid;
	grid-template-columns: 35% 1fr;
	gap: 30px;
}


.pansionat-slider-wrap img {
	aspect-ratio: 16 / 9;
	aspect-ratio: 4 / 3;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.pansionat-slider-wrap .swiper-pagination {
	--swiper-pagination-bottom: 0px;
	--swiper-pagination-bullet-horizontal-gap: 1px;
	--swiper-pagination-bullet-size: 4px;
	--swiper-pagination-color: rgba(7, 7, 7, 1);
	--swiper-pagination-bullet-inactive-color: rgba(0, 26, 52, 0.2);
	--swiper-pagination-bullet-inactive-opacity: 1;
	bottom: 12px;
	right: 12px;
	left: auto;
	width: auto;
	display: inline-flex;
	justify-content: flex-end;
	background-color: rgb(255 255 255 / 64%);
	border-radius: 16px;
	padding: 2px;
}







.pansionat-card {
	margin-bottom: 30px;
	background: #f6f6f6;
	/*background: #f6f6f6;*/
	border-radius: 20px;
	padding: 2px;
}

.pansionat-card .pansionat-card-content {
	padding: 20px;
	padding-left: 0;
	position: relative;
}

.pansionat-card-content .item-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}

.pansionat-card-content p.item-address a {
	display: inline-block;
	font-weight: 600;
}






/*a.tariff-btn {
	position: absolute;
	right: 13px;
	top: 13px;
	z-index: 2;
	background-color: #fff;
	text-transform: uppercase;
	padding: 4px 10px;
	border-radius: 15px;
	font-size: 10px;
	line-height: 18px;
	color: var(--text-color);
	z-index: 9;
	text-decoration: none;
}*/

.pansionat-content-header {
	width: 100%;
	display: flex;
	gap: 15px;
	justify-content: space-between;
	align-items: flex-start;
}

.yandex_raiting a {
	display: block;
	font-size: 12px;
}

.pansionat-card-content .item-title a {
	color: var(--text-color);
	text-decoration: none;
}

.pansionat-card .pansionat-card-content .item-address {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	text-decoration: none;
	color: #001a3499;
}

.pansionat-content-header .yandex_raiting {
	text-align: center;
}

.pansionat-content-header a {
	color: var(--main-color);
	text-decoration: none;
}

.pansionat-slider-wrap .card-inspection {
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 2;
	font-size: 12px;
	display: inline-block;
	font-weight: 600;
	background: #f7f6fc;
	border-radius: 40px;
	color: #fff;
	padding: 3px 10px;
	text-decoration: none;
	text-align: center;
	background-color: var(--green);
}

a.tariff-btn {
	position: absolute;
	left: 12px;
	top: 12px;
	z-index: 2;
	font-size: 12px;
	display: inline-block;
	font-weight: 600;
	background: #f7f6fc;
	background: rgb(255 255 255 / 64%);
	border-radius: 40px;
	color: var(--text-color);
	padding: 3px 10px;
	text-decoration: none;
	text-align: center;

}

.pansionat-card-terms {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin: auto 0;
}

.pansionat-card-terms .pansionat-card-term {
	font-size: 14px;
	display: inline-block;
	line-height: 20px;
	font-weight: 600;
	background: #ececec;
	border-radius: 40px;
	color: var(--text-color);
	padding: 6px 10px;
	text-decoration: none;
	text-align: center;
}

/*.pansionat-card-terms .pansionat-card-term {
	padding: 4px 10px;
	border-radius: 20px;
	background-color: #ebebeb;
	color: var(--text-color);
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}*/

.pansionat-card .pansionat-card-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
}

.pansionat-card-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: auto;
}

.pansionat-card-price strong {
	color: #2A2E31;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	white-space: nowrap;
	display: block;
}


.pansionat-card-price {
	display: flex;
	align-items: baseline;
	gap: 10px;
	color: var(--text-gray);
	color: #001a3499;
	font-size: 13px;
	line-height: 18px;
}

span {
}

a.btn.card-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: var(--main-color);
	font-size: 16px;
	line-height: 1;
	color: #fff;
	font-weight: 500;
	border-radius: 10px;
	border: 0;
	outline: none;
	background: var(--main-color);
	padding: 12px 20px;
	padding-right: 10px;
	--size: 20px;
	margin: 0;
	text-decoration: none;
}








section.page-wrap{
	margin-top: 0;
}

h1.page-title {
	font-size: 27px;
	line-height: 32px;
	margin-bottom: 20px;
}

h1.page-title span{
	color: rgb(146, 157, 166);
}






#pansionatsMap{
	height: calc(100vh - 64px);
	min-height: 400px;
}










.pansionats-ballon-inner {
	width: 300px;
	font-family: "Inter", sans-serif;
}

a.pansionats-ballon-image {
	display: block;
}

a.pansionats-ballon-image img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

ymaps.ymaps-2-1-79-balloon__content {
	margin: 0!important;
	padding: 0;
}

.pansionats-ballon-content {
	padding: 12px;
}

a.pansionats-ballon-title {
	color: var(--text-color);
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}

p.pansionats-ballon-address {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 10px;
	color: #929DA6;
	color: #001a3499;
}

.pansionats-ballon-price-items {
	display: flex;
	gap: 10px;
}

.pansionats-ballon-price-items .ptice-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/*border: 1px solid rgba(0, 0, 0, .1);*/
	border-radius: 12px;
	background-color: #f6f6f6;
	padding: 10px;
	font-size: 13px;
	line-height: 18px;
	color: #929DA6;
}

.pansionats-ballon-price-items .ptice-item strong{
	line-height: 24px;
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	overflow: hidden;
	color: #2A2E31;
}






.pansionats-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	/*margin: 30px 0;*/
	gap: 8px;
	flex-wrap: wrap;
}

.pansionats-terms-buttons {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}


a.pansionat-term-button {

	display: inline-block;
	font-weight: 600;
	background: #f6f6f6;
	border-radius: 40px;
	color: var(--text-color);

	text-decoration: none;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	padding: 6px 10px;
}


a.active.pansionat-term-button {
	color: #f7f6fc;
	background: var(--text-color);
}

.pansionats-list-buttons{
	display: flex;
	justify-content: center;
	position: fixed;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
}

.toggle-buttons {
	display: flex;
	/*background: #202328;
	border-radius: 8px;*/
	/* border: 1px solid #202328; */
	/*gap: 5px;*/
	align-items: center;
}

.toggle-buttons .sep{
	height: 23px;
	width: 2px;
	background: rgb(255 255 255 / 26%);
}


/*.toggle-buttons .toggle-button:hover,*/
.toggle-buttons .toggle-button.active {
	/* background: #f6f8fb; */
	/* color: var(--text-color); */
	color: #f6f8fb;
	background-color: #202328;
}

.toggle-buttons .toggle-button.active svg path{
	fill: #f6f8fb;
}

.toggle-buttons .toggle-button svg path{
	fill:  var(--text-color);
}

.toggle-buttons .toggle-button {
	font-weight: 600;
	color: var(--text-color);
	background-color: #f6f6f6;
	--size: 18px;
	border: 0;
	display: flex;
	align-items: center;
	text-align: center;
	gap: 5px;
	height: 36px;
	justify-content: center;
	outline: none;
	/* border-radius: 6px; */
	font-size: 14px;
	/*font-weight: 500;*/
	padding: 0 12px;
	border: 2px solid var(--text-color);
}

.toggle-block{
	display: none;
}

.toggle-block.active{
	display: block;
}

.toggle-buttons .toggle-button:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.toggle-buttons .toggle-button:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}



.pansionats-map-container .container {
	position: relative;
}






.inspection-grid {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(2, 1fr);
}

.inspection-grid .inpection-map-item {
	grid-column: span 2;
}

.inspection-grid img{
	height: 400px;
	width: 100%;
	object-fit: cover;
}

.inspection-grid div.juxtapose{
	min-height: 400px;
}

a.jx-knightlab{
	display: none !important;
}



.inspection-header {
	margin-bottom: 20px;
}



.more-btn {
	text-align: center;
	/*margin-top: 40px;*/
}


.more-btn a.btn {
	width: 100%;
	max-width: 320px;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	font-weight: 500;
	border-radius: 6px;
	background: var(--main-color);
	padding: 11px 12px;
	margin: 0;
	text-decoration: none;
}



.pansionat-share-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 28px;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.pansionat-share-container .wrong-text {
	margin: auto;
	color: #828282;
}

.pansionat-share-container .wrong-text a{
	display: inline-block;
	text-decoration: underline;
	color: var(--main-color);
}

.share-links {
	display: flex;
	gap: 8px;
}

.share-links img {
	width: 48px;
	height: 48px;
}

.share-links-items p {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 15px;
	font-weight: 400;
}




div#wrong-form {
	position: relative;
	background-color: #f6f6f6;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 10px;
	max-width: 480px;
	margin: auto;
	padding: 30px;
}

div#wrong-form .wpcf7-textarea {
	height: 96px;
	margin-bottom: 20px;
}

div#wrong-form .form-title {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 20px;
}









.popup-search svg {

	width: var(--size);
	height: var(--size);
}

.popup-search {
	display: flex;
	align-items: center;
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1001;
	transition: all .2s;
	transform: translateY(-100%);
	visibility: hidden;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.popup-search.active {
	transform: translateY(0);
	visibility: visible;
}

.search-container {
	background: #fff;
	display: flex;
	justify-content: center;
	position: relative;
	padding: 12px 0;
}

.search-container .search {
	width: 100%;
	background: #eef1f6;
	background: #f6f6f6;
	padding: 9px 15px;
	border-radius: 12px;
	border: 0;
	font-size: 14px;
	line-height: 20px;
	outline: none;
	padding-right: 40px;
	border: 1px solid #f6f6f6;
	transition: all .2s;
	font-size: 16px;
}

.search-container .search.error{
	border-color: red;
	background-color: #fff;
}

.search-container .search:focus{
	border-color: var(--main-color);
	background-color: #fff;
}

.popup-search form {
	width: 100%;
}

.search-container button {
	background-color: transparent;
	padding: 0;
	border: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	position: absolute;
	right: 0;
	outline: none;
	--size: 16px;
}


.popup-search .container {
	position: relative;
}


.popup-search-results {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% - 11px);
	padding: 15px;
	background: #fff;
	margin: auto;
	z-index: 9;
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-height: 243px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #627281 transparent;
	display: none;
}

.popup-search-results.active{
	display: flex;
}


.search-card a {
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--text-color);
}

.search-card {
	background: #f6f6f6;
	border-radius: 8px;
}


.search-card a img {
	--size: 64px;
	width: var(--size);
	height: var(--size);
	flex-shrink: 0;
	border-radius: 8px;
	object-fit: cover;
}

.search-card a h4 {
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}

.search-card a .price {
	font-size: 14px;
	display: block;
	font-weight: bold;
}

.popup-search-results p {
	margin: 0;
}

.search-card .address {
	font-size: 13px;
	white-space: nowrap;
	line-height: 15px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 12px;
}

.search-card .search-card-content {
	overflow: hidden;
	text-overflow: ellipsis;
}


button.show-all-results {
	border: 1px solid var(--main-color);
	background: var(--main-color);
	border-radius: var(--border-radius);
	font-weight: 600;
	line-height: 1;
	padding: 13px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	color: #fff;
	border-radius: 8px;
	--size: 20px;
}









footer.main-footer {
	border-radius: 24px;
	border-bottom-left-radius: 0;
	border-bottom-right-image: 0;
	padding: 30px 0 18px;
	background: #f6f6f6;
	color: rgba(0, 26, 52, 0.6);
}

footer.main-footer a{
	color: rgba(0, 26, 52, 0.6);
}

.main-footer-container {

}


.copyright-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	gap: 0px 30px;
	margin: 12px 0 0;
}

ul.footer-menu {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	gap: 0 30px;
	margin: 12px 0;
}

ul.footer-menu li {
	display: block;
}

ul.footer-menu li a {
	display: block;
	text-decoration: none;
}

.copyright p{
	margin: 0;
}

.copyright p svg {
	--size: 18px;
	vertical-align: -1px;
	fill: var(--green);
}




.departments-container {
	background-color: #ebeff5;
	background-color: #ececec;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	border-radius: 20px;
	padding: 20px;
	/* border: 1px solid rgba(0, 0, 0, .1);*/
}

.departments-container a.departments-link {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 13px;
	line-height: 18px;
	color: #929DA6;
	color: rgba(0, 26, 52, 0.6);
	text-decoration: none;
}

.departments-container a.departments-link img {
	height: 54px;
	width: auto;
	flex-shrink: 0;
}







.place-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}


.place-grid-item .item-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

ul.place-grid-list {
	font-size: 16px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 15px;
}

ul.place-grid-list li {
	display: block;
}

ul.place-grid-list li a {
	color: var(--text-color);
	text-decoration: none;
}

ul.place-grid-list li a:hover{
	color: var(--main-color);
}

a.place-all-btn svg path {
	stroke: #929DA6;
}

a.place-all-btn {
	--size: 18px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #929DA6;
	text-decoration: underline;
}


.sitemap-content .item-title{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.sitemap-content .item-title a{
	color: var(--text-color);
	text-decoration: none;
}

ul.sitemap-list {
	/*margin: 0 0 40px;*/
	/* display: grid; */
	/* grid-template-columns: repeat(3, 1fr); */
	gap: 12px 30px;
	column-count: 3;
	column-gap: 30px;
	column-fill: balance;
}

ul.sitemap-list li {
	display: block;
	margin-bottom: 12px;
}

ul.sitemap-list li a {
	color: var(--text-color);
	text-decoration: none;
}








.pagination {
	--size: 14px;
	color: var(--tect-color);
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*a.next.page-numbers {
	margin-left: auto;
}

a.prev.page-numbers {
	margin-right: auto;
}*/


.pagination svg {
	fill: var(--main-color);
	width: var(--size);
	height: var(--size);
	vertical-align: -1px
}


.pagination a.page-numbers {
	color: var(--main-color);
	text-decoration: none
}

.pagination .page-numbers {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--text-color);
	border-radius: 8px;
	text-decoration: none;
}

.pagination .page-numbers.current {
	color: var(--text-color);
	background: #f6f6f6;
}




.info-container {
	display: flex;
	flex-direction: column;
	gap: 15px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 999;
	max-width: 280px;
	background: #000000;
	box-shadow: var(--bxsh);
	border-radius: var(--bdrs);
	padding: 20px;
	border-radius: 16px;
	line-height: 15px;
	color: #f6f6f6;
}

.info-container p {
	margin: 0;
	font-weight: 500;
	font-size: 11px;
}

.info-container .info-text a{
	color: #f6f6f6;
	text-decoration: underline;
}

.info-container .info-text h3{
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 24px;
}

.info-container .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	font-weight: 500;
	border-radius: 10px;
	border: 0;
	outline: none;
	background: var(--main-color);
	padding: 12px 20px;
	text-decoration: none;
}

.hidden{
	display: none !important;
}







/**********************************/

.home .mobile-header .btn-back {
	visibility: hidden;
}

.mobile-header {
	display: flex;
	display: none;
	gap: 8px;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mobile-header{
	display: flex;
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 1000;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.mobile-header .header-icon {
	flex-shrink: 0;
	width: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile-header .title {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin: 0 auto;
	font-weight: bold;
	flex: 1;
}

.mobile-header .title span {
	display: block;
	font-weight: 600;
	font-size: 14px;
	color: #565d67;
}

.mobile-header .btn-back svg {
	--size: 16px;
	fill: #999a9e;
}

.mobile-header .btn-back svg path {
	fill: #999a9e;
}







.mobile-main-gallery{
	display: none;
}

.single-pansionats .mobile-main-gallery .pansionat-slider-wrap .swiper-slide img{
	border-radius: 0;
}

.single-pansionats .mobile-main-gallery .pansionat-slider-wrap .card-inspection{
	display: none;
}

.single-pansionats .mobile-main-gallery a.tariff-btn {
	left: auto;
	right: 12px;
}




.gallery-counter {
	--size: 16px;
	position: absolute;
	bottom: 12px;
	right: 12px;
	z-index: 2;
	background-color: rgb(255 255 255 / 64%);
	display: flex;
	font-size: 12px;
	line-height: 1;
	align-items: center;
	font-weight: bold;
	/* color: #fff; */
	gap: 3px;
	padding: 5px 6px;
	border-radius: 8px;
}


.gallery-counter span.current{
	min-width: 15px;
	text-align: right;
	display: inline-block;
}






.expand-btn {
	--size: 18px;
	border-radius: 12px;
	/* padding: 2px 12px; */
	display: inline-flex;
	align-items: center;
	gap: 8px;
	/* margin: 12px auto; */
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	color: var(--text-color);
	color: var(--main-color);
	transition: all .2s;
}

.expand-btn:hover {
	text-decoration: none;
	color: var(--text-color);
	color: var(--main-color);
}

.expand-btn.active, .expand-btn:active {
}

.expand-btn.active svg {
	transform: rotate(180deg);

}

.expand-btn svg{
	transform-origin: center 10px;
}

.expand-btn svg path {
	stroke: var(--main-color);
}

section.gallery-section {
	margin-top: 0;
	margin-bottom: 0;
}



.mfp-close-btn-in .mfp-close svg{
	--size: 18px;
	fill: #868686;
}


.popup-map-cont .close-popup {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	--size: 20px;
	padding: 12px;
	cursor: pointer;
}

.popup-map-cont .close-popup svg {
	fill: #868686;
}



.video-container{
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;

	/*padding-bottom: 0;*/
	/*height: 350px;*/

	background: var(--gray);
	border-radius: var(--bdrs);

	overflow: hidden;
}

.video-container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-grid {
	/*margin-top: 30px;*/
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.video-grid .video-item {
	border-radius: 12px;
	overflow: hidden;
}








.gallery-counter{
	bottom: 32px;
}


a.verified-btn {
	font-size: 16px;
	display: flex;
	font-weight: 500;
	background: #f7f6fc;
	border-radius: 8px;
	color: #fff;
	padding: 12px 20px;
	text-decoration: none;
	text-align: center;
	background-color: var(--green);
	justify-content: space-between;
	align-items: center;
	--size: 20px;
	gap: 10px;
	margin-bottom: 15px;
}

a.verified-btn span svg {
	fill: #fff;
}

a.verified-btn span {
	display: flex;
	align-items: center;
	gap: 8px;
}













.swiper-wrapper .pansionat-container {
	display: flex;
	gap: 0;
	height: 100%;
	flex-direction: column;
}


.swiper-wrapper .pansionat-card .pansionat-card-content {
	padding: 12px;
	overflow: hidden;
	position: relative;
	flex: 1;
}

.swiper-wrapper .pansionat-content-header {
	flex-direction: column;
	gap: 0;
}


.swiper-wrapper .pansionat-card-footer a.btn.card-btn {
	display: none;
}


.swiper-wrapper .yandex_raiting a{
	display: none;
}

.recommend-slider .swiper-slide{
	width: 300px;
	height: auto;
}

.swiper-wrapper .pansionat-card {
	margin-bottom: 0;
	height: 100%;
}

.recommend-slider .swiper-wrapper {
	align-items: stretch;
}

.recommend-slider .pansionat-content-header .yandex_raiting {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.recommend-slider .pansionat-card-price {
	flex-direction: column;
	gap: 0;
}

.recommend-slider .pansionat-card-price strong {
	line-height: 24px;
	font-size: 18px;
}



.page-banner-container {
	height: 94px;
	margin-bottom: 15px;
	border-radius: 20px;
	overflow: hidden;
}

.page-banner-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}









.action-buttons-container {
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 12px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
/*	backdrop-filter: blur(8px);
	background: rgb(255 255 255 / 60%);*/
	display: none;
	background-color: #fff;
}

.action-buttons-container .action-buttons {
	max-width: 480px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.action-buttons-container .btn {
	background: var(--main-color);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	width: 100%;
	text-align: center;
	border: 0;
	outline: none;
	font-weight: 500;
	border-radius: 6px;
	text-decoration: none;
}

.action-buttons-container .btn svg {
	width: 16px;
	height: 16px;
	fill: #fff;
	margin-right: 10px
}




ul.footer-nav-btns {
	display: flex;
	gap: 8px;
	margin-top: 25px;
	flex-wrap: wrap;
}

ul.footer-nav-btns li {
	display: block;
}

ul.footer-nav-btns li a {
	font-size: 14px;
	display: inline-block;
	line-height: 20px;
	font-weight: 400;
	background: #ececec;
	border-radius: 40px;
	color: rgba(0, 26, 52, 0.6);
	padding: 6px 10px;
	text-decoration: none;
	text-align: center;

	font-size: 13px;
	line-height: 18px;
}







.wp-content ol {
	padding-left: 30px;
	margin-bottom: 20px
}

.wp-content ul {
	padding-left: 0;
	margin-bottom: 20px
}

.wp-content ol li,
.wp-content ul li {
	margin: 5px 0
}

.wp-content ul li {
	padding-left: 15px;
	display: block;
	position: relative
}

.wp-content ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--main-color);
	background-color: var(--text-color);
	position: absolute;
	left: 0;
	top: 9px
}