

/* Start:/local/templates/bx_orion_redesign/components/bitrix/catalog/catalog/style.css?17633899963790*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.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;
}
.more-sections{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	margin-top: 30px;
}
.more-sections a,.more-sections span{
	margin-bottom: 10px;
}
.more-sections a{
	white-space: break-spaces;
}
.more-sections span{
	font-size: 18px;
	line-height: 1.35;
	font-family: 'Roboto',Arial,sans-serif;
	font-weight: 600;
	color: #000;
}
.more-sections-link{
	/* background: #ffd014 !important;
	text-align: center!important;
	color: #000 !important;
	font-size: 17px!important;
	text-decoration: none!important;
	font-weight: 700!important;
	white-space: nowrap!important;
	padding: 10px 10px!important;
	margin: 0 10px!important;
	border-radius: 5px!important; */
}
@media (max-width:480px){
	.more-sections a{
		font-size: 14px;

	}
	.more-sections{
		flex-direction: column;
		justify-content: center;
		max-width: 90%!important;
		margin: 30px auto 0!important;
	}
}
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;}


.catalog-section__actions {
	margin: 20px 20px 0;
}
.sort {
	margin-top: 24px;
	width: 100%;
	max-width: 267px;
}
.sort-label {
	font-size: 14px;
	font-weight: 500;
	color: #262626;
}
.sort__list {
	max-height: 0px;
	overflow: hidden;

	position: absolute;
	top: 100%;
	z-index: 2;
	left: 0;
	right: 0;

	display: flex;
	flex-direction: column;
	gap: 10px;

	background-color: #fff;
	padding: 0px;

	-webkit-transition: 0.3s all linear;
	transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	transition: 0.3s all linear;
}
.sort__value {
	position: relative;
	padding: 11px;
	width: 100%;
	border: 1px solid #ededed;
	border-radius: 5px;
	box-sizing: border-box;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 13px;
	line-height: 120%;
	text-transform: uppercase;
	color: #262626;
	cursor: pointer;
}
.sort__value::before  {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 16px;
	height: 16px;
	background-image: url("/upload/icons/chevron.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transform: translateY(-50%);
	-webkit-transition: 0.3s -webkit-transform ease;
	transition: 0.3s -webkit-transform ease;
	-o-transition: 0.3s transform ease;
	transition: 0.3s transform ease;
	transition: 0.3s transform ease, 0.3s -webkit-transform ease;
}
.sort__list a {
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
	color: #828282;
}
.sort__list a:hover {
	text-decoration: none;
	color: #828282;
}
#sort-catalog.open + .sort__list {
	max-height: none;
	overflow: visible;
	padding: 15px;

	border: 1px solid #BDBDBD;
	border-radius: 4px;
}
#sort-catalog.open::before {
	transform: rotate(180deg) translateY(50%);
}
.sort-wrapper {
	position: relative;
}
/* End */


/* Start:/local/templates/bx_orion_redesign/components/bitrix/breadcrumb/optimus/style.css?1768989329408*/
.breadcrumbs {
    margin: 30px 0 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}
.breadcrumbs a,
.breadcrumbs .separator,
.breadcrumbs span.number {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #999;
}
.breadcrumbs span.number,
.breadcrumbs a:hover {
    color: #262626;
    text-decoration: none;
}
/* End */


/* Start:/local/templates/bx_orion_redesign/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17630442726086*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }


/* End */


/* Start:/local/templates/bx_orion_redesign/components/sotbit/seo.meta.tags/catalog/style.css?1769152487246*/
.seo-meta-section{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width: 960px){
.seo-meta-tags {
    flex-direction: column;
}
}
.sotbit-seometa-tag-link.hidden {
    display: none;
}
/* End */


/* Start:/local/templates/bx_orion_redesign/components/bitrix/catalog.section/catalog/style.css?17631038462038*/
.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.products--triple {
    grid-template-columns: repeat(3, 1fr);
}
.product {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 8px;
}
.product__top {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.product__label {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    text-transform: uppercase;
    color: #f55800;
}
.product__img {
    width: 100%;
    height: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.product__title {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.product__title:hover {
    text-decoration: none;
}
.product__caption {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #999;
}
.product__name {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #262626;
}
.product__prices {
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product__price {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #f55800;
}
.product__value {
    font-weight: 600;
    font-size: 20px;
}
.product__button {
    margin-top: 8px;
    width: 100%;
    text-align: center;
}
@media (max-width:996px) {
    .products {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}
@media (max-width: 640px) {
    .product {
        padding: 16px;
    }
    .product__label {
        font-size: 15px;
    }
    .product__img {
        height: 200px;
    }
}
@media (max-width:440px) {
    .products {
        grid-template-columns: 1fr;
    }
}
/* End */
/* /local/templates/bx_orion_redesign/components/bitrix/catalog/catalog/style.css?17633899963790 */
/* /local/templates/bx_orion_redesign/components/bitrix/breadcrumb/optimus/style.css?1768989329408 */
/* /local/templates/bx_orion_redesign/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17630442726086 */
/* /local/templates/bx_orion_redesign/components/sotbit/seo.meta.tags/catalog/style.css?1769152487246 */
/* /local/templates/bx_orion_redesign/components/bitrix/catalog.section/catalog/style.css?17631038462038 */
