.pool_block {
    position: relative;
    background: #0A2F5F;
    margin-bottom: -50px;
    padding-bottom: 50px;
    padding-top: 30px;
}
.pool_block.widget-banner::after {
    top: -35px !important;
    /*transform: rotate(180deg);*/
}

.map-search-title {
    color: #fff;
    margin: 70px 0;
}

.map-list {
    width: 320px;
    max-height: 450px;
    overflow: auto;
    border: none;
    border-radius: 10px;
    padding: 0 8px 0 0;
}
.map-list::-webkit-scrollbar {
    width: 8px;
}
/* Фон скролла */
.map-list::-webkit-scrollbar-track {
    background: #1e1e1e;
    border-radius: 10px;
}

/* Сам бегунок */
.map-list::-webkit-scrollbar-thumb {
    background: #2EA2B9;
    border-radius: 10px;
    cursor: grab;
}

/* При наведении */
.map-list::-webkit-scrollbar-thumb:hover {
    background: #1E92a9;
}

.map-item {
    background: #fff;
}
@media all and (max-width: 768px) {
    .map-layout {
        flex-direction: column-reverse;
    }
    .map-list {
        width: 100%;
    }
}