.map .container {
    position: absolute;
    left: var(--container-left);
    bottom: 0;
    pointer-events: none;
}


.map {
    position: relative;
    margin-top: 17px;
    overflow: hidden;
    height: calc(100vh - 100px);
    min-height: 400px;
}

.mapframe {
    position: relative;
}

.unlock_btn {
    position: absolute;
    right: 0;
    top: 50%;
    width: 100px;
    height: 50px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(194, 194, 194, 0) 0%, #E9E9E9 100%);
    /* s */
    filter: drop-shadow(1px 1px 2px rgba(10, 41, 32, 0.45));
    border-radius: 10px;
    transition: var(--transition);
    z-index: 99;
    display: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.unlock_btn_active {
    width: 25px;
}

.unlock_btn p {
    font-size: 10px;
    width: 50px;
    line-height: 14px;
    text-align: center;
    margin-right: 10px;
}

.map_tabs {
    display: flex;
    gap: 17px;
}


.map_tabs > p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    opacity: 0.5;
}

.map_body {
    position: relative;
    height: 100%;
    width: var(--container-width);
    left: var(--container-left);
    top: 0;
    /* transition: width 0.1s, height 0.1s; */
    cursor: grab;
}

.map_body:active {
    cursor: move;
}

.map_body > path {
    cursor: pointer;
    stroke: #646464;
    stroke-width: 0.5px;
    stroke-linejoin: round;
    transition: var(--transition);
}

.zoom_plus, .zoom_minus {
    cursor: pointer;
}

.map_zoom {
    width: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zoom_line {
    margin-top: 12px;
    margin-bottom: 12px;
    height: 70px;
    width: 7px;
    position: relative;
}


.zoom_line_line {
    margin-left: 3px;
    width: 1px;
    height: 100%;
    background-color: var(--black);
}


.zoom_indicator {
    height: 6.761948585510254px;
    width: 7px;
    border-radius: 100%;
    background-color: var(--black);
    position: absolute;
    top: 59px;
}

.map_stages {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    border-left: solid 1px var(--black);
    border-right: solid 1px var(--black);
    pointer-events: auto;
}


.map_stage {
    width: 140px;
    height: 37px;
    position: relative;
    border-left: solid 1px var(--black);
    border-bottom: solid 1px var(--black);
    border-right: solid 1px var(--black);
    overflow: hidden;
    background-color: rgb(249, 249, 249, 0.8);
    backdrop-filter: blur(15px);
    cursor: pointer;
    transition: var(--transition);
    opacity: 1;
}

.map_stage > p {
    font-family: Inter;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--black);
    margin-bottom: 5px;
    margin-top: 5px;
}

.map_box {
    width: 100%;
    height: 12px;
}

.no_assets > .map_box {
    background-color: var(--no-assets);
}


.frozen > .map_box {
    background-color: var(--green1);
}

.statements > .map_box {
    background-color: var(--green2);
}

.draft_laws > .map_box {
    background-color: var(--green3);
}

.laws > .map_box {
    background-color: var(--green4);
}

.confiscation > .map_box {
    background-color: var(--green5);
}


.map_zoom {
    border-radius: 12px;
    background-color: rgb(249, 249, 249, 0.8);
    backdrop-filter: blur(15px);
    pointer-events: auto;
}




.country_popup_top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px;
}



.country_popup_top_left {
    display: flex;
    gap: 10px;
    align-items: center;
}



.country_popup_top h3 {
    font-family: Oswald;
    font-size: 39px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--black);
}


.copy-link {
    transition: 0.3s ease-out;
    object-fit: contain;
    width: 33px;
    height: 33px;
    opacity: 1;
    cursor: pointer;
}

.copy-link:hover {
    opacity: 0.65;
}



.country_popup_main p, .country_popup_main a {
    font-family: Inter;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--black);
}

.country_popup_main a {
    display: inline !important;
    text-decoration: underline !important;
}

.country_popup_body {
    width: 75%;
}

.close_country {
    cursor: pointer;
}

.country_popup_bottom {
    padding-top: 35px;
}

.country_popup_bottom > div {
    display: flex;
}

.country_popup_bottom > div > div {
    width: 50%;
    margin-top: 25px;
}

.sum {
    font-family: Oswald;
    font-size: 48px;
    font-weight: 700;
    line-height: 71px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--black);
}

.sum_text {
    font-family: Inter;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--black);
    width: 290px;
}

.country_popup_bottom > hr {
    border: none;
    border-bottom: solid 1px var(--black);
}

.cut_resourses {
    border-left: solid 1px var(--black);
    padding-left: 25px;
}

body > main > div.mapframe > div.container > h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* курсор */
.countries_cursor {
    position: fixed;
    z-index: 1000;
    display: none;
    left: 0;
    top: 200px;
}

.countries_cursor_line {
    height: 110px;
    border: 1px solid #01150F;
}

.countries_cursor_text {
    font-family: Oswald;
    font-size: 25px;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: left;
    color: #01150F;
    width: fit-content;
    height: fit-content;
    display: inline;
}