.ruch-widget-map-container-full-screen {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

.ruch-widget-map-wrapper-full-screen {
    position: relative;
    background: #fff;
    width: 80%;
    margin: auto;
    top: 10%;
}

.ruch-widget-display-none {
    display: none;
}

.ruch-widget-margin-top:not(:empty) {
    margin-top: 1rem;
    font-size: 12px;
}
.ruch-widget-margin-top b {
    font-weight: normal;
}

#ruchWidgetButtonContainer {
    padding: 15px;
    background-color: #f6f6f6;
}

#ruchWidgetButtonContainer button {
    color: #fff;
    border: 1px solid #000;
    background: #000;
    display: inline-block;
    text-transform: none;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .ruch-widget-map-wrapper-full-screen {
        padding: 15px;
    }
}
