


.map-section {

    background: #EBF2F3 !important;    
}

.map-section h2 {

    margin-bottom: 24px;
}

.map-section svg {

    border-radius: 16px;
    background: #426373 !important;
    width: 100%;
}

.map-section .textBlock-card__content__textBlock {

    padding-top: 50px;
}

.map-section_list {

    margin-top: 36px;
}

.map-section .map-points {

    pointer-events: none;
}

.map-section .map-bl {

    transition: all 0.3s ease;
}

.map-section_list li {

    width: max-content;
}

.map-section_list li.hovered {

    color: #2E4450;
}

.map-section_list li a {

    color: #012622;
    position: relative;
    text-decoration: none;
}

.map-section_list li a::after {

    content: "";
    width: 0;
    bottom: -3px;
    left: 0;
    height: 2px;
    background-color: #77E2A9;
    position: absolute;
    display: block;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.map-section_list li.hovered a::after {

    width: 100%;
}

.map-section .map-bl.hovered {

    fill: #2E4450 !important;
}


@media (max-width: 980px) {

    .map-section .textBlock-card__content__textBlock {

        padding-top: 0;
    }

    .map-section .textBlock-card__content {

        grid-template-columns: repeat(1,1fr);
        gap: 1rem !important;
    }

    .map-section .textBlock-card__content__card {

        width: 100% !important;
    }

    .map-section svg {

        height: auto;
    }
}