div#city-inner {
	max-width: 500px;
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
}

div#city-inner button {
	color: #A5A5A5;
	background: none;
	transition: 0.2s ease;
}

div#city-inner button:hover {
	opacity: 0.2;
}

.city-inner__header {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #1E1E1E;
	margin-bottom: 20px;
}

.city-inner__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.city-inner__element {
	cursor: pointer;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #1E1E1E;
	transition: 0.2s ease;
	height: 30px;
	align-items: center;
	display: inline-flex;
	flex-basis: 50%;
}

.city-inner__element:hover {
	opacity: 0.7;
}

.city-inner__element:last-child {
	margin: 0;
}

@media(max-width:991px) {
	.fancybox-slide--html {
		padding: 12px!important;
	}
}