

/* Start:/local/templates/abis_import/components/bitrix/catalog/catalog/style.css?1728899475719*/
.catalog-section-title {
	color: var(--dark1);
}

.catalog-section-controls {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.mainfilter-toggle-btn {
	background: var(--c2);
	color: #fff;
	border: none;
	border-radius: 30px;
	padding: 10px 20px;
	margin-bottom: 10px;
}
.catalog-section-sort .dropdown-item.active,
.catalog-section-sort .dropdown-item:active {
	background-color: var(--c2);
}
.catalog-section-sort-btn {
	background: var(--c2);
	color: #fff;
	border: none;
	border-radius: 30px;
	padding: 10px 20px;
	margin-bottom: 10px;
}

.catalog-block-header {
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid var(--dark1);
	color: var(--dark1);
}
/* End */


/* Start:/local/templates/abis_import/components/bitrix/catalog.section.list/sections/style.css?17289702351260*/
.catalog-sections {
	padding: 0;
	margin: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
}
.catalog-section {
	min-width: 0;
	max-width: 100%;
}
.catalog-section-content {
	background: var(--c2);
	padding: 10px 10px 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.catalog-section-title {
	margin: 0;
	padding: 0;
	font-size: 20px;
}
.catalog-section-link {
	color: #fff;
	text-decoration: none;
}
.catalog-section-counter {
	vertical-align: middle;
	color: rgba(255,255,255,.6);
	font-size: 12px;
	line-height: 20px;
}
.catalog-section-img-container {
	width: 100%;
}
.catalog-section-img {
	display: block;
	padding-top: 100%;
	width: 100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: rgba(230,230,230,.3);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 250ms linear all;
}
.catalog-section-img:hover {
	background-color: #fefff3;
}

@media (max-width: 991px) {
	.catalog-sections {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 767px) {
	.catalog-sections {
		grid-template-columns: repeat(2, 1fr);
	}
	.catalog-section-title {
		font-size: 16px;
		min-height: 39px;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?16742063651265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */
/* /local/templates/abis_import/components/bitrix/catalog/catalog/style.css?1728899475719 */
/* /local/templates/abis_import/components/bitrix/catalog.section.list/sections/style.css?17289702351260 */
/* /bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?16742063651265 */
