

/* Start:/local/templates/main_template/components/bitrix/catalog/catalog_main/style.css?16532873141304*/
.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%;
	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: 28px;
    color: #333333;
    text-align: center;
    font-family: 'Minion Cyrillic Italic';
    margin: 50px 0;
    position: relative;
}
.catalog-inline-header {
    display: inline;
    padding: 0 15px;
    background: #f9f9f9;
}
.catalog-block-header.lines-two:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #E5E5E5;
    left: 0;
    right: 0;
    text-align: center;
    top: 22px;
    z-index: -1;
}
.blog .catalog-block-header {
    margin-top: -10px;
}
.after-content .container {
    margin-bottom: 65px;
}

.filter_list li a{
    text-decoration: none;
    color: inherit;
}
/* End */


/* Start:/local/templates/main_template/components/bitrix/catalog.section.list/bootstrap_v4/style.css?16527758312269*/
.sections .catalog-section-list {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
	margin: 0 -10px -20px -10px;
}
.sections .catalog-section-list-item {
	flex: 0 0 25%;
	width: 25%;
	min-width: 25%;
	max-width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
	position: relative;
}
.sections .catalog-section-list-item::before {
	content: "";
	display: block;
	position: absolute;
	background-color: #fff;
	top: 0;
	right: 10px;
	bottom: 0;
	left: 10px;
	z-index: 0;
}
.sections .catalog-section-list-title {
	padding: 0 30px;
	margin-bottom: 18px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #333;
}
.sections .catalog-section-list-title a {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}
.sections .catalog-section-list-title,
.sections ul {
	position: relative;
	z-index: 1;
}
.sections .catalog-section-list-img {
	padding-top: 100%;
	margin-bottom: 26px;
	position: relative;
}
.sections .catalog-section-list-img a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}
.sections .catalog-section-list-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: 0.3s;
}
.sections .catalog-section-list-img a:hover img {
	transform: scale(1.1);
}
.sections ul {
	list-style: none;
	padding: 0 30px 26px 30px;
}
.sections a {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	transition: 0.3s;
}
.sections a:hover {
	text-decoration: none;
	color: #B42986;
}



@media screen and (max-width: 1199px) {
	.sections .catalog-section-list-item {
		flex: 0 0 33.33%;
		width: 33.33%;
		min-width: 33.33%;
		max-width: 33.33%;
		padding: 0 10px;
		margin-bottom: 20px;
		position: relative;
	}
}

@media screen and (max-width: 767px) {
	.sections .catalog-section-list-item {
		flex: 0 0 50%;
		width: 50%;
		min-width: 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 479px) {
	.sections .catalog-section-list {
		display: block;
	}
	.sections .catalog-section-list-item {
		flex: 0 0 auto;
		width: auto;
		min-width: auto;
		max-width: none;
	}
}
/* End */
/* /local/templates/main_template/components/bitrix/catalog/catalog_main/style.css?16532873141304 */
/* /local/templates/main_template/components/bitrix/catalog.section.list/bootstrap_v4/style.css?16527758312269 */
