.routing_t2017_2{
	padding-bottom: 40px;
}
.routing_t2017_2 .map-view{
	margin: 0 0 15px;
	padding: 0;
}
.routing_t2017_2 #panorama{
	display: none;
}
.routing_t2017_2 .map-view li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	color: #2761D8;
	padding-left: 23px;
}
.routing_t2017_2 .map-view li:before{
	content: '';
	position: absolute;
	background-position: 100% 0;
	width: 20px;
	height: 20px;
	top: 1.5px;
	left: 0;
}
.routing_t2017_2 .map-view li.classic:before{
	background-image: url('../images/pin.png');
}
.routing_t2017_2 .map-view li.panorama:before{
	background-image: url('../images/panorama.png');
}
.routing_t2017_2 .map-view li.active{
	color: #333333;
	cursor: default;
}
.routing_t2017_2 .map-view li.active:before{
	background-position: 0 0;
}
.routing_t2017_2 .map-view li:not(.active){
	cursor: pointer;
}
.routing_t2017_2 .click-warning{
	font-family: Verdana, sans-serif;
	font-size: 15px;
	color: rgba(167, 11, 0, 1);
	display: none;
	margin-top: 20px;
	margin-bottom: 5px;
}
.routing_t2017_2 .ZHK-map{
	height: 260px;
}
.routing_t2017_2 .baloon-wrp > a,
.routing_t2017_2 .baloon-wrp .baloon-text-wrp{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.routing_t2017_2 .baloon-wrp > a{
	width: 100px;
}
.routing_t2017_2 .baloon-wrp > a img{
	max-width: 100%;
}
.routing_t2017_2 .baloon-wrp .baloon-text-wrp{
	padding-left: 5px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	width: calc( 100% - 100px);
}
.routing_t2017_2 .baloon-wrp .baloon-text-wrp a{
	color: #2761d8;
	font-weight: 700;
}
.routing_t2017_2 .baloon-wrp .baloon-text-wrp a:hover{
	text-decoration: none;
}
.routing_t2017_2 .baloon-wrp .baloon-text-wrp p{
	margin-top: 0;
	margin-bottom: 0;
	color: #373737;
}
.routing_t2017_2 .address-after-map{
	color: #999999;
	line-height: 20px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 40px;
}
.routing_t2017_2 .route-header{
	font-family: Verdana, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	margin-top: 0;
	margin-bottom: 15px;
}
.routing_t2017_2 .route-variants{
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
.routing_t2017_2 .route-variants li{
	display: inline-block;
	vertical-align: top;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
.routing_t2017_2 .route-variants li + li{
	margin-left: 20px;
}
.routing_t2017_2 .route-variants label{
	cursor: pointer;
}
.routing_t2017_2 .route-variants li span,
.routing_t2017_2 .route-variants li input,
.routing_t2017_2 .route-from,
.routing_t2017_2 .green-btn{
	display: inline-block;
}
.routing_t2017_2 .route-variants li input{
	padding: 0;
	margin: 2px 0 0;
}
.routing_t2017_2 .route-variants li span{
	display: inline-block;
	margin-left: 5px;
	line-height: 18px;
}
.routing_t2017_2 .route-from{
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #333333;
	width: 100%;
	max-width: 300px;
	line-height: 28px;
	padding: 0 5px;
	box-sizing: border-box;
	border: 1px solid rgba(201, 201, 201, 1);
	border-radius: 0;
	-webkit-appearance: none;
}
.routing_t2017_2 .route-from:placeholder{
	color: #AEAEAE;
	opacity: 1;
}
.routing_t2017_2 .route-from.error{
	border-color: rgba(167, 11, 0, 1);
}
.routing_t2017_2 .search-input-wrp{
	display: inline-block;
	min-width: 300px;
	position: relative;
}
.routing_t2017_2 .search-autocompl-wrp{
	display: none;
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	right: 0;
	border: 1px solid rgba(201, 201, 201, 1);
	padding: 0 5px 10px;
	margin-top: -1px;
	max-height: 300px;
	overflow: auto;
	z-index: 21;
}
.routing_t2017_2 .search-autocompl-wrp p{
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #333333;
	cursor: pointer;
}
.routing_t2017_2 .search-autocompl-wrp p:hover{
	color: #000;
}
.routing_t2017_2 .green-btn{
	background-color: #339C12;;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.36);
	border-radius: 2px;
	font-size: 13px;
	padding: 0 16px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
	border: none;
	outline: none;
}
.routing_t2017_2 .green-btn:disabled{
	cursor: default;
}
.routing_t2017_2 .btn-points-wrp{
	margin-top: 5px;
	margin-bottom: 10px;
}
.routing_t2017_2 .from-my-place{
	color: #2761D8;
	line-height: 16px;
	padding-left: 17px;
	position: relative;
	text-decoration: none;
}
.routing_t2017_2 .from-my-place span{
	border-bottom: 1px dashed #2761D8;
	font-family: Arial, sans-serif;
	font-size: 13px;
}
.routing_t2017_2 .from-my-place:before{
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	background-size: 100%;
	width: 13px;
	height: 13px;
}
.routing_t2017_2 .from-my-place:not(.map):before{
	background-image: url('/images/arrow-blue.png');
}
.routing_t2017_2 .from-my-place.map:before{
	background-image: url('/images/pin_blue.png');
}
.routing_t2017_2 .route-info{
	background-color: rgba(245, 245, 245, 1);
	padding: 20px 15px;
	position: relative;
	display: none;
	margin-top: 30px;
}
.routing_t2017_2 .route-info > span{
	display: inline-block;
}
.routing_t2017_2 .route-info .header-info{
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: 18px;
    line-height: 20px;
}
.routing_t2017_2 .route-info .header-info + span{
	margin-left: 15px;
	color: #666666;
	font-size: 13px;
	border-bottom: 1px dashed #666666;
	font-family: Arial, sans-serif;
	cursor: pointer;
}
.routing_t2017_2 .route-info .route-wrp{
	margin-top: 10px;
}
.routing_t2017_2 .route-info p{
	margin-top: 0;
	margin-bottom: 0;
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
}
.routing_t2017_2 .route-info p.masstransit{
	position: relative;
	margin-top: 40px;
}
.routing_t2017_2 .route-info p.masstransit:before{
	content: '';
	position: absolute;
	top: -25px;
	left: 0;
	width: 24px;
	height: 24px;
	background-size: cover;
	background-position: 50%;
}
.routing_t2017_2 .route-info p.masstransit:not(.walk):not(.underground):before{
	background-image: url('/images/mt-bus.png');
}
.routing_t2017_2 .route-info p.masstransit.walk:before{
	background-image: url('/images/mt-pedestrian.png');
}
.routing_t2017_2 .route-info p.masstransit.underground:before{
	background-image: url('/images/mt-underground.png');
}
.routing_t2017_2 .route-info p .bold{
	font-weight: bold;
}
.routing_t2017_2 .route-info p:not(.total) .bold{
	display: block;
}
.routing_t2017_2 .route-info p.total + p:not(.total):not(.masstransit){
	margin-top: 10px;
}
.routing_t2017_2 .route-info p.total + .masstransit{
	margin-top: 50px;
}
.routing_t2017_2 .route-info p.total .bold{
	display: inline-block;
	margin-left: 5px;
}
.routing_t2017_2 .closeBtn{
    position: absolute;
    border: 0;
    background-color: transparent;
    outline: none;
    right: 15px;
	top: 12px;
	cursor: pointer;
	width: 12px;
	height: 12px;   
}
.routing_t2017_2 .closeBtn span{
	position: absolute;
	height: 2px;
	width: 16px;
	background-color: #aaa;
	top: 50%;
	left: 0;
}
.routing_t2017_2 .closeBtn span:first-child{
	transform: rotate(-45deg);
}
.routing_t2017_2 .closeBtn span:last-child{
	transform: rotate(45deg);
}
@media (max-width: 767px){
	.routing_t2017_2 .map-view li{
		display: block;
	}
	.routing_t2017_2 .map-view li + li{
		margin-top: 20px;
	}
	.routing_t2017_2 .green-btn{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.ZHK-map{
		margin-left: -10px;
		margin-right: -10px;
	}
	.routing_t2017_2 .btn-points-wrp > div + div{
		margin-top: 5px;
	}
}
@media (min-width: 768px){
	.routing_t2017_2 .map-view li + li{
		margin-left: 20px;
	}
	.routing_t2017_2 .green-btn{
		margin-left: 13px;
	}
	.routing_t2017_2 .btn-points-wrp > div{
		display: inline-block;
	}
	.routing_t2017_2 .btn-points-wrp > div + div{
		margin-left: 5px;
	}
}