@media (max-width: 1470px){
    #bgpicturediv{
    height: 320px;
    width: 560px;
    }

}

#search-mobile{
    display: inline-flex;
    width: 100%;
    align-items: center;
}

 @media (max-width: 1100px){
    body {
    position: fixed; /* Фиксирует страницу */
    overflow: hidden; /* Убирает прокрутку */
    width: 100%; /* Сохраняет ширину */
    height: 100%; /* Сохраняет высоту */
    }

    #search-input{
        margin:0;
    }
    .type_search img{
        display: block;
    }
    #maincont-name{
        font-size: 18px;
    }

    .tbl{
        display: none;
    }

    #legend{
            z-index: 32918367293;
            right: 10px;
            top: 10px;
            left: auto;
            bottom: auto;
            display: none;
    }

    #bgpicturediv{
        height: 300px;
        width: 525px;
    }

    .table-result-2{
        font-size: 9pt;
    }

    #sparent{
        width:100%;
        display: flex;
        justify-content: center;    
    }

    #types_search, #search-results{
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.5s, opacity 0.5s linear;
    }

    #search-panel {
        width: 85%; /* Увеличенная ширина */
        height: 38px;
        max-height: 100%;
        position: absolute;
        top:auto;
        bottom: 1%;
        background-color: #fff;
        border-radius: 15px;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        overflow-y: auto;
        z-index: 1;
        right: auto;
        min-height: 38px;
        transition: top 0.5s ease-in-out;
        overflow: hidden;
        transition: height 0.5s ease-in-out;
    }

    #show_button{
        display: block;
        transition: transform 0.5s ease-in-out;
        border: 1px solid gray;
        border-radius: 50%;
        padding: 5px;
        margin-right: 10px;
        height: 25px;
    }

    #buildings-button{
        display: none;
    }

    #toggle-button {
        position: fixed;
        right: 30px;
        top: 10px;
        z-index: 1;
        padding: 10px 20px;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        cursor: pointer;
        opacity: 0;
    }
}

 @media (max-width: 700px){
    #types_search{
        flex-wrap: wrap;
        justify-content: center;
    }

    #legend{
            left: auto;
            bottom: auto;
            right: 10px;
            top: 10px;
    }
    
    #maincont-name{
        font-size: 18px;
    }

    .tbl{
        display: none;
    }

    #bgpicturediv{
        height: 200px;
        width: 350px;
    }

    #legend{
        width: 300px;
    }

    #legend.hidden{
        display: none;
    }
}

 @media (max-width: 700px){
    #legend{
        left: auto;
        bottom: auto;
        right: 10px;
        top: 10px;
    }
    #legend{
        width: 200px;
    }
    #legend.hidden{
        display: none;
    }
}