.map-position-relative{
    position: relative;
}
.list-azs-block{
    position: absolute;
    top: 170px;
    right: 0;
    background: #ffffffeb;
    height: calc(100% - 170px);
    padding: 30px 20px;
    overflow: hidden;
}
.list-azs-block ul{
    padding-left: 40px;
    max-width: 270px;
    max-height: 600px;
    overflow: auto;
}
.btn-action-route-search{
    width: 25px;
    height: 25px;
    background: #4f5b6b;
    margin: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.btn-action-route-search:hover{
    cursor: pointer;
    background: #3d4550;
}
.btn-action-route-search-my{
    width: 25px;
    height: 25px;
    background: #ed3135;
    margin: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: white;
}
.btn-action-route-search-my:hover{
    cursor: pointer;
    background: #3d4550;
}
.search-route-actions{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-route-actions .input-search-list{
    width: 170px;
}
.list-azs-block li{
    font-size: 1rem;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    list-style-type: disc;
}
.list-azs-block li:hover{
    cursor: pointer;
    text-decoration: underline;
}
.btn-open-route-car{
    position: absolute;
    top: 40px;
    right: 49px;
    background: white;
    border-radius: 5px;
    width: 49px;
    height: 49px;
    padding: 8px;
    border: 1px solid #dfdfdf;
}
.list-azs-block{
    width: 300px;
}
.btn-add-route-car:hover{
    cursor: pointer;
    text-decoration: underline;
}
.but-filter:hover{
    cursor: pointer;
    background: #3d4550;
}
#map-filter-action{
position: fixed;
bottom: 25px;
right: 30px;
background: white;
border-radius: 30px;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid black;
align-items: center;
justify-content: center;
}
#map-filter-action:hover{
cursor: pointer;
background: #fbfbfb;
}
#map-filter-action img{
width: 22px;
}
#map-filters{
position: fixed;
top: 0;
height: 100vh;
left: 0;
z-index: 999;
background: white;
width: 330px;
padding: 0 30px;
}
.item-filter-option{
display: flex;
align-items: center;
justify-content: space-between;
width: 200px;
}
.but-filter{
outline: none;
border: none;
background: #4f5b6b;
color: white;
padding: 5px 10px;
margin-top: 20px;
}
.but-filter-box{
display: flex;
}
.filter-head{
display: flex;
align-items: center;
justify-content: space-between;
}
.ymaps-2-1-79-balloon_layout_panel{
max-width: 480px!important;
}
.close-list-azs{
position: absolute;
right: 20px;
top: 10px;
}
.close-list-azs:hover{
cursor: pointer;
}
.input-search-list{
margin: 10px 0;
border: none;
border-bottom: 1px solid;
width: 100%;
padding: 5px;
}
.input-search-list:focus{
border-bottom: 1px solid;
}
#sort-abc{
    position: absolute;
    top: 10px;
}
#sort-coords{
    position: absolute;
    top: 10px;
    transition: 0.5s;
}
#sort-coords:hover{
    cursor: pointer;
    opacity: 1!important;
}
.d-flex-map{
    display: flex;
    align-items: flex-start;
    align-content: center;
    overflow: hidden;
    height: 85vh;
}
.ymaps-2-1-79-balloon-content__header {

    position: relative;
    top: 20px;
}
.left-flex-map{
    width: 80%;
    position: relative;
}
.list-azs-block-no-pos{
    position: relative;
    top: 0;
    margin-left: 10px;
    height: 100%;
}
@media (max-width: 1080px) {
    .left-flex-map {
        width: 70%;
    }
}
@media (max-width: 700px) {
    .left-flex-map {
        width: 100%;
    }
    .d-flex-map {
        height: 100%;
        flex-direction: column;
    }
    .list-azs-block-no-pos{
        margin-top: 10px;
        margin-left: 0;
        width: 100%;
    }
}

