

/* Start:/local/templates/.default/components/bitrix/catalog/pechi/style.css?17833420673816*/
.catalog__about-image{
	max-width: 100%;
	height: auto;
}

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



.filter_pechi{
    background: #EDEDED;
    padding: 15px 0 0;
}


.wrapper{
    margin-top: 75px;
    margin-bottom: 75px;
}

.wrapper h1{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 150%;
    color: #000000;
    text-align: center;
}


@media(max-width:992px){
    .wrapper{
        margin-top: 45px;
        margin-bottom: 45px;
    }
    
    .wrapper h1{
        font-size: 30px;
    }    
}





.sort_for_other_section{
	background: #EDEDED;
	padding: 20px 0;
}

.sort_for_other_section .bx-filter-parameters-box-title {
    padding: 15px 17px 16px;
    background: #fff;
    cursor: pointer;
}

.sort_for_other_section .bx-filter-parameters-box-title span{
	font-family: 'Fira Sans',sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000000;
	display: block;
    position: relative
}

.sort_for_other_section .bx-filter-parameters-box-title span:after {
    position: absolute;
    content: '';
    background: url(/local/templates/.default/components/bitrix/catalog.smart.filter/filter_pechi/./images/Icon_arrow_down.png) no-repeat center center;
    right: 0;
    bottom: 0px;
    top: 0;
    margin: auto;
    width: 10px;
    height: 11px;
}
.sort_for_other_section .filter__item {
    position: absolute;
    top: 54px;
    left: 15px;
    right: 15px;
    z-index: 100;
    background: #ffffff;
    border: 1px solid #C6C6C6;
    padding: 28px 15px 16px;
    /* pointer-events: all; */
}
.sort_for_other_section  .filter__item_sort{
	display: flex;
	flex-direction: column;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.sort_for_other_section  .bx-filter-parameters-box-title_sort_active~.filter__item_sort{	
	opacity: 1;
	user-select: unset;

}
.sort_for_other_section  .filter__item_sort a{
	display: flex;
	font-family: 'Fira Sans',sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
	line-height: 18px;
    color: #000000;
	margin-bottom: 20px;
	cursor: pointer;
}
.sort_for_other_section  .filter__item_sort a:last-child{	
	margin-bottom: 0px;
}
.sort_for_other_section  .filter__item_sort a:hover{	
    color: #000000;
	text-decoration: none;
}
.sort_for_other_section  .filter__item_sort a::before{
	content: '';
	width: 20px;
	height: 20px;
	background: #E8E8E8;
	margin-right: 18px;
	display: block;
}
.sort_for_other_section  .filter__item_sort a.active_sort::before{
	background: #D71B19 url(/local/templates/.default/components/bitrix/catalog.smart.filter/filter_pechi/./images/filter_check.png) no-repeat center;
}


/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/pager_catalog/style.css?17786590653064*/
.bx-pagination {
	margin: 10px 0 75px;
    padding: 0 12px;
}
.bx-pagination .bx-pagination-container {
	text-align: left;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
    
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
    vertical-align: middle;
	margin: 0 2.5px 15px 2.5px;
    text-align: center;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;		
	display: block;
	height: 45px;
	min-width: 45px;
	line-height: 45px;
	font-family: 'Rubik',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #000000;	
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;	
	height: 45px;
	min-width: 45px;
	line-height: 45px;
	color: #000;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #C2C2C2;
    color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #E10613;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #C2C2C2;	
	line-height: 45px;	
    display: flex;
    align-items: center;
    justify-content: center;	
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	background: #C2C2C2;	
	line-height: 45px;	
    display: flex;
    align-items: center;
    justify-content: center;	
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {		
	background: #E10613;
    color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}


@media(max-width:768px){
    .bx-pagination {
        margin-bottom: 45px;	   
        padding: 0;
    }
    
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/pechi/style.css?17848141204172*/
#popup_elements.popup_elements {
    width: 100%;
    max-width: 1006px !important;
    padding: 60px !important;
}

#popup_elements.popup_elements .addseo {
    display: none !important;
}

.catalog__products .container .row {
    padding: 20px;
}

.catalog__products {
    background-color: #EDEDED;
}

.catalog__products .col-md-4 {
    margin-bottom: 24px;
}

.catalog__products .catalog-main__item {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: none;
    margin: 0;
    text-align: left;
}

.catalog__products .catalog-main__image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    padding: 16px 16px 0;
}

.catalog-main__actions {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.catalog-main__actions .product-item_wish,
.catalog-main__actions .add-to-compare {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    outline: none;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.catalog-main__actions .product-item_wish:hover,
.catalog-main__actions .add-to-compare:hover {
    opacity: 0.8;
    transform: scale(1.04);
}

.catalog-main__actions .product-item_wish img,
.catalog-main__actions .add-to-compare img {
    display: block;
    max-width: 22px;
    max-height: 20px;
}

.catalog-main__photo-link {
    display: block;
    width: 100%;
}

.catalog-main__photo {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 250px;
    object-fit: contain;
}

.catalog__products .catalog-main-price {
    text-align: left;
    margin: 14px 16px 8px;
    color: #086027;
    font-size: 24px;
    line-height: 1.2;
}

.catalog__products .catalog-main-price b {
    font-weight: 700;
}

.catalog__products .catalog-main__name {
    margin: 0 0 16px;
    padding: 0 16px;
    font-size: 18px;
    line-height: 1.35;
    text-align: left;
    flex-grow: 1;
    max-width: none;
    min-height: 0;
}

.catalog-main__name-link {
    color: #000;
    text-decoration: none;
    transition: color 0.2s ease;
}

.catalog-main__name-link:hover {
    color: #e30611;
    text-decoration: none;
}

.catalog-main__buy {
    padding: 0 16px 16px;
    margin-top: auto;
}

.catalog-main__buy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 44px;
    padding: 0 24px;
    border-radius: 9999px;
    border: 1.5px solid #e30611;
    outline: none !important;
    background: #e30611;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.catalog-main__buy-btn:hover {
    background: #c0050f;
    border-color: #c0050f;
    color: #fff;
}

.catalog-main__buy-btn.is-loading {
    opacity: 0.7;
    pointer-events: none;
}

.add-to-compare.jsToggleCompare.active path,
.product-item_wish._active path {
    fill: green;
}

.add-to-compare.jsToggleCompare.active img,
.product-item_wish._active img {
    filter: invert(21%) sepia(68%) saturate(1431%) hue-rotate(119deg) brightness(92%) contrast(106%);
}

@media (max-width: 767px) {
    .catalog__products .catalog-main__photo {
        height: 220px;
    }

    .catalog__products .catalog-main-price {
        font-size: 22px;
    }

    .catalog__products .catalog-main__name {
        font-size: 16px;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/catalog/pechi/style.css?17833420673816 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/pager_catalog/style.css?17786590653064 */
/* /local/templates/.default/components/bitrix/catalog.section/pechi/style.css?17848141204172 */
