body,
.page-layout{
    background-color: #F8F8F8;
}
.cat-image{
    text-align: left;
}
.display-flex{
    display: flex;
}
.rest-content-list,
.rest-content-map,
.page-layout .inline-flex{
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 30px;
}
.rest-bgmp-map{
    width: calc(100% - 0px);
}
.rest-bgmp-list{
    width: calc(100% - 300px);
}
.rest-content-list .right{
    max-width: 300px;
}
.rest-submenu-panel{
    padding: 30px 0px;
    justify-content: space-between;
}
.rest-submenu-links{
    background-color: #ffffff;
    border-radius: 23px;
    padding: 2px;
}
.rest-submenu-circle{
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.rest-submenu-circle>div{
    background-color: #333333;
    width: 40px;
    height: 40px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
}
.rest-submenu-circle.block-active{
    background-color: #dee7f5;
}
.rest-submenu-circle.block-active>div{
    background-color: #5C8DCF;
}
.rest-submenu-ico-list{
    -webkit-mask: url('../img/ico/rest_list.svg');
}
.rest-submenu-ico-map{
    -webkit-mask: url('../img/ico/rest_map.svg');
}
.post-terms{
    margin-bottom: 5px;
    color: #718198;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}
.page-layout .post-title{
    margin-bottom: 10px;
}
.post-meta-date-line>div{
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin: 10px 30px 20px 0px;
    padding-left: 20px;
}
.inline-flex .post-content{
    line-height: 150%;
}
.rest-ico-money{
    background-image: url('../img/ico/rest_money.svg');
    background-repeat: no-repeat;
    background-position: left center;
}
.rest-ico-address{
    background-image: url('../img/ico/rest_vector.svg');
    background-repeat: no-repeat;
    background-position: left center;
}
.rest-ico-phone{
    background-image: url('../img/ico/rest_phone.svg');
    background-repeat: no-repeat;
    background-position: left center;
}
.over_url a{
    display: block;
    color: #5C8DCF;
    margin-top: 15px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
}

.rest-marker-container{
    position: relative;
    width: max-content;
    margin-top: -32px;
}
.rest-map-price{
    padding: 5px 10px;
    background-color: #ffffff;
    border-radius: 20px;
    min-height: 10px;
    width: max-content;
    left: calc(0px - 50%);
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    min-width: 10px;
    text-align: center;
}
.rest-marker-container:hover>div{
    
    box-shadow: 0 0 30px rgb(0 74 255);
}

.rest-map-angle{
    width: 12.45px;
    height: 12.45px;
    background: #ffffff;
    transform: rotate(-45deg);
    margin: -8px 0px 0px -5px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
.filters_block{
    align-items: center;
    justify-content: flex-start;
}
.filter-type{
    margin-right: 25px;
}
.middle .table{
    padding-right: 45px;
}

@media (max-width: 786px) {
    .cat-image{
        display: none;
    }
}