

/* Start:/local/templates/.default/components/bitrix/news/shops/bitrix/news.detail/.default/style.css?1731944258948*/
.shops-detail {
}
.shops-detail-scheme {
    background: #1A909E;
    margin: 0 0 0 70px;
}
.shops-detail-top .link[href="https://neo-port.ru/"] {
    height: 60px;
    border-radius: 30px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 3px 7px rgba(209, 214, 215, 0.1);
    font-size: 14px;
    line-height: 1.071;
    color: #1A909E;
    min-width: 190px;
    padding: 0 10px;
    margin-right: 26px;
    border: 0;
}
@media (max-width:900px){
    .shops-detail-scheme {
        margin: 0;
    }
    .tenants-detail--map {
        height: auto !important;
        min-height: none !important;
    }
}
@media (max-width:600px){
    .shops-detail-top .link[href="https://neo-port.ru/"] {
        min-width: 60px;
        margin-right: 0px;
    }
    .shops-detail-info .social-follow{
        justify-content: end;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/store-scheme/style.css?173194425822376*/
.page {
/*    padding: 0 !important;*/
    background: #12919C !important;
}
.tenants-detail--map {
    overflow: hidden;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    min-height: 300px;
}

.tenants-detail--map {
    position: relative;
}

/*.scheme-section,
.scheme-section * {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}*/

.scheme-section {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Comfortaa', sans-serif;
}

.scheme {
    display: flex;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    min-height: 300px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #12919C;
}
.store-search {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 6 !important;
    width: 330px;
}
.brands-search input[type="search"] {
    width: 100%;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    font:300 18px 'Comfortaa', "sans-serif";
    height: 50px;
    padding-left: 40px;
    color: #fff;
    font-weight: normal;
}
.brands-search input[type="search"]::placeholder {
    color: #fff;
}

.brands-search input[type="search"]:-ms-input-placeholder {
    color: #fff
}

.brands-search input[type="search"]::-ms-input-placeholder {
    color: #fff
}
.brands-search,
.brands-search .input-field {
    position: relative;
}
.brands-search button {
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 6px;
    width: 50px;
    border: 0;
    background-color: transparent;
}
.store-search .search-hidden-results {
    background: #fff;
    opacity: 0;
    visibility: hidden;
    overflow: visible;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px;
    min-width: 550px;
}
.visible .search-hidden-results {
    visibility: visible;
    opacity: 1;
}
.search-hidden-results li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
}
.store-search .search-hidden-results a {
    color: #000;
}
.search-hidden-results li .link-hidden {
    display: none;
}
.brands-search button {
    color: #fff !important;
}
.floor-section {
    position: absolute;
    left: 0;
    top: 70px;
    bottom: 0;
    z-index: 5;
    width: 84px;
    padding: 20px;
    transition: .3s;
    overflow: hidden;
}
.floor-section ul li {margin-bottom: 5px}
.floor-section:hover {
    width: 350px;
    background: #12919C;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.action-link {
    background: #D0301A;
    font-size: 16px;
    color: #FFFFFF;
    padding: 17px 20px;
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    border: 0;
}
.floor-section--link {
    white-space: nowrap;
    text-decoration: none;
    font-size: 14px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    border: 0;
    background: #1A909E;
}
.floor-section--link i {    
    font-size: 24px;
    flex: 0 0 44px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    text-decoration: none;
    padding: 10px;
    transition: .3s;
    color:#fff;
    background: transparent;
    border-radius: 50%;
    margin-right: 5px;
}
.floor-section--link.is-selected i,
.floor-section--link:hover i {
    /*background: #fff;
    color: #12919C;*/
}
.floor-section--link span {
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    transition: opacity 0.3s, visibility 0.3s;
    position: relative;
}
.floor-section--link span:after {
    height: 5px;
    display: block;
    position: absolute;
    width: 0;
    bottom: -2px;
    left: 0;
    background: url(/local/media/img/icons/wave-white.svg) repeat-x;
    transition: 0.3s;
    content: "";
}
.floor-section--link:hover span:after {
    width: 100%;
}
.floor-section:hover span {
    opacity: 1;
    visibility: visible;
}

.scheme__container {
    min-height: 100%;
    width: 100%;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
}

.scheme__container.is-animate {
    transition: .3s;
}
@media (min-width: 768px) {
    .scheme__container.is-animate .scheme__svg {
        display: inline-flex;
    }
}

.scheme__container.lang-en [data-scheme-lang="ru"] {display: none;}
.scheme__container.lang-ru [data-scheme-lang="en"] {display: none;}

.scheme__svg {
    flex: 1;
}

.scheme-popup {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.scheme-popup.-visible {
    visibility: visible;
}
.scheme-popup.-current,
.scheme-popup.-visible {
    opacity: 1;
    visibility: visible;
}

.mebell-mall--border {}
.mebell-mall--border path {
    fill:#fff;
    opacity: .5;
}
.scheme-popup [data-role="floor-store"] path {
    fill: #4dadb5;
    stroke-width: 0;
    fill-rule:evenodd;
    clip-rule:evenodd;
}
.scheme-popup [data-role="floor-store"].is-selected path {
    fill: #f37128;
}
.scheme-popup--close {
    cursor: pointer;
}
.scheme-popup--close:hover circle {
    fill: #12919C;
    transition: .3s;
}
.scheme-popup--close:hover path {
    fill:#fff;
    transition: .3s;
}
.zoom-icon {

}
.zoom-icon .-white {fill:#fff}
.zoom-icon .-blue {fill:#12919C}
[data-role="floor-store"] [data-place].is-selected .zoom-icon .-white {fill:#12919C}
[data-role="floor-store"] [data-place].is-selected .zoom-icon .-blue {fill:#fff}

.floor-zoom {
    position: absolute;
    bottom: 10%;
    right: 20px;
    z-index: 6;
    font-family: 'Futura PT', sans-serif;
}

.floor-level {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 2;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.scheme-btn {
    border-radius: 50%;
    font-size: 28px;
    line-height: 48px;
    color: #12919C;
    text-decoration: none;
    width: 50px;
    height: 50px;
    border: 1px solid #F8F8F8;
    text-align: center;
    display: inline-block;
    background: #fff;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .5;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.scheme-btn img {
    max-width: 60%;
    max-height: 60%;
}
.scheme-btn span {}

.scheme-btn+.scheme-btn {
    margin-left: 10px;
}

.scheme-btn[disabled] {
    cursor: no-drop;
    opacity: .25;
}

.scheme-btn.has-same {
    border-color: #f00;
    background-color: #f00;
}

.floor-zoom .scheme-btn,
.scheme-btn.scheme-close,
.scheme-btn:hover,
.scheme-btn.is-selected {
    border-color: #EFEFEF;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    color: #12919C;
    opacity: 1;
}


.scheme-btn[disabled] {
    opacity: .5;
}


.scheme-search.gallery-search {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
}

.scheme-search.gallery-search input {
    color: #fff;
    height: 47px;
    padding: 0 30px 0 40px;
    font: 18px/47px 'Helvetica', sans-serif;
    letter-spacing: 2px;
    border: 1px solid transparent;
    border-bottom: 1px solid #E5ECFD;
    background: #fff;
    transition: all .8s cubic-bezier(.2, 1, .2, 1);
    width: 430px;
}

.scheme-search.gallery-search input::placeholder {
    color: #fff;
}

.scheme-search.gallery-search input:-ms-input-placeholder {
    color: #fff
}

.scheme-search.gallery-search input::-ms-input-placeholder {
    color: #fff
}

.scheme-search.gallery-search input:focus,
.scheme-search.gallery-search input.is-filled {
    border-color: #12919C;
}

.scheme-search.gallery-search input:focus+.icon,
.scheme-search.gallery-search input.is-filled+.icon {
    color: #12919C;
}

.scheme-search.gallery-search .icon-svg {
    position: absolute;
    left: 9px;
    top: 0;
    color: #12919C;
    font-size: 18px;
    height: 47px;
    transition: all .8s cubic-bezier(.2, 1, .2, 1);
}

.autocomplete-suggestions {
    border-color: #000 !important;
    background: #fff !important;
    color: #000 !important;
}

.autocomplete-suggestion {
    color: #000 !important;
}

.autocomplete-suggestion:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.scheme-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
}

.scheme-close:after,
.scheme-close:before {
    height: 2px;
    width: 32px;
    display: block;
    background: #12919C;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
}

.scheme-close:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.scheme-close:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.floor-zoom .scheme-btn {
    font-size: 37px;
    vertical-align: middle;
}
.floor-zoom .scheme-btn[date-scheme="zoom-out"] span {
    position: relative;
    top: -4px;
}

/*/Map css*/
[data-link],
[data-role="floor-store"] [data-place] {
    cursor: pointer;
}

[data-link] path,
[data-role="floor-store"] path {
    fill: rgba(255,255,255,.25);
    stroke: rgba(255, 255,255, .5);
    stroke-width: 1.6;
    fill-rule: evenodd;
    transition: 0.3s;
    cursor: pointer;
}

.path-clear {
    cursor: move;
}

[data-role="floor-store"] path.is-dashed {
    stroke-dasharray: 5;
}

[data-role="floor-store"] path.aisle {
    stroke-width: 0;
    fill: #fff;
    opacity: .2;
}

[data-role="floor-store"] path.blue-bg {
    fill: #12919C;
    stroke-width: 0;
}

[data-role="floor-store"] .own-colors path {
    stroke: 0;
    stroke-width:0;
    fill: transparent;
}

.floor.is-fixed [data-role="floor-store"] path,
.floor.is-fixed [data-role="floor-store"] [data-place] {
    cursor: default;
}

[data-role="floor-store"] path.is-dashed:hover {
    stroke-dasharray: 0
}

[data-link]:hover path,
[data-role="floor-store"] path:hover {
    fill: #fff;
}

[data-role="floor-store"] .place-icon path {
    fill: #000;
    stroke-width: 0;
}


[data-role="floor-store"] [data-place].is-action path {
    fill:#00AAE7;
}
[data-role="floor-store"] [data-place].is-section path {
    fill:#FDB515;
}

[data-role="floor-store"] [data-place].is-current .place-icon path,
[data-role="floor-store"] [data-place].is-selected .place-icon path {
    fill: #fff;
}

[data-role="floor-store"] [data-place].is-selected path {
    fill: #fff;
    stroke: #fff;
}

[data-role="floor-store"] [data-place].is-current path {
    fill: #f37128;
    stroke: #f37128;
}

[data-role="floor-store"] [data-place] image {
    transition: .3s;
}
.-hide,
[data-role="floor-store"] [data-place].is-selected .icon,
[data-role="floor-store"] [data-place].is-current .icon-hover {
    opacity: 0;
    visibility: hidden;
}

[data-role="floor-store"] [data-place].is-current .icon,
[data-role="floor-store"] [data-place].is-selected .icon-hover {
    opacity: 1;
    visibility: visible;
}


[data-link] text,
[data-role="floor-store"] [data-place].is-current.is-selected text,
[data-role="floor-store"] [data-place] text {
    fill: #fff;
    font-family: 'Comfortaa', sans-serif;
    font-weight: bold;
}

[data-role="floor-store"] [data-place].is-selected text {
    fill: #12919C
}



[data-link]:hover text{
    fill: #12919C;
}
[data-role="floor-store"].is-selected path.aisle,
[data-role="floor-store"] path.aisle:hover {
    opacity: 1;
}



.scheme__container[data-scale=".8"] {
    transform: matrix(.8, 0, 0, .8, 0, 0);
    /*transform: matrix(1.25, 0, 0, 1.25, 0, 0) translateX(60px) !important;*/
}
@media (max-width: 1440px) {
    .scheme__container[data-scale="1"] {
        transform: matrix(1.2, 0, 0, 1.2, 0, 0) translateY(30px)!important;
    }
}

/*.scheme__container[data-scale="1.2"] {
    transform: matrix(1.6, 0, 0, 1.6, -234, 232);
}*/

.floor {
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}
.search-hidden-results li .floor {
    visibility: visible;
    opacity: 1;
}

.floor.is-selected {
    visibility: visible;
    opacity: 1;
}

.scheme-tooltip {
    position: absolute;
    margin-bottom: -5%;
    line-height: 1;
    display: none;
    transition: .3s;
    padding-bottom: 20px;
    
    background: rgba(18, 145, 156, 0.5);
    border: 2px solid rgba(136, 200, 206, 0.5);
    backdrop-filter: blur(4px);
    border-radius: 5px;
    padding: 5px;
}

.scheme-tooltip section {
    position: relative;
    border-radius: 2px;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    padding: 0;
}
.scheme-tooltip section a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    display: block;
    height: 100%;
    width: 100%;
    border: 0;
}
.scheme-tooltip .soon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    background: rgba(18, 145, 156, .5);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.scheme-tooltip .scheme-tooltip--img {
    height: 100px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background: #fff;
    width: 130px;
    min-height: 10px;
    text-align: center;
}

.scheme-tooltip .scheme-tooltip--img img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.scheme-tooltip--content {
    overflow: hidden;
    padding: 15px 20px 15px 10px;
}

.scheme-tooltip--name {
    display: block;
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: clip;
    margin-bottom: 3px;
    font-size: 15px;
    text-transform: uppercase;
}

.scheme-tooltip--section {
    color: #999;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 10px;
}

.scheme-tooltip--link {
    font-size: 10px;
    line-height: 1;
}

.scheme-tooltip--link a {
    text-transform: uppercase;
    font-size: 12px;
    color: #12919C;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-decoration: none;
    border: 0;
}
.scheme-tooltip--link a:after {
    height: 5px;
    display: block;
    position: absolute;
    width: 100%;
    bottom: -4px;
    left: 0;
    background: url(/local/media/img/icons/wave-blue.svg) repeat-x;
    background-size: 10px 7px;
    transition: 0.3s;
    content: "";
}
.scheme-tooltip--link a:hover:after {
    width: 0;
}

.floor-select {
    position: absolute;
    left: 20px;
    bottom: 10%;
    cursor: pointer;
    z-index: 2;
}

.floor-select--current {
    min-width: 170px;
    opacity: 1;
    padding: 0 45px 0 25px;
    width: auto;
    border-radius: 55px;
    position: relative;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    z-index: 2;
}

.floor-select--current:before {
    border-radius: 55px;
}

.floor-select--current:after {
    height: 12px;
    width: 12px;
    border: 1px solid #12919C;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(135deg);
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 25px;
    z-index: 2;
    content: "";
    transition: 0.3s;
}

.floor-select.is-visible .floor-select--current:after {
    transform: rotate(-45deg);
    margin-top: 0;
}

.floor-select--dropdown {
    display: block;
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #F8F8F8;
    border-radius: 40px;
    background: #fff;
    overflow: hidden;
    padding: 0 0 78px;
}

.floor-select--dropdown a {
    display: block;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding: 0;
    overflow: hidden;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    transition: .3s;
}

.floor-select.is-visible .floor-select--dropdown a {
    height: 50px;
}

.floor-select--dropdown a:hover {
    color: #fff;
    background: #12919C;
}

[data-show="zoom-1"],
[data-show="zoom-2"],
[data-show="zoom-3"] {
    opacity: 0;
    transition: .2s;
}

.scheme__container[data-scale="2"] [data-show="zoom-1"],
.scheme__container[data-scale="3"] [data-show="zoom-1"],
.scheme__container[data-scale="4"] [data-show="zoom-1"],
.scheme__container[data-scale="3"] [data-show="zoom-2"],
.scheme__container[data-scale="4"] [data-show="zoom-2"],
.scheme__container[data-scale="4"] [data-show="zoom-3"] {
    opacity: 1;
}

.scheme-tooltip--close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
}

.scheme-tooltip--close:before,
.scheme-tooltip--close:after {
    height: 10px;
    width: 2px;
    background: #fff;
    display: block;
    position: absolute;
    right: 9px;
    top: 7px;
    content: "";
}

.scheme-tooltip--close:before {
    transform: rotate(-45deg);
}

.scheme-tooltip--close:after {
    transform: rotate(45deg);
}

[data-scheme-role] {
    transition: .3s;
}
[data-scheme-role].is-selected path {
    fill:red !important;
}
[data-scheme-role="atm"] {

}
[data-scheme-role="atm"].is-selected {
    opacity: 1;
}
[data-scheme-role="atm"].is-selected path {
    fill:#C5A632 !important;
}
[data-scheme-role="restroom"].is-selected path {
    fill:#C5A632 !important;
}


.floor-filter {
    position: absolute;
    bottom: 10%;
    right: 20px;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.-hide-roads #road,
.-hide-roads #road-line,
.-hide-roads #leroy,
.-hide-roads #parking,
.-hide-roads #road-exit,
.-hide-roads #oil,
.-hide-roads #garden,
.-hide-roads #bus_parking {
    display: none;
}
@media (max-width: 1200px) {
    .scheme-tooltip--close {
        display: block;
    }

    .scheme-tooltip section {
        padding-right: 20px;
    }

    .scheme-tooltip {
        top: 120px !important;
        left: 15px !important;
        right: 15px !important;
        z-index: 4;
    }
    .scheme-tooltip--close {
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        height: 32px;
        width: 32px;
    }
    .scheme-tooltip--close:before, 
    .scheme-tooltip--close:after {
        height: 32px;
        right: 14px;
        top: 0;
    }
    .scheme-tooltip--name {
        font-size: 13px;
    }

    .scheme-tooltip section:before {
        display: none
    }

    .floor-select {
        left: auto;
        right: 20px;
    }

    .scheme-btn {
        font-size: 24px;
    }
}

@media (max-width:900px) {
    /*.scheme:before {
        height: 150px;
        width: 100%;
        display: block;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        content: "";
        transition: .3s;
    }*/
    .tenants-logo--img img {
        max-height: 100px;
    }
    .store-search .search-hidden-results {
        padding-left: 50px;
        left: 0;
        right: auto;
        min-width: 0;
    }
    
    .scheme-tooltip {top: 150px !important;}
    
    .floor-action {
        position: absolute;
        right: 20px;
        top: 114px;
        z-index: 6;
        transition: .3s;
        
    }
    .floor-action a {
        padding: 0 0 8px;
        border-bottom: 1px dashed;
        line-height: 1;
        display: block;
    }
    .floor-action a span {
        margin-right: 5px;
    }
    
    
    .floor-section {
        left: 15px;
        width: auto;
        right: 15px;
        box-shadow: none;
        border: 0;
        top: 110px;
        transition: .3s;
    }
    .floor-section .choose-type {
        left: 0;
    }
    .floor-section .choose-type b {
        background: none;
        top: 3px;
        left: -4px;
        height: 30px;
        width: 30px;
    }
    .floor-section .choose-type b:before,
    .floor-section .choose-type b:after {
        height: 24px;
        width: 1px;
        left: 15px;
    }
    .floor-section .choose-type i {
        left: 0;
        top: 14px;
        background: #12919C;
    }
    
    .floor-section .choose-type b:before,
    .floor-section .choose-type b:after {
        background: red;
    }
    
    
    .floor-section .choose-type.is-selected {border-bottom-color: transparent;}
    .floor-section .choose-type.is-selected i {background: none;}
    .floor-section .choose-type b:before,
    .floor-section .choose-type.is-selected i:before {transform: rotate(-45deg); top: 0}
    .floor-section .choose-type b:after,
    .floor-section .choose-type.is-selected i:after {transform: rotate(45deg); top: 0}
    .floor-section ul {
        display: none;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
        background: #FFFFFF;
        border: 1px solid #EFEFEF;
    }
}

@media screen and (max-width: 600px) {
    .scheme:before {
        height: 120px;
    }
    .tenants-detail--map {
        max-height: 300px;
    }
    
    /*.scheme__container[data-scale=".8"] {
        transform: matrix(1.8, 0, 0, 1.8, 0, 0) !important;
    }*/
    .scheme-btn {
        width: 50px;
        height: 50px;
        line-height: 48px;
        vertical-align: top;
    }
    .floor-zoom .scheme-btn[date-scheme="zoom-out"] {
        line-height: 40px;
    }
    .store-search {
        top: 15px;
        left: 15px;
        width: auto;
    }
    .scheme-close {
        top: 15px;
        right: 15px;
    }
    .floor-filter {
        bottom: 15px;
        right: 15px;
    }
    .floor-zoom {
        left: 15px;
        bottom: 15px;
    }

    .floor-select {
        right: 15px;
        bottom: 15px;
    }

    .floor-select--dropdown {
        padding-bottom: 48px;
    }

    .floor-select--current {
        min-width: 160px;
    }
    .floor-section {top: 80px;}
    .floor-action {top: 82px; right: 15px;}
    
}

@media (max-width: 330px) {
    .scheme-tooltip {
        width: 100%;
    }

    .scheme-tooltip--name {
        font-size: 12px;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news/shops/bitrix/news.detail/.default/style.css?1731944258948 */
/* /local/templates/.default/components/bitrix/news.list/store-scheme/style.css?173194425822376 */
