/*
 * consultation.css [PWRU-285] — legacy storelocator layout for where-to-get-a-consultation.
 * Ported from live prod (Sitecore) selectors scoped to body.where-to-get-a-consultation.
 */

body.where-to-get-a-consultation {
    background: #f8f8f8;
    font-size: 14px;
    line-height: 20px;
}

body.where-to-get-a-consultation .page-wrapper {
    padding-bottom: 0;
}

body.where-to-get-a-consultation .score-container.breadcrum-container .container {
    padding-left: 0;
    padding-right: 15px;
}

body.where-to-get-a-consultation .score-container.breadcrum-container .score-structural.score-column.breadCrumb-related > .score-center {
    padding-left: 0;
    padding-right: 0;
}

body.where-to-get-a-consultation .score-container.breadcrum-container {
    background: #eee;
}

body.where-to-get-a-consultation .score-structural.score-column.breadCrumb-related .score-center {
    background-color: #eee;
}

body.where-to-get-a-consultation #breadCrumb .breadcrumb {
    padding: 0;
    margin: 14px 0 20px;
    list-style: none;
    background: transparent;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
}

body.where-to-get-a-consultation #breadCrumb .breadcrumb > li {
    display: inline-block;
}

body.where-to-get-a-consultation #breadCrumb .breadcrumb > li + li::before {
    content: ">";
    padding: 0 5px;
    color: #8b8b8b;
}

body.where-to-get-a-consultation #breadCrumb .breadcrumb > li > a {
    color: #2e4f9d;
    text-decoration: none;
}

body.where-to-get-a-consultation #breadCrumb .breadcrumb > .active > a {
    color: #5b5f66;
    cursor: default;
    text-decoration: none;
}

/* ---- legacy score grid (minimal subset from home.css) ---- */
.where-to-get-a-consultation .score-page {
    margin-left: -15px;
    margin-right: -15px;
}

.where-to-get-a-consultation .score-page.score-column1 > .score-main {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .where-to-get-a-consultation .score-page.score-column1 > .score-main {
        float: left;
        width: 100%;
    }
}

.where-to-get-a-consultation .tiles-menu-simple.tiles-menu-related {
    background: #fff;
    border-top: 1px solid #eee;
}

.where-to-get-a-consultation .tiles-menu-simple.tiles-menu-related .container .score-page.score-column1 > .score-main {
    padding-right: 0;
    padding-left: 10px;
}

.where-to-get-a-consultation .score-inner > .clinics--list-only {
    margin-left: -15px;
}

@media screen and (max-width: 992px) {
    .where-to-get-a-consultation .tiles-menu-simple.tiles-menu-related .container {
        padding: 0;
    }

    .where-to-get-a-consultation .tiles-menu-simple.tiles-menu-related .container .score-page.score-column1 > .score-main {
        padding: 0;
    }

    .where-to-get-a-consultation .tiles-menu-simple.tiles-menu-related .container .score-structural.score-column > .score-center {
        clear: both;
        padding: 0 15px !important;
    }
}

@media screen and (max-width: 767px) {
    .where-to-get-a-consultation .tiles-menu-simple.tiles-menu-related .container {
        padding: 0 !important;
    }

    .where-to-get-a-consultation .tiles-menu-simple.tiles-menu-related .container .score-structural.score-column > .score-center {
        clear: both;
        padding: 0 !important;
    }
}

/* ---- hero h1 ---- */
.where-to-get-a-consultation .text-component.heading-tag h1 {
    margin: 0;
    padding: 56px 0;
    font-size: 32px;
    line-height: 35.2px;
    font-weight: 700;
    color: #1b1b1b;
    text-transform: none;
    border: 0;
}

.where-to-get-a-consultation .text-component.heading-tag > header {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .where-to-get-a-consultation .text-component.heading-tag h1 {
        padding: 40px 45px 23px;
    }
}

@media screen and (max-width: 767px) {
    .where-to-get-a-consultation .text-component.heading-tag h1 {
        padding: 40px 20px 23px;
        font-size: 26px;
    }
}

/* ---- sidebar city filter + content column split ---- */
.where-to-get-a-consultation .consultation-layout {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 21px;
    width: 100%;
    max-width: 1256px;
}

.where-to-get-a-consultation .consultation-layout::after {
    display: none;
}

.where-to-get-a-consultation .score-structural.score-column.sidebar {
    float: none;
    flex: 0 0 305px;
    width: 305px;
    max-width: 305px;
    min-width: 280px;
    padding-right: 0;
    border: 0;
    box-sizing: border-box;
}

.where-to-get-a-consultation .score-structural.score-column.content {
    float: none;
    flex: 0 0 915px;
    width: 915px;
    max-width: 915px;
    min-width: 0;
    background-color: #f8f8f8;
    padding: 0;
    margin-left: 0;
    box-sizing: border-box;
}

.where-to-get-a-consultation .tilescolletion::after {
    content: "";
    display: table;
    clear: both;
}

.where-to-get-a-consultation .sidebar .sidebarContent {
    height: 272px;
    background: #2e4f9d;
    padding: 40px 30px;
    border-radius: 5px;
    min-width: 280px;
    box-sizing: border-box;
}

.where-to-get-a-consultation .sidebar .sidebarContent p.head {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding-bottom: 10px;
}

.where-to-get-a-consultation .sidebar .sidebarContent select,
.where-to-get-a-consultation .sidebar .sidebarContent .clinics-city-select {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 36px 10px 12px;
    font-size: 16px;
    line-height: 24px;
    color: #1b1b1b;
    background: #fff;
    border: 0;
    border-radius: 0;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%232e4f9d' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
}

@media screen and (max-width: 992px) {
    .where-to-get-a-consultation .consultation-layout {
        flex-direction: column;
        gap: 0;
    }

    .where-to-get-a-consultation .score-structural.score-column.sidebar {
        width: 100%;
        max-width: none;
        flex: 1 1 auto;
        padding: 0 30px;
        left: 0;
        margin: 0;
    }

    .where-to-get-a-consultation .sidebar .sidebarContent {
        height: 161px;
        margin-bottom: 30px;
    }

    .where-to-get-a-consultation .score-structural.score-column.content {
        width: 100%;
        margin: 0;
        left: 0;
        position: relative;
        flex: 1 1 auto;
    }
}

@media screen and (max-width: 767px) {
    .where-to-get-a-consultation .score-structural.score-column.sidebar {
        padding: 0 20px;
    }

    .where-to-get-a-consultation .sidebar .sidebarContent {
        height: 220px;
        margin-bottom: 20px;
    }
}

.where-to-get-a-consultation .score-structural.score-column.content .score-center {
    width: 100%;
}

@media (max-width: 1024px) and (orientation: landscape) {
    .where-to-get-a-consultation .score-structural.score-column.content {
        margin-left: 0;
    }
}

/* ---- storelocator content ---- */
.where-to-get-a-consultation .content #frmbackoffice,
.where-to-get-a-consultation .score-structural.score-column.content #frmbackoffice {
    float: left;
    padding: 0;
    width: 100%;
}

.where-to-get-a-consultation .content #frmbackoffice .group-item,
.where-to-get-a-consultation .score-structural.score-column.content #frmbackoffice .group-item {
    margin-left: 0;
}

@media (min-width: 993px) {
    /* Legacy prod: flex row + float tiles; stretch pairs to equal row height (PWRU-285). */
    .where-to-get-a-consultation .content #frmbackoffice .group-item,
    .where-to-get-a-consultation .score-structural.score-column.content #frmbackoffice .group-item {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .where-to-get-a-consultation .content .geopoint.content-item {
        display: none !important;
    }
}

.where-to-get-a-consultation .content #frmbackoffice .group-item::after,
.where-to-get-a-consultation .score-structural.score-column.content #frmbackoffice .group-item::after {
    display: none;
}

.where-to-get-a-consultation .content .content-item,
.where-to-get-a-consultation .score-structural.score-column.content .content-item {
    width: 46.8%;
    float: left;
    padding: 38px 40px;
    line-height: 24px;
    background: #fff;
    margin: 0 0 20px 20px;
    box-sizing: border-box;
}

.where-to-get-a-consultation .content .content-item.first,
.where-to-get-a-consultation .score-structural.score-column.content .content-item.first {
    width: 100%;
    margin: 0;
    padding: 20px 20px 28px;
    background: transparent;
    float: left;
    box-sizing: border-box;
}

.where-to-get-a-consultation .content .content-item.first > div,
.where-to-get-a-consultation .score-structural.score-column.content .content-item.first > div {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .where-to-get-a-consultation .content .content-item {
        width: 45.8%;
    }
}

@media screen and (max-width: 992px) {
    .where-to-get-a-consultation .content .content-item {
        width: 47%;
        margin: 0 0 20px 14px;
        padding: 20px 30px;
    }
}

@media screen and (max-width: 767px) {
    .where-to-get-a-consultation .content .content-item {
        width: 100%;
        margin: 0 0 20px;
        padding: 20px 30px;
    }
}

.where-to-get-a-consultation .content .content-item.first > div .tleft {
    float: left;
    padding-top: 10px;
}

@media screen and (max-width: 767px) {
    .where-to-get-a-consultation .content .content-item.first > div .tleft {
        display: none;
    }
}

.where-to-get-a-consultation .content .content-item.first > div .tleft p,
.where-to-get-a-consultation .score-structural.score-column.content .content-item.first > div .tleft p {
    margin: 0;
    font-size: 16px;
    line-height: 34px;
    font-weight: 700;
}

.where-to-get-a-consultation .content .content-item.first > div .tright {
    float: right;
}

@media screen and (max-width: 767px) {
    .where-to-get-a-consultation .content .content-item.first > div .tright {
        width: 100%;
        float: left;
    }
}

.where-to-get-a-consultation .content .content-item.first > div .tright a.clinic-btn1 {
    border: 2px solid #2e4f9d;
    padding: 3px;
    min-width: 135px;
    display: inline-block !important;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    vertical-align: middle;
    float: left;
    text-decoration: none;
    background: #fff;
    color: #2e4f9d;
    box-sizing: border-box;
    margin-right: 0 !important;
    gap: 0;
}

@media screen and (max-width: 767px) {
    .where-to-get-a-consultation .content .content-item.first > div .tright a.clinic-btn1 {
        width: 50%;
    }
}

.where-to-get-a-consultation .content .content-item.first > div .tright a.clinic-btn1.active {
    background-color: #2e4f9d;
    color: #fff;
    text-decoration: none;
}

.where-to-get-a-consultation .content .content-item.first > div .tright a.clinic-btn1 img {
    margin-top: -5px;
    padding: 0 5px;
    vertical-align: middle;
}

.where-to-get-a-consultation .content .content-item > div {
    width: 80%;
}

@media screen and (max-width: 992px) {
    .where-to-get-a-consultation .content .content-item > div {
        width: 100%;
    }
}

.where-to-get-a-consultation .content .content-item p.clinic-name {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin: 0;
    color: #1b1b1b;
    padding-bottom: 50px;
    word-break: break-word;
}

@media screen and (max-width: 992px) {
    .where-to-get-a-consultation .content .content-item p.clinic-name {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .where-to-get-a-consultation .content .content-item p.clinic-name {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 25px;
    }
}

.where-to-get-a-consultation .content .content-item .clinic-address {
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #3f3f3f;
    font-size: 16px;
    line-height: 26px;
}

.where-to-get-a-consultation .content .content-item .clinic-website:empty,
.where-to-get-a-consultation .content .content-item .clinic-website a:empty,
.where-to-get-a-consultation .content .content-item .clinic-website:has(a:empty) {
    display: none;
}

@media screen and (max-width: 992px) {
    .where-to-get-a-consultation .content .content-item .clinic-address {
        font-size: 14px;
        line-height: 22px;
    }
}

.where-to-get-a-consultation .content .content-item .clinic-phone {
    font-family: 'Open Sans', sans-serif;
    padding: 20px 0;
    display: inline-block;
}

.where-to-get-a-consultation .content .content-item .clinic-website a {
    color: #2e4f9d;
    font-weight: 700;
    word-break: break-all;
}

.where-to-get-a-consultation .count-p {
    color: #8b8b8b !important;
}

.where-to-get-a-consultation #filtersction {
    position: relative;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.where-to-get-a-consultation #frmbackoffice #drpfilter {
    display: none;
}

/* ---- disclaimer (bcnt) ---- */
.where-to-get-a-consultation .bcnt {
    display: flex;
    padding: 42px 53px 50px 33px;
}

@media screen and (max-width: 992px) {
    .where-to-get-a-consultation .bcnt {
        padding: 22px 53px 50px 45px !important;
    }
}

@media screen and (max-width: 767px) {
    .where-to-get-a-consultation .bcnt {
        display: block;
        padding: 42px 20px 50px !important;
    }
}

.where-to-get-a-consultation .bcnt .bcntImg {
    padding-right: 1.5%;
    flex: 0 0 70px;
}

.where-to-get-a-consultation .bcnt .bcntImg img {
    width: 70px;
    height: 70px;
}

@media screen and (max-width: 767px) {
    .where-to-get-a-consultation .bcnt .bcntImg {
        padding-right: 0;
        text-align: center;
        padding-bottom: 20px;
    }
}

.where-to-get-a-consultation .bcnt div p,
.where-to-get-a-consultation .txt-color {
    color: #3f3f3f !important;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 1em;
}

.where-to-get-a-consultation .bcnt div p:last-child {
    margin-bottom: 0;
}

.where-to-get-a-consultation .bcnt a {
    color: #2e4f9d;
    text-decoration: underline;
}

/* Neutralize Bitrix component wrapper on legacy list page */
.where-to-get-a-consultation .clinics--list-only {
    margin: 0;
    padding: 0;
}

.where-to-get-a-consultation .clinics--list-only .clinics__mode,
.where-to-get-a-consultation .clinics--list-only .clinics__legacy-filter,
.where-to-get-a-consultation .clinics--list-only .clinics__store,
.where-to-get-a-consultation .clinics--list-only .clinics__disclaimer--list {
    display: none;
}

/* ---- map page (where-to-get-a-consultation-map) ---- */
body.where-to-get-a-consultation-map {
    background: #f8f8f8;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
}

body.where-to-get-a-consultation-map .page-wrapper {
    padding-bottom: 0;
}

.where-to-get-a-consultation-map .score-page {
    margin-left: -15px;
    margin-right: -15px;
}

body.where-to-get-a-consultation-map .score-container.tiles-menu-simple.tiles-menu-related .score-page.score-column1 > .score-main {
    width: 1230px;
    max-width: 1230px;
    padding-left: 0;
    padding-right: 0;
}

body.where-to-get-a-consultation-map .score-container.tiles-menu-simple.tiles-menu-related .score-inner {
    width: 1230px;
    max-width: 1230px;
}

body.where-to-get-a-consultation-map .score-container.tiles-menu-simple.tiles-menu-related .score-inner > .score-structural.score-column:not(.sidebar):not(.content) > .score-center {
    padding: 0 15px;
    box-sizing: border-box;
}

body.where-to-get-a-consultation-map .score-container.tiles-menu-simple.tiles-menu-related .bcnt {
    width: 1230px;
    max-width: 1230px;
    box-sizing: border-box;
}

body.where-to-get-a-consultation-map .bcnt a {
    color: #2e4f9d;
    text-decoration: underline;
}

body.where-to-get-a-consultation-map .bcnt div p,
body.where-to-get-a-consultation-map .bcnt .txt-color {
    margin: 14px 0;
}

body.where-to-get-a-consultation-map .bcnt div p:last-child {
    margin-bottom: 14px;
}

.where-to-get-a-consultation-map .score-inner > .clinics--map-only {
    margin-left: 0;
}

body.where-to-get-a-consultation-map .score-container.tiles-menu-simple.tiles-menu-related {
    background: #fff;
}

body.where-to-get-a-consultation-map .score-container.tiles-menu-simple.tiles-menu-related .container {
    padding-left: 0;
    padding-right: 15px;
}

body.where-to-get-a-consultation-map .score-container.breadcrum-container .container {
    padding-left: 0;
    padding-right: 15px;
}

body.where-to-get-a-consultation-map .score-container.breadcrum-container .score-structural.score-column.breadCrumb-related > .score-center {
    padding-left: 0;
    padding-right: 0;
}

body.where-to-get-a-consultation-map .score-container.breadcrum-container {
    background: #eee;
}

body.where-to-get-a-consultation-map .score-structural.score-column.breadCrumb-related .score-center {
    background-color: #eee;
}

body.where-to-get-a-consultation-map #breadCrumb .breadcrumb {
    padding: 0;
    margin: 14px 0 20px;
    list-style: none;
    background: transparent;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
}

body.where-to-get-a-consultation-map #breadCrumb .breadcrumb > li {
    display: inline-block;
}

body.where-to-get-a-consultation-map #breadCrumb .breadcrumb > li + li::before {
    content: ">";
    padding: 0 5px;
    color: #8b8b8b;
}

body.where-to-get-a-consultation-map #breadCrumb .breadcrumb > li > a {
    color: #2e4f9d;
    text-decoration: none;
}

body.where-to-get-a-consultation-map #breadCrumb .breadcrumb > .active > a {
    color: #5b5f66; /* [PWRU-299] a11y: #8b8b8b (3.4:1) → #5b5f66 (5.4:1 на #eee), WCAG 1.4.3 */
    cursor: default;
    text-decoration: none;
}

.where-to-get-a-consultation-map .where-to-get-a-consultation .content .content-item.mapfirst.first,
.where-to-get-a-consultation-map .where-to-get-a-consultation .score-structural.score-column.content.mapcnt .content-item.mapfirst.first {
    position: absolute;
    top: 20px;
    right: 20px;
    left: -20px;
    width: auto;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0 !important;
    background: transparent;
    float: none;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .where-to-get-a-consultation-map .where-to-get-a-consultation .content .content-item.mapfirst.first {
        right: 0;
    }

    .where-to-get-a-consultation-map .where-to-get-a-consultation .content .content-item.first > div .tright {
        padding: 0 20px;
    }
}

.where-to-get-a-consultation-map .where-to-get-a-consultation .content .content-item.mapfirst.first .tright p {
    margin: 0;
}

.where-to-get-a-consultation-map .consultation-layout--map {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 21px;
    width: 100%;
    max-width: 1256px;
}

.where-to-get-a-consultation-map .score-structural.score-column.sidebar {
    float: none;
    flex: 0 0 308px;
    width: 308px;
    max-width: 308px;
}

.where-to-get-a-consultation-map .text-component.heading-tag h1 {
    margin: 0;
    padding: 56px 0;
    font-size: 32px;
    line-height: 35.2px;
    font-weight: 700;
    color: #1b1b1b;
    text-transform: none;
    border: 0;
}

body.where-to-get-a-consultation-map .text-component.heading-tag {
    width: 1230px;
    max-width: 1230px;
    box-sizing: border-box;
}

.where-to-get-a-consultation-map .score-structural.score-column.content.mapcnt .score-center {
    position: relative;
}

.where-to-get-a-consultation-map .sidebarContent--map {
    height: 272px;
    min-height: 272px;
    padding: 40px 30px;
    background: #2e4f9d;
    border-radius: 5px;
    box-sizing: border-box;
}

.where-to-get-a-consultation-map .sidebarContent--map p.head {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding-bottom: 10px;
    z-index: 1;
}

.where-to-get-a-consultation-map .custom-map-container {
    margin-top: 0;
    padding-bottom: 20px;
    position: relative;
}

.where-to-get-a-consultation-map #lblLocation {
    display: none;
}

.where-to-get-a-consultation-map #divLocation {
    position: relative;
    height: 40px;
    float: left;
    width: 198px;
    max-width: calc(100% - 22px);
    margin: 5px 0 10px !important;
    text-align: center;
    clear: both;
}

.where-to-get-a-consultation-map #txtPlaces {
    float: left;
    margin: 0;
    padding: 7px 15px;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #aaa;
    box-sizing: border-box;
}

.where-to-get-a-consultation-map #btnSearch {
    position: absolute;
    right: 11px;
    top: 11px;
    overflow: hidden;
    color: transparent;
    height: 16px;
    width: 16px;
    border: 0;
    padding: 0;
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAFRSURBVHjalNPPS9RRFAXwz9cRBGcZ6IguBVu5090sLDdBOKi0EDFQBEVmFf0RxixaReg06tYQETfVUoSghdDGxURY/4Cggj/ArDY3eQwziQce57wH93Dffedlg6WaBEMo4zF6cYw9rOKTJmgLzqGCL3gexfAAE/iI9+hsNGgPXsbL0Id4hx8oYBpFPEMHxvH7n0Gu+2FpCGvIUMNTfEYdB1jHFUYxgJ/4ml6hHMWHWMCvJld9hd3Qi40zeBS6hhut8TZ4GPnUoBD6u//jKDhDV2pwErrvDoOeRJ+lBvuhp+4wmA7+Fvm4NaiGLiZP2YhJzIVeaRziB2zHvoIdPEE/RqJgM8IGl82CNBN6DKVYrfAG1xG22yhfRMJmIyR/koI6XmApzrP4G/NpByKeG7Hy6MZpOrAI2UpictPeos3z5N1TVJNBZnjd5v6oRvun2Po7AJ24RZOXU56JAAAAAElFTkSuQmCC") center center no-repeat;
    cursor: pointer;
}

.where-to-get-a-consultation-map .score-structural.score-column.content.mapcnt {
    flex: 0 0 923px;
    width: 923px;
    max-width: 923px;
    background: #fff;
}

.where-to-get-a-consultation-map .custom-map-container,
.where-to-get-a-consultation-map .custom-map-wrapper {
    position: relative;
    width: 100%;
}

.where-to-get-a-consultation-map .mapfirst .clinic-btn1 {
    margin-right: 0 !important;
    display: inline-block !important;
    border: 2px solid #2e4f9d;
    padding: 3px;
    min-width: 135px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    vertical-align: middle;
    float: left;
    text-decoration: none;
    background: #fff;
    color: #2e4f9d;
    box-sizing: border-box;
}

.where-to-get-a-consultation-map .mapfirst .clinic-btn1.active {
    background-color: #2e4f9d;
    color: #fff;
}

.where-to-get-a-consultation-map .mapfirst .clinic-btn1 img {
    margin-top: -5px;
    padding: 0 5px;
    vertical-align: middle;
}

.where-to-get-a-consultation-map .clinics--map-only .clinics__map {
    width: 100%;
    height: 550px;
    min-height: 550px;
    border: 0;
    border-radius: 0;
    margin: 0;
}

.where-to-get-a-consultation-map .clinics--map-only .clinics__mode,
.where-to-get-a-consultation-map .clinics--map-only .clinics__disclaimer--map,
.where-to-get-a-consultation-map .clinics--map-only .clinics__geo-search,
.where-to-get-a-consultation-map .clinics--map-only .clinics__geo-label,
.where-to-get-a-consultation-map .clinics--map-only .clinics__geo-input {
    display: none;
}

/* [PWRU-285] Map footer — legacy score-footer-wrapper (home.css не грузится на map route). */
body.where-to-get-a-consultation-map .page-footer--legacy-home {
    margin-top: 58px;
    border-top: 0;
    padding-top: 15px;
    background: transparent;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
}

body.where-to-get-a-consultation-map .page-footer--legacy-home > .container {
    width: 1230px;
    max-width: 1230px;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

body.where-to-get-a-consultation-map .page-footer--legacy-home .footer-grid {
    display: block;
    padding: 17px 0 80px;
}

body.where-to-get-a-consultation-map .page-footer--legacy-home .footer-grid::after {
    content: "";
    display: table;
    clear: both;
}

body.where-to-get-a-consultation-map .page-footer--legacy-home .footer-org,
body.where-to-get-a-consultation-map .page-footer--legacy-home .footer-utility {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

body.where-to-get-a-consultation-map .page-footer--legacy-home .footer-org {
    padding-right: 15px;
}

body.where-to-get-a-consultation-map .page-footer--legacy-home .text-component p {
    margin: 14px 0;
    color: #414141;
    font-size: 14px;
    line-height: 20px;
}

body.where-to-get-a-consultation-map .page-footer--legacy-home .footer-links-inline a,
body.where-to-get-a-consultation-map .page-footer--legacy-home .footer-links-inline button.ot-sdk-show-settings {
    color: #2e4f9d;
    padding-right: 24px;
    font: inherit;
    font-size: 14px;
    line-height: 20px;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    cursor: pointer;
    text-decoration: none;
    display: inline;
    vertical-align: baseline;
    appearance: none;
    margin: 0;
    min-height: 0;
    text-transform: none;
}

body.where-to-get-a-consultation-map .page-footer--legacy-home .footer-links-inline button.ot-sdk-show-settings {
    padding-right: 0;
}

body.where-to-get-a-consultation-map .page-footer--legacy-home .footer-utility .text-component p:last-child {
    margin: 40px 0 14px;
}

/* ---- consultation list: #mapHandlebar + reference-toggle (prod 1:1) ---- */
body.where-to-get-a-consultation #mapHandlebar {
    padding: 0;
}

body.where-to-get-a-consultation .reference-toggle {
    margin-top: 101px;
    padding: 0;
}

body.where-to-get-a-consultation .reference-toggle .container {
    padding-right: 15px;
}

body.where-to-get-a-consultation .reference-toggle .score-accordion-panel.panel {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.where-to-get-a-consultation .reference-toggle .panel-heading {
    padding: 16px 0 0;
    background: transparent;
    border: 0;
}

body.where-to-get-a-consultation .reference-toggle .panel-title {
    margin: 0;
    font-size: inherit;
    font-weight: 500;
}

body.where-to-get-a-consultation .reference-toggle .panel-title a {
    font: 500 12px/22px "Open Sans", sans-serif;
    color: #414141;
    text-decoration: none;
}

body.where-to-get-a-consultation .reference-toggle .panel-title a:hover,
body.where-to-get-a-consultation .reference-toggle .panel-title a:focus {
    color: #333;
    text-decoration: none;
}

body.where-to-get-a-consultation .reference-toggle .panel-body {
    padding: 0;
    font-size: 12px;
    line-height: 22px;
    color: #414141;
}

body.where-to-get-a-consultation .reference-toggle .panel-body .code-saru {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
    color: #414141;
}

body.where-to-get-a-consultation .reference-toggle .panel-collapse.collapse {
    display: none;
}

body.where-to-get-a-consultation .reference-toggle .panel-collapse.collapse.in {
    display: block;
}
