.page-header {
    display: none;
}

@media (max-width: 991px) {
    .page-header {
        display: block;
    }
}

.services-map {
    position: relative;
    display: flex;
    margin-bottom: 24px;
    max-height: calc(100vh - 112px);
    height: 100%;
}

.services-map__row {
    --gutter-x: 0;
}

.services-map__container {
    display: flex;
    max-width: unset;
    padding: 0;
    margin: 0;
}

@media (min-width: 769px) {
    .services-map .side-filter {
        z-index: 900;
        position: absolute;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 40px 24px 0;
        width: 100%;
        max-width: 314px;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        transition: 0.3s ease-in-out transform;
    }

    .services-map .side-filter:not(.active) {
        transform: translate(-200%, 0);
    }

    .services-map .side-filter__mobile-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
        font-weight: 600;
        line-height: 23.44px;
        margin-bottom: 40px;
    }

    .services-map .side-filter__buttons {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        margin-left: -40px;
        width: calc(100% + 80px);
        box-shadow: 0 0 12px 0 rgba(199, 199, 199, 0.2509803922);
        background-color: #fff;
        padding: 24px;
    }

    .services-map .side-filter__button {
        width: 100%;
    }

    .services-map .side-filter__section--links {
        display: none;
    }

    .services-map .side-filter__section--links-mobile {
        display: block;
    }

    .services-map .side-filter__link {
        font-size: 16px;
        font-weight: 600;
        line-height: 25px;
        color: #000;
    }

    .services-map .side-filter__link input:checked + label {
        color: var(--primary);
    }

    .services-map .side-filter__link:not(:last-child) {
        margin-bottom: 16px;
    }
}

.services-map__search {
    display: none;
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    .services-map__search {
        display: block;
    }
}

.services-map__actions {
    display: none;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .services-map__actions {
        display: flex;
        gap: 14px;
    }
}

.services-map__actions-button--show {
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    width: 100%;
    padding: 10px;
}

.services-map__actions-button--filter {
    flex-shrink: 0;
    padding: 10px;
}

.services-map__actions-button--filter img {
    width: 20px;
    height: 20px;
}

.services-map__container {
    flex-direction: column;
}

.services-map__map {
    width: 100%;
    height: 100%;
}

.services-map__map-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 369px;
}

.services-map__map-select-wrapper {
    position: absolute;
    top: 24px;
    right: 24px;
}

.services-map__map-select-wrapper .select2-selection {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    background-color: var(--primary);
    color: #fff;
    border-radius: 4px;
    padding: 2px 14px 1px 8px;
    border: none;
}

.services-map__map-select-wrapper .select2-selection__rendered {
    padding: 0 80px 0 0;
}

.services-map__map-select-wrapper .select2-selection__arrow {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-image: url("/local/templates/b2bcabinet_v2.0/images/arrow-down-white.svg");
}

.services-map__map-select-wrapper .select2-results__option {
    padding: 2px 14px !important;
}

.services-map__map-button {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 10.5px 138px;
    white-space: nowrap;
}

.services-map__side {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0px 4px 9px 0px rgba(214, 214, 214, 0.2509803922);
    padding: 24px;
    height: 100%;
    margin-left: 8px;
    max-height: calc(100vh - 112px);
    overflow: hidden;
}

@media (max-width: 991px) {
    .services-map__side-col {
        display: none;
    }
}

.services-map__side-row {
    width: 100%;
    --gutter-x: 13px;
    --gutter-y: 14px;
}

.services-map__side-row-wrapper {
    overflow-y: scroll;
    height: 100%;
    margin-right: -24px;
}

.services-map__side-category {
    margin-bottom: 10px;
}

.services-map__side-top-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.services-map__side-button--filter {
    padding: 8px 34px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
}

.services-map__side-button--filter svg {
    margin-right: 10px;
}

.services-map__side-subcategory {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 23.44px;
    margin-bottom: 14px;
    padding-bottom: 14px;
}

.services-map__side-subcategory::after {
    content: "";
    display: block;
    position: absolute;
    left: -24px;
    right: -24px;
    bottom: 0;
    height: 1px;
    background-color: #959CA5;
}

@media (max-width: 991px) {
    .services-map__side-service {
        display: flex;
        gap: 15px;
    }
}

.services-map__side-service-image {
    width: 100%;
    height: 140px;
    min-height: 108px;
    object-fit: cover;
}

.services-map__side-service-image-wrapper {
    flex-shrink: 0;
    /* max-width: 312px; */
    width: 100%;
		padding-bottom: 100%;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 4px;
}



@media (max-width: 1380px) {
    .services-map__side-service-image-wrapper {
        max-width: 200px;
    }
}

@media (max-width: 991px) {
    .services-map__side-service-image-wrapper {
        max-width: unset;
        width: 50%;
        height: 105px;
    }
}

.services-map__side-service-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    margin-bottom: 4px;
}

.services-map__side-service-price {
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    text-align: left;
    margin-bottom: 4px;
}

.services-map__side-service-addr {
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    color: #676767;
    margin-bottom: 4px;
}

.services-map__side-service-time {
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    color: #676767;
}

/*# sourceMappingURL=services-map-page.css.map */
