body .block-option__item:last-child {
	margin-bottom: 10px;
}

img.arrow {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	right: 5px;
	display: none;
}

a.block-kvartals__kvartal-vid_3d {
	background: var(--kanye-gold-color);
	padding: 5px 45px 5px 45px;
	font-size: 16px;
	color: var(--kanye-brown-color);
	max-height: 100%;
	min-height: 100%;
	height: 55px;
	line-height: 42px;
}

.event-gallery {
	padding-top: 100px;
}

.event-gallery > div.container {
	max-width: 1470px;
	position: relative;
	padding: 0 15px;
	margin: 0 auto;
}

.event-gallery__init {
	width: 100%;
	max-width: 1107px;
}

.event-gallery > div.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.event-gallery__init .slick-list {
	overflow: initial;
}

.event-gallery__init .slick-track {
	margin: 0 -15px;
}

.slick-slide {
	outline: 0;
}

.event-gallery__slide {
	height: 565px !important;
	border-radius: 10px;
	margin: 0 15px;
	background-size: cover;
}

.event-gallery__control {
	max-width: 1077px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 40px;
	margin-top: 22px;
}

.event-gallery__numeric {
	font-weight: 700;
	font-size: 24px;
	line-height: 110%;
	color: #575757;
}

.event-gallery__numeric {
	font-weight: 700;
	font-size: 24px;
	line-height: 110%;
	color: #575757;
}

.slider-arrow > .slick-arrow.slider-prev {
	right: 65px;
	left: initial;
}

.slick-list.draggable {
	overflow: initial !important;
}

.event-gallery__init.slick-initialized.slick-slider {
	overflow: initial !important;
}

.slick-arrow.purple-arrow {
	position: absolute;
	width: 35px;
	height: 35px;
	top: 50%;
	margin-top: -17.5px;
	cursor: pointer;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	z-index: 2;
	background-image: url(/local/templates/scandia.life.2022/dist/img/purple-arrow-slider.svg);
}

.slick-arrow.purple-arrow {
	position: absolute;
	width: 35px;
	height: 35px;
	top: 50%;
	margin-top: -17.5px;
	cursor: pointer;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	z-index: 2;
	background-image: url(/local/templates/scandia.life.2022/dist/img/purple-arrow-slider.svg);
}

.mobile-arrow .purple-arrow,
.slider-arrow .purple-arrow {
	width: 40px;
	height: 40px;
	background-size: cover;
}

.mobile-arrow .purple-arrow,
.slider-arrow .purple-arrow {
	width: 40px;
	height: 40px;
	background-size: cover;
}

.slider-arrow > .slick-arrow.slider-next {
	right: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (max-width: 768px) {
	.event-gallery__slide {
		height: 305px !important;
	}

	.slick-list.draggable {
		overflow: hidden !important;
	}

	.event-gallery__init.slick-initialized.slick-slider {
		overflow: hidden !important;
	}

	.block-project-dynamic__text {
		word-break: break-word;
	}

	.block-project-dynamic div.row {
		margin-right: 0px;
		margin-left: 0px;
	}
}

@media (max-width: 1199px) {
	a.block-kvartals__kvartal-vid_3d {
		float: right;
	}
}

@media (max-width: 768px) {
	.block-option__navigation {
		margin: 0 auto;
	}

	.block-option__row.name__room {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-flow: dense;
	}

	img.arrow {
		display: block;
	}
}

.block-option__example-img {
	overflow: hidden;
}

.desctop_none {
	display: none;
}

.block-cart__sale {
	font-size: 16px;
	width: 125px;
	padding: 20px 4px;
	height: 75px;
	top: 0px;
	left: 0px;
	border-radius: 50%;
	width: 75px;
	text-align: center;
	margin-bottom: 10px;
	background: var(--kanye-gold-color);
	color: var(--kanye-brown-color);
}

#percent {
	/* background-color: #fa8174; */
	fill: #fa8174;
}

.block-option__details-price {
	display: none;
}

@media (max-width: 1200px) {
	.block-option__example-img img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.block-option__pdf {
		display: none;
	}

	.mobile_none {
		display: none;
	}

	.desctop_none {
		display: block;
	}

	.block-cart__sale {
		display: none;
	}

	.block-option__details-price {
		display: block;
	}
}

@media (max-width: 600px) {
	.event-gallery__init .slick-track {
		margin: 0 0px;
	}
}

a.gallery {
	display: flex;
	position: relative;
	max-width: 100%;
	max-height: 100%;
}

a.gallery img {
	width: 100%;
}

a.gallery:after {
	position: absolute;
	content: "+";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	background: #5b92cc;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	line-height: 50px;
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	margin: 0 auto;
	opacity: 0;
	transition: 0.2s;
}

a.gallery:hover:after {
	opacity: 1;
}

.block-option__badge {
	display: block;
	/* top: 15px;
    left: 30px; */
	padding: 6px 10px;
	background: var(--kanye-gold-color);
	text-transform: uppercase;
	font-size: 12px;
	color: var(--kanye-brown-color);
	text-align: center;
	margin-top: -22px;
	border-radius: 50px;
	position: relative;
}

.block-option__badge::after {
	position: absolute;
	text-transform: none;
	background: #fff;
	width: 270px;
	bottom: -76px;
	left: -35px;
	font-size: 14px;
	padding: 10px;
	z-index: 10;
	transition: opacity 0.2s ease;
	opacity: 0;
	border-radius: 5px;
	-webkit-box-shadow: 8px 8px 20px 0px rgba(77, 77, 77, 0.54);
	-moz-box-shadow: 8px 8px 20px 0px rgba(77, 77, 77, 0.54);
	box-shadow: 8px 8px 20px 0px rgba(77, 77, 77, 0.54);
}

@media (max-width: 600px) {
	.block-option__badge::after {
		font-size: 12px;
		left: -85px;
	}
}

.block-option__badge:hover::after {
	opacity: 1;
}

@media print {
	.main-header,
	.block-option__wrapper,
	.block-option__bottom,
	.container-fluid,
	.block-option__pdf,
	.footer {
		display: none;
	}

	.block-option__details {
		padding: 0px;
	}

	.block-option__badge {
		display: none;
	}
}

.block-kvartals__kvartal-vid_3d.block-kvartals__kvartal-vid_3d--window {
	padding: 5px 25px 5px 25px;
}

.flat-redesign__wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 0;
	margin-top: 100px;
	background: #fff;
	max-width: 100%;
	overflow: hidden;
	height: calc(100vh - 83px);
	min-height: 750px;
}

.flat-redesign__wrap-left {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	flex-grow: 1;
	padding-left: 155px;
	padding-top: 10px;
}

.flat-redesign__wrap-right {
	display: flex;
	flex-basis: 410px;
	flex-grow: 0;
	flex-shrink: 0;
	z-index: 1;
}

.flat-redesign__info-panel {
	background: #f8f8f8;
	padding-top: 60px;
	padding-left: 55px;
	padding-right: 70px;
	width: 100%;
}

.flat-redesign__title-row {
	display: block;
	width: 100%;
	color: #575756;
	margin-bottom: 25px;
}

.flat-redesign__title {
	font-size: 22px;
	line-height: 100%;
	text-transform: uppercase;
	align-self: center;
	padding-right: 18px;
	line-height: 120%;
}

.flat-redesign__meters {
	font-size: 26px;
	line-height: 150%;
}

.flat-redesign__location-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 12px;
	color: #b2b2b2;
	max-width: 240px;
	margin-bottom: 30px;
}

.flat-redesign__location-row span {
	width: calc(50% - 8px);
}

.flat-redesign__price {
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 12px;
	line-height: 100%;
}

.flat-redesign__price-row {
	margin-bottom: 35px;
	justify-content: center;
}

.flat-redesign__facing-row {
	margin-bottom: 32px;
}

.flat-redesign__facing-row .block-option__more {
	right: 60px;
}

.flat-redesign__mortgage-row .block-option__more {
	right: 35px;
}

.flat-redesign__mortgage-row .block-option__more::after {
	left: -120px;
	bottom: -20px;
}

.flat-redesign__mortgage-row {
	margin-bottom: 45px;
}

.flat-redesign__price-row .block-option__badge {
	margin-top: -3px;
}

.flat-redesign__fratures-row {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	gap: 10px;
}

.flat-redesign__fratures-row > div {
	width: calc(50% - 10px);
}

.flat-redesign__price-row .block-option__badge::after {
	bottom: -37px;
	left: -3px;
}

.flat-redesign__left-title {
	height: 65px;
	min-height: 65px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	z-index: 1;
	background: #fff;
	padding: 0 15px;
}

.flat-redesign__title-side {
	margin: 0 !important;
	width: 210px;
}

.flat-redesign__title-center {
	font-size: 26px;
	color: #575757;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}

.block-option__floor {
	position: relative;
	height: 330px;
	/* overflow: hidden; */
	flex: 40px 0 0 !important;
	z-index: 2;
}

.flat-redesign__left-content {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	/* height: 100%; */
}

.flat-plans-block .flat-redesign__choice-img {
	margin: 0 auto;
	position: relative;
	text-align: left;
	min-width: auto;
	max-width: 500px;
}

.flat-redesign__choice-img,
.flat-redesign__choice-img img {
	max-height: 600px;
	max-width: 500px;
	object-fit: contain;
	height: 100%;
}

.markup-flat {
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.markup-flat__group {
	fill: transparent;
}

.markup-flat__group[data-status="2"] {
	fill-opacity: 0.6;
	fill: rgba(255, 241, 201, 1);
}

.markup-flat__group.current_flat {
	/* fill: #dcd1cbbf; */
	fill-opacity: 0.6;
	fill: rgba(70, 127, 73, 1);
	stroke: rgba(70, 127, 73, 1);
}

.markup-flat__group.same_plan {
	/* fill: #b6c08870; */
	fill-opacity: 0.6;
	fill: rgba(74, 135, 199, 1);
}

.markup-flat__group[data-status="0"] {
	fill-opacity: 0.6;
	fill: rgba(95, 92, 92, 1);
}

.markup-flat__group[data-status="1"] {
	fill-opacity: 0.6;
	fill: rgba(95, 92, 92, 1);
}

.markup-flat__group[data-status="3"] {
	fill-opacity: 0.6;
	fill: rgba(95, 92, 92, 1);

}



.markup-flat__group[data-status="0"]:hover {
}

.markup-flat__group[data-status="1"]:hover {
}

.markup-flat__group[data-status="2"]:hover {
	/* fill: #436c98; */
	fill: #dcd1cbbf;
	fill-opacity: 0.8;
}

.markup-flat__group[data-status="3"]:hover {
}

.markup-flat__link {
}

.markup-flat__path {
}

.markup-flat__title-text {
}

.markup-flat__place-title {
	fill: #4b4a4a;
	fill-opacity: 1;
}

.markup-flat__text {
	fill: #fff;
	fill-opacity: 1;
	font-family: "TT Norms", sans-serif;
	line-height: 1.1;
	font-size: 24px;
}

.flat-plans-block .block-option__choice {
	/* padding-bottom: 340px!important; */
}

.flat-redesign__slider {
	display: inline-flex;
}

.flat-redesign__slide {
	display: flex !important;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	max-height: 700px;
	/* max-width: calc(100vw - 800px); */
	max-width: initial !important;
	/* padding: 0 25px; */
}

.flat-redesign__slider-wrap {
	max-width: calc(100vw - 800px);
	overflow: hidden;
	/* height: calc(100% - 120px); */
	display: flex;
	flex-direction: column;
}

.flat-redesign__slide-flat-img {
	max-width: 700px;
}

.flat-redesign__slide-flat-img img {
	width: 100%;
}

.flat-redesign__slider .slick-track {
	display: inline-flex;
}

.flat-redesign__slide iframe {
	height: 100%;
	width: 100%;
}

.flat-redesign__slide-control-wrap {
	width: 100%;
	margin-bottom: 70px;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	z-index: 2;
}

.flat-redesign__slide-buttons {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 10px;
}

.flat-redesign__slide-button {
	padding: 15px 5px;
	color: #b2b2b2;
	cursor: pointer;
}

.flat-redesign__slide-button:hover {
	color: #828282;
}

.flat-redesign__slide-button.flat-redesign__slide-button-active {
	color: #575757;
	cursor: default;
}

.flat-redesign__center {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	position: relative;
}

.flat-redesign__center-view-left {
	position: absolute;
	left: -1px;
	writing-mode: tb-rl;
	transform: rotate(180deg);
	padding: 20px;
	color: #b2b2b2;
	text-transform: uppercase;
	font-size: 14px;

	height: 100%;
	text-align: center;
	background-color: white;
	z-index: 1;
	display: none;
}

.flat-redesign__center-view-right {
	position: absolute;
	right: -1px;
	writing-mode: tb-rl;
	transform: rotate(180deg);
	padding: 20px;
	color: #b2b2b2;
	text-transform: uppercase;
	font-size: 14px;

	height: 100%;
	text-align: center;
	background-color: white;
	z-index: 1;
	display: none;
}

.flat-redesign__center-view-rose {
	width: 71px;
	position: absolute;
	top: 0;
	right: -1px;
	z-index: 2;
}

.flat-redesign__choice-img img,
.flat-redesign__choice-img svg {
	width: 100% !important;
}

.flat-redesign__mobile-date {
	display: none;
}

.block-feedback-redesign .block-option__bottom {
	position: relative;
}

.flat-redesign__more-prices {
	max-width: 250px;
}

.block-option__badge {
	max-width: 200px;
}

.block-feedback-redesign .block-option__bottom .block-advice {
	padding: 46px 215px 65px 215px;
}

.flat-redesign__slider:not(.slick-initialized) .flat-redesign__slide:not(:nth-child(1)) {
	display: none !important;
}

@media (max-width: 1200px) {
	.flat-redesign__wrap {
		flex-direction: column;
		height: auto;
	}
	.flat-redesign__wrap-left {
		padding-left: 0;
		padding: 0 25px;
	}
	.flat-redesign__slide {
		/* max-width: calc(100vw - 106px); */
		padding: 0;
		/* margin: 0 55px; */
	}

	.flat-redesign__slider-wrap {
		max-width: calc(100vw - 106px);
	}

	.flat-redesign__info-panel {
		padding-top: 27px;
		padding-left: 25px;
		padding-right: 25px;
	}.flat-redesign__slide

	.flat-redesign__title-row {
		display: flex;
		justify-content: space-between;
	}
	.flat-redesign__location-row {
		display: flex;
		justify-content: left;
		max-width: 380px;
	}
	.flat-redesign__location-row span {
		width: auto;
	}
	.flat-redesign__meters {
		align-items: center;
		display: flex;
	}
	.flat-redesign__more-prices {
		display: flex;
		flex-direction: row-reverse;
		gap: 30px;
		margin-bottom: 20px;
	}
	.flat-redesign__facing-row,
	.flat-redesign__mortgage-row {
		flex: 50%;
	}
	.block-option__more {
		display: none;
	}
	.flat-redesign__wrap .block-option__finish span {
		font-size: 20px;
		margin-top: 5px;
	}
	.block-option__details-date {
		display: none !important;
	}
	.flat-redesign__price-row-wrap {
		display: flex;
		gap: 15px;
	}
	.flat-redesign__mobile-date {
		display: flex;
		gap: 15px;
		flex: 50%;
	}
	.flat-redesign__price-row {
		display: flex;
		gap: 5px;
		flex-direction: column;
		margin-bottom: 0;
		flex: 50% 0 0;
	}
	.flat-redesign__price-row-wrap {
		margin-bottom: 35px;
	}
	.flat-redesign__price-row p {
		margin: 0;
	}
	.flat-redesign__mobile-date p {
		display: flex;
		align-items: center;
		margin: 0;
		max-width: 100px;
	}
	.block-option__details-img {
		display: flex;
		align-items: center;
	}
	.flat-redesign__wrap {
		margin-top: 70px;
	}
	.block-feedback-redesign .block-option__bottom .block-advice {
		padding: 26px 15px 25px 15px;
		margin: 0;
	}
	.flat-redesign__wrap-right {
		flex-basis: 320px;
	}
	.flat-redesign__facing-row,
	.flat-redesign__mortgage-row {
		margin-bottom: 0;
	}
	.flat-redesign__fratures-row {
		display: none;
	}
	.flat-redesign__price-row .block-option__badge {
		max-width: 195px;
		margin-top: 4px;
	}
	.flat-redesign__left-content .block-option__floor:last-child {
		display: none;
	}
	.flat-redesign__slide-control-wrap {
		margin-bottom: 35px;
	}
	.flat-redesign__more-prices {
		max-width: 100%;
	}
}
@media (max-width: 991px) {
	.flat-redesign__wrap .markup-flat {
		max-width: 300px;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.flat-redesign__title-center {
		font-size: 20px;
	}

	.flat-redesign__title {
		font-size: 16px;
	}

	.flat-redesign__meters {
		font-size: 24px;
	}

	.flat-redesign__location-row {
		font-size: 16px;
		margin-bottom: 30px;
		justify-content: space-between;
	}

	.flat-redesign__price-row {
		font-size: 14px;
		margin-bottom: 0;
	}

	.flat-redesign__price-row-wrap {
		margin-bottom: 17px;
	}

	.flat-redesign__price {
		font-size: 26px;
		margin-bottom: 0px;
	}

	.flat-redesign__title-row {
		margin-bottom: 10px;
	}

	.flat-redesign__left-title {
		display: flex;
		flex-direction: column;
		align-items: initial;
		padding: 20px 0 0 0;
		height: 85px;
	}
	.flat-redesign__left-content {
		position: relative;
		flex-direction: column;
	}
	.flat-redesign__center-view-right {
		padding-left: 0;
		padding-right: 8px;
		padding-bottom: 0;
		padding-top: 44px;
	}
	.flat-redesign__center-view-left {
		padding-right: 0;
		padding-left: 8px;
		padding-bottom: 0;
		padding-top: 44px;
	}
	.flat-redesign__center {
		width: 100%;
	}
	.flat-redesign__slide-buttons {
		gap: 0;
		flex-wrap: wrap;
	}
	.flat-redesign__slide-buttons .flat-redesign__slide-button {
		text-align: center;
		width: 50%;
	}
	.flat-redesign__wrap .block-option__floor {
		width: 100%;
		margin: 0 0 35px auto;
	}
	.flat-redesign__slide {
		max-width: 100%;
		padding: 0;
		/* margin: 0 30px; */
	}

	.flat-redesign__slider-wrap {
		max-width: 100%;
	}
	.flat-redesign__choice-img.block-option__choice-img {
		padding: 0;
		margin: 0 15px;
	}
	.js-floors-slider-btn {
		width: 100%;
	}
	.flat-redesign__center-view-rose {
		width: 44px;
		right: -12px;
	}
	.js-floors-slider.block-option__list {
		top: 35px;
	}
	.flat-redesign__price-row .block-option__badge {
		max-width: 152px;
		font-size: 10px;
		padding: 6px 5px;
	}
}

@media (max-width: 480px) {
	.flat-redesign__wrap .block-option__choice-img img {
		max-width: 260px;
	}
	.flat-redesign__wrap .markup-flat {
		max-width: 260px;
		margin: 0 auto;
	}
}

@media (max-width: 400px) {
	.flat-redesign__slide-button {
		padding: 5px;
	}
	.flat-redesign__price {
		font-size: 25px;
	}
}
.event-gallery {
	overflow: hidden;
	padding-bottom: 5px;
}
.flat-redesign__sale {
	display: flex;
	align-items: center;
	margin: -5px -10px;
}
.flat-redesign__sale:not(:last-child) {
	padding-bottom: 5px;
}
.flat-redesign__sale > * {
	padding: 5px 10px;
}
.flat-redesign__price-sale {
	text-decoration: line-through;
	font-weight: 300;
	font-size: 18px;
}
.flat-redesign__price {
	font-size: 34px;
}
.flat-redesign__price-row {
	margin: 0;
}
.flat-redesign__price-row-wrap {
	display: block !important;
}
.flat-redesign__price-row-wrap:not(:last-child) {
	margin-bottom: 25px;
}
.flat-redesign__price-row-wrap > *:not(:first-child) {
	margin-top: 35px;
}
.flat-redesign__price-desc p {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	color: #ffffff;
	padding: 4px 15px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #b6c088;
	margin-bottom: 0;
	width: 100%;
}
@media (min-width: 1200.98px) {
	.flat-redesign__sale {
		margin-top: -30px;
	}
}
@media (max-width: 1200.98px) {
	.block-option__details-img {
		flex: 0 1 60px;
		max-width: 60px;
	}
}
.flat-redesign__mobile-date {
	gap: 0 !important;
	margin: -15px;
	flex-wrap: wrap;
}
.flat-redesign__mobile-date > * {
	padding: 14px;
}
.flat-redesign__mobile-date-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex: 0 0 auto;
}
.block-option__details-img:not(:last-child) {
	padding-right: 7.5px;
}

.block-option__genplan-img {
    position: relative;
}

.block-option__genplan-img, .block-option__genplan-img img {
    width: 100%;
    max-height: 700px;
    max-width: 700px;
	max-height: 450px !important;
    max-width: initial !important;
    object-fit: contain;
    overflow: hidden;
	text-align: center;
}
.block-option__genplan-img img {
	opacity: 0;
}
@media (max-width: 1590px) {
	.block-option__genplan-img, .block-option__genplan-img img {
		max-height: 450px !important;
	}
}
@media (max-width: 1200px) {
	.block-option__genplan-img, .block-option__genplan-img img {
		max-height: 400px !important;
	}
}
@media (max-width: 640px) {
	.block-option__genplan-img, .block-option__genplan-img img {
		max-height: 350px !important;
		min-height: 350px !important;
	}
}

#panzoomControl,
#panzoomControl2 {
    position: absolute;
    top: 50%;
    left: 0;
    /* color: #575757; */
    /* font-weight: 500; */
    z-index: 300;
    transform: translateY(-50%);
	/* width: 100%; */
	display: flex;
    justify-content: center;
	flex-direction: column;
	row-gap: 20px;
}
@media (max-width: 1590px) {
	#panzoomControl,
	#panzoomControl2 {
		row-gap: 10px;
	}
}
#full-screen-detail {
	padding-right: 0;
}
#full-screen-detail .modal-header {
	padding: 20px;
}
#panzoomControl .panzoomControl__center,
#panzoomControl2 .panzoomControl2__center {
    border: 1px solid rgba(87, 87, 87, 0.1);
    background: #ffffff;
    padding: 0 14px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	display: none;
}
.panzoomControl__plus {
    /* border: 1px solid rgba(87, 87, 87, 0.1);
    background: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: 5px; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    background: none;
    border: none;
}
.panzoomControl__minus {
    /* border: 1px solid rgba(87, 87, 87, 0.1);
    background: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: 5px; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    background: none;
    border: none;
}
#panzoomControl .panzoomControl__full,
#panzoomControl2 .panzoomControl2__full {
    border: 1px solid rgba(87, 87, 87, 0.1);
    background: #ffffff;
    padding: 0 14px;
    height: 40px;
    text-align: center;
	margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	display: none;
}

@media (max-width: 1200px) {
	#panzoomControl .panzoomControl__plus,
	#panzoomControl2 .panzoomControl2__plus {
		width: 30px;
		height: 30px;
	}
	#panzoomControl .panzoomControl__minus,
	#panzoomControl2 .panzoomControl2__minus {
		width: 30px;
		height: 30px;
	}
}


#panzoomGeneralPlan,
#panzoomGeneralPlan2 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.block-option__details-date .block-option__details-img {
	width: 49px;
	height: 54px;
}
#panzoom2 .current_flat {
	fill: #f8a83a;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.panzoom {
	opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}








/* new */
.flat-detail {
	display: flex;
	column-gap: 30px;
	display: grid;
	grid-template-columns: 1fr 490px;
}
@media (max-width: 1200px) {
	.flat-detail {
		grid-template-columns: 1fr 460px;
	}
}
@media (max-width: 1200px) {
	.flat-detail {
		flex-direction: column;
		row-gap: 25px;
		grid-template-columns: 1fr;
	}
}
.flat-body {
	flex-grow: 1;
}
.flat-content {
	padding: 35px;
	background-color: #ffffff;
	border-radius: 12px;
	background-color: #ffffff;
	position: sticky;
	top: 120px;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
}
@media (max-width: 1590px) {
	.flat-content {
		padding: 25px;;
	}
}
@media (max-width: 960px) {
	.flat-content {
		padding: 20px;
	}
}
@media (max-width: 640px) {
	.flat-content {
		padding: 15px;
	}
}
@media (max-width: 480px) {
	.flat-content {
		padding: 15px;
	}
}
.flat-content__header {
	display: flex;
    justify-content: space-between;
    align-items: start;
	margin-bottom: 40px;
	position: relative;
	min-height: 30px;
}
@media (max-width: 1200px) {
	.flat-content__header {
		margin-bottom: 30px;
	}
}
@media (max-width: 960px) {
	.flat-content__header {
		margin-bottom: 25px;
	}
}
@media (max-width: 640px) {
	.flat-content__header {
		margin-bottom: 20px;
	}
}
.flat-content__item {
	position: relative;
	/* height: 450px; */
	height: 100%;
    display: flex;
	justify-content: center;
    align-items: center;
	opacity: 0;
	transform: translateX(-10000px);
}
.flat-content__item--wrap {
	flex-basis: 100%;
}
.flat-content__item.active {
	opacity: 1;
	transform: initial;
}

.flat-info__top {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	position: relative;
}
@media (max-width: 1200px) {
	.flat-info__top {
		/* justify-content: flex-start; */
		column-gap: 85px;
	}
}
@media (max-width: 960px) {
	.flat-info__top {
		flex-basis: 100%;
		justify-content: space-between;
		column-gap: initial;
		row-gap: 10px;
	}
}
.flat-info__prices {
	flex-basis: 100%;
	display: flex;
	align-items: baseline;
    column-gap: 10px;
}
@media (max-width: 1200px) {
	.flat-info__prices {
		flex-direction: column;
		align-items: flex-end;
		flex-basis: auto;
	}
}
@media (max-width: 960px) {
	.flat-info__prices {
		flex-direction: row;
		flex-basis: 100%;
		align-items: center;
	}
}
.flat-info__price {
	font-size: 36px;
	line-height: 120%;
	font-weight: 500;
	color: rgba(95, 92, 92, 1);
}
@media (max-width: 1200px) {
	.flat-info__price {
		font-size: 30px;
	}
}
@media (max-width: 960px) {
	.flat-info__price {
		font-size: 26px;
	}
}
.flat-info__price--sale {
	font-size: 18px;
	line-height: 120%;
	text-decoration: line-through;
	color: rgba(171, 171, 171, 1);
}
.flat-content__links {
	display: flex;
    justify-content: end;
    align-items: center;
	column-gap: 10px;
}
.flat-content__link {
	width: 46px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media (max-width: 1590px) {
	.flat-content__link {
		width: 40px;
		height: 40px;
	}
	.flat-content__link svg {
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 960px) {
	.flat-content__link {
		width: 30px;
		height: 30px;
	}
	.flat-content__link svg {
		width: 30px;
		height: 30px;
	}
}
.flat-content__header h2 {
	margin: 0;
	font-size: 30px;
	line-height: 120%;
	font-weight: 500;
}
@media (max-width: 1200px) {
	.flat-content__header h2 {
		font-size: 26px;
	}
}
@media (max-width: 960px) {
	.flat-content__header h2 {
		font-size: 24px;
	}
}
@media (max-width: 640px) {
	.flat-content__header h2 {
		font-size: 22px;
	}
}
.flat-content__body {
	margin-bottom: 12px;
	height: 450px;
	/* padding: 0 45px; */
}
@media (max-width: 1590px) {
	.flat-content__body {
		height: 450px;
		/* padding: 0 35px; */
	}
}
@media (max-width: 1200px) {
	.flat-content__body {
		height: 400px;
		/* padding: 0 25px; */
	}
}
@media (max-width: 640px) {
	.flat-content__body {
		margin-bottom: 0px;
		height: 350px;
		/* padding: 0 15px; */
	}
}
.flat-content__image {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	/* padding: 0 85px; */
}
.flat-content__image .swiper-slide img {
	width: auto;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
}
.flat-content__image picture:not(.flat-content__slider--exrta) {
	width: auto;
	height: 100%;
}
.flat-content__image picture.flat-content__slider--exrta {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
}
@media (max-width: 640px) {
	.flat-content__image {
		/* padding: 0 15px; */
	}
	.flat-content__image picture {
		width: initial;
		height: 100%;
		align-content: center;
	}
	.flat-content__image .swiper-slide img {
        width: 100%;
        height: auto;
		max-height: 100%;
        object-fit: contain;
	}
}
@media (max-width: 1200px) {
	.flat-info {
		width: initial;
	}
}
.flat-content__rose {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 750;
}
.flat-content__rose svg {
	width: 90px;
	height: 90px;
}
@media (max-width: 1200px) {
	.flat-content__rose {
		/* transform: translateY(50%); */
	}
}
@media (max-width: 640px) {
	.flat-content__rose {
		/* bottom: -30px; */
	}
	.flat-content__rose svg {
		width: 60px;
		height: 60px;
	}
}
.flat-content__footer {
}
.flat-content__footer--modal {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 960px) {
	.flat-content__footer--modal {
		flex-wrap: wrap;
	}
	.flat-content__footer--modal .flat-content__booking {
		display: none;
	}
}
.flat-content__nav-wrap {
    display: flex;
    justify-content: center;
    column-gap: 10px;
	row-gap: 10px;
	flex-wrap: wrap;
}
.flat-content__nav-item {
	font-size: 14px;
	line-height: 150%;
	padding: 7px 25px;
	border-radius: 5px;
	background-color: rgba(245, 245, 245, 1);
	cursor: pointer;
	flex-grow: 1;
	text-align: center;
	max-width: 160px;
}
@media (max-width: 768px) {
	.flat-content__nav-item {
		min-width: 160px;
		max-width: 160px;
	}
}
@media (max-width: 640px) {
	.flat-content__nav-item {
		min-width: initial;
		max-width: initial;
	}
}
.flat-content__nav-item.active {
	pointer-events: none;
	background: rgba(236, 226, 210, 1);
}
.flat-content__nav-item-modal {
	font-size: 14px;
	line-height: 150%;
	padding: 7px 25px;
	border-radius: 5px;
	background-color: rgba(245, 245, 245, 1);
	cursor: pointer;
	flex-grow: 1;
	text-align: center;
	max-width: 160px;
}
@media (max-width: 768px) {
	.flat-content__nav-item-modal {
		min-width: 160px;
		max-width: 160px;
	}
}
@media (max-width: 640px) {
	.flat-content__nav-item-modal {
		min-width: initial;
		max-width: initial;
	}
}
.flat-content__nav-item-modal.active {
	pointer-events: none;
	background: rgba(236, 226, 210, 1);
}
.flat-info {
	padding: 25px 30px;
	background-color: #ffffff;
	border-radius: 12px;
	width: 490px;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
}
@media (max-width: 1590px) {
	.flat-info {
		width: initial;
		padding: 25px 25px;
	}
}
@media (max-width: 1200px) {
	.flat-info {
		padding: 20px;
	}
}
@media (max-width: 640px) {
	.flat-info {
		padding: 15px;
	}
}
@media (max-width: 480px) {
	.flat-info {
		padding: 15px;
	}
}
.flat-info__header {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 25px;
}
.flat-info__title {
	flex-basis: 100%;
	font-size: 22px;
	line-height: 150%;
	font-weight: 500;
}
@media (max-width: 960px) {
	.flat-info__title {
		/* flex-basis: auto; */
		font-size: 18px;
	}
}
.flat-info__floor {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 8px;
}
.flat-info__area {
	font-size: 22px;
	line-height: 130%;
	font-weight: 500;
}
@media (max-width: 960px) {
	.flat-info__area {
		font-size: 18px;
	}
}
.flat-floor__link {
	display: flex;
    align-items: center;
    column-gap: 8px;
}
.flat-floor__text {
	font-size: 18px;
	line-height: 120%;
	font-weight: 500;
}
.flat-floor__text span {
	text-decoration: underline;
	color: rgba(229, 175, 152, 1);
}
.flat-info__floor:hover,
.flat-info__floor:hover .flat-floor__text span {
	text-decoration: none;
	color: #5F5C5C;
}
.flat-icon__arrow {
	width: 20px;
	height: 20px;
}
.flat-icon__arrow svg {
	width: 20px;
	height: 20px;
}
/* @media (max-width: 640px) {
	.flat-info__floor {
		flex-basis: 100%;
		display: none;
	}
} */
.flat-info__floor--mobile {
	display: none;
}
@media (max-width: 640px) {
	.flat-info__floor--mobile {
		flex-basis: 100%;
		display: flex;
		display: none;
		justify-content: center;
		align-items: center;
		column-gap: 5px;
		border: 1px solid rgba(95, 92, 92, 1);
		padding: 7px;
		border-radius: 5px;
	}
	.flat-floor__text {
		font-size: 14px;
	}
}


.flat-info__chars {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
}
@media (max-width: 1200px) {
	.flat-info__chars {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 10px;
	}
}
@media (max-width: 960px) {
	.flat-info__chars {
		grid-template-columns: 1fr 1fr;
	}
}
.flat-info__char {
	flex: 1 0 50%;
	display: flex;
	column-gap: 10px;
	align-items: center;
}
@media (max-width: 1200px) {
	.flat-info__char {
		flex: 1 0 auto;
	}
}
.flat-char__icon {
    width: 40px;
    height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 20px;
	background-color: rgba(245, 245, 245, 1);
}
.flat-char__title {
	color: rgba(95, 92, 92, 1);
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 5px;
}
.flat-char__value {
	font-size: 14px;
	line-height: 120%;
}
.flat-info__features {
	display: flex;
    flex-wrap: wrap;
    gap: 8px;
	margin-bottom: 25px;
}
.flat-info__feature {
	font-size: 12px;
	line-height: 120%;
	font-weight: 500;
	padding: 8px 16px;
	background: rgba(238, 238, 215, 1);
	border-radius: 15px;
}
.flat-info__tools {
	gap: 10px;
	margin-bottom: 25px;
	position: relative;
	display: grid;
    grid-template-columns: 1fr 1fr;

}
@media (max-width: 1200px) {
	.flat-info__tools {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
@media (max-width: 960px) {
	.flat-info__tools {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 480px) {
	.flat-info__tools {
		grid-template-columns: 1fr;
	}
}
.flat-info__tool {
	padding: 10px;
	border: 1px solid rgba(200, 200, 200, 1);
	border-radius: 8px;
    flex-grow: 1;
}
.flat-info__tool--active {
	border: 1px solid rgba(229, 175, 152, 1);
}
@media (max-width: 640px) {
	.flat-info__tool {
		padding: 15px;
	}
}
.flat-tool__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 4px;
}
.flat-tool__title {
	/* font-size: 16px; */
	font-size: 14px;
	line-height: 120%;
	font-weight: 500;
	display: flex;
    align-items: center;
}
/* @media (max-width: 640px) {
	.flat-tool__title {
		font-size: 12px;
	}
} */
.flat-tool__icon {
	line-height: 1;
    height: 17px;
}
.flat-tool__body {
	display: grid;
	min-height: 40px;
}
.flat-tool__text {
	font-size: 14px;
	line-height: 120%;
	display: inline;
}
.flat-tool__radio input {
	display: none;
}
.flat-info__tool label {
	display: initial;
	max-width: initial;
	margin-bottom: initial;
	font-weight: initial;
	cursor: pointer;
}
.flat-tool__radio .input-round {
	position: relative;
	width: 16px;
    height: 16px;
    border: 1px solid rgba(229, 175, 152, 1);
    border-radius: 8px;
    margin: 0;
}
.flat-tool__radio .input-round::after {
	content: '';
	display: block;
	position: absolute;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(229, 175, 152, 1);
    border-radius: 6px;
	opacity: 0;
}
.flat-tool__radio input:checked+.input-round::after {
	opacity: 1;
}
.flat-tool__footer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flat-link {
	font-size: 14px;
	/* line-height: 120%; */
	line-height: 24px;
	text-decoration: underline;
	color: rgba(161, 161, 161, 1);
}
.flat-tool__prop {
	font-size: 12px;
	font-weight: 500;
	/* line-height: 120%; */
	line-height: 1;
	padding: 6px 9px;
	background: rgba(238, 238, 215, 1);
	border-radius: 12px;
}
@media (max-width: 1200px) {
	.flat-tool__prop {
		/* font-size: 9px;
		padding: 6px; */
	}
}
.flat-info__accordion {
	position: relative;
}
.flat-accordion {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.flat-accordion__item {
	padding: 15px;
	background-color: rgba(245, 245, 245, 1);
	border-radius: 7px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex: 1 0 100%;
	row-gap: 8px;
}
.flat-accordion__item span[data-clear] {
	opacity: 0;
	cursor: pointer;
}
.flat-accordion__item.selected span[data-clear] {
	opacity: 0.7;
}
@media (max-width: 1200px) {
	.flat-accordion__item {
		flex-basis: 33.3%;
	}
}
@media (max-width: 640px) {
	.flat-accordion__item {
		flex-basis: 100%;
	}
}
.flat-accordion__header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	column-gap: 6px;
}
.flat-accordion__body {
	width: 100%;
	display: flex;
	justify-content: space-between;
	column-gap: 6px;
}
.flat-accordion__content {
	display: flex;
	column-gap: 6px;
	row-gap: 6px;
}
.flat-accordion__name {
	font-size: 16px;
	line-height: 120%;
	font-weight: 500;
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.flat-parking {
	/* display: flex; */
	align-items: center;
	column-gap: 10px;
	display: none;
	cursor: pointer;
}
.flat-parking.flat-parking--selected {
	display: flex;
}
.flat-parking svg {
	width: 20px;
	height: 20px;
}
.flat-accordion__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 8px;
}
.flat-accordion__sum {
	font-size: 14px;
    line-height: 120%;
	text-align: right;
}
.flat-accordion__link {
	display: flex;
	justify-content: end;
	align-items: center;
	column-gap: 8px;
}
.flat-accordion__link .flat-link {
	color: rgba(229, 175, 152, 1);
}
.flat-info__total {
	margin-bottom: 20px;
}
.flat-info__footer {
	display: flex;
	column-gap: 10px;
	align-items: center;
}
@media (max-width: 640px) {
	.flat-info__footer {
		flex-wrap: wrap;
		row-gap: 10px;
	}
}
.flat-info__underfooter {
	margin-top: 12px;
	font-size: 12px;
	line-height: 130%;
	text-align: center;	
}
.flat-info__booking {
	flex-grow: 1;
}
@media (max-width: 640px) {
	.flat-info__booking {
		/* flex-basis: 100%; */
		order: 1;
	}
}
.flat-info__callback {
	flex-grow: 1;
}
@media (max-width: 640px) {
	.flat-info__callback {
		order: 3;
		flex-basis: 100%;
	}
}
.flat-info__favorite {
	flex-basis: 50px;
	cursor: pointer;
}
@media (max-width: 640px) {
	.flat-info__favorite {
		order: 2;
	}
}
.flat-total__wrap {
	display: flex;
    flex-direction: column;
	row-gap: 5px;
}
.flat-total__title {
	font-size: 14px;
	line-height: 120%;
	color: rgba(95, 92, 92, 1);
}
.flat-total__prices {
	display: flex;
	align-items: baseline;
	column-gap: 10px;
}
.flat-total__price {
	font-size: 36px;
	line-height: 120%;
	font-weight: 500;
	color: rgba(95, 92, 92, 1);
}
.flat-total__price--sale {
	font-size: 18px;
	line-height: 120%;
	text-decoration: line-through;
	color: rgba(171, 171, 171, 1);
}
@media (max-width: 1200px) {
	.flat-total__wrap {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		row-gap: initial;
	}
	.flat-total__price {
		font-size: 30px;
	}
}
@media (max-width: 640px) {
	.flat-total__wrap {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 5px;
	}
	.flat-total__price {
		font-size: 26px;
	}
}
.flat-info__booking {
	display: block;
    text-align: center;
    background-color: rgba(229, 175, 152, 1);
    padding: 13px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
}
.flat-info__booking--modal {
	padding: 5.5px 27px;
}
.flat-info__callback {
	display: block;
    text-align: center;
    background-color: rgba(236, 226, 210, 1);
    padding: 13px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
}
.block-cart__info-favorite {
	width: 50px;
    height: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F5F5F5;
    border: 1px solid #5151511A;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s ease 0s;
}
.block-cart__info-favorite.added {
    background-color: #EBA9A933;
    border-color: #f7eeee;
}
.block-cart__info-favorite svg path {
    fill: #D8DEE1;
}
.block-cart__info-favorite.added svg path {
    fill: #EBA9A9;
}
.flat-content__3d {
	border-radius: 12px;
	overflow: hidden;
}
.flat-content__3d iframe {
	width: 100%;
	height: 100%;
	border-color: transparent;
}







/* modals */
#modal-floor {
	top: 75px;
    right: 0;
    left: 0;
	display: none;
}
.modal-info {
	position: absolute;
	z-index: 100;
}
.modal-info__content {
	padding: 18px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(200, 200, 200, 1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}
.modal-info__header {
	position: relative;
}
.modal-info__body {
	max-height: 387px;
	overflow-y: auto;
}
.modal-info__flats {
	display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.modal-flat {
	padding: 14px;
	background: rgba(245, 245, 245, 1);
	border-radius: 6px;
}
.modal-flat.current {
	pointer-events: none;
	background: rgba(250, 239, 234, 1);
}
.modal-flat.current .modal-flat__round::after {
	opacity: 1;
}
.modal-flat:hover {
	color: initial;
}
.modal-flat__header {
	position: relative;
	display: flex;
	justify-content: space-between;
	/* padding-bottom: 8px; */
	/* border-bottom: 0.5px solid rgba(229, 175, 152, 0.3); */
}
.modal-info__title {
	font-size: 16px;
	line-height: 140%;
	font-weight: 500;
	margin-bottom: 12px;
}
.modal-flat__floor {
	font-size: 18px;
	line-height: 130%;
	font-weight: 500;
}
.modal-flat__prices {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.modal-flat__price {
	font-size: 18px;
	font-weight: 500;
	line-height: 130%;
}
.modal-flat__price-sale {
	font-size: 11px;
	color: rgba(171, 171, 171, 1);
	text-decoration: line-through;
}
.modal-flat__round {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	border: 1px solid rgba(229, 175, 152, 1);
	position: relative;
}
.modal-info__close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.modal-flat__body {

}
.modal-flat__number {
	margin-top: 4px;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
}
.modal-flat__features {
	display: flex;
    flex-wrap: wrap;
    gap: 7px;
	margin-top: 8px;
}
.modal-flat__feature {
	font-size: 10px;
	line-height: 1;
	font-weight: 500;
	padding: 5px 14px;
	line-height: 10px;
	background-color: rgba(232, 228, 217, 1);
	border-radius: 30px;
}
/* flat-remont */
#modal-remont {
    top: 55px;
    right: 0;
    left: 0;
	display: none;
}
.modal-remont__item {
	padding: 14px;
    background-color: #ffffff;
    border-radius: 4px;
	border: 1px solid rgba(245, 245, 245, 1)
}
.modal-remont__item.current {
	pointer-events: none;
}
.modal-remont__item:hover {
	color: initial;
}
.modal-remont__item.current {
	background-color: rgba(229, 175, 152, 0.2);
}
.modal-remont__choise {
	color: rgba(229, 175, 152, 1);
	font-size: 16px;
	line-height: 120%;
	font-weight: 500;
}
.modal-remont__item .modal-remont__choise {
	opacity: 0;
}
.modal-remont__item.current .modal-remont__choise {
	opacity: 1;
}
.modal-remont__bottom {
    display: flex;
    justify-content: space-between;
	font-size: 14px;
	line-height: 120%;
	margin-top: 8px;
}
.modal-remont__price-title {
}
.modal-remont__price-value {
	font-weight: 500;
}
/* modal-tool */
#modal-tool-51 {
	top: 40px;
    right: 0;
    left: 0;
	display: none;
}

#modal-tool-62 {
	top: 170px;
    right: 0;
    left: 0;
	display: none;
}

/* render */
.modal-visual-render {
	padding: 40px;
	flex-grow: 1;
	border-radius: 12px;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
	background-color: #ffffff;
	/* max-height: 800px; */
}
@media (max-width: 1590px) {
	.modal-visual-render {
		/* max-height: 580px; */
		padding: 30px;
	}
}
@media (max-width: 1200px) {
	.modal-visual-render {
		padding: 20px;
	}
}
@media (max-width: 640px) {
	.modal-visual-render {
		padding: 10px;
	}
}
.modal-visual-sidebar {
	position: relative;
	height: 100%;
}
.modal-sidebar__items--abs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 12px;
	padding: 25px 30px;
	background-color: #ffffff;
	height: 100%;
}
@media (max-width: 1200px) {
	.modal-sidebar__items--abs {
		position: static;
		max-height: 400px;
	}
}
@media (max-width: 640px) {
	.modal-sidebar__items--abs {
		max-height: 600px;
	}
}
.modal-visual-render__title {
	text-align: center;
	font-size: 30px;
	line-height: 120%;
	font-weight: 500;
	margin-bottom: 20px;
}
@media (max-width: 1590px) {
	.modal-visual-render__title {
		font-size: 24px;
		margin-bottom: 10px;
	}
}
.modal-visual-render__image {
	width: 100%;
	max-height: 450px;
}
.flat-content__legend {
	margin-bottom: 24px;
	opacity: 0;
}
@media (max-width: 1200px) {
	.flat-content__legend {
		margin-bottom: 12px;
	}
}
.flat-content__legend.flat-content__legend--active {
	opacity: 1;
}
.flat-legend__items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap: 10px;
}
@media (max-width: 960px) {
	.flat-legend__items {
		column-gap: 15px;
		row-gap: 5px;
	}
}
.flat-legend__item {
	display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
}
.flat-legend__text {
	font-size: 14px;
	line-height: 120%;
}
@media (max-width: 640px) {
	.flat-legend__item {
		column-gap: 4px;
	}
	.flat-legend__text {
		font-size: 13px;
	}
}
.flat-legend__square {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	background-color: #ffffff;
}
.flat-legend--green {
	background-color: rgba(70, 127, 73, 1);
}
.flat-legend--blue {
	background-color: rgba(74, 135, 199, 1);
}
.flat-legend--yellow {
	background-color: rgba(255, 241, 201, 1);
}
.flat-legend--gray {
	background-color: rgba(95, 92, 92, 1);
}






/* feedback */
.flat-feedback {
	margin-top: 80px;
	margin-bottom: 80px;
}
@media (max-width: 640px) {
	.flat-feedback {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}
.feedback-meating {
	position: relative;
	padding: 40px;
}
@media (max-width: 640px) {
	.feedback-meating {
		padding: 30px;
	}
}
.feedback-meating__body {
	display: flex;
    justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 100;
	column-gap: 120px;
}
.feedback-meating__center {
	flex-basis: auto;
	flex: 1 0 min-content;
}
.feedback-meating__title {
	color: #ffffff;
	font-size: 38px;
	line-height: 120%;
}
@media (max-width: 1590px) {
	.feedback-meating__body {
		column-gap: 60px;
	}
	.feedback-meating__title {
		font-size: 26px;
	}
}
@media (max-width: 1200px) {
	.feedback-meating__body {
		flex-wrap: wrap;
		row-gap: 25px;
	}
	.feedback-meating__title {
		font-size: 24px;
	}
}
.feedback-meating__form {
	flex-basis: 420px;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.feedback-meating__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.feedback-meating__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	background: linear-gradient(258.92deg, rgba(21, 32, 38, 0.6) -3.42%, #152026 95.95%);
	z-index: 50;
}
.feedback-meating__gradient {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background: linear-gradient(258.92deg, rgba(21, 32, 38, 0.6) -3.42%, #152026 95.95%);
	z-index: 60;
}
.feedback-meating__button {
	display: block;
    text-align: center;
    background-color: #ffffff;
    padding: 13px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
}
.feedback-meating__aragment {
	font-size: 12px;
	line-height: 150%;
	color: #ffffff;
}

#calculator {
	margin-bottom: 60px;
}
#calculator .tools__mortgage-block {
	border-radius: 12px;
}
@media (max-width: 1200px) {
	#calculator {
		margin-bottom: 40px;
	}
}
@media (max-width: 640px) {
	#calculator {
		margin-bottom: 20px;
	}
}
#flat-sticky-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1000;
	background-color: #ffffff;
	border-bottom: 1px solid rgba(228, 228, 228, 1);
}
#flat-sticky-header.open {
	z-index: 1000;
}
.flat-sticky {
    display: flex;
    align-items: center;
	height: 80px;
	width: 100%;
}
.flat-sticky .flat-info__booking,
.flat-sticky .flat-info__callback {
	padding: 6px 12px;
}
.flat-sticky .flat-content__link,
.flat-sticky .flat-content__link svg {
	width: 36px;
	height: 36px;
}
.flat-sticky__body {
	display: flex;
    justify-content: space-between;
    align-items: center;
	flex-basis: 100%;
}
.flat-sticky__info {
	display: flex;
    align-items: center;
	column-gap: 25px;
}
.flat-sticky__title {
	font-size: 20px;
	line-height: 140%;
	font-weight: 500;
}
.flat-sticky__prices {
	display: flex;
    justify-content: space-between;
    align-items: center;
	column-gap: 10px;
}
.flat-sticky__price {
	font-size: 20px;
	line-height: 140%;
}
.flat-sticky__price--sale {
	font-size: 18px;
	line-height: 120%;
	color: rgba(171, 171, 171, 1);
	text-decoration: line-through;
}
@media (max-width: 1200px) {
	.flat-sticky {
		height: 71px;
	}
	.flat-sticky__info {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media (max-width: 960px) {
	.flat-sticky__info {
		flex-direction: column;
		align-items: flex-start;
	}
	.flat-sticky__title {
		font-size: 18px;
	}
	.flat-sticky__price {
		font-size: 18px;
	}
	.flat-sticky__price--sale {
		font-size: 18px;
	}
	.flat-sticky__footer .flat-content__rss {
		display: none;
	}
}
@media (max-width: 640px) {
	.flat-sticky__title {
		font-size: 16px;
	}
	.flat-sticky__price {
		font-size: 16px;
	}
	.flat-sticky__price--sale {
		font-size: 16px;
	}
}
.flat-sticky__burger {
	display: none;
}
@media (max-width: 960px) {
	.flat-sticky__burger {
		display: initial;
	}
}
#flat-sticky-footer {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1000000;
	background-color: #ffffff;
	border-top: 1px solid rgba(228, 228, 228, 1);
	display: none;
}
#flat-sticky-footer.open {
	z-index: 999999991;
}
.modal-open #flat-sticky-footer.open {
	/* z-index: -1000000; */
}
.flat-sticky__footer .flat-content__rss--footer {
	display: none;
}
@media (max-width: 960px) {
	#flat-sticky-footer.open {
		display: block;
	}
	.flat-sticky__footer .flat-content__rss--footer {
		display: initial;
	}
}
.flat-sticky__footer--footer {
	flex-basis: 100%;
}
.flat-info__price-square {
	font-size: 18px;
    line-height: 120%;
    color: rgba(171, 171, 171, 1);
	margin-top: 8px;
}
#flat-fullscreen {
	z-index: 999999992;
}

#flat-fullscreen .flat-content {
	position: static;
	background-color: #f5f5f500;
	border-radius: initial;
	padding: initial;
	box-shadow: initial;
}
#flat-fullscreen .flat-content__wrap {
    padding: 35px;
    background-color: #ffffff;
    border-radius: 12px;
    background-color: #ffffff;
    position: sticky;
    top: 120px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
}
@media (max-width: 1590px) {
	#flat-fullscreen .flat-content__wrap {
		padding: 25px;;
	}
}
@media (max-width: 960px) {
	#flat-fullscreen .flat-content__wrap {
		padding: 20px;
	}
}
@media (max-width: 960px) {
	#flat-fullscreen .flat-content__wrap {
		padding: 10px;
	}
}

.flat-content__subfooter {
    display: none;
    align-items: center;
    justify-content: space-between;
	column-gap: 10px;
}
@media (max-width: 960px) {
	.flat-content__footer--modal .flat-content__link {
		display: none;
	}
	.flat-content__subfooter {
		display: flex;
	}
}
/* .flat-content__subfooter .flat-content__booking {
	flex-grow: 1;
} */

#flat-fullscreen .callback-form__close {
	top: 50%;
    transform: translateY(-50%);
}

#flat-fullscreen .container-fluid {
	/* overflow: hidden; */
}
.flat-content__zoom {
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	z-index: 750;
}
.flat-content__zoom-svg {
	width: 48px;
	height: 48px;
	background-color: rgba(229, 175, 152, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	cursor: pointer;
	opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.flat-content__item:hover .flat-content__zoom-svg {
	opacity: 1;
}
@media (max-width: 960px) {
	.flat-content__item:hover .flat-content__zoom-svg {
		opacity: 0;
	}
	.flat-content__zoom-svg {
		/* display: none; */
	}
}



.flat-modal-content {
	height: 100%;
    display: flex;
    flex-direction: column;
    /* background: #bcfdc2; */
}
.flat-modal-header {
    margin-bottom: 35px;
}
.flat-modal-header .flat-content__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flat-modal-header .flat-content__title h2 {
	margin: 0;
	font-size: 40px;
}
@media (max-width: 1590px) {
	.flat-modal-header {
		margin-bottom: 25px;
	}
	.flat-modal-header .flat-content__title h2 {
		font-size: 30px;
	}
}
@media (max-width: 1280px) {
	.flat-modal-header {
		margin-bottom: 20px;
	}
	.flat-modal-header .flat-content__title h2 {
		font-size: 26px;
	}
}
@media (max-width: 960px) {
	.flat-modal-header {
		margin-bottom: 20px;
	}
	.flat-modal-header .flat-content__title h2 {
		font-size: 21px;
	}
}
#flat-fullscreen .flat-modal-header .callback-form__close {
	position: initial;
	transform: initial;
	min-width: 30px;
	min-height: 30px;
}
.flat-modal-body {
	/* background: green; */
	flex-grow: 1;
	overflow: hidden;
}
.flat-modal-body .container-fluid {
	height: 100%;
}
.flat-modal-wrap {
	position: relative;
	height: 100%;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
}
.flat-modal-main {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 45px 35px;
}
@media (max-width: 1590px) {
	.flat-modal-main {
		padding: 35px 25px;
	}
}
@media (max-width: 1280px) {
	.flat-modal-main {
		padding: 25px;
	}
}
@media (max-width: 960px) {
	.flat-modal-main {
		padding: 20px;
	}
}
@media (max-width: 640px) {
	.flat-modal-main {
		padding: 15px;
	}
}
.flat-modal-render {
	background: white;
	flex-grow: 1;
	overflow: hidden;
	padding-bottom: 40px;
	position: relative;
	display: none;
}
.flat-modal-render.flat-modal-render--parking,
.flat-modal-render.flat-modal-render--pantry {
	display: block;
}
@media (max-width: 1590px) {
	.flat-modal-render {
		padding-bottom: 24px;
	}
}
@media (max-width: 960px) {
	.flat-modal-render {
		padding-bottom: 16px;
	}
}
@media (max-width: 640px) {
	.flat-modal-render {
		padding-bottom: 0px;
	}
}
.flat-modal-render.flat-modal-render--active {
	display: block;
}
.flat-modal-render__wrap {
	position: relative;
    height: 100%;
}
.flat-modal-render__img {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.flat-modal-render__img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.flat-modal-render__svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* opacity: 0.7; */
}
.flat-modal-render__control {
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    row-gap: 20px;
	z-index: 950;

    bottom: 6px;
    top: initial;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    gap: 20px;
}
@media (max-width: 960px) {
	.flat-modal-render__control {
		row-gap: 10px;
	}
}
.flat-modal-controls {
    justify-content: space-between;
    align-items: flex-end;
	display: none;
}
@media (max-width: 960px) {
	.flat-modal-controls {
		display: none;
		margin-bottom: 20px;
		justify-content: center;
	}
}
.flat-modal-controls .flat-modal-control {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 15px;
}
.flat-modal-render__rose {
	position: absolute;
    right: 0;
    /* top: 0; */
    /* transform: translateY(-100%); */
	bottom: 0;
}
@media (max-width: 960px) {
	.flat-modal-render__rose {
		/* display: none; */
	}
	.flat-modal-render__rose svg {
		width: 60px;
		height: 60px;
	}
}
.flat-modal-render__frame {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	overflow: hidden;
}
.flat-modal-render__frame iframe {
	width: 100%;
	height: 100%;
}
.flat-modal-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 960px) {
	.flat-modal-nav {
		flex-direction: column;
		row-gap: 20px;
	}
}
.flat-modal-nav__rss {
	margin-bottom: 12px;
}
@media (max-width: 960px) {
	.flat-modal-nav__rss {
		/* display: none;
		top: 5px;
		right: 5px; */
	}
}
.flat-modal-nav__booking {

}
.flat-modal-nav__booking--first {
	opacity: 0;
}
@media (max-width: 1280px) {
	.flat-modal-nav__booking--first {
		display: none;
	}
}
@media (max-width: 960px) {
	.flat-modal-nav__booking {
		width: 100%;
		max-width: 240px;
	}
}
@media (max-width: 640px) {
	.flat-modal-nav__booking {
		width: 100%;
		max-width: initial;
	}
}
.panzoomControl__plus,
.panzoomControl__minus {
	width: 46px;
	height: 46px;
}
.panzoomControl__plus svg,
.panzoomControl__minus svg {
	width: 100%;
	height: 100%;
}
.panzoomControl__plus svg circle,
.panzoomControl__minus svg circle {
	fill: rgba(229, 175, 152, 1);
}
@media (max-width: 1590px) {
	.panzoomControl__plus,
	.panzoomControl__minus {
		width: 36px;
		height: 36px;
	}
}
@media (max-width: 960px) {
	.panzoomControl__plus,
	.panzoomControl__minus {
		width: 30px;
		height: 30px;
	}
}
.flat-modal-controls__rose {

}
@media (max-width: 960px) {
	.flat-modal-controls__rose {
		width: 60px;
		height: 60px;
        position: absolute;
        right: 0;
	}
	.flat-modal-controls__rose svg {
		width: 100%;
		height: 100%;
	}
	.flat-content__rss {
		/* position: absolute;
		top: 5px;
		right: 5px; */
	}
}
.flat-modal-navs {
	position: relative;
}
@media (max-width: 960px) {
	.flat-modal-navs {
		/* padding: 0 10px 20px; */
	}
}
.parking-list {
	display: flex;
}
.parking-list--selected {
	/* display: grid; */
    /* grid-template-columns: 1fr 1fr 1fr; */
	/* direction: rtl; */
	flex-wrap: wrap;
	justify-content: end;
    column-gap: 16px;
	row-gap: 8px;
    width: 100%;
}
@media (max-width: 375px) {
	.parking-list--selected {
		grid-template-columns: 1fr 1fr;
	}
}
.parking-list__item {
	font-size: 14px;
	flex-basis: 100%;
    display: flex;
    column-gap: 4px;
    align-items: center;
    justify-content: space-between;
}
.parking-list__title {
	font-weight: 500;
	/* font-size: 16px; */
	line-height: 130%;
}
.parking-list__body {
	display: flex;
    column-gap: 4px;
    align-items: center;
}
.parking-list__close {
	cursor: pointer;
	height: 24px;
}
.parking-list__close svg {
	width: auto;
	height: 100%;
}
[data-parking-item-selected="clone"] {
	display: none;
}
.pantry-list {
	display: flex;
}
.pantry-list--selected {
	/* display: grid; */
    /* grid-template-columns: 1fr 1fr 1fr; */
	/* direction: rtl; */
	flex-wrap: wrap;
	justify-content: end;
    column-gap: 16px;
	row-gap: 8px;
    width: 100%;
}
@media (max-width: 375px) {
	.pantry-list--selected {
		/* grid-template-columns: 1fr 1fr; */
	}
}
.pantry-list__item {
	font-size: 14px;
	flex-basis: 100%;
    display: flex;
    column-gap: 4px;
    align-items: center;
    justify-content: space-between;
}
.pantry-list__title {
	font-weight: 500;
	/* font-size: 16px; */
	line-height: 130%;
}
.pantry-list__body {
	display: flex;
    column-gap: 4px;
    align-items: center;
}
.pantry-list__close {
	cursor: pointer;
	height: 24px;
}
.pantry-list__close svg {
	width: auto;
	height: 100%;
}
[data-pantry-item-selected="clone"] {
	display: none;
}
.icon--question {
    display: flex;
    width: auto;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.icon--tooltip + .tooltip.in .tooltip-arrow {
	border-top-color: #ffffff;
}
.icon--tooltip + .tooltip.in .tooltip-inner {
	background-color: #ffffff;
	border-radius: 3px;
	color: #575757;
	padding: 12px;
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
	box-shadow: 0px 4px 8px 0px rgba(5, 16, 55, 0.1);
}

.modal-remont__first-pay-value {
    font-size: 12px;
    line-height: 120%;
    display: inline;
}

.flat-content__slider {
	display: grid;
	width: 100%;
	height: 100%;
}
@media (max-width: 768px) {
	.flat-content__slider .swiper-button-next.swiper-button-next--project {
		right: 4px;
	}
	.flat-content__slider .swiper-button-prev.swiper-button-prev--project {
		left: 4px;
	}
}

.swiper-slide .swiper-slide__zoom-wrapper {
	width: 100%;
	height: 100%;
}

.flat-modal-render picture.flat-content__slider--exrta {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
}

/* .tools__mortgageitem_center-dot .noUi-origin:nth-child(2)
{
  opacity: 0;
  z-index: -100;
}
.tools__mortgageitem_center-dot .noUi-origin:nth-child(4)
{
  opacity: 0;
  z-index: -100;
} */