

/* Start:/local/templates/sad.ru/components/bitrix/catalog/sad_catalog/style.css?17810066544618*/
.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 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}

.catalog .sort {
	display: flex;
	align-items: center;
	margin-top: 24px;
	padding: 18px 30px 15px;
	background-color: #fff;
}
.catalog .sort .display {
	margin-left: auto;
	min-width: 62px;
}

.catalog .products-container {
	display: flex;
	flex-wrap: nowrap;
	margin: 24px 0;
}

.catalog .sort .filter-btn.desktop-hide {
	display: none;
}

.catalog .sort .filter-btn {
	position: relative;
	margin-right: 15px;
	padding: 11px 11px 10px 15px;
	font-size: 14px;
	color: #424242;
	line-height: 1em;
}

.catalog .sort .sort-filter .item {
	margin-right: 26px;
	font-size: 0.875em;
	color: #828282;
	white-space: nowrap;
}
.catalog .sort .sort-filter .item.active {
	color: #282828;
}
.catalog .sort .sort-filter .item.active:after {
	border-top: 4px solid #282828;
}

.catalog .sort .sort-filter .item:after {
	content: '';
	position: relative;
	top: 0px;
	display: inline-block;
	margin-left: 8px;
	border: 3px solid transparent;
	border-top: 4px solid #828282;
}
.catalog .sort .sort-filter .item.active.asc:after {
	border-top: 3px solid transparent;
	border-bottom: 4px solid #282828;
}
.catalog .sort .sort-filter .item.asc:after {
	top: -3px;
	border-top: 3px solid transparent;
	border-bottom: 4px solid #828282;
}

.catalog .sort .sort-filter .item.clear_sort:after {
	content: 'x';
	position: relative;
	top: 0px;
	display: inline-block;
	margin-left: 8px;
	border: 0 none;
	color: red;
}

.catalog .sort .display {
	margin-left: auto;
}

.catalog .sort .display .item {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-left: 4px;
	color: #cccccc;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 17px;
	text-align: center;
	vertical-align: top;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.catalog .sort .display .item.active {
	/*background-color: #008dde;*/
	color: #008dde;
}
.catalog .sort .display a.item {
	text-decoration: none;
}
.catalog .sort .display a:hover.item {
	color: #008dde;
}
.catalog .sort .display .item.block:before {
	content: '\f00a';
	font-family: "Font Awesome 5 Free";
}
.catalog .sort .display .item.list:before {
	content: '\f03a';
	font-family: "Font Awesome 5 Free";
}

.catalog .products-container .products {
	flex-grow: 1;
}

/* filter */
.filter {
	width: 264px;
	margin-right: 25px;
	padding-top: 19px;
	background-color: #fff;
	flex-shrink: 0;
}

.smart-filter-section {
	width: 264px;
	margin-right: 25px;
	padding: 15px;
	padding-top: 19px;
	background-color: #fff;
	flex-shrink: 0;
}
.smart-filter-section .smart-filter-title {
	padding: 0 20px 19px;
	font-weight: 700;
	border-bottom: 1px solid #e7e7e7;
}
.catalog .sort .filter-btn.open {
	background-color: #e7e7e7;
}

/* end filter */


@media (max-width: 1270px) {
	.catalog .sort .filter-btn.desktop-hide {
		display: block;
		min-width: 95px;
	}

	.catalog .sort {
		padding: 13px 20px 13px 13px;
	}

	.catalog .products-container.has-filter:not(.top) {
		position: relative;
		flex-direction: column;
	}
	.catalog .products-container.has-filter:not(.top) .filter {
		width: 100%;
		height: 0;
		padding-top: 0;
		overflow: hidden;
	}
	.catalog .products-container.has-filter:not(.top) .filter.open {
		position: absolute;
		top: -12px;
		left: 0;
		width: 50%;
		height: auto;
		margin: 0 0 24px;
		padding-top: 19px;
		box-shadow: 0px 0px 24px rgb(0 0 0 / 12%);
		z-index: 50;
	}
}
@media (max-width: 767px){
	.catalog .sort .sort-filter {
		display: none;
	}
	.catalog .sort .display {
		display: none;
	}

	.catalog .sort .filter-btn.open {
		background-color: #fdfdfd;
	}
	.catalog .products-container.has-filter:not(.top) .filter.open {
		top: -24px;
		width: 100%;
		border-top: 1px solid #e7e7e7;
		box-shadow: 0px 11px 24px rgb(0 0 0 / 12%);
	}
}


/* End */


/* Start:/local/templates/sad.ru/components/bitrix/catalog/sad_catalog/bitrix/catalog.section.list/sad/style.css?17810066541879*/
.row.catalog .categories {
	display: flex;
	flex-wrap: wrap;
	margin: 36px -12px 20px;
}

.catalog .categories {
	display: flex;
	flex-wrap: wrap;
	margin: 36px -12px 20px;
}
.catalog .categories .category-wrap {
	position: relative;
	width: 100%;
	margin: 0 12px 24px;
}
.catalog .category {
	width: 100%;
	height: 100%;
	padding: 30px 30px 26px;
	background-color: #fff;
	transition: box-shadow .2s ease;
	box-sizing: border-box;
}
.catalog .category .static {
	display: flex;
	position: relative;
	flex-wrap: wrap;
}
.catalog .category .img {
	width: 160px;
	height: 160px;
	margin: 0 auto;

	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.catalog .category .img img{
	width: 100%;
	height: 100%;
}
.catalog .category .text {
	width: 100%;
	margin-top: 18px;
}
.catalog .category .text .name {
	color: #282828;
	font-weight: 700;
}
.catalog .category .text .sub {
	margin-top: 8px;
}
.catalog .category .text .sub .item {
	display: inline-block;
	max-width: 100%;
	margin-right: 10px;
	font-size: 0.875em;
	color: #424242;
	line-height: 1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* Малые девайсы («ландшафтные телефоны», >= 576px) */
@media (min-width: 576px) {
	.catalog .category .text {
		width: calc(100% - 100px);
	}
	.catalog .category .img {
		width: 80px;
		height: 80px;
		margin-right: 18px;
	}
}
/* Средние девайсы («таблетки», >= 768px) */
@media (min-width: 768px) {
	.catalog .category .text {
		width: calc(100% - 100px);
	}
}
/* Большие девайсы (десктопы, >= 992px) */
@media (min-width: 992px) {
	.catalog .category .text {
		width: calc(100% - 100px);
	}
	.catalog .categories .category-wrap {
		position: relative;
		//width: calc((100% - 72px)/2);
		width: calc((100% - 48px)/2);
		margin: 0 12px 24px;
	}
}
/* End */
/* /local/templates/sad.ru/components/bitrix/catalog/sad_catalog/style.css?17810066544618 */
/* /local/templates/sad.ru/components/bitrix/catalog/sad_catalog/bitrix/catalog.section.list/sad/style.css?17810066541879 */
