

/* Start:/bitrix/templates/aspro-priority2/components/bitrix/news.list/corner_map/style.css?17346908634947*/
.floor_line{
    padding: 9px 24px;
    border-radius: 8px;
    background: rgb(244, 244, 244);
    display: flex;
    margin-bottom: 48px;
    gap: 20px;
}
.floor_line .floor_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 40px;
    border: 1px solid rgb(223, 225, 226);
    border-radius: 6px;
    background: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    color: #7A7A7A;
    cursor: pointer;
}
.floor_line .floor_btn.active{
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
}
.corner_map{
    text-align: center;
    display: none;
}
.corner_map.active{
    display: block;
}
.corner_map svg{
    max-width: 100%;
    height: auto;
}
.corner_item{
    cursor: pointer;
}
.corner_ttl.active{
    fill: #fff;
}
.corner_area.active{
    fill: #212121;
}

.admin_mode .corner_empty{
    filter: sepia(50%) hue-rotate(100deg);
}
.corner_empty.dialog_select{
    filter: invert(80%);
}
#dialog_corner_select{
    padding: 30px;
    min-width: 200px;
    min-height: 150px;
    border-color: transparent;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
}
#dialog_corner_select .close{
    position: absolute;
    right: 6px;
    top: 6px;
}

.corner_map_block{
    position: relative;
}
.tooltip_block{
    display: none;
}
.tooltip_block:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 22px;
    border-left-width: 22px;
    border-bottom: 22px solid rgb(33, 33, 33);;
    top: 50px;
    left: -20px;
    transform: rotate(-90deg);
}
.tooltip_block.to_right:after {
    left: unset;
    right: -20px;
    transform: rotate(90deg);
}
.tooltip_block.active{
    display: block;
    position: absolute;
    z-index: 5;
}
.tooltip_cont{
    background: rgb(33, 33, 33);
    border-radius: 12px;
    max-width: 280px;
    padding: 14px 16px;
}
.tooltip_head{
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 13px;
    border-bottom: 1px solid rgb(255, 255, 255);
}
.tooltip_head .close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    background-image: url("/bitrix/templates/aspro-priority2/components/bitrix/news.list/corner_map/img/close.svg");
    background-position: 50%;
    opacity: 1;
}
.tooltip_head img{
    display: block;
    margin-right: 12px;
}
.tooltip_head .name{
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.tooltip_cont .prop{
    margin-bottom: 12px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 2px 0 2px 28px;
}
.tooltip_cont .prop span, .tooltip_cont .prop a{
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    display: inline-block;
    margin-left: 4px;
}
.tooltip_cont .more{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 38px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 8px;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
}
.tooltip_cont .more span{
    display: inline-block;
    width: 11px;
    height: 8px;
    margin-left: 8px;
    background-image: url("/bitrix/templates/aspro-priority2/components/bitrix/news.list/corner_map/img/tooltip_arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.tooltip_cont .prop.kitchen{
    background-image: url("/bitrix/templates/aspro-priority2/components/bitrix/news.list/corner_map/img/kitchen.svg");
}
.tooltip_cont .prop.clock{
    background-image: url("/bitrix/templates/aspro-priority2/components/bitrix/news.list/corner_map/img/clock.svg");
}
.tooltip_cont .prop.map{
    background-image: url("/bitrix/templates/aspro-priority2/components/bitrix/news.list/corner_map/img/map.svg");
}

@media (max-width: 850px) {
    .mobile_panel{
        display: flex;
        justify-content: space-between;
    }
    .mobile_panel .zoom{
        display: flex;
        gap: 24px;
    }
    .mobile_panel .zoom_item{
        width: 48px;
        height: 48px;
        border: 1px solid rgb(210, 215, 218);
        border-radius: 9px;
        background-color: rgb(244, 244, 244);
        background-repeat: no-repeat;
        background-position: 50%;
        cursor: pointer;
    }
    .mobile_panel .zoom_in{
        background-image: url("/bitrix/templates/aspro-priority2/components/bitrix/news.list/corner_map/img/zoom_in.svg");
    }
    .mobile_panel .zoom_out{
        background-image: url("/bitrix/templates/aspro-priority2/components/bitrix/news.list/corner_map/img/zoom_out.svg");
    }


    .corner_map.active {
        overflow: scroll;
        height: 100%;
    }
    .corner_map.active.zoom_1 svg{
        max-width: unset;
        width: calc(100% + 50%);
    }
    .corner_map.active.zoom_2 svg{
        max-width: unset;
        width: calc(100% + 100%);
    }
    .corner_map.active.zoom_3 svg{
        max-width: unset;
        width: calc(100% + 150%);
    }
    .corner_map.active.zoom_4 svg{
        max-width: unset;
        width: calc(100% + 200%);
    }
    .corner_map.active.zoom_5 svg{
        max-width: unset;
        width: calc(100% + 250%);
    }
}
/* End */
/* /bitrix/templates/aspro-priority2/components/bitrix/news.list/corner_map/style.css?17346908634947 */
