.header-row .contacts {
	position: relative;
}
.city-modal {
	position: absolute;
	right: 0;
	top: 60px;
	color: #3e3e3e;
	padding: 14px 16px 20px;
	border: 2px solid #fff;
	-webkit-box-shadow: 4px 4px 14px rgba(0,0,0,.54);
	box-shadow: 4px 4px 14px rgba(0,0,0,.54);
	z-index: 105;
	width: 315px;
	/*height: 440px;*/
	margin: -5px 20px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/bg-road.jpg) no-repeat #f1f1f1;
}

.city-modal a.button {
	color: #fff;
}

.header-line .city-modal {
    right: -265px;
    top: 140px;
}
.header-line.fixed .city-modal {
    right: -160px;
    top: 60px;
}
.header-line.fixed .city-modal a {
    color: #fff;
}
.header-row .city-modal a.link {
	color: #3e3e3e;
}
.city-modal:before {
	content: '';
	position: absolute;

}
.city-modal__close {
	top: 5px;
	right: 5px;
}
.city-modal__close:before,
.city-modal__close:after {
	border-left: 1px solid #efefef;
}
.city-modal__title {
	font:18px/24px 'chevin_cyrilliclight', sans-serif;
	margin: 2px 0 20px;
	background: url(../images/icon-map.png) no-repeat;
	padding-left: 30px;
	color: #fff;
	letter-spacing: 0.05em;
	padding-top: 8px;
}
.city-modal__city {
	font:24px/26px 'Impact', sans-serif;
	text-transform: uppercase;
	margin: 0 0 25px;
	color: #fff;
	letter-spacing: 0.05em;
}
.city-modal__buttons {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 -5px 30px;
}
.city-modal__buttons .btn {
	margin: 0 5px;
	-webkit-box-flex:1 1 auto;
	-moz-box-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border-radius: 0;
	font:18px/19px 'chevin_cyrilliclight', sans-serif;
	text-transform: none;
	padding: 8px 10px 10px;
	white-space: nowrap;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
}
.city-modal .wrong-city {
	color: #fff;
	font: 16px/20px 'chevin_cyrilliclight', sans-serif;
}

.black-btn {
	background: #3e3e3e;
	color: #fff;
}
.black-btn:hover {
	text-decoration: none;
	background: #000;
}
.city-modal__arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: -16px;
}
.city-modal__arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: 10px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #f1f1f1;
	border: 2px solid #fff;
}
.city-popup {
	display: none;
}

#city-popup .popup {
	top: 55px !important;
	display: none;
}

@media screen and (max-width: 1000px) {
	#city-popup .popup {
		display: block;
	}
    .city-popup {
        display: block;
        position: absolute;
        top: 137px;
        left: 50%;
        width: 310px;
        margin-left: -155px;
        margin-top: -75px;
    }
	.city-modal__arrow {
		display: none;
	}
	.city-modal-mobile {
		left: 30%;
	}
}

@media screen and (max-width: 767px) {
	.city-modal-mobile {
		left: 20%;
	}
}

@media screen and (max-width: 545px) {
	.city-modal-mobile {
		left: unset;
	}
}

