

/* Start:/local/templates/nordbass/components/bitrix/catalog/slam_newCard/style.css?17551766533823*/
.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%;
	}

}



section.more-info .info-block {
	position: relative;
	background-color: white;
	cursor: pointer;
	height: 170px;
	margin-bottom: 25px;
	overflow: hidden;
	transition: background-color ease-out 0.25s, height ease-out 0.25s;
}
section.more-info .info-block:nth-child(2) {
	background-color: #fafafa;
}
section.more-info .info-block::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 425px;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity ease-out 0.25s;
}
section.more-info .info-block:nth-child(1)::before {
	background-image: url('/upload/medialibrary/9f6/inada_bg.png');
}
section.more-info .info-block:nth-child(2)::before {
	background-image: url('/upload/medialibrary/fa2/richter_bg.png');
}
section.more-info .info-block:nth-child(3)::before {
	background-image: url('/upload/medialibrary/446/sensa_bg.png');
}
section.more-info .open-block {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #a5c354;
	width: 50px;
	height: 50px;
	color: white;
	font-size: 35px;
	text-align: center;
	line-height: 50px;
	transition: bottom ease-out 0.25s;
}
section.more-info .info-block img {
	position: absolute;
	top: 25px;
	left: 30px;
	width: auto;
	//height: 50px;
}
section.more-info .preview-block {
	position: absolute;
	top: 95px;
	#left: 30px;
	#right: 10px;
	font-size: 19px;
	color: rgb(53, 52, 49);
	transition: opacity ease-out 0.25s;
}
section.more-info .detail-block {
	position: absolute;
	display: none;
	top: 115px;
	left: 40px;
	right: 20px;
	color: rgb(53, 52, 49);
	font-size: 18px;
	transition: opacity ease-out 0.25s;
}
section.more-info .link-button {
	display: none;
	position: relative;
	border-radius: 15px;
	width: 240px;
	height: 30px;
	line-height: 30px;
	background-color: #b0cd60;
	color: white;
	font-size: 14px;
	top: 320px;
	margin: auto;
	text-align: center;
	transition: background-color ease-out 0.25s;
}
section.more-info .link-button:hover {
	background-color: #a5c354;
}
section.more-info .learn-more {
	display: none;
	position: relative;
	border-radius: 15px;
	width: 240px;
	height: 30px;
	line-height: 26px;
	background-color: transparent;
	border: 2px solid #a5c354;
	color: #a5c354;
	font-size: 14px;
	top: 335px;
	margin: auto;
	text-align: center;
	transition: background-color ease-out 0.25s, color ease-out 0.25s;
}
section.more-info .learn-more:hover {
	background-color: #a5c354;
	color: white;
}
section.more-info .info-block.open {
	height: 425px;
}
section.more-info .info-block.open::before {
	opacity: 1;
}
section.more-info .info-block.open .preview-block {
	display: none;
}
section.more-info .info-block.open .detail-block {
	display: block;
}
section.more-info .info-block.open .open-block {
	bottom: -50px;
}
section.more-info .info-block.open .link-button {
	display: block;
}
section.more-info .info-block.open .learn-more {
	display: block;
}
@media (max-width: 991px) {
	section.more-info .info-block:nth-child(1), section.more-info .info-block:nth-child(2) {
		margin-bottom: 0px;
	}
}
/*
@media (max-width: 991px) {
	section.more-info {
		display: none;
	}
}//*/
/* End */


/* Start:/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/style.css?175517665342483*/
.service-name {
	line-height: 1;
    font-family: "FSElliotProBold";
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.service-item {
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.right {
		display: flex;
		flex-wrap: wrap;
	}

	.right-text {
		width: 100%;
		order: 2;
	}
	
	.right-img {
		width: 100%;
		order: 1;
	}
}

.fancybox-wrap .fancybox-nav {
	height: 20%;
	width: 20%;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bigimages iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	display: none;
}
.fancybox-inner iframe.video-active {
	display: block;
}
.bigimages.video-active iframe {
	display: block;
}
.photo-item-slide {
	display: block;
}
.owl-item {
	cursor: pointer;
}
.js-fancybox {
	pointer-events: none;
}

#map{
	width: 100%;
	height: 100%;
}

.modal-dialog .modal-content{
	background-color: #fff;
}

.blog-comments{
	margin-bottom: 25px;
}

.tab-content .blog-add-comment{
	padding: 1.5em 0;
	font-size: 20px;
	text-align: center;
}

.one-tags {
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
	/*    background: #aad2d7;*/
    margin-right: 6px;
    margin-bottom: 6px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    padding: 4px 7px;
}

/* item_detail_v2 */
.bx_item_detail .bx_item_title{
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
    /* min-height: 24px; */
}

.bx_item_detail .bx_item_title h1{
    font-size: 35px;
    border-bottom: 0 none transparent;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    line-height: 40px;
}
.bx_item_detail h1 span{color: #51504e;}
.bx_item_detail .bx_item_container{}
.bx_item_detail .bx_item_container .bx_lt{
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-right:2%;
	width:38%;
}
.bx_item_detail .bx_item_container .bx_rt{
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-left:2%;
	width:58%;
}
.bx_item_detail .bx_item_container .bx_md{clear:both}
.bx_item_detail .bx_item_container .bx_lb{
	float:left;
	margin-right:2%;
	width:48%;
}
.bx_item_detail .bx_item_container .bx_rb{
	float:right;
	margin-left:2%;
	width:48%;
}
.bx_item_detail .bx_optionblock{
	float:right;
	margin-left:10px;
	width:120px;
}

/* Item info */
.bx_item_detail .item_price{margin-bottom:20px}
.bx_item_detail .item_name{
	margin:0;
	padding:0;
}
.bx_item_detail .item_name a{
	color:#000;
	text-decoration:none;
	font-size:23px;
}
.bx_item_detail .item_old_price{
    padding: 0 0px;
    color: #a7a7a4;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 13px;
    line-height: 27px;
	height:27px;
	display: block;
}
.bx_item_detail .item_current_price{
    display: inline-block;
    margin-top: 2px;
    padding: 0px 0px;
    color: #51504e;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
}
.bx_item_detail .item_economy_price{
	display: none;
    padding: 0 0 0 10px;
    color: #b8b8b8;
    font-weight: bold;
    font-size: 14px;
    line-height: 33px;
}

.bx_item_detail .item_info_section{
	//margin: 0 0 20px 0;
	margin: 0;
    padding: 0 0 0 0px;
    font-size: 13px;
    line-height: 22px;
}
.bx_item_detail .item_section_name_gray{
	color:#9e9e9e;
	font-size:13px;
}
.bx_item_detail .item_info_section dl{
	margin-bottom: 20px;
	overflow: hidden;
	padding:0;
}
.bx_item_detail .item_info_section dl dt{
    clear: both;
    float: left;
    min-width: 130px;
    font-weight: normal;
    font-family: "FSElliot";
    font-size: 13px;
    line-height: 22px;
    color: #a7a7a4;
}
.bx_item_detail .item_info_section dl dd{
    float: left;
    margin: 0 5px;
    font-weight: normal;
    font-family: "FSElliot";
    font-size: 13px;
    line-height: 22px;
}

.bx_item_detail .item_buttons_counter_block{
    display: inline-block;
    margin-right: 0px;
    vertical-align: baseline;
    color: #3f3f3f;
    font-size: 13px;
    text-align: left;
    width: 100%;
}
.bx_item_detail .item_buttons_counter_block a{
    vertical-align: baseline;
    font-size: 13px;
    color: #999999;
}
.bx_item_detail .bx_cnt_desc{vertical-align: baseline;}
/* Item SET */

.bx_item_detail .transparent_input{
	border:none;
	background:none;
	color:#000;
	font-weight:bold;
	font-size:14px;
	display: inline-block;
	width: 60px;
	text-align: center;
}






/*tab-section-container*/
.bx_item_detail .tab-section-container{position:relative;}
.bx_item_detail .tab-list{
	padding:0;
	border-bottom:1px solid #d9e1e3;
	vertical-align:bottom;
	text-align:left;
}
.bx_item_detail .tab-list li{
	display:inline-block;
	border:1px solid #d9e1e3;
	border-bottom:none;
	border-radius:3px 3px 0 0;
	background:#f7f7f7;
	box-shadow:inset 0 -10px  5px -10px rgba(0,0,0,.12);
	vertical-align:bottom;
	
}
.bx_item_detail .tab-list li a{
	display:block;
	padding:0 10px;
	height:30px;
	box-shadow:none;
	color:#999;
	text-decoration:none;
	font-size:13px;
	line-height:30px;
}

.bx_item_detail .tab-list li:hover,
.bx_item_detail .tab-list li.active{
	background:#fff;
}

/*.tab-list li:hover a,*/
.bx_item_detail .tab-list li.active a{
	position:relative;
	bottom:-2px;
	height:35px;
	background:#fff;
	color:#3f3f3f;
	line-height:35px;
}
.bx_item_detail .tab-boby-container .container>div.tab-off{display:none;}
.bx_item_detail .tab-boby-container .container>div{
	
}
.bx_item_detail .item_comments{
	display:block;
	padding-left:10px;
}
.bx_item_detail .item_comments li{
	display:block;
	padding-bottom:10px;
}
.bx_item_detail .item_comments_username{
	display:inline-block;
	color:#5d90bd;
	font-size:14px;
}
.bx_item_detail .item_comments_date{
	display:inline-block;
	margin-left:10px;
	color:#b8b8b8;
	font-size:14px;
}
.bx_item_detail .item_comments_container p{
	margin-top:5px;
	color:#3f3f3f;
	font-size:14px;
}

.bx_item_detail .bx_notavailable{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #E4E4E4;
	background: #F3F3F3;
	white-space: normal;
	line-height: normal;
	padding: 5px 15px;
	margin-bottom: 10px;
}

.bx_item_detail .bx_bt_button,
.bx_item_detail .bx_bt_button_type_2{
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}
.bx_item_detail .bx_shadow.bx_bt_button,
.bx_item_detail .bx_shadow.bx_bt_button_type_2{box-shadow:0 1px 1px 0 rgba(0,0,0,.2)}
.bx_item_detail .bx_shadow.bx_bt_button:active,
.bx_item_detail .bx_shadow.bx_bt_button_type_2:active{box-shadow:none}

.bx_item_detail .bx_bt_button  				{
    background: #b0cd60;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: bold;
    margin-top: 9px;
    border-radius: 0px;
    max-width: 190px;
    text-align: center;
    padding-left: 40px !important;
}
.bx_item_detail .bx_bt_button:hover  		{
	
    background: #a5c354;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.bx_item_detail .bx_bt_button:active  		{
    background: #a5c354;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.bx_item_detail .bx_bt_button_type_2 		{
	border:1px solid #e9e9e9;
	background:#fcfcfc;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f1f1f1));
	background:-webkit-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:   -moz-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:    -ms-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:     -o-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:        linear-gradient(to bottom, #fcfcfc 0%,#f1f1f1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=0 );
	color:#656565;
	text-shadow:0 1px 0 #fff;
}
.bx_item_detail .bx_bt_button_type_2:hover 	{
	background:#fff;
}
.bx_item_detail .bx_bt_button_type_2:active {
	background:#f1f1f1;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#fcfcfc));
	background:-webkit-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:   -moz-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:    -ms-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:     -o-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:        linear-gradient(to bottom, #f1f1f1 0%,#fcfcfc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fcfcfc',GradientType=0 );
	box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}


.bx_item_detail .bx_small.bx_bt_button,
.bx_item_detail .bx_small.bx_bt_button_type_2{
	display:inline-block;
	min-width:20px;
	line-height:20px;
}
.bx_item_detail .bx_small.bx_bt_button  		{}
.bx_item_detail .bx_small.bx_bt_button:hover  {}
.bx_item_detail .bx_small.bx_bt_button:active {}
.bx_item_detail .bx_small.bx_bt_button_type_2 		{}
.bx_item_detail .bx_small.bx_bt_button_type_2:hover {}
.bx_item_detail .bx_small.bx_bt_button_type_2:active{}

.bx_item_detail .bx_medium.bx_bt_button,
.bx_item_detail .bx_medium.bx_bt_button_type_2	{
	padding:0 13px;
	height:25px;
	font-weight:bold;
	line-height:25px;
}
.bx_item_detail .bx_medium.bx_bt_button  	{
	height:27px;
	line-height:27px;
}
.bx_item_detail .bx_medium.bx_bt_button:hover  {}
.bx_item_detail .bx_medium.bx_bt_button:active {}
.bx_item_detail .bx_medium.bx_bt_button_type_2 		 {font-weight:bold}
.bx_item_detail .bx_medium.bx_bt_button_type_2:hover {}
.bx_item_detail .bx_medium.bx_bt_button_type_2:active{}

.bx_item_detail .bx_big.bx_bt_button,
.bx_item_detail .bx_big.bx_bt_button_type_2	{
    padding: 0px 0px 0px 0px;
    height: 34px;
    font-weight: bold;
    line-height: 34px;
    width: 100%;
    position: relative;
}
.bx_item_detail .bx_big.bx_bt_button  	{
    height: 40px;
    line-height: 40px;
}
.bx_item_detail .bx_big.bx_bt_button:hover  {}
.bx_item_detail .bx_big.bx_bt_button:active {}
.bx_item_detail .bx_big.bx_bt_button_type_2 	  {}
.bx_item_detail .bx_big.bx_bt_button_type_2:hover {}
.bx_item_detail .bx_big.bx_bt_button_type_2:active{}

.bx_item_detail .bx_big.bx_bt_button.bx_cart span{
    position: absolute;
    display: inline-block;
    margin: 0 0px 0 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: #a5c354;
    background-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/buy-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}

.bx_item_detail .bx_fwb{font-weight:bold}


@media (min-width:981px){}
@media (max-width:740px){
	.bx_item_detail .bx_optionblock{display:none}
	.bx_item_detail .item_buttons_counter_block{margin-bottom:10px}
	.bx_item_detail .bx_item_container .bx_lb,
	.bx_item_detail .bx_item_container .bx_rb{width:48%}
}
@media (min-width:640px) and (max-width:980px){}
@media (min-width:480px) and (max-width:639px){}
@media (max-width:480px) {
	.bx-touch .bx_item_detail .bx_item_container .bx_lt,
	.bx-touch .bx_item_detail .bx_item_container .bx_rt,
	.bx-touch .bx_item_detail .bx_item_container .bx_md,
	.bx-touch .bx_item_detail .bx_item_container .bx_lb,
	.bx-touch .bx_item_detail .bx_item_container .bx_rb{
		float:none;
		margin:0;
		padding:0;
		width:100%;
	}
	.bx-touch .bx_item_detail .item_info_section{padding-left:0}
	
}
@media (max-width:319px){}

/* item_detail_slider */
.bx_item_detail .bx_item_slider{
	position: relative;
	margin-bottom: 10px;
}
.bx_item_detail .bx_item_slider .bx_bigimages {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    /* max-width: 440px; */
    border: none;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    height: 0;
    width: 100%;
    padding-top: 80%;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(230,230,230,1);
    -moz-box-shadow: 0px 0px 60px 0px rgba(230,230,230,1);
    box-shadow: 0px 0px 60px 0px rgba(230,230,230,1);
}
.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer .bx_bigimages_aligner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer img {
	display: inline-block;
	max-width: 100% !important;
	max-height: 100% !important;
	vertical-align: middle;
	text-align: center;
}
/*----*/

.bx_item_detail .bx_item_slider .bx_slider_conteiner{
	position: relative;
	padding-top: 20px;
	margin-bottom: 10px;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slider_conteiner.full {
    position: relative;
    margin-left: 0%;
    padding-top: 25px;
}

/*----*/

.bx_item_detail .bx_item_slider .bx_slider_scroller_container{position: relative}

.bx_item_detail .bx_item_slider .bx_slide{
	position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    padding: 15px 0;
}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide{overflow-x: auto}

.bx_item_detail .bx_item_slider .bx_slide ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide ul{margin-left: 0 !important}
.bx_item_detail .bx_item_slider .bx_slide ul li{
	position: relative;
	display: block;
	float: left;
	height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.bx_item_detail .bx_item_slider .bx_slide ul li .cnt{
	position: absolute;
    top: 0;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
    /* overflow: hidden; */
    border: none;
    background: #fff;
}
.bx-retina .bx_item_detail .bx_item_slider .bx_slide ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-moz-border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-o-border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border.png) 2 fill stretch;
}
.bx_item_detail .bx_item_slider .bx_slide ul li:hover .cnt{/*border: 1px solid #006cc0*/}
.bx_item_detail .bx_item_slider .bx_slide ul li:active .cnt,
.bx_item_detail .bx_item_slider .bx_slide ul li.bx_active .cnt{
    padding: 0px;
    border: none;
    overflow: visible;
    top: -15px;
    bottom: -15px;
    left: -15px;
    right: -15px;
	z-index:100;
}
.bx-retina .bx_item_detail .bx_item_slider .bx_slide ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border_active.png) 2 fill stretch;
}
.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item{
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item img{
	width: auto;
	height: 25px;
}

/*----*/

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right:hover{opacity:1.0}
.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_left,
.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_right{
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
	z-index:110;
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    border-radius: 20px;
	-webkit-box-shadow: 0px 0px 60px 0px rgba(230,230,230,1);
    -moz-box-shadow: 0px 0px 60px 0px rgba(230,230,230,1);
    box-shadow: 0px 0px 60px 0px rgba(230,230,230,1);
}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left {
	left: -10px;
    background: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/arr_left.png) no-repeat center;
    background-color: #fff;
}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right{
	right: -10px;
    background: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/arr_right.png) no-repeat center;
    background-color: #fff;
}
.bx-touch 	 .bx_item_detail .bx_item_slider .bx_slide_left {
left:   0;background:url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail .bx_item_slider .bx_slide_right{
right:  0;background:url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/fade_right.png) repeat-y   right center;background-size: 100% auto}

.bx_item_detail .bx_item_slider_lupe_small{
	position: absolute;
	background: rgba(0, 0, 0, 0.18);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,.5);
	cursor: pointer;
}

.bx_item_detail .bx_item_slider_lupe{
	position: absolute;
	border: 1px solid #b2b2b2;
	left:105%;
	top: 0;
	bottom:4px;
	margin: 0;
	background: #fff url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/wait.gif) no-repeat scroll center center;
	z-index: 120;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.bx_item_detail .bx_item_slider_lupe img {
	max-width: 99999px !important;
	max-height: 99999px !important;
}

/* Stickers */
.bx_item_detail .bx_bigimages .bx_stick{
	display:none;
	position: absolute;
	width: 123px;
	height: 35px;
	background: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/stick.png) left center no-repeat;
	color: #fff;
	text-align: center;
	text-shadow:0 1px 0 #ba3434;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.bx_item_detail .bx_bigimages .bx_stick.short {font-weight:  bold;font-size:18px}
.bx_item_detail .bx_bigimages .bx_stick.average {font-weight:  bold;font-size:13px}
.bx_item_detail .bx_bigimages .bx_stick.long {font-weight:normal;font-size:11px}
.bx_item_detail .bx_bigimages .bx_stick_disc{
	display:none;
	position: absolute;
	width: 72px;
	height: 74px;
	background: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/stick_disc.png) no-repeat center;
	color: #fff;
	text-align: center;
	text-shadow:0 1px 0 #ba3434;
	font-weight: bold;
	font-size: 23px;
	line-height: 74px;
}
.bx_item_detail .bx_bigimages .bx_stick.left,
.bx_item_detail .bx_bigimages .bx_stick_disc.left{left:-2px;}
.bx_item_detail .bx_bigimages .bx_stick.right,
.bx_item_detail .bx_bigimages .bx_stick_disc.right{right: 0;}
.bx_item_detail .bx_bigimages .bx_stick.top,
.bx_item_detail .bx_bigimages .bx_stick_disc.top{top: 15px;}
.bx_item_detail .bx_bigimages .bx_stick.bottom,
.bx_item_detail .bx_bigimages .bx_stick_disc.bottom{bottom: 5px;}
.bx_item_detail .bx_bigimages .bx_stick.middle,
.bx_item_detail .bx_bigimages .bx_stick_disc.middle{top: 49%;}
@media (min-width:641px) and (max-width:960px){
	.bx_item_detail .bx_bigimages .bx_stick{
		width: 90px;
		height: 30px;
		background-size: 100%;
		line-height: 30px;
	}
	.bx_item_detail .bx_bigimages .bx_stick.short {font-weight:normal;font-size:14px}
	.bx_item_detail .bx_bigimages .bx_stick.average {font-weight:normal;font-size:11px}
	.bx_item_detail .bx_bigimages .bx_stick.long{font-weight:normal;font-size:11px}
	.bx_item_detail .bx_bigimages .bx_stick_disc{
		width: 64px;
		height: 65px;
		background-size: 100%;
		font-size: 	20px;
		line-height: 65px;
	}
}
@media (max-width:640px) {
	.bx-touch .bx_item_detail .bx_bigimages .bx_stick{
		width: 70px;
		height: 30px;
		background-size: 100%;
		font-size: 	11px;
		line-height: 30px;
	}
	.bx-touch .bx_item_detail .bx_bigimages .bx_stick_disc{
		width: 48px;
		height: 49px;
		background-size: 100%;
		font-size: 	16px;
		line-height: 49px;
	}
}
@media (max-width:479px) {
	.bx-touch .bx_item_detail .bx_bigimages .bx_stick{
		width: 70px;
		height: 30px;
		background-size: 100%;
		font-size: 	11px;
		line-height: 30px;
	}
	
	.bx-touch .bx_item_detail .bx_bigimages .bx_stick_disc{
		width: 37px;
		height: 38px;
		background-size: 100%;
		font-size: 13px;
		line-height: 38px;
	}
}

/* scu_detail_size */
.bx_item_detail .bx_item_detail_size{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_item_detail .bx_item_detail_size.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%;
}

/*----*/

.bx_item_detail .bx_item_detail_size .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_item_detail .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_item_detail .bx_item_detail_size .bx_size{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx_item_detail .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	 .bx_item_detail .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_item_detail .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	.bx_item_detail .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_item_detail .bx_item_detail_size ul li{
	position: relative;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 25px;
}
.bx_item_detail .bx_item_detail_size ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	//background: #fff;
	color: #3f3f3f;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 22px;
}
.bx-retina .bx_item_detail .bx_item_detail_size ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-moz-border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-o-border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border.png) 2 fill stretch;
}
.bx_item_detail .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_item_detail .bx_item_detail_size ul li:active .cnt,
.bx_item_detail .bx_item_detail_size ul li.bx_active .cnt{
	border: 2px solid #006cc0;
}
.bx-retina .bx_item_detail .bx_item_detail_size ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border_active.png) 2 fill stretch;
}

.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right  		{opacity:0.8}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_item_detail .bx_item_detail_size.full .bx_slide_left,
.bx_item_detail .bx_item_detail_size.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left {left: -5%;background:url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail .bx_item_detail_size .bx_slide_left {left:   0;background:url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail .bx_item_detail_size .bx_slide_right{right:  0;background:url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/fade_right.png) repeat-y right center;background-size: 100% auto}

/* scu_detail_scu */
.bx_item_detail .bx_item_detail_scu{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_item_detail .bx_item_detail_scu.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%
}

/*----*/

.bx_item_detail .bx_item_detail_scu .bx_item_section_name_gray{
    color: #a7a7a4;
    font-size: 13px;
    line-height: 26px;
    display: block;
    font-family: "FSElliot";
}

/*----*/

.bx_item_detail .bx_item_detail_scu .bx_scu_scroller_container{
    position: relative;
    margin-left: 54px;
    margin-top: -34px;
}

.bx_item_detail .bx_item_detail_scu .bx_scu{
	position: relative;
	margin: 0;
	width: 100%;
}
.bx-touch 	 .bx_item_detail .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_item_detail .bx_item_detail_scu .bx_scu ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}
.bx-touch 	.bx_item_detail .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li{
    position: relative;
    display: block;
    float: left;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
}
@media (max-width: 991px) {
	.bx_item_detail .bx_item_detail_scu .bx_scu ul li {
		width: 30px !important;
		height: 30px !important;
		margin-right: 5px;
		margin-top: 10px;
	}
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt{
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    display: block;
    overflow: hidden;
    border: #d4b678 solid 1px;
    background: #fff;
    z-index: 10;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.bx-retina .bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-moz-border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-o-border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border.png) 2 fill stretch;
}
/*
	.bx_item_detail .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: none}
	.bx_item_detail .bx_item_detail_scu .bx_scu ul li:active .cnt,
	.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	padding: 0px;
	border: none;
	}
*/
.bx_item_detail .bx_item_detail_scu .bx_scu ul li:active:before, .bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #d4b678;
    left: 50%;
    bottom: -6px;
    border-radius: 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    z-index: 30;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 4px;
	left: 2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/missing.png) no-repeat center;
}

.bx-retina .bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/x2border_active.png) 2 fill stretch;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
    position: absolute;
    top: 0;
    right: 0;
    //bottom: 0;
    //left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
	outline: none;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
	width: auto;
	height: 25px;
}

/*----*/

.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_item_detail .bx_item_detail_scu.full .bx_slide_left,
.bx_item_detail .bx_item_detail_scu.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail .bx_item_detail_scu .bx_slide_left {left:   0;background:url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail .bx_item_detail_scu .bx_slide_right{right:  0;background:url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/fade_right.png) repeat-y   right center;background-size: 100% auto}

/* item_detail_description */
.bx_item_detail .bx_item_description p{font-size: 13px;}
.bx_item_detail .bx_item_description .bx_item_section_name_gray{
	color: #9e9e9e;
	font-size: 13px;
}
.bx_item_detail .bx_item_description .bx_specifications_table{
	margin-top: 10px;
	width: 100%;
	border-collapse: collapse;
}
.bx_item_detail .bx_item_description .bx_specifications_table tr:nth-child(odd){background: #f2f2f2;}
.bx_item_detail .bx_item_description .bx_specifications_table tr:nth-child(even){ }
.bx_item_detail .bx_item_description .bx_specifications_table tr td{
	padding: 3px 10px;
	font-size: 12px;
}
.bx_item_detail .bx_item_description .bx_specifications_table tr td:first-child{font-weight: bold;}
/*style slider*/
.main-control-slider {
	margin-top: 10px;
	position:absolute;
	cursor: pointer;
	opacity: 1;
	width: 20px;
    height: 20px;
    
    z-index: 110;
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    -moz-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
	top: 50%;
	background-color: #fff;
	background-repeat:no-repeat;
	background-position:center;
}
.main-control-slider.right {
	background-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/arr_right.png);
	right: -10px;
}
.main-control-slider.left {
	background-image: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/arr_left.png);
	left: -10px;
}
.bx_item_detail .bx_item_slider .bx_bigimages {
	overflow:initial;
}
.bx_bigimages_aligner img {
	cursor:pointer;
}
.main-element-slider .scroller_container .owl .width-container span {
	top: -15px !important;
	bottom: -15px !important;
	left: 0 !important;
	right: -30px !important;
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    -moz-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;;
    background-color: #fff;
}

.main-element-slider .width-container {
	position:relative;
	z-index:1;
}

.main-element-slider .scroller_container .owl span {
	display:block;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
}

.main-element-slider .scroller_container .owl .width-container span {
	cursor: default;
}

.main-element-slider .scroller_container .owl .wrap {
	position:relative;
	height: 75px;
}

@media (max-width: 1199px) {
	.main-element-slider .scroller_container .owl .wrap {
		height: 63px;
	}
}
@media (max-width: 991px) {
	.main-element-slider .scroller_container .owl .wrap {
		height: 48px;
	}
}

.main-element-slider .scroller_container {
    overflow: hidden;
    padding: 40px 0;
    margin-bottom: -20px;
}
.main-element-slider .scroller_container_wrap {
	position:relative;
}
.main-element-slider .owl-carousel {
	display:block;
}
.main-element-slider .owl-controls {
	margin:0px;
}
.main-element-slider .bigimages img {
	margin:0 auto;
	display: block;
	max-width: 100%;
	height: auto;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 60px 0px rgba(230,230,230,1);
	-moz-box-shadow: 0px 0px 60px 0px rgba(230,230,230,1);
	box-shadow: 0px 0px 60px 0px rgba(230,230,230,1);
}

.main-element-slider .bigimages {
	position:relative;
}

/* Bootstrap */
.c-unique-features__row{
	padding: 25px 0;
}
.c-unique-features__item.left-img-container, .c-unique-features__item.left-text{
	/*padding: 0 80px 40px 0;*/
  padding: 0 15px 40px;
}
@media (max-width: 747px) {
	.c-unique-features__item.left-img-container, .c-unique-features__item.left-text{
		/*padding: 0 0px 40px 15px;*/
    padding: 0 15px 40px 15px;
	}
}
.c-unique-features__item.right-img-container{	
	float: right !important;
}
.c-unique-features__item.right-img-container{
	/*padding-left: 0;*/
}
.c-unique-features__item .c-unique-features__head{
	font-weight: bold;
	font-size: 20px;
	padding: 30px 0;
}
.unique-content {
    color: #706f6d;
    padding-bottom: 20px;
}
.unique-title {
    font-weight: bold;
    font-size: 16px;
    padding: 20px 0px 10px 0px;
}
.unique-description {
    font-size: 13px;
}
.table-striped tr {
    font-weight: bold;
}
.table-striped td:last-child {
    color: #51504e;
}
.table-striped td:first-child {
    color: #706f6d;
}
.table-striped td {
    border-width: 0px !important;
    padding: 10px 20px 10px 20px !important;
}

/* Таблица спецификаций */
.specs-table-mask {
    margin-left: -10px;
    margin-right: -15px;
}
.specs-table-mask div {
    padding: 0px 20px 0px 20px !important;
}
.specs-table-mask .row {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
}
.first-spec-table {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.second-spec-table {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.first-spec-table div {
    background-color: #f6f6f4 !important;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
}
.second-spec-table div {
    background-color: white !important;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
}
.first-spec-table div:last-child {
    color: #51504e;
}
.first-spec-table div:first-child {
    color: #706f6d;
}
.second-spec-table div:last-child {
    color: #51504e;
}
.second-spec-table div:first-child {
    color: #706f6d;
}
.specific-button-text {
    font-size: 14px;
    color: #706f6d;
}
/* Таблица спецификаций */

/* Информация по складам */
.room-link {
	cursor: pointer;
}
#full-amount-block {
	position: fixed;
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 1000;
	padding: 50px;
	overflow: hidden;
}
.full-amount-background {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}
.full-amount-main {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: white;
	overflow: auto;
}
.full-amount-map {
	position: absolute !important;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: calc(100% - 450px) !important;
	float: none !important;
	height: 100%;
	padding: 0px !important;
}
.full-amount-info {
	position: absolute !important;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 450px !important;
	float: none !important;
	height: 100%;
	overflow: auto;
	padding: 0px !important;
	font-family: 'Roboto' !important;
	box-shadow: 0px 0px 50px 0px darkgrey;
}
.full-amount-close {
	position: absolute;
	top: 33px;
	right: 33px;
	cursor: pointer;
	width: 12px;
	height: 12px;
}
.full-amount-info .tab-content {
	position: absolute;
	top: 120px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	overflow: auto;
	padding: 0px !important;
}
.full-amount-info .nav {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 300px;
}
.full-amount-info .nav li {
	position: relative;
	background-color: #eeeeeb !important;
	border: 1px solid #eeeeeb;
	width: 150px;
}
.full-amount-info .tab-content ul li {
	position: relative;
}
.full-amount-info .tab-content ul li:hover {
	background-color: #f6f6f4;
}
.full-amount-info .tab-content ul li::after {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 50px;
	width: 21px;
	height: 5px;
	background: url(/local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/images/dots.png);
 }
.full-amount-info .tab-content ul li.show-data::after {
	display: none;
}
.full-amount-info .nav li:first-child {
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}
.full-amount-info .nav li:last-child {
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}
.full-amount-info .nav li.active {
	background-color: white !important;
}
.full-amount-info .nav li.active a {
	color: #51504e !important;
}
.full-amount-info .nav li a {
	background-color: transparent !important;
	font-size: 16px !important;
	font-weight: bold !important;
	text-align: center;
	padding: 0px !important;
	line-height: 40px !important;
	color: #999999 !important;
	font-family: 'Roboto' !important;
}
.full-amount-info .tab-content h3, .full-amount-info .tab-content h4 {
	margin: 0px !important;
	padding: 10px 50px;
	font-weight: normal;
	color: #51504e;
	font-family: 'Roboto' !important;
}
.full-amount-info .tab-content h3 {
	font-size: 22px !important;
}
.full-amount-info .tab-content h4 {
	font-size: 16px !important;
}
.full-amount-cols {
	border-top: 1px solid #eeeeeb;
	border-bottom: 1px solid #eeeeeb;
	padding: 10px 50px;
	font-size: 13px;
	margin-top: 15px;
}
.full-amount-cols div {
	opacity: 0.75;
}
.full-amount-cols div:nth-child(1) {
	float: left;
}
.full-amount-cols div:nth-child(2) {
	float: right;
}
.full-amount-info .tab-content ul {
	list-style: none;
	margin: 0px !important;
	padding: 20px 0px 0px 0px;
}
.full-amount-info .tab-content ul li {
	padding: 5px 50px 20px 50px;
	font-size: 13px;
	opacity: 0.75;
}
.full-amount-info .tab-content ul li.show-data {
	opacity: 1;
}
.full-amount-info .tab-content ul li span {
	border-width: 0px;
}
@media (max-width: 900px) {
	.full-amount-map {
		display: none;
	}
	.full-amount-info {
		width: 100% !important;
	}
}
@media (max-width: 525px) {
	#full-amount-block {
		padding: 0px;
	}
}
/* Информация по складам */

.one-offer-id{
	display: none;
}

#buy-one-click-btn {
	cursor: pointer;
}
.col-border-right {
	position: relative;
}
.col-border-right::after {
	content: "";
	position: absolute;
	top: 0px;
	right: -1px;
	height: 100%;
	width: 1px;
	background-color: #eeeeeb;
}
.col-border-left {
	position: relative;
}
.col-border-left::after {
	content: "";
	position: absolute;
	top: 0px;
	left: -1px;
	height: 100%;
	width: 1px;
	background-color: #eeeeeb;
}
span.prefix{
	font-size: 75%;
}



.baner-product div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.credit-button {
	cursor: pointer;
	color: #51504e;
	font-size: 13px;
	text-decoration: underline;
}
.credit-button:hover{
	color: #d4b678;
}

.owl-item #video-block {
	position: relative;
}

.owl-item #video-block::before {
	content: '';
	z-index: 2;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #d4b678;
	opacity: 0.7;
	pointer-events: none;
}

.owl-item #video-block .icon-yu {
	z-index: 3;
	pointer-events: none;
}

.owl-item.width-container #video-block::before {
	top: -15px;
	bottom: -15px;
	left: 0;
	right: -30px;
}

.owl-item.width-container #video-block .icon-yu{
	margin-left: 15px;
}

.bigimages .video-fancy {
	margin: 0;
	background-color: rgba(212, 182, 120, 0.7);
}

.bigimages .video-fancy::before {
	content: '';
	z-index: 2;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	border: 4px solid #fff;
	border-radius: 50%;
	background: none;
	pointer-events: none;
}

.bigimages .video-fancy::after {
	content: '';
	z-index: 2;
	display: block;
	margin-left: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-style: solid;
	border-width: 20px 0 20px 32px;
	border-color: transparent transparent transparent #fff;
	pointer-events: none;
}

.photo-item-slide__video {
	display: block;
	float: none !important;
	margin: 0 !important;
}

.owl-item.width-container .photo-item-slide__video .icon-yu {
	left: 72px;
}
/* End */


/* Start:/local/components/slam/easyform/templates/review/style.css?175517665420950*/
.help-block{
	display:none!important;
}

.bxlhe-frame textarea.form-control {
	height: 100px!important;;
}

div.bxlhe-frame{font-size: 12px; color:  black; overflow: hidden; font-family:Verdana,Tahoma,Arial,Sans-Serif; background: #fff !important; }
div.bxlhe-frame table { /*border-collapse: collapse;*/}
div.bxlhe-frame table td {padding: 0px;}
table.bxlhe-frame-table{width:100%; height: 100%; }
table.bxlhe-frame-table td {background-color:#FFFFFF !important;}
table.bxlhe-frame-table td.bxlhe-editor-buttons {background-color:#f8f8f8 !important; vertical-align: top; padding: 0;}
div.bxlhe-float-toolbar{position: absolute; top: -1000px; left: -1000px; background-color:#DFDDD8;}
table.bxlhe-float-tlb-table{border-collapse: collapse; width: 100%;}
table.bxlhe-float-tlb-table td {padding: 0px;}
table.bxlhe-float-tlb-table td.bxlhe-toggle {width: 12px; border: 1px solid #E4E2DC; border-bottom-color: #817F7F; border-right-width: 0px; background: #476AB0; cursor: move !important; -moz-user-select: none !important;}

.lhe-stat-toolbar-cont {overflow: hidden; border: 1px solid #fff; border-bottom: 1px solid #e5e5e5; zoom:1;}
.lhe-stat-toolbar-cont-preload { border: 0 none; }
iframe.lha-iframe{width:100%; height: 100%; background-color: white; border-width: 0!important;margin: 0!important;}
.lha-textarea{width:100%; border-width: 0!important; background-color: #FFFFFF!important; resize: none!important; color: #273242;outline: none;}
.lha-source-div{display: none; height: 100%; width: 100%; overflow: hidden!important; padding: 7px 0 0 7px;}
input.lhe-br-but{width: 20px;  padding-left: 2px;}

td.bxlhe-editor-cell{overflow: hidden; vertical-align: top; background:#f8f8f8 !important;padding:0;}

td.lhe-resize-row{padding: 0!important; margin: 0!important; height:3px; vertical-align: top!important; background: #FFFFFF!important; }
td.lhe-resize-row img{background: url(/bitrix/images/fileman/light_htmledit/resize_line.gif) repeat-x 0 0 !important; width: 100%; height: 3px!important; padding: 0!important; margin: 0!important; cursor:n-resize!important;}

/* Dialogs */
div.lhe-dialog table {border-collapse: collapse !important;}
div.lhe-dialog table td {padding: 10px 5px !important; font-size:12px!important; background-image: none!important;}
div.lhe-dialog  div.title{background-color:#476AB0; border-bottom:1px solid #A9A9A9;}
div.lhe-dialog div.title td.title-text {font-size:11px !important; font-weight:bold !important; color:#EEF1F7 !important; padding: 3px !important; cursor:move !important; vertical-align:top !important;}
div.lhe-dialog a.close {display:block; width:13px; height:13px; background-image:url(/bitrix/images/fileman/light_htmledit/close.gif); overflow:hidden; margin:3px; background-repeat:no-repeat; background-position:center;}
div.lhe-dialog .bx-core-adm-dialog-content {overflow: hidden !important;}

#lhe_editor_dialog_content td{padding: 5px 5px 0px 5px !important;}
td.lhe-dialog-label {text-align: right;}
.lhe-label-imp{font-weight: bold !important;}
#lhe_editor_dialog_content td.lhe-dialog-but-cell{padding: 8px 0px !important; text-align: center !important;}
td.lhe-dialog-par-one{text-align: center;}
td.lhe-dialog-param{text-align: left;}
div.lhed-img-preview-cont{height:150px; width:250px; overflow: auto; border: 1px #999999 solid; overflow-y: scroll; overflow-x: auto; color: #999999; background-color: #FFFFFF; padding: 3px; margin-left: 0px;}
div.lhed-img-size-cont{margin-left: 0px; display: block;}
span.lhed-img-preview-label{display: block; float: left; padding: 4px 15px 0px 0px; width: 120px; text-align: right;}
span.lhed-vid-preview-label{display: block; float: left; padding: 4px 15px 0px 0px; width: 120px; text-align: right;}
div.lhed-vid-preview-cont{height:240px; width:320px; overflow: hidden; border: 1px #999999 solid; background-color: #FFFFFF;}

.lhe-overlay{background-color:#333333; height:100%; width:100%; left: 0; top: 0; filter: gray() alpha(opacity=10); -moz-opacity: 0.10; opacity: 0.1; position: absolute; -moz-user-select: none !important;}
.lhe-trans-overlay{height:100%; width:100%; left: 0; top: 0; position: absolute; -moz-user-select: none !important; display: none; background-color:#FFFFFF; filter: gray() alpha(opacity=01); -moz-opacity: 0.01; opacity: 0.01;}

.lhe-button{width: 20px; height: 20px; background-image: url(/bitrix/images/fileman/light_htmledit/lhe_iconkit.gif); border: 1px solid #f8f8f8; }
.lhe-button-over{ background-color: #e7e7e7;}
.lhe-button-checked{border: 1px solid #f8f8f8!important; background-color: #e7e7e7!important;}
.lhe-button-disabled{
	border: #e4e2dc 1px solid!important;
	opacity: 0.3!important;
	filter: gray() alpha(opacity=30)!important;
}

.lhe-button-cont{width: 23px; height: 25px; float: left; background:none; }
.lhe-button-cont img{ margin:1px 0 0 1px;}

/*div.lhe-line-end, div.lhe-line-begin{height: 25px;background-image: url(/bitrix/images/fileman/light_htmledit/lhe_iconkit.gif); float: left;}
div.lhe-line-end{width: 5px; background-position: -334px -96px;}
div.lhe-line-begin{width: 3px;background-position: -330px -96px; clear:left;}*/
div.lhe-line-end, div.lhe-line-begin {display: none;}

.lhe-line-ie{height: 0px!important; width: 99%!important; clear:left!important; margin: 0!important; padding: 0!important; background: red!important;}

/*list*/
div.lhe-list-val-cont{position: absolute; border: 1px solid #808080; background-color: #FFFFFF; display: none;  width: 200px; top: -1000px; left: -1000px;}
table.lhe-smiles-cont {border-collapse: collapse; margin: 1px!important;}
table.lhe-smiles-cont td{padding: 0!important;}

table.lhe-smiles-tlbr-table{border-collapse: collapse; background-color: transparent !important; margin: 0 0 0 16px!important;}
table.lhe-smiles-tlbr-table td{padding: 0!important; background-color: transparent !important;}

div.lhe-tlbr-smile-cont{width: 20px; height: 20px; float: left; border: 1px solid #F8F8F8;  background-color: transparent; margin:1px 1px 0 0!important;}
div.lhe-tlbr-smile-cont img{visibility: hidden;}
div.lhe-tlbr-smile-over{background-color: #E7E7E7!important; border: 1px solid #F8F8F8!important;}
img.lhe-tlbr-smile-more{background-position: -65px -58px!important; width:10px!important;}

div.lhe-smile-cont {float: left; padding: 2px; border: 1px solid #FFFFFF;}
div.lhe-smile-cont-over {background-color: #FFC678; border: 1px solid #4B4B6F;}

div.lhe-header-cont {padding: 0px 5px; border: 1px solid #FFFFFF; white-space: nowrap;}
div.lhe-header-cont-over {background-color: #FFC678; border: 1px solid #4B4B6F;}
div.lhe-header-innercont , div.lhe-list-innercont {width: 100%; overflow: auto; overflow-x: hidden; overflow-y: auto;}
span.lhe-list-font-span {white-space: nowrap; font-size: 12px; display: block; margin: 2px 0 2px 8px;}
font.lhe-list-font-span {white-space: nowrap;}

div.lhe-list-item-cont {padding: 0!important; border: 1px solid #FFFFFF;}
div.lhe-list-item-cont-over {background-color: #FFC678; border: 1px solid #4B4B6F;}

/* Justify*/
table.lhe-justify-tlbr-table{border-collapse: collapse; background-color: transparent !important; margin: 0!important;}
table.lhe-justify-tlbr-table td{padding: 0!important; background-color: transparent !important;}
img.lhe-tlbr-just-more{background-position: -65px -58px!important; width:8px!important; margin-left: 0!important; /* border-left-width: 0!important; */}
.lhe-tlbr-just-over{background-color: #FFC678!important; border: 1px solid #4B4B6F!important;}
table.lhe-justify-cont{margin: 0!important; background-color: transparent!important;}
div.lhe-justify-list {background-color: #E4E2DC!important; width: 22px; height: 88px;}



/*colorpicker*/
div.lhe-colpick-cont{position: absolute; border: 1px solid #808080; background-color: #E4E2DC; display: none; width: 322px;
	top: -1000px; left: -1000px;}
table.lha-colpic-tbl{border-collapse: separate !important;}
table.lha-colpic-tbl td.lha-col-cell{width: 16px; height: 16px; border: 1px solid #808080; font-size: 5px !important;}
table.lha-colpic-tbl td.lha-col-cell-over{border: 1px solid #FFC678 !important;}

td.lha-color-inp-cell{height: 25px;}
span.lha-colpic-def-but{background-color: #E4E2DC;border: 1px solid #808080;display: block;margin: 1px;font-size: 12px !important; padding: 3px; text-align: center !important; vertical-align: middle !important; cursor: default;}
span.lha-colpic-def-but-over{background-color: #FFC678; border: 1px solid #4B4B6F;}

/* Context menu*/
.lhe-cm{position: absolute; left: -1000px; top: -1000px; visibility: hidden;  font-family:Verdana,Tahoma,Arial,Sans-Serif;font-size: 12px;}
.lhe-cm table{border-collapse: collapse;}
.lhe-cm table td{padding: 0px;}

.lhepopup{border:1px solid #B6B6B6; padding:0px !important; background-color:#FCFCFC; background-image:url(/bitrix/themes/.default/images/menu_gutter.gif); background-repeat:repeat-y; font-size: 12px !important;}

.lhepopup table.popupitem{width: 185px; margin:1px !important; cursor:default; border-collapse: separate !important;}
.lhepopup table.popupitemover {border:1px solid #4B4B6F !important; margin:0px !important; background-color: #FFC678 !important;}
.lhepopup td.popup_open_cell table.popupitem{border:1px solid #AEB6C2 !important; margin:0px !important; background-color:#CEDAEE !important;}
.lhepopup td.popup_open_cell .lhepopup table.popupitem{border: 0px !important; width: 100%; margin:1px !important; cursor:default; background-color: transparent !important;}
.lhepopup td.popup_open_cell .lhepopup table.popupitemover{border:1px solid #AEB6C2 !important; margin:0px !important; background-color:#CEDAEE !important;}
.popupitemdisabled{filter: gray() alpha(opacity=30); -moz-opacity: 0.30;}

.lhepopup table.popupitem td.item {padding: 1px 5px !important; white-space: nowrap;}
.lhepopup table.popupitem td.gutter {width: 20px; height: 20px;}
.lhepopup table.popupitem td.arrow, .lhepopup table.popupitem td.arrow_ie {width:10px; background-image: url(/bitrix/images/fileman/htmledit2/_global_iconkit.gif);background-position: -277px -101px; background-repeat: no-repeat;padding-right:3px}
.lhepopup table.popupitemover td.arrow_ie, .lhepopup td.popup_open_cell .lhepopup table.popupitemover{background-position: -275px -101px; }

table.lhe-table-model {border: 1px dashed #808080!important; width: 300px!important;}
table.lhe-table-model td{border: 1px dashed #808080!important; padding: 0!important;}
div.lhed-model-cont {width: 330px!important; height: 150px!important; overflow: auto!important; margin: 5px 0 0 0!important; padding: 0!important;}

table.lhe-dialog-list-table{border-collapse: collapse; width: 330px;}
table.lhe-dialog-list-table td{padding: 2px !important;}
table.lhe-dialog-list-table td.lhe-dialog-list-items{height: 130px !important; padding: 0 !important;}
table.lhe-dialog-list-table td.lhe-dialog-list-items div{height: 130px !important; overflow: auto!important; padding: 0!important; margin: 0!important;}
table.lhe-dialog-list-table td.lhe-dialog-list-items ol, table.lhe-dialog-list-table td.lhe-dialog-list-items ul{margin: 0!important;}
table.lhe-dialog-list-table img.lhe-dialog-list-del{width: 20px; height: 20px; background: url(/bitrix/images/fileman/light_htmledit/delete.gif) 1px 3px no-repeat; cursor: pointer;}


#lhe_btn_source{background-position: -1px -80px;}
#lhe_btn_sourcebb{background-position: -1px -61px;}
#lhe_btn_anchor{background-position: -260px 0;}
#lhe_btn_createlink{background-position: -280px 0;}
#lhe_btn_deletelink{background-position: -300px 0;}
#lhe_btn_image{background-position: -320px 0;}
#lhe_btn_specialchar{background-position: -340px 0;}

#lhe_btn_bold{background-position: 0px -20px;}
#lhe_btn_italic{background-position: -20px -20px;}
#lhe_btn_underline{background-position: -40px -20px;}
#lhe_btn_strike{background-position: -80px -20px;}
#lhe_btn_removeformat{background-position: -60px -20px;}
#lhe_btn_inserthr{background-position: -100px -20px;}

#lhe_btn_justifyleft{background-position: -120px -20px;}
#lhe_btn_justifycenter{background-position: -140px -20px;}
#lhe_btn_justifyright{background-position: -160px -20px;}
#lhe_btn_justifyfull{background-position: -180px -20px;}

#lhe_btn_justifyleft_l{background-position: -206px -99px;}
#lhe_btn_justifycenter_l{background-position: -183px -99px;}
#lhe_btn_justifyright_l{background-position: -161px -99px;}
#lhe_btn_justifyfull_l{background-position: -140px -99px;}



#lhe_btn_insertorderedlist{background-position: -200px -20px;}
#lhe_btn_insertunorderedlist{background-position: -220px -20px;}
#lhe_btn_outdent{background-position: -240px -20px;}
#lhe_btn_indent{background-position: -260px -20px;}

#lhe_btn_video{background-position: -180px -40px;}
/* LISTS */
#lhe_btn_smilelist{background-position: -3px -40px; width: 21px;}
#lhe_btn_headerlist{background-position: -60px -40px;}
#lhe_btn_fontlist{background-position: -80px -39px;}
#lhe_btn_fontsizelist{background-position: -99px -39px;}

/*Colorpickers*/
#lhe_btn_backcolor{background-position: -280px -21px;}
#lhe_btn_forecolor{background-position: -300px -21px;}

#lhe_btn_insertcell_before{background-position: -140px -60px;}
#lhe_btn_insertcell_after{background-position: -160px -60px;}
#lhe_btn_deletecell{background-position: -180px -60px;}
#lhe_btn_mergecells{background-position: -200px -60px;}
#lhe_btn_merge_right{background-position: -220px -60px;}
#lhe_btn_merge_bottom{background-position: -240px -60px;}
#lhe_btn_split_hor{background-position: -260px -60px;}
#lhe_btn_split_ver{background-position: -280px -60px;}
#lhe_btn_insertrow_before{background-position: -140px -80px;}
#lhe_btn_insertrow_after{background-position: -160px -80px;}
#lhe_btn_mergeallcellsinrow{background-position: -200px -80px;}
#lhe_btn_deleterow{background-position: -180px -80px;}
#lhe_btn_insertcolumn_before{background-position: -220px -80px;}
#lhe_btn_insertcolumn_after{background-position: -240px -80px;}
#lhe_btn_mergeallcellsincolumn{background-position: -280px -80px;}
#lhe_btn_deletecolumn{background-position: -260px -80px;}
#lhe_btn_deletetable{background-position: -120px -40px;}
#lhe_btn_taskcheckbox{background-image: url(/bitrix/images/fileman/light_htmledit/check_both.gif); background-position: 0px 0px;}

#lhe_btn_quote{background-position: -100px 0px;}
#lhe_btn_code{background-position: -80px 0px;}
#lhe_btn_insertcut{background-position: -60px 0px;}
#lhe_btn_translit{background-position:-138px -40px;}
#lhe_btn_table{background-position: -240px 1px;}

.item_comments{
	display: block;
	padding-left: 0;
}
.item_comments li{
	display: block;
	padding-bottom: 10px;
}
.item_comments_username{
	display: inline-block;
	color: #5d90bd;
	font-size: 14px;
}
.item_comments_date{
	display: inline-block;
	color: #b8b8b8;
	font-size: 14px;
	margin-left: 10px;
}
.item_comments_container p{
	margin-top: 5px;
	color: #3f3f3f;
	font-size: 14px;
}

div.blog-comment-form {width: 100% !important;}

div.blog-comment .blog-author {
    //font-size: 0.85em;
	font-size: 16px;
	position: relative;
}

.blog-comment-content {
	color: #7a7977;
	margin-top: 10px;
    font-size: 14px;
    overflow: hidden!important;
    padding-top: 0 !important;
}

div.blog-comment-buttons input {
    font-size: 13px !important;
    padding: 0 3px !important;
}

.blog-post-rating {
    padding: 10px 0 0 0;
}

@media (max-width:540px){
	.bx_soc_comments_div .bx-catalog-tab-list li a{
		font-size:11px;
	}
}

.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button,
.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button_type_2	{
	padding:0 13px;
	height:25px;
	font-weight:bold;
	line-height:25px;
}
.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button  	{
	height:27px;
	line-height:27px;
}
.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button:hover  {}
.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button:active {}
.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button_type_2 		 {font-weight:bold}
.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button_type_2:hover {}
.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button_type_2:active{}

.bx_soc_comments_div.bx_important .blog-comment-nav {

}

.bx_soc_comments_div.bx_important .blog-comment-nav a,
.bx_soc_comments_div.bx_important .blog-comment-nav a:link,
.bx_soc_comments_div.bx_important .blog-comment-nav a:visited,
.bx_soc_comments_div.bx_important .blog-comment-info a,
.bx_soc_comments_div.bx_important .blog-comment-info a:link,
.bx_soc_comments_div.bx_important .blog-comment-info a:visited {
	text-decoration: none;
	color: #969696 !important;
}

.bx_soc_comments_div.bx_important .blog-comment-nav a:hover,
.bx_soc_comments_div.bx_important .blog-comment-nav a:active,
.bx_soc_comments_div.bx_important .blog-comment-info a:hover,
.bx_soc_comments_div.bx_important .blog-comment-info a:active {
	text-decoration: underline;
	color: #969696 !important;
}

.bx_soc_comments_div.bx_important .blog-comment-info a,
.bx_soc_comments_div.bx_important .blog-comment-info a:link,
.bx_soc_comments_div.bx_important .blog-comment-info a:visited {
	font-size: 0.85em;
}

.bx_soc_comments_div.bx_important .blog-comment-info a:hover,
.bx_soc_comments_div.bx_important .blog-comment-info a:active {
	font-size: 0.85em;
}

.bx_soc_comments_div .bx-catalog-tab-section-container{position: relative;}

.bx_soc_comments_div .bx-catalog-tab-list{
	border-bottom: 1px solid #d9e1e3;
	text-align: left;
	padding: 0;
	vertical-align: bottom;
	margin: 16px 0;
}

.bx_soc_comments_div .bx-catalog-tab-list li{
	vertical-align: bottom;
	border: 1px solid #d9e1e3;
	border-bottom: none;
	display: inline-block;
	border-radius: 3px 3px 0 0;
	background: #f7f7f7;
	box-shadow: inset 0 -10px  5px -10px rgba(0,0,0,.12);
}

.bx_soc_comments_div .bx-catalog-tab-section-container .bx-catalog-tab-list li:before{
	content: none;
}

.bx_soc_comments_div .bx-catalog-tab-list li a,
.bx_soc_comments_div .bx-catalog-tab-list li>span{
	display: block;
	cursor: pointer;
	line-height: 30px;
	height: 30px;
	color: #999;
	text-decoration: none;
	font-size: 13px;
	padding: 0 20px;
	box-shadow: none;
}

.bx_soc_comments_div .bx-catalog-tab-list li:hover,
.bx_soc_comments_div .bx-catalog-tab-list li.active{
	background: #fff;
}

.bx_soc_comments_div .bx-catalog-tab-list li.active a,
.bx_soc_comments_div .bx-catalog-tab-list li.active>span{
	background: #fff;
	line-height: 35px;
	height: 35px;
	color: #3f3f3f;
	position: relative;
	bottom: -2px;
}

.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container>div.tab-off{
	opacity: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition:all 0.4s ease-out;
	-ms-transition:all 0.4s ease-out;
	-moz-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	transition:all 0.4s ease-out;
}

.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container>div{
	opacity: 1;
	-webkit-transition:all 0.6s ease-out;
	-ms-transition:all 0.6s ease-out;
	-moz-transition:all 0.6s ease-out;
	-o-transition:all 0.6s ease-out;
	transition:all 0.6s ease-out;
	padding: 0 10px;
}

.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container .hidden{
	display: none;
}

.blog-comment-date {
	color: #adadad !important;
	display: block !important;
}

.blog-comment-newmeta {
	margin-top: 5px;
}

.blog-comment-newmeta span a{
	color: #b0cd60 !important;
	font-size: 13px;
	text-decoration: underline !important;
}

.tab-content {
	overflow: hidden;
}

.blog-author::before {
	content: '';
	position: absolute;
	top: 5px;
	left: -25px;
	background-color: transparent;
	width: 10px;
	height: 10px;
	border-color: #b0cd60;
	border-right-width: 2px;
	border-left-width: 0px;
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-style: solid;
	transform: rotate(45deg);
}

.bxlhe-editor-toolbar-row {
	display: none;
}

.blog-comment-field-user {
	margin-right: 2.5%;
	width: 30% !important;
	float: left;
	padding: 0px !important;
}

.blog-comment-fields {
	background-color: transparent !important;
}

.blog-comment-fields input[type=text] {
	outline: none;
	border-width: 0px;
	border: 2px solid #eeeeeb;
	width: 100%;
	height: 50px;
	text-align: center;
}

.blog-comment-field-text {
	display: none;
}

.blog-comment-field-author, .blog-comment-field-email {
	width: 100% !important;
}



.blog-comment-buttons input[type=button] {
	display: block;
	margin: auto;
	background-color: #b0cd60;
	color: white;
	border-width: 0px;
	outline: none;
	font-size: 14px !important;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	padding-left: 35px !important;
	padding-right: 35px !important;
	transition: background-color ease-out 0.25s;
}

.blog-comment-buttons input[type=button]:hover {
	background-color: #a5c354;
	transition: background-color ease-out 0.125s;
}

.blog-comment-field-captcha {
	margin-top: 25px;
}

.lhe-resize-row {
	display: none;
}

.lha-iframe {
	position: relative;
	display: block;
	height: 123px !important;
}

.lha-iframe::before {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0px;
	left: 0px;
}
/* End */


/* Start:/local/components/slam/easyform/lib/css/bootstrapValidator.min.css?1755176654565*/
/*!
 * BootstrapValidator (http://bootstrapvalidator.com)
 * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
 *
 * @version     v0.5.2, built on 2014-09-25 4:01:07 PM
 * @author      https://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
 * @license     MIT
 */

.bv-form .help-block{margin-bottom:0}.bv-form .tooltip-inner{text-align:left}.nav-tabs li.bv-tab-success>a{color:#3c763d}.nav-tabs li.bv-tab-error>a{color:#a94442}.bv-form .bv-icon-no-label{top:0}.bv-form .bv-icon-input-group{top:0;z-index:100}
/* End */


/* Start:/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/style.css?175517665226710*/
/* catalog.section */
.bx_item_list_recommended .bx_item_list_title {
    color: #51504e;
    vertical-align: middle;
    text-align: center;
    line-height: 26px;
    font-size: 35px;
    font-family: "FSElliotProBold";
    padding-top: 46px;
    padding-bottom: 46px;
}
.bx-section-desc-post{
	font-size: 12px;
	padding: 0 0 0 15px;
	margin: 15px 0;
}
.bx-section-desc{
	border-left: 3px solid #d3d3d3;
}
.bx_item_list_recommended {
	margin-bottom: 25px;
	border-bottom: none;
}
@media (max-width: 767px) {
	.bx_item_list_recommended {
		border-bottom: 1px solid #e5e5e5;
	}
}
.bx_item_list_recommended .bx_catalog_item {
    position: relative;
    float: left;
    height: 561px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    margin-bottom: 30px;
}
@media (min-width: 960px) {
	.bx_item_list_recommended.col1 .bx_catalog_item {
		padding: 26px 26px 18px 26px;
		margin: 0 0 30px 0;
		width: 100%
	}
	.bx_item_list_recommended.col2 .bx_catalog_item {
		padding: 26px 26px 18px 26px;
		margin: 0 1% 30px;
		width: 48%
	}	
	.bx_item_list_recommended.col3 .bx_catalog_item {
		padding: 26px 26px 18px 26px;
		margin: 0 1% 30px;
		width: 31.333333%
	}	
	.bx_item_list_recommended.col4 .bx_catalog_item {
		padding: 26px 26px 18px 26px;
		margin: 0 1% 30px;
		width: 23%
	}	
	.bx_item_list_recommended.col5 .bx_catalog_item {
		padding: 26px 26px 18px 26px;
		margin: 0 1% 30px;
		width: 18%
	}	
}

@media (min-width: 768px) and (max-width: 960px) {
	.bx_item_list_recommended .bx_catalog_item {
		padding: 16px 16px 8px 16px;
		margin: 0 1% 30px;
		width: 48%;
		box-sizing: border-box;
		height: 680px;
	}
	
	.bx_item_list_recommended .bx_catalog_item:nth-child(2n) {
		clear: right
	}
	
	
}

@media (max-width: 767px) {

	.bx_catalog_item {
		padding: 16px 16px 8px 16px;
		margin: 0 1% 30px;
		width: 48%
	}	

	.bx_item_list_recommended .bx_catalog_item:nth-child(2n) {
		clear: right
	}

	.bx-touch .bx_catalog_item {
		padding: 16px 16px 8px 16px;
		margin: 0 1% 30px;
		width: 48%;
		clear: none
	}	
	
}
.bx-no-touch .bx_item_list_recommended .bx_catalog_item .bx_catalog_item_container {
	border: 1px solid transparent;
	min-height: auto;
}
.bx-no-touch .bx_item_list_recommended .bx_catalog_item:hover .bx_catalog_item_container {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
	border-radius: 3px;
	border: 1px solid #d3d3d3;
	background: #fff;
	-webkit-animation: borderview 0.5s;
	animation: borderview 0.5s;
}
@media (min-width: 960px) {
	.bx-no-touch .bx_item_list_recommended .bx_catalog_item:hover .bx_catalog_item_container {
		padding: 26px 26px 18px 26px;
	}
}
@media (max-width: 960px) {
	.bx-no-touch .bx_item_list_recommended .bx_catalog_item:hover .bx_catalog_item_container {
		padding: 16px 16px 8px 16px;
	}
}
@keyframes borderview {
	from {
		border: 1px solid #fdfdfd;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	to {
		border: 1px solid #d3d3d3;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
	}
}
@-webkit-keyframes borderview {
	from {
		border: 1px solid #fdfdfd;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	to {
		border: 1px solid #d3d3d3;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
	}
}
.section-product-title {
    font-size: 13px;
    line-height: 19px;
    color: #9d9c9b;
    font-family: "FSElliot";
    white-space: nowrap;
    overflow: hidden;
}
.preview-text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
}
.bx_item_list_recommended .bx_catalog_item_articul {
	color: #a5a5a5;
	font-size: 13px;
}
.bx_item_list_recommended .bx_catalog_item_title {
	overflow: hidden;
	height: 50px;
}
.bx-no-touch .bx_item_list_recommended .bx_catalog_item:hover .bx_catalog_item_title {
	/*overflow: auto;*/
	/*white-space: normal;*/
}
.bx_item_list_recommended .bx_catalog_item_title a {
    color: #51504e;
    text-decoration: none;
    font-size: 20px;
    line-height: 19px;
    font-family: "FSElliotProBold";
}
.bx_item_list_recommended .bx_catalog_item_price {
	color: #353431;
	font-weight: bold;
	margin-bottom: 15px;
	height:37px;
}
.bx_item_list_recommended .bx_catalog_item_price span {
	color: #a5a5a5;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_item_list_recommended .bx_catalog_item_controls {
	padding-top: 0px;
	text-align: center;
	
}
@media (min-width: 768px) and (max-width: 960px) {
	.bx_item_list_recommended .bx_catalog_item_controls {
		height: auto
	}
}
@media (max-width: 767px) {
	.bx-touch .bx_item_list_recommended .bx_catalog_item:hover .bx_catalog_item_controls {
		height: auto
	}
}
.bx_item_list_recommended .bx_catalog_item_controls .bx_catalog_item_controls_blockone {
	width: 100%;
	white-space: nowrap;
	text-align: center;
}
.bx_item_list_recommended .bx_catalog_item_controls .bx_catalog_item_controls_blockone span {
	color: #3f3f3f;
	font-size: 13px;
}
.bx_item_list_recommended .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #E4E4E4;
	background: #F3F3F3;
	white-space: normal;
	line-height: normal;
	padding: 5px 15px;
}
.bx_item_list_recommended .bx_catalog_item_controls .bx_catalog_item_controls_blockone,
.bx_item_list_recommended .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo {
	width: 100%;
	text-align: center;
}
.bx_item_list_recommended .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a {
	margin: 1%;
	width: 48%;
	min-width: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 25px;
	height: 25px;
}

@media (max-width: 767px) {
	.bx-touch .bx_item_list_recommended .bx_catalog_item_controls .bx_catalog_item_controls_blockone,
	.bx-touch .bx_item_list_recommended .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo {
		float: none;
		width: 100%;
		text-align: center;
	}
}
.bx_item_list_recommended .bx_catalog_item_controls input[type=text] {
	border: none;
}
.bx-touch .bx_item_list_recommended .bx_catalog_item_controls,
.bx_item_list_recommended .bx_catalog_item:hover .bx_catalog_item_controls {
	opacity: 1
}
.bx_item_list_recommended .bx_cnt_desc {
	text-align: left;
	position: absolute;
	right: -45px;
	top: 2px;
	width: 40px;
}
.bx_item_list_recommended .bx_catalog_item_controls a {
	/*margin-top: 10px;*/
}
.bx_item_list_recommended .bx_catalog_item_price .bx_price {
    font-size: 20px;
    padding-top: 12px;
}
.bx_item_list_recommended .bx_catalog_item_images_double,
.bx_item_list_recommended .bx_catalog_item_images {
	position: relative;
	z-index: 91;
	display: block;
	padding-top: 125%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.bx_item_list_recommended .bx_catalog_item_images_double {
	z-index: 90;
	margin-top: -125%;
	opacity: 0;
}
.bx-no-touch .bx_item_list_recommended .bx_catalog_item.double:hover .bx_catalog_item_images {
	opacity: 0;
	-webkit-animation: rotateimgfirst 0.5s;
	animation: rotateimgfirst 0.5s;
}
.bx-no-touch .bx_item_list_recommended .bx_catalog_item.double:hover .bx_catalog_item_images_double {
	opacity: 1;
	-webkit-animation: rotateimglast 0.5s;
	animation: rotateimglast 0.5s;
}
@keyframes rotateimgfirst {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@-webkit-keyframes rotateimgfirst {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes rotateimglast {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes rotateimglast {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.bx-no-touch .bx_item_list_recommended .bx_catalog_item .bx_catalog_item_controls {
	display: block
}
.bx_item_list_recommended .bx_catalog_item .bx_catalog_item_articul,
.bx_item_list_recommended .bx_catalog_item .bx_catalog_item_scu {
	display: none
}
.bx-no-touch .bx_item_list_recommended .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_item_list_recommended .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_item_list_recommended .bx_catalog_item:hover .bx_catalog_item_scu {
	display: block
}
.bx_item_list_recommended .bx_catalog_item .bx_catalog_item_scu {
	padding-top: 10px
}
.bx_item_list_recommended .bx_catalog_item:hover .bx_catalog_item_scu>div {
	margin: 0 auto
}
.bx-no-touch .bx_item_list_recommended .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch .bx_item_list_recommended .bx_catalog_item .bx_catalog_item_controls.no_touch {
	/*display: none !important;*/
}
.buy_btn_display_none {
	display: none !important;
}
/* Stickers */
.bx_item_list_recommended .bx_stick {
    position: absolute;
    width: 90px;
    height: 14px;
    background: #de665d;
    color: #fff;
    text-align: center;
    text-shadow: none;
    font-size: 9px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    border-radius: 14px;
}
.bx_item_list_recommended .bx_stick.short {
	font-size: 18px;
	font-family: "FSElliotProBold";
}
.bx_item_list_recommended .bx_stick.average {
    font-size: 9px;
    font-family: "FSElliotProBold";
}
.bx_item_list_recommended .bx_stick.long {
	font-weight: normal;
	font-size: 11px;
	font-family: "FSElliot";
}
.bx_item_list_recommended .bx_stick_disc {
	position: absolute;
	width: 72px;
	height: 74px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 23px;
	line-height: 74px;
	background: #f42c2c url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/stick_disc.png) no-repeat center;
	text-shadow:0 1px 0 #ba3434;
	font-weight:bold;
}
.bx_item_list_recommended .bx_stick.left,
.bx_item_list_recommended .bx_stick_disc.left {
	left: 0px;
}
.bx_item_list_recommended .bx_stick.right,
.bx_item_list_recommended .bx_stick_disc.right {
	right: 0;
}
.bx_item_list_recommended .bx_stick.top,
.bx_item_list_recommended .bx_stick_disc.top {
	top: 6px;
}
.bx_item_list_recommended .bx_stick.bottom,
.bx_item_list_recommended .bx_stick_disc.bottom {
	bottom: 5px;
}
.bx_item_list_recommended .bx_stick.middle,
.bx_item_list_recommended .bx_stick_disc.middle {
	top: 49%;
}
@media (min-width: 768px) and (max-width: 960px) {
	/*.bx_item_list_recommended .bx_stick {
		width: 90px;
		height: 30px;
		background-size: 100%;
		line-height: 30px;
	}
	.bx_item_list_recommended .bx_stick.short {
		font-weight: normal;
		font-size: 14px
	}
	.bx_item_list_recommended .bx_stick.average {
		font-weight: normal;
		font-size: 11px
	}
	.bx_item_list_recommended .bx_stick.long {
		font-weight: normal;
		font-size: 11px
	}*/
	.bx_item_list_recommended .bx_stick_disc {
		width: 64px;
		height: 65px;
		background-size:100%;
		font-size: 20px;
		line-height: 65px;
	}
}
@media (max-width: 767px) {
	/*.bx-touch .bx_item_list_recommended .bx_stick {
		width: 70px;
		height: 30px;
		background-size: 100%;
		font-size: 11px;
		line-height: 30px;
	}*/
	.bx-touch .bx_item_list_recommended .bx_stick_disc {
		width: 37px;
		height: 38px;
		background-size: 100%;
		font-size: 13px;
		line-height: 38px;
	}
}
/* buttons */

.bx_item_list_recommended .bx_bt_button,
.bx_item_list_recommended .bx_bt_button_type_2 {
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	white-space: nowrap;
}
.bx_item_list_recommended .bx_bt_button_type_2 {
	border: 1px solid #e9e9e9;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f1f1f1));
	background-image: -webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image: -moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image: -o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image: linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	color: #656565;
	text-shadow: 0 1px 0 #fff;
}
.bx_item_list_recommended .bx_bt_button_type_2:hover {
	background: #fff;
}
.bx_item_list_recommended .bx_bt_button_type_2:active {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#fcfcfc));
	background-image: -webkit-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image: -moz-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image: -o-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image: linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .05);
}
.bx_item_list_recommended .bx_bt_button {
	background: #00a2df;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a2df), color-stop(100%, #006fcb));
	background: -webkit-linear-gradient(top, #00a2df 0%, #006fcb 100%);
	background: -moz-linear-gradient(top, #00a2df 0%, #006fcb 100%);
	background: -ms-linear-gradient(top, #00a2df 0%, #006fcb 100%);
	background: -o-linear-gradient(top, #00a2df 0%, #006fcb 100%);
	background: linear-gradient(to bottom, #00a2df 0%, #006fcb 100%);
	color: #fff;
	text-shadow: 0 1px 0 #006cae;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#006fcb', GradientType=0);
}
.bx_item_list_recommended .bx_bt_button:hover {
	background: #21afe4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21afe4), color-stop(100%, #006fcb));
	background: -webkit-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -moz-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -ms-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -o-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: linear-gradient(to bottom, #21afe4 0%, #006fcb 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#21afe4', endColorstr='#006fcb', GradientType=0);
}
.bx_item_list_recommended .bx_bt_button:active {
	background: #21afe4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21afe4), color-stop(100%, #006fcb));
	background: -webkit-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -moz-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -ms-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: -o-linear-gradient(top, #21afe4 0%, #006fcb 100%);
	background: linear-gradient(to bottom, #21afe4 0%, #006fcb 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#21afe4', endColorstr='#006fcb', GradientType=0);
}
.bx_item_list_recommended .bx_small.bx_bt_button {
	display: inline-block;
	min-width: 20px;
	line-height: 20px;
}
.bx_item_list_recommended .bx_small.bx_bt_button_type_2 {
	display: inline-block;
	min-width: 18px;
	line-height: 18px;
}
.bx_item_list_recommended .bx_small.bx_bt_button_type_2 {}
.bx_item_list_recommended .bx_small.bx_bt_button_type_2:hover {}
.bx_item_list_recommended .bx_small.bx_bt_button_type_2:active {}
.bx_item_list_recommended .bx_medium.bx_bt_button {
	padding: 0 13px;
	height: 25px;
	font-weight: bold;
	line-height: 25px;
}
.bx_item_list_recommended .bx_medium.bx_bt_button_type_2 {
	padding: 0 13px;
	height: 23px;
	font-weight: bold;
	line-height: 23px;
}
.bx_item_list_recommended .bx_medium.bx_bt_button,
.bx_item_list_recommended .bx_medium.bx_bt_button_type_2 {
	font-weight: bold;
}
.bx_item_list_recommended .bx_medium.bx_bt_button_type_2:hover {}
.bx_item_list_recommended .bx_medium.bx_bt_button_type_2:active {}
.bx_item_list_recommended .bx_col_input {
	display: inline-block;
	width: 40px;
	text-align: center;
}

/* scu_detail_size */
.bx_item_list_recommended .bx_item_detail_size{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_item_list_recommended .bx_item_detail_size.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%;
}

/*----*/

.bx_item_list_recommended .bx_item_detail_size .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_item_list_recommended .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_item_list_recommended .bx_item_detail_size .bx_size{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx_item_list_recommended .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	 .bx_item_list_recommended .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_item_list_recommended .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	.bx_item_list_recommended .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_item_list_recommended .bx_item_detail_size ul li{
	position: relative;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 25px;
}
.bx_item_list_recommended .bx_item_detail_size ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;

	color: #3f3f3f;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 22px;
}
.bx-retina .bx_item_list_recommended .bx_item_detail_size ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/x2border.png) 2 stretch;
	-moz-border-image: url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/x2border.png) 2 stretch;
	-o-border-image: url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/x2border.png) 2 stretch;
	border-image: url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/x2border.png) 2 fill stretch;
}
.bx_item_list_recommended .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_item_list_recommended .bx_item_detail_size ul li:active .cnt,
.bx_item_list_recommended .bx_item_detail_size ul li.bx_active .cnt{
	border: 2px solid #006cc0;
}
.bx-retina .bx_item_list_recommended .bx_item_detail_size ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/x2border_active.png) 2 fill stretch;
}

.bx_item_list_recommended .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_item_list_recommended .bx_item_detail_size .bx_size ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_item_list_recommended .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_item_list_recommended .bx_item_detail_size .bx_slide_right  		{opacity:0.8}
.bx-no-touch .bx_item_list_recommended .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_item_list_recommended .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_item_list_recommended .bx_item_detail_size.full .bx_slide_left,
.bx_item_list_recommended .bx_item_detail_size.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_item_list_recommended .bx_item_detail_size .bx_slide_left {left: -5%;background:url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_item_list_recommended .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch 	 .bx_item_list_recommended .bx_item_detail_size .bx_slide_left {left:   0;background:url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch 	 .bx_item_list_recommended .bx_item_detail_size .bx_slide_right{right:  0;background:url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/fade_right.png) repeat-y right center;background-size: 100% auto}

/* scu_detail_scu */
.bx_item_list_recommended .bx_item_detail_scu{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_item_list_recommended .bx_item_detail_scu.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%
}

/*----*/

.bx_item_list_recommended .bx_item_detail_scu .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_item_list_recommended .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_item_list_recommended .bx_item_detail_scu .bx_scu{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx-touch 	 .bx_item_list_recommended .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_item_list_recommended .bx_item_detail_scu .bx_scu ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}
.bx-touch 	.bx_item_list_recommended .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_item_list_recommended .bx_item_detail_scu .bx_scu ul li{
	position: relative;
	display: block;
	float: left;
	height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx_item_list_recommended .bx_item_detail_scu .bx_scu ul li .cnt{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    //background: #fff;
    z-index: 10;
    border-radius: 100%;
}
.bx-retina .bx_item_list_recommended .bx_item_detail_scu .bx_scu ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/x2border.png) 2 stretch;
	-moz-border-image: url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/x2border.png) 2 stretch;
	-o-border-image: url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/x2border.png) 2 stretch;
	border-image: url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/x2border.png) 2 fill stretch;
}
.bx_item_list_recommended .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #a5c354}
.bx_item_list_recommended .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_item_list_recommended .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	padding: 3px;
	border: 2px solid #a5c354;
}
.bx_item_list_recommended .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_item_list_recommended .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 4px;
	left: 2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/missing.png) no-repeat center;
}

.bx-retina .bx_item_list_recommended .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/x2border_active.png) 2 fill stretch;
}
.bx_item_list_recommended .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 100%;
}
.bx_item_list_recommended .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
	width: auto;
	height: 25px;
}

/*----*/

.bx-no-touch .bx_item_list_recommended .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_item_list_recommended .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_item_list_recommended .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_item_list_recommended .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_item_list_recommended .bx_item_detail_scu.full .bx_slide_left,
.bx_item_list_recommended .bx_item_detail_scu.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_item_list_recommended .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_item_list_recommended .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_item_list_recommended .bx_item_detail_scu .bx_slide_left {left:   0;background:url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_item_list_recommended .bx_item_detail_scu .bx_slide_right{right:  0;background:url(/local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/images/fade_right.png) repeat-y   right center;background-size: 100% auto}
/* End */
/* /local/templates/nordbass/components/bitrix/catalog/slam_newCard/style.css?17551766533823 */
/* /local/templates/nordbass/components/bitrix/catalog/slam_newCard/bitrix/catalog.element/.default/style.css?175517665342483 */
/* /local/components/slam/easyform/templates/review/style.css?175517665420950 */
/* /local/components/slam/easyform/lib/css/bootstrapValidator.min.css?1755176654565 */
/* /local/templates/nordbass/components/bitrix/catalog.recommended.products/recomend/style.css?175517665226710 */
