.companies_map {
    position: relative;
    min-height: calc(100vh - 10px);
    padding-top: 15px;
    background: #f2f2f2;
    overflow: hidden;
    z-index: 1;
}

.companies_map::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(180deg, rgb(0 0 0 / 64%) 0%, rgba(0, 0, 0, 0) 100%);
}

.companies_map .marker {
    opacity: 0;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    opacity: 0;
    pointer-events: none;
}

.companies_map .custom-zoom-controls {
    top: auto !important;
    left: auto !important;
    right: 40px;
    bottom: 83px;
    width: 54px;
    height: 122px;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    border: 1px solid #fff;
    overflow: hidden;
    /*filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));*/
    background: url("../../images/zoom-btn-bg.svg") center no-repeat;
    background-size: cover;
}

.zoom-btn {
    font: 300 44px 'Poppins', sans-serif;
    line-height: 60px;
    text-align: center;
    color: var(--color-1);
    background: transparent;
    transition: 0.3s all;
    cursor: pointer;
    user-select: none;
}

.zoom-btn:hover {
    color: #fff;
    background: var(--color-1);
}

.container.container_map {
    position: relative;
    max-width: 1462px;
    width: 100%;
    display: flex;
    margin-top: 22px;
    transition: 0.3s all;
    z-index: 2;
}

.companies_filters {
    display: flex;
    align-items: center;
    grid-column-gap: 19px;
}

.companies_filters--label {
    font-weight: 600;
    font-size: 12px;
    color: #fff;
}

.select-label__box {
    position: relative;
    border-radius: 19px 19px 20px 20px;
    z-index: 4;
}

.companies_filters__select.food-type {
    min-width: 140px;
}

.companies_filters__select.kosher-certification {
    min-width: 220px;
}

.companies_filters__select.restaurant-type {
    min-width: 174px;
}

.select-label__box--btn {
    position: relative;
    width: 100%;
    padding: 8px 0 7px;
    font: 400 12px 'Poppins', sans-serif;
    line-height: normal;
    text-align: center;
    text-transform: capitalize;
    color: var(--color-1);
    border: 0;
    border-radius: 35px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s all;
    z-index: 2;
}

.select-label__box:not(.active) .select-label__box--btn {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.select--wrap {
    display: none;
    position: absolute;
    top: var(--dropdown-top);
    left: var(--dropdown-left);
    padding-top: 25px;
    background: var(--color-1);
    border-radius: 0 0 20px 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    z-index: 3;
}

.select--wrap--list {
    max-height: 160px;
    overflow-y: auto;
}

.select--wrap--list::-webkit-scrollbar {
    width: 13px;
}

.select--wrap--list::-webkit-scrollbar-thumb {
    border-radius: 20px;
    border: 1px solid #1d4867;
    background: linear-gradient(90deg, rgba(58, 83, 102, 1) 0%, rgba(25, 54, 75, 1) 5%, rgba(25, 54, 75, 1) 35%, rgba(58, 83, 102, 1) 50%, rgba(25, 54, 75, 1) 65%, rgba(25, 55, 75, 1) 95%, rgba(58, 83, 102, 1) 100%);
}

.select--wrap--list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-radius: 0;
    background-clip: padding-box;
    box-shadow: none;
}

.select--wrap--list li {
    position: relative;
    text-align: center;
}

.select--wrap--list li input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.select--wrap--list li label {
    width: 100%;
    min-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column-gap: 7.5px;
    padding: 4px 10px;
    font: 400 12px 'Poppins', sans-serif;
    line-height: normal;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    transition: 0.3s all;
}

.select--wrap--list li label:hover,
.select--wrap--list li input:checked ~ label {
    color: var(--color-1);
    background: #fff;
}

.select--wrap--list li label img {
    transition: 0.3s all;
}

.select--wrap--list li input:checked ~ label img,
.select--wrap--list li label:hover img {
    filter: brightness(0) invert(1);
}

.select--wrap--list li label span {
    display: none;
}

.companies_filters__reset {
    display: none;
}

.companies_filters__reset--row {
    display: flex;
}

.companies_filters__reset-col:not(.button) {
    display: none;
}

.companies_filters__reset-col:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 14px;
    grid-column-gap: 27px;
}

.companies_filters__reset-col:nth-child(1) {
    /*width: calc(100% - 70px);*/
}

.companies_filter_wrap__reset--item {
    position: relative;
    min-width: 158px;
    padding: 7px 36px 7px 36px;
    font: 400 12px 'Poppins', sans-serif;
    line-height: normal;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    background: var(--color-1);
    transition: 0.3s all;
    cursor: pointer;
}

.companies_filter_wrap__reset--item:hover {
    color: var(--color-1);
    background: #fff;
}

.companies_filter_wrap__reset--item svg {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 13px;
    height: auto;
}

.companies_filter_wrap__reset--item:hover svg path {
    fill: var(--color-1);
}

.clear_all_filters_companies {
    min-width: 158px;
    padding: 7px 9px 7px 17px;
    font: 700 11px 'Poppins', sans-serif;
    color: #DB4A2B;
    border-radius: 25px;
    border: 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    transition: 0.3s all;
    cursor: pointer;
}

.clear_all_filters_companies:hover {
    color: #fff;
    background: #DB4A2B;
}

.companies_sidebar {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 410px;
    width: 100%;
    height: 100%;
    color: #fff;
    background: var(--color-1);
    transition: 0.3s all;
    z-index: 3;
}

.companies_sidebar.full {
    max-width: 100%;
}

.companies-map {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    transition: 0.3s width;
    z-index: -1;
}

.companies_sidebar_wrap {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 7px;
    transition: 0.3s all;
    overflow: hidden;
}

.list_company {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 33px;
    padding-right: 12px;
    overflow-y: auto;
    overflow-x: hidden;
}
/*
.companies_sidebar_post__wrap::-webkit-scrollbar,
.list_company::-webkit-scrollbar {
    width: 19px;
    border-radius: 0;
}

.companies_sidebar_post__wrap::-webkit-scrollbar-thumb,
.list_company::-webkit-scrollbar-thumb {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(90deg,rgba(58, 83, 102, 1) 0%, rgba(25, 54, 75, 1) 5%, rgba(25, 54, 75, 1) 35%, rgba(58, 83, 102, 1) 50%, rgba(25, 54, 75, 1) 65%, rgba(25, 55, 75, 1) 95%, rgba(58, 83, 102, 1) 100%);
}

.companies_sidebar_post__wrap::-webkit-scrollbar-track,
.list_company::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-radius: 0;
    background-clip: padding-box;
    box-shadow: none;
}
*/

.companies_sidebar_post__wrap::-webkit-scrollbar,
.list_company::-webkit-scrollbar {
    width: 19px;
}

.companies_sidebar_post__wrap::-webkit-scrollbar-track,
.list_company::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    background-clip: padding-box;
}

.companies_sidebar_post__wrap::-webkit-scrollbar-thumb,
.list_company::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg,
    rgba(25, 54, 75, 1) 18%,
    rgb(42 69 89) 37%,
    rgba(25, 54, 75, 1) 59%,
    rgb(18, 51, 75, 1) 95%,
    rgba(32, 61, 83, 1) 100%);
    border-radius: 20px;
    background-clip: content-box;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}


.companies_sidebar_post__wrap::-webkit-scrollbar-thumb:hover,
.list_company::-webkit-scrollbar-thumb:hover {
    background-color: #4a6b8a;
}
.companies_sidebar_wrap--row {
    width: 100%;
}

.toggle-type-view {
    position: relative;
    max-width: 224px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: -4px;
    padding: 0 3px;
}

.toggle-type-view .label {
    font-size: 14px;
    color: rgba(255,255,255,0.2);
    cursor: pointer;
    user-select: none;
    transition: color 0.3s ease;
}

.toggle-type-view .list-label {
    order: 1;
}

/* --- Switch core --- */
.switch-wrapper {
    position: relative;
    width: 71px;
    height: 33px;
}

.toggle-type-view input[type="radio"] {
    position: absolute;
    top: 0;
    left: 50%;
    width: 35px;
    height: 100%;
    margin: 0;
    opacity: 0;
    z-index: 1;
}

.toggle-type-view input#view-map {
    transform: translateX(-100%);
}

/* clickable area — same as background */
.switch-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    background: url('../../images/toggle-bg.png') center/contain no-repeat;
    cursor: pointer;
}

/* knob (white circle) */
.slider-knob {
    position: absolute;
    top: 5px;
    left: 6px;
    width: 23px;
    height: 23px;
    background: #fff;
    border-radius: 50%;
    pointer-events: none;
    transition: left 0.35s ease;
}

/* when list selected — move right */
#view-list:checked ~ .switch-wrapper .slider-knob {
    left: calc(100% - 28px);
}

.toggle-type-view input[type="radio"]:checked + label {
    color: #fff;
}

.form_search {
    position: relative;
}

.form_search form {
    display: flex;
    padding: 27px 2px 4px;
    border-bottom: 1px solid #fff;
}

.form_search .icon-marker {
    position: relative;
    top: -2px;
    left: -4px;
    width: 21px;
    height: auto;
    margin-right: 10px;
    color: #fff;
}

.form_search input {
    width: 100%;
    padding: 0 20px 0 0;
    font: 400 16px 'Poppins', sans-serif;
    color: #fff;
    border: 0;
    background: transparent;
}

.form_search input:focus {
    outline: none;
}

.form_search input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form_search input:focus::placeholder {
    opacity: 0;
}

.form_search__search {
    position: relative;
    top: -2px;
    right: -1px;
    margin: 0;
    padding: 0;
    font-size: 0;
    color: #fff;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.form_search__search path,
.companies_sidebar_post__close path {
    transition: 0.3s all;
}

.form_search__search:hover path,
.companies_sidebar_post__close:hover path {
    stroke: #fff;
    fill: #DB4A2B;
}

.form_search_district {
    position: absolute;
    top: calc(100% - 28px);
    left: 0;
    width: 100%;
    display: none;
    padding: 47px 8px 12px 0;
    border-radius: 16px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    overflow: hidden;
    z-index: 5;
}

.form_search_district_wrap {
    max-height: 135px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.form_search_district_wrap::-webkit-scrollbar {
    width: 10px;
    border-radius: 14px 14px 14px 14px;
    /*box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);*/
}

.form_search_district_wrap::-webkit-scrollbar-thumb {
    border-radius: 20px;
    border: 1px solid #1d4867;
    background: linear-gradient(90deg, rgba(58, 83, 102, 1) 0%, rgba(25, 54, 75, 1) 5%, rgba(25, 54, 75, 1) 35%, rgba(58, 83, 102, 1) 50%, rgba(25, 54, 75, 1) 65%, rgba(25, 55, 75, 1) 95%, rgba(58, 83, 102, 1) 100%);
}

.form_search_district_wrap::-webkit-scrollbar-track {
    background: #1d4867;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-radius: 0;
    background-clip: padding-box;
    box-shadow: none;
}

.form_search_district--no-results,
.form_search_district--item {
    padding: 5px 19px 4px;
    font: 400 16px 'Poppins', sans-serif;
    color: var(--color-1);
    text-decoration: none;
    transition: 0.3s all;
}

.form_search_district--item:hover {
    color: #fff;
    background: var(--color-1);
}

.list_item_company {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.companies_sidebar:not(.full) .list_item_company.active {
    border-radius: 40px;
    border: 1px solid #1d4867;
    background: #143a55;
}

.companies_sidebar.full .list_item_company--link,
.list_item_company:not(.active) .list_item_company__col.logotype,
.list_item_company:not(.active) .list_item_company {
    display: none;
}

.list_item_company__col.headline {
    position: relative;
}

.list_item_company__col.logotype {
    width: 100%;
    text-align: center;
}

.list_item_company--link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.companies_sidebar:not(.full) .list_item_company.active .list_item_company--link {
    display: none;
}

.list_item_company--title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 120%;
}

.list_item_company--industries {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.list_item_company--industries span {
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.5);
}

.list_item_company--name {
    font-size: 14px;
    line-height: 120%;
}

.list_item_company--position {
    font-size: 14px;
    line-height: 120%;
}

.list_item_company__col.links {
    font-size: 14px;
    line-height: 135%;
}

.list_item_company--website {
    display: flex;
    align-items: center;
    grid-column-gap: 12px;
    font-size: 13px;
}

.companies_sidebar:not(.full) .list_item_company.active .list_item_company__col.button {
    width: 100%;
}

.companies_sidebar:not(.full) .list_item_company__col.link-website,
.companies_sidebar.full .list_item_company .list_item_company__col.button,
.companies_sidebar.full .list_item_company .list_item_company--location,
.list_item_company:not(.active) .list_item_company__col.button,
.list_item_company:not(.active) .list_item_company--location,
.companies_sidebar.full .list_item_company__col.button .list_item_company--more,
.companies_sidebar:not(.full) .list_item_company__col.button .list_item_company--btn {
    display: none;
}

.list_item_company--more {
    width: 100%;
}

.list_item_company--close {
    position: absolute;
    top: 27px;
    right: 31px;
    width: 25px;
    height: 25px;
    padding: 0;
    color: #fff;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.companies_sidebar.full .list_item_company .list_item_company--close,
.list_item_company:not(.active) .list_item_company--close {
    display: none;
}

@media (min-width: 992px) {
    .companies_map {
        padding-top: 37px;
    }

    .companies-map {
        width: calc(100% - 350px);
    }

    .companies_sidebar:not(.full) + .container_map .companies_filters_wrap {
        width: 57.5%;
        margin-left: auto;
    }

    .companies_filters_wrap {
        display: flex;
        justify-content: space-between;
    }

    .companies_sidebar_wrap--header {
        padding-right: 36px;
    }

    .companies_filters__reset--row {
        justify-content: flex-end;
        padding-top: 21px;
        padding-left: 70px;
    }

    .companies_sidebar_wrap {
        padding: 35px 20px 20px 20px;
    }

    .companies_sidebar.full .companies_sidebar_wrap--header {
        width: 43.5%;
    }

    .companies_sidebar:not(.full) .list_item_company {
        flex-direction: column;
        align-items: flex-start;
    }

    .list_company {
        margin-top: 53px;
        padding-top: 29px;
    }

    .companies_sidebar.full .list_item_company {
        grid-column-gap: 20px;
    }

    .list_item_company:not(:nth-last-child(1)) {
        margin-bottom: 31px;
        padding-bottom: 30px;
    }

    .companies_sidebar.full .list_item_company:not(:nth-last-child(1)) {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .companies_sidebar:not(.full) .list_item_company.active {
        padding: 56px 16px 22px;
    }

    .list_item_company:not(.active)::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #fff;
    }

    .list_item_company:nth-last-child(1)::before {
        display: none;
    }

    .list_item_company__col.logotype {
        margin-bottom: 36px;
    }

    .companies_sidebar.full .list_item_company::before {
        width: 100%;
        left: 0;
        transform: translateX(0);
    }

    .companies_sidebar.full .list_item_company:nth-last-child(1)::before {
        display: none;
    }

    .list_item_company__col.headline {
        margin-bottom: 16px;
    }

    .list_item_company--title {
        margin-bottom: 2px;
        font-size: 24px;
        line-height: 120%;
    }

    .companies_sidebar:not(.full) .list_item_company.active .list_item_company--title {
        margin-bottom: 18px;
    }

    .list_item_company--name {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .list_item_company--position {
        font-size: 16px;
        line-height: 120%;
    }

    .list_item_company__col.meta {
        margin-bottom: 13px;
    }

    .list_item_company__col.links {
        display: flex;
        align-items: center;
        grid-column-gap: 40px;
    }

    .companies_sidebar:not(.full) .list_item_company.active .list_item_company__col.links {
        grid-column-gap: 12%;
        margin: 23px 0 39px;
    }

    .companies_sidebar.full .list_item_company__col.links {
        flex-direction: column;
        align-items: flex-start;
        grid-row-gap: 13px;
    }

    .companies_sidebar:not(.full)  .companies_sidebar_wrap--header-filter,
    .container_map .form_search,
    .companies_sidebar__btn,
    .companies_sidebar__full_list_btn_mobile {
        display: none;
    }

    .list_item_company--btn .btn {
        padding: 12px 10px 12px;
    }

    .companies_sidebar.full .list_item_company__col.headline {
        /*max-width: 200px;*/
        width: 25.5%;
    }

    .companies_sidebar.full .list_item_company__col.meta {
        /*max-width: 157px;*/
        width: 23%;
    }

    .companies_sidebar.full .list_item_company__col.links {
        /*max-width: 157px;*/
        width: 12.5%;
    }

    .companies_sidebar.full .list_item_company__col.link-website {
        /*max-width: 400px;*/
        width: 15%;
        display: flex;
    }

    .companies_sidebar.full .list_item_company__col.button {
        /*max-width: 190px;*/
        width: 16%;
        margin-left: auto;
        display: block;
    }

    .companies_sidebar.full .list_item_company__col.button .btn {
        min-width: auto;
        max-width: 227px;
        width: 100%;
        padding: 12px 10px 12px;
    }

    .companies_filters__select.company-industries {
        max-width: 157px;
        min-width: 157px;
    }

    .select-label__box.view-type {
        max-width: 116px;
        min-width: 116px;
    }

    .view-type-label+ .select--wrap:not(.active) {
        display: none !important;
    }

    .list_item_company--location,
    .list_item_company--email,
    .list_item_company--linkedin,
    .list_item_company--website {
        position: relative;
        padding-right: 20px;
    }

    .list_item_company--location svg,
    .list_item_company--email svg,
    .list_item_company--linkedin svg,
    .list_item_company--website .icon-arrow {
        position: absolute;
        top: 4px;
        right: 0;
        width: 0;
        transition: width 0.3s ease-in-out;
    }

    .list_item_company--website .icon-arrow {
        top: 6px;
    }

    .list_item_company--location:hover svg,
    .list_item_company--email:hover svg,
    .list_item_company--linkedin:hover svg,
    .list_item_company--website:hover .icon-arrow {
        width: 12px;
    }

    .companies_sidebar.full .companies_filter_wrap__reset--item {
        color: var(--color-1);
        background: #fff;
    }

    .companies_sidebar.full .companies_filter_wrap__reset--item svg path {
        fill: var(--color-1);
    }

    .companies_sidebar.full .companies_sidebar_wrap--header {
        position: relative;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding-right: 23px;
        z-index: 3;
    }

    .companies_sidebar.full .form_search {
        width: 30.3%;
    }

    .companies_sidebar.full .companies_sidebar_wrap--header-filter {
        width: 63%;
        padding-top: 22px;
    }

    .form_search_district {
        top: calc(100% + 7px);
        padding-top: 8px;
    }

    .list_item_company__col.logotype img {
        max-height: 100px;
        object-fit: contain;
        object-position: center;
    }
}

@media (min-width: 1321px) {
    .companies_sidebar {
        max-width: 531px;
    }

    .companies-map {
        width: calc(100% - 531px);
    }

    .companies_sidebar_wrap {
        padding: 35px 18px 20px 52px;
    }

    .companies_sidebar:not(.full) .list_item_company.active {
        padding: 66px 36px 52px;
    }

    .companies_sidebar:not(.full) .list_item_company.active .list_item_company__col.links {
        width: 100%;
        /*grid-column-gap: 28%;*/
        grid-column-gap: 10px;
        justify-content: space-between;
    }

    .companies_sidebar:not(.full) .list_item_company.active .list_item_company__col.links a:nth-child(2) {
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .companies_sidebar {
        top: auto;
        bottom: 0;
        max-width: 100%;
        height: 268px;
        padding: 9px 10px 9px;
        box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.25);
        border-top-left-radius: 32px;
        border-top-right-radius: 32px;
    }

    .companies_sidebar.full_mobile {
        height: 60%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        z-index: 4;
    }

    .custom-zoom-controls {
        display: none !important;
    }

    .toggle-type-view,
    .companies_filters_wrap--col:nth-child(2),
    .container_map > .form_search,
    .list_item_company__col.links,
    .list_item_company__col.link-website {
        display: none;
    }

    .companies_sidebar__full_list_btn_mobile {
        position: relative;
        width: 75px;
        height: 30px;
        margin: 0 auto;
        padding: 0;
        display: block;
        border: 0;
        background: transparent;
        cursor: pointer;
    }

    .companies_sidebar__full_list_btn_mobile::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 5px;
        border-radius: 5px;
        background: #fff;
    }

    .companies_sidebar_wrap {
        padding-bottom: 60px;
    }

    .list_item_company {
        margin-bottom: 40px;
        padding-right: 0;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        grid-row-gap: 9px;
    }

    .companies_sidebar_post__wrap::-webkit-scrollbar,
    .list_company::-webkit-scrollbar {
        width: 0;
    }

    .list_item_company__col.headline {
        width: 100%;
    }

    .list_item_company__col.meta {
        width: 100%;
        display: flex;
        align-items: flex-start;
        grid-column-gap: 10px;
    }


    .container.container_map {
        margin-top: 14px;
        padding: 0;
        flex-direction: column;
        grid-row-gap: 43px;
    }

    .companies_filters {
        flex-direction: column;
    }

    .companies_filters_wrap {
        position: relative;
        /*display: flex;*/
        /*align-items: center;*/
        grid-column-gap: 30px;
        padding-top: 26px;
        padding-left: 15px;
    }

    .companies_filters_wrap--col:nth-child(1) {
        display: flex;
        align-items: flex-start;
        grid-column-gap: 30px;
    }

    .companies_filters--label {
        position: absolute;
        top: 0;
        left: 24px;
        font-weight: 400;
    }

    .select-label__box {
        max-width: 160px;
        min-width: 160px;
    }

    .companies_sidebar:not(.full) .list_item_company.active {
        flex-wrap: wrap;
        grid-row-gap: 24px;
        padding: 33px 21px 24px;
    }

    .companies_sidebar:not(.full) .list_item_company.active.not-logo {
        padding-top: 70px;
    }

    .list_item_company__col.logotype img {
        max-width: 204px;
        width: auto;
        max-height: 65px;
        margin: 0 auto;
    }

    .companies_sidebar:not(.full) .list_item_company.active .list_item_company__col.links {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .list_item_company--location,
    .list_item_company--email,
    .list_item_company--linkedin {
        display: flex;
        align-items: center;
        grid-column-gap: 10px;
    }

    .companies_sidebar:not(.full) .list_item_company.active .list_item_company__col.button {
        text-align: center;
    }

    .list_item_company--more {
        max-width: 310px;
    }

    .companies_filters__reset {
        overflow-x: auto;
    }

    .companies_filters__reset-col:nth-child(1) {
        flex-wrap: nowrap;
        grid-column-gap: 27px;
    }


    .companies_filters__reset::-webkit-scrollbar,
    .companies_filters::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .companies_filters__reset::-webkit-scrollbar-thumb,
    .companies_filters::-webkit-scrollbar-thumb {
        background: transparent;
    }

    .companies_filters__reset::-webkit-scrollbar-track,
    .companies_filters::-webkit-scrollbar-track {
        background: transparent;
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
        background-clip: padding-box;
    }

    .companies_filter_wrap__reset--item {
        padding-top: 8px;
        white-space: nowrap;
    }

    .form_search form {
        padding-top: 9px;
    }

    .form_search_district {
        top: calc(100% + 8px);
        left: 0;
        width: 100%;
        padding-top: 12px;
    }
}