

/* Start:/local/templates/main/components/bitrix/catalog/catalog/style.css?17124175051326*/
.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;}
.section-cart__btn{
	background:#ce3336b3!important;
}
.section-cart{
	min-height:300px;
}
.section-cart__name{
	margin-bottom:45px;
}
.section-list__icon{
	width:auto!important;
	height:auto!important;
}
/* End */


/* Start:/local/templates/main/components/custom/catalog.smart.filter/custom/style.css?17124175051200*/
.bx-filter-popup-result {
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    z-index: 915;
    display: none;
    line-height: normal;
    margin-top: -7px;
    margin-left: 10px;
    padding: 0 10px;
    white-space: nowrap;
    color: #3f3f3f;
    min-height: 37px;
    line-height: 18px;
    border-style: solid;
    border: 1px solid #C6DCE7;
}
.bx-filter-popup-result.right {
    left: 22.4%;
}
.bx-filter-popup-result.right {
    border-width: 2px 2px 2px 10px;
    -webkit-border-image: url(/local/templates/main/components/custom/catalog.smart.filter/custom/images/result_popup_right.png) 4 4 4 20 repeat;
    -moz-border-image: url(/local/templates/main/components/custom/catalog.smart.filter/custom/images/result_popup_right.png) 4 4 4 20 repeat;
    -o-border-image: url(/local/templates/main/components/custom/catalog.smart.filter/custom/images/result_popup_right.png) 4 4 4 20 repeat;
    border-image: url(/local/templates/main/components/custom/catalog.smart.filter/custom/images/result_popup_right.png) 4 4 4 20 fill repeat;
}
.btn-link{
    border:none;
    outline: none;
    cursor:pointer;
}
.filter-form__show-all {
    display: none;
}

@media screen and (max-width: 576px) {
    .filter-form__show-all {
        display: block;
        margin-top: -10px;
        color: #ce3336;
        font-size: 14px;
    }
    .catalog-wrap div.filter {
        height: 136px;
        overflow: hidden;
        border-bottom: none;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?1712417505466*/
.section-cart__in-element{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 30%;
    position: relative;
    border: 1px solid #eee;
    transition: all .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
.section-cart__in-element__name{
	padding: 10px 0;
    text-align: center; 
    font-size: 14px;
}
.section-cart__in-element:hover{
	box-shadow: 0 5px 10px rgba(0,0,0,.14);
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/table_version/style.css?17396719353911*/
.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}
.catalog-elenent__name{
	text-align:center;
}
.table_section_list {
	display:  flex;
	flex-direction: column;
}

.section_head_row_item {
	text-align: center;
	font-size: 14px;
	font-family: UbuntuL;
	font-weight: 500;
	color:#AB9FA8;
}
.table_section_head {
	margin-bottom: 25px;
}

.table_section_head tr {
	padding:0px 20px;
	box-sizing: border-box;
}
.table_section_head tr,
.table_section_content__row{
	display: grid;
	width: 100%;
	grid-template-columns:
    minmax(50px, 1fr)
    minmax(95px, 2.2fr)
    minmax(30px, 1fr)
    minmax(30px, 1fr)
    minmax(30px, 0.5fr)
    minmax(70px, 1.2fr)
    minmax(70px, 1.2fr)
    minmax(50px, 2fr);
}
.section_content_row_item__img {
	max-width: 100%;
}
.section_content_row_item--image-block {
	margin: -10px;
	width: calc(100% + 21px);
}
.table_section_content__row {
	border: 1px solid #ECECEC;
	border-radius: 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 20px;
	font-size: 14px;
	text-align: center;
	position: relative;
}
.table_section_content__row .favorite-panel {
	top:2px;
}
.section_content_row_item__name {
	font-family: UbuntuM;
	margin-bottom: 5px;
	color: #000;
}
.section_content_row_item__mod {
	color: #AB9FA8;
	margin-bottom: 10px;
}
.section_content_row_item__price_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.section_content_row_item__price {
	margin-bottom: 5px;
}

.section_content_row_item__price {
	font-family: UbuntuM;
	white-space: nowrap;
	margin-right: 5px;
}
.section_content_row_item--name-block {
	text-align: left;
	padding-left: 20px;
}
.section_content_row_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.catalog-element__wrap_btn .catalog-element__wrap_btn{
	display: flex;
	justify-content: center;
	width: 100%;
}
.section_content_row_item__price-block .btn-red {
	padding: 0 10px;
	box-sizing: border-box;
	fill:#fff;
	height: 35px;
	margin:0;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 13px;
}

.section_content_row_item__price-block .btn-red.active {
	background: #574747;
}

.catalog-element__wrap_btn > a:first-child{
	margin-right: 5px;
}

@media (max-width:1200px) {
	.section_content_row_item__price_wrap {
		flex-direction: column;

	}

	.section_content_row_item__price {
		margin-bottom: 5px;
	}

	.table_section_head tr,
	.table_section_content__row{
		grid-template-columns:
		minmax(50px, 1fr)
		minmax(95px, 2.2fr)
		minmax(30px, 0.8fr)
		minmax(30px, 0.8fr)
		minmax(30px, 0.5fr)
		minmax(70px, 1.2fr)
		minmax(70px, 1.2fr)
		minmax(50px, 1.6fr);
	}
}
@media (max-width:1024px) {
	.catalog-wrap .catalog-wrap__left-bar {
		width: 100%;
		margin-right: 0;
	}

	.catalog-wrap .container {
		flex-wrap: wrap;
	}
}

@media (max-width:770px) {
	.table_section_head {
		display: none;
	}

	.table_section_content__row {
		display: flex;
		flex-direction: column;
	}

	.section_content_row_item__name {
		text-align: center;
		margin-top: 5px;
		font-size: 16px;
		margin-bottom: 20px;
	}

	.section_content_row_item--name-block {
		border-bottom: 1px solid #ddd;
		padding: 7px 0;
		margin-bottom: 10px;
	}

	.section_content_row_item--prop {
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 5px;
		text-align: right;
	}

	.section_content_row_item--prop div {
		text-align: left;
	}

	.section_content_row_item__price-block {
		border-top: 1px solid #ddd;
		padding-top: 10px;
		margin-top: 10px;
		justify-content: center;
		align-items: center;
	}
	.section_content_row_item__price {
		width: 100%;
		justify-content: space-between;
		align-items: center;
		display: flex;
		margin-top: 10px;
		margin-bottom: 20px;
	}
}

@media (min-width:770px) {
	.mobile_label_item {
		display: none;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.item/table_item/style.css?1712417506941*/
.catalog-element__img__link{
	height: 221px;
}
.catalog-element__wrap-price{
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: center;
	margin-top:10px;
	margin-bottom: 20px;
}
.catalog-element__wrap_btn{
	display: flex;
	justify-content: center;
    width: 100%;
}
.catalog-element__price {
	color: #333;
	font-family: UbuntuB;
    font-size: 16px;
}

.tooltip_price {
	color: #db0000;
    font-size: 14px;
    cursor: pointer;
}

.catalog-element__info {
	color: #333;
    font-size: 14px;
}

.favorite-panel {
	position: absolute;
	right: 8px;
	cursor: pointer;
}

.favorite-panel svg  {
	transition: fill .2s;
	fill:#000000;
}

.favorite-panel svg path:first-child {
	opacity: 0;
}

.favorite-panel:hover svg  {
	fill:#db0000;
}

.favorite-panel.active svg path:first-child {
	opacity: 1;
}

.favorite-panel.active svg {
	fill:#db0000;
}

.catalog-wrap__right .catalog-elenent {
	position: relative;
}

/* End */


/* Start:/local/templates/main/components/custom/form.add/catalog_top_from/style.css?1712417505160*/
.calculate-svet__form__succsess{
	text-align: center;
    font-size: 22px;
    margin-top: 20px;
    color: #fff;
}
.calculate-svet__form__title{
	color:#fff;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/table_version/themes/blue/style.css?1712417506825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */


/* Start:/local/templates/main/components/custom/form.add/footer_form/style.css?1712417505160*/
.calculate-svet__form__succsess{
	text-align: center;
    font-size: 22px;
    margin-top: 20px;
    color: #fff;
}
.calculate-svet__form__title{
	color:#fff;
}
/* End */
/* /local/templates/main/components/bitrix/catalog/catalog/style.css?17124175051326 */
/* /local/templates/main/components/custom/catalog.smart.filter/custom/style.css?17124175051200 */
/* /local/templates/main/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?1712417505466 */
/* /local/templates/main/components/bitrix/catalog.section/table_version/style.css?17396719353911 */
/* /local/templates/main/components/bitrix/catalog.item/table_item/style.css?1712417506941 */
/* /local/templates/main/components/custom/form.add/catalog_top_from/style.css?1712417505160 */
/* /local/templates/main/components/bitrix/catalog.section/table_version/themes/blue/style.css?1712417506825 */
/* /local/templates/main/components/custom/form.add/footer_form/style.css?1712417505160 */
