body {
    min-width: 1100px;
}

.header_wrapper {
    /* padding: 10px 0; */
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 30px;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}

@media screen and (min-width:1440px) {
    .container {
        max-width: 1240px;
    }
}

.header_block {
    display: flex;
    align-items: center;
    padding-right: 24px;
    padding-left: 24px;
}

.logo {
    min-height: 90px;
    display: flex;
    align-items: center;
    margin-left: -24px;
}

.logo .title {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    max-width: 250px;
    padding: 10px 24px;
}

.logo .image {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #F5F5F5;
    /* border-left: 1px solid #F5F5F5; */
    flex: 0 0 auto;
}

.filter_select {
    padding: 16px;
    border-radius: 10px;
    background: #F2F4F5;
    /* box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1); */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #111;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none;
}

.filter_select:focus-visible {
    border-color: #2464FD;
    outline: none;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
}

.location_add {
    width: 64px;
    height: 64px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2464FD;
    box-shadow: 0px 8px 24px rgba(36, 100, 253, 0.16);
    border-radius: 100%;
    cursor: pointer;
    z-index: 10;
}

.location_add svg {
    stroke: #fff;
}

.table_map_container {
    padding-bottom: 40px;
}

.table_map_wrapper {
    display: block;
    width: 100%;
}

.table {
    width: 100%;
    vertical-align: middle;
    border-collapse: collapse;
    font-family: Montserrat;
}

.table>tbody {
    vertical-align: inherit;
}

.table th {
    /* white-space: nowrap; */
    color: #111;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    padding: 12px;
    border-bottom: 1px solid #EFF1F5;
}

.table tbody tr:hover {
    background: #F7F9FB;
}

.table td {
    border-bottom: 1px solid #EFF1F5;
    padding: 20px 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.table td:first-child {
    font-weight: 600;
}

.table td:nth-child(2) {
    font-weight: 600;
}

.table td a {
    color: #111;
}

.table td a:hover {
    color: #2464FD;
}

.table thead {
    position: sticky;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
    box-shadow: 0 4px 2px -4px #dee2e6;
}

.table thead tr {
    width: 100%;
}

.table th a {
    text-decoration: none;
    color: #000
}

.table th a.sorting {
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.table th a.sorting svg {
    margin-left: 4px;
}

.table tr.table-secondary {
    background: #F2F4F5;
}

.table tfoot th {
    border-bottom: none;
}

.map_switch {
    margin-left: auto;
    margin-right: 16px;
}

#filter {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-right: 16px;
}

.select2-container .select2-selection--single,
.map_switch {
    background: #F2F4F5;
    box-shadow: none;
}

#map_google2 {
    width: 100%;
    height: 220px;
}

.locations_window_wrapper {
    background: #FFF;
    width: 100%;
    max-width: 1200px;
    height: auto;
    position: relative;
    min-height: 600px;
}

.locations_window {
    min-height: 600px;
    display: flex;
    flex-direction: column;
}

.locations_window .sidebar_container_bottom {
    margin-top: auto;
}

@keyframes modalanimatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

#locations_window {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 115;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.20);
}

/* 
@media screen and (max-width:1100px) {
    .locations_window_wrapper {
        min-width: 100vw;
        height: 100%;
        height: auto;
        min-height: 100%;
    }
} */

/* @media screen and (min-width:993px) { */
#locations_window {
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#locations_window[style*="display: block"] {
    display: flex !important;
}

.locations_window_wrapper {
    animation: modalanimatetop 0.4s;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.10);
}

.map_google_block_absolute {
    position: absolute;
    left: 470px;
    height: 100%;
    top: 0;
    width: calc(100% - 470px);
}

.locations_window {
    width: 470px;
    height: 100%;
    background: #FFF;
    /* border-radius: 10px; */
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.08);
}

#map_google2 {
    height: 100%;
    /* border-radius: 0 10px 10px 0; */
}

/* } */

@media screen and (max-width:900px) {
    .header_block {
        flex-wrap: wrap;
        padding-bottom: 16px;
    }

    .header_block:after {
        content: '';
        display: block;
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #F5F5F5;
    }

    #filter {
        margin-top: 16px;
        flex-wrap: wrap;
    }

    .map_switch {
        margin-top: 16px;
        margin-right: 0;
        margin-left: 0;
    }

    .logo {
        width: calc(100% - 40px);
        order: -2;
    }

    .location_block {
        order: -1;
    }
}

@media screen and (max-width:991px) {
    /* .table_map_wrapper {
        overflow: auto;
    } */
}

@media screen and (max-width:440px) {
    .table td {
        padding: 14px 10px;
    }

    .header_block {
        padding-left: 16px;
        padding-right: 16px;
    }

    .logo {
        margin-left: -16px;
    }

    .logo .title {
        padding: 6px 16px;
    }

    .location_add {
        width: 55px;
        height: 55px;
    }

    .logo {
        width: calc(100% - 39px);
    }
}

.window_close_mobile {
    display: none;
}

@media screen and (min-width:993px) {
    .js_window_close_absolute {
        position: absolute;
        top: 24px;
        right: 24px;
        z-index: 10;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: #fff;
    }

    .js_window_close_absolute svg {
        fill: #111111
    }
}

.locations_window_list_block:first-child .locations_window_h2 {
    display: none;
}