.title_response, .parking-note, .parking {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.title_response.invisible, .parking-note.invisible {
	visibility: visible;
}
.title_response {
	margin-top: 19px;
}
.parking-note {
	margin: 80px auto 60px auto;
	text-align: center;
}
.parking {
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0 auto;
	font: 400 18px/1.2 "Circe_new";
}
.parking-left {
	flex-grow: 2;
	background: #eeefef;
	max-width: 1300px;
	margin-right: 5%;
	padding: 2vw;
	overflow: hidden;
	position: relative;
}
.parking-left:before {
	width: 100%;
	height: calc(2vw + 30px);
}
.parking-left:after {
	width: calc(2vw + 30px);
	height: 100%;
}
.parking-right {
	width: 360px;
	padding: 2vw 0;
}
.parking-scheme {
	margin: 40px 40px 0 0;
	position: relative;
}
.parking-map-wrap {
	overflow: visible !important;
}
.parking-map {
	position: relative;
}
.parking-map:not(.inited) {
	opacity: 0;
}
.parking-map:before {
	content: '';
	display: block;
	padding-top: 113%;
}
.parking-map:not(.active) {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.parking-place-label {
	pointer-events: none;
	line-height: 1;
	font-size: 10px;
	color: #ffffff;
	position: absolute;
	z-index: 10;
	cursor: default;
	-webkit-transform: translateX(-50%) translateY(-45%);
	transform: translateX(-50%) translateY(-45%);
}
.parking-map svg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.parking-map svg [data-num] {
	cursor: default;
}
.parking-map svg .free {
	fill: #bfbfbf;
	cursor: pointer;
}
.parking-map svg .related {
	fill: #7a7979;
	cursor: pointer;
}
.parking-map svg .discount {
	fill: #568FC2;
	cursor: default;
}
.parking-map:not(.panning) svg .hover {
	fill: #43719a;
}
.parking-map svg [data-linked-num] {
	text-anchor: middle;
	dominant-baseline: central;
	pointer-events: none;
	fill: #ffffff !important;
	font-size: 12px;
}
.parking-map svg .active {
	fill: #43719a !important;
	cursor: default;
}
.parking-map svg .active + [data-linked-num] {
	opacity: 0;
}
.parking-controls {
	background: #eeefef;
	padding: 5px;
	position: absolute;
	top: 2vw;
	right: 2vw;
	z-index: 3;
}
.parking-controls div {
	background: #e1e1e1;
	width: 30px;
	height: 30px;
	position: relative;
}
.parking-controls div:not(:last-child) {
	margin-bottom: 5px;
}
.parking-controls div:before, .parking-zoomin:after {
	content: '';
	background: #000000;
	position: absolute;
}
.parking-controls div:before {
	width: 14px;
	height: 2px;
	left: 8px;
	top: 14px;
}
.parking-zoomin:after {
	width: 2px;
	height: 14px;
	left: 14px;
	top: 8px;
}
.parking-controls div:not(.disabled) {
	cursor: pointer;
}
.parking-controls div.disabled:before, .parking-zoomin.disabled:after {
	background: #c4c4c4;
}
.parking-tooltip {
	background: #f8f9fc;
	padding: 15px 25px;
	white-space: nowrap;
	font-size: 16px;
	color: #000000;
	margin-top: -15px;
	margin-left: 15px;
	position: absolute;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-user-select: none;
	user-select: none;
}
.parking-tooltip.pos-right {
	margin-top: -15px;
	margin-left: -15px;
	-webkit-transform: translateX(-100%) translateY(-100%);
	transform: translateX(-100%) translateY(-100%);
}
.parking-tooltip.pos-top {
	margin-top: 15px;
	margin-left: 15px;
	-webkit-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
}
.parking-tooltip.pos-top.pos-right {
	margin-top: 15px;
	margin-left: -15px;
	-webkit-transform: translateX(-100%) translateY(0);
	transform: translateX(-100%) translateY(0);
}
.parking-tooltip:not(.visible) {
	opacity: 0;
	visibility: hidden;
}
.parking-tooltip:not(.fixed) .parking-tooltip-btn {
	display: none;
}
.parking-tooltip sup {
	line-height: 1;
	font-size: 55%;
}
.parking-tooltip-name {
	margin-bottom: 8px;
	white-space: nowrap;
	line-height: 1;
	font-weight: 700;
	font-size: 25px;
}
.parking-tooltip-item {
	white-space: nowrap;
}
.parking-tooltip-item:not(:last-child) {
	margin-bottom: 5px;
}
.parking-tooltip-label {
	margin-bottom: 2px;
}
.parking-tooltip-value {
	display: flex;
	align-items: center;
	gap: 20px;
}
.parking-tooltip-value:not(:last-child) {
	margin-bottom: 3px;
}
.parking-tooltip-value > span:nth-child(1) {
	width: 110px;
	font-weight: 700;
	font-size: 20px;
}
.parking-tooltip-value:nth-child(2) > span:nth-child(2) {
	background: #568FC2;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 18px;
	padding-top: 2px;
	margin-top: -2px;
	font-size: 12px;
	color: #ffffff;
}
.parking-tooltip-value:nth-child(3) > span:nth-child(1) {
	text-decoration: line-through;
	font-weight: 700;
	font-size: 16px;
	color: #999999;
}
.parking-tooltip-value:nth-child(3) > span:nth-child(2) {
	line-height: 1;
	font-weight: 700;
	font-size: 9px;
}
.parking-tooltip-btn {
	margin-top: 30px;
}
.parking-banner {
	display: flex;
	justify-content: space-between;
	gap: 2.4%;
	width: 90%;
	min-height: 100px;
	margin: 0 auto 40px auto;
	white-space: nowrap;
	font: 400 18px / 1.2 "Circe_new";
}
.parking-banner > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 48.8%;
	padding: 0 2vw 0.2em 2vw;
}
.parking-banner > div > div:first-child {
	font-weight: 700;
	font-size: 30px;
}
.parking-banner > div:first-child {
	background: #568FC2;
	color: #ffffff;
}
.parking-banner > div:last-child {
	border: 1px solid #D3D3D3;
	background: #F7F8F8;
}
.parking-legend div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.parking-legend div:not(:first-child) {
	margin-top: 18px;
}
.parking-legend div:before {
	content: '';
	width: 50px;
	height: 30px;
	margin-right: 20px;
}
.parking-legend div span {
	max-width: calc(100% - 70px);
}
.parking-legend .parking-free:before {
	background: #bfbfbf;
	border: 1px solid #000000;
}
.parking-legend .parking-discount:before {
	background: #568FC2;
}
.parking-legend .parking-discount:after {
	content: '%';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 30px;
	padding-top: 0.2em;
	font-style: normal;
	color: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
}
.parking-legend .parking-quest:before {
	background: #a3d19b;
	border: 1px solid #000000;
}
.parking-legend .parking-related:before {
	background: #7a7979;
	border: 1px solid #000000;
}
.parking-legend .parking-3d:not(:first-child) {
	margin-top: 36px;
}
.parking-legend .parking-3d:before {
	display: none;
}
.parking-legend .parking-3d a {
	background-color: #000000;
	border: 2px solid #000000;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 12em;
	height: 3em;
	text-decoration: none;
	color: #ffffff;
}
.parking:not(.touch) .parking-legend .parking-3d a:hover {
	background-color: #ffffff;
	text-decoration: none;
	color: #000000;
}
.parking-legend .parking-pan-note, .parking-legend .parking-pan-note:before {
	display: none;
}
.parking-order-btn, .parking-order-btn:focus {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000000;
	border: 2px solid #000000;
	min-width: 220px;
	height: 56px;
	padding: 0 30px;
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
	-webkit-transition: background-color .1s, color .1s;
	transition: background-color .1s, color .1s;
}
.parking:not(.touch) .parking-order-btn:hover {
	background-color: #f8f9fc;
	text-decoration: none;
	color: #000000;
}

.popup-block-inline .fancybox-content#parking-feedback-form {
	width: 700px;
}
#parking-feedback-form .feedback_form form .field-row,
#parking-feedback-form .feedback_form form .check {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
#parking-feedback-form .feedback_form form .field {
	width: 100%;
}
#parking-feedback-form .feedback_form form .check {
	text-align: left;
}
#parking-feedback-form .feedback_form form .check .check_in {
	padding-left: 30px;
}
#parking-feedback-form .feedback_form form .btn_parking_feedback {
	margin-top: 60px;
}
#parking-feedback-form .feedback_form form .btn_parking_feedback input[type=submit] {
	background: #1f2527;
	width: 256px;
	height: 56px;
	border: 2px solid #384041;
	font: 19px/26px Circe;
	color: #fff;
	outline: 0;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
#parking-feedback-form .feedback_form form .btn_parking_feedback input[type=submit]:hover {
	background: #424242;
}

@media (hover: none) {
	html, body {
		width: 100%;
		height: 100%;
	}
	html {
		position: fixed;
		overflow: hidden;
	}
	body {
		overflow-y: scroll;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
	}
	.parking-legend .parking-pan-note {
		display: block;
	}
}

@media (max-width: 1440px) {
	.parking-right {
		width: 325px;
	}
	.parking-info-name {
		font-size: 34px;
	}
	.parking-info-value {
		font-size: 27px;
	}
	.parking-banner > div {
		width: auto;
		flex-grow: 1;
	}
}
@media (max-width: 1330px) {
	.parking-note {
		margin-bottom: 30px;
	}
	.title_response, .parking-note {
		text-align: center;
	}
	.title_response {
		margin-top: 40px;
	}
	.parking {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: flex-start;
		margin-top: 24px;
	}
	.parking-left {
		width: 100%;
		margin-right: 0;
	}
	.parking-right {
		width: auto;
		padding: 0 0 40px 0;
		margin: 0 auto;
	}
	.parking-legend {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 20px;
		white-space: nowrap;
		text-align: center;
	}
	.parking-legend div:not(:first-child),
	.parking-legend .parking-3d:not(:first-child) {
		margin-top: 0;
	}
	.parking-legend .parking-pan-note {
		width: 100%;
	}
	.parking-place-label {
		font-size: 0.6vw;
	}
	.parking-info-name,	.parking-info-btn {
		width: 100%;
		text-align: center;
	}
	.parking-info-item {
		text-align: center;
		padding: 0 4vw;
	}
	.parking-banner {
		margin-top: 40px;
	}
}
@media (max-width: 1220px) {
	.title_response.invisible, .parking-note.invisible {
		display: none !important;
	}
	.title_response {
		margin-bottom: 0;
	}
	.parking-note {
		margin-top: 5px;
	}
	.parking-info-name {
		font-size: 30px;
	}
	.parking-info-value {
		font-size: 24px;
	}
	.parking-banner {
		flex-direction: column;
		gap: 40px;
		white-space: normal;
		font-size: 16px;
	}
	.parking-banner > div {
		gap: 10px;
		width: 100%;
		padding: 1em 2vw 1.2em 2vw;
	}
	.parking-banner > div > div:first-child {
		font-size: 22px;
	}
}
@media (max-width: 1024px) {
	.parking-info-name {
		font-size: 26px;
	}
	.parking-info-value {
		font-size: 21px;
	}
}
@media (max-width: 960px) {
	.parking {
		font-size: 16px;
	}
	.title_response, .parking-note, .parking {
		width: 94%;
	}
	.parking-banner {
		width: 100%;
	}
	.parking-banner > div:last-child {
		border-width: 1px 0;
	}
}
@media (max-width: 768px) {
	.title_response, .parking-note, .parking {
		width: 100%;
	}
	.title_response, .parking-note, .parking-right {
		padding-left: 16px;
		padding-right: 16px;
	}
	.parking-note {
		margin-bottom: 0;
	}
	.parking-right {
		padding-bottom: 30px;
	}
	.parking-scheme {
		margin: 5px 5px 0 5px;
	}
	.parking-legend {
		gap: 10px;
	}
	.parking-legend div:before {
		width: 30px;
		height: 18px;
		margin-right: 10px;
	}
	.parking-legend div span {
		max-width: calc(100% - 40px);
	}
	.parking-legend .parking-discount:after {
		width: 30px;
		height: 18px;
		font-size: 10px;
	}
	.parking-legend .parking-3d {
		display: none;
	}
	#parking-feedback-form {
		padding: 0;
	}
	#parking-feedback-form .feedback_form {
		padding: 45px 30px 30px;
	}
	#parking-feedback-form .feedback_form form .btn_parking_feedback {
		margin-top: 40px;
	}
	.parking-banner > div {
		padding: 1em 16px 1.2em 16px;
	}
}
@media (max-width: 550px) {
	#parking-feedback-form .feedback_form {
		padding: 45px 20px 30px;
	}
	#parking-feedback-form .feedback_form .h4_a {
		font: 700 20px / 26px 'Carina';
    }
	.parking-left {
		padding: 2vh 0;
		position: relative;
	}
	.parking-scheme {
		overflow-x: scroll;
		position: static;
	}
	.parking-map {
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}
	.parking-controls {
		top: 2vh;
		right: 2vh;
	}
	.parking-legend .parking-pan-note {
		display: none !important;
	}
	.parking-tooltip {
		padding: 15px 20px;
		margin-left: 0 !important;
		left: 50% !important;
		transform: translateX(-50%) translateY(-100%);
	}
	.parking-tooltip-name {
		font-size: 22px;
	}
	.parking-tooltip.pos-top {
		margin-top: 30px;
		transform: translateX(-50%) translateY(0);
	}
	.parking-tooltip.pos-right {
		transform: translateX(-50%) translateY(-100%);
	}
	.parking-tooltip.pos-top.pos-right {
		margin-top: 30px;
		transform: translateX(-50%) translateY(0);
	}
}
