

/* Start:/local/templates/.default/components/bitrix/catalog/.default/style.min.css?1773640705959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.smart.filter/.default/style.css?1773640705613*/
.filter {
    margin-bottom: 32px;
}

.filter-block {
    display: flex;
    gap: 12px;
}

.filter-label-catalog-type {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    font-weight: 400;
    font-size: 14px;
    color: #808080;
    cursor: pointer;
    z-index: 20;
}

.filter-label-catalog-type.active {
    background: var(--color-primary);
    color: #FFFFFF;
}

.filter-label-catalog-type:hover {
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.filter-block {
    overflow: auto;
}

.filter-text {
    display: block;
    width: max-content;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17736407051711*/
.pagination-wrapper {
    padding: 60px 0 0 0;
}

.pagination-info {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.pagination-info .pagination-current {
    font-weight: bold;
    color: #333;
}

.pagination {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.pagination-link {
    height: 40px;
    width: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.pagination-link:hover:not(.disabled) {
    background-color: #D0EFFB66;
}

.pagination-link.disabled {
    color: #999;
    cursor: default;
    opacity: 0.6;
}

.pagination-numbers {
    display: flex;
}

.pagination-dots {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #808080;
    margin: auto;
}

.pagination-number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: var(--color-text) !important;
    min-width: 40px;
    height: 40px;
    border-radius: 8px;
}

.pagination-number:hover {
    background-color: #D0EFFB66;
}

.pagination-number.current {
    background-color: #D0EFFB;
    color: var(--color-text);
}

.pagination-show-all {
    margin-left: 20px;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: all 0.3s ease;
}

.pagination-show-all:hover {
    background-color: #f5f5f5;
    border-color: #ccc;
}

@media(max-width: 1440px) {
    .pagination-wrapper {
        padding: 36px 0 40px 0;
    }
}


/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/.default/style.css?17736407051688*/
.catalog-section-container {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 88px;
}

.catalog-section-title {
	margin-bottom: 40px;
	font-family: Golos Text;
	font-weight: 700;
	font-size: var(--main-font-size-title);
	color: var(--color-text);
}

.catalog-section-products {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.catalog-section-product {
	display: flex;
	flex-direction: column;
	width: calc(25% - 15px);
	border-radius: 8px;
	background: #75D2D226;
	height: auto;
}

.catalog-section-product:hover {
	box-shadow: 0px 0px 20px 0px #00000014;
}

.catalog-section-product:hover .catalog-section-product-bottom-name-product {
	color: var(--color-primary);
}

.catalog-section-product-img {
	width: 100%;
}

.catalog-section-product-img img {
	border: 1px solid #EBEBEB;
	border-bottom: none;
	border-radius: 8px 8px 0 0;
	width: calc(100% - 2px);
	background-color: white;
}

.catalog-section-product-bottom {
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.catalog-section-product-bottom-name-section {
	font-weight: 400;
	font-size: 14px;
	color: var(--color-text);
	opacity: .7
}

.catalog-section-product-bottom-name-product {
	font-weight: 500;
	font-size: 18px;
	color: var(--color-text);
}

@media(max-width: 1040px) {
	.catalog-section-products {
		gap: 16px;
	}

	.catalog-section-product {
		width: calc(32% - 2px);
	}
}

@media(max-width: 768px) {

	.catalog-section-product {
		width: calc(50% - 8px);
	}

	.catalog-section-product-bottom {
		padding: 16px;
		gap: 12px;
	}

	.catalog-section-product-bottom-name-product {
		font-size: 14px;
	}

	.catalog-section-product-bottom-name-section {
		font-size: 9px;
	}

}

/* End */
/* /local/templates/.default/components/bitrix/catalog/.default/style.min.css?1773640705959 */
/* /local/templates/.default/components/bitrix/catalog.smart.filter/.default/style.css?1773640705613 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17736407051711 */
/* /local/templates/.default/components/bitrix/catalog.section/.default/style.css?17736407051688 */
