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;
}

body .search_sp__form-inner{
	grid-template-columns: 1fr 1fr 0.5fr;
}
.search-cities {
    position: relative;
    overflow: hidden;
}
.search-cities.open {
    overflow: initial;
}
.search-cities__title {
 width: 100%;
 height: 50px;
     font-family: Montserrat,sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    outline: 0;
    padding-left: 30px;
    padding-right: 50px;
    border: 0;
    border-radius: 4px;
    background-color: #282828;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.search-cities__drop{
    background-color: #282828;
    border-radius: 4px;
    padding: 15px 0;
    position: absolute;
    top: 100%;
    left: 0;
    color: #81848b;
        transition: all .3s ease-in-out;
        max-height: 336px;
    overflow: auto;
    z-index: -1;
    width: 100%;
        -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.search-cities.open .search-cities__drop {
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    z-index: 2;
}
.search-cities__drop a {
    display: block;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #8d8d8d;
    text-align: left;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 10px 30px;
    white-space: normal;
}
.search-cities::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    right: 20px;
    background-image: url(/local/templates/artway/images/icons/icon_arrow_select.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.search-cities.open::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}