div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
#city_checkboxes .js-filter-list{
	overflow: hidden;
	padding-right: 30px;
}
#city_checkboxes .list{
	max-height: 490px;
	background: white;
	overflow: hidden;
	overflow-y: auto;
}
#city_checkboxes .list::-webkit-scrollbar {
    width: 10px;
    top: 10px;
}
#city_checkboxes .list::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 20px;
}
#city_checkboxes .list::-webkit-scrollbar-thumb {
    
    border-radius: 20px;
    background-color: lightgrey;
}
#city_checkboxes .alphabet{
	position: absolute;
	top: 15px;
	right: 10px;
}
#city_checkboxes .alphabet span{
	display: block;
	text-align: center;
	color: lightgrey;
	font-size: 12px;
}
#city_checkboxes .alphabet span.active{
	color: var(--bwt-dark-blue);
	transition: .4s;
	cursor: pointer;
}
#city_checkboxes .alphabet span.active:hover{
	color: var(--bwt-pink);
}
#city_checkboxes .city_search input{
	max-width: 90%;
	margin-bottom: 10px;
	font-size: 12px;
}
@media(max-width: 1499.98px){
	.page-header__left{
		width: 60% !important;
	}
	.page-header__right{
		width: 40% !important;
	}
}
@media(max-width: 1199.98px){
	.page-header__filter{
		margin-right: 15px !important;
	}
}