@charset "utf-8";

/* CSS Document */

body {
	height: auto !important;
}

[class*="in_pla"] {
	border: none;
	outline: none;
}

.in_pla_bor {
	-webkit-box-shadow: 0px 0px 0px 1px #fc1;
	box-shadow: 0px 0px 0px 1px #fc1;
}

.in_pla_tog {
	background: #fc1;
	color: #000;
	fill: #fff;
}

.in_pla_tog:hover {
	background: #fb0;
}

.in_pla_emp {
	background: none;
	color: #000;
	fill: #ccc;
}

.in_pla_emp:hover {
	background: #eee;
}

.ann_flats__sort {
	visibility: hidden;
}

.back_button {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 15px !important;
	height: 27px;
	text-decoration: none;
	background-color: transparent;
}

.back_button:hover .arrow {
	fill: #fc1;
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}

.back_button .caption {
	position: relative;
	/* top: -1px; */
	margin-left: 8px;
	color: #000;
	font-size: 14px;
}

.back_button:hover .caption {
	color: #fc1;
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}

.back_button:active {
	color: #000;
	background-color: transparent;
}

.back_button .svg {
	position: relative;
	height: 100%;
	width: auto;
}

@media screen and (min-width: 720px) {
	.ann_flats__sort {
		visibility: visible;
	}
}

.rel_pla_block {
	padding: 20px 0;
}

.rel_pla_block .rel_pla_section {
	max-width: 1100px;
	margin: 0 auto;
}

@media (max-width: 1140px) {
	.rel_pla_block .rel_pla_section {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.rel_pla_block .rel_pla_section:nth-of-type(2) {
	margin-top: 80px;
}

.rel_pla_block h2 {
	display: inline-block;
	margin: 0px 0 30px;
	font-size: 18px;
}

.rel_pla_block .label_rel_apparts {
	display: inline-block;
	margin-left: 40px;
	padding: 4px 12px;
	height: 24px;
	border: 1px solid #aaa;
	border-radius: 5px;
	font-size: 14px;
	line-height: 10px;
}

@media (max-width: 747px) {
	.rel_pla_block h2 {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}

	.rel_pla_block .label_rel_apparts {
		display: block;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto 30px;
	}
}

.rel_pla {
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, calc(25% - 15px));
}

.rel_pla a {
	text-decoration: none;
	color: unset;
	width: 100%;
}

.rel_pla a:nth-child(n+5) {
	display: none;
}

.rel_pla_item {
	margin: 0 auto;
	padding: 7px 27px;
}

.rel_pla_item .scheme {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 200px;
}

.rel_pla_item .scheme .no-img {
	position: relative;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	background-color: #eee;
	text-align: center;
}

.rel_pla_item .scheme .free {
	top: -7px;
	right: -27px;
	padding: 5px 15px;
	font-size: 14px;
}

.rel_pla_item .info {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	margin-top: 10px;
}

.rel_pla_item .info .rooms {
	font-size: 2.6em;
	font-weight: 600;
}

.rel_pla_item .info .summ {
	font-size: 1.3em;
	font-weight: 600;
}

.rel_pla_item .info .cost {
	font-size: 1.1em;
}

.rel_pla_item .zk {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
}

.rel_pla_item .zk .name_zk {
	font-weight: 600;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.rel_pla_item .zk .raion {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #aaa;
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
	width: 100%;
}

@media (max-width: 1104px) {}

@media (max-width: 1104px) {
	.rel_pla {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		justify-content: center;
	}

	.rel_pla_item .info {
		justify-content: center;
	}

	.rel_pla_item .zk .name_zk {
		text-align: center;
	}

	.rel_pla_item .zk .raion {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 582px) {
	.rel_pla {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}
}

.rel_pla:empty,
.rel_pla:empty+.ex_rel {
	display: none;
}

.rel_pla_block .see_more {
	display: none;
	margin: 30px auto 0;
	padding: 7px 17px;
	font-size: 16px;
}