

/* Start:/local/components/custom/catalog/templates/.default/style.css?17492518294453*/
.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;
}

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;}

.child-sections{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	z-index: 8;
	margin-left: -20px;
	margin-top: -40px;
}

.child-sections__item{
	width: 20%;
	padding-left: 20px;
	padding-top: 60px;
}

.child-sections_brand{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-template-rows: 300px;
	justify-items: center;
	align-items: center;
	margin-left: 0;
	margin-top: 0;
	gap: 40px;
	position: static;
}

.child-sections_brand .child-sections__item{
	width: 100%;
	height: 100%;
	min-height: 200px;
	padding-left: 0;
	padding-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.child-section__pagination{
	width: 100%;
	padding-left: 20px;
	padding-top: 60px;
	grid-column: 1 / -1;
	position: relative;
	z-index: 3;
}

.brand-item{
	display: flex;

}

.brand-item_text{
	text-align: center;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 26px;
	color: #000;
	text-decoration: none;
	background: #eee;
	width: 80%;
	height: 80%;

}

.brand-item__img{
	max-width: 100%;
	height: auto;
}


.section-item{
	text-decoration: none;
}

.section-item__image{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	max-height: 375px;
}

.section-item__img{
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: transform 0.3s;
}

.section-item_no-image .section-item__img{
	width: 40%;
	height: auto;
	object-fit: fill;
	opacity: 0.2;
	display: block;
}

.section-item:hover .section-item__img{
	transform: scale(1.05);
}

.section-item:hover .section-item__image{
	background-size: 105%;
}

.section-item__name{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}

.section-item:hover .section-item__name{
	color: #7b7b7b;
}

.page-brand__filter{
	margin-top: 40px;
	margin-bottom: 40px;
}

.page-brand__filter a{
	color: #21385e;
	margin: 5px;
	padding: 5px 11px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
}

.page-brand__filter a:hover {
	background-color: #e4e4da;
}

.brand-detail{
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.brand-detail__logo{
	flex-shrink: 0;
	position: relative;
	width: var(--sidebar_width);
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.brand-detail__logo img{
	max-width: 100%;
	height: auto;
}

.brand-detail__text{
	padding-left: 40px;
	flex-grow: 1;
	font-size: 18px;
	font-weight: 600;
}


@media (max-width: 1200px) {
	.child-sections__item{
		width: 25%;
	}

	.section-item__name{
		font-size: 17px;
	}
}

@media (max-width: 1024px) {
	.brand-detail{
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.brand-detail__text{
		padding-left: 0;
		font-size: 16px;
	}
}

@media (max-width: 970px) {
	.child-sections{
		margin-top: -20px;
	}

	.child-sections__item{
		width: calc(100% / 3);
		padding-top: 40px;
	}

	.section-item__name{
		font-size: 16px;
	}
}

@media (max-width: 700px) {
	.child-sections__item{
		width: 50%;
	}

	.section-item__name{
		font-size: 15px;
	}
}

/* End */
/* /local/components/custom/catalog/templates/.default/style.css?17492518294453 */
