.content-box .header__middle-box {
	z-index: 5;
}
.header__city {
	margin: 0 auto;
}
.hab {
	display: none;
}
.current_city {
    display: inline-block;
    padding: 5px 0;
    border-bottom: 1px dashed #fff;
    margin-top: 4px;	
    text-align: center;
}
.adress_popover {
	position: relative;
	z-index: 100;
	cursor: pointer;
	display: inline-block;
	border: 2px solid #0b344c;
	font-size: 17px;
	padding: 0 10px;
}
.city_popover {
	display: none;
	width: 230px;
	float: left;
	font-size: 16px;
	background-color: #fff;
	position: absolute;
	color: #000;
	top: 100%;
	left: 0;
	right:0;
	margin: auto;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	border: 3px solid #0b344c;
	margin-top: 35px;
	opacity: 0;
	font-weight: bold;
}
.city_popover .close_popover{
    position: absolute;
    background-color: red;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    right: -37px;
    top: -27px;
}
.city_popover:after {
    content: '';
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #0b344c transparent;
    z-index: -1;

}
.city_popover a {
	display: inline-block;
	margin: 10px 20px 0;
}
.city_modal {
    width: 400px;
    /* height: 300px; */
    background: #fff;
    position: fixed;
    top: 5%;
    left: 50%;
    /*margin-top: -150px;*/
    margin-left: -200px;
    display: none;
    opacity: 0;
    z-index: 121;
    box-sizing: border-box;
    padding: 30px;
}
.city_modal .city_modal_close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: -22px;
    right: -24px;
    cursor: pointer;
    display: block;
    color: #fff;
    font-size: 40px;
}
.city_overlay {
	z-index:120; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color:#000; /* чернaя */
	opacity:0.8; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=80);
	width:100%; 
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}
.choose_city_title {
	display: block;
	font-size: 24px;
	margin-bottom: 20px;
	color: #333;
}
.city_modal a {
    display: inline-block;
    color: #333;
    margin: 7px 20px 7px 0px;
    padding-bottom: 5px;
    font-size: 18px;
    border-bottom: 1px dashed #333;
    text-decoration: none;
}
.city_modal a:hover {
	color: #000;
}

#category1 {
		padding: 10px;
		width: 100%;
		font-size: 18px;
	}
	input::-webkit-input-placeholder { font-size: 18px;}
	input:-moz-placeholder { font-size: 18px;}
	input:-moz-placeholder           { font-size: 18px;}
	input:-ms-input-placeholder      { font-size: 18px;}

	div#selectBox {
	width: 250px;
	position: relative;
	height: 50px;
	border-radius: 3px;
	border: solid 1px lightgrey;
	background-color: #fff;
	color: #333;
	cursor: pointer;
	overflow: hidden;
	transition: .3s;
}
div#selectBox p.valueTag {
	padding: 15px;
	cursor: pointer;
	transition: .2s;
	height: 40px;
}

div#selectBox > img.arrow {
	position: absolute;
	right: 0;
	width: 50px;

	padding: 15px;
}

/*
        для пользователей Safari, Chrome и Opera приятный бонус — стилизованный скролл-бар. 
*/
::-webkit-scrollbar {
	background: transparent;
	width: 0.5em;
	position: absolute;
}
::-webkit-scrollbar-track {
	background: transparent;
	position: absolute;
	z-index: -2;
}
::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background: #888;
}

ul#selectMenuBox {
 background: #fff;
 transition: .3s;
 width: 100%;
 height: 200px;
 overflow-y: auto;
 overflow-x: hidden !important;
 position: absolute;
 margin-top: 00px;
 display: block;
	margin-left: -30px;
}
ul#selectMenuBox > li {
	display: block;
	padding: 10px;
	border-radius: 00px;
	cursor: pointer;
	padding: 0 0 0 30px;
	margin-left: -40px;
}
ul#selectMenuBox > li.option {
	color: gray;
	/*padding: 10px;*/

}
ul#selectMenuBox > li.option:hover {
	color: #333;
	background: #e1e1e1;
	transition: .2s;
}