@media (min-width: 660px) and (max-width: 979px) {
    .map_stage {
        width: 100px;
    }

    .frost_resourses, .cut_resourses {
        margin-top: 20px !important;
    }

    .sum {
        font-size: 24px;
        line-height: 35.57px;
    }

    .sum_text, .country_popup_main p, .country_popup_main a {
        font-size: 15px;
    }

    .unlock_btn {
        display: flex;
    }

}

@media (min-width: 500px) and (max-width: 659px) {
    .mapframe h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .map_stages {
        width: 100%;
    }

    .map_stage > p {
        font-size: 8px;
    }

    .map_zoom {
        position: absolute;
        left: 0;
        bottom: 50px;
    }

    .frost_resourses, .cut_resourses {
        margin-top: 20px !important;

    }

    .sum {
        font-size: 24px;
        line-height: 35.57px;

    }

    .sum_text, .country_popup_main p, .country_popup_main a {
        font-size: 15px;
    }

    .unlock_btn {
        display: flex;
    }

}




@media (max-width: 499px) {
    .mapframe h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .map_stages {
        width: 100%;
    }

    .map_stage > p {
        font-size: 6px;
    }

    .map_zoom {
        position: absolute;
        left: 0;
        bottom: 50px;
    }

    .rating_content > h4 {
        font-size: 12px;
    }

    .rating_content > p {
        font-size: 12px;
    }

    .rating_item {
        height: 32px;
    }

    .map_tabs {
        margin-top: 10px;
    }

    .map_tabs p {
        font-size: 10px;
    }

    .frost_resourses, .cut_resourses {
        margin-top: 20px !important;
    }

    .sum {
        font-size: 24px;
        line-height: 35.57px;
    }

    .sum_text, .country_popup_main p, .country_popup_main a {
        font-size: 15px;
    }
    .unlock_btn {
        display: flex;
    }


}
