

/* Start:/local/templates/maria/components/bitrix/catalog/main/style.css?17750609761122*/
.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;}

/* End */


/* Start:/local/components/maria/banners_catalog/templates/.default/style.css?17750609751686*/
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;

    opacity: 0;
    transform: scale(1.2);
    transition: transform 1.2s ease, opacity 1.2s ease;
    z-index: 1;
}

.slide.active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.slide.exit {
    opacity: 0;
    transform: scale(0.8);
    z-index: 1;
}

.next-btn,
.prev-btn,
.slider-dots {
    z-index: 10;
}

.dot {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    background-color: #ffffff80;
    border-radius: 9999px;
    width: .5rem;
    height: .5rem;
    cursor: pointer;
}

.dot.active {
    width: 1.5rem;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.slide-content {
    z-index: 5;
}

.slide-content h3 {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.slide-content p,
.slide-content a {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.slide-content a:hover {
    background-color: hsl(var(--secondary) / .5);
}

.slide.active .slide-content h3 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

.slide.active .slide-content p,
.slide.active .slide-content a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
}

.slide.exit .slide-content h3,
.slide.exit .slide-content p,
.slide.exit .slide-content a {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.4s ease;
}
/* End */


/* Start:/local/templates/maria/components/bitrix/catalog.smart.filter/.default_old/style.css?17750609805329*/
/*BIZ*/
.bx_filter .bx_filter_parameter_biz{
	font-size:15px;
	display:inline-block;
	margin-right:10px;
	text-decoration:none;
	color:#215968;
	border-bottom:1px dashed;
}
.bx_filter .bx_filter_parameter_biz:hover{
	text-decoration:none;
	border-bottom:1px solid;
}
.bx_filter .bx_filter_parameter_biz.active{
	position:relative;
	padding-left:20px;
	color:#d54a4a;
	border-bottom:1px solid;
}
.bx_filter .bx_filter_parameter_biz.active:hover{
	border-bottom:1px dashed;
}
.bx_filter .bx_filter_parameter_biz.active:before{
	position:absolute;
	top:4px;
	left:1px;
	display:block;
	width:13px;
	height:13px;
	content:' ';
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAABFElEQVQoz2NgIBJcl+Qzui7J33Vdgo+RWA38NxQknwDp/zekhRoIarghyc94Q15iC5D+f1NJ5v/n7dumE7ZFWqgYbANQ08c1a37+///fAL8GCT7L6zLCf0CaXjbUAdX/j0aWdAJKTACaxookJnJTUeoFyIaHIYH////8ORHZzdw35MTegyRvSAkeAdISYH8oSu4Fid0x0f//5/nzo0BbWOCagBzur0ePvrujp/kf5Aygc54DbZkDYt9UkPj/7czpl0A1ohhuBwra/Lp//809Zwewh8GagfSHpUt+A+VMcXoaKKn45+PHK0/iY8EaX1SUgzyeRDB4gYp4//3+veX9/Hn//379OpPY1ALSyAzEOUDMhksNAKf2po+AEPuKAAAAAElFTkSuQmCC') no-repeat center left;
}

:root {--tw-ring-color: #e53e3e;}

.prices, .inner_expand_text {display:none;}
.bx_filter_block .bx_filter_button_box, .bx_filter_search_reset, .bx_filter_search_button {
        display: none}

#modef_mobile{display:none! important;}		
.bx_filter_parameters {
	display:flex;	
	width: 100%;
    justify-content: space-around;}
.bx_filter_parameters_box_title {
	display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}
.smartfilter {display: flex;
    justify-content: space-between;

}

.bx_filter_vertical input[type="checkbox"] + label:before, .filter input[type="checkbox"] + label:before{
	color: #FFF;
    background: #c62148;
}	
.bx_filter_vertical input[type="checkbox"]:checked+label:after, .filter input[type="checkbox"]:checked+label:after {
    background: url(/bitrix/templates/aspro_next/images/svg/Input_icons.svg) no-repeat;
    box-shadow: none;
}
 .checkbox-custom {
                        -webkit-appearance: none;
                        appearance: none;
                        width: 1rem;
                        height: 1rem;
                        border: 1px solid #cbd5e1;
                        border-radius: 0.25rem;
                        display: inline-grid;
                        place-content: center;
                        background-color: white;
                        cursor: pointer;
                    }
        
                    .checkbox-custom:focus {
                        outline: 2px solid rgba(239, 68, 68, 0.25);
                    }
        
                    .checkbox-custom:checked {
                        background-color: hsl(var(--primary));
                        border-color: hsl(var(--primary));
                    }
        
                    .checkbox-custom:checked::after {
                        content: "";
                        width: 0.4rem;
                        height: 0.6rem;
                        border: solid white;
                        border-width: 0 0.16rem 0.16rem 0;
                        transform: rotate(45deg);
                        margin-bottom: 0.06rem;
                    }
.bx_filter_parameters_box_container {
	color: hsl(var(--foreground) / .8);
	font-weight: 500;
	font-size: .875rem;
    line-height: 1.25rem;
	display: inline-block! important;
}	
.bx_button_get_filter{
    display: none;
}
.bx_filter_parameters_box.active .bx_filter_block .delete_filter{
    display:none;
}
@media (max-width:768px){
    .bx_filter_parameters_box.active .bx_filter_block .bx_filter_button_box.active{
        display: block;
        position: fixed;
        bottom: 0;
        width: -webkit-fill-available;
        left: 0;
        background: white;
    }
    .bx_filter_parameters_box.active .bx_filter_block .delete_filter{
        display: block;
        font-size: 12px;
        text-align: right;
        color: #7b7878;
    }
    .bx_filter_parameters_box.active .bx_filter_block{
        position: fixed;
        bottom: 0;
        z-index: 99;
        background: white;
        width: 100%;
        left: 0;
        padding: 5%;
        max-height: 50%;
        overflow: auto;
        padding-bottom: 80px;
    }
    .bx_filter_parameters_box_title .text{
        text-wrap-mode: nowrap;
        text-wrap-style: auto;
    }
    .smartfilter{
        overflow: auto;
    }
    .bx_filter_parameters_box.title{
        display: none;
    }
    /*.bx_filter_parameters_box.active{
        border-color: hsl(var(--primary) / .3);
    }
    .bx_button_get_filter{
        display: block;
    }
    .bx_filter_section.active{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #3333337a;
    }
    .bx_filter_parameters_box{
        width: 100%;
    }
    form.smartfilter{
        display: none;
        min-width: 200px;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        background: white;
        width: auto;
        flex-direction: column;
    }
    form.smartfilter.active .bx_filter_parameters{
        display: flex;
        flex-direction: column;
    }
    form.smartfilter.active{
        display: flex;
    }*/
}

/* End */


/* Start:/local/templates/maria/components/bitrix/sale.products.gift.section/.default/style.css?17750609883791*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-products-viewed-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}
/* End */


/* Start:/local/templates/maria/components/bitrix/catalog.item/.default/style.css?17750609786367*/
.card{
	/* margin-bottom: 30px; */
	height: auto !important;
}
.card .wrap:hover {
    /* -webkit-box-shadow: 0px 0px 16px 11px rgba(34, 60, 80, 0.11);
    -moz-box-shadow: 0px 0px 16px 11px rgba(34, 60, 80, 0.11);
    box-shadow: 0px 0px 16px 11px rgba(34, 60, 80, 0.11); */
    /* transform: scale(1.05); */
}
.card .wrap {
    transition: all 0.3s;
    border-radius: 20px;
	padding: 15px 15px 20px !important;
    padding-bottom: 20px;
	background: #FFFFFF66;
	display: flex;
    flex-direction: column;
}
.card .wrap .info{
    padding: 0px 10px;
	height: 100%;
    display: flex;
    flex-direction: column;
	justify-content: space-between;
}
.card .wrap .images .action_buttons .buttons{
	display: flex;
	gap: 8px;
}
.card .wrap .images .action_buttons .tags .sale img{
	width: 12px;
	height: 12px;
}
.card .wrap .images .action_buttons .tags .sale .text{
	line-height: normal;
}
.card .wrap .images .action_buttons .tags .sale{
	color: white;
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
	padding: 5px 10px;
	border-radius:15px;
	background:  #4962C4;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
}
.card .wrap .images .action_buttons .tags .hit img{
	width: 12px;
	height: 12px;
}
.card .wrap .images .action_buttons .tags .hit .text{
	line-height: normal;
}
.card .wrap .images .action_buttons .tags .hit{
	color: white;
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
	padding: 5px 10px;
	border-radius:15px;
	background:  #B646B8;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
}
.card .wrap .images .action_buttons .tags{
	display: flex;
    align-items: center;
    gap: 7px;
}
.card .wrap .images .action_buttons{
	display: flex;
	justify-content: space-between;
	gap: 5px;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;	
	width: -webkit-fill-available;
	width: -moz-available;
	z-index: 2;
}
.card .wrap .images .swiper-slide{
    height: unset;
}
.card .wrap .images .image{
    height: 100%;
    background-position: center center;
    background-size: cover;
    /* background-size: contain; */
    background-repeat: no-repeat;
    border-radius: 20px;

    height: 300px;
    box-sizing: border-box;
}
.card .wrap .images img{
	border-radius: 20px;
}
.card .wrap .images{
    background: url("/local/templates/cyberlab/img/card.png");
    background-size: 100% 120%;
    border-radius: 20px;
    transition: all 0.3s;
    /* height: 100%; */
    /* max-height: -webkit-fill-available;
    max-height: -moz-available; */
    max-height: 300px; 
    position: relative;
}
.card .wrap .images .swiper-navigation-block{
    display: flex;
    gap: 5px;
    position: absolute;
    bottom: -2px;
    right: -2px;
    align-items: center;
    justify-content: center;
    padding: 8px;
    /* background: #F4FAFD; */
    background: white;
    border-radius: 20px 0px 20px 0px;
    z-index: 1;
}
.card .wrap .images .swiper-navigation-block .swiper-button-prev:after{max-width: 4px;}
.card .wrap .images .swiper-navigation-block .swiper-button-next:after{max-width: 4px;}
.card .wrap .images .swiper-navigation-block .swiper-button-prev{
    border-radius: 100px;
    background: #3CAEFF;
    /* padding: 5px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    /* max-width: 8px; */
    top: 0px;
    /* height: max-content; */
    width: 16px;
    height:16px;
}
.card .wrap .images .swiper-navigation-block .swiper-button-next{
    border-radius: 100px;
    background: #3CAEFF;
    /* padding: 5px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    /* max-width: 8px; */
    top: 0px;
    /* height: max-content; */
    width: 16px;
    height:16px;
}
.card .wrap .images .swiper-navigation-block .swiper-pagination .swiper-pagination-bullet{
    width: 7px;
    height: 7px;
    border: 1px solid #3CAEFF;
}
.card .wrap .images .swiper-navigation-block .swiper-pagination .swiper-pagination-bullet-active{
    background: #3CAEFF;
}
.card .wrap .prices .old_price{
    color: #969696;
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 700;
}
.card .wrap .prices .price{
    font-size: 14px;
    color: #B646B8;
    font-weight: 700;
}

.card .wrap .prices{
    display: flex;
    justify-content: space-between;
    margin:10px 0px;
}
.card .wrap .name{
    margin-bottom: 10px;
	/* height: 100%; */
}
.card .wrap .name a{
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #4B4B4B;
}
.card .wrap .reviews .review .icon{
    margin-right: 5px;
}
.card .wrap .reviews .review{
    font-size: 15px;
    font-weight: 600;
    color: #969696;
}
.card .wrap .reviews .star .text{
    font-size: 15px;
    font-weight: 600;
    margin-left: 5px;
}
.card .wrap .reviews{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
@media (max-width:460px){
    .card .wrap .images .swiper-navigation-block:before{
        left: -17px;
        bottom: 0px;
    }
}
.card .wrap .images .action_buttons .tags .ic_fire {
    color: white;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    padding: 5px 10px;
    border-radius:15px;
    background:  #4962C4;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}
.card .wrap .images .action_buttons .tags .ic_info {
    color: white;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    padding: 5px 5px;
    border-radius:15px;
    background:  #4962C4;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}
.card .wrap .images .action_buttons .tags .ic_fire,
.card .wrap .images .action_buttons .tags .ic_info {
    position: relative;
}
.card .wrap .images .action_buttons .tags .ic_fire .icon,
.card .wrap .images .action_buttons .tags .ic_info .icon{
    line-height: 0;
}
.card .wrap .images .action_buttons .tags .ic_fire:hover .ic_hidden_text,
.card .wrap .images .action_buttons .tags .ic_info:hover .ic_hidden_text{
    display: block;
}
/* End */


/* Start:/local/templates/maria/components/bitrix/sale.products.gift.section/.default/themes/blue/style.css?1775061020833*/
/* 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-products-viewed-header{border-color:#006cc0;}
/* End */


/* Start:/local/templates/maria/components/bitrix/system.pagenavigation/nord-round/style.css?17750609882983*/

.bx-pagination ul li{
	list-style: none;
	margin: 0;
}
/*.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	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;
	margin: 0 2px 15px 2px;
}
.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;
	background: #31313199;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: white;
	font-size: 14px;
	border-radius: 16px;
	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;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #FFB801;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #FFB801;
	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: #31313199;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: white;
}
.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{
	color: #aab1b4;
	background: #31313199;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.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: #F9A91D;
	border-color: #F9A91D;
	color: white;
}


.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;
}
*/
/* End */


/* Start:/local/templates/maria/components/bitrix/catalog.section/.default/style.css?17750609793808*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

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

.row::before {
	display: initial;
}
/* End */


/* Start:/local/templates/maria/components/bitrix/catalog.section/.default/themes/blue/style.css?1775060998825*/
/* 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/components/maria/calculator/templates/.default/style.css?17750609755193*/
.cake-calculator-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* font-family: 'Segoe UI', system-ui, sans-serif; */
}

.cake-calculator-wrapper {
  /* background: linear-gradient(135deg, #fdf6e3, #fcecd9); */
  color: #4a3c30;
  padding: 20px;
}

.cake-calculator-wrapper .container {
  display: flex;
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
}

/* Левая панель */
.preview-side {
  /* flex: 1; */
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  
  height: fit-content;
}

.cake-container {
  position: relative;
  width: 320px;
  height: 320px;
  margin-bottom: 20px;
}

.cake-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.addon-icon {
  position: absolute;
  font-size: 22px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 10;
  pointer-events: none;
}
.addon-icon.visible { opacity: 1; transform: scale(1); }

.cake-title {
  font-size: 22px;
  font-weight: bold;
  color: hsl(var(--primary));
  text-align: center;
}

/* Правая панель */
.controls-side {
  flex: 1;
  min-width: 300px;
  padding: 30px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.controls-side h2 {
  margin-bottom: 24px;
  color: hsl(var(--primary));
  font-size: 26px;
  text-align: center;
}

.section { margin-bottom: 28px; }
.section h3 {
  margin-bottom: 14px;
  color: hsl(var(--primary));
  font-size: 18px;
}

/* Сетка основ */
.cakes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 14px;
}

.cake-option {
  border: 2px solid #E0E1C7;
  border-radius: calc(var(--radius) + 4px);
  padding: 12px 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s;
  background-color: hsl(var(--primary) / .1);;
}
.cake-option:hover {
  color: hsl(var(--primary));
  transform: translateY(-3px);
}
.cake-option.selected {
  border-color: hsl(var(--primary) / .6);
  background-color: hsl(var(--primary) / .1);
  box-shadow: 0 4px 8px rgba(230, 126, 34, 0.2);
}
.cake-option img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: calc(var(--radius) + 4px);
  margin-bottom: 8px;
}
.cake-option .price {
  font-weight: bold;
  color: hsl(var(--primary));
  font-size: 14px;
}

/* Опции */
.param-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.param-group label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 8px 16px;
  border: 1px solid #E0E1C7;
  border-radius: calc(var(--radius) + 4px);
  background-color: hsl(var(--card));
  transition: all 0.2s;
}
.param-group input[type="radio"] { display: none; }
.param-group input:checked + span {
  background-color: hsl(var(--primary) / .1);
  color: white;
}

/* Дополнения */
.addon-list label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #E0E1C7;
  cursor: pointer;
}
.addon-list label:hover { background: #fafafa; }

/* Итог */
.total-box {
  margin-top: 30px;
  padding: 22px;
  background-color: hsl(var(--card));
  border-radius: calc(var(--radius) + 4px);
  text-align: center;
  font-size: 24px;
  color: hsl(var(--primary));
  font-weight: bold;
  border: 2px dashed #E0E1C7;
}
.total-note {
  font-size: 14px;
  color: hsl(var(--primary));
  margin-top: 8px;
  font-style: italic;
}

.order-btn {
  width: 100%;
  margin-top: 20px;
  padding: 16px;
  background-color: hsl(var(--primary) / .1);
  color: white;
  border: none;
  border-radius: calc(var(--radius) + 4px);
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
}
.order-btn:hover { background-color: hsl(var(--primary) / .1); }
/* Ваш CSS + дополнение для цен дополнений */
.addon-list label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f5f0e9;
  cursor: pointer;
}

.addon-list label:hover { 
  background-color: hsl(var(--card)); 
}

.addon-price {
  font-weight: bold;
  color: hsl(var(--primary));;
  margin-right: 15px;
}
/* Чтобы label работал как кнопка */
.cake-option {
  cursor: pointer;
  display: block;
}

.cake-option input[type="radio"] {
  display: none;
}

/* Выделение выбранной основы/начинки */
.cake-option.selected {
  border-color: hsl(var(--primary));;
  background: #fff8e1;
  box-shadow: 0 4px 8px rgba(230, 126, 34, 0.2);
}
/* Адаптив */
@media (max-width: 900px) {
  .cake-calculator-wrapper .container {
    flex-direction: column;
  }
  .cake-container {
    width: 280px;
    height: 280px;
  }
}
@media (min-width:900px){
    .preview-side{
        position: sticky;
        top:85px;
    }
}
/* End */
/* /local/templates/maria/components/bitrix/catalog/main/style.css?17750609761122 */
/* /local/components/maria/banners_catalog/templates/.default/style.css?17750609751686 */
/* /local/templates/maria/components/bitrix/catalog.smart.filter/.default_old/style.css?17750609805329 */
/* /local/templates/maria/components/bitrix/sale.products.gift.section/.default/style.css?17750609883791 */
/* /local/templates/maria/components/bitrix/catalog.item/.default/style.css?17750609786367 */
/* /local/templates/maria/components/bitrix/sale.products.gift.section/.default/themes/blue/style.css?1775061020833 */
/* /local/templates/maria/components/bitrix/system.pagenavigation/nord-round/style.css?17750609882983 */
/* /local/templates/maria/components/bitrix/catalog.section/.default/style.css?17750609793808 */
/* /local/templates/maria/components/bitrix/catalog.section/.default/themes/blue/style.css?1775060998825 */
/* /local/components/maria/calculator/templates/.default/style.css?17750609755193 */
