.services {
    display: flex;
    margin-bottom: 24px;
}

.services__search {
    /* max-width: 375px; */
		width: 100%;
    margin-left: auto;
    margin-bottom: 24px;
    /* margin-top: 48px; */
}


@media (max-width: 768px) {
    .services__search {
        width: 100%;
        max-width: unset;
        margin-left: unset;
        margin-top: unset;
    }
}

.services__actions {
    display: none;
}

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

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

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

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

.services__container {
    padding: 0 8px 0 24px;
}

@media (max-width: 991px) {
    .services__container {
        padding: 0;
        margin: 0;
        max-width: unset;
    }
}

.services__map {
    width: 100%;
    height: 240px;
}

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

.services__map-wrapper {
    position: relative;
    width: 100%;
    max-height: 240px;
    margin-bottom: 32px;
    border-radius: 8px;
    overflow: hidden;
}

.services__map-select-wrapper {
    position: absolute;
    top: 14px;
    left: 14px;
}

.services__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-select-wrapper .select2-selection__rendered {
    padding: 0 80px 0 0;
}

.services__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-button {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 10.5px 138px;
    white-space: nowrap;
}

.services__row {
    gap: 20px;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .services__row {
				/* gap: 16px; */
				gap: 0px;
        margin-bottom: 16px;
    }
}

.services__pagination {
    justify-content: center;
}

.service {
    display: flex;
    gap: 23px;
    padding: 22px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 9px 0 rgba(214, 214, 214, 0.2509803922);
    cursor: pointer;
}

@media (max-width: 991px) {
    .service {
        flex-direction: column;
				/* padding: 22px 22px 6px; */
				padding: 8px;
    }
}

.service__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service__image-wrapper {
    flex-shrink: 0;
    max-width: 312px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
	position: relative;
}
.event__top-grid-slider-badge {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15.73px;
  padding: 4px 10px;
  background-color: #84C73F;
  color: #fff;
}

@media (max-width: 1380px) {
    .service__image-wrapper {
        max-width: 200px;
    }
}

@media (max-width: 991px) {
    .service__image-wrapper {
			width: 100%;
      max-width: 100%;
    }
}

.service__info {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 6px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #676767;
}

.service__name {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.13px;
    color: #000;
}

.service__price {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.13px;
    color: var(--primary);
}

.service__desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media (max-width: 1380px) {
    .service__desc {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
}

.service__buttons {
    display: flex;
    gap: 10px;
    flex-direction: column;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .service__buttons {
        gap: 23px;
    }
}

.service__phone {
    display: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 23.44px;
}

.service__button {
    padding: 16.5px 43px;
    white-space: nowrap;
}

.products-grid__button {
    border: none;
    background-color: unset;
}

.products-grid__button--post {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    padding-right: 36px;
}

.products-grid__button--post:hover {
    color: var(--primary);
}

.products-grid__button--post::after {
    content: url("/local/templates/b2bcabinet_v2.0/images/buy_plus.svg");
    display: flex;
    position: absolute;
    right: 0;
    top: calc(50% - 14px);
    width: 24px;
    height: 24px;
    background-color: var(--primary);
    border-radius: 100px;
}

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