

/* Start:/bitrix/templates/.default/components/bitrix/catalog/mwi_v2/style.css?16339398331198*/
.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;}

.footer{
	margin: 0!important;
}
.page{
	padding-bottom: 10px!important;
}

/* End */


/* Start:/bitrix/templates/mwi/components/bitrix/catalog.smart.filter/search_static_orig/style.css?16298664042287*/
ul.filter-list,ul.colors-list {
    padding-left: 0px;
}
.filter-list .checkbox + label:before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
	margin-right:10px;
    background-image: url(/bitrix/templates/mwi/images/checkbox.svg);
}
.filter-list .checkbox:hover+ label:before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
	margin-right:10px;
    background-image: url(/bitrix/templates/mwi/images/checkbox_hover.svg);
}
.filter-list .checkbox:checked + label:before {

    background-image: url(/bitrix/templates/mwi/images/checkbox_active.svg);
}
[data-name="RAZMER"]  label:before
{
	content: " ";
    display: none!important;
}
ul.filter-list {
    display: flex;
    flex-wrap: wrap;
}
ul.filter-list li
{
width:100%
}
.filter-list label {
    display: flex;
    align-items: center;
    color: #2c353b;
    font-size: 13px;
    cursor: pointer;
}
.filter-list label abbr {
    margin-left: 5px;
    font-size: 10px;
    margin-top: 2px;
}
.smartfilter [data-name="RAZMER"] {
    display: flex;
    flex-wrap: wrap;
}

.smartfilter [data-name="RAZMER"] li {
    width: 31.5%;

    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-right: 0.5px solid #bcbcbc;
    border-bottom: 0.5px solid #bcbcbc;
    margin: 0;

}

.smartfilter [data-name="RAZMER"] li:hover label{
	color:#fff;
	background:#ff7e00;

}

.smartfilter [data-name="RAZMER"] li:hover abbr
{
color:#fff;
	background:#ff7e00;

}
.smartfilter [data-name="RAZMER"] li:nth-child(-n+3) {
    border-top: 1px solid #bcbcbc;
}
.smartfilter [data-name="RAZMER"] li:nth-child(3n+1) {
    border-left: 1px solid #bcbcbc;
}
.smartfilter [data-name="RAZMER"] .checkbox:checked + label {
    color: #ff7e00;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff7e00;
    color: #fff;
}
[data-name="RAZMER"] label {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #2c353b;
    font-size: 13px;
    cursor: pointer;
}
.smartfilter [data-name="RAZMER"] .checkbox:checked + label abbr {
	color: #fff;
}
.filter-list .checkbox:checked + label {
    color: #2c353b;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.section/brand_static_v2/style.css?1629866465276*/
.item-box .description {
    width: 218px;
    overflow: visible;
    white-space: pre-wrap;
    margin-bottom: 20px;
}
.catalog-title {
    margin: 10px 0px;
    padding: 0 0 20px 0px;
}

@media (max-width: 767px) {
    .item-box .description {
        width: auto;
    }
}


/* End */


/* Start:/bitrix/templates/mwi/components/bitrix/catalog.smart.filter/mwi_mobile_v2/style.css?16298663642287*/
ul.filter-list,ul.colors-list {
    padding-left: 0px;
}
.filter-list .checkbox + label:before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
	margin-right:10px;
    background-image: url(/bitrix/templates/mwi/images/checkbox.svg);
}
.filter-list .checkbox:hover+ label:before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
	margin-right:10px;
    background-image: url(/bitrix/templates/mwi/images/checkbox_hover.svg);
}
.filter-list .checkbox:checked + label:before {

    background-image: url(/bitrix/templates/mwi/images/checkbox_active.svg);
}
[data-name="RAZMER"]  label:before
{
	content: " ";
    display: none!important;
}
ul.filter-list {
    display: flex;
    flex-wrap: wrap;
}
ul.filter-list li
{
width:100%
}
.filter-list label {
    display: flex;
    align-items: center;
    color: #2c353b;
    font-size: 13px;
    cursor: pointer;
}
.filter-list label abbr {
    margin-left: 5px;
    font-size: 10px;
    margin-top: 2px;
}
.smartfilter [data-name="RAZMER"] {
    display: flex;
    flex-wrap: wrap;
}

.smartfilter [data-name="RAZMER"] li {
    width: 31.5%;

    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-right: 0.5px solid #bcbcbc;
    border-bottom: 0.5px solid #bcbcbc;
    margin: 0;

}

.smartfilter [data-name="RAZMER"] li:hover label{
	color:#fff;
	background:#ff7e00;

}

.smartfilter [data-name="RAZMER"] li:hover abbr
{
color:#fff;
	background:#ff7e00;

}
.smartfilter [data-name="RAZMER"] li:nth-child(-n+3) {
    border-top: 1px solid #bcbcbc;
}
.smartfilter [data-name="RAZMER"] li:nth-child(3n+1) {
    border-left: 1px solid #bcbcbc;
}
.smartfilter [data-name="RAZMER"] .checkbox:checked + label {
    color: #ff7e00;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff7e00;
    color: #fff;
}
[data-name="RAZMER"] label {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #2c353b;
    font-size: 13px;
    cursor: pointer;
}
.smartfilter [data-name="RAZMER"] .checkbox:checked + label abbr {
	color: #fff;
}
.filter-list .checkbox:checked + label {
    color: #2c353b;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog/mwi_v2/style.css?16339398331198 */
/* /bitrix/templates/mwi/components/bitrix/catalog.smart.filter/search_static_orig/style.css?16298664042287 */
/* /bitrix/templates/.default/components/bitrix/catalog.section/brand_static_v2/style.css?1629866465276 */
/* /bitrix/templates/mwi/components/bitrix/catalog.smart.filter/mwi_mobile_v2/style.css?16298663642287 */
