.pseudo-link {
	float: left;
	clear: both;
	border-bottom: 1px dotted white;
	cursor: pointer;
}

#full-genplan.gorki-gp .draggable {
	width: 1920px;
	height: 1043px;
	background: url(/img/gp/gorki.jpg) no-repeat;
}

#card-page.gorki-page .content.gp {
	min-height: 0;
	overflow: hidden;
}

#card-page.gorki-page .nav-pager-item {
	margin: 30px 0;
}

#card-page.gorki-page .nav-pager-item:last-of-type {
	margin-bottom: 300px;
}


footer.gp {
	position: fixed;
	float: left;
	width: 100%;
}

footer.gp.fixed {
}

#svg-genplan {
	position: absolute;
	top: 383px;
	left: 327px;
	opacity: .5;
	z-index: 2000;
}

#svg-genplan path:hover {
	cursor: pointer;
	fill: #20d540;
}

.svg-genplan .ground {
	cursor: pointer;
	fill: rgba(83, 184, 72, 0);
}

.svg-genplan .ground:hover {
	fill: rgba(32, 213, 64, 0.5);
}



.full-genplan {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#item-popup {
	position: absolute;
	padding: 20px;
	background: #FFF;
	font-family: "Roboto", Arial, sans-serif;
}

#item-popup h2 {
	margin: 0 0 15px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}

#item-popup h3 {
	margin: 0 0 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
}

#item-popup ul.counts {
	margin: 0;
	padding: 0;
	list-style: outside none none;
}

#item-popup ul.counts li {
	margin-bottom: 10px;
}

#item-popup ul.counts li span {
	display: inline-block;
	min-width: 150px;
	text-transform: uppercase;
	font: 13px/13px "Roboto", Arial, sans-serif;
}

.steps {
	min-height: 662px;
	position: relative;
	font: 18px/22px "Roboto", Arial, Helvetica, sans-serif;
}

.steps .step-link {
	cursor: pointer;
	color: #606060;
	font: normal 14px/17px 'Roboto', Arial, sans-serif;
	border-bottom: 1px solid rgba(96, 96, 96, .5);
}

.steps .step-link:hover {
	border-bottom: none;
}

.floor-section-title {
	background-color: rgba(255, 255, 255, .8);
	text-transform: uppercase;
	font-weight: 500;
	color: black;
}

#card-page .content.gp {
	background-color: #27322F;
}

#card-page .content.gp[data-step="2"]:before {
	width: 0;
}

#back-to-step1 {
	position: absolute;
	right: 30px;
	top: 26px;
}

/*STEP 1*/
#step1 {
	position: absolute;
	top: 118px;
	left: 0;
	width: 100%;
	background-color: transparent;
	color: white;
	pointer-events: none;
}

#step1 h1 {
	font-size: 20px;
	text-transform: uppercase;
	padding-left: 230px;
	margin-top: 37px;
}

/*STEP 2*/
#floor-selector {
	z-index: 2000;
	width: 900px;
	overflow: hidden;
}

#floor-selector {
	margin: 0 auto;
	position: relative;
	background-size: 100%;
	background-repeat: no-repeat;
	display: none;
}

#floor-selector.house_1,
#floor-selector.house_4{
	background-image: url("/img/gp/houses/1-4.jpg");
}
#floor-selector.house_2,
#floor-selector.house_3,
#floor-selector.house_6{
	background-image: url("/img/gp/houses/2-3-6.jpg");
}
#floor-selector.house_5{
	background-image: url("/img/gp/houses/5.jpg");
}
#floor-selector.house_7,
#floor-selector.house_8,
#floor-selector.house_9{
	background-image: url("/img/gp/houses/7-8-9.jpg");
}
#floor-selector.house_10,
#floor-selector.house_11,
#floor-selector.house_12{
	background-image: url("/img/gp/houses/10-11-12.jpg");
}
#floor-selector.house_13,
#floor-selector.house_14{
	background-image: url("/img/gp/houses/13-14.jpg");
}

#floor-selector.house_2 .floor-section-first,
#floor-selector.house_3 .floor-section-first,
#floor-selector.house_6 .floor-section-first {
	margin: 180px 0 0 59px;
}

#floor-selector.house_2 .floor-section-first .floor-section-title,
#floor-selector.house_3 .floor-section-first .floor-section-title,
#floor-selector.house_6 .floor-section-first .floor-section-title {
	margin-bottom: 33px;
}

#floor-selector.house_7 .floor-section-first,
#floor-selector.house_8 .floor-section-first,
#floor-selector.house_9 .floor-section-first{
	margin-left: 599px;
	margin-top: 157px;
}
#floor-selector.house_13 .floor-section-first,
#floor-selector.house_14 .floor-section-first{
	margin-left: 679px;
	margin-top: 47px;
}
#floor-selector.house_7 .floor-section-first .floor-section-title,
#floor-selector.house_8 .floor-section-first .floor-section-title,
#floor-selector.house_9 .floor-section-first .floor-section-title{
	margin-bottom: 67px;
	margin-top: -100px;
	width: 96px;
}
#floor-selector.house_7 .floor-section-second,
#floor-selector.house_8 .floor-section-second,
#floor-selector.house_9 .floor-section-second,
#floor-selector.house_10 .floor-section-second,
#floor-selector.house_11 .floor-section-second,
#floor-selector.house_12 .floor-section-second,
#floor-selector.house_13 .floor-section-second,
#floor-selector.house_14 .floor-section-second{
	display: none;
}

#floor-selector #back-to-step1 {
	color: white;
	font: normal 14px/17px 'Roboto', Arial, sans-serif;
	border-bottom: 1px solid white;
}

#floor-selector #back-to-step1:hover {
	border-bottom: none;
}

#floor-selector .floor-section-title {
	text-align: center;
}

#floor-selector .floor-section-first,
#floor-selector .floor-section-second {
	width: 110px;
	text-align: center;
}

#floor-selector .floor-section-first {
	float: left;
	margin-left: 124px;
	margin-top: 33px;
}

#floor-selector .floor-left-popup {
	position: absolute;
	display: none;
	background-color: white;
	padding: 16px 15px;
	font-size: 13px;
	text-transform: uppercase;
	width: 170px;
	text-align: left;
}

#floor-selector .floor-left-popup {
	transition: top .1s;
}

#floor-selector .floor-list-popup {
	margin: 0;
	padding: 0;
}

#floor-selector .floor-list-popup li {
	list-style: none;
}

#floor-selector .floor-list-popup li span {
	float: right;
}

#floor-selector .floor-section-first .floor-section-title {
	margin-bottom: 97px;
	padding: 7px 9px;
}

#floor-selector .floor-section-second .floor-section-title {
	margin-bottom: 33px;
	padding: 7px 9px;

}

#floor-selector .floor-section-second {
	float: right;
	margin-right: 60px;
	margin-top: 180px;
}

#floor-selector.house_5 .floor-section-second {
	float: right;
	margin-right: 60px;
	margin-top: 100px;
}

.floor-section-item {
	background-color: rgba(255, 255, 255, .8);
	border-radius: 100%;
	width: 80px;
	height: 80px;
	display: inline-block;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 55px;
	margin-bottom: 20px;
	cursor: pointer;
}

.floor-section-item:hover {
	background-color: rgba(252, 235, 192, .8);
}

.floor-section-item span {
	font-size: 15px;
	text-transform: uppercase;
	float: left;
	width: 100%;
	line-height: 4px;

}

/*STEP 3*/
#step3 .step-3-data {
	padding: 25px 30px 40px;
	float: left;
	width: calc(100% - 60px);
}

#step3 .step-3-scheme {
	float: left;
	position: relative;
}

#step3 .step-3-scheme .step-3-info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#step3 .step-3-info-item {
	background-color: rgba(21, 36, 39, .7);
	color: white;
	display: inline-block;
	padding: 10px 13px 7px 27px;
	font: normal 13px/13px 'Roboto', Arial, sans-serif;
	position: absolute;
}

#step3 .step-3-info-item div {
	margin-bottom: 10px;
}

#step3 .step-3-info-item[data-apartment-id="1"] {
	top: 54px;
	left: 117px;
}

#step3 .step-3-info-item .step-3-info-status:before {
	content: "";
	position: absolute;
	top: 4px;
	left: -14px;
	width: 5px;
	height: 5px;
}

#step3 .step-3-info-item[data-status="free"] .step-3-info-status:before {
	background-color: #39b54a;
}

#step3 .step-3-info-item[data-status="sold"] .step-3-info-status:before {
	background-color: #ff0000;
}

#step3 .step-3-info-item[data-status="reserved"] .step-3-info-status:before {
	background-color: #ffff00;
}

#step3 .step-3-info-item[data-apartment-id="2"] {
	top: 64px;
	left: 276px;
}

#step3 .step-3-info-item[data-apartment-id="3"] {
	top: 245px;
	left: 37px;
}

#step3 .step-3-info-item[data-apartment-id="4"] {
	top: 249px;
	left: 326px;
}

#step3 .step-3-info-status {
	text-transform: uppercase;
	position: relative;
}

#step3 .step-3-floor-choose {
	float: right;
	margin-left: 25px;
	margin-top: 11px;
	width: 200px;
}

#step3 .step-3-floor-choose .img-thumb {
	position: relative;
}

#step3 .step-3-floor-choose .section-1 .pseudo-hovers {
	position: absolute;
	top: 0;
	left: 0;
	width: 176px;
	height: 24px;
	cursor: pointer;
	/*background-color: rgba(32, 213, 64, .5)*/
}

#step3 .step-3-floor-choose .section-2 .pseudo-hovers {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 14px;
	cursor: pointer;
	/*background-color: rgba(32, 213, 64, .5);*/
}

#step3 .step-3-floor-choose .section-1 .pseudo-hovers:hover,
#step3 .step-3-floor-choose .section-2 .pseudo-hovers:hover {
	background-color: rgba(32, 213, 64, .5);
}

#step3 .step-3-floor-choose .section-2 .pseudo-hovers:nth-of-type(1) {
	top: 12px;
}

#step3 .step-3-floor-choose .section-2 .pseudo-hovers:nth-of-type(2) {
	top: calc(12px * 2);
}

#step3 .step-3-floor-choose .section-2 .pseudo-hovers:nth-of-type(3) {
	top: calc(12px * 3);
}

#step3 .step-3-floor-choose .section-2 .pseudo-hovers:nth-of-type(4) {
	top: 12px;
	left: 100px
}

#step3 .step-3-floor-choose .section-2 .pseudo-hovers:nth-of-type(5) {
	top: calc(12px * 2);
	left: 100px
}

#step3 .step-3-floor-choose .section-2 .pseudo-hovers:nth-of-type(6) {
	top: calc(12px * 3);
	left: 100px
}

#step3 .step-3-floor-choose .section-1 .pseudo-hovers:nth-of-type(1) {
	top: 24px;
}

#step3 .step-3-floor-choose .section-1 .pseudo-hovers:nth-of-type(2) {
	top: calc(24px * 2);
}

#step3 .step-3-floor-choose .section-1 .pseudo-hovers:nth-of-type(3) {
	top: calc(24px * 3);
}

#step3 .step-3-title {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

#step3 .step-3-floor-choose img {
	margin-bottom: 27px;
}

#step3 .step-3-title {
	margin-bottom: 30px;
}

#step3 .step-3-legend-item {
	font-size: 13px;
	margin-bottom: 10px;
}

#step3 .step-3-legend-item:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 20px;
	margin-right: 4px;
}

#step3 .step-3-legend-item:nth-of-type(1):before {
	background-color: #82d794;
}

#step3 .step-3-legend-item:nth-of-type(2):before {
	background-color: #be9ed9;
}

#step3 .step-3-legend-item:nth-of-type(3):before {
	background-color: #fcf19f;
}

/*switch sections*/
/*TODO: REMOVE ON PRODUCTION*/
#step3 .img-switch-section {
	font-size: 13px;
	cursor: pointer;
}

#step3 .img-thumb .section {
	display: none;
}

#step3 .img-thumb .section-active {
	display: block;
}

/*STEP4*/
#step4 .step-4-data {
	padding: 25px 30px 40px;
	float: left;
	width: calc(100% - 60px);
}

#step4 .step-4-title {

	margin-bottom: 82px;
	float: left;
}

#step4 .step-4-title span {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

#step4 .step-4-scheme {
	float: left;
}

#step4 .step-4-floor-right {
	float: right;
	width: 274px;
	font-size: 16px;
}

#step4 .step-4-floor-right div {
	margin-bottom: 14px;
}

#step4 .step-4-title .back-to-3.pseudo-link {
	color: #606060;
	border-bottom: 1px dotted #606060;
}

#step4 .step-4-title span.pseudo-link {
	position: relative;
	margin-right: 47px;
}

#step4 .step-4-title span.pseudo-link:after {
	content: "";
	position: absolute;
	right: -31px;
	top: 6px;
	width: 8px;
	height: 12px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAMAAABoQAyvAAAAPFBMVEWwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLBVO3hHAAAAE3RSTlMAAQwUJChHSFJWbn+AkrW75/f82gYhBwAAADNJREFUeAFjYOJnYwADLmFBCIuRF5nFjs7iExZkATE4hYR5sNEcQsLcYJWsAkAaDJghFAB/jQI2YEgfwgAAAABJRU5ErkJggg==");
}

#step4 .step-4-flat-status {
	position: relative;
	text-transform: uppercase;
	font-weight: 500;
}

#step4 .step-4-flat-status:after {
	content: "";
	position: absolute;
	top: 6px;
	left: -25px;
	width: 11px;
	height: 11px;
}

#step4 .step-4-flat-status[data-status="free"]:after {
	background-color: #39b54a;
}

#step4 .step-4-flat-price {
	font-size: 20px;
	font-weight: 600;
	margin-top: 7px;
	float: left;
}

#step4 .step-4-request {
	margin-top: 28px;
}

.popup-house-info-block {
	display: none;
	position: absolute;
	z-index: 10000;
	left: 0;
	top: 200px;
	background-color: #fff;
	padding: 17px 15px 20px 21px;
}
.popup-house-info-block .stage-name {
	text-transform: uppercase;
	font: bold 20px/28px 'Roboto', Arial, sans-serif;
	color: #152427;
}
.popup-house-info-block ul {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	font: normal 13px/22px 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
	width: 165px;
}
.popup-house-info-block ul li span {
	float: right;
}
.rose-wrapper {
	margin: 40px 0 0;
}
.select_building {
	position: absolute;
	left: 0;
	top: 330px;
	display: block;
	width: 200px;
	height: 64px;
	background: url("/img/gp/select_building.png") 0 0 no-repeat;
	z-index: 200;
}