

/* Start:/local/components/dev/catalog/templates/.default/style.css?16917386401840*/
.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;}

.filt-container.viol-filter .select-dropdown__container .input-checkbox label {
	color: #343541;
}

.filt-container.viol-filter .link-chrest span::after {
	border-color: #fff!important;
}
.filt-container.viol-filter .link-chrest:hover span::after {
	border-color: #fff;
}
.filt-container.viol-filter .link-chrest span {
	color: #fff;
}
.filt-container.viol-filter .link-chrest:hover span {
	color: #fff;
}
.filt-container.viol-filter .select-dropdown.visible-vals.full .top-label {
	/*border: 1px solid #dad5e0;*/
	border-radius: 4px
}
.filt-container.viol-filter .select-dropdown.visible-price.full .top-label {
	border-radius: 4px
}
/* End */


/* Start:/local/components/dev/catalog.root/templates/.default/style.css?16950067991359*/
.catalog-root-section {
    margin-bottom: 40px;
}

.catalog-root-section__list {
    display: flex;
    flex-flow: column wrap;
    gap: 20px;
}

.catalog-root-section__subsect-list {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}

.catalog-root-section__name a {
    color: #000;
}

.catalog-root-subsection {
    height: 300px;
    width: calc(100% / 4 - 8px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: stretch;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.0);
}

.catalog-root-subsection:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.catalog-root-subsection__inner {
    display: flex;
    flex-flow: column wrap;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    padding: 20px;
    justify-content: flex-end;
}

.catalog-root-subsection__name {
    color: #fff;
}
@media (max-width: 1280px) {
    .catalog-root-subsection {
        width: calc(100% / 3 - 7px);
    }
}
@media (max-width: 1040px) {
    .catalog-root-subsection {
        width: calc(100% / 2 - 5px);
    }
}
@media (max-width: 480px) {
    .catalog-root-subsection {
        width: 100%;
    }
}
/* End */
/* /local/components/dev/catalog/templates/.default/style.css?16917386401840 */
/* /local/components/dev/catalog.root/templates/.default/style.css?16950067991359 */
