.sectionPage{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}






.wrapApartTable .lineFloor:first-child{
	border-top: 1px solid #74675C;
}
.wrapApartSection{
	padding-bottom: 15px;
}
.wrapApartTable .lineFloor{
	/*height: 51px;*/
	display: grid;
	grid-gap: 45px;
	padding:7px 0;
	border-bottom: 1px solid #74675C;
	grid-template-columns: 80px minmax(100px,1fr);	
}
.wrapApartTable .wrapFloorsApart{
	flex:1;
	display: grid;
	grid-template-columns: repeat(5,minmax(10px,1fr));
	grid-gap: 10px;
}
.wrapApartTable .nucFloorNum{
	/*width: 30px;*/
	display: flex;
	align-items: center;
	flex:none;
}
.wrapApartTable .txtFloor{	
	white-space: nowrap;
	color: #433A32;
	font-family: Geologica;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 10px;
}
.wrapApartTable .txtFloor span{
	font-size: 25px;
}


.wrapApartTable .nucFloorApart{
	height: 64px;
	padding:5px;
	width: 75px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
}
.wrapApartTable .nucFloorApart.nofilter{
	background: #E6D6C7 !important; 
	
	font-size: 0;
}
.square,.rooms{
	font-weight: 700;
}
.wrapApartTable .nucFloorApart.free{
	background: #7B9368;
}
.wrapApartTable .nucFloorApart.sold{
	background: #936E68;
}
.wrapApartTable .nucFloorApart.bron{
	background: #5C6274;
}
.wrapApartTable .nucFloorApart.empty{
	background: #fff;
	font-size: 0;
	pointer-events: none;
}




.nucFloorApart  .infoApartTooltip{
	border-radius: 5px;
	padding:6px 10px;	
	flex-direction: column;
	font-size: 12px;
	font-weight: 500;
	color: #433A32;
	white-space: nowrap;
	z-index: 2;
	min-height: 100%;
	justify-content: center;
}

.nucFloorApart:hover{
	text-decoration: none;
}
.nucFloorApart:hover:before{
	position: absolute;
	inset: -3px;
	content: '';
	border:1px solid #433A32;
	border-radius: 5px;
}





/*.wrapApartPage{
	display: flex;
	gap: 10px;
	align-items: flex-end;
}
.wrapApartPage > .imgW img{
	border-radius: 0 0 24px 24px;
	box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.25);
}*/

.wrapStatuses{
	display: flex;
	/*justify-content: center;*/
	gap: 50px;
	margin-bottom: 50px;
	padding-left: 125px;
}
.statusDie{
	font-size: 15px;
	color: #433A32;
	display: flex;
	text-transform: uppercase;
	gap: 10px;
	align-items: center;
	font-weight: 500;
}
.statusDie:before{
	display: inline-block;
	content: '';
	border-radius: 5px;
	width: 20px;
	height: 20px;
}
.statusDie.free:before{
	background: #7B9368;
}
.statusDie.bron:before{
	background: #5C6274;
}
.statusDie.sold:before{	
	background: #936E68;
}


.nucFloorApart .saleDie{
	display: none;
}
@media screen and (max-width:1600px){
.wrapApartTable .nucFloorApart{
	width: 60px;
	font-size: 12px;
}
.wrapApartTable .lineFloor{
	grid-gap: 20px;
}
.wrapStatuses{
	gap: 35px;
  margin-bottom: 30px;
  padding-left: 100px;
}
}
@media screen and (max-width:1449px){
.sectionPage{
    flex-direction: column;
  }
}
@media screen and (max-width:1199px){

}

@media screen and (max-width:767px){
.wrapStatuses{
	gap: 15px;
  margin-bottom: 20px;
  padding-left: 0;
}
.statusDie {
  font-size: 12px;
}
.statusDie::before{
	width: 15px;
  height: 15px;
}
.wrapApartTable {
	overflow: auto;
}
.lineFloor{
	/*min-width: 600px;*/
}
.wrapApartTable .lineFloor{
	grid-gap: 20px;
	grid-template-columns: 65px minmax(100px,1fr);
}
.wrapApartTable .txtFloor span {
  font-size: 22px;
}
.wrapApartTable .txtFloor{
	gap: 5px;
}
}