

/* Start:/local/components/rosneft/map/templates/.default/style.css?17603372632391*/
/* Существующие стили */
.fuel-map__filters.fullscreen {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
    background: transparent; 
    padding: 0; 
    border-radius: 0;
    box-shadow: none;
    max-width: none; 
}

.fuel-map__filters.fullscreen .fuel-map__filters-wrapper {
    display: none; 
}

.fuel-map__map-wrapper.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}

.fuel-map__map-wrapper.fullscreen iframe {
    height: 100vh !important;
}

body.no-scroll {
    overflow: hidden;
}

.fuel-map__expand.active {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    margin-right: 0;
    padding: 5px 4px 5px 6px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.fuel-map__expand.active span {
    display: none;
}

.fuel-map__map-wrapper:fullscreen {
    width: 100vw !important;
    height: 100vh !important;
    background: white;
}

.fuel-map__map-wrapper:-webkit-full-screen {
    width: 100vw !important;
    height: 100vh !important;
    background: white;
}

.fuel-map__map-wrapper:-moz-full-screen {
    width: 100vw !important;
    height: 100vh !important;
    background: white;
}

.fuel-map__map-wrapper:-ms-fullscreen {
    width: 100vw !important;
    height: 100vh !important;
    background: white;
}

.fuel-map__map-wrapper:fullscreen iframe {
    width: 100% !important;
    height: 100% !important;
}

.fuel-map__map-wrapper:-webkit-full-screen iframe {
    width: 100% !important;
    height: 100% !important;
}

.fuel-map__map-wrapper:-moz-full-screen iframe {
    width: 100% !important;
    height: 100% !important;
}

.fuel-map__map-wrapper:-ms-fullscreen iframe {
    width: 100% !important;
    height: 100% !important;
}

:fullscreen .fuel-map__filters,
:-webkit-full-screen .fuel-map__filters,
:-moz-full-screen .fuel-map__filters,
:-ms-fullscreen .fuel-map__filters {
    display: none;
}

.fuel-map__collapse {
    position: fixed;
    top: 90px;
    left: 40px;
    z-index: 1001;
    transform: rotate(180deg) scale(2);
    transform-origin: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: none;
}
/* End */
/* /local/components/rosneft/map/templates/.default/style.css?17603372632391 */
