

/* Start:/local/templates/aspro/components/bitrix/news.detail/project_plus/style.css?17390358395784*/
.b-map-project{
	position:relative;
	width: auto;
	display: inline-block;
	margin-bottom:15px;
}

.b-card-plus{
	position: absolute;
	background: white;
}
.b-card-plus[data-open="off"] .b-card-plus__wrapper{
	display: none;
}
.b-card-plus[data-open="on"] .b-card-plus__wrapper{
	display: inherit;
}
.b-card-plus[data-open="off"] .b-card-plus__icon{
	display: flex;
}
.b-card-plus[data-open="on"] .b-card-plus__icon{
	display: none;
}

.b-card-plus__icon{
	width: 30px;
	height: 30px;
	background: #154473;
	display: inline-block;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 900;
	color: white;
	cursor: pointer;
	transition: 0.3s;
	position: absolute;
}
.b-card-plus__image img{
	max-height: 130px;
	width: auto;
	margin-bottom: 15px;
	max-width: 190px;
}
.b-card-plus__icon:hover{
	background: #11569a;
	color: white;
}
.b-card-plus__wrapper{
	background: white;
	width: 220px;
	padding: 15px;
	box-shadow: 0px 0px 8px 0px #929292;
}
.b-card-plus__wrapper .prices{
	text-align: center;
	margin-top: 15px;
}
.b-card-plus__wrapper .close{
	float: right;
}
.b-card-plus__title{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	line-height: 16px;
}
.b-projects-accordion{

}
.b-projects-accordion .panel-default .panel-heading{
	color: #383838;
	background-color: #ffffff;
	border-color: #ffffff;
	padding: 25px 15px;
	cursor: pointer;
}
.b-projects-accordion .panel-default .panel-heading .panel-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-projects-accordion .panel-default > .panel-heading + .panel-collapse .panel-body{
	background: white!important;
}
.b-projects-accordion .panel-collapse.in{
	background: white!important;
}
.b-projects-accordion__price{
	display: flex;
	align-items: center;
}
.b-projects-accordion__price span{
	font-size: 22px;
	color: #003366;
	padding-right: 15px;
}

html body #white-curtain{
	display: flex;
	align-items: center;
	justify-content: center;
}

#headerfixed .logo-row.v2 .basket-link.basket-link-project{
	width: 110px;
}
#headerfixed .logo-row.v2 .basket-link.basket-link-project .js-basket-block{
	width: 110px;
}
#headerfixed .logo-row.v2 .basket-link.basket-link-project .js-basket-block>.wrap{
	 display: inline-block;
	 float: right;
}
#headerfixed .logo-row.v2 .basket-link.basket-link-project .svg.svg-inline-basket.big{
	display: inline-block;
	width: 40px;
	top: 10px;
	position: relative;
}
#headerfixed .logo-row.v2 .basket-link.basket-link-project .count{
	top: 0px;
}
#headerfixed .logo-row.v2 .basket-link.basket-link-project .js-basket-block .title{
	display: block;
	font-size: 14px;
	font-weight: 700;
}


.swiper-container-project-slides {
	width: 100%;
	overflow-x: hidden;
	position: relative;
}
.swiper-container-project-slides .swiper-button-next{
	right: 30px;
}
.swiper-container-project-slides .swiper-button-prev{
	left: 30px;
}
.swiper-container-project-slides .swiper-button-prev,
.swiper-container-project-slides .swiper-button-next{
	background-color: white;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-size: 40%;
	box-shadow: 0px 0px 15px 0px #bdbdbd;
}

.swiper-container-project-slides .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow:hidden;
}

.b-card-plus[data-open="on"] .multiple_plus{
	width: 195px;
	max-height: 600px;
	overflow-y: auto;
	background-color: white;

}
.swiper-container-project-slides .swiper-button-prev, .swiper-container-project-slides .swiper-button-next{
	outline: none;
}
.multiple_plus_wraper{
	margin: 0 10px;
	width: 175px;
	height: 117px;
	box-shadow: none;
	border-bottom: 1px solid #e8e8e8;
}
.multiple_plus:after {

}
.b-card-plus[data-open="on"] .multiple_plus .multiple_plus_wraper{
	display: block;
}
.img_fl{
	display: none;
}
.img_fl img{
	width: 100%;
	height: auto;
}

.multiple_plus_wraper .counter_wrapp{
	padding-top: 5px;
}
.multiple_plus_wraper .counter_wrapp .counter_block{
	width: 60px;
	height: 25px;
	margin-right: 5px;
}
.multiple_plus_wraper  .b-card-plus__title{
	max-height: 33px;
	overflow: hidden;
}
.multiple_plus_wraper  .prices{
	margin-top:5px;
}
.multiple_plus_wraper .counter_wrapp .counter_block .minus{
	line-height: 0px;
	width: 15px;
	height: 17px;
}
.multiple_plus_wraper .counter_wrapp .counter_block .text{
	line-height: 0px;
	width: 25px;
	height: 24px;
}
.multiple_plus_wraper .counter_wrapp .counter_block .plus{
	line-height: 0px;
	width: 15px;
	height: 17px;
}
.multiple_plus_wraper .counter_wrapp .button_block  .btn{
	padding:2px 10px 3px
}

.multiple_plus_wraper .counter_wrapp .counter_block .minus:before{

	width: 15px;
	height: 17px;
}
@media (max-width: 1120px) {
	.catalog_item_wrapp{
		display: none;
	}

	.detail_picture{
		width: 100%;
		height: auto;
	}
}

@media (max-width: 768px) {
	.project_title{
		font-size: 22px;
	}
	.swiper-container-project-slides .swiper-button-prev,
	.swiper-container-project-slides .swiper-button-next{
		width: 25px;
		height: 25px;
	}

	.b-projects-accordion__price span{
		font-size: 18px;
	}
	.b-projects-accordion .panel-default .panel-heading{
		padding: 15px 10px;
	}

	/*.bx-catalog-set-topsale-slids{
		width : 100%!important;
		height: 340px!important;
		overflow-y: scroll ;
	}
	.bx-catalog-set-item-container {
		width : 100%!important;

	}
	.bx-catalog-set-topsale-slider-box{
		height: 380px!important;
	}*/

}

@media (max-width: 450px) {


}

/* End */


/* Start:/local/templates/aspro/components/bitrix/news.detail/project_plus/swiper/css/swiper.min.css?173903583919789*/
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* End */


/* Start:/local/templates/aspro/components/bitrix/catalog.set.constructor/project_plus/style.css?173903583914424*/
.bx-set-constructor {
    background: #fff;
    border-radius: 8px;
    border: 0px solid #e0e0e0 !important;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.bx-modal-small-title {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

.bx-original-item-container {
    text-align: center;
    margin-bottom: 20px;
}

.bx-original-item-image {
    width: 70px;
    height: auto;
}

.bx-modal-description {
    font-size: 80%;
    color: #8E8E8E;
}

/*.bx-touch .bx-added-item-table-container{margin: 0;}*/
.bx-added-item-table {
    border-bottom: 1px solid #edeef0;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    /**/
    table-layout: fixed;
}

.bx-added-item-table-cell-itemname,
.bx-added-item-table-cell-img,
.bx-added-item-table-cell-del,
.bx-added-item-table-cell-price {
    padding: 3px 5px;
    border-top: 1px solid #edeef0;
}

.bx-added-item-table-cell-price-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.bx-added-item-table-margin-x {
    margin: 0px 10px;
}

.bx-added-item-table-cell-price {
    width: 300px;
    text-align: right;
}

.bx-added-item-table-cell-price-wrapper .counter_wrapp {
    padding: 0px;
}

.bx-added-item-table-cell-img,
.bx-added-item-table-cell-del {
    width: 50px;
    height: 50px;
    text-align: center;
}

.bx-added-item-table-cell-img img {
    display: inline-block;
}

.bx-added-item-table-cell-del {
    text-align: center;
}

.bx-added-item-new-price {
    white-space: nowrap;
}

.bx-added-item-delete {
    display: inline-block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABaAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRDMkRGNUY2QjgzMTExRTRCNDgzQ0YwMDY1Mzg5OUZBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRDMkRGNUY3QjgzMTExRTRCNDgzQ0YwMDY1Mzg5OUZBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEMyREY1RjRCODMxMTFFNEI0ODNDRjAwNjUzODk5RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEMyREY1RjVCODMxMTFFNEI0ODNDRjAwNjUzODk5RkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAgEBAQICAgEBAgICAgICAgICAwIDAwMDAgMDBAQEBAQDBQUFBQUFBwcHBwcICAgICAgICAgIAQEBAQICAgUDAwUHBQQFBwgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAj/wAARCAAJAAkDAREAAhEBAxEB/8QAawAAAwEAAAAAAAAAAAAAAAAAAAUICgEAAwEBAAAAAAAAAAAAAAAAAAEEAwUQAAEDAgMJAAAAAAAAAAAAAAMCBAYSBQATCEJyI7XVlgdXOBEAAgIBBQAAAAAAAAAAAAAAAAFRIgIRMYGhQv/aAAwDAQACEQMRAD8A1KSiUXhneJpFYrNL850qOb8EU/n4QrentZ3qyEes2b0hFFW0WVSc0tKqatqri9HHFaJtWIm42LOyNPXsxPe1z6hiS8dG9JAHz15M3ZtzO4YPa4DwxrhDP//Z) no-repeat center;
}

/*.bx-added-item-table-cell-del .bx-added-item-delete-text{display: none;}*/

.bx-item-set-result-block {
    text-align: center;
}

.bx-added-item-old-price {
    padding: 0 0;
    color: #B8B8B8;
    text-decoration: line-through;
    font-size: 11px;
    line-height: 11px;
    white-space: nowrap;
}

.bx-constructor-result-table {
    width: 100%;
}

.bx-constructor-result-table td {
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: bottom;
}

.bx-constructor-result-table-title {
    font-size: 13px;
    text-align: right;
    padding-right: 5px;
    line-height: 20px;
}

.bx-constructor-result-table-value {
    padding-left: 5px;
    text-align: right;
}

.bx-constructor-result-table-value strong {
    font-size: 14px;
    line-height: 14px;
}

.bx-constructor-result-btn-container {
    text-align: center;
    margin: 10px;
}

@media (max-width: 768px) {
    .bx-constructor-result-btn-container {
        display: inline-block;
        max-width: 140px;
        width: 100%;
        vertical-align: middle;
    }
}

.bx-constructor-result-price {
    display: inline-block;
    max-width: 140px;
    width: 100%;
    text-align: center;
    border: 1px solid #d3d3d3;
    line-height: 1.5;
    padding: 5px 0;
    font-weight: bold;
    border-radius: 2px;
    white-space: nowrap;
    height: 30px;
    box-sizing: border-box;
}

.bx-constructor-result-btn-container .btn {
    display: inline-block;
    max-width: 140px;
    width: 100%;
}

/**/
.bx-catalog-set-topsale-slider {
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    position: relative;
    background: #f9f9f9;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 10px;
}

.bx-catalog-set-topsale-slider:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    background-color: #f9f9f9;
    -webkit-transform: rotate(45deg) translateX(-21px) translateY(-8px);
    -moz-transform: rotate(45deg) translateX(-21px) translateY(-8px);
    -ms-transform: rotate(45deg) translateX(-21px) translateY(-8px);
    -o-transform: rotate(45deg) translateX(-21px) translateY(-8px);
    transform: rotate(45deg) translateX(-21px) translateY(-8px);
    top: 10px;
}

.bx-catalog-set-topsale-slider-container {
    overflow-y: hidden;
    overflow-x: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.bx-catalog-set-topsale-slider .bx-catalog-set-item {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    margin: 0 5px;
}

.bx-catalog-set-topsale-slider-box {
    position: relative;
    padding: 10px;
}

/*.bx-catalog-set-topsale-slider-box:after,
.bx-catalog-set-topsale-slider-box:before{
	position: absolute;
	content: " ";
	top: 0;
	bottom: 0;
	width: 50px;
	z-index: 1000;
	border-radius:3px;

}
.bx-catalog-set-topsale-slider-box:after{
	right: 0;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background:    -moz-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: 	-ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: 	 -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: 		linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.bx-catalog-set-topsale-slider-box:before{
	left: 0;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background:    -moz-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: 	-ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: 	 -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: 		linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );

}*/
.bx-catalog-set-topsale-slids {
}

.bx-catalog-set-item-container {
    position: relative;
    min-height: 20px;
    /**/
    float: left;
}

.bx-catalog-set-item {
    border: 1px solid transparent;
    overflow: hidden;
    border-radius: 3px;
    background: #FFF;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding-bottom: 10px;
}

.bx-catalog-set-item-notavailable {
    height: 30px;
    background: #dedede;
    display: inline-block;
    padding: 0 15px;
    line-height: 28px;
    vertical-align: middle;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
}

.bx-catalog-set-item-col,
.bx-catalog-set-item-scu,
.bx-catalog-set-item-add-btn,
.bx-catalog-set-item-custom {
    padding: 5px 15px;
}

.bx-catalog-set-item-img {
    padding: 10px;
    position: relative;
    padding-top: 109% !important;
    height: 0;
}

.bx-catalog-set-item-img-container {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    text-align: center;
}

.bx-catalog-set-item-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.bx-catalog-set-item-title {
    line-height: 15px;
    font-size: 14px;
    overflow: hidden;
    height: 35px;
    vertical-align: top;
    padding: 5px 10px;
    position: relative;
}

.bx-catalog-set-item-title:after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    bottom: 0;
    right: 0;
    left: 0;
    height: 10px;
    position: absolute;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.bx-catalog-set-item-price {
    text-align: center;
    min-height: 50px;
    padding: 5px 10px 0;
}

/**/
.bx-catalog-set-item-col {
    text-align: center;
}

.bx-catalog-set-item-col-minus,
.bx-catalog-set-item-col-plus {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
}

.bx-catalog-set-item-col-minus {
}

.bx-catalog-set-item-col-input {
    display: inline-block;
    width: 25px;
    height: 20px;
    vertical-align: middle;
    font-size: 11px;
}

.bx-catalog-set-item-col-plus {
}

/**/
.bx-catalog-set-item-scu {
}

.bx-catalog-set-item-add-btn {
    text-align: center;
}

.bx-catalog-set-item-custom {
    font-size: 12px;
    color: #B8B8B8;
}

.bx-catalog-set-item-price-new {
    font-weight: bold;
    display: block;
}

.bx-catalog-set-item-price-old {
    display: block;
    padding: 3px 0;
    color: #B8B8B8;
    text-decoration: line-through;
    font-size: 11px;
    line-height: 11px;
}

/**/
.bx-catalog-set-topsale-slide {
    display: none;
}

.bx-catalog-set-topsale-slide.bx-active {
    display: block;
}

.bx-catalog-set-topsale-slide-control {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bx-catalog-set-topsale-slide-control-dot {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #dbdbdb;
}

.bx-catalog-set-topsale-slide-control-dot:hover,
.bx-catalog-set-topsale-slide-control-dot.bx-active {
    background: #1485CE;
}


@media (max-width: 768px) {
    .bx-added-item-table,
    .bx-added-item-table tbody,
    .bx-added-item-table tr,
    .bx-added-item-table-cell-img,
    .bx-added-item-table-cell-itemname,
    .bx-added-item-table-cell-price,
    .bx-added-item-table-cell-del {
        display: block;
    }

    .bx-added-item-table,
    .bx-added-item-table tr,
    .bx-added-item-table-cell-itemname,
    .bx-added-item-table-cell-price,
    .bx-added-item-table-cell-del {
        width: 100%;
    }

    .bx-added-item-table tr {
        padding-top: 10px;
        padding-bottom: 30px;
        border-top: 1px solid #EDEEF0;
        clear: both;
    }

    .bx-added-item-table-cell-img {
        float: left;
        border-top: none;
    }

    .bx-added-item-table-cell-itemname {
        border-top: none;
        text-align: center;
    }

    .bx-added-item-table-cell-price {
        text-align: right;
        border-top: none;
    }

    .bx-added-item-table-cell-del {
        text-align: right;
        border-top: none;
    }

    .bx-added-item-table-cell-del .bx-added-item-delete-text {
        color: #D63131;
        cursor: pointer;
        display: inline;
    }

    .bx-catalog-set-topsale-slider-box:after,
    .bx-catalog-set-topsale-slider-box:before {
        width: 2px;
    }

    .bx-catalog-set-item-img img {
        border: 1px solid #EDEEF0;
    }

    .bx-catalog-set-item-img,
    .bx-catalog-set-item-custom {
        padding: 10px 5px;
    }
}


@media (max-width: 768px) {
    .bx-added-item-table-cell-img {
        height: 200px ;
    }

    .bx-added-item-table-cell-price-num {
        width: 100%;
        position: absolute;
        top: -55px;
        left: 0;
        text-align: center;
        font-size: 18px;
    }
    .bx-added-item-old-price{
        font-size: 20px;
    }
    .bx-added-item-table-cell-price {
        padding-top: 60px ;
    }

    .bx-added-item-table tr {
        position: relative;
    }

    .bx-added-item-table-cell-del {
        display: none;
    }
    .bx-added-item-table-cell-img{
        height: auto;
        width: 100%;
        float: unset;
    }
    .bx-added-item-table-cell-price-wrapper{
        justify-content: center;
    }
    .bx-set-constructor{
        padding: 10px 0;
    }

}

/* End */


/* Start:/local/templates/aspro/components/bitrix/catalog.set.constructor/project_plus/themes/blue/style.css?173903583981*/
.bx-blue .bx-constructor-result-price{
	border-color: #1485CE;
	color: #1485CE;
}
/* End */


/* Start:/local/templates/aspro/components/bitrix/news.list/news-blog12/style.css?17390358391426*/
.b-project-list .col-md-8 .item {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    border-radius: 0px;
    align-items: flex-end;
    padding: 20px;
}
.b-project-list .row{
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.b-project-list .col-md-8,
.b-project-list .col-md-4
{
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}
.b-project-list .col-md-8 .col-item,
.b-project-list .col-md-4 .col-item
{
    margin-bottom: 15px;
}
.b-project-list .col-md-4 .item {
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    border-radius: 0px;
    align-items: flex-end;
    padding: 20px;
}
.b-project-list.banners-small.blog .items .item {
    margin: 0px 0px 5px;
}
.b-project-list.banners-small .item .title {
    color: white;
    font-size: 1.1em;
}
.b-project-list .prev_text-block{
    min-height: 71px;
    display: block;
    line-height: 20px;
    color: #555555;
    padding: 15px;
}
.b-project-list__wrapper{
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    transition: 0.2s;
}
.b-project-list__wrapper:hover{
    box-shadow: 0 0 27px 0 rgba(0,0,0,.1);
}
.b-project-list .items:first-child .col-md-4 .col-item:last-child{
    margin-bottom: 0px;
}
/* End */


/* Start:/local/templates/aspro/components/bitrix/news.list/news-blog5/style.css?17390358391426*/
.b-project-list .col-md-8 .item {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    border-radius: 0px;
    align-items: flex-end;
    padding: 20px;
}
.b-project-list .row{
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.b-project-list .col-md-8,
.b-project-list .col-md-4
{
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}
.b-project-list .col-md-8 .col-item,
.b-project-list .col-md-4 .col-item
{
    margin-bottom: 15px;
}
.b-project-list .col-md-4 .item {
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    border-radius: 0px;
    align-items: flex-end;
    padding: 20px;
}
.b-project-list.banners-small.blog .items .item {
    margin: 0px 0px 5px;
}
.b-project-list.banners-small .item .title {
    color: white;
    font-size: 1.1em;
}
.b-project-list .prev_text-block{
    min-height: 71px;
    display: block;
    line-height: 20px;
    color: #555555;
    padding: 15px;
}
.b-project-list__wrapper{
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    transition: 0.2s;
}
.b-project-list__wrapper:hover{
    box-shadow: 0 0 27px 0 rgba(0,0,0,.1);
}
.b-project-list .items:first-child .col-md-4 .col-item:last-child{
    margin-bottom: 0px;
}
/* End */
/* /local/templates/aspro/components/bitrix/news.detail/project_plus/style.css?17390358395784 */
/* /local/templates/aspro/components/bitrix/news.detail/project_plus/swiper/css/swiper.min.css?173903583919789 */
/* /local/templates/aspro/components/bitrix/catalog.set.constructor/project_plus/style.css?173903583914424 */
/* /local/templates/aspro/components/bitrix/catalog.set.constructor/project_plus/themes/blue/style.css?173903583981 */
/* /local/templates/aspro/components/bitrix/news.list/news-blog12/style.css?17390358391426 */
/* /local/templates/aspro/components/bitrix/news.list/news-blog5/style.css?17390358391426 */
