body {
    font-family: 'Rubik';
}

.map_container {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
}

.map_block {
    text-align: center;
    position: relative;
}

.map_toggles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.map_toggle {
    display: flex;
    text-transform: uppercase;
    font-family: 'Rubik';
    font-weight: 500;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-size: 15px;
    height: 80px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
    background: linear-gradient(to right, #e2e2e0, #fbf9e2, #e2e2e0) no-repeat;
    background-size: 200% 200%;
    background-position: 0 0;
    border-bottom: 2px solid #fbe84c;
    border-right: 2px solid #fbe84c;
    border-top: 2px solid #9699a2;
    border-left: 2px solid #9699a2;
    margin-bottom: 20px;
}

.map_toggle:hover, .map_toggle.active {
    color: #6E6E6F;
    background: linear-gradient(to right, #e2e2e0, #fbf9e2, #e2e2e0) no-repeat;
    background-size: 200% 200%;
    background-position: 100% 100%;
    border-top: 2px solid #fbe84c;
    border-right: 2px solid #9699a2;
    border-bottom: 2px solid #9699a2;
    border-left: 2px solid #fbe84c;
}

.map_toggle_marker {
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #f7e106;
}

.map_toggle_marker_plan {
    background: #9747ff;
}

.map_toggle_marker_napr {
    background: #2d69f1;
}

.country_info {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.country_info_flag {
    width: 40px;
    min-width: 40px;
}

.country_info_name {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 5px;
}

.country_info_desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
}

.country_info_desc b {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2;
    color: #000;
}

.toggle_content .summary, .summary_close, .country_info_desc a{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #2d69f1;
    margin-bottom: 15px;
    cursor: pointer;
    text-decoration: none;
}

.toggle_content .details._open .summary {
    display: none;
}

.toggle_content .details .details_info {
    display: none;
}

.toggle_content .details._open .details_info {
    
}

.map_pin {
    position: absolute;
    background: url(../img/sub.svg) no-repeat center center / contain;
    width: 20px;
    height: 46px;
    cursor: pointer;
}

.map_pin:hover, .map_pin.active {
    background: url(../img/sub_sel.svg) no-repeat center center / contain;
    z-index: 3;
}

.map_pin_plan {
    background: url(../img/plan.svg) no-repeat center center / contain;
}

.map_pin_plan:hover, .map_pin_plan.active {
    background: url(../img/plan_sel.svg) no-repeat center center / contain;
}

.map_pin_napr {
    background: url(../img/napr.svg) no-repeat center center / contain;
}

.map_pin_napr:hover, .map_pin_napr.active {
    background: url(../img/napr_sel.svg) no-repeat center center / contain;
}

#mt_pin {
    left: 43.92%;
    top: 31.5%;
}

#kz_pin {
    left: 53.83%;
    top: 23.67%;
}

#ba_pin {
    left: 51.21%;
    top: 28.96%;
}

#md_pin {
    left: 48.13%;
    top: 24.73%;
}

#ro_pin {
    left: 47%;
    top: 26.63%;
}

#fr_pin {
    left: 40.93%;
    top: 27.27%;
}

#dk_pin {
    left: 44.58%;
    top: 19.45%;
}

#fi_pin {
    left: 47.57%;
    top: 15.64%;
}

#mk_pin {
    left: 46.82%;
    top: 26.85%;
}

#ee_pin {
    left: 46.35%;
    top: 18.18%;
}

#am_pin {
    left: 57.9%;
    top: 29.38%;
}

#ge_pin {
    left: 51.77%;
    top: 26.85%;
}

#pl_pin {
    left: 45.51%;
    top: 21.56%;
}

#be_pin {
    left: 42.24%;
    top: 22.62%;
}

#it_pin {
    left: 44.02%;
    top: 28.75%;
}

#bg_pin {
    left: 46.16%;
    top: 29.17%;
}

#no_pin {
    left: 42.33%;
    top: 15.43%;
}

#pt_pin {
    left: 37.66%;
    top: 29.17%;
}

#lv_pin {
    left: 46.45%;
    top: 19.87%;
}

#gb_pin {
    left: 40.37%;
    top: 21.99%;
}

#ca_pin {
    left: 13.8%;
    top: 15.21%;
}

#se_pin {
    left: 45.05%;
    top: 16.28%;
}

#es_pin {
    left: 44.2%;
    top: 19.45%;
}

#nl_pin {
    left: 41.66%;
    top: 23.04%;
}

#si_pin {
    left: 46.03%;
    top: 28.12%;
}

#me_pin {
    left: 47.38%;
    top: 29.39%;
}

#jp_pin {
    right: 20.09%;
    top: 29.81%;
}

#us_pin {
    left: 11.87%;
    top: 27.06%;
}

#az_pin {
    left: 52.9%;
    top: 29.6%;
}

#il_pin {
    left: 50%;
    top: 33.82%;
}

.country_modal {
    border: 1px solid #c2c6d2;
    padding: 15px;
    padding-right: 41px;
    background: #fff;
    width: 100%;
    max-width: 336px;
    position: absolute;
    top: 0;
    left: 177px;
    text-align: left;
    z-index: 15;
    display: none;
}

.country_modal_close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_7615)'%3E%3Crect x='0.333374' y='14.6489' width='20.3811' height='1.91073' rx='0.955364' transform='rotate(-45 0.333374 14.6489)' fill='black' /%3E%3Crect x='1.68432' width='20.3811' height='1.91073' rx='0.955364' transform='rotate(45 1.68432 0)' fill='black' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_7615'%3E%3Crect width='16' height='16' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.country_modal .country_info {
    margin-bottom: 0;
}

.mob_country_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 1500;
    display: none;
}

.mob_country_modal_content {
    border: 1px solid #c2c6d2;
    padding: 15px;
    padding-right: 41px;
    background: #fff;
    width: calc(100% - 40px);
    max-width: 336px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
}

@media screen and (max-width: 991.8px) {

}

@media screen and (max-width: 767.8px) {
    .map_toggles {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-top: 30px;
    }
    .map_pin {
        width: 45px;
        height: 45px;
    }
    .map_block {
        display: none;
    }
    .map_toggle, .map_toggle:hover {
        padding: 0;
        background: none;
        border: none;
        height: auto;
        color: #000;
        justify-content: flex-start;
        text-align: left;
        font-size: 22px;
    }
    .map_toggle .map_toggle_marker {
        display: none;
    }
}

@media screen and (max-width: 575.8px) {
    .country_modal {
        top: 0;
        left: 0;
    }
    .map_pin {
        width: 35px;
        height: 35px;
    }
}