

/* Start:/local/components/bquadro/house.fasad.commerce2/templates/.default/style.css?176648164311166*/
.visual_house__picture svg image {
	pointer-events: none;
}


.svg_elem {
	opacity: 0;
	display: inline-block;
}
.svg_elem[data-url] {
	cursor: pointer;
}
.svg_overlay {
	transition: 0.3s ease;
	pointer-events: none;
}
.svg_mask .svg_elem {
	opacity: 1;
}

.fasad-top__buttons{
	margin-left: auto;
	display: flex;
	align-items: stretch;
	gap: 2rem;
}

.ptichka {
	position: relative;
	overflow: visible;
}
.ptichka:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 46.3%;
}
.ptichka svg {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.ptichka__adap {
	display: none;
	position: absolute;
	left: 0; top: 0;
	z-index: 5;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.3);

}
.ptichka__adap .button-gold2 {
	width: 100%;
}
.ptichka__hand {
	pointer-events: none;
}
.ptichka__aero {
	width: 150px;
	position: absolute;
	margin: auto;
	left: 0; right: 0;
	bottom: 15px;
	font-family: Gilroy;
	font-weight: 600;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FFFFFF !important;
	text-decoration: none !important;
	display: block;
	padding-top: 74px;
	cursor: pointer;
}
.ptichka__aero:before,
.ptichka__aero:after {
	content: "";
	width: 64px; height: 64px;
	background: no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0; top: 0; right: 0;
	margin: auto;
	transition: 0.25s ease;
}
.ptichka__aero:before {
	background-image: url(/local/components/bquadro/house.fasad.commerce2/templates/.default/./images/aero_ico.svg);
}
.ptichka__aero:after {
	background-image: url(/local/components/bquadro/house.fasad.commerce2/templates/.default/./images/aero_ico_h.svg);
	opacity: 0;
	transition: 0.2s ease;
}
.ptichka__aero:hover:before {
	opacity: 0
}
.ptichka__aero:hover:after {
	opacity: 1;
}
.ptichka--house .ptichka__aero {
	display: none;
}

.ptichka__rose {
	position: absolute;
	right: 20px;
	top: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 122px;
	height: 122px;
	padding: 16px 18px 0;
	line-height: 1;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(5px);
}
.ptichka__rose .wind-rose{
	flex-grow: 1;
}
.ptichka__rose .wind-rose.wind-rose--nw {
	transform: translateX(3%) translateY(4%);
}


@media (max-height: 850px) and (min-width: 1229px) {
	.ptichka__aero {
		font-size: 12px;
		padding-top: 60px;
	}
	.ptichka__aero:before,
	.ptichka__aero:after {
		width: 50px; height: 50px;
	}
}
@media(max-width: 1420px)
{
	.immovables .ptichka
	{
		margin: 0;
	}
}
@media(max-width: 1230px) {
	.ptichka__aero {
		font-size: 12px;
		padding-top: 60px;
	}
	.ptichka__aero:before,
	.ptichka__aero:after {
		width: 50px; height: 50px;
	}
}
@media(max-width: 991px) {
	.fasad-top__buttons{
		display: none;
	}
	.ptichka__adap {
		display: flex;
		align-items: center;
	}
	.ptichka__grad {
		display: none;
	}
	.ptichka__aero
	{
		z-index: 10
	}
	.ptichka svg
	{
		height: 100%;
	}
}
@media(max-width: 600px) {
	.ptichka__aero {
		padding-top: 45px;
		display: none;
	}
	.ptichka__aero:before,
	.ptichka__aero:after {
		width: 40px; height: 40px;
	}
}


.tooltip__item {
	position: absolute;
	display: block;
	text-decoration: none !important;
	color: #363D41;
	cursor: pointer;
}
.ptichka--full .tooltip__item--floor {
	opacity: 0;
}
.tooltip__item-static {
	background: rgba(255,255,255,0.9);
	text-align: center;
	width: 65px;
	height: 65px;
	font-family: Gilroy;
	font-weight: 500;

	color: #363D41;
	border-radius: 50%;
	transition: 0.3s ease;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

	align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
}
.ptichka--full .tooltip__item-static {
	width: 36px;
	height: 36px;
}
.tooltip__item-static span
{
	font-size: 18px;
	line-height: 28px;
}
.ptichka--full .tooltip__item-static span {
	display: block;
	font-size: 16px;
	line-height: 36px;
	font-family: Gilroy;
	font-weight: 600;
}
.tooltip__item-active {
	position: absolute;
	left: 0; top: 0;
	width: auto;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 6px 6px;
	color: #363D41;
	opacity: 0;
	transition: 0.3s ease;
	pointer-events: none;
}
.ptichka--full .tooltip__item-active {
	min-width: 240px;
	backdrop-filter: blur(4px);
	border-radius: 0;
	padding: 30px;
}
.tooltip__item-title {
	font-family: Gilroy;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 5px;
	color: #363d41;
	white-space: nowrap;
}
.ptichka--full .tooltip__item-title {
	line-height: 1.25;
	margin-bottom: 10px;
}
.tooltip__item-date {
	font-family: Raleway;
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	white-space: nowrap;

}
.ptichka--full .tooltip__item-date {
	font-family: Gilroy;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25;
	color: #6D6D6D;
	margin-bottom: 10px;
}
.tooltip__item-info {
	font-family: Raleway;
	font-size: 11px;
	line-height: 17px;
	letter-spacing: 0.04em;
	white-space: nowrap;
}
.ptichka--full .tooltip__item-info {
	font-family: Gilroy;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0;
	padding-top: 20px;
	color: #B68E5B;
	border-top: 1px solid #A5A5A7;
}
.ptichka--full .tooltip__item-list {
	font-family: Gilroy;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25;
	margin-top: 10px;
	color: #6D6D6D;
}
.ptichka--full .tooltip__item-item {
	display: flex;
}
.ptichka--full .tooltip__item-item:not(:first-child) {
	margin-top: 10px;
}
.ptichka--full .tooltip__item-count {
	flex-shrink: 0;
	margin-left: auto;
	padding-left: 5px;
	text-align: right;
}
.tooltip__item--fade .tooltip__item-static {
	/*opacity: 0.5;*/
	background: rgba(255, 255, 255, 0.35);
}
.tooltip__item--show {
	z-index: 2;
}
.tooltip__item--show .tooltip__item-static {
	opacity: 0;
}
.tooltip__item--show .tooltip__item-active {
	opacity: 1;
}

.tooltip--house {
	position: absolute;
	pointer-events: none;
	opacity: 1;
}
.tooltip--house .tooltip__item {
	padding: 15px 10px;
	width: 213px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.tooltip--house .tooltip__item {
	top: auto !important;
	left: auto !important;
}
.tooltip--house .tooltip__item--show {
	opacity: 1;
}
.tooltip--top .tooltip__item {
	transform: translateY(-100%);
}
.tooltip--right .tooltip__item {
	transform: translateX(-100%);
}

.tooltip--top.tooltip--right .tooltip__item {
	transform: translate(-100%, -100%);
}

@media(max-width: 1620px) {
	.tooltip__item-static {
		width: 65px; height: 65px;
		font-size: 18px;
		line-height: 25px;
		padding: 16px 0;
	}
	.ptichka--full .tooltip__item-static {
		width: 36px; height: 36px; padding: 0;
	}
	.tooltip__item-static span
	{
		display: block;
		font-size: 18px;
		line-height: 28px;
	}
	.ptichka--full .tooltip__item-static span {
		font-size: 16px;
		line-height: 36px;
	}
}

@media(max-width: 1420px) {
	.tooltip__item-static {
		width: 60px; height: 60px;
		font-size: 16px;
		line-height: 23px;
		padding: 16px 0;
	}
	.ptichka--full .tooltip__item-static {
		width: 36px; height: 36px; padding: 0;
	}


	.tooltip__item-title {
		font-size: 16px;
		margin-bottom: 7px;
	}
	.ptichka--full .tooltip__item-title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.tooltip__item-static span
	{
		font-size: 16px;
		line-height: 26px;
	}
	.ptichka--full .tooltip__item-static span {
		font-size: 16px;
		line-height: 36px;
	}
}
@media (max-height: 850px) and (min-width: 1229px) {
	.tooltip__item-static {
		width: 50px; height: 50px;
		font-size: 16px;
		line-height: 23px;
	}
	.ptichka--full .tooltip__item-static {
		width: 36px; height: 36px; padding: 0;
	}

	.tooltip__item-title {
		font-size: 16px;
		margin-bottom: 7px;
	}
	.ptichka--full .tooltip__item-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.tooltip__item-static span
	{
		font-size: 16px;
		line-height: 26px;
	}
	.ptichka--full .tooltip__item-static span {
		font-size: 16px;
		line-height: 36px;
	}
}

@media(max-width: 1230px) {
	.tooltip__item-static {
		width: 50px; height: 50px;
		font-size: 14px;
		line-height: 21px;
		padding: 15px 0;
	}
	.ptichka--full .tooltip__item-static {
		width: 36px; height: 36px;
	}

	.tooltip__item-title {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.ptichka--full .tooltip__item-title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.tooltip__item-date {
		font-size: 12px;
	}
	.ptichka--full .tooltip__item-date {
		font-size: 16px;
	}
	.tooltip__item-info {
		font-size: 9px;
		line-height: 12px;
	}
	.ptichka--full .tooltip__item-info {
		font-size: 16px;
		line-height: 1.25;
	}

	.tooltip--house .tooltip__item {
		width: 185px;
	}
	.ptichka__rose {
		right: 16px;
		top: 16px;
		width: 100px;
		height: 100px;
		padding: 14px;
	}
}
@media(max-width: 991px) {
	.tooltip {
		display: none;
	}

	.ptichka__rose {
		right: 10px;
		top: 10px;
		width: 60px;
		height: 60px;
		padding: 10px;
	}
}

#mapPaperCommerce .tooltip__item--custom,
#mapPaper .tooltip__item--custom {
	pointer-events: none;
}

#mapPaperCommerce .tooltip__item--custom .tooltip__item-static,
#mapPaper .tooltip__item--custom .tooltip__item-static {
	pointer-events: all;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#mapPaperCommerce .tooltip__item--custom.tooltip__item--show .tooltip__item-static,
#mapPaper .tooltip__item--custom.tooltip__item--show .tooltip__item-static {
	opacity: 1;
}

#mapPaperCommerce .tooltip__item--custom .tooltip__item-active,
#mapPaper .tooltip__item--custom .tooltip__item-active {
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 100%;
	right: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#mapPaperCommerce .tooltip__item--custom-top .tooltip__item-active,
#mapPaper .tooltip__item--custom-top .tooltip__item-active {
	top: auto;
	bottom: 100%;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#mapPaperCommerce .tooltip__item--custom-left .tooltip__item-active,
#mapPaper .tooltip__item--custom-left .tooltip__item-active {
	top: 50%;
	bottom: auto;
	left: auto;
	right: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#mapPaperCommerce .tooltip__item--custom-bottom .tooltip__item-active,
#mapPaper .tooltip__item--custom-bottom .tooltip__item-active {
	top: 100%;
	bottom: auto;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#mapPaperCommerce .tooltip__item--custom.tooltip__item--show .tooltip__item-active,
#mapPaper .tooltip__item--custom.tooltip__item--show .tooltip__item-active {
	pointer-events: auto;
}

#mapPaperCommerce .tooltip__item--custom.tooltip__item--show,
#mapPaper .tooltip__item--custom.tooltip__item--show {
	pointer-events: auto;
}

/* End */
/* /local/components/bquadro/house.fasad.commerce2/templates/.default/style.css?176648164311166 */
