

/* Start:/local/templates/orac/components/bitrix/catalog/catalog/style.css?17480025573100*/
.catalog-top {
	margin: 0 15px;
}
.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%;
	}
}

/* SETTINGS CONTROLS */
.catalog-section-settings {
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	font-weight: 700;
}

.section-controls {
	padding-bottom: 10px;
	display: flex;
	justify-content: start;
	align-items: center;
	border-bottom: 1px solid #eee;
}
/* END SETTINGS CONTROLS */

/* MAIN FILTER */
#main-filter-opener {
	margin-bottom: 5px;
    padding: 5px 15px;
    border-radius: 5px;
    color: var(--dark);
    background-color: var(--grey);
	text-decoration: none;
}
#main-filter-opener i {
	margin-left: 10px;
}

@media (min-width: 767px) {
	.main-filter {
		position: absolute;
		left: -1000px;
		width: 500px;
		z-index: 100;
		transition: left .35s ease;
	}
}
/* END MAIN FILTER */

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


/*-----------SORTEN------------------*/

.sort-options {
    display: flex;
    gap: 20px;
}

.sort-options input[type="checkbox"] {
    display: none;
}

.sort-options label {
	cursor: pointer;
    display: inline-block;
    font-weight: 400;
	white-space: nowrap;
    transition: 0.3s;
}

/* Стиль для активного (выбранного) чекбокса */
.sort-options input[type="checkbox"]:checked + label {
    font-weight: bold;
}

/*--------------SORTEN END---------------*/


/*--------------COUNT-PAGE-ELEMENT----------------*/
.catalog-count-switcher-wrap {
    width: 100%;
    display: flex;
    justify-content: end;
}
.catalog-count-switcher a {
    margin: 0 5px;
    text-decoration: none;
    color: #333;
}
.catalog-count-switcher a.active {
    font-weight: bold;
    text-decoration: underline;
    color: #639e0e;
}
.catalog-count-switcher a:hover {
    text-decoration: underline;
    color: #639e0e;
}


@media (max-width: 576px) {
	.section-controls {
		flex-direction: column;
	}
    .catalog-count-switcher-wrap {
		padding: 10px 6px;
        justify-content: start;
    }
}

/*--------------END REGION----------------*/



/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?167420636964*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */
/* /local/templates/orac/components/bitrix/catalog/catalog/style.css?17480025573100 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?167420636964 */
