

/* Start:/local/templates/main_new/components/bitrix/news/v_spaces/bitrix/news.detail/.default/style.css?17740221551874*/
.space-detail-hero {
	position: relative;
	width: 100%;
	height: 400px;
	background-color: var(--gray-bg);
	overflow: hidden;
	display: flex;
	align-items: center;
}

.space-detail-hero__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

.space-detail-hero__filter {
	position: absolute;
	inset: 0;
	z-index: 2;
	background-image: url("data:image/svg+xml,%3Csvg width='1920' height='400' viewBox='0 0 1920 400' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.6' width='1920' height='400' fill='url(%23paint0_linear_2267_3387)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2267_3387' x1='920.5' y1='274.627' x2='1545.7' y2='49.6688' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231D1D1B'/%3E%3Cstop offset='1' stop-color='%231D1D1B' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.space-detail-hero__container {
	position: relative;
	z-index: 3;
	width: 100%;
}

.space-detail-hero__title {
	margin-top: 141px;
	color: var(--white);
	max-width: 900px;
}

@media (max-width: 960px) {
	.space-detail-hero__title {
		margin-top: 132px;
	}

	.space-detail-hero {
		height: 300px;
	}
}

@media (max-width: 800px) {
	.space-detail-hero {
		height: 300px;
	}
}


@media (max-width: 640px) {
	.space-detail-hero__title {
		margin-top: 122px;
	}

	.space-detail-hero {
		height: 260px;
	}
}

@media (max-width: 540px) {
	.space-detail-hero {
		height: 250px;
	}
}

.space-detail-hero__container {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
}

.space-detail-hero__breadcrumbs {
	position: absolute;
	width: 100%;
}

.space-detail-hero__breadcrumbs a,
.space-detail-hero__breadcrumbs span {
	color: var(--white);
}
/* End */


/* Start:/local/templates/main_new/components/bitrix/breadcrumb/v_custom/style.css?17740264451269*/
.bx-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
    font-family: sans-serif;
}

.bx-breadcrumb-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1;
}

.bx-breadcrumb-item a,
.bx-breadcrumb-item a span {
    color: var(--accent) !important;
    text-decoration: none;
    transition: opacity 0.2s;
}

.page-custom .bx-breadcrumb-item a,
.page-custom .bx-breadcrumb-item a span {
    color: var(--white) !important;
}

.bx-breadcrumb-item a:hover {
    opacity: 0.7;
}

.bx-breadcrumb-item>span[itemprop="name"] {
    color: var(--gray-300);
    cursor: default;
}

.bx-breadcrumb-item .separator {
    display: block;
    width: 4px;
    height: 4px;
    background-color: var(--gray-400);
    border-radius: 50%;
    margin: 0 20px;
    opacity: 0.5;
}

.page-custom .bx-breadcrumb-item .separator,
.block-custom .bx-breadcrumb-item .separator {
    background-color: var(--white);
    opacity: 1;
}


@media (max-width: 640px) {
    .bx-breadcrumb {
        align-items: flex-start;
        padding: 20px 0;
        flex-direction: column;
    }

    .bx-breadcrumb-item {
        margin: 0 0 7px 0;
    }

    .bx-breadcrumb-item .separator {
        display: none;
    }
}
/* End */


/* Start:/local/templates/main_new/components/bitrix/catalog.section/v_space_products_grid/style.css?17740221474649*/
.space-products {
    padding: 86px 0;
    background-color: var(--white);
}

.space-products__title {
    margin-top: 0;
    margin-bottom: 30px;
}

.space-products__filters-wrapper {
    margin-bottom: 50px;
}

.space-products__filters-tabs {
    display: none;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-btn {
    border: 1px solid var(--border-color);
    background: none;
    padding: 12px 15px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    border-radius: var(--radius-sm);
    font-weight: var(--weight-light);
}

.filter-btn.active {
    background: var(--gray-bg);
    border-color: var(--gray-bg);
    color: var(--gray-500);
}

.filter-btn:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--white);
}

.space-products__filters-select {
    position: relative;
    display: block;
}

.filter-select {
    width: 100%;
    height: 46px;
    border: 1px solid var(--border-color);
    color: var(--gray-500);
    padding: 0 50px 0 20px;
    font-size: 14px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    border-radius: var(--radius-sm);
}

.filter-select-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
}

.filter-select-icon svg path {
    stroke: var(--accent);
}

.space-products__grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 40px 30px;
    width: 100%;
}

.space-products__item {
    display: flex;
    width: 100%;
}

.space-products .product-card {
    position: relative;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: var(--black);
    background: var(--white);
    padding-bottom: 40px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    transition: box-shadow 0.3s ease;
}

.space-products .product-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.space-products .product-card__img-wrap {
    position: relative;
    width: 100%;
    height: 278px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.space-products .product-card__img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.space-products .product-card__content {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.space-products .product-card__name {
    font-size: 18px;
    margin-bottom: 20px;
}

.space-products .product-card__text {
    font-size: 14px;
    color: var(--gray-500);
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.space-products .product-card__btn-container {
    margin-top: auto;
    display: flex;
    justify-content: center;
}

.space-products .product-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.space-products .product-card:hover::after {
    transform: scaleX(1);
}

@media (min-width: 661px) {
    .space-products__filters-tabs {
        display: flex;
    }
    .space-products__filters-select {
        display: none;
    }
}

@media (max-width: 960px) {
    .space-products {
        padding: 78px 0;
    }
    .space-products__grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px 20px;
    }
}

@media (max-width: 640px) {
    .space-products {
        padding: 68px 0;
    }
    .space-products__filters-tabs {
        display: none !important;
    }
    .space-products__filters-select {
        display: block !important;
    }

    .space-products__filters-wrapper {
        margin-bottom: 20px;
    }
    .space-products__grid {
        display: block !important;
        width: 100% !important;
    }
    .space-products__item {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .space-products__item[style*="display: none"] {
        display: none !important;
    }
    .space-products .product-card__img-wrap {
        height: 248px;
    }
}
/* End */
/* /local/templates/main_new/components/bitrix/news/v_spaces/bitrix/news.detail/.default/style.css?17740221551874 */
/* /local/templates/main_new/components/bitrix/breadcrumb/v_custom/style.css?17740264451269 */
/* /local/templates/main_new/components/bitrix/catalog.section/v_space_products_grid/style.css?17740221474649 */
