

/* Start:/bitrix/templates/aspro_next/components/bitrix/catalog.element/main/style.css?177066968016505*/

.js-all_block {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}
/* css COMPLECTS */


.more-wrapper {
    /* border-bottom: 1px solid; */
    position: relative;
    margin-bottom: 15px;
	background: #ffffff;
	padding-top: 10px;
}

.checkbox-blok {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 15px;
}

.elements .img-product {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}


@media(min-width: 992px) and (max-width: 1499px){
.info-block {
    width: 60%;
	
    margin-left: 40px;
    display: inline-block;
    /* vertical-align: top; */
}

}


.img-product{
	width: 115px !important;
}

.elements input[type=checkbox] {	position: absolute;
	clip: rect(0, 0, 0, 0);
	width: 0;
	height: 0;}
.base input[type=checkbox]{	position: absolute;
	clip: rect(0, 0, 0, 0);
	width: 0;
	height: 0;}
.hide-filter input[type=checkbox]{	position: absolute;
	clip: rect(0, 0, 0, 0);
	width: 0;
	height: 0;}
label {
	cursor: pointer;
}
.elements label:after {
	content: " ";
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(https://art-max.su/images/chk.png) no-repeat;
	position: relative;
	top: 3px;
}
.base label:after {
	content: " ";
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(https://art-max.su/images/chk.png) no-repeat;
	position: relative;
	top: 3px;
}
.hide-filter label:after {
	content: " ";
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(https://art-max.su/images/chk.png) no-repeat;
	position: relative;
	top: 3px;
}



.elements label:after {
	content: " ";
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(https://art-max.su/images/chk.png) no-repeat;
	position: relative;
	top: 3px;
}


.elements input[type=checkbox]:checked + label:after {
background-position: 0 -26px;
}
.elements label:hover:after {
background-position: 0 0px;
}
.elements input[type=checkbox]:checked + label:hover:after {
background-position: 0 -26px;
}

.base input[type=checkbox]:checked + label:after {
background-position: 0 -52px;
}
.base label:hover:after {
background-position: 0 0px;
}
.base input[type=checkbox]:checked + label:hover:after {
background-position: 0 -52px;
}
.elements{
	margin-bottom: 10px;
}
.elements .top p{
	
display: block;
    text-align: center;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #575b71;
	display: block;

  padding-left: 30px;
}

.base{
	background-color: #f7f7f7;
}
.info-block{
	width: 460px;
	margin-left: 40px;
	display: inline-block;
	vertical-align: top;

}
.info-block span{
	display: inline-block;
	margin-right: 15px;
	margin-top: 10px !important;
}

.elements .info-block .name-product-card{
	display: block;
	font-size: 15px;
	word-wrap: break-word; 
}
/*.base:hover, */

.more-wrapper:hover{
	background-color: #e8f3f7;
}
.more-wrapper{
	/*border-bottom: 1px solid */
	position: relative;
	margin-bottom: 15px;
}
.more-wrapper:after{
	content: '';
	height: 1px;
	width: 100%;
	background-color: #d6d6d6;
	position: absolute;
	bottom: -7.5px;
	left: 0;
}
.elements .price-product{
	display: inline-block;
	width: 165px;
	text-align: center;

   font-size: 20px;
   
       color: #000;
}

.elements .small-txt, .elements .price-product>span{
	font-size: 14px;
}

div.img-product{min-width:72px; min-height:72px; background-position:50% 50%; background-repeat:no-repeat;background-size: contain;background-color: #fff;}



.top {
    background-color: #ededed;
        height: 28px;
    position: relative;
}


@media screen and (max-width: 767px) {
	.info-block{
		width: 60%;
		margin-left: 13px;
		vertical-align: middle;
	}
	
	.elements .price-product {
    display: inline-block;
    width: 120px;
    text-align: center;
    font-size: 20px;
    color: #000;
}
	


	}
	
	
	@media (min-width: 768px) and (max-width: 1300px) {
	.info-block{
		width: 60%;
		margin-left: 13px;
		vertical-align: middle;
	}
	
	.elements .price-product {
    display: inline-block;
    width: 130px;
    text-align: center;
    font-size: 20px;
    color: #000;
}

}



/***SLIDER***/
.product-item-detail-slider-container{
	max-width: 100%;
	position: relative;
	background: transparent;
	-webkit-transition: background 800ms ease;
	-moz-transition: background 800ms ease;
	-ms-transition: background 800ms ease;
	-o-transition: background 800ms ease;
	transition: background 800ms ease;
}

.product-item-detail-slider-block{
	height: 370px;
	position: relative;
}

.product-item-detail-slider-videos-images-container{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.product-item-detail-slider-image,
.product-item-detail-slider-video{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;	
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;		
	opacity: 0;
	-webkit-transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	-ms-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
	transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active,
.product-item-detail-slider-video.active{
	opacity: 1;
	z-index: 10;
}

.product-item-detail-slider-image > img,
.product-item-detail-slider-video > iframe{
	max-width: 100%;
	max-height: 100%;
}



.product-item-detail-slider-image > img{
	width: auto;
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	-moz-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	-ms-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	-o-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;	
}

.product-item-detail-slider-container.popups .product-item-detail-slider-image img{
	max-width: 600px!important;
	
}

.product-item-detail-slider-video > iframe:-webkit-full-screen{
	-webkit-transform: none;
}

.product-item-detail-slider-video > iframe:-moz-full-screen{
	-moz-transform: none;
}

.product-item-detail-slider-video > iframe:-ms-fullscreen{
	-ms-transform: none;
}

.product-item-detail-slider-video > iframe:fullscreen{
	transform: none;
}

.product-item-detail-slider-progress-bar{
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #6639b6;
	z-index: 180;
}

/***SLIDER_CONTROLS***/
.product-item-detail-slider-controls-block{
	float: left;	
	margin-left: -24px;
}

.product-item-detail-slider-controls-image,
.product-item-detail-slider-controls-video{
	width: 80px;
	height: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	float: left;
	margin-left: 24px;
	margin-top: 24px;
	position: relative;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;				
	overflow: hidden;
	cursor: pointer;
}

.bx-no-touch .product-item-detail-slider-controls-image:hover,
.bx-touch .product-item-detail-slider-controls-image:active,
.bx-no-touch .product-item-detail-slider-controls-video:hover,
.bx-touch .product-item-detail-slider-controls-video:active{
	border: 2px solid #b41818;
}

.product-item-detail-slider-controls-image.active,
.product-item-detail-slider-controls-video.active{
	border: 2px solid #b41818;
}

.product-item-detail-slider-controls-image > img,
.product-item-detail-slider-controls-video-image{
	width: auto;
	height: auto;
	max-width: 80px;
	max-height: 80px;
	position: absolute;
}

.product-item-detail-slider-controls-video-image{
	width: 80px;
	height: 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.product-item-detail-slider-controls-video-play{
	width: 42px;
	height: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.7);
}

.product-item-detail-slider-controls-video-play > i{
	font-size: 14px;
	color: #fff;
}

.product-item-detail-slider-left,
.product-item-detail-slider-right{
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 24px;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 111;
	cursor: pointer;
}

.product-item-detail-slider-left{
	left: 0;
}

.product-item-detail-slider-right{
	right: 0;
}

.product-item-detail-slider-left > i,
.product-item-detail-slider-right > i{
	font-size: 36px;
	color: #b2c7cb;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;	
}

.bx-no-touch .product-item-detail-slider-left:hover > i,
.bx-touch .product-item-detail-slider-left:active > i,
.bx-no-touch .product-item-detail-slider-right:hover > i,
.bx-touch .product-item-detail-slider-right:active > i{
	color: #6639b6;
}

.product-item-detail-slider-container.popups .product-item-detail-slider-close {
	position: absolute;
	top: 4px;
	right: 120px;
	bottom: 0;
	z-index: 150;
	display: block;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .27;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-container.popups .product-item-detail-slider-close:hover { opacity: 1; }

.product-item-detail-slider-container.full.popups .product-item-detail-slider-close{
	right: 120px;
}

.product-item-detail-slider-container.popups .product-item-detail-slider-close > i{
	font-size: 16px;
	color: #8ea6ab;
}

.bx-no-touch .product-item-detail-slider-container.popups .product-item-detail-slider-close:hover > i,
.bx-touch .product-item-detail-slider-container.popups .product-item-detail-slider-close:active > i{
	color: #6639b6;
}

/***MAGNIFIED***/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image{
	z-index: 100;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right,
.product-item-detail-slider-container.magnified .product-item-detail-markers,
.product-item-detail-slider-container.magnified .product-item-detail-brand{
	z-index: 50;
}

.product-item-detail-slider-container.magnified .product-item-detail-markers,
.product-item-detail-slider-container.magnified .product-item-detail-brand{
	opacity: 0;
}

/***POPUP***/
.product-item-detail-slider-container.popups{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 4444;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}

.product-item-detail-slider-container.popups .product-item-detail-slider-block{
	height: 100%;
}

.product-item-detail-slider-container.full.popups .product-item-detail-slider-right,
.product-item-detail-slider-container.full.popups .product-item-detail-slider-videos-images-container{
	right: 120px;
}

@keyframes imgPopupShow{
	from{
		opacity: 0;
	}
	
	to{
		opacity: 1;
	}
}

.product-item-detail-slider-container.popups .product-item-detail-slider-controls-block{	
	width: 120px;
	margin: 0;
	padding: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	border-left: 1px solid #d3d3d3;
	background-color: #fff;	
	overflow-y: auto;
	z-index: 10000;
}

.product-item-detail-slider-container.popups .product-item-detail-slider-controls-image,
.product-item-detail-slider-container.popups .product-item-detail-slider-controls-video{
	float: none;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 24px;
}

.product-item-detail-slider-container.popups .product-item-detail-markers,
.product-item-detail-slider-container.popups .product-item-detail-icons-container,
.product-item-detail-slider-container.popups .product-item-detail-brand{
	display: none;
}

/***MARKERS***/
.product-item-detail-markers{
	position: absolute;
	left: -4px;
	top: 12px;
	z-index: 190;
}

.product-item-detail-marker-container{
	max-width: 100%;
	float: left;
	clear: left;
}

.product-item-detail-marker-container-hidden{
	display: none;
}

.product-item-detail-marker-container:not(.product-item-detail-marker-container-hidden) + .product-item-detail-marker-container{
	margin-top: 4px;
}

.product-item-detail-marker{	
	display: flex;
	align-items: center;	
	padding: 9px 12px 8px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
}

.product-item-detail-marker-discount{
	background: #d3115a;	
}

.product-item-detail-marker-14px{
	padding-top: 6px;
	padding-bottom: 5px;
}

.product-item-detail-marker-24px{
	padding-top: 7px;
	padding-bottom: 6px;
}

.product-item-detail-marker > i{
	margin-right: 7px;
	font-size: 18px;
	color: #fff;
}

.product-item-detail-marker-14px > i{
	font-size: 14px;
}

.product-item-detail-marker-24px > i{
	font-size: 24px;
}

.product-item-detail-marker > span{
	overflow: hidden;	
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-item-detail-marker-14px > span{
	font-size: 14px;
	line-height: 17px;
}

.product-item-detail-marker-24px > span{
	font-size: 24px;
	line-height: 29px;
}

/***MAGNIFIER_DELAY***/
.product-item-detail-icons-container{
	display: table;
	padding: 4px 5px;
	position: absolute;
	right: 12px;
	top: 12px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	z-index: 190;
}

.product-item-detail-magnifier,
.product-item-detail-delay,
.product-item-detail-delayed{	
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}

.product-item-detail-magnifier i,
.product-item-detail-delay i,
.product-item-detail-delayed i{
	font-size: 24px;
	color: #e3ecef;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
	cursor: pointer;
}

.bx-no-touch .product-item-detail-magnifier i:hover,
.bx-touch .product-item-detail-magnifier i:active,
.bx-no-touch .product-item-detail-delay i:hover,
.bx-touch .product-item-detail-delay i:active{
	color: #b2c7cb;
}

.product-item-detail-delayed i{	
	color: #ffd200;
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 111;
	display: block;
    width: 25%;
	background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .57;
	cursor: pointer;
	transition: all 300ms ease
}

.product-item-detail-slider-left {
	left: 0
}

.product-item-detail-slider-right {
	right: 0;
	transform: rotate(180deg)
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
	background-color: rgba(255, 255, 255, .4);
	opacity: .8
}

.slideOpened { z-index: 99999!important; }



/* End */


/* Start:/bitrix/templates/aspro_next/components/bitrix/sale.gift.main.products/main/style.min.css?1770669681604*/
.bx_item_list_title{font-weight:bold;color:#000;background:#ebf4f8;vertical-align:middle;height:38px;text-align:center;line-height:38px;font-size:14px}.bx_sale_gift_main_products.bx_wood .bx_item_list_title{background:#ebf4f8}.bx_sale_gift_main_products.bx_red .bx_item_list_title{background:#fbf1f0}.bx_sale_gift_main_products.bx_green .bx_item_list_title{background:#f2fbea}.bx_sale_gift_main_products.bx_blue .bx_item_list_title{background:#ebf4f8}.bx_sale_gift_main_products.bx_black .bx_item_list_title{background:#f1f4f7}.bx_sale_gift_main_products.bx_yellow .bx_item_list_title{background:#fbf7db}
/* End */
/* /bitrix/templates/aspro_next/components/bitrix/catalog.element/main/style.css?177066968016505 */
/* /bitrix/templates/aspro_next/components/bitrix/sale.gift.main.products/main/style.min.css?1770669681604 */
