@media (min-width:980px){
	.register_call{
		background:#145a8d !important;
	}
}
@media (max-width:980px){
	.register_call{
		background:#145a8d !important;
	}
	.mb-sm-10{
		margin-bottom:10px;
	}
}
.form-register-call .form-control{
	border:1px solid #FFF;
}
@media screen and (max-width: 768px){
	.awe__project-city {
		max-width: 100%;
		overflow-x: auto;
	}
	.awe__project-city::-webkit-scrollbar{
		display:none;
	}
}
.awe__project-city-item{
	min-width:250px;
	min-height:316px;
	position:relative;
	flex:1 0 0;
	-ms-flex:1 0 0;
	-wenkit-flex:1 0 0;
}
.awe__project-city-item-link{
	display:block;
	outline:none;
	cursor:pointer;
	position:relative;
}
.awe__project-city-item-link > img{
	width:100%;
}
.awe__project-city-item-link:after{
	content:"";
	position:absolute;
	left:0; top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
}
.awe__project-city-item-figure{
	z-index:1;
	position:absolute;
	left:50%; top:50%;
	transform: translate(-50% , -50%);
	text-align:center;
}
.awe__project-city-item-title{
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	white-space:nowrap;
}
.awe__project-city-item-badge{
	display:inline-block;
	background:var(--white-color);
	padding:0px 10px;
	font-size:13px;
	color:rgba(0, 115, 225, 1);
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}