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

/* --------------------MAP PAGE-------------------- */
.map-page {
    background: rgba(245, 245, 247, 1);
}
.map-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    height: 100vh;
}
.map-left {
    padding-top: 100px;
    padding-bottom: 74px;
}
.map-left__container {
    margin-left: auto;
    max-width: 670px;
    width: 100%;
    height: 80vh;
    padding-left: 28px;
    position: relative;
    overflow-y: auto;
}

.map-right {
    position: relative;
    min-height: 500px;
}
.map-right .map {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#map {
    width: 100%;
    height: 100vh;
}

.first-step {
    display: block;
}

.first-step ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0;
}
.first-step ul li {
    font-weight: 700;
    cursor: pointer;
}
.first-step ul li a{
    color: inherit;
}
.first-step ul li:hover {
    color: var(--color-blue);
}
.first-step .first-step__cities ul {
    max-height: 850px;
}
.first-step .first-step__countries ul {
    max-height: 200px;
}
.first-step .first-step__cities,
.first-step .first-step__countries {
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
}

.first-step .first-step__cities {
    margin-bottom: 1rem;
}