.mapHeader {
	position: relative;
	margin: 30px auto 0;
	width: 1000px;
	}
	.mapHeader > .after,
	.mapHeader:after {
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -580px;
		width: 1160px;
		height: 20px;
		background: url(../../i/map/map-sh.png) no-repeat bottom center;
		color: transparent;
		content: '';
		font-size: 0;
		}
	.mapHeader__links {
		overflow-y: hidden;
		padding-left: 18px;
		height: 53px;
		}
		.mapHeader__links li {
			float: left;
			margin-right: 3px;
			}
			.mapHeader__links__link {
				position: relative;
				z-index: 2;
				display: block;
				margin-top: 10px;
				padding: 12px 32px 0;
				height: 31px;
				-webkit-border-radius: 5px 5px 0 0;
				-moz-border-radius: 5px 5px 0 0;
				border-radius: 5px 5px 0 0;
				color: #707070;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 16px;
				font-family: 'DINPro_Bold', Arial;
				}
			.mapHeader__links__link:hover {
				color: #04458f;
				}
			.mapHeader__links__link.m-active {
				background: white;
				-webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
				-moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
				box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
				color: #04458f;
				}

.mapBlock {
	position: relative;
	width: 100%;
	height: 930px;
	}
	.mapOptionsWrap {
		position: absolute;
		top: 10px;
		left: 50px;
		z-index: 10;
		margin: 10px;
	}
	.mapOptions {
		position: relative;
		z-index: 2;
		padding-bottom: 17px;
		width: 393px;
		background: white;
		-webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
		box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
		cursor: move;
		}
		.mapOptions__prods {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 10;
			overflow: hidden;
			width: 393px;
			background: url(../../i/map/map-options-header.png) repeat-x #D50046;
			cursor: move;
			}
			.mapOptions__prods__opener {
				position: absolute;
				top: 17px;
				right: 21px;
				z-index: 5;
				display: block;
				overflow: hidden;
				width: 28px;
				height: 14px;
				background: url(../../i/map/map-options-opener.png) no-repeat;
				text-indent: -9999em;
				font-size: 0;
				}
			.mapOptions__prods.m-opened .mapOptions__prods__opener {
				top: 15px;
				background-position: 0 -14px;
				}
			.mapOptions__prods__list {
				padding: 34px 0 15px;
				cursor: move;
				}
				.mapOptions__prods__list li {
					padding: 12px 70px 3px 18px;
					line-height: 1.2;
					}
					.mapOptions__prods__list li a {
						color: #ccc;
						text-decoration: none;
						text-transform: uppercase;
						font-size: 15px;
						font-family: 'DINPro_Bold', Arial;
						}
				.mapOptions__prods__list li.m-active {
					position: absolute;
					top: 0;
					cursor: move;
					}
					.mapOptions__prods__list li a:hover,
					.mapOptions__prods__list li.m-active a {
						color: white;
						}
					.mapOptions__prods__list li.m-active a {
						/*padding-right: 40px;*/
						}

		.mapOptions__types {
			padding: 22px 16px 27px;
			background: url(../../i/map/map-options-sh.png) no-repeat center top;
			cursor: default;
			}
            .mapOptions__types td{
                padding-bottom: 10px !important;
            }
            .mapOptions__types label {
        				margin-right: 37px;
        				font-size: 14px;
        				cursor: pointer;
        				}

		.mapOptions__region {
			padding: 22px 16px 20px;
			background: url(../../i/map/map-options-sh.png) no-repeat center top;
			color: #7d7d7d;
			cursor: default;
			}
			.mapOptions__region a {
				position: relative;
				margin-left: 14px;
				color: #c61e56;
				text-decoration: none;
				font-weight: bold;
				font-size: 14px;
				}		
				.mapOptions__region a i {
					font-style: normal;
					border-bottom: 1px dashed #c61e56;
					}		
			.mapOptions__region a > .after,
			.mapOptions__region a:after {
				position: relative;
				top: 1px;
				left: -1px;
				display: inline-block;
				width: 15px;
				height: 13px;
				background: url(../../i/header/select-arrow.png) 50% center no-repeat;
				content: '';
				}

		.mapOptions__inputWrap {
			position: relative;
			margin: 0 auto;
			padding: 8px 32px 8px 8px;
			width: 320px;
			height: 17px;
			background: #e9e9e9;
			-webkit-box-shadow: inset 0 0 4px 4px rgba(200, 200, 200, .4);
			-moz-box-shadow: inset 0 0 4px 4px rgba(200, 200, 200, .4);
			box-shadow: inset 0 0 4px 4px rgba(200, 200, 200, .4);
			cursor: default;
			}
		.chrome .mapOptions__inputWrap {
			padding-top: 5px;
			height: 20px;
			}
		.opera .mapOptions__inputWrap {
			padding-top: 10px;
			height: 15px;
			}
			.mapOptions__input {
				padding: 0;
				width: 320px;
				border: none;
				background: none;
				color: black;
				font-size: 14px;
				}
			.mapOptions__inputWrap ::-webkit-input-placeholder {
				color: #636363;
				}
			.mapOptions__inputWrap :-moz-placeholder {
				color: #636363;
				}
			.mapOptions__inputWrap .placeholder {
				color: #636363;
				}

			.mapOptions__searchButton {
				position: absolute;
				top: 8px;
				right: 3px;
				width: 22px;
				height: 22px;
				border: none;
				background: url(../../i/ui/search.png) no-repeat;
				color: transparent;
				text-indent: -9999em;
				font-size: 0;
				cursor: pointer;
				}

		.mapOptions__userAddress {
			opacity: 0;
			position: absolute;
			padding: 10px 10px 10px 15px;
			background: white;
			-webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
			-moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
			box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
			}
			.mapOptions__userAddress:before {
				position: absolute;
				top: 0;
				left: -7px;
				width: 7px;
				height: 100%;
				background: white;
				content: '';
				}
			.mapOptions__userAddress p {
				padding: 0 0 8px 0;
				line-height: 1.3;
				}
				.mapOptions__userAddress__close {
					overflow: hidden;
					text-indent: -9999em;
					color: transparent;
					position: absolute;
					top: 5px;
					right: 5px;
					width: 20px;
					height: 20px;
					background: transparent url('../../i/ui/close.png') center no-repeat;
					cursor: pointer;
					display: block;
					}
		.mapOptions__addresses {
			margin: 13px 0 0 17px;
			width: 358px;
			height: 375px;
			cursor: default;
			}
			.mapOptions__addresses__list { }
  
				.mapOptions__addresses__list.webshops li{ 
                    margin-bottom: 10px;
                    padding-top: 10px;
                    }
                    .mapOptions__addresses__list.webshops li span{
                        color: #555;
						font-weight: normal;
                        line-height: 19px;
                        }
                .mapOptions__addresses__list li {
					width: 340px;
					border-top: 1px solid #d8d8d8;
					font-weight: bold;
					}
					.mapOptions__addresses__list li a {
						padding: 13px 10px 14px 5px;
						display: block;
                        width: 325px;
						text-decoration: none;
						}
					.mapOptions__addresses__list li a.m-active,
					.mapOptions__addresses__list li a:hover {
						color: #C61E56;
						text-decoration: none;
						background: #f3f3f3;
						}
				.mapOptions__addresses__list li:first-child {
					border-top: 0;
					}
					.mapOptions__addresses__list__address {
						display: block;
						margin-top: 8px;
						color: #555;
						font-weight: normal;
                        line-height: 20px;
						}
#webshops{
    background: url(../../i/webshop.png) top center;
    margin-top: 10px
    }
                        
.ymaps-b-balloon .ymaps-b-balloon_footer_yes{
    max-width: 250px !important;
    }
    .ymaps-b-balloon__content-foot{
        line-height: 22px;
        max-width: 220px !important;
        margin-top: 5px;
        padding: 5px 10px 30px 0;
        color: #616161;
        }
    .ymaps-b-balloon__content-holster{
        padding: 20px;
        }
    .ymaps-b-balloon__content-head{
        font-size: 16px;
        font-family: 'DINPro_Bold', Arial;
        padding: 5px 10px 30px 10px;
        }

