img.image_full_view {width: 250px;}


 
.all_size>i:last-child, .price>i:last-child {
	/* font-size: 38px; */
}
.apart_box {
	/* height: calc(100vh - 130px); */
	margin: 60px auto 150px;
}

.left_box {
	height: 100%;
	width: 100%;
	position: relative;
}

.main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: max-content;
	width: 70vw;
	margin: 0 auto;
	font-family: 'Open Sans';
}

.right_box {
	width: 840px;
	max-width: 100%;
	height: 100%;
	/* background: antiquewhite; */
	padding: 0 83px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
}

.get_plan {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	right: auto;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.plan_apart {
	height: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	position: relative;
	/* margin: 0 auto; */
	left: 0;
	right: 0;
	font-weight: 600;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

img.get_plan_a_image_img {
	max-width: 100%;
	width: auto;
	max-height: 65vh;
	z-index: 2;
	opacity: 1;
	position: relative;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	margin-top: 50px;
	cursor: pointer;
	-o-object-fit: contain;
	object-fit: contain;
	height: calc(100% - 100px);
}
.left_box{
	height: 70vh;
}


.get_plan.double_level_box>.plan_apart:first-child {
	/* left: 0; */
	/* right: auto; */
}

.get_plan.double_level_box>.plan_apart:last-child {
	/* left: 30%; */
}

.plan_apart.inactive>.get_plan_a_image_img {
	z-index: 0;
	opacity: 0.4;
}

i.title_level {
	position: relative;
	top: 0;
	z-index: 3;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	background: black;
	color: white;
	padding: 8px 20px;
	cursor: pointer;
	border-radius: 26px;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	display: none;
}

i.title_level.title_level_1 {
	left: 0;
	right: 0;
}

i.title_level.title_level_2.inactive {
	left: 0;
	right: 0;
}

.info {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto;
	position: relative;
	font-size: 50px;
	font-weight: 900;
	color: #767676;
	color: #4b4b6e;
	margin-bottom: 29px !important;
	/* background: red; */
	border-bottom: 1px solid #b5b5b5;
}
.apart_room_size_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.apart_room_name {
	width: 200px;
	-webkit-box-flex: 1;
		 -ms-flex: 1;
			  flex: 1;
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
}

.apart_room_size {
	width: auto;
	font-weight: 700;
	color: #4b4b6e;
}

.get_apart_size {
	width: 100%;
	line-height: 40px;
	font-size: 24px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
			  box-sizing: border-box;
}

.price>i>i:first-child {}

.apart_size {
	width: 100%;
	margin: 0 auto;
}

.apartament_size_l {
	text-align: center;
	font-size: 27px;
	font-weight: 600;
	color: #8b8b8b;
	cursor: pointer;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	display: none;
}
.all_size {
}
.all_size>i, .price>i {
	/* font-size: 14px; */
	font-weight: 400;
	color: dimgrey;
}

.price, .all_size {
	margin-top: 32px;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	color: dimgrey;
}
.plan_apart.inactive>.title_level {
	background: #d6d6d6;
	color: black;
}
.apartament_size_l.apartament_size_l2 {
	margin-top: 25px;
}

.apartament_size_l:hover {
	color: black;
}

.plan_apart.inactive:hover > img {
	opacity: 0.5;
}
.byu_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 35px;
	margin: 35px auto 5px;
	width: max-content;
}

.can_buy>.byu {margin-right: 8px;width: max-content;padding: 14px 86px !important;background: linear-gradient(27deg, #5050ff, #009cde, #009cde, #4b4b6e);background-size: 100%;background-position: center;background-size: 200%;}

.byu_info>div, .byu_info>a {
	background: #696969;
	color: white;
	border-radius: 46px;
	padding: 14px 22px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	border: 2px solid #ffffff;
	margin: 0 4px;
}

.byu_info>div:hover, .byu_info>a:hover {
	/* color: black; */
	border: 2px solid silver;
	background-position: left;
}






i.fa-solid.fa-magnifying-glass-plus.photo_open_div {
	position: absolute;
	margin: auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 95px;
	z-index: 2;
	padding: 50px;
	cursor: pointer;
	opacity: 0;
	color: black;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	text-shadow: 0 0 20px white, 0 0 20px white, 0 0 20px white, 0 0 20px white;
	z-index: 9;
}

.left_box:hover >  .get_plan>i.fa-solid.fa-magnifying-glass-plus.photo_open_div {
	opacity: 0.3;
}
.plan_apart.inactive>.photo_open_div {display: none;}
.size {
	margin-bottom: 50px;
}
.price_dph {
	font-size: 22px;
	color: dimgrey;
	font-weight: 400;
	margin-top: 4px;
	position: relative;
}
.get_plan.double_level_box>.plan_apart>i.title_level {
	display: block;
}

.plan_apart {}

.double_apart_size>.apartament_size_l1 {
	display: block;
}

.apartament_size_l.apartament_size_l2 {
	display: block;
}
.byu_info.can_buy>div, .byu_info.can_buy>a {
	margin: 15px 4px 0;
}
.status {
	color: black !important;
	font-weight: 600;
	cursor: default !important;
	-webkit-box-flex: 1;
		 -ms-flex: 1;
			  flex: 1;
}

.status:hover {
	border-color: #ff000000 !important;
}
.info_fo_sell {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	font-family: 'Open Sans';
	font-size: 20px;
	font-weight: 600;
	color: #444444;
	white-space: break-spaces;
}
.back {
	position: absolute;
	top: -5%;
	left: 28px;
	font-size: 28px;
	height: max-content;
	padding: 5px 0 7px;
}

.back>a>i:last-child {
	background: #6b6b6b;
	border-radius: 66px;
	padding: 4px 15px;
	color: white;
	font-weight: 600;
	font-family: 'Open Sans';
	position: relative;
	transition: 0.6s;
}

.back {}

.back>a>i:first-child {
	font-size: 38px;
	margin-right: 6px;
	transition: 0.6s;
	color: #a5a5a5;
}

a {}

.back>a {
	display: flex;
}

.back:hover > a>i:first-child {
	margin-left: -10px;
}

.back:hover > a>i:last-child {
	margin-left: 10px;
}
.compas {
	position: absolute;
	width: 140px;
	height: max-content;
	bottom: 21px;
	left: 27px;
	opacity: 0.4;
	margin: auto;
	transition: 0.6s;
}

.compas>svg {
	width: inherit;
	height: auto;
}
.compas:hover {
	opacity: 1;
}
i.value_color {color: #4b4b6e;font-weight: 900;}
.photo_nav_left, .photo_nav_right {
	display: none;
}