html, body {
    margin: 0;
    padding: 0;
}

#preloader {
    background: #fff url(../../images/loader.gif) no-repeat center center;
    background-size: 10%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}
#selectContainer {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 11px 0;
}
#countrySelect {
    width: 200px;
    margin: 0 auto;
}
#map {
    /*font-family: inherit;*/
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
}