.breadcrumbs .breadcrumb>li+li:before {
    content: "";
	position: relative;
	top: 2px;
	left: -6px;
	width: 6px;
	height: 11px;
	background: url("../img/breadcrumb-arrow.png") no-repeat center;
}
.breadcrumbs .breadcrumb  {
    margin-bottom: 0;
    padding: 10px 0;
	font-size: 15.11px;
	color: #666;
	background-color: transparent;
}
.breadcrumbs .breadcrumb > li {
	position: relative;
	margin-right: 14px;
}
.breadcrumbs .breadcrumb a {
	color: #666;
}


.objects-select {
	margin-top: 12px;
}

.objects-select {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.objects-select-item {
	cursor: pointer;
	transition: all .7s ease-in-out;
}

.objects-select-item:hover {
	transform: rotateY(20deg) rotateX(5deg);
	background-color: #f6f6f6;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

.objects-select-item-loc:hover {
	transition: color .3s ease-in-out;
	color: #ED1B24;
}

.objects-select-content {
	padding: 0;
}
.objects-select-item-box {
	min-height: 820px;
	padding: 0;
}


.callback_form {
	position: absolute;
	left: 10px;
	top: 10px;
	height: max-content;
	margin: auto;
	width: 340px;
	z-index: 4;
	border: 1px solid silver;
	padding-left: 20px;
	padding-right: 20px;
	background-color: white;
}
.callback_form .footer-phone b 	{
	margin: 0;
}
#amount_2 {
	display: none;
}
#m-calc-slider_2 {
	padding-top: 10px;
	padding-bottom: 20px;
}
.callback_title {
	font-size: 16px;
	height: 55px;
	padding-top: 20px;
	margin-bottom: 40px;
}

.callback_title .number {
	font-size: 32px;
	font-weight: 900;
	margin-right: 10px;
}

.callback_form {
	position: absolute;
	left: 10px;
	top: 10px;
	height: max-content;
	margin: auto;
	width: 340px;
	z-index: 4;
	border: 1px solid silver;
	padding-left: 20px;
	padding-right: 20px;
	background-color: white;
	padding-bottom: 30px;
}

.callback_form .form input {
	width: 100%;
	height: 38px;
	padding-left: 5px;
	padding-right: 5px;
}

.callback_form .form input:not(:first-child) {
	border: 1px solid silver;
	border-top: 0;
}
.callback_form .text {
	margin-bottom: 15px;
}
.callback_form .front {
	position: relative;
}
.callback_form .footer-schedule {
	padding-bottom: 20px;
	display: block !important;
}
.callback_form .form textarea {
	border-top: 0;
	width: 100%;
	height: 80px;
	resize: none;
	padding: 5px;
}

.callback_form .radio input {
	display: none;
}
.callback_form .radio label:before {
	width: 24px;
	height: 24px;
	border: 1px solid silver;
	content: '';
	position: absolute;
	left: 0;

	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
}
.callback_form .radio label {
	margin-bottom: 10px;
	padding-left: 35px;
	height: 24px;
	padding-top: 3px;
}
.callback_form button {
	width: 100%;
	height: 40px;
	color: white;
	font-size: 16px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	background-color: #336799;
	font-weight: 600;
}
.callback_form .radio input:checked + label:before {
	background-image: url("../img/contacts-cb.png");
	background-position: -25px;
	background-size: 48px;
}

.callback_form .error {
	color: red;
}

.objects-select-item-top {
    padding-left: 15px;
}
.objects-select-item {
	margin: 0 auto;
	/*width: 523px;
	height: 457px;*/
	max-width: 523px;
}
/*.objects-select-item.active {
	border: 5px solid #0033cc;
}*/
.objects-select-item-title {
	margin-top: 10px;
	margin-bottom: 6px;
	font-size: 28.8px;
	font-weight: bold;
	color: #666;
}
.objects-select-item-descr {
	margin-bottom: 0;
	padding-left: 2px;
	font-size: 11.2px;
    letter-spacing: 0.3px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}
.objects-select-item-loc {
	margin-bottom: 0;
	padding: 10px 5px 10px 24px;
	font-size: 11.2px;
    letter-spacing: 0.3px;
	color: #666;
	background: url("../img/objects-select-item-loc-bg.png") no-repeat 2px 8px;
}
.objects-select-item-price {
	margin-top: 2px;
    padding-left: 3px;
	font-size: 21px;
	letter-spacing: -0.9px;
	font-weight: bold;
}
.objects-select-item-price > span {margin-right: 22px; white-space: nowrap;}
.objects-select-item-price > span:last-child {margin-right: 0;}
.objects-select-item-oldprice {
	text-decoration: line-through;
	color: #000;
}
.objects-select-item-newprice {
	color: #0033cc;
}
.objects-select-item-bottom {
	padding: 15px;
	/*height: 320px;
	line-height: 280px;*/
	text-align: center;
}
.objects-select-item-img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.objects-select-map {
	margin-top: 35px;
	height: 515px;
	position: relative;
}
.objects-select-map-icons {
	position: absolute;
	top: -318px;
    left: 585px;
}
.objects-select-map-content {
	position: relative;
}
.objects-select-map-btn {
	position: absolute;
	top: -480px;
    right: 15px;
    padding: 8.5px 18px 10px;
	border: 0;
	font-size: 16.8px;
	letter-spacing: 0.4px;
	font-weight: 600;
	color: #fff;
	background: #0033cc;
}
/*Map ON Style*/
.map-on {
	position: absolute;
	left: 45%;
	top: 30%;
	height: max-content;
	margin: auto;
	width: 220px;
	z-index: 4;
	background-color: #7b519d;
	padding: 0px 20px;
	cursor: pointer;
}
.map-on:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.map-on  h3 {
	margin: 0;
	padding: 10px 10px 10px 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	display: block;
	float: left;
	width: 67%;
}
.map-on img {
	padding: 10px;
	width: 33%;
	display: block;
	float: left;
}
.map-off {
	display: none;
}
#bg-blurred {
	position: absolute;
	background: url("../img/map-bg.jpg");
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 3;
}
#bg-blurred.activ {
	display: none;
}
.viber-button-block, .facebook-button-block, .m-calc-button-block{
	z-index: 6;
}
.complex-map {
	position: relative;
}