@media only screen and (max-width: 768px) {
	#pr_left_side {
		float: none;
		margin: 0px 0px 40px 0;
	}
	
	#pr_div_bg {
		display: none;
		height: 397px;
		width: 300px;
	}
	
	#pr_div {
		height: 200px;
		width: 100%;
	}
	
	#pr_div > span {
		width: 100%;
		height: 50px;
		bottom: 0px;
	}
	
	#pr {
		position: relative;
		margin-top: 0px;
	}

	#flats_left_div a {
		padding: 7px 0;	
	}
	
	#flors_outside_div { 
		width: 100%;
		position: relative;
		bottom: 0;
		background: #fff;
		right: 0;
		z-index: 10;
	}

	#appartment_img_div svg a:hover .st0 {
		opacity: 0;
	}
	
	#appartment_img_div svg a:hover text.st2,
	#appartment_img_div svg a:hover .st1 {
		opacity: 1;
	}
	
	section {
		padding: 0px 0 40px;
	}
	
	.standart {
		opacity: 0.7;
	}
	
	.standart_text text {
		opacity: 1;
	}
}

@media only screen and (min-width: 768px) {

	#pr_left_side {
		float: right;
		margin: 0px 0 25px 35px;
	}

	#pr_div_bg {
		display: none;
		height: 422px;
		width: 400px;
	}
	
	#pr_div {
		height: 400px;
		width: 370px;
	}
	
	#pr_div > span {
		width: 100%;
		height: 50px;
		bottom: 0px;
	}
	
	#pr {
		position: relative;
		margin-top: 70px;
	}

	#flats_left_div a {
		padding: 7px 0;	
	}
	
	#flors_outside_div { 
		width: 40%;
		position: absolute;
		bottom: 0;
		background: #fff;
		right: 0;
		z-index: 10;
	}

	#appartment_img_div svg a:hover .st0 {
		opacity: 0;
	}
	
	#appartment_img_div svg a:hover text.st2,
	#appartment_img_div svg a:hover .st1 {
		opacity: 1;
	}
	
	section {
		padding: 20px 0 90px;
	}
	
	.standart {
		opacity: 0.7;
	}
	
	.standart_text text {
		opacity: 1;
	}
}

@media only screen and (min-width: 1024px) {
	#pr_left_side {
		float: right;
		margin: 50px 0 40px 60px;
	}

	#pr_div_bg {
		display: block;
		height: 422px;
		width: 400px;
	}
	
	#pr_div {
		height: 400px;
		width: 445px;
	}
	
	#pr_div > span {
		width: 300px;
		height: 60px;
		bottom: 43px;
	}
	
	#pr {
		position: relative;
		margin-top: 70px;
	}

	#flats_left_div a {
		padding: 20px 0;	
	}

	#appartment_img_div svg a:hover .st0 {
		opacity: 0;
	}
	
	#appartment_img_div svg a:hover text.st2,
	#appartment_img_div svg a:hover .st1 {
		opacity: 1;
	}

	section {
		padding: 20px 0 90px;
	}
	
	.standart,
	.standart_text text {
		opacity: 0;
	}
	
}

@media only screen and (min-width: 1250px) {
	#pr_left_side {
		float: right;
		margin: 100px 0 40px 60px;
	}

	#pr_div_bg {
		display: block;
		height: 570px;
		width: 570px;
	}
	
	#pr_div {
		height: 500px;
		width: 545px;
	}
	
	#pr_div > span {
		width: 300px;
		height: 120px;
		bottom: 43px;
	}
	
	#pr {
		position: relative;
		margin-top: 130px;
	}

	#flats_left_div a {
		padding: 20px 0;	
	}

	#appartment_img_div svg a:hover .st0 {
		opacity: 0.5;
	}
	
	#appartment_img_div svg a:hover text.st2,
	#appartment_img_div svg a:hover .st1 {
		opacity: 1;
	}
	
	section {
		padding: 30px 0 120px;
	}
	
	.standart,
	.standart_text text {
		opacity: 0;
	}
}

@media only screen and (min-width: 1400px) {
	#pr_left_side {
		float: right;
		margin: 100px 0 40px 60px;
	}

	#pr_div_bg {
		display: block;
		height: 570px;
		width: 720px;
	}
	
	#pr_div {
		height: 500px;
		width: 545px;
	}
	
	#pr_div > span {
		width: 300px;
		height: 120px;
		bottom: 43px;
	}
	
	#pr {
		position: relative;
		margin-top: 130px;
	}

	#flats_left_div a {
		padding: 20px 0;	
	}

	#appartment_img_div svg a:hover .st0 {
		opacity: 0.5;
	}
	
	#appartment_img_div svg a:hover text.st2,
	#appartment_img_div svg a:hover .st1 {
		opacity: 1;
	}
	
	section {
		padding: 30px 0 120px;
	}
	
	.standart,
	.standart_text text {
		opacity: 0;
	}

}
/* # */
	#pr_div_bg {
		position: absolute;
		right: 0;
		top: 0;
		background: #05346C;
	}
	
	#pr_div {
		background: rgba(0, 0, 0, .9) url(/images/preloader.gif) center no-repeat;
		position: relative;
		transition: all 0.2s ease-in-out;
		z-index: 0;
	}
	
	#pr_div > span {
		background: #05346C;
		display: block;
		position: absolute;
		right: 0px;
		z-index: 100;
	}
	
	#pr_div > span > span {
		background-color: #fff;
		cursor: pointer;
		width: 10px;
		height: 10px;
		border-radius: 10px;
		display: block;
		border: 4px solid #fff;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		transition: all 0.2s ease-in-out;
	}
	
	#pr_div > span > span:hover {
		background-color: transparent;
		width: 20px;
		height: 20px;
	}
	
	#pr_div > div {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		display: none;
		right: 0;
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
	}
	
	#pr .page_title_h1 {
		text-align: left;
		margin: 10px 0 45px;
	}
	
	#pr .page_title_h1 span {
		display: block;
	}
	
	#appartment_img_div {
		position: relative;
	}
	
	#appartment_img_div img {
		position: relative;
		z-index: 0;
	}
	
	#appartment_img_div svg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 5;
	}
	
	#appartment_img_div svg a {
		text-decoration: none;
	}
	
	#appartment_img_div svg .st0,
	#appartment_img_div svg .st1 {
		cursor: pointer;
		fill:#FCB812;
		opacity: 0;
		transition: opacity 0.2s ease-in-out;
	}
	
	#appartment_img_div svg text.st2 {
		fill: #000;
		opacity: 0;
		font-size: 20px;
		transition: opacity 0.2s ease-in-out;
	}
	
	#flats_left_div {
		border-top: 1px solid #B3BFCB;
		border-left: 1px solid #B3BFCB;
		border-right: 1px solid #B3BFCB;
	}
	
	#flats_left_div a {
		display: block;
		text-align: center;
		width: 100%;
		text-decoration: none;
		color: #000000;
		border-bottom: 1px solid #B3BFCB;
		transition: all 0.2s ease-in-out;
	}
	
	#flats_left_div a.no_flats_left {
		background: #e5e5e5;
		color: #939aa6;
	}
	
	#flats_left_div a.flats_left:hover,
	#flats_left_div a#active_floor {
		background: #667870;
		color: #fff;
	}
/* # */

/* . */
	.floor_imgs_div {
		position: relative;
		margin-bottom: 25px;
	}

	.floor_imgs_div .svg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	
	.svg a {
		text-decoration: none;
	}
	
	.sold {
		fill: #DC2929;
		opacity: 0.5;
	}
	
	.reserved {
		fill: #132040;
		opacity: 0.5;
	}
	
	.standart {
		cursor: pointer;
		fill: #667870;
	}
	
	.standart:hover,
	.active .standart {
		opacity:0.8;
	}
	
	.standart_text text {
		font-family: 'FiraGo';
		pointer-events: none;
		font-size: 24px;
		fill: #ffffff;
	}
	
	.standart_text:hover text,
	.active text {
		opacity: 1;
	}
	
	.sold rect,
	.reserved rect {
		fill: #04194E;
		opacity: 1;
	}
	
	.reserved_rect,
	.sold_rect {
		fill: #04194E;
		opacity: 0.7;
	}
	
	.sold_text,
	.reserved_text {
		fill: #fff;
	}
	
	.floor_info_div h3,
	.floor_info_div {
		color: #02356C;			
	}
	
	.floor_info_div h3 {
		margin-bottom: 15px;
	}
/* . */