#choose__building {
	padding: 0;
}

#page {}

.choose__building_svg svg path:nth-child(1) {}

.choose__building_svg svg path:nth-child(2) {}

.path-1 path,
.path-1 rect {
	fill-opacity: 0;

}

.path-2 path,
.path-2 rect {
	fill-opacity: 0.1;
}

.path-1:hover path,
.path-2:hover path,
.path-2:hover rect,
.path-1:hover rect {
	fill-opacity: 0.55;
	stroke-opacity: 0.55;
}

.path-section path {
	fill-opacity: 0;
}

.path-section path:hover {
	fill-opacity: 0.55;
	stroke-opacity: 0.55;
}

.path-section.active path {
	fill-opacity: 0.55;
	stroke-opacity: 0.55;
}

.container__desktop {
	width: 100%;
	/* display: grid;
	grid-template-columns: 1fr 2fr; */
	display: flex;
	justify-content: space-between;
}

.choose__pannel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	margin: 0 auto;
}

.choose__pannel .button {
	padding: 20px 25px;
}

.choose__pannel_arrow-right {
	transition: all 0.2s ease-out;
}

.arrow-right:hover .choose__pannel_arrow-right {
	margin-left: 20px;
}

.arrow-right:hover path {
	stroke: var(--accent);
}

.arrow-right h2 {}

.arrow-left {
	color: var(--black);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.arrow-left h3 {
	margin-left: 40px;
}

.arrow-left:hover {
	color: var(--accent);
}

.choose__pannel_arrow-left {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.2s ease-out;
}

.arrow-left:hover .choose__pannel_arrow-left {
	left: -20px;
}

.choose__pannel .button,
.choose__building_box .button {
	text-decoration: none;
	background-color: var(--white);
	border: 2px solid var(--accent);
	color: var(--black);
	margin-top: 300px;
	position: relative;
}

.choose__pannel .button:hover,
.choose__building_box .button:hover {
	color: var(--white);
	background-color: var(--accent);
}

.choose-page {
	padding-right: 0px !important;
}

.floor-section {
	max-height: unset;
	height: 100%;
}

.svg-container {
	/* max-height: 490px; */
	max-width: 700px;
	display: flex;
	flex-direction: column;
}

.svg-container-first {
	max-width: 300px;
	min-height: 300px;
}

.housing-svg {
	max-width: 450px;
}

.housing-svg .compas {
	margin-top: auto;
}

.container-section {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-evenly;
	padding: 30px 0 0 0 !important;
}

.choose__building_box svg {
	width: 100%;
	height: 100%;
}

.choose__building_box .arrow-left {
	justify-content: flex-start;
	align-items: flex-start;
}

.scheme {
	width: 150% !important;
}

.compas {
	width: 50% !important;
}

.section-pannel .arrow-left {
	align-items: flex-start;
}

.section-pannel .arrow-left:hover .choose__pannel_arrow-left {
	margin-right: 10px;
}

.section-pannel .arrow-left {
	color: black;
	cursor: unset;
}


.section-pannel .arrow-left:nth-child(1):hover {
	color: #EB6753;
	cursor: pointer;
}

.section-pannel .arrow-left:nth-child(1):hover path,
.section-pannel .arrow-left:nth-child(2) svg:hover path {
	fill: #EB6753;
	cursor: pointer;
}

#page {
	padding-top: 36px !important;
}

#modal {

	font-weight: 600;
	font-size: 16px;
	background-color: white;
	padding: 20px 15px;
	z-index: 1200;
	position: fixed;
	border: 2px white solid;
	border-radius: 4px;
}

.choose__building_box {
	height: calc(100vh - 72px);
}

#choose__section .container-section .choose__building_box {
	height: unset;
}

.choose-floor {
	display: flex;
}

.floor-arrow:hover svg path {
	fill: var(--accent);
}

.choose__flat {
	width: 600px;
	height: 800px !important;
	margin-top: -30px;
}

.container-section__content {
	padding-top: 0 !important;
}