header {
	width: 100%;
	max-width: 1300px;
	min-width: 280px;
	margin: 0 auto;
	display: table;
	padding: 25px 10px 25px 10px;
	box-sizing: border-box;
}
	header div.logo {
		background: url(../images/logo.png) no-repeat;
		width: 155px;
		height: 55px;
		float: left;
		cursor: pointer;
		background-size: 100% auto;
		background-position: center center;
		margin-top: 5px;
	}
	header div.msklogo {
		background: url(http://www.point.msk.ru/images/logo.png) no-repeat;
	}
		header div.logo img {
			display: none;
		}
	
	header div.places {
		display: table;
		float: left;
		margin: 14px 3px 0px 15px;
	}
		
		header div.places div.city {
			background: url(../images/arrow.png) no-repeat;
			background-position: left center;
			display: table-cell;
			padding: 3px 5px 5px 10px;
			font-weight: 600;
			cursor: pointer;
			vertical-align: middle;
			font-size: 13px;
		}	
		header div.places div.city:hover {
			color: #cc0000;
		}
					
			header div.places div.city span {
				border-bottom: 1px dotted #000000;

			}
		header div.places div.list {
			position: absolute;
			display: none;
			box-shadow: 0px 2px 5px #000000;
			padding: 10px;
			opacity: 1;
			background: #f8f8f8;
			margin: 5px 0px 0px -10px;
		}	
				header div.places div.list a {
					color: #000000;
					font-weight: 300;
					
				}
				header div.places div.list a:hover {
					color: #ff0000;
				}
				header div.places div.list a.act {
					text-decoration: none;
					opacity: 0.5;
				}
				header div.places div.list p {
					padding: 5px;
				}
		header div.places div.city:hover div.list {
			display: block;
		}  
		header div.places div.place {
			display: table-cell;
			vertical-align: middle;
			padding: 0px 5px 0px 45px;
			font-size: 14px;
			background: url(../images/place.png) no-repeat;
			background-position: 20px center;
			cursor: pointer;
		}
		header div.places div.place:hover {
			color: #cc1100;
		}
		
			header div.places div.place div {
				font-size: 11px;
			}
			header div.places div.place span {
				border-bottom: 1px dashed #909090;
			}
			header div.places div.place p {
				display: none;
			}
			
			
div.bigmap {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(255,255,255,0.95);
	color: #000000;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 10px;
	display: none;
}	
	div.bigmap div.cloze {
		background: #f0f0f0;
		padding: 5px 5px 5px 10px;
		position: fixed;
		right: 15px;
		top: 5px;
		color: #303030;
		cursor: pointer;
		font-size: 12px;
		font-weight: 600;
		text-shadow: 0px 1px 0px #ffffff;
	}
		div.bigmap div.cloze:hover {
			background: #c0c0c0;
		}
		
	div.bigmap div.frame {
		display: table; 
		width: 90%;
		max-width: 1000px;
		min-width: 250px;
		margin: 0 auto;
	}
	div.bigmap div.msk p  {
		font-size: 14px;
		font-weight: 700;
	}
	div.bigmap div.msk span  {
		font-size: 9px;
		font-weight: 700;
		color: #cc0000;
	}
	div.bigmap div.msk {
		font-size: 16px;
		float: left;
		width: 24%;
		padding: 5px 5px 25px 5px;
		box-sizing: border-box;
		min-width: 150px;
		cursor: pointer;
	}
		div.bigmap div.msk:hover {
			color: #ff1100;
		}
		header div.places div.fastcont {
			background-color: #f6f6f6;
			border-radius: 50px;
			height: 30px; 
			width: 40px;
			padding: 7px 10px 0px 30px;
			font-size: 10px;
			font-weight: 700;
			background-position: 10px center;
			background-size: 16px;
			cursor: pointer;
			margin: 0px 0px 0px 20px;
			text-shadow: 0px 1px 0px #ffffff;
			line-height: 10px;
			float: right;
		}
		header div.places div.fastcont:hover {
			background-color: #f9f9f9;
		}
	
		header div.moscow {
			margin-top: 5px;
			margin-left: 3%;
		}
		
	header div.phone {
		float: right;
		margin: 0px 0px 10px 10px;
	}
		header div.phone div.num{
			font-size: 24px;
		}
			header div.phone div.num a{	
				text-decoration: none;
			}
			
		header div.phone div.cb{
			font-size: 12px;
			background: #ff3819;
			color: #ffffff;
			text-align: center;
			padding: 2px 0px 4px 0px;
			font-weight: 500;
			border-radius: 2px;
			text-shadow: 0px 1px 0px #990000;
			margin-top: 2px;
			cursor: pointer;
		}
		header div.phone div.cb:hover {
			background: #dd2200;
		}

@media screen and (max-width: 900px) {		
	div.bigmap div.msk {
		width: 33%;
		padding: 10px;
	}

	header div.places div.place {
		display: none;
	}

	header div.places div.city {
		font-size: 12px;
	}
	header div.places div.fastcont {
		display: table-cell;
	}
	header div.places  {
		margin-left: 10px;
	}
	
	
}
@media screen and (max-width: 650px) {

	div.bigmap div.msk {
		font-size: 12px;
		width: 50%;
	}
}
			
@media screen and (max-width: 470px) {
	header div.logo {
		margin-top: -2px;
	}
	header div.phone div.num{
		font-size: 18px;
	}
	header div.phone div.cb{
		font-size: 9px;
	}
	header div.places  {
		float: right;
	}
}