html, body, #basicMap, .map-wrap {
    /*width: 100%;*/
    /*height: 100%;*/
    margin: 0;
}
body, body * {
    box-sizing: border-box;
}
#basicMap {
    cursor: pointer;
    width: 100%;
    height: 500px;
}
.map-wrap {
    position: relative;
    width: 100%;
    /*max-width: 1200px;*/
    margin: 25px auto;
    width: auto;
    height: auto;
    display: flex;
}

.map-wrap .left-forms {
    flex: 1;
    margin: 0 30px 0 0;
}

#basicMap .olControlAttribution {
    display: none;
}

#basicMap .olControlZoom {
    right: 15px;
    top: 15px;
}

#basicMap .olControlZoom a {
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    background: #fff;
    text-decoration: unset;
    color: #000;
    font-size: 20px;
    box-shadow: 1px 1px 9px 1px;
    transition: all .15s ease;
    margin: 0 0 5px;
}

.map-wrap .form-map {
    margin: 0 0 25px;
}

/*.map-wrap .form-map input[type=text] {*/
/*    height: 40px;*/
/*    margin: 0;*/
/*    padding: 0 15px;*/
/*    border: unset;*/
/*    width: 100%;*/
/*    display: block;*/
/*    !*box-shadow: 1px 1px 9px 1px;*!*/
/*    border: 1px solid #888;*/
/*    outline: unset;*/
/*}*/
.map-wrap .form-map input[type=radio] {
    margin: 0 0 0 5px;
}

.map-wrap .form-map > label {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    justify-content: space-between
}
.map-wrap .form-map label input[type=text] {
    width: 65%;
}

    .map-wrap .form-map button[type=submit],
    .map-wrap .form-map .form-map-submit {                
        margin: 10px 0 0 0;                      
        color: #fff;
        box-shadow: 1px 1px 9px 1px;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        outline: none;
        cursor: pointer;
        text-decoration: none !important;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        padding: 14px 20px 17px;
        border-radius: 4px;
        font-family: inherit;
        font-weight: normal;
        font-size: 15px;
        line-height: 15px;
        text-shadow: 0 1px 0 rgb(0 0 0 / 10%);
        background: #0090eb;
        color: #fff;
        -webkit-box-shadow: inset 0 -2px 0 0 #0063a1;
        -moz-box-shadow: inset 0 -2px 0 0 #0063a1;
        box-shadow: inset 0 -2px 0 0 #0063a1;
        -webkit-font-smoothing: antialiased;
        border: none;
    }

.map-wrap .form-map h3 {
    margin: 0 0 15px;
}

.map-wrap .form-map {
    margin: 0 0 25px;
}

#basicMap .olAlphaImg {
    height: auto!important;
    width: auto!important;
}

#basicMap .popup-content {
    max-width: 300px;
    width: 300px;
    padding: 5px;
}

.map-wrap .form-map.dms-form .input-group {
    display: flex;
    align-items: center;
}
.map-wrap .form-map.dms-form .input-group input[type=text] {
    width: 50px;
}

.map-wrap .form-map.dms-form .input-group input[type=text]#longitude_seconds,
.map-wrap .form-map.dms-form .input-group input[type=text]#latitude_seconds {
    width: 100px;
}

.map-wrap .form-map.dms-form > label label {
    margin: 0 5px;
    padding: 0;
}

.map-wrap .form-map.dms-form > label label[for=latitude_minutes],
.map-wrap .form-map.dms-form > label label[for=latitude_seconds],
.map-wrap .form-map.dms-form > label label[for=latitude_degrees] {
    margin-bottom: -8px;
}

@media screen and (max-width: 992px) {
    .map-wrap {
        flex-wrap: wrap;
    }
    .map-wrap .left-forms {
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 480px) {
    .map-wrap .form-map > label{
        flex-wrap: wrap;
    }
    #basicMap {
        height: 400px;
    }
    #basicMap .popup-content {
        max-width: 150px;
        width: 150px;
        font-size: 14px;
    }
    #basicMap .olControlZoom {
        display: none;
    }
}

/*body loader*/
body.loader:after {
    background: rgba(255,255,255,.7);
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    position: fixed;
    z-index: 999;
}
.lds-default {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: fixed;
    top: 150px;
    left: calc(50% - 40px);
    visibility: hidden;
    z-index: 1000;
}
body.loader .lds-default {
    visibility: visible;
    top: calc(50% - 40px);
}
body.loader {
    position: relative!important;
}
.lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: blue;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}
.lds-default div:nth-child(2) {
    animation-delay: -.1s;
    top: 22px;
    left: 62px;
}
.lds-default div:nth-child(3) {
    animation-delay: -.2s;
    top: 11px;
    left: 52px;
}
.lds-default div:nth-child(4) {
    animation-delay: -.3s;
    top: 7px;
    left: 37px;
}
.lds-default div:nth-child(5) {
    animation-delay: -.4s;
    top: 11px;
    left: 22px;
}
.lds-default div:nth-child(6) {
    animation-delay: -.5s;
    top: 22px;
    left: 11px;
}
.lds-default div:nth-child(7) {
    animation-delay: -.6s;
    top: 37px;
    left: 7px;
}
.lds-default div:nth-child(8) {
    animation-delay: -.7s;
    top: 52px;
    left: 11px;
}
.lds-default div:nth-child(9) {
    animation-delay: -.8s;
    top: 62px;
    left: 22px;
}
.lds-default div:nth-child(10) {
    animation-delay: -.9s;
    top: 66px;
    left: 37px;
}
.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}
.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}
@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}
/*body loader*/