/* ========== header ========== */
#gm_logout_link {
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    top: 100%;
    left: 0;
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    width: 122px;
    font-weight: 400;
}
#gm_logout_link svg {
    margin-right: .5rem !important;
}
#gm_logout_link span {
    color: #D9315A !important;
}
.brn-group__link.logIn:hover #gm_logout_link {
    display: flex;
}
/* ========== map ========== */
.itemMapElement.active .card-place {
    box-shadow: inset 0 0 0 1px #d92551;
}
.section-place__list li {
    display: block !important;
}
.section-place__still-btn {
    color: var(--white) !important;
}
/* ==========  ========== */
html {
    background: #ffffff;
}
/* ========== gm_section_swapp ========== */
.gm_section_swapp .sw-app {
    margin-top: 0 !important;
    padding: 0 !important;
}
/* ========== nav-panel-wrap ========== */
.nav-panel-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    /* flex-wrap: wrap; */
    /* flex-direction: row; */
    height: 55px;
}
.container-nav-panel {
    width: 100%;
    display: none;
    height: 65px;
    background: #fff;
    position: fixed;
    bottom: 0;
    /* Центрирование */
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-shadow: -3px -5px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -3px -5px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: -3px -5px 8px 0px rgba(34, 60, 80, 0.2);
    z-index: 1000000;
}
.panel-item-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.panel-item-title{
    color: #a6a6a6;;
    font-size: 14px;
    position: absolute;
    bottom: 2px;
}
.panel-item-title_link{
    color: #a6a6a6;;
    font-size: 14px;
    position: absolute;
    bottom:2px;
}
@media (max-width: 450px){
    .container-nav-panel {
        display: block;
    }
}
.search-box_panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: none; /* По умолчанию скрыт */
    z-index: 1000;
}
/* ==========  ========== */
/* ==========  ========== */
/* ==========  ========== */
/* ==========  ========== */
