

/* Start:/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/style.css?177452441338157*/
#left{
	position: relative;
}

#left .collapsed{
	position: absolute;
	width: 100%;
	z-index: 99;
}

#catalogElement{
	/*border-top: 1px solid #e7e8ea;*/
}

#elementSmallNavigation{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #e7e8ea;
	background-color: #f9f9f9;
	line-height: 50px;
	overflow: hidden;
	padding: 0 24px;
	display: none;
	height: 50px;
}

#elementSmallNavigation .tab{
	padding-right: 18px;
	margin-left: 18px;
	float: left;
}

#elementSmallNavigation .tab:first-child{
	border-left: 1px solid #e7e8ea;
	padding-left: 18px;
	margin-left: 0px;
}

#elementSmallNavigation a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	position: relative;
	font-size: 13px;
	color: #000000;
	display: block;
}

#elementSmallNavigation a:hover{
	color: #888888;
}

#elementSmallNavigation a:active{
	position: relative;
	top: 1px;
}

#elementSmallNavigation a img{
	vertical-align: middle;
	padding-right: 12px;
}

#tableContainer{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

#tableContainer .column{
	display: table-cell;
	padding-right: 20px;
}

#tableContainer .column:nth-child(2){
	vertical-align: top;
	padding-right: 0;
}

#elementNavigation{
	background-color: #f3f3f3;
	position: relative;
	padding-left: 24px;
	text-align: right;
	width: 355px;
}

#elementNavigation.fixed .tabs{
	position: fixed;
	width: 355px;
	top: 0;
}

#elementNavigation .tabs.maxScroll{
	position: absolute;
	bottom: 0px;
	right: 0px;
	top: unset;
}

#elementNavigation .tabs a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
	padding: 12px 24px;
	font-size: 13px;
	color: #000000;
}

#elementNavigation .tabs .tab{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 4px 0;
}

#elementNavigation .tabs .tab.active a{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	background-color: #ffffff;
}

#elementNavigation .tabs img{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;

	vertical-align: middle;
	padding-left: 24px;
	opacity: 0.8;
}

#elementNavigation .tabs a:hover{
	color: #888888;
}

#elementNavigation .tabs a:hover img{
	opacity: 1;
}

#smallElementTools, .smallElementTools{
	margin-bottom: 24px;
	display: none;
}

#elementTools{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 345px;
	z-index: 1;
}

#elementTools.fixed .fixContainer{
	background-color: #f3f3f3;
	margin-top: 12px;
	position: fixed;
	width: 400px;
	z-index: 33;
	top: 0;
}

#elementTools .fixContainer.maxScroll{
	position: absolute;
	bottom: 0px;
	top: unset;
	left: 24px;
}

#elementTools .picture{
	display: none;
}

#elementTools .picture img{
	max-width: 280px;
}

#elementTools.fixed .fixContainer .picture{
	display: block;
}

#elementTools .row,
#smallElementTools .row,
.smallElementTools .row{

}

#elementTools .row img,
#smallElementTools .row img,
.smallElementTools .row img{
	vertical-align: middle;
	padding-right: 6px;
	margin-top: -4px;
}

#elementTools .label,
#smallElementTools .label,
.smallElementTools .label{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	text-decoration: none;
	line-height: 21px;
	font-size: 16px;
	/*color: rgba(77, 83, 130, 0.7);*/
	color: #4D5382;
}

#elementTools .label:hover,
#smallElementTools .label:hover,
.smallElementTools .label:hover{
	/*color: #000000;*/
}

#elementTools .label:active,
#smallElementTools .label:active,
.smallElementTools .label:active{
	position: relative;
	top: 1px;
}

#elementTools .article,
#smallElementTools .article,
.smallElementTools .article{
	margin-bottom: 12px;
	font-size: 14px;
	color: #888888;
}

#elementTools .price,
#smallElementTools .price,
.smallElementTools .price{
	font-family: 'Gill Sans';
	font-style: normal;
	/*font-weight: 600;*/
	font-size: 20px;
	line-height: 28px;
	display: block;
	color: #4D5382;
	text-align: right;
}

.oldPriceLabel {
	display: block;
	color: rgba(77, 83, 130, 0.5);
	text-align: right;
	float: none!important;
}

#elementTools .price .discount,
#smallElementTools .price .discount,
.smallElementTools .price .discount{

	padding-left: 4px;
	font-size: 14px;
	color: #888888;
}

#elementTools .price .oldPriceLabel,
#smallElementTools .price .oldPriceLabel,
.smallElementTools .price .oldPriceLabel{

	text-decoration: none;

	font-size: 14px;
	display: block;
	color: #888888;
}


.right_old {
	float: right!important;
}


#elementTools .addCart,
#smallElementTools .addCart,
.smallElementTools .addCart{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
	font-weight: 600;
	line-height: 24px;
	padding: 10px;
	/*background: #EDEFEC!important;*/
	/*background: #E7E3D4!important;*/
	background: #99c1db!important;

	border: 1px solid rgba(31, 34, 50, 0.1);
	border-radius: 2px;
	text-align: center;
	/*color: #4D5382;*/
	color: #4D5382;
	text-decoration: none;

	/*-webkit-box-shadow: 0px 0px 9px 0px rgba(77,  83,  130, 0.5);*/
	/*-moz-box-shadow: 0px 0px 9px 0px rgba(77,  83,  130, 0.5);*/
	/*box-shadow: 0px 0px 9px 0px rgba(77,  83,  130, 0.5);*/



	font-size: 17px;
}

#elementTools .addCart {
	margin-bottom: 20px;
}


#elementTools .addCart.added,
#smallElementTools .addCart.added,
.smallElementTools .addCart.added{
	background: #2b2b2b;
}

#elementTools .addCart.added:hover,
#smallElementTools .addCart.added:hover,
.smallElementTools .addCart.added:hover{

}


#elementTools .addCart:hover {
	box-shadow: 0px 0px 9px 0px rgba(77,  83,  130, 0.5);
}

/*#elementTools .outOfStock,
#smallElementTools .outOfStock{
	color: #ff0000;
}

#elementTools .outOfStock:hover,
#smallElementTools .outOfStock:hover{
	color: #ff0000;
}*/

#elementTools .rating,
#smallElementTools .rating,
.smallElementTools .rating{
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: -4px;
	position: relative;
	overflow: hidden;
	height: 15px;
	width: 79px;
	z-index: 2;
}

#elementTools .rating i,
#smallElementTools .rating i,
.smallElementTools .rating i{
	/*background: url(/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/images/rating.png) repeat 0 0px transparent;*/
	height: 15px;
	width: 79px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}

#elementTools .rating i.m,
#smallElementTools .rating i.m,
.smallElementTools .rating i.m{
	/*background: url(/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/images/rating.png) repeat 0 -14px transparent;*/
	width: 0px;
	z-index: 10;
}

#elementTools .icon,
#smallElementTools .icon,
.smallElementTools .icon{
	vertical-align: middle;
	display: inline-block;
}

#elementTools .addCart .icon,
#smallElementTools .addCart .icon,
.smallElementTools .addCart .icon{
	padding-right: 12px;
	margin-top: -6px;
}

#smallElementTools .mainTool,
.smallElementTools .mainTool{
	margin-top: 24px;
}

#smallElementTools .secondTool,
.smallElementTools .secondTool{
	margin-top: 12px;
}

#smallElementTools .mainTool,
#smallElementTools .secondTool,
.smallElementTools .mainTool,
.smallElementTools .secondTool{
	width: 50%;
	float: left;
}

#elementContainer{
	position: relative;
	width: 100%;
}

#elementContainer .mainContainer{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
	margin-bottom: 25px;
}

#elementContainer .description{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 12px;
	border-bottom: 1px solid #e7e8ea;
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-size: 13px;
}

#elementContainer .description .heading{
	margin-bottom: 12px;
	font-size: 16px;
}

#elementContainer .description .readMore{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin: 4px 0;
	display: block;
	color: #888888;
}

#elementContainer .description .readMore:hover{
	color: #000000;
}

#elementContainer .mainContainer .col{
	vertical-align: top;
	display: table-cell;
	/*padding: 24px 0;*/
	width: 50%;

}

#elementContainer .mainContainer .col.hide{
	display: none;
}

#elementContainer .mainContainer .col:first-child{
	vertical-align: top;
	text-align: center;
}

#pictureContainer {
	position: relative;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(77,  83,  130, 0.5);
	-moz-box-shadow: 0px 0px 9px 0px rgba(77,  83,  130, 0.5);
	box-shadow: 0px 0px 9px 0px rgba(77,  83,  130, 0.5);
}

#elementContainer #pictureContainer .pictureSlider{
	table-layout: fixed;
}

#elementContainer #pictureContainer .pictureSlider .item{
	/*padding: 0 24px;*/



}


#elementContainer #pictureContainer .item a{
	text-align: center;
	display: block;

}

#elementContainer #pictureContainer .item a img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
	width: 100%;

	/*border: 6px solid transparent;

    -moz-border-image: -moz-linear-gradient(top, #f2f3f4 0%, #c9c9c9 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #f2f3f4 0%,#c9c9c9 100%);
    border-image: linear-gradient(to bottom, #f2f3f4 0%,#c9c9c9 100%);

    border-image-slice: 1;*/

	border-radius: 2px;
}

#elementContainer #moreImagesCarousel{
	position: relative;
	padding-top: 1px;
	margin-top: 20px;
	overflow: hidden;
}

#elementContainer #moreImagesCarousel #moreImagesLeftButton,
#elementContainer #moreImagesCarousel #moreImagesRightButton{
	/*background: url(/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/images/carouselArrowSmall.png) 0 0 no-repeat transparent;*/
	position: absolute;
	margin-top: 3px;
	z-index: 99;
	height: 16px;
	opacity: 0.5;
	width: 14px;
	top: 50%;
}

#elementContainer #moreImagesCarousel #moreImagesLeftButton:hover,
#elementContainer #moreImagesCarousel #moreImagesRightButton:hover{
	opacity: 0.8;
}

#elementContainer #moreImagesCarousel #moreImagesLeftButton:active,
#elementContainer #moreImagesCarousel #moreImagesRightButton:active{
	opacity: 1;
}

#elementContainer #moreImagesCarousel #moreImagesLeftButton{
	left: 32px;
}

#elementContainer #moreImagesCarousel #moreImagesRightButton{
	background-position: -14px 0;
	right: 32px;
}

#elementContainer #moreImagesCarousel .carouselWrapper{
	overflow: hidden;
	margin: auto;
	width: 93%;
}

#elementContainer #moreImagesCarousel .slideBox{
	position: relative;
	overflow: hidden;
	list-style: none;
	height: 115px;
	padding: 0;
	margin: 0;
}

#elementContainer #moreImagesCarousel .slideBox .item{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	position: relative;
	text-align: center;
	line-height: 50px;
	opacity: 0.5;
	height: 115px;
	float: left;
}

#elementContainer #moreImagesCarousel .slideBox .item.selected{
	opacity: 1;
}

#elementContainer #moreImagesCarousel .slideBox .item.selected:after{
	/*transform: translateX(-50%);
	border-bottom: 2px solid #000000;
	position: absolute;
	display: block;
	content: "";
	width: 30%;
	left: 50%;
	bottom : -12px;*/
}

#elementContainer #moreImagesCarousel .slideBox .item a{
	display: block;
	line-height: 115px;
	height: 115px;
}


#elementContainer #moreImagesCarousel .slideBox .item img{
	vertical-align: middle;
	margin-top: -4px;
	max-height: 100%;
	max-width: 95%;
	border-radius: 2px;
}

#elementContainer .markerContainer{
	position: absolute;
	z-index: 3;
	left: 24px;
	top: 24px;
}

#elementContainer .marker {
	font: normal normal 12px "roboto_ltregular" , arial , sans-serif;
	background-color: #424242;
	margin-bottom: 8px;
	color: #fff;
	padding: 3px 4px;
	line-height: 16px;
	z-index: 2;
}

#elementContainer .brandImage{
	/*display: inline-block;
	margin: 24px 0;
	margin-top: 0;*/
	position: absolute;
	left: 9%;
	bottom: 1.5%;
	z-index: 10;
}

#elementContainer .brandImage img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#elementContainer .headingBox{
	table-layout: fixed;
	display: table;
	width: 100%;
}

#elementContainer .headingBox .heading{
	display: table-cell;
	vertical-align: top;
	padding-bottom: 12px;
	font-size: 16px;
}

#elementContainer .headingBox .moreProperties{
	vertical-align: top;
	display: table-cell;
	padding-right: 24px;
	padding-left: 12px;
	width: 40%;
}

#elementContainer .headingBox .morePropertiesLink{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	/*text-decoration: none;*/
	color: #888888;
}

#elementContainer .headingBox .morePropertiesLink:hover{
	color: #000000;
}

#elementContainer .elementProperties .propertyTable{
	table-layout: fixed;
	display: table;
	width: 100%;
}

#elementContainer .elementProperties .propertyTable{
	font-size: 13px;
}

#elementContainer .elementProperties .propertyTable .propertyName,
#elementContainer .elementProperties .propertyTable .propertyValue{
	background-color: #ffffff;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	overflow: hidden;
	padding: 4px 0;
}

#elementContainer .elementProperties .propertyTable .propertyValue{
	padding-left: 12px;
	width: 40%;
}

#elementContainer .elementProperties .propertyTable .analog{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	color: #000000;
}

#elementContainer .elementProperties .propertyTable .analog:hover{
	color: #888888;
}

#elementContainer .elementProperties .propertyTable .propertyName:after{
	border-bottom: 1px dotted #cccccc;
	position: absolute;
	margin-left: 12px;
	height: 13px;
	content: '';
	width: 100%;
}

#elementContainer .elementSkuPropertyValue{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#elementContainer .elementSkuPropertyValue.loading{
	opacity: 0.5;
}

#elementContainer .elementSkuVariantLabel{
	margin-top: 24px;
	font-size: 16px;
}

#elementContainer .elementSkuPropertyName{
	margin-bottom: 4px;
	font-size: 13px;
	color: #000000;
}

#elementContainer .elementSkuPropertyList{
	overflow: hidden;
	list-style: none;
	margin: 0px -4px;
	padding: 0px;
}

#elementContainer .elementSkuProperty{
	overflow: hidden;
	margin: 12px 0;
}

#elementContainer .elementSkuProperty li{
	box-sizing: border-box;
	overflow: hidden;
	min-width: 65px;
	padding: 4px;
	float: left;
}

#elementContainer .elementSkuProperty .selected .elementSkuPropertyLink{
	position: relative;
	top: -2px;
}

#elementContainer .elementSkuProperty .disabled{
	display: none;
}

#elementContainer .elementSkuPropertyLink{
	border: 1px solid #dddddd;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	padding: 4px 6px;
	display: block;
	color: #000000;
}

#elementContainer .elementSkuPropertyList img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#elementContainer #detailText{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin-top: 24px;*/
	overflow: hidden;
	background: #FFFFFF;
	/*border: 1px solid #EBEDF0;*/
	border: 1px solid rgba(31, 34, 50, 0.1);
	border-radius: 2px;
	padding: 30px;
	color: rgba(77, 83, 130, 0.7);
	margin-bottom: 25px;

	/*padding: 0 24px 24px 24px;
	font-size: 14px;
	clear: both;*/
}

#elementContainer #detailText .heading{
	/*border-top: 1px solid #e7e8ea;*/
	font-family: 'Gill Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 28px;
	color: #4D5382;

}

#elementContainer #detailText img{
	max-width: 100%;
}

#morePhotoSlider{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 24px 48px 0 48px;
}

#morePhotoSlider .morePhotos{
	-webkit-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
}

#morePhotoSlider .morePhotos .photoItem{
	/*transform: scale(0.7);*/
	position: relative;
	text-align: center;
	opacity: 0.6;
	float: left;
}

#morePhotoSlider .morePhotos .photoItem.selected{
	padding-bottom: 24px;
	/*transform: scale(1);*/
	opacity: 1;
}

#morePhotoSlider .morePhotos .photoItem.selected:after{
	transform: translateX(-50%);
	border-bottom: 2px solid #000000;
	position: absolute;
	display: block;
	content: "";
	width: 30%;
	left: 50%;
	bottom : 0px;
}

#morePhotoSlider .morePhotos .photoItem a{
	display: inline-block;
	line-height: 100px;
	height: 100px;
}

#morePhotoSlider .morePhotos .photoItem img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

#elementContainer .zoom{
	cursor: zoom-in;
}

#related,
#similar{
	margin-top: 24px;
}

#related .heading,
#similar .heading{
	border-top: 1px solid #e7e8ea;

	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
}

#catalogElement .productList{
	border-top: 1px solid #e7e8ea;
}

#catalogElement .product{
	border: 0;
}

#catalogElement .product{
	border-bottom: 1px solid #e7e8ea;
	border-left: 1px solid #e7e8ea;
	border-top: 1px solid #e7e8ea;
	height: 347px;
	width: 25%;
}

#catalogElement .product:first-child{
	border-left: 0;
}

#catalogElement .product:nth-child(4n+1){
	border-left: 0;
}

#catalogElement .product:nth-child(1),
#catalogElement .product:nth-child(2),
#catalogElement .product:nth-child(3),
#catalogElement .product:nth-child(4){
	border-bottom: 0;
	border-top: 0;
}

.elementProperties{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin-top: 24px;*/
	padding-left: 24px;
}

.elementProperties .heading{
	border-top: 1px solid #efefef;

	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 24px 0px 12px 0;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

.elementProperties a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #000000;
}

.elementProperties .stats {
	width: 100%;
	padding: 12px;
	border-collapse: collapse;
	table-layout: fixed;
	background: #fff;
}

.elementProperties .stats a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/*color: #4D5382;*/
	color: rgba(77, 83, 130, 0.7);
	text-decoration: none;
	/*cursor: default;*/
}

.elementProperties .stats a:hover {
	color: #000000!important;
}

.elementProperties .stats a:active{
	position: relative;
	top: 1px;
}

.elementProperties .stats td{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #4D5382;
}

.elementProperties .stats td a {
	color: #4D5382;
}

.all_summ {
	color: #4D5382;

	font-weight: 600;
}

@media (max-width: 767px) {
	.itogo {
		color: #4862CF!important;
		font-size: 24px!important;
	}

	.all_summ {
		color: #4862CF;
	}
}

.elementProperties .stats .question {
	/*background: url("/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/images/questions.png") 0 0 transparent;*/
	-webkit-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	vertical-align: middle;
	display: inline-block;
	margin-left: 4px;
	height: 19px;
	width: 19px;
}

/*.elementProperties .stats .question:hover {
	background: url("/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/images/questions.png") -19px 0 transparent;
}

.elementProperties .stats .question:active {
	background: url("/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/images/questions.png") -38px 0 transparent;
}*/

.elementProperties .stats tr {
	border: 1px solid #e4e4e4;
}

/*.elementProperties .stats tr:first-child{
	display: none;
}*/

.elementProperties .stats .gray td {
	/*background-color: #F6F6F6;*/
}

.elementProperties tr:nth-child(odd) {
	/*background: #F6F6F6;*/
}

.elementProperties .stats tr:hover td {
	background: #eee;
}

.elementProperties .stats .cap,
.elementProperties .stats .cap:hover td {
	background-color: #fff !important;
	border: 0 !important;
}

.elementProperties .stats .cap td {
	font-size: 18px;
	color: #000000;
	padding: 12px 0;
}

.elementProperties .stats td {
	padding: 8px 0px;
}

.elementProperties .stats .name {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 50%;
}

.elementProperties .stats .name span {
	padding: 0px 12px;
	/*color: rgba(77, 83, 130, 0.5);*/
	color: rgba(77, 83, 130, 0.7);
}

.elementProperties .stats .analog {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 13px;
	text-decoration: none;
	color: #9d9d9d;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 1px;
}

.elementProperties .stats .analog:hover {
	color: #000000;
	border-bottom-color: #000000;
}

.elementProperties .stats .analog:active {
	position: relative;
	top: 1px;
}

.elementProperties .stats .right {
	text-align: right;
	padding-right: 10%;
}

#catalogElement .bx_pagination_bottom{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#files{
	margin-top: 24px;
}

#files .wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#files .heading{
	border-top: 1px solid #efefef;

	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#files .items{
	overflow: hidden;
}

#files .item{
	margin-bottom: 24px;
	overflow: hidden;
	height: 65px;
	float: left;
	width: 25%;
}

#files .item .tb{
	table-layout: fixed;
	display: table;
	width: 100%;
}

#files .item .tbr{
	display: table-row;
}

#files .item .icon{
	vertical-align: middle;
	display: table-cell;
	width: 20%;
}

#files .item .icon a{
	display: block;
}

#files .item .icon img{
	vertical-align: middle;
	max-width: 100%;
}

#files .item .info{
	vertical-align: middle;
	display: table-cell;
	padding-right: 18px;
	width: 50%;
}

#files .item .info .name{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
	display: block;
	color: #000000;
	height: 25px;
}

#files .item .info .name span{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

#files .item small{
	display: block;
}


.video {
	float: left;
	margin: 0 10px 10px 0;
}

.descr_razd {
	margin-top: 40px;
}

#video{
	margin-top: 24px;
}

#video .wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#video .heading{
	border-top: 1px solid #efefef;

	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#video .items{
	overflow: hidden;
	margin: 0 -12px;
}

#video .items.sz1{
	margin: 0;
}

#video .item{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 33.33333%;
	padding: 0px 12px 24px 12px;
}

#video .item iframe{
	height: 200px;
	width: 100%;
}

#video .items.sz1 .item{
	padding: 0px;
	width: 100%;
}

#video .items.sz1 iframe{
	height: 500px;
}

#video .items.sz2 .item{
	width: 50%;
}

#video .items.sz2 iframe{
	height: 300px;
}


#elementError {
	background-color: rgba(0, 0, 0, 0.298);
	display: none;
	height: 100%;
	left: 0px;
	overflow: visible;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 998;
}

#elementErrorContainer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.500);
	background-color: #ffffff;
	margin-left: -150px;
	margin-top: -130px;
	position: relative;
	overflow: hidden;
	color: #000000;
	width: 300px;
	z-index: 999;
	left: 50%;
	top: 50%;
}

#elementErrorContainer span.heading {
	background-color: #424242;
	color: #ffffff;
	display: block;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#elementErrorContainer p {
	text-align: center;
	color: #000000;
	padding: 12px;
}

#elementErrorContainer #elementErrorClose {
	/*background: url("/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/images/exit.png") 0px 0px no-repeat transparent;*/
	margin-bottom: 24px;
	position: absolute;
	display: block;
	height: 21px;
	right: 24px;
	width: 21px;
	top: 16px;
}

/*#elementErrorContainer #elementErrorClose:hover {
	background: url("/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/images/exit.png") 0px -21px no-repeat transparent;
}

#elementErrorContainer #elementErrorClose:active {
	background: url("/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/images/exit.png") 0px -42px no-repeat transparent;
}*/

#elementErrorContainer .close {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #cccccc;
	background: #424242;
	width: 140px;
	text-decoration: none;
	margin: 0px auto 12px;
}

#elementErrorContainer .close:hover {
	background: #2b2b2b;
}

#elementErrorContainer .close:active {
	position: relative;
	top: 1px;
}

#catalogElement #hint {
	position: absolute;
	border: 1px solid #bdbdbd;
	background: #fff;
	width: 300px;
	box-shadow: 1px 1px 12px #dbdbdb;
	padding: 12px;
}

#catalogElement #hint span {
	font-size: 14px;
	line-height: 31px;
	font-weight: 600;
	display: block;
}

#catalogElement #hint ins {
	/*background: url("/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/images/clear.png") no-repeat 0 0 transparent;*/
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
	width: 10px;
	height: 9px;
	cursor: pointer;
}

#catalogElement #hint ins:active {
	top: 13px;
}

#zoomer{
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.7);
}

#zoomer.opened{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

#zoomer #zoomerExitLink{
	background: url(/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/images/exitBig.png) 0 0  no-repeat transparent;
	height: 50px;
	opacity: 0.5;
	width: 50px;
}

#zoomer #zoomerExitLink:hover{
	opacity: 0.8;
}

#zoomer #zoomerExitLink:active{
	height: 48px;
	opacity: 1;
	top: 25px;
}

#zoomerMoreImagesContainerWrapper .item{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#zoomerMoreImagesContainerWrapper .item:hover{
	opacity: 0.9 !important;
}

#zoomerMoreImagesContainerWrapper .selected{
	opacity: 1 !important;
}

#zoomerBigPrevMore,
#zoomerBigNextMore{
	background: url(/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/images/carouselArrowsBig.png) 0 0 no-repeat transparent;
	opacity: 0.5;
}

#zoomerBigNextMore{
	background-position: -57px 0;
}

#zoomerNextMore,
#zoomerPrevMore{
	/*background: url(/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/images/carouselArrows.png) 0 0 no-repeat transparent;*/
	opacity: 0.5;
}


#zoomerNextMore{
	background-position: -80px 0;
}

#zoomerPrevMore:hover,
#zoomerNextMore:hover,
#zoomerBigPrevMore:hover,
#zoomerBigNextMore:hover{
	opacity: 0.8;
}

#zoomerPrevMore:active,
#zoomerNextMore:active,
#zoomerBigPrevMore:active,
#zoomerBigNextMore:active{
	opacity: 1;
}

#zoomerNextMore:active{
	right: -93px !important;
}

#zoomerPrevMore:active{
	left: -93px !important;
}

#zoomerBigPrevMore:active{
	left: 23px !important;
}

#zoomerBigNextMore:active{
	right: 23px !important;
}

#zoomerMoreImagesContainerWrapper .link:active{
	position: relative;
	top: 1px;
}

/*plus-minus button

.add_count_goods .plus, .add_count_goods .minus {
    display: inline-block;
    height: 19px;
    vertical-align: middle;
    width: 19px;
	cursor: pointer;
}
.add_count_goods .plus, .add_count_goods .minus {
    background: #424242 url("/bitrix/templates/dresscodeV2/themes/default/images/plusMinus.png") no-repeat scroll 0 0;
}
.add_count_goods .plus {
    background-position: 0 -19px;
}
*/
.add_count_goods .qty {
	border: 0 none;
	box-sizing: border-box;
	display: inline-block;
	font-size: 12px;
	height: 19px;
	margin: 0 2px;
	padding: 0 2px;
	text-align: center;
	vertical-align: middle;
	width: 40px;
}
.add_count_goods .qty {
	background-color: #e7e8ea;
	color: #000000;
}


.sum_pack {
	font-weight: bold;
	white-space: nowrap;
}

.add_info {
	margin: 10px 0;

	text-align: right;
	color: #4D5382;
}


#elementContainer .mainContainer .col.min_show {
	display: none;
}

.ipad__banner {
	display: none;
}

@media (max-width: 1100px) {


	#elementContainer .mainContainer {
		display: block;
		margin-bottom: 0;
	}

	.price_block_min, .add_count_goods, .itogo_add {
		float: left;
		width: 29%;
	}

	input {
		border: 1px solid rgb(238, 238, 238);
	}

	#elementContainer .mainContainer .col.min_hide {
		display: none;
		width: 90%;
		margin: auto;
	}

	#smallElementTools .mainTool, .smallElementTools .mainTool {
		width: 100%;
	}


	#smallElementTools .secondTool, .smallElementTools .secondTool {
		display: none;
	}

	#elementContainer .mainContainer .col.min_show {
		vertical-align: top;
		display: table-cell;
		padding: 24px 0;
		width: 50%;
	}

	#elementContainer .mainContainer .col.min_hide .changePropertiesNoGroup{
		display: none;
	}

	.ipad__banner {
		display: block;
		margin: 0 20px;
		margin-bottom: 20px;
	}

	.ipad__banner img {
		display: block;
		width: 100%;
	}


	.oldPriceLabel {
		float: right !important;
	}
}


.about_goods {
	/*font-size: 14px;*/
	line-height: 24px;
	/*color: rgba(77, 83, 130, 0.7);*/
	color: #4D5382;
}

.about_goods div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}


.about_goods div span {
	font-weight: 600;
	color: #4D5382;
}

.price_block_min {
	padding-bottom: 20px;
	/*border-bottom: 1px solid #EBEDF0;*/
	border-bottom: 1px solid #99C1DB;
	border-radius: 2px;
	margin-bottom: 16px;
}

.mainTool hr {
	margin-top: 27px;
	margin-bottom: 20px;
	border-color: #EBEDF0;
	border-top: 1px;
	border-radius: 2px;
}


.add_count_goods div.into__add {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	align-items: center;
}


.add_count_goods label {
	padding-right: 20px;
	/*color: rgba(77, 83, 130, 0.7);*/
	color: #4D5382;
}

.align_right {
	text-align: right;
}

.js-quantity {
	width: 54px;
	height: 31px;
	color: #000;
	text-align: center;
	font-size: 15px;
	font-size: 1rem;
	font-weight: 400;
	/*border: 1px solid #a5a5a5;*/
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.js-space {
	width: 105px;
	height: 31px;
	color: #4D5382;
	text-align: center;
	font-size: 15px;
	font-size: 1rem;
	font-weight: 600;
	border: 1px solid #EBEDF0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
}

.quantity_inner {
	display: inline-block;
	width: 58px;
	height: 31px;
	padding: 0 23px;
	position: relative;
	margin-top: 5px;
	border: 1px solid #EBEDF0;
	border-radius: 2px;
}

.amount__controll {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 35%;
	margin-top: -7px;
	cursor: pointer;
	padding: 4px;
}

.amount__controll:after, .amount__controll:before {
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: none;
}

.amount__controll.minus:after {
	top: 50%;
	width: 60%;
	height: 1px;
	background-color: #a5a5a5;
	left: 4px;
}


.amount__controll.plus:before {
	left: 50%;
	width: 1px;
	height: 60%;
	background-color: #a5a5a5;
	margin-left: -1px;
	top: 22%;
}


.amount__controll:after {
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #a5a5a5;
	left: 3px;
}

.amount__controll.plus:after {
	top: 50%;
	width: 60%;
	height: 1px;
	background-color: #a5a5a5;
	left: 4px;
}


.amount__controll.minus {
	left: 0;
	border-right: 1px solid #EBEDF0;
}

.amount__controll.plus {
	right: 0;
	border-left: 1px solid #EBEDF0;
}



.itogo {
	/*font-family: 'Gill Sans';
    font-weight: bold;*/
	font-size: 18px;
	margin: 0px 0 20px 0;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	/*border-top: 1px solid #EBEDF0;*/
	border-top: 1px solid #99C1DB;
	color: #4D5382;
}





.mobile_cart {
	background: #f3f3f3;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 0 24px;
}

.itogo_add {
	border-left: 1px solid #d9d9d9;
	padding-left: 30px;
}

#smallElementTools.only_ipad, .smallElementTools.only_ipad {
	display: none;
}


@media (max-width: 1000px) {
	.itogo {
		margin-top: 0;
	}
}


@media all and (min-width: 1001px) and (max-width: 1100px) {
	#smallElementTools.no_ipad, .smallElementTools.no_ipad {
		display: none;
	}

	#smallElementTools.only_ipad, .smallElementTools.only_ipad {
		display: block;
	}
}


@media (max-width: 468px) {
	h1 {
		font-size: 28px!important;
		line-height: 41px!important;
	}
}

.related-block {
	padding: 0 24px 24px 24px;
	clear: both;
}

#catalogElement #related .product {
	width: 21%!important;
	height: 390px!important;
	border-left: 1px solid #e7e8ea!important;
}

#catalogElement #related .product .picture {
	/*height: 166px!important;
	line-height: 166px!important;*/
}


#catalogElement #related .product .tabloid {
	height: 366px!important;
}


.chemical #svo_108, .samorez #svo_108, #svo_177  {
	display: none;
}

.elementProperties tr:nth-child(odd) {
	/*background: #F6F6F6;*/
	/*background: #EDEFEC;*/
}

.mainTool .avail_wrapper {
	margin: 0 -20px;
	padding: 0 20px;
	margin-top: -20px;
	padding-top: 20px;
	background: #EDEFEC;
}

.label-top {
	line-height: 10px;

	background: #eee;
	padding: 5px;
	color: #000;
	font-size: 12px;
	z-index: 100;
	display: inline-block;
	margin-bottom: 15px;
}


.label-top.green {
	border: 1px solid #419850;
	color: #419850;
}

.label-top.red {
	border: 1px solid #ff050f;
	color: #ff050f;
}


.label-top.blue {
	border: 1px solid #3498db;
	color: #3498db;
}


.mainTool .addWishlist {
	display: block;
	text-align: center;
	background: #fff;
	color: rgba(77, 83, 130, 0.7);
	/*border: 1px solid #EDEFEC;*/
	border: 1px solid #99C1DB;
	border-radius: 2px;
	width: 100%;
}

.wrapper__changePrice {
	/*background: #EDEFEC!important;*/
	background: #E7E3D4!important;
	margin: -20px;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.changePrice {
	display: flex!important;
	justify-content: space-between;
	/*background: #EDEFEC!important;*/
	background: #E7E3D4!important;
	align-items: end;
}

.prime {
	font-size: 18px;
	/*color: rgba(77, 83, 130, 0.5);*/
	color: #4D5382;

}

#elementTools .price {

}


.product .price {
	margin-top: auto;
}

#elementTools .addCart.added,
#smallElementTools .addCart.added, 
.smallElementTools .addCart.added {
	background-color: #88acc3!important;
	/*color: #fff;*/
	color: #4D5382;
}

@media (max-width: 371px) {
	#smallElementTools .row img, .smallElementTools .row img {
		/*display: none;*/
	}

	#smallElementTools .addCart.added, .smallElementTools .addCart.added {
		background-color: #88acc3!important;
		color: #fff;
	}
}


.limiter.analog_redesign {
	margin-bottom: 50px;
}

.mobile_price_m, .mobile_size {
	display: none;
}

@media (max-width: 1000px) {
	.mobile_price_m {
		display: flex;
		justify-content: space-between;
		font-size: 16px;
		color: #4862CF;
		padding-bottom: 8px;
	}

	.smallElementTools .mobile_price_m .price {
		display: inline;
		float: none;
		margin-bottom: 3px;
		font-size: 16px;
		font-family: inherit;
		font-weight: 600;
	}

	.mobile_price_m .prime {
		font-size: 17px;
		color: #4862CF;
	}

	.smallElementTools .mobile_price_m .price {
		color: #4862CF;
		font-size: 17px;
	}

	.mobile_size {
		display: flex;
		justify-content: space-between;
	}

	.add_count_goods>div.mobile_size:nth-child(1), .add_count_goods>div.mobile_size:nth-child(2) {
		width: auto;
		margin-bottom: 10px;
		color: #4D5382;
	}

	div.mobile_size span:nth-child(1) {
		display: block;
		/*color: rgba(77, 83, 130, 0.5);*/
		color: #4D5382!important;
	}

	div.mobile_size span:nth-child(2) {
		font-family: inherit;
		font-weight: 600;
		color: #4D5382;
	}

	.add_count_goods label {
		color: #4D5382!important;
	}

	.js-quantity, .js-space {
		font-family: "Source Sans Pro",sans-serif;
		font-weight: 600;
		color: #4D5382;
	}
}

.gray.svo_157 {
	display: none;
}


@media (max-width: 700px) {
	#appBasketContainer .characters {
		display: block!important;
	}
	#appBasketContainer br.clear {
		display: block!important;
	}

	.type_fabr, .fabr_name, .type_coolect, .class_name, .hide_molding, .hide_molding {
		display: none;
	}

	.hide_molding {
		display: block;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/css/review.css?16715393878813*/
#catalogReviews{
	margin-top: 24px;
}

#catalogReviews .heading{
	border-top: 1px solid #e7e8ea;
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
}

#catalogReviews .heading .reviewAddButton{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: 1px dashed #888888;
	font-family: "robotoregular";
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 4px;
	margin-left: 24px;
	font-weight: 400;
	font-size: 12px;
	color: #888888;
}

#catalogReviews .heading .reviewAddButton:active{
	position: relative;
	top: 1px;
}

#catalogReviews .heading .label{
	font-family: "robotoregular";
	text-transform: none;
	display: inline-block;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 14px;
	color: #888888;
}

#catalogReviews .ratingContainer{
	line-height: 20px;
	float: right;
}

#catalogReviews .ratingContainer .rating,
#reviews .rating{
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: 0px;
	position: relative;
	height: 15px;
	width: 79px;
	z-index: 2;
}

#catalogReviews .ratingContainer .rating{
	margin-left: 12px;
}

#catalogReviews .ratingContainer .rating i,
#reviews .rating i {
	background: url(/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/css/../images/rating.png) repeat 0 0px transparent;
	height: 15px;
	width: 79px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}

#catalogReviews .ratingContainer .rating i.m ,
#reviews .rating i.m{
	background: url(/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/css/../images/rating.png) repeat 0 -14px transparent;
	width: 0px;
	z-index: 10;
}

#reviews .rating{
	margin-top: -4px;
}

#catalogElement .ratingContainer .newReview {
	float: right;
	margin-right: 12px;
	color: #000000;
}

#catalogElement .newReview:hover {
	color: #0074d9;
}

#catalogElement #reviews,
#catalogElement #reviews ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#catalogElement #reviews .reviewItem{
	border-top: 1px solid #f7f7f7;
	padding-top: 24px;
	position: relative;
	margin-bottom: 24px;
}

#catalogElement #reviews .reviewItem:first-child{
	padding-top: 24px;
	border-top: 1px solid #e7e8ea;
	/*padding: 0;*/
	/*border: 0;*/
}

#reviews .reviewTable{
	table-layout: fixed;
	display: table;
	width: 100%;
}

#reviews .reviewTable .reviewColumn{
	display: table-cell;
	vertical-align: top;
	position: relative;
	padding: 0 24px;
	font-size: 14px;
}

#reviews .reviewTable .reviewColumn .label{
	display: inline-block;
	font-size: 14px;
}

#reviews .reviewTable .reviewColumn .reviewRating,
#reviews .reviewTable .reviewColumn .reviewName{
	margin-top: 12px;
}

#reviews .reviewTable .reviewColumn .reviewDate,
#reviews .reviewTable .reviewColumn .reviewName{
	line-height: 21px;
}

#reviews .reviewTable .reviewColumn .advantages,
#reviews .reviewTable .reviewColumn .limitations{
	margin-bottom: 12px;
}

#reviews .reviewTable .reviewColumn .advantages .label,
#reviews .reviewTable .reviewColumn .impressions .label,
#reviews .reviewTable .reviewColumn .limitations .label{
	margin-bottom: 4px;
	font-size: 14px;
}

#reviews .reviewTable .reviewColumn .advantages p,
#reviews .reviewTable .reviewColumn .impressions p,
#reviews .reviewTable .reviewColumn .limitations p{
	font-size: 13px;
}

#reviews .reviewTable .reviewColumn:first-child{
	vertical-align: middle;
	text-align: center;
	width: 30%;
}

#catalogElement #reviews .controls {
	background: #f4f4f4;
	text-align: center;
	margin-top: 24px;
	line-height: 35px;
	/*float: right;*/
	width: 260px;
	height: 35px;
}

#catalogElement #reviews .controls a {
	text-decoration: none;
}

#catalogElement #reviews .controls a:active {
	position: relative;
	top: 1px;
}

#catalogElement #reviews .controls .good {
	color: #009E02;
	margin-right: 4px;
}

#catalogElement #reviews .controls .good:hover {
	color: #008902;
}

#catalogElement #reviews .controls .bad {
	color: #ff0000;
}

#catalogElement #reviews .controls .bad:hover {
	color: #9d9d9d;
}

#catalogElement #reviews p {
	color: #666;
	line-height: 21px;
	margin: 0;
}

#catalogElement #reviews .comment {
	clear: both;
}

#catalogElement #reviews .hide {
	display: none;
}

#showallReviews {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 1px solid #e7e8ea;
	margin: 24px 24px 24px auto;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	line-height: 40px;
	display: block;
	color: #000000;
	height: 40px;
	width: 200px;
}

#catalogElement #newReview{
	display: none;
}

#catalogElement #newReview .heading{
	border-bottom: 1px solid #e7e8ea;
	border-top: 1px solid #e7e8ea;
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 24px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#catalogElement #newReview form{
	padding: 0 24px;
}

#catalogElement #newReview ins {
	text-decoration: none;
	margin-bottom: 4px;
	font-size: 14px;
	display: block;
}

#catalogElement #newReview #newRating {
	position: relative;
}

#catalogElement #newReview .rating {
	position: absolute;
	cursor: pointer;
	width: 150px;
	left: 100px;
	z-index: 10;
	top: -3px;
}

#catalogElement #newReview .rating i {
	background: url(/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/css/../images/newRating.png) repeat 0 0px transparent;
	height: 22px;
	width: 150px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}

#catalogElement #newReview .rating i.m {
	background: url(/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/css/../images/newRating.png) repeat 0 -22px transparent;
	width: 0px;
	z-index: 10;
}

#catalogElement #newReview .usedSelect {
	list-style: none;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}

#catalogElement #newReview .usedSelect li {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}

#catalogElement #newReview .usedSelect li a {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 1px solid #e7e8ea;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	padding: 0px 12px;
	font-size: 13px;
	display: block;
	height: 35px;
	color: #000;
}

#catalogElement #newReview .usedSelect li a:hover {
	color: #696969;
}

#catalogElement #newReview .usedSelect li a:active {
	position: relative;
	top: 1px;
}

#catalogElement #newReview .usedSelect li a.selected {
	color: #fff;
}

#catalogElement #newReview table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

#catalogElement #newReview table td {
	vertical-align: top;
	width: 50%;
}

#catalogElement #newReview table td:first-child{
	padding-right: 24px;
}

#catalogElement #newReview label {
	display: block;
	margin: 12px 0;
}

#catalogElement #newReview textarea {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 4px;
	padding-top: 4px;
	border: 1px solid #E4E4E4;
	background: #fff;
	resize: none;
	height: 90px;
	width: 100%;
}

#catalogElement #newReview textarea:focus {
	outline: none;
	border: 1px solid #CCC;
}

#catalogElement #newReview input {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	border: 1px solid #E4E4E4;
	display: inline-block;
	margin-bottom: 12px;
	vertical-align: top;
	background: #fff;
	padding-left: 4px;
	height: 35px;
	width: 74%;
}

#catalogElement #newReview input:focus {
	border: 1px solid #CCC;
}

#catalogElement #newReview .submit {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	margin-left: 3%;
	color: #ffffff;
	height: 35px;
	width: 23%;
}

#catalogElement #newReview .submit:active {
	position: relative;
	top: 1px;
}

#catalogElement #newReview .reviewError {
	overflow: hidden;
	padding: 0px 24px 0px 24px;
}

#catalogElement #newReview .reviewError .cap {
	color: #000000;
	font-size: 16px;
}

#catalogElement #newReview .reviewError img {
	vertical-align: middle;
	float: left;
	margin-right: 24px;
}

#catalogElement .countReviewsTools{
	cursor: pointer;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/css/media.css?17391912756405*/
@media all and (max-width: 1920px) {

	#catalogElement .product{
		height: 346px !important;
		width: 25% !important;
		border: 0 !important; /* clear old */
		border-bottom: 1px solid #e7e8ea !important;
		border-right: 1px solid #e7e8ea !important;
	}

	#catalogElement .product:nth-child(4n+4){
		border-right: 0px !important;
	}

}

@media all and (max-width: 1700px) {

	#elementTools,
	#elementNavigation{
		width: 280px;
	}

	#elementNavigation.fixed .tabs{
		width: 280px;
	}

	#files .item .icon{
		width: 22%;
	}

}

@media all and (max-width: 1600px) {

	#catalogElement .product{
		width: 33.333333% !important;
	}

	#catalogElement .product:nth-child(4n+4){
		border-right: 1px solid #e7e8ea !important;
	}

	#catalogElement .product:nth-child(3n+3){
		border-right: 0 !important;
	}

	#files .item{
		width: 33.33333%
	}

	#files .item .icon{
		width: 20%;
	}

}

@media all and (max-width: 1520px) {

	#elementTools{
		width: 300px;
	}

	#tableContainer #elementNavigation{
		display: none;
	}

	#elementSmallNavigation{
		display: block;
	}

	#files .item .icon{
		width: 14%;
	}

}

@media all and (max-width: 1340px) {

	#elementSmallNavigation .tab:first-child{
		padding-left: 0px;
		border-left: 0px;
		margin-left: 0px;
	}

	#elementSmallNavigation .tab {
		/*padding-right: 0px;*/
		border-right: 0px;
		margin-left: 24px;
	}
}

@media all and (max-width: 1280px) {

	#elementTools{
		width: 250px;
	}

	#elementTools .addCart{
		/*line-height: 55px;*/
		/*width: 190px;*/
		/*height: 55px;*/
	}

	#files .item .icon{
		width: 18%;
	}

}

@media all and (max-width: 1100px) {

	#tableContainer #elementTools{
		display: none;
	}

	#smallElementTools, .smallElementTools{
		overflow: hidden;
		display: block;
	}
	#elementContainer .min_hide .elementProperties{
		display: none;
	}

}

@media all and (max-width: 1023px) {

	#files .item{
		width: 50%;
	}

	#files .item .icon{
		width: 14%;
	}

}

@media all and (max-width: 1000px) {

	.pictureSlider{
		margin-top: 24px;
	}

	#smallElementTools, .smallElementTools{
		border-top: 1px solid #e7e8ea;
		margin-top: 24px;
	}

	#smallElementTools .mainTool,
	#smallElementTools .secondTool,
	.smallElementTools .mainTool,
	.smallElementTools .secondTool{
		margin-top: 24px;
	}

	#smallElementTools .mainTool, .smallElementTools .mainTool{
		width: 100%;
	}

	#smallElementTools .secondTool, .smallElementTools .secondTool{
		margin-top: 24px;
		width: 60%;
	}

	#elementContainer .mainContainer .col{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 24px;
		display: block;
		width: 100%;
	}

	#smallElementTools .row, .smallElementTools .row{
		margin-bottom: 12px;
		/*float: left;
		width: 50%;*/
	}

	.price_block_min, .add_count_goods, .itogo_add {
		float: left;
		width: 31%;
	}


	#elementContainer .mainContainer {
		margin-bottom: 20px;
	}
}

@media all and (max-width: 800px) {

	#catalogElement .product{
		width: 50% !important;
	}

	#catalogElement .product:nth-child(3n+3){
		border-right: 1px solid #e7e8ea !important;
	}

	#catalogElement .product:nth-child(2n+2){
		border-right: 0 !important;
	}

	#files .item .icon{
		width: 25%;
	}

	#reviews .reviewTable {
		display: block;
	}

	#reviews .reviewTable .reviewColumn{
		display: block;
	}

	#reviews .reviewTable .reviewColumn:first-child{
		margin-bottom: 24px;
		text-align: left;
	}

	#catalogReviews .heading .reviewAddButton{
		display: none;
	}

	#showallReviews{
		margin: 0 0 0 24px;
	}

	#zoomerMoreImagesContainer{
		display: none !important;
	}

	#zoomerBigPrevMore,
	#zoomerBigNextMore{
		display: none !important;
	}

	#imageContainerSlider{
		height: 100% !important;
	}

}

@media all and (max-width: 700px) {

	#smallElementTools .mainTool, .smallElementTools .mainTool{
		width: 75%;
		margin: 0 auto;
		float: none;
		padding: 30px 0;
	}

	#smallElementTools .secondTool, .smallElementTools .secondTool{
		margin-top: 30px;
		width: 40%;
	}

	#smallElementTools .row, .smallElementTools .row{
		float: unset;
		width: 100%;
	}

	#stores th,
	#stores td{
		display: none;
	}

	#stores th.name,
	#stores td.name,
	#stores th.amount,
	#stores td.amount{
		display: table-cell;
	}

	#stores th.name,
	#stores td.name{
		width: auto !important;
	}

	#storeMap{
		display: none;
	}

	#video .item{
		width: 100%;
		float: unset;
	}

	.reviewAddButton{
		display: none;
	}


	.price_block_min, .add_count_goods, .itogo_add {
		float: none;
		width: 100%;
	}


	.price_block_min {
		border-bottom: 1px solid #d9d9d9;
		padding-bottom: 21px;
		margin-bottom: 28px;
	}


	#smallElementTools .price, .smallElementTools .price {
		float: left;
	}

	.about_goods {
		float: right;
	}

	.add_info {
		float: right;
	}


	.add_count_goods {
		border-bottom: 1px solid #d9d9d9;
		padding-bottom: 21px;
		margin-bottom: 28px;
	}

	.itogo_add {
		border: 0;
		padding-left: 0;
	}

	#smallElementTools .addCart, .smallElementTools .addCart {
		width: 100%;
	}


	.add_info {
		width: 120px;
	}


}

@media all and (max-width: 680px) {

	.secondTool .addCompare,
	.secondTool .fastBack{
		display: none;
	}

	#files .item{
		width: 100%;
	}
}

@media all and (max-width: 620px) {
	#elementSmallNavigation{
		display: none;
	}
}

@media all and (max-width: 550px) {

	#smallElementTools .mainTool,
	#smallElementTools .secondTool,
	.smallElementTools .mainTool,
	.smallElementTools .secondTool{
		float: unset;
		width: 100%;
	}

	#moreImagesCarousel{
		/*display: none;*/
	}

	.elementProperties .stats .right{
		width: 0px !important
	}

	.elementProperties .stats .analog{
		display: none;
	}

	.elementProperties .stats .name{
		min-width: 230px;
		width: 60%;
	}

}
@media all and (max-width: 480px) {
	#catalogElement .product{
		width: 100% !important;
	}

	#catalogElement .product:nth-child(2n+2){
		border-right: 1px solid #e7e8ea !important;
	}

	#catalogElement .product:nth-child(1n+1){
		border-right: 0 !important;
	}

	#catalogReviews .heading .ratingContainer{
		display: none;
	}
}


/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/css/set.css?167153938710642*/
#set{
	padding-bottom: 24px;
	box-sizing: border-box;
	/*margin-top: 24px;*/
}

#set .heading{
	border-top: 1px solid #efefef;
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#set .setList .heading2{
	margin-bottom: 12px;
	font-size: 14px;
	display: block;
}

#set .setList {
	overflow: hidden;
}

#set .setTools {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	line-height: 60px;
	list-style: none;
	overflow: hidden;
	padding: 0 0 0 24px;
	height: 60px;
	margin: 12px 24px 0 24px;
}

#set .setTools li{
	float: left;
}

#set .setTools .rt{
	float: right;
}

#set .setTools .heading2{
	margin-right: 24px;
	font-size: 14px;
}

#set .setTools .price{
	font-family: 'robotobold';
	text-decoration: none;
	position: relative;
	font-size: 18px;
	display: block;
	color: #000000;
}

#set .setTools .price #setDisnt{
	font-family: 'roboto_ltregular';
	display: inline-block;
	padding-left: 12px;
	font-size: 14px;
	color: #888888;
}

#set .setTools .addCart{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 60px;
	color: #ffffff;
	height: 60px;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 250px;
	text-decoration: none;
}

#set .setTools .icon{
	vertical-align: middle;
	display: inline-block;
}

#set .setTools .addCart .icon{
	padding-right: 12px;
	margin-top: -6px;
}

#set .setTools .addSet{
	font-family: 'roboto_condensedlight';
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: #f8f8f8;
	line-height: 60px;
	color: #000000;
	height: 60px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 250px;
	text-decoration: none;
	border-left: 1px solid #e6e6e6;
}

#set .setTools .addSet:hover{
	background: #f6f6f6;
}

#set .disabled .wrap{
	transform: scale(0.9);	
	opacity: 0.5;
}

#set .setElement{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*border-left: 1px solid #e7e8ea;*/
	position: relative;
	padding: 0 24px;
	float: left;
	width: 25%;
}

#set .setElement .wrap{
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#set .setElement:first-child{
	border: 0;
}

#set .setElement:after{
	font-family: 'roboto_thregular';
	transform: translateY(-50%);
	position: absolute;
	font-size: 48px;
	display: block;
	color: #888888;
	content: "+";
	right: -8px;
	top: 50%;

}

#set .setElement:last-child:after{
	/*	right: 4px;
		content: "=";*/
		display: none;	
}

#set .setElement .picture{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 250px;
	text-align: center;
	margin-top: 12px;
	display: block;
	height: 250px;
	/*opacity: 0.8;*/
}

#set .setElement:hover .picture,
#set .setElement.general .picture{
	opacity: 1;
}

#set .setElement.disabled .picture{
	opacity: 0.8;
} 

#set .setElement .picture img{
	vertical-align: middle;
	max-height: 90%;
	max-width: 90%;
}

#set .setElement .name{

	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	margin-top: 12px;
	font-size: 13px;
	color: #000000;
	display: block;
	text-decoration: none;
	margin-bottom: 12px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;

}

#set .setElement .middle{
	line-height: 21px;
	vertical-align: middle;
	display: inline-block;
}

#set .setElement .price{
	font-family: 'robotobold';
	text-decoration: none;
	margin-bottom: 12px;
	position: relative;
	font-size: 16px;
	display: block;
	color: #000000;
}

#set .setElement .price .discount{
	font-family: 'roboto_ltregular';
	display: inline-block;
	padding-left: 8px;
	font-size: 14px;
	color: #888888;
}


#set .sCheck,
#set .sWindowCheck{
	background: url(/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/css/../images/sCheck.png) 0 0 no-repeat transparent;
	position: absolute;
	cursor: pointer;
	display: block;
	height: 30px;
	z-index: 99;
	width: 30px;
	right: 0px;
	top: 12px;
}

#set .sCheck{
	right: 24px;
}

#set .sCheck:hover,
#set .sWindowCheck:hover{
	background-position: -30px 0;
}

#set .sCheck:active,
#set .sWindowCheck:active{
	background-position: -60px 0;
}

#set .sCheck.disabled,
#set .sWindowCheck.disabled{
	background-position: -90px 0;
}

#set .sCheck.disabled:hover,
#set .sWindowCheck.disabled:hover{
	background-position: -120px 0;
}

#set .sCheck.disabled:active,
#set .sWindowCheck.disabled:active{
	background-position: -150px 0;
}


#setWindow{
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 999;
	left: 0px;
	top: 0px;
}

#setWindow .container{
	transform: translateX(-50%) translateY(-50%);
	background-color: #ffffff;
	position: relative;
	max-height: 440px;
	overflow: hidden;
	width: 900px;
	left: 50%;
	top: 50%;
}

#setWindow .container .wp{
	overflow: hidden;
}

#setWindow #setWindowTable{
	width: 100%;
	table-layout: fixed;
	border-spacing: 0;
	border-collapse: collapse;
}

#setWindow #setWindowTable td{
	padding: 0;
}

#setWindow .heading3{
	background-color: #424242;
	position: relative;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #ffffff;
	height: 60px;
}

#setWindow .container .wElement{
	width: 240px;
}

#setWindow .setElement .picture{
	height: 140px;
	line-height: 140px;
}

#setWindow #wProduct{
	border-right: 1px solid #e7e8ea;
	width: 100%;
}

#setWindow #wProduct .picture{
	opacity: 1
}

#setWindow .fr{
	display: inline-block;
	padding-top: 12px;
	font-size: 13px;
}

#setWindow .setElement:last-child:after{
	display: none;
}

#setWindow .close{
	background: url(/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/css/../images/exit.png) 0 0 no-repeat transparent;
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
    right: 20px;
    top: 20px;
}

#setWindow .close:hover{
	background-position: 0 -21px ;
}

#setWindow .close:active{
	background-position: 0 -42px ;
}

#setWindowPrice{
	background-color: #424242;
	position: relative;
	text-align: center;
	line-height: 60px;
	overflow: hidden;
	font-size: 18px;
	color: #ffffff;
	height: 60px;
}

#setWindowPrice ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#setWindowPrice li{
	float: left;
}

#setWindowPrice li:last-child{
	text-align: right;
	color: #ffffff;
	float: right;
}

#setWindowPrice li .heading4{
	margin-right: 12px;
	padding-left: 12px;
	font-size: 14px;
}

#setWindowPrice .discount{
    font-family: 'roboto_ltregular';
    display: inline-block;
    margin-left: 12px;
    padding-left: 8px;
    font-size: 14px;
    color: #888888;
}

#setWindowPrice .addCart{
	font-family: 'roboto_condensedlight';
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	min-width: 152px;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: 60px;
	padding: 0 24px;
	font-size: 16px;
	color: #ffffff;
	height: 60px;
}

#setWindowPrice .icon{
	vertical-align: middle;
	display: inline-block;
}

#setWindowPrice .addCart .icon{
	padding-right: 12px;
	margin-top: -6px;
}

#setWindowPrice .closeWindow{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-left: 1px solid #4c4c4c;
	text-decoration: none;
	font-size: 14px;
	padding: 0 24px;
	color: #ffffff;
	float: left;
}

#setWindowPrice .closeWindow:hover{
	background-color: #262626;
}

#setWindowPrice .closeWindow img{
	vertical-align: middle;
	margin-right: 12px;
}

#setWindow .container .slideBox,
#setCarousel{
	position: relative;
	border: 0;
}

#setWindow .setBtnLeft,
#setWindow .setBtnRight{
	background: url(/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/css/../images/slideArrowSmall.png) 0 0 no-repeat transparent;
	transform: translateY(-50%);
	position: absolute;
	height: 70px;
	width: 35px;
	z-index: 22;
	top: 50%;
}

#setWindow .setBtnLeft{
	left: 0;
}

#setWindow .setBtnRight{
	right: 0;
}

#setWindow .setBtnLeft:hover{
	background-position: -35px 0;
}

#setWindow .setBtnLeft:active{
	background-position: -70px 0;
}

#setWindow .setBtnRight{
	background-position: 0 -70px;
}

#setWindow .setBtnRight:hover{
	background-position: -35px -70px;
}

#setWindow .setBtnRight:active{
	background-position: -70px -70px;
}

@media all and (max-width: 900px) {
	#set .setTools .addSet{
		display: none;
	}
}

@media all and (max-width: 800px) {
	#set .setElement{
		border-bottom: 1px solid #e7e8ea !important;
		border-right: 1px solid #e7e8ea !important;
		width: 50%;
	}

	#set .setElement:nth-child(-n+2){
		border-top: 1px solid #e7e8ea !important;
	}

	#set .setElement:nth-child(2n+2){
		border-right: 0px !important;
	}

	#set .setElement:after{
		display: none;
	}
	
	#set .setTools .heading2{
		display: none;
	}

	#set .setTools .addCart{
		width: 200px;
	}

}

@media all and (max-width: 550px) {
	#set .setTools{
		overflow: hidden;
		padding: 0 24px;
		height: auto;
		margin: 0 0;
		border: 0;
	}

	#set .setTools li{
		float: unset;
	}

	#set .setTools .rt{
		text-align: left;
		display: block;
		float: unset;
		clear: both;
	}

	#set .setTools .addCart{
		clear: both;
	}

	#set .setTools li{
		line-height: 21px;
		margin-top: 24px;
	}

	#set .setTools li:last-child{
		display: none;
	}

	#set .setTools .heading2{
		display: block !important;
		font-size: 16px;
	}

}

@media all and (max-width: 480px) {

	#set .setElement{
		border-bottom: 1px solid #e7e8ea !important;
		border-right: 1px solid #e7e8ea !important;
		width: 100%;
	}

	#set .setElement:nth-child(-n+2){
		border-top: 0 !important;
	}

	#set .setElement:nth-child(1n+1){
		border-right: 0px !important;
	}

	#set .setElement:first-child{
		border-top: 1px solid #e7e8ea !important;
	}

}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/system.pagenavigation/pagen/style.css?16716516762640*/
/*.bx-pagination {
	margin: 10px 0;
}
.load_more {
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    text-align: center;
    border-radius: 30px;
    width: 200px;
    transition: background-color .2s linear;
}
.load_more:hover{
	background-color: #ff9601;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}
*/
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.section/analog_redesign/style.css?17255216327119*/
.items.productList{
	margin-bottom: 24px;
}

.removeFromWishlist{
	display: none;
}


.product .tabloid {
	padding: 9px;
    /*height: 428px!important;*/
}


.chemical .product .tabloid {
	/*height: 378px!important;*/
}

#catalogColumn .chemical .product:nth-child(-n+4) {
	height: 380px !important;
}

#catalogColumn .chemical .product {
	height: 380px !important;
}

.product .picture {
    /*height: 219px!important;
    line-height: 219px!important;*/
	position: relative;
}

.product .picture img {
	width: 100%;
	height: 100%;
}

.product .middle {
	font-weight: bold;
}

.product .name {

}

.attr_good {
	margin-bottom: 5px;
	font-size: 12px;
	/*height: 68px;*/
	line-height: 17px;
}

.attr_good span {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.attr_good span:not(:last-child):after {
	content: ', ';
	margin-right: 1px;
}

.name_manuf {
	/*height: 30px;*/
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 13px;
}


	.name_manuf a {
		color: #000;
		text-decoration: none;
		cursor: default;
		font-size: 16px;
	}

	.name_manuf img {
		vertical-align: middle;
	}

.chemical .attr_good {
	height: 17px;
}


.descr_razd {
	border: 1px solid #e7e8ea;
	padding: 8px 12px 8px;
	margin-bottom: 24px;
}



.img_razdel {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img_razdel {
	line-height: 140px;
}

.img_razdel img {
	width: 200px;
	vertical-align: middle;
}

.mobile_manuf {
	display: none;
}

.h3 {
	font-family: "roboto_ltregular";
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}

.left_catalog_menu .h3 {
	display: none;
}

.video {
	float: right;
	width: 39%;
	margin: 0 0px 0px 0;
	height: 236px;
}

	.video iframe {
		width: 100%;
		height: 100%;
	}



.label-types {
	line-height: 10px;
	bottom: -2px;
	position: absolute;
	right: 0;
	background: #eee;
	padding: 5px;
	color: #000;
	font-size: 12px;

}

.mobile-help {
	display: none;
}

.desktop-banner {
	display: block;
}


@media (max-width: 768px) {

	#breadcrumbs {
		/*display: none;*/
	}

	h1 {
		margin-top: 24px!important;
	}

	#catalogLine {
		width: 35%;
		padding: 0 6px;
	}

	#catalogLine:after {
		display: block;
		content: "";
		height: 1px;
		clear: both;
	}

	#catalogLine .column:first-child {
		width: 100%;
	}

		#catalogLine .column:first-child select {
			width: 92%;
			padding-left: 5px;
			padding-right: 5px;
		}

	#catalogLine .column:nth-child(2) {
		display: none;
	}

	#catalogLine .column:last-child {
		display: none;
	}

	.grey_pattern {
		float: left;
		width: 48%;
		background: #fff;
		border: 1px solid #e7e8ea;
		position: relative;
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 0;
	}

	#catalogLine {
		float: right;
	}

	#catalogLine .label {
		display: none!important;
	}

	#subLeftMenu li.selected>ul li, #subLeftMenu2 li.selected>ul li {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	#subLeftMenu li.selected>ul li a, #subLeftMenu2 li.selected>ul li a {
		display: inline-block!important;
		padding: 10px 0;
	}

	.flags {
		margin: 0;
	}

	.collections li {
		border-top: 1px dotted #e7e8ea!important;
	}

		.collections li:first-child {
			border-top: 0!important;
		}



	.yw1 .second_level li ul li {
		display: block!important;
	}

		.yw1 .second_level li ul li+li:before {
			display: none;
		}

	#subLeftMenu.yw1, #subLeftMenu2.yw1	{
		padding-left: 15px;
		padding-right: 15px;
	}

		.not-small-mobile {
			/*position: absolute;*/
			z-index: 10;
			background: #fff;
			width: 100%;
			/*left: -1px;
			top: 35px;*/
			border: 1px solid #e7e8ea;
			border-top: 0;
			box-shadow: 1px 5px 6px rgba(0,0,0, 0.2);
			margin-left: -1px;
			display: none;
		}

	.grey_pattern .h3 {
		height: 35px;
		line-height: 35px;
	}

	.grey_pattern .h3 span {
		position: relative;
		width: 100px;
		overflow: hidden;
		display: block;
		height: 44px;
		padding-left: 14px;
	}


	.grey_pattern .h3 span:after {
		display: block;
		position: absolute;
		right: 0px;
		top: 14px;
		content:"";
		width: 9px;
		height: 9px;
		background: url(/bitrix/templates/dresscodeV2/components/bitrix/catalog.smart.filter/.default/images/expander.png) 0 0 no-repeat;
	}


	.grey_pattern .h3.open_menu span:after {
		transform: rotate(90deg);
	}


	.mobile_manuf {
		display: block;
		float: left;
		width: 48%;
		background: #fff;
		border: 1px solid #e7e8ea;
		position: relative;
		padding: 8px 12px 0px;
		margin-bottom: 24px;
		border-radius: 4px;
		padding-left: 0;
		padding-right: 0;
	}




	.leftColumn .left_catalog_menu {
		display: none;
	}

	#smartFilter {
		margin-top: 0;
	}

	#subLeftMenu, #subLeftMenu li, 
	#subLeftMenu2, #subLeftMenu2 li {
		border: 0;
	}

	#subLeftMenu, #subLeftMenu2 {
		margin: 0;
		padding: 8px 12px 8px;
	}

	#subLeftMenu .selected>a.selected, #subLeftMenu2 .selected>a.selected {
		display: none;
	}

	#subLeftMenu .second_level .selected>a.selected, #subLeftMenu2 .second_level .selected>a.selected {
		display: inline;
	}

	.mobile_manuf .h3 {
		height: 35px;
		line-height: 35px;
	}

	.mobile_manuf .h3 span {
		position: relative;
		width: 100px;
		overflow: hidden;
		display: block;
		height: 44px;
		padding-left: 11px;
	}


	.mobile_manuf .h3 span:after {
		display: block;
		position: absolute;
		right: 0px;
		top: 14px;
		content:"";
		width: 11px;
		height: 9px;
		background: url(/bitrix/templates/dresscodeV2/components/bitrix/catalog.smart.filter/.default/images/expander.png) 0 0 no-repeat;
	}


	.mobile_manuf .h3.open_menu span:after {
		transform: rotate(90deg);
	}



	#subLeftMenu a, #subLeftMenu2 a {
		margin: 0!important;
	}

	.mobile_manuf li.selected>ul li {
		border-top: 1px dotted #e7e8ea!important;
	}

	.mobile_manuf li.selected>ul li:first-child {
		border: 0;
	}



	.descr_razd {
		display: none;
	}

	.desktop-banner {
		display: none;
	}


	.mobile-help {
		display: block;
		text-align: center;
		/*width: 351px;*/
		margin: 0 auto;
		margin-bottom: 30px;
		border: 1px solid #eff0f1;
		padding: 15px;
		padding-top: 0;
	}

	.mobile-help a {
		color: #000;
		text-decoration: none;
	}

	.mobile-help a:first-child {
		float: left;
	}

	.mobile-help a:last-child {
		float: right;
	}

	.mobile-help img {
		width: 100%;
	}


}


@media all and (max-width: 1100px) {
	.video { width: 49%; }
}



@media all and (max-width: 732px) {
	.img_razdel {
		width: 35%;
		line-height: 59px;
	}

	.img_razdel img {
		width: 100%;
	}

	.descr_razd p {
		display: none;
	}

	.descr_razd p:first-of-type {
		display: block;
	}


}

@media (max-width: 1024px) and (min-width: 732px)  {
	.img_razdel {
		line-height: 186px;
	}
}


@media (max-width: 360px) {
	.grey_pattern {
		width: 90%;
	}
}

/*.loadmore-item.product, .loadmore-item.product:nth-child(1), .loadmore-item.product:nth-child(2), .loadmore-item.product:nth-child(3), .loadmore-item.product:nth-child(4), .loadmore-item.product:nth-child(5) {
	height: 430px;
}


@media (max-width: 1300px) {
	.loadmore-item.product, .loadmore-item.product:nth-child(-n+4) {
		height: 430px!important;
	}
}*/

@media (max-width: 786px) {
	.loadmore-item .attr_good {
		display: block;
	}

}


.swiper__analog .swiper-slide {
	padding-bottom: 10px;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/articles_catalog/style.css?17059295231535*/
div.news-list
{
    word-wrap: break-word;
}
div.news-list img.preview_picture
{
    float:left;
    margin:0 4px 6px 0;
}
.news-date-time {
    color:#486DAA;
}


.artcles__list .item {
    display: flex;
    background-color: #ffffff;
    border: 1px solid rgba(31, 34, 50, 0.1);
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 20px;
}

.artcles__list .bigPicture img {
    display: block;
}

.artcles__list-content {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}


.artcles__list-content .title a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-size: 18px;
    display: block;
}


.artcles__list-more {
    margin-top: auto;
}

.artcles__list-more .more {
    display: inline-block;
}



.artcles__list-more .more:hover {
    background-color: #88acc3;
    color: #fff;
}

.type_article {
    margin-left: 20px;
}

.artcles__list-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .artcles__list .item {
        display: block;
    }

    .bigPicture {
        margin-bottom: 20px;
    }

    .bigPicture img {
        width: 100%;
    }
}


.articles {
    background: none!important;
    border: 0!important;
    padding: 0!important;
}


@media (max-width: 380px) {
    .all_more {
        font-size: 14px;
    }
}




@media (max-width: 342px) {
    .all_more {
        padding: 14px!important;
    }
}
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/style.css?177452441338157 */
/* /bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/css/review.css?16715393878813 */
/* /bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/css/media.css?17391912756405 */
/* /bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.element/.default/css/set.css?167153938710642 */
/* /bitrix/templates/.default/components/bitrix/system.pagenavigation/pagen/style.css?16716516762640 */
/* /bitrix/templates/.default/components/bitrix/catalog/redesign_catalog/bitrix/catalog.section/analog_redesign/style.css?17255216327119 */
/* /bitrix/templates/.default/components/bitrix/news.list/articles_catalog/style.css?17059295231535 */
