@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
body.zagl {
	overflow: hidden;
	background-image: url('/bitrix/templates/bd_deliverysushi/images/vector-fon.jpg');
	background-position: center;
	background-repeat: repeat;
	background-size: 300px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #373a3c;	
}
.zagl-out {
	display: none;
}
body.zagl .zagl-out {
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	text-align: center;
	background: unset;
}
body.zagl .zagl-out .zagl_in {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 550px;
	height: 300px;
	background: rgba(255,255,255,1);
	padding: 40px 50px;
	border-radius: 10px;
	border: 2px solid #000;
	box-sizing: border-box;
	vertical-align: middle;
}
body.zagl .zagl-out .zagl_in img {
	height: 200px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
body.zagl .zagl-out .zagl_in .select_city {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	max-width: 53%;
	padding-left: 30px;
	box-sizing: border-box;
}
body.zagl .zagl-out .zagl_in .select_city b {
	display: block;
	color: #f8515c;
	font-size: 1.4em;
	font-weight: bold;
}
body.zagl .zagl-out .zagl_in .select_city a {
	display: block;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-decoration: none;
	font-size: 1.8em;
	color: #292f32;
	line-height: 1.2em;
	display: inline-block;
	border-bottom: 1px solid #292f32;
	margin-top: 9px;
}
body.zagl .zagl-out .zagl_in .select_city a.city_1 {

}
@media (max-width: 767px){
	body.zagl .zagl-out .zagl_in {
		max-width: 90%;
		height: auto;
		max-height: 550px;
	}
	body.zagl .zagl-out .zagl_in img {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	body.zagl .zagl-out .zagl_in .select_city {
		max-width: 90%;
		padding-left: 0px;
	}
	
}