@import url('../fonts/DM-Sans/DM-Sans.css');
@import url('../fonts/Abhaya-Libre/Abhaya-Libre.css');
@import url('../fonts/fontawesome-pro-6.1.1-web/css/all.min.css');
@import url('../fonts/OwlCarousel2-2.3.4/dist/assets/owl.carousel.min.css');
@import url('../fonts/OwlCarousel2-2.3.4/dist/assets/owl.theme.default.min.css');

/*! VARS --------------------------------------------------------------- */

:root {
    --theme-font: 'DM Sans', Helvetica Neue, Helvetica, sans-serif;
    --theme-font-extra: 'Abhaya Libre', Garamond, Georgia, serif;
    --theme-color: 0, 0, 0;
    --theme-color-body: 51, 51, 51;
    --theme-color-calm: 228, 236, 226;
    --theme-color-cozy: 190, 210, 185;
    --theme-color-juniz: 131, 172, 126;
    --theme-color-energy: 0, 75, 104;
    --theme-color-estate: 14, 91, 92;
    --theme-color-orange: 255, 105, 0;
    --theme-color-red: 145, 61, 82;
    --theme-color-blue: 0, 106, 172;
    --theme-color-lime: 220, 255, 0;
    --theme-color-light-gray: 243, 242, 243;
    --theme-color-dark-gray: 221, 220, 222;
    /* Theme colors */
    --theme-color-primary: 110, 193, 228;
    --theme-color-secondary: 84, 89, 95;
    --theme-color-text: 122, 122, 122;
    --theme-color-accent: 97, 206, 112;
    --theme-color-velvet-blue: 0, 44, 58;
    --theme-color-petrol: 38, 87, 105;
    --theme-color-smart-green: 175, 202, 11;
}

/*! GENERAL ------------------------------------------------------------ */

/*body {*/
/*    background-color: rgb(var(--theme-color-calm));*/
/*    color: rgb(var(--theme-color-body));*/
/*    font-family: var(--theme-font);*/
/*    font-size: 1rem;*/
/*    line-height: 1.5*/
/*}*/

.container {
    padding: 0 1.5rem;
}

h1 {
    hyphens: auto;
    line-height: 1.1;
    padding: 1rem 0;
    margin: 0
}

h2 {
    hyphens: auto;
    padding: .75rem 0 1rem 0;
    margin: 0
}

h3 {
    hyphens: auto;
    font-weight: bold;
    padding: .75rem 0;
    margin: 0
}

h4 {
    hyphens: auto;
    font-weight: bold;
    padding: .75rem 0
}

section {
    display: block;
}

.block-projects-map__map .st0, .block-projects-map__map .st1 {
    stroke-miterlimit: 10;
}

.block-projects-map__map .st0 {
    fill: #fff;
    stroke: #c5c5c5;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.block-projects-map__map .st1 {
    fill: none;
    stroke: #d8da00;
    stroke-width: 2;
}

.block-projects-map__map .st2 {
    fill: rgb(var(--theme-color-velvet-blue));
}

.block-projects-map__map .st3 {
    fill: #fff;
}

/*.st4 {*/
/*    font-family: ;*/
/*}*/

.block-projects-map__map .st5 {
    font-size: 20.3486px;
}

.block-label {
    background-color: rgb(var(--theme-color-smart-green));
    border-radius: 9999px;
    color: rgb(var(--theme-color-body));
    display: inline-block;
    font-size: .85rem;
    font-weight: 600 !important;
    letter-spacing: .05rem;
    line-height: 26px;
    padding: .2rem .75rem 0;
    text-transform: uppercase
}


.block-projects-map {
    /*background-color: rgb(var(--theme-color-estate));*/
    padding: 50px 0;
}

.block-projects-map__wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.block-projects-map__map svg {
    width: 100%;
    height: auto;
    max-width: 600px;
}

.block-label.block-projects-map__section-headline {
    top: -3.5rem;
    position: absolute;
    margin-top: 0;
    font-family: inherit;
    background-color: rgb(var(--theme-color-smart-green));
    border-radius: 9999px;
    color: rgb(var(--theme-color-body));
    display: inline-block;
    font-size: .75rem;
    font-weight: 600 !important;
    letter-spacing: .05rem;
    line-height: 26px;
    padding: .2rem .75rem 0;
    text-transform: uppercase;

}

.block-projects-map__map {
    width: 60%;
    padding: 0 50px 0 0;
}

.block-projects-map__list {
    width: 40%;
}

.block-projects-map__headline {
    border-radius: 48px;
    color: rgb(var(--theme-color-energy));
    font-family: inherit !important;
    background-color: rgb(var(--theme-color-smart-green));
    width: fit-content;
    font-size: 19px !important;
    font-weight: bold !important;
    line-height: 1.2;
    padding: 12px 1.5rem 10px 1.5rem;
    text-decoration: none;
    margin-bottom: 10px;
}

.block-projects-map__list-item {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.block-projects-map__list-item:first-child {
    margin-top: 0;
}

.block-projects-map .block-projects-map__link {
    display: block;
    margin-top: 15px;
    text-decoration: none !important;
    color: white;
    transition: 0.5s ease-out;
    font-family: inherit;
    font-size: 0.85rem !important;
    line-height: 1.5 !important;
    font-weight: 600 !important;
    letter-spacing: .01em;
}

/*.block-projects-map .block-projects-map__link:hover,.block-projects-map .block-projects-map__link:active {*/
/*    text-decoration: none !important;*/
/*    color: blue !important;*/
/*}*/

.block-projects-map__link:hover, .block-projects-map__link:active {
    text-decoration: none;
    color: rgb(var(--theme-color-smart-green)) !important;
}

.block-projects-map__link .fa-chevron-right {
    color: rgb(var(--theme-color-smart-green));
    padding-right: 15px;
}

.block-projects-map__map-link {
    text-decoration: none !important;
}

.block-projects-map__map-link:hover {
    text-decoration: none;
}

.block-projects-map__map-link circle {
    transition: 0.3s ease-in-out;
}

.block-projects-map__map-link:hover circle {
    fill: rgb(var(--theme-color-smart-green));
}

.block-projects-map__map-link .st4 {
    transition: 0.3s ease-in-out;
}

.block-projects-map__map-link:hover .st4 {
    fill: rgb(var(--theme-color-smart-green));
}

/* Responsive */

@media (max-width: 991px) {
    .block-projects-map__wrapper {
        display: flex;
        flex-direction: column;
    }

    .block-projects-map__map {
        width: 100%;
        margin-bottom: 50px;
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .block-projects-map__list {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}


@media screen and (min-width: 1400px) {
    .block-projects-map__wrapper {
        max-width: 1320px;
    }
}