:root {
    /*--main-color: #232323;*/
    --main-color: #FFEBCD;
    --add-color: #393939;
    --green-color: #2d9062;
    --yellow-color: #faaf08;
    --wheat-color: #FFEBCD;
    --pattern: url(/img/menu-icons/black-scratch-lines.png);
}

.lhst_svg-map {
    position: fixed;
    display: grid;
    width: 100%;
    height: 100%
}

#global_region_map {
    cursor: pointer;
    z-index: 1200;
    filter: brightness(0.9);
}

#global_region_map polygon {
    stroke-width: 1;
    stroke: var(--add-color);
    fill: transparent;
    opacity: 100%
}

#global_region_map polygon:hover {
    filter: brightness(0.85)
}
#global_region_map polygon:active {
    filter: brightness(1.15);
}


#lhst_map_img {
    z-index: 1
}

.lhst_btn_moveToRegion {
    background: radial-gradient(var(--add-color),black);
    color: var(--wheat-color);
    border-radius: 3px;
    font-size: revert;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-color: #666060;
}

.lhst_btn_moveToRegion:hover {
    background: radial-gradient(var(--green-color),black);
    color: var(--yellow-color);
    border-style: outset
}

.lhst_btn_moveToRegion:active {
    border-style: inset;
    transform: scale(0.95); /* ��������� ���������� ������� ��� ������� */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); /* ����, ��������� �������� ����������� */
}


.lhst_left_side_bar_country_content {
    margin: .5em !important;
    padding-top: 5px;
    padding-bottom: 5px;
    background: linear-gradient(#fff2, transparent);
    border: 1px solid #333;
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.lhst_left_side_bar_land_content {
    margin: .0em .5em .5em .5em !important;
    padding-top: 5px;
    padding-bottom: 5px;
    background: linear-gradient(#fff2, transparent);
    border: 1px solid #333;
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.mobileMapButtonsDiv {
    background-image: var(--pattern);
    background-size: 50%;
    display: none;
    height: 160px;    
}

.lhst_map_region_icon_left_bar {
    display: inline-block;
    height: 80px;
    width: 80px;
    margin-left: inherit;
    border-radius: inherit;
}

.lhst_mobile_map_land_tiny_icon {
    height: 40px;
    width: 40px;
}

.lhst_mobile_dialog_select_input {
    width: 80px;
    height: 20px;
    margin-bottom: 3px;
    margin-left: 4px;
    background: radial-gradient(var(--add-color),black);
    color: var(--wheat-color);
    border-radius: 3px;
    font-weight: 700;
    font-size: 10px;
    font-family: 'Sitka Display', 'Arial', Arial, sans-serif;
    line-height: 1;
}

.lhst_mobile_has_borders_with {
    width: 250px;
}