
/* RSO11_PAGE_WIDTH_FIX START */

/*
 * Hello Elementor ограничивает обычный
 * site-main до 1140px.
 *
 * Только на странице объектов разрешаем
 * полноценную ширину локатора.
 */

body.page-id-5216 #content.site-main {
    width:100% !important;
    max-width:none !important;

    margin-left:0 !important;
    margin-right:0 !important;

    padding-left:0 !important;
    padding-right:0 !important;
}


body.page-id-5216 #content.site-main > .page-content {
    width:100% !important;
    max-width:none !important;

    margin:0 !important;
    padding:0 !important;
}


body.page-id-5216 .rso11-wrap {
    width:min(
        1400px,
        calc(100vw - 48px)
    ) !important;

    max-width:1400px !important;

    margin-left:auto !important;
    margin-right:auto !important;
}

/* RSO11_PAGE_WIDTH_FIX END */

/* RS-ENERGO OBJECT MAP V11 STABLE */


body.page-id-5216 .entry-title {
    display:none !important;
}


body.page-id-5216 .rso11 {
    width:100%;

    padding:
        18px 20px
        46px;

    background:#fff;

    color:#1b2025;
}


body.page-id-5216 .rso11-wrap {
    width:min(1400px,100%);

    margin:0 auto;
}


/* ==================================================
   TWO COLUMNS
   ================================================== */

body.page-id-5216 .rso11-main {
    display:grid;

    grid-template-columns:
        minmax(0,1fr)
        440px;

    gap:18px;

    align-items:start;
}


/* ==================================================
   LEFT = SEARCH + MAP
   ================================================== */

body.page-id-5216 .rso11-map-column {
    display:grid;

    grid-template-rows:
        58px
        650px;

    gap:14px;

    min-width:0;

    margin:0 !important;
    padding:0 !important;

    align-self:start;
}


body.page-id-5216 .rso11-search {
    position:static !important;

    display:block !important;

    width:100% !important;
    height:58px !important;

    box-sizing:border-box !important;

    margin:0 !important;
    padding:0 !important;
}


body.page-id-5216 .rso11-search input {
    display:block;

    width:100%;
    height:58px;

    box-sizing:border-box;

    margin:0;
    padding:0 20px;

    border:
        1px solid #d4d8dc;

    border-radius:15px;

    background:#fff;

    color:#22282d;

    outline:none;

    font-size:15px;
    line-height:1;
    font-weight:500;
}


body.page-id-5216 .rso11-map {
    width:100% !important;
    height:650px !important;

    box-sizing:border-box;

    margin:0 !important;

    overflow:hidden;

    border:
        1px solid #dfe3e6;

    border-radius:18px;

    background:#eef0f2;
}


/* ==================================================
   RIGHT = FILTERS + HEADER + LIST
   ================================================== */

body.page-id-5216 .rso11-list-column {
    display:flex;
    flex-direction:column;

    width:100%;

    margin:0 !important;
    padding:0 !important;

    align-self:start;
}


/* space between filters and list header */

/*
 * Поскольку margin-top заголовка занимает 14px,
 * список ниже должен быть короче,
 * чтобы общая высота колонок совпадала.
 */

/* FILTERS */

body.page-id-5216 .rso11-filters {
    position:static !important;

    display:grid !important;

    grid-template-columns:
        40px
        minmax(0,1fr)
        minmax(0,1.28fr)
        minmax(0,1fr);

    gap:3px;

    width:100% !important;
    height:58px !important;

    box-sizing:border-box;

    margin:0 0 14px !important;
    padding:5px !important;

    overflow:hidden;

    border-radius:15px;

    background:#f0f1f2;
}


body.page-id-5216 .rso11-filter {
    appearance:none;

    display:flex;
    align-items:center;
    justify-content:center;

    gap:4px;

    min-width:0;
    width:100%;
    height:48px;

    box-sizing:border-box;

    margin:0;
    padding:0 2px;

    border:0;
    border-radius:11px;

    background:transparent;

    color:#585f65;

    font-size:9px;
    line-height:1.08;
    font-weight:750;

    text-align:center;
    white-space:normal;

    cursor:pointer;
}


body.page-id-5216 .rso11-filter.is-active {
    background:#fff;

    color:#181c20;

    box-shadow:
        0 2px 8px
        rgba(0,0,0,.07);
}


body.page-id-5216 .rso11-filter-dot {
    width:8px;
    height:8px;

    flex:0 0 8px;

    border-radius:50%;
}


body.page-id-5216 .rso11-filter-dot--black {
    background:#111111;
}


body.page-id-5216 .rso11-filter-dot--red {
    background:#e53935;
}


body.page-id-5216 .rso11-filter-dot--blue {
    background:#2563d8;
}


/* LIST HEADER */

body.page-id-5216 .rso11-list-head {
    display:flex;
    align-items:center;
    justify-content:space-between;

    width:100%;
    height:58px;

    box-sizing:border-box;

    padding:0 18px;

    border:
        1px solid #dfe3e6;

    border-bottom:0;

    border-radius:
        18px 18px
        0 0;

    background:#fff;
}


body.page-id-5216 .rso11-list-head strong {
    font-size:18px;
    font-weight:800;

    color:#1b2025;
}


body.page-id-5216 #rso11-count {
    display:flex;
    align-items:center;
    justify-content:center;

    min-width:34px;
    height:34px;

    padding:0 9px;

    box-sizing:border-box;

    border-radius:999px;

    background:#f0f1f2;

    color:#60676d;

    font-size:12px;
    font-weight:800;
}


/* LIST */

body.page-id-5216 .rso11-list {
    width:100%;
    height:592px;

    box-sizing:border-box;

    overflow-y:auto;
    overflow-x:hidden;

    border:
        1px solid #dfe3e6;

    border-radius:
        0 0
        18px 18px;

    background:#fff;

    scrollbar-width:thin;
}


body.page-id-5216 .rso11-card {
    padding:18px 20px;

    border-bottom:
        1px solid #eceeef;

    background:#fff;

    cursor:pointer;
}


body.page-id-5216 .rso11-card.is-hidden {
    display:none;
}


body.page-id-5216 .rso11-city {
    margin-bottom:6px;

    color:#f05a24;

    font-size:10px;
    font-weight:800;

    letter-spacing:.075em;

    text-transform:uppercase;
}


body.page-id-5216 .rso11-title {
    margin:
        0 0 7px !important;

    color:#1b2025 !important;

    font-size:16px !important;
    line-height:1.3 !important;
    font-weight:800 !important;
}


body.page-id-5216 .rso11-address {
    margin-bottom:10px;

    color:#777e84;

    font-size:12px;
    line-height:1.45;
}


body.page-id-5216 .rso11-badges {
    display:flex;
    flex-wrap:wrap;

    gap:5px;
}


body.page-id-5216 .rso11-badge {
    display:inline-flex;

    padding:5px 8px;

    border-radius:999px;

    background:#edf0f1;

    color:#596168;

    font-size:9px;
    font-weight:800;
}


body.page-id-5216 .rso11-badge--maintenance {
    background:#fff0ef;

    color:#ca312c;
}


body.page-id-5216 .rso11-badge--operation {
    background:#edf3ff;

    color:#2058bd;
}


/* DESCRIPTION */

body.page-id-5216 .rso11-description {
    margin:
        22px 0 0;

    padding-top:22px;

    border-top:
        1px solid #eceeef;

    color:#474e54;

    font-size:17px;
    line-height:1.58;
    font-weight:600;
}


/* ==================================================
   MOBILE
   ================================================== */

@media (max-width:767px) {

    body.page-id-5216 .rso11 {
        padding:
            14px 12px
            38px;
    }


    body.page-id-5216 .rso11-main {
        display:flex;

        flex-direction:column;

        gap:0;
    }


    body.page-id-5216 .rso11-map-column,
    body.page-id-5216 .rso11-list-column {
        display:contents;
    }


    body.page-id-5216 .rso11-search {
        order:1;

        height:50px !important;

        margin-bottom:8px !important;
    }


    body.page-id-5216 .rso11-search input {
        height:50px;

        font-size:13px;
    }


    body.page-id-5216 .rso11-filters {
        grid-template-columns:
            34px
            minmax(0,1.15fr)
            minmax(0,1.45fr)
            minmax(0,1.10fr) !important;

        gap:1px !important;

        width:100% !important;
        height:54px !important;

        margin-bottom:10px !important;

        padding:3px !important;

        overflow:hidden !important;
    }


    body.page-id-5216 .rso11-filter {
        height:48px !important;

        min-width:0 !important;

        padding:0 1px !important;

        gap:2px !important;

        font-size:8px !important;
        line-height:1.05 !important;

        white-space:normal !important;
        text-align:center !important;

        overflow:hidden !important;
    }


    body.page-id-5216 .rso11-map {
        order:3;

        height:410px !important;

        margin-bottom:14px !important;
    }


    body.page-id-5216 .rso11-list-head {
        order:4;

        margin:0 !important;
    }


    body.page-id-5216 .rso11-list {
        order:5;

        height:auto;
        max-height:580px;

        margin:0 !important;
    }


    body.page-id-5216 .rso11-description {
        margin-top:20px;

        font-size:14px;
        line-height:1.55;
    }

}


    body.page-id-5216 .rso11-filter-dot {
        width:7px !important;
        height:7px !important;
        flex:0 0 7px !important;
    }


/* RS-ENERGO OBJECT FILTER TYPOGRAPHY START */

/* Desktop */
body.page-id-5216 .rso11-filter {
    font-size:13px !important;
    line-height:1.2 !important;
    font-weight:600 !important;
}

body.page-id-5216 .rso11-filter-dot {
    width:8px !important;
    height:8px !important;
    flex:0 0 8px !important;
}

/* Mobile */
@media (max-width:767px) {

    body.page-id-5216 .rso11-filter {
        font-size:10px !important;
        line-height:1.15 !important;
        font-weight:600 !important;
    }

    body.page-id-5216 .rso11-filter-dot {
        width:7px !important;
        height:7px !important;
        flex:0 0 7px !important;
    }
}

/* RS-ENERGO OBJECT FILTER TYPOGRAPHY END */


/* RSE_OBJECT_CARD_SERVICE_COLORS_V1 */

/* Maintenance only = black */
.rso11-card .rso11-service-maintenance {
    color: #111111 !important;
    background: #f1f1f1 !important;
    border-color: #d9d9d9 !important;
}

/* Maintenance + operation = one red combined badge */
.rso11-card .rso11-service-both {
    color: #e53935 !important;
    background: #fff0ef !important;
    border-color: #ffd3d0 !important;
}

/* Operation only stays blue */
.rso11-card .rso11-service-operation {
    color: #2563d8 !important;
    background: #eef4ff !important;
    border-color: #dbe8ff !important;
}

/* RS_MOBILE_IOS_SEARCH_ZOOM_FIX START */
@media (max-width: 1024px) {

    body.page-id-5216 .rso11-search input,
    body.page-id-5216 input#rso11-search {
        font-size: 16px !important;
        line-height: 1.35 !important;
    }

}
/* RS_MOBILE_IOS_SEARCH_ZOOM_FIX END */

/* RS_OBJECTS_AUTOCOMPLETE_V1 START */
body.page-id-5216 .rso11-search {
    position: relative !important;
    overflow: visible !important;
    z-index: 80;
}

body.page-id-5216 .rso11-suggest {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;

    display: none;

    max-height: min(430px, 60vh);
    overflow-x: hidden;
    overflow-y: auto;

    background: #fff;
    border: 1px solid rgba(16, 22, 29, .14);
    border-radius: 12px;

    box-shadow:
        0 12px 30px
        rgba(16, 22, 29, .16);

    z-index: 9999;

    -webkit-overflow-scrolling: touch;
}

body.page-id-5216 .rso11-suggest.is-open {
    display: block;
}

body.page-id-5216 .rso11-suggest-group {
    padding: 10px 14px 6px;

    color: #75808a;

    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;

    text-transform: uppercase;
    letter-spacing: .06em;

    background: #f7f8f9;
}

body.page-id-5216 .rso11-suggest-item {
    display: flex;
    flex-direction: column;
    gap: 3px;

    width: 100%;

    margin: 0;
    padding: 11px 14px;

    border: 0;
    border-bottom: 1px solid #edf0f2;

    background: #fff;

    color: #10161d;

    text-align: left;
    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
}

body.page-id-5216 .rso11-suggest-item:last-child {
    border-bottom: 0;
}

body.page-id-5216 .rso11-suggest-item:hover,
body.page-id-5216 .rso11-suggest-item.is-active {
    background: #f1f5f8;
}

body.page-id-5216 .rso11-suggest-title {
    display: block;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;

    color: #10161d;
}

body.page-id-5216 .rso11-suggest-subtitle {
    display: block;

    overflow: hidden;

    color: #707a83;

    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;

    text-overflow: ellipsis;
    white-space: nowrap;
}

body.page-id-5216 .rso11-suggest-empty {
    padding: 14px;

    color: #707a83;

    font-size: 14px;
    line-height: 1.4;

    background: #fff;
}


@media (max-width: 1024px) {

    body.page-id-5216 .rso11-suggest {
        top: calc(100% + 5px);

        max-height: min(360px, 52vh);

        border-radius: 10px;
    }

    body.page-id-5216 .rso11-suggest-item {
        min-height: 54px;

        padding: 10px 12px;
    }

    body.page-id-5216 .rso11-suggest-title {
        font-size: 15px;
    }

    body.page-id-5216 .rso11-suggest-subtitle {
        font-size: 12px;
    }

}
/* RS_OBJECTS_AUTOCOMPLETE_V1 END */

/* RS_BALLOON_WORK_LINK START */
body.page-id-5216 .rso11-balloon-work {
    margin-top: 7px;
}

body.page-id-5216 .rso11-balloon-work-link {
    display: inline-flex;
    align-items: center;

    padding: 2px 0;

    color: #b58a45 !important;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;

    text-decoration: none !important;
}

body.page-id-5216 .rso11-balloon-work-link:hover {
    text-decoration: underline !important;
    text-underline-offset: 3px;
}
/* RS_BALLOON_WORK_LINK END */
