.projects_implementation_map .block-map-lenobl.row {
    margin-left: 0;
    margin-right: 0;
}

.projects_implementation_map #map_lenobl {
    max-width: 100%;
}

@media (min-width: 768px) {
    .projects_implementation_map #map_lenobl {
        text-align: right !important;
    }
}

.map-lenobl__wrap {
    width: 100%;
}

.projects_implementation_map #map_lenobl.big-map {
    flex: 0 0 100%;
    max-width: 100%;
}

.projects_implementation_map #map_lenobl.big-map svg {
    top: 0 !important;
    left: 0 !important;
    margin-bottom: -132px;
    transform: scale(0.8);
    transform-origin: 100% 0;
}

.project-indicators-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    flex: 0 0 220px;
    padding: 20px 40px;
    z-index: 1;
    background: rgba(245, 245, 245, 0.7);
}


@media (min-width: 768px) {
    .project-indicators-panel {
        margin-right: -220px;
    }
}

.project-indicators-panel .indicator:not(:last-of-type) {
    margin-bottom: 20px;
}

.project-indicators-panel .indicator__value {
    font-size: 36px;
    font-weight: 700;
}

.project-indicators-panel .indicator__title {
    font-size: 14px;
}

.select-project__widget {
    width: 100%;
    min-height: 80px;
    border: 1px solid #7F7F7F;
    cursor: pointer;
}

@media (min-width: 768px) {
    .select-project__widget {
        width: auto;
    }
}

.select-project__widget img {
    vertical-align: bottom;
    width: 100%;
    height: 50px;
}

.select-project__title {
    width: 300px;
}

.select-project__dropdown {
    margin-right: -1px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 50px;
    fill: #3180C4;
    color: #3180C4;
    background-color: transparent;
    transition: background-color 0.15s ease-in-out,
                border-color 0.15s ease-in-out,
                box-shadow 0.15s ease-in-out;
}

.select-project__widget:hover .select-project__dropdown {
    fill: white;
    color: white;
    background-color: #3180C4;
    border-color: #3180C4;
}

.dropdown-icon {
    width: 23px;
    height: 11px;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyIDFMMTEuNSAxMEwxIDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+Cjwvc3ZnPgo=");
}

.national_project__card {
    background: rgba(245, 245, 245, 0.7);
}
