

/* Start:/local/templates/.default/components/dresscode/catalog/.default/style.css?164728268638*/
#middleSlider{
	margin-bottom: 24px;
}
/* End */


/* Start:/local/templates/.default/components/dresscode/catalog.item/detail/style.css?165036328255953*/
#left{
	position: relative;
}

#left .collapsed{
	position: absolute;
	width: 100%;
	z-index: 99;
}

.changeName + br{
	display: none;
}

.cheaper-product-name{
	visibility: hidden;
}

.videoFrame{
	border: 0;
}

#catalogElement{
	border-top: 1px solid #e7e8ea;
	position: relative;
}

#catalogElement h2{
	margin: 0;
}

#catalogElement.loading:after{
	background: url(/local/templates/.default/components/dresscode/catalog.item/detail/images/loader.svg) no-repeat rgba(0, 0, 0, 0.2) 50% 50%;
	transition: all 0.2s ease-in-out;
	pointer-events: none;
	position: fixed;
	height: 100vh;
	width: 100%;
	content: "";
	z-index: 999;
	top: 0px;
}

#catalogElement .getStoresWindow{
	text-decoration: none;
}

#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;
}

#tableContainer .column:nth-child(2){
	vertical-align: middle;
	padding-bottom: 24px;
}

#elementNavigation{
	background-color: #f9f9f9;
	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: 16px 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: 0;
}

#elementNavigation .tabs .tab.disabled,
#elementSmallNavigation .tabs .tab.disabled{
	display: none;
}

#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{
	padding: 0 24px;
	display: none;
}

#smallElementTools .fastBack{
	font-family: "roboto_ltregular";
	display: inline-block;
	width: 220px;
	height: 45px;
	margin-bottom: 12px;
	line-height: 45px;
	text-align: center;
	background: #fff;
	border-radius: 2px;
}

.smallElementToolsContainer{
	padding: 24px 24px 12px 24px;
	margin-bottom: 18px;
	border: 1px solid #e7e8ea;
}

#elementTools .priceContainer{
	display: inline-block;
}

#smallElementTools .priceContainer{
	display: inline-block;
	vertical-align: middle;
}

#elementContainer #smallElementTools .purchaseBonus{
	display: block;
	vertical-align: middle;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 12px;
}

#smallElementTools .columnRowWrap{
	font-size: 0;
}

#smallElementTools .columnRow{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	box-sizing: border-box;
	padding-right: 6px;
}

#smallElementTools .columnRow:last-child{
	padding: 0 0 0 6px;
}

#smallElementTools .columnRow .fastBack{
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #d8d8d8;
}

#smallElementTools .columnRow .addCart{
	margin-top: 0;
}

#smallElementTools .columnRow .addCart{
	width: 100%;
	margin-bottom: 6px;
}

#smallElementTools .columnRow .fastBack{
	width: 100%;
	margin-bottom: 6px;
}

#smallElementTools .secondTool .row{
	display: inline-block;
	vertical-align: middle;
	margin-right: 24px;
}

#smallElementTools .smallElementToolsContainer .secondTool .row:last-child{
	margin-right: 0;
	margin-bottom: 12px;
}

#elementTools{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f9f9f9;
	padding: 24px 24px 0 24px;
	position: relative;
	width: 400px;
	z-index: 1;
}

#elementTools.fixed .fixContainer{
	background-color: #f9f9f9;
	margin-top: 12px;
	position: fixed;
	width: 400px;
	z-index: 33;
	top: 0;
}

#elementTools .fixContainer.maxScroll{
	padding-bottom: 12px;
	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{
	margin-bottom: 12px;
}

#elementTools .secondTool .row:last-child{
	margin-bottom: 0px;
}

#elementTools .row img,
#smallElementTools .row img{
	vertical-align: middle;
	padding-right: 6px;
	margin-top: -4px;
}

#elementTools .requestPrice{
	cursor: pointer;
}

#elementTools .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;
    font-size: 14px;
    color: #717171;
}

#smallElementTools .label{
	vertical-align: middle;
	display: inline-block;
}

#smallElementTools .qtyBlock img{
	margin-top: 0px;
}

#elementTools .label:hover,
#smallElementTools .label:hover{
	color: #000000;
}

#elementTools .label:active,
#smallElementTools .label:active{
	position: relative;
	top: 1px;
}

#elementTools .article,
#smallElementTools .article{
	margin-bottom: 12px;
	font-size: 14px;
	color: #888888;
}

#elementTools .price,
#smallElementTools .price{
	font-family: 'robotobold';
	text-decoration: none;
	margin-bottom: 12px;
	position: relative;
	font-size: 21px;
	display: block;
	color: #000000;
}

#elementTools .price .discount,
#smallElementTools .price .discount{
	color: #888888;
}

#elementTools .price .oldPriceLabel,
#smallElementTools .price .oldPriceLabel{
	font-family: 'roboto_condensedlight';
	text-decoration: none;
	margin-bottom: 6px;
	margin-right: 12px;
	font-size: 14px;
	display: inline-block;
	color: #888888;
}

#elementTools .purchaseBonus{
	font-family: "roboto_condensedlight";
	margin-top: 6px;
	font-size: 14px;
	color: #888888;
	display: block;
}

#elementTools .priceBlock,
#smallElementTools .priceBlock{
	display: block;
}

#elementTools .purchaseBonus span{
	display: inline-block;
	vertical-align: top;
	padding-right: 6px;
	font-family: "roboto_cnregular";
}

#smallElementTools .purchaseBonus{
	margin-top: 6px;
	font-family: "roboto_condensedlight";
	font-size: 14px;
	color: #888888;
}

#smallElementTools .purchaseBonus span{
	display: inline-block;
	vertical-align: top;
	padding-right: 6px;
	font-family: "roboto_cnregular";
}

#elementTools .priceValue,
#smallElementTools .priceValue{
	border-bottom: 1px dashed #bbbbbb;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	padding-bottom: 8px;
	color: #000000;
}

#elementTools .priceValue:hover,
#smallElementTools .priceValue:hover{
	color: #333333;
}

#elementTools .priceValue:active,
#smallElementTools .priceValue:active{
	position: relative;
	top: 1px;
}

#elementTools .priceIcon,
#smallElementTools .priceIcon{
	margin-right: 12px;
}

#catalogElement .fixContainer{
	width: 220px;
}

#catalogElement .mobileButtonsContainer{
	white-space: nowrap;
	font-size: 0;
}

#catalogElement .mainTool .addCart{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	line-height: 60px;
	padding: 0px 18px;
	font-size: 16px;
	color: #ffffff;
	height: 60px;
	width: 220px;
}


@media all and (min-width: 1101px){

	#catalogElement .mainTool .addCartContainer:hover .addCart.requestPrice span,
	#catalogElement .mainTool .addCartContainer:hover .addCart.subscribe span,
	#catalogElement .mainTool .addCartContainer:hover .addCart.disabled span,
	#catalogElement .mainTool .addCartContainer:hover .addCart.added span,
	#catalogElement .mainTool .addCart span{
		transform: translate(-50%, -50%);
	    transition: all 0.2s ease-in-out;
	    display: inline-block;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	}


	#catalogElement .mainTool .qtyBlock{
		margin-bottom: 0px;
	}

	#catalogElement .mainTool .addCartContainer{
		position: relative;
		overflow: hidden;
		width: 220px;
	}

	#catalogElement .mainTool .qtyBlockContainer{
		transition: all 0.1s ease-in-out;
		transform: translateX(50px);
		position: absolute;
		visibility: hidden;
		right: 18px;
		opacity: 0;
		top: 16px;
	}

	#catalogElement .mainTool .addCartContainer:hover .qtyBlockContainer{
		transition: all 0.2s ease-in-out;
		transform: translateX(0px);
		visibility: visible;
		opacity: 1;
	}

	#catalogElement .mainTool .addCartContainer:hover .addCart span{
	    transform: translate(24px, -50%);
	    left: 0%;
	}

	#catalogElement .mainTool .addCartContainer:hover .addCart .icon{
		transition: all 0.4s ease-in-out;
		visibility: hidden;
	    padding: 0px;
	    height: 0px;
	    margin: 0px;
	    width: 0px;
	    opacity: 0;
	}

	#catalogElement .mainTool .addCartContainer:hover .addCart.requestPrice .icon,
	#catalogElement .mainTool .addCartContainer:hover .addCart.subscribe .icon,
	#catalogElement .mainTool .addCartContainer:hover .addCart.disabled .icon,
	#catalogElement .mainTool .addCartContainer:hover .addCart.added .icon{
	    padding-right: 12px;
		visibility: visible;
	    margin-top: -6px;
	    height: auto;
	    width: auto;
		opacity: 1;
	}

	#catalogElement .mainTool .qtyBlockContainer .qty{
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    background-color: transparent;
	    box-sizing: border-box;
	    vertical-align: middle;
	    display: inline-block;
	    text-align: center;
	    font-size: 12px;
	    padding: 0 2px;
	    color: #ffffff;
	    margin: 0 4px;
	    height: 28px;
	    width: 28px;
	    border: 0;
	}

	#catalogElement .mainTool .qtyBlockContainer .qty.error{
		color: #ff0000;
	}

	#catalogElement .mainTool .qtyBlock .plus,
	#catalogElement .mainTool .qtyBlock .minus{
	    background-color: rgba(255, 255, 255, 0.1);
	    vertical-align: middle;
	    display: inline-block;
	    min-width: auto;
	    padding: 0px;
	    height: 24px;
	    width: 24px;
	    border: 0px;
	}

	#catalogElement .mainTool .qtyBlock .minus,
	#catalogElement .mainTool .qtyBlock .plus{
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}

	#catalogElement .mainTool .qtyBlock .plus{
		background-image: url(/local/templates/.default/components/dresscode/catalog.item/detail/images/basket-add-plus.png);
		border-radius: 2px 2px 0px 0px;
	}

	#catalogElement .mainTool .qtyBlock .minus{
		background-image: url(/local/templates/.default/components/dresscode/catalog.item/detail/images/basket-add-minus.png);
		border-radius: 0px 0px 2px 2px;
	}

	#catalogElement .mainTool .qtyBlock .plus:hover,
	#catalogElement .mainTool .qtyBlock .minus:hover{
		background-color: rgba(255, 255, 255, 0.15);
	}

	#catalogElement .mainTool .qtyBlock .minus:active,
	#catalogElement .mainTool .qtyBlock .plus:active{
		position: relative;
		top: 1px;
	}

	#catalogElement .mainTool .qtyBlock .plus.error,
	#catalogElement .mainTool .qtyBlock .minus.error{
		background-color: #bc1414;
	}

}

#catalogElement .mainTool  .addCart.requestPrice + .qtyBlock,
#catalogElement .mainTool  .addCart.subscribe + .qtyBlock,
#catalogElement .mainTool  .addCart.disabled + .qtyBlock,
#catalogElement .mainTool  .addCart.added + .qtyBlock{
	display: none;
}

#elementTools .addCart .icon,
#smallElementTools .addCart .icon{
	padding-right: 12px;
	margin-top: -6px;
}

#elementTools .fastBack{
	display: inline-block;
	background: #ffffff;
	margin-bottom: 12px;
	text-align: center;
	border-radius: 4px;
	line-height: 50px;
	margin-top: 18px;
	font-size: 14px;
	color: #000000;
	width: 220px;
	height: 50px;
}

#elementTools .addCart.added,
#smallElementTools .addCart.added{
	background: #2b2b2b;
}

#elementTools .addCart.added:hover,
#smallElementTools .addCart.added:hover{
	background: #3b3b3b;
}

#elementTools .rating,
#elementContainer .mainContainer .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,
#elementContainer .mainContainer .rating i,
#smallElementTools .rating i{
	background: url(/local/templates/.default/components/dresscode/catalog.item/detail/images/rating.png) repeat 0 0px transparent;
	height: 15px;
	width: 79px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}

#elementTools .rating i.m,
#elementContainer .mainContainer .rating i.m,
#smallElementTools .rating i.m{
	background: url(/local/templates/.default/components/dresscode/catalog.item/detail/images/rating.png) repeat 0 -14px transparent;
	width: 0px;
	z-index: 10;
}

#elementTools .icon,
#smallElementTools .icon{
	vertical-align: middle;
	display: inline-block;
}

.ya-share-label{
	margin-bottom: 6px;
	margin-top: 30px;
	color: #717171;
}

#elementContainer{
	position: relative;
	width: 100%;
}

#elementContainer .mainContainer{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

#elementContainer .description{
	margin: 12px 0;
	font-family: "roboto_ltregular";
}

#elementContainer .description .heading{
	margin-bottom: 6px;
	font-size: 16px;
}

#elementContainer .changeShortDescription{
	font-size: 13px;
	line-height: 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{
	position: relative;
	vertical-align: middle;
	display: table-cell;
	padding: 24px 0;
	width: 50%;
}

#elementContainer .mainContainer .secondCol{
	vertical-align: top;
	padding-right: 24px;
	position: static;
}

#elementContainer .mainContainer .col.hide{
	display: none;
}

#elementContainer .mainContainer .col:first-child{
	vertical-align: middle;
	text-align: center;
	padding: 24px 12px;
}

#elementContainer #pictureContainer .pictureSlider{
	table-layout: fixed;
}

#elementContainer #pictureContainer .pictureSlider .item:first-child{
	display: block;
}

#elementContainer #pictureContainer .pictureSlider .item {
	padding: 0 24px;
	display: none;	
}

#elementContainer #pictureContainer .item a{
	text-align: center;
	display: block;
	position: relative;
}

#elementContainer #pictureContainer .pictureSlider .item.video a::before {
	content: "";
	display: block;
	width: 100px;
    height: 100px;
	border-radius: 50%;
	background-image: url('/local/templates/.default/components/dresscode/catalog.item/detail/./images/play-button1.png');
	background-color: rgba(255, 255, 255, 0.6);
	background-size: contain;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	filter: invert(1);
	box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.6);
	cursor: pointer;
	transition: all .3s ease-in-out;
}

#elementContainer #pictureContainer .pictureSlider .item.video a:hover::before {
	transform: translate(-50%, -50%) scale(1.1);
}

#elementContainer #pictureContainer .item a img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 90%;
}

#elementContainer #moreImagesCarousel{
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	position: relative;
	padding-top: 24px;
	margin-top: 24px;
	overflow: hidden;
	opacity: 0;
}

#elementContainer #moreImagesCarousel.show{
	visibility: visible;
	opacity: 1;
}

#elementContainer #moreImagesCarousel.hide{
	display: none;
}

#elementContainer #moreImagesCarousel #moreImagesLeftButton,
#elementContainer #moreImagesCarousel #moreImagesRightButton{
	background: url(/local/templates/.default/components/dresscode/catalog.item/detail/images/carouselArrowSmall.png) 0 0 no-repeat transparent;
	position: absolute;
	margin-top: 3px;
	height: 16px;
	opacity: 0.5;
	z-index: 2;
	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: 80%;
}

#elementContainer #moreImagesCarousel .slideBox{
	position: relative;
	overflow: hidden;
	list-style: none;
	height: 62px;
	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: 50px;
	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: 50px;
	height: 50px;
}

#elementContainer #moreImagesCarousel .slideBox .item.video a::before {
	content: "";
	display: block;
	width: 35px;
    height: 35px;
	border-radius: 50%;
	background-image: url('/local/templates/.default/components/dresscode/catalog.item/detail/./images/play-button1.png');
	background-color: rgba(255, 255, 255, 0.6);
	background-size: contain;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	cursor: pointer;
	transition: all .3s ease-in-out;
}

#elementContainer #moreImagesCarousel .slideBox .item.video a:hover::before {
	transform: translate(-50%, -50%) scale(1.1);
}


#elementContainer #moreImagesCarousel .slideBox .item img{
	vertical-align: middle;
	/*margin-top: -4px;*/
    max-height: 100%;
    max-width: 100%;
}

#elementContainer .mainContainer .markerContainer{
	position: absolute;
	z-index: 3;
	left: 24px;
	top: 24px;
}

#elementContainer .wishCompWrap{
	position: absolute;
	z-index: 2;
	right: 30px;
	top: 24px;
}

#elementContainer .wishCompWrap .elem{
	display: block;
	position: relative;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 8px;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	background: #fff;
	font-size: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#elementContainer .wishCompWrap .elem:before,
#elementContainer .wishCompWrap .elem:after{
	content: "";
	position: absolute;
	left: 9px;
	top: 9px;
	width: 16px;
	height: 16px;
	background: url("/local/templates/.default/components/dresscode/catalog.item/detail/images/wishCompImage.png") 0 0 no-repeat;
	transition: all 0.2s ease-in-out;
}

#elementContainer .wishCompWrap .elem:after{ opacity: 0; }
#elementContainer .wishCompWrap .addWishlist:before{ background-position: 0px 0px; }
#elementContainer .wishCompWrap .addWishlist:after{ background-position: -16px 0px; }
#elementContainer .wishCompWrap .addCompare:before{ background-position: 0px -16px; }
#elementContainer .wishCompWrap .addCompare:after{ background-position: -16px -16px; }
#elementContainer .wishCompWrap .elem:hover { border-color: #e7e8ea; background: #e7e8ea; }
#elementContainer .wishCompWrap .elem:active { top: 1px; }
#elementContainer .wishCompWrap .elem.added:before { opacity: 0; }
#elementContainer .wishCompWrap .elem.added:after { opacity: 1; }

#elementContainer .wishCompWrap .elem img{
	display: none;
	display: inline-block;
	vertical-align: middle;
}

#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 .brandImageWrap{
	display: block;
}


#elementContainer .brandImageWrap .tb{
	width: auto;
}

#elementContainer .brandImage{
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 24px;
	margin-right: 66px;
}

#elementContainer .bindAction{
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 24px;
	line-height: 18px;
	font-size: 13px;
}

/*#elementContainer .tb{
	width: auto;
}*/

#elementContainer .bindActionImage{
	width: 38px;
}

#elementContainer .bindActionImage .image{
	display: block;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

#elementContainer .bindAction a {
	position: relative;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#elementContainer .bindAction a:active {
	position: relative;
	top: 1px;
}

.newReviewTable{
	font-size: 0;
}

.newReviewTable .left{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	font-size: 14px;
	padding-right: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.newReviewTable .right{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	font-size: 14px;
}

.reviewsBtnWrap{
	padding-bottom: 6px;
	border-bottom: 1px solid #e8e8e8;
	margin-top: 6px;
}

.reviewsBtnWrap .row{
	display: inline-block;
	vertical-align: top;
	margin: 0 36px 12px 0;
    font-family: 'roboto_ltregular';
    font-size: 13px;
}

.reviewsBtnWrap .row:last-child{
	margin-right: 0;
}

.reviewsBtnWrap .row img{
	vertical-align: middle;
	padding-right: 6px;
	margin-top: -4px;
}

.reviewsBtnWrap .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;
    color: #717171;
}

.reviewsBtnWrap .labelDotted{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	color: #000000;
	border-bottom: 1px dashed #b9b9b9;
}

.reviewsBtnWrap a.label:hover .labelDotted{
	border-color: #000000;
}

.reviewsBtnWrap a.label:hover{
	color: #000000;
}

.reviewsBtnWrap a.label:active{
	position: relative;
	top: 1px;
}




#elementContainer .brandImage img{
	-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;
	max-height: 34px;
	max-width: 200px;
}

#elementContainer .brandImage:hover img{
	opacity: 0.7;
}

#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: 2px 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: 12px;
	font-size: 16px;
}

#elementContainer .elementSkuPropertyName{
	font-size: 13px;
	color: #888888;
}

#elementContainer .elementSkuPropertyList{
	overflow: hidden;
	list-style: none;
	margin: 0px -2px 0 -4px;
	padding: 0px;
}

#elementContainer .elementSkuProperty{
	overflow: hidden;
	margin: 6px 0 12px;
}

#elementContainer .elementSkuPropertyDropdown{
	margin: 6px 0 12px;
}

#elementContainer .elementSkuProperty li{
	box-sizing: border-box;
	overflow: hidden;
	min-width: 54px;
	padding: 4px 2px 2px 4px;
	float: left;
}

#elementContainer .elementSkuProperty .selected .elementSkuPropertyLink{
	pointer-events: none;
	position: relative;
}

#elementContainer .elementSkuProperty .disabled{
	display: none;
}

#elementContainer .elementSkuPropertyLink{
	transition: all 0.2s ease-in-out;
	border: 1px solid transparent;
	background-color: #f5f5f5;
	text-decoration: none;
	border-radius: 4px;
	text-align: center;
	line-height: 24px;
	padding: 8px 12px;
	font-size: 14px;
	display: block;
	color: #000000;
}

#elementContainer .selected .elementSkuPropertyLink{
	background-color: transparent;
}

#elementContainer .elementSkuPropertyPicture{
	background-color: transparent;
	border: 1px solid transparent;
	position: relative;
	border-radius: 4px;
	line-height: 54px;
	height: 54px;
	padding: 0px;
	width: 54px;
}

#elementContainer .elementSkuPropertyPicture:after{
	background-color: rgba(0, 0, 0, 0.04);
	pointer-events: none;
	position: absolute;
	border-radius: 4px;
	content: "";
	height: 54px;
	width: 54px;
	left: 0px;
	top: 0px;
}

#elementContainer .elementSkuPropertyLink:active{
	position: relative;
	top: 1px;
}

#elementContainer .elementSkuPropertyList img{
	vertical-align: middle;
    max-height: 100%;
 	max-width: 100%;
}

#catalogElement .elementSkuDropDownProperty{
	overflow: visible;
}

#catalogElement .elementSkuDropDownProperty .skuDropdownListItem {
    box-sizing: content-box;
    overflow: visible;
    min-width: auto;
    padding: 0px;
    float: none;
}

#catalogElement .skuDropdown{
	background-color: #ffffff;
    border: 1px solid #e7e8ea;
	position: relative;
	line-height: 13px;
	font-size: 13px;
	display: block;
	-webkit-user-select: none; 
	-moz-user-select: none;     
	-ms-user-select: none; 
	border-radius: 2px;
	width: 264px;
	margin-top: 4px;
}

#catalogElement .skuCheckedItem{
	background: url(/local/templates/.default/components/dresscode/catalog.item/detail/images/selectArrow.png) 97% 50% no-repeat transparent;
	padding: 12px 30px 12px 8px !important;
	border-radius: 4px;
	display: block;
	cursor: pointer;
}

#catalogElement .skuCheckedItem:hover{
	opacity: 0.8;
}

#catalogElement .skuCheckedItem:active{
	position: relative;
	top: 1px;
}

#catalogElement .skuDropdown label:before,
#catalogElement .skuCheckboxList label:before {
	display: none;
}

#catalogElement .skuDropdownList {
	background-color: #ffffff;
    border: 1px solid #e7e8ea;
    visibility: hidden;
    position: absolute;
    list-style: none;
    margin: 0 -1px;
    opacity: 0;
    padding: 0;
    z-index: 2;
    top: 44px;
    right: 0;
    left: 0;
}

#catalogElement .skuDropdownList.opened{
	visibility: visible;
	opacity: 1;
}

#catalogElement .pics .skuDropdownList{
	top: 52px;
}

#catalogElement .skuDropdownList .elementSkuPropertyValue{
	border-top: 1px solid #e7e8ea;
	position: relative;
	display: block;
}

#catalogElement .skuDropdownList .elementSkuPropertyValue:first-child{
	border-top: 0px;
}

#catalogElement .skuDropdownList .selected{
	font-family: "robotomedium";
	background-color: #f9f9f9;
	cursor: pointer;
	color: #ffffff;
	opacity: 0.8;
}

#catalogElement .skuDropdownList .elementSkuPropertyValue:hover{
	background-color: #f9f9f9;
	cursor: pointer;
	color: #ffffff;
	opacity: 0.8;
}

#catalogElement .skuDropdownList .skuPropertyItemLink{
	padding: 12px 8px !important;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
	font-size: 13px;
	color: #000000;
	display: block;
	border: 0px;
}

#catalogElement .skuDropdownList .skuDropdownListItem.selected .skuPropertyItemLink{
	border: 0px;
}

#catalogElement .skuDropdownList .skuDropdownListItem.disabled{
	display: none;
}

#catalogElement .skuDropdownList .elementSkuPropertyValue:active .skuPropertyItemLink,
#catalogElement .skuDropdownList .skuPropertyItemLink:active{
	position: relative;
	top: 1px;
}

.changePropertiesNoGroup{
	margin-top: 24px;
}

#elementContainer #detailText,
#elementContainer #detailTags{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin-top: 24px;*/
	overflow: hidden;
	padding: 0 24px 24px 24px;
	font-size: 14px;
	clear: both;
}

#elementContainer #detailTags{
	padding-bottom: 0px;
}

#elementContainer #detailText .heading,
#elementContainer #detailTags .heading{
	border-top: 1px solid #e7e8ea;
    font-family: 'robotobold';
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 36px 0;
    font-weight: 800;
    font-size: 20px;
}

#elementContainer #detailText img{
	max-width: 100%;
}

#elementContainer .defailTagsItems{
	margin-bottom: 12px;
}

#elementContainer .detailTagsItems .detailTagsItem{
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 12px;
	margin-right: 12px;
}

#elementContainer .detailTagsItems .detailTagsItem:last-child{
	margin-right: 0px;
}

#elementContainer .detailTagsItems .detailTagsLink{
	transition: all 0.2s ease-in-out;
	display: block;
	background-color: #f4f4f4;
	text-decoration: none;
	padding: 6px 12px;
	border-radius: 4px;
	color: #000000;
}

#elementContainer .detailTagsItems .detailTagsLink.selected{
	font-family: 'robotomedium';
}

#elementContainer .detailTagsItems .detailTagsLink.selected .reset{
	vertical-align: middle;
	display: inline-block;
	margin-left: 6px;
	font-size: 13px;
}

#elementContainer .detailTagsItems .detailTagsLink:hover{
	background-color: #f0f0f0;
}

#elementContainer .detailTagsItems .detailTagsLink:active{
	position: relative;
	top: 1px;
}

#elementContainer .detailTagsItems .moreButton .detailTagsLink{
	background-color: #ffffff;
	border: 1px solid #e7e8ea;
}

#elementContainer .detailTagsItems .moreButton .detailTagsLink:hover{
	background-color: #fbfbfb;
}

#elementContainer .detailTagsItems .detailTagsItem.showAll{
	display: inline-block !important;
}

@media screen and (min-width: 600px){
	#elementContainer .detailTagsItems .desktopHidden{
		display: none;
	}
}

@media screen and (max-width: 600px){
	#elementContainer .detailTagsItems .mobileHidden,
	#elementContainer #detailTags.mobileHidden{
		display: none;
	}
}

#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;
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
}

#catalogElement .productList{
	border-left: 0px;
}

#catalogElement .product{
	width: 25%;
}

#giftContainer{
	padding-bottom: 24px;
    margin-top: 24px; 
}

#giftContainer .heading{
	border-top: 1px solid #e7e8ea;
    font-family: 'robotobold';
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 36px 24px;
    font-weight: 800;
    font-size: 20px;
    display: block;
}

#elementProperties{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin-top: 24px;*/
	padding: 0 24px;
	overflow: auto;
}

#elementProperties .heading{
	border-top: 1px solid #efefef;
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 0px 24px 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 {
	/*min-width: 600px;*/
	width: 100%;
	padding: 12px;
	border-collapse: collapse;
	table-layout: fixed;
}

#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: #000000;
}

#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;
}

#elementProperties .stats .question {
	background: url("/local/templates/.default/components/dresscode/catalog.item/detail/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: 6px;
	height: 19px;
	width: 19px;
}

#elementProperties .stats .question:hover {
	background: url("/local/templates/.default/components/dresscode/catalog.item/detail/images/questions.png") -19px 0 transparent;
}

#elementProperties .stats .question:active {
	background: url("/local/templates/.default/components/dresscode/catalog.item/detail/images/questions.png") -38px 0 transparent;
}

#elementProperties .stats tr {
	border: 1px solid #e4e4e4;
}

#elementProperties .stats tr.gray:last-child{
	border-bottom: 0px;
}

#elementProperties .stats .gray td {
	background-color: #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: 6px 0px;
}

#elementProperties .stats .name {
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	padding-left: 12px;
	overflow: hidden;
	width: 40%;
}

#elementProperties .stats .name span {
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	padding-right: 12px;
}

#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;
	font-family: 'robotobold';
	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{
	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;
	font-family: 'robotobold';
	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("/local/templates/.default/components/dresscode/catalog.item/detail/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("/local/templates/.default/components/dresscode/catalog.item/detail/images/exit.png") 0px -21px no-repeat transparent;
}

#elementErrorContainer #elementErrorClose:active {
	background: url("/local/templates/.default/components/dresscode/catalog.item/detail/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("/local/templates/.default/components/dresscode/catalog.item/detail/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;
}

#skuOffersTable{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}

#skuOffersTable .offersTableContainer{
	box-sizing: border-box;
	padding: 0px 24px;
}

#skuOffersTable .offersTableContainerBtn{
	margin-top: 24px;
	text-align: center;
}

#skuOffersTable .catalogProductOffersNext img{
	vertical-align: middle;
	display: inline-block;
	margin-right: 8px;
	margin-top: -2px;
}

#skuOffersTable .catalogProductOffersNext.btn-simple{
	border-radius: 4px;
	width: 156px;
}

#skuOffersTable .heading{
    border-top: 1px solid #e7e8ea;
    font-family: 'robotomedium';
    text-transform: uppercase;
    padding: 36px 24px;
    font-weight: 800;
    font-size: 20px;
    display: block;
}

#skuOffersTable .offersTable{
	width: 100%;
}

#skuOffersTable .tb{
	transition: all 0.2s ease-in-out;
	width: 100%;
}

#skuOffersTable .tableElem .tb:hover{
	background-color: #fdfdfd;
}

#skuOffersTable .tc{
	box-sizing: border-box;
	text-align: center;
	padding: 8px 6px;
}

#skuOffersTable .thead{
	border-radius: 4px;
	background: #f1f1f1;
}

#skuOffersTable .thead .tc{
	padding: 12px 6px;
}

#skuOffersTable .tableElem{
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	margin-top: 8px;
}

#skuOffersTable .offersTable th,
#skuOffersTable .offersTable td{
	text-align: center;
}

#skuOffersTable .offersTable th{
	background-color: #f1f1f1;
	padding: 12px 0px;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
}

#skuOffersTable .offersTable td{
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
	padding-bottom: 8px;
	padding-top: 8px;
}

#skuOffersTable .offersTable th{
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
}

#skuOffersTable .offersTable th:first-child,
#skuOffersTable .offersTable td:first-child{
	border-left: 1px solid #f3f3f3;
}

#skuOffersTable .offersTable th:last-child,
#skuOffersTable .offersTable td:last-child{
	border-right: 1px solid #f3f3f3;
}

#skuOffersTable .offersTable .offersName{
	text-align: left;
	width: 220px;
}

#skuOffersTable .offersTable .offersName + td{
	padding-left: 12px;
}

#skuOffersTable .offersTable .offersPicture{
	width: 96px;
}

#skuOffersTable .offersTable .offersPicture img{
	vertical-align: middle;
	max-height: 54px;
	max-width: 42px;
	height: auto;
	width: auto;
}

#skuOffersTable .offersTable .priceWrap{
	width: 184px;
}

#skuOffersTable .offersTable .quantity img{
    vertical-align: middle;
    display: inline-block;
    padding-right: 6px;
    margin-top: -4px;
}

#skuOffersTable .offersTable .price{
	font-family: "robotomedium";
	position: relative;
	font-size: 16px;
}

#skuOffersTable .offersTable .getPricesWindow .priceIcon{
	display: none;
}

#skuOffersTable .offersTable .quanBaskWrap{
	width: 250px;
	padding: 0;
}

#skuOffersTable .offersTable .quanBaskWrap .tc{
	width: 50%;
}

#skuOffersTable .offersTable .basket{
	padding-right: 12px;
}

#skuOffersTable .offersTable .price .priceIcon{
	margin-right: 6px;
}

#skuOffersTable .offersTable .price .lnk{
	border-bottom: 1px dashed #000000;
	transition: all 0.2s ease-in-out;
	padding-bottom: 2px;
}

#skuOffersTable .offersTable .price:hover .lnk{
	border-color: #888888;
}

#skuOffersTable .offersTable .property{
	/*font-family: "robotobold";*/
	font-size: 14px;
}

#skuOffersTable .offersTable .discount{
	font-family: 'roboto_ltregular';
	position: absolute;
	font-size: 13px;
	color: #888888;
	display: block;
	right: -12px;
	top: -16px;
}

#skuOffersTable .offersTable .basket .addCart{
	/*width: 76px;*/
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	line-height: 30px;
	padding: 0 12px;
	color: #ffffff;
	height: 30px;
}

#skuOffersTable .offersTable .basket .addCart.requestPrice{
	margin-top: 0px;
}

#skuOffersTable .offersTable .basket .addCart:active{
	position: relative;
	top: 1px;
}

#skuOffersTable .offersTable .basket .addCart img{
	vertical-align: middle;
	display: inline-block;
	margin-right: 12px;
	margin-top: -4px;
}

#skuOffersTable .outOfStock{
	color: #888888;
}

#complect{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    padding: 0 24px;
}

#complect .heading{
	border-top: 1px solid #efefef;
	font-family: 'robotobold';
	text-transform: uppercase;
	padding: 24px 0px 12px 0;
	letter-spacing: 1px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#complect .complectList{
	overflow: hidden;
	margin: 0 -12px;
}

#complect .complectListItem{
	position: relative;
	height: 355px;
	float: left;
	width: 25%;
}

#complect .complectListItemWrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px;
}

#complect .complectListItemPicture img{
	-webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
    max-height: 90%;
    max-width: 90%;
}

#complect .complectListItemPicture:hover img{
	opacity: 0.8;
}

#complect .complectListItemPicLink{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
    text-align: center;
    height: 240px;
    line-height: 240px;
}

#complect .complectListItemLink{
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    text-decoration: none;
    margin-bottom: 12px;
    line-height: 44px;
    overflow: hidden;
    font-size: 14px;
    display: block;
    height: 44px;
}

#complect .complectListItemLink .middle{
    display: inline-block;
    vertical-align: top;
    line-height: 21px;
}

#complect .complectListItemPrice{
	font-family: 'robotobold';
	font-size: 18px;
	display: block;
	text-decoration: none;
	margin-bottom: 12px;
}

#complect .complectListItemPrice .measure{
	font-size: 16px;
}

#complect .complectListItemPrice .discount{
	font-family: 'roboto_ltregular';
	padding-left: 4px;
	font-size: 14px;
}

#complect .complectResult{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e8e8e8;
	background-color: #fdfdfd;
	padding-right: 24px;
	padding-left: 24px;
	line-height: 60px;
	overflow: hidden;
	height: 60px;
}

#complect .complectPriceResult{
	font-family: 'robotobold';
	display: inline-block;
	margin-left: 12px;
	font-size: 18px;
}

#complect .complectResult .discount{
	font-family: 'roboto_ltregular';
	margin-left: 12px;
	font-size: 14px;
	color: #888888;
}

#complect .complectResultEconomy{
	border-left: 1px solid #e8e8e8;
	padding-left: 24px;
	float: right;
}

#complect .complectResultEconomyValue{
	font-family: 'robotobold';
	margin-left: 12px;
	font-size: 16px;
}

#complect .complectListItem:after{
	font-family: 'roboto_thregular';
	transform: translateY(-50%);
	position: absolute;
	font-size: 48px;
	display: block;
	color: #888888;
	content: "+";
	right: -12px;
	top: 50%;

}

#complect .complectListItem:last-child:after,
#complect .complectListItem:nth-child(4n):after{
	display: none;
}

#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(/local/templates/.default/components/dresscode/catalog.item/detail/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(/local/templates/.default/components/dresscode/catalog.item/detail/images/carouselArrowsBig.png) 0 0 no-repeat transparent;
	opacity: 0.5;	
}

#zoomerBigNextMore{
	background-position: -57px 0;
}

#zoomerNextMore,
#zoomerPrevMore{
	background: url(/local/templates/.default/components/dresscode/catalog.item/detail/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: -1px !important;
}

#zoomerPrevMore:active{
	left: -1px !important;
}

#zoomerBigPrevMore:active{
	left: 23px !important;
}

#zoomerBigNextMore:active{
	right: 23px !important;
}

#zoomerMoreImagesContainerWrapper .link:active{
	position: relative;
	top: 1px;
}

.catalogProductOffersPager{
	text-align: center;
}

.catalogProductOffersNext{
	margin-top: 24px;
}

#catalogElement input[type="radio"]:not(checked){
  position: absolute;
  opacity: 0;
}

#catalogElement input[type="radio"] + label{
	cursor: pointer;
}

#catalogElement input[type="radio"]:not(checked) + label{
	position: relative;
	padding-left: 28px;
}

.smallSpecialTime{
	padding-bottom: 12px;
	color: #ffffff;
	font-size: 0;
	line-height: 0;
}

.smallSpecialTime .specialTimeItem{
	display: inline-block;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: center;
	overflow: hidden;
	margin-left: 4px;
	padding: 8px 0px;
	line-height: 14px;
	height: 42px;
	width: 48px;
}

.smallSpecialTime .specialTimeItem:first-child{
	margin-left: 0px;
}

.smallSpecialTime .specialTimeItemValue{
	font-family: 'robotomedium';
	font-size: 14px;
}

.smallSpecialTime .specialTimeItemlabel{
	font-family: "roboto_ltregular";
	font-size: 12px;
}

.detail-text-wrap{
	box-sizing: border-box;
    margin-top: 12px;
    padding: 0 24px 24px;
    border-top: 1px solid #e7e8ea;
}

.detail-text-wrap .heading {
	font-family: "robotomedium";
	padding: 30px 0 0px;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}

#elementContainer .new-list-items-wrap{
	border-top: 1px solid #e7e8ea;
	box-sizing: border-box;
	margin-bottom: 24px;
	margin-top: 0px;
	padding: 0 24px;
}

.new-list-items-wrap .heading{
	display: block;
	padding: 36px 0 18px;
	font-family: "robotomedium";
	font-size: 20px;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}

#elementContainer .new-list-items{
	max-width: none;
	margin: 0 -12px;
	font-size: 0;
}

.new-list-items .list-item-wrap{
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 12px;
	box-sizing: border-box;
}

.new-list-items .list-item{
	padding: 24px 18px;
	border: 1px solid #e7e8ea;
	border-radius: 2px;
}

.new-list-items .image{
	width: 54px;
	padding-right: 18px;
}

.new-list-items .image-container{
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.new-list-items .image-container:hover{
	opacity: 0.9;
}

.new-list-items .image-container:active{
	position: relative;
	top: 1px;
}

.new-list-items .text{
	color: #000000;
}

.new-list-items .name{
	display: block;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 18px;
	max-height: 18px;
	overflow: hidden;
	text-decoration: none;
	color: #000000;
}

.new-list-items .name:active{
	position: relative;
	top: 1px;
}

.new-list-items .price{
	position: relative;
	display: inline-block;
	padding-right: 18px;
	font-size: 18px;
	font-family: "robotobold"
}

.new-list-items .old-price{
	position: absolute;
	right: 0;
	top: -12px;
	font-size: 13px;
	line-height: 15px;
	font-family: "roboto_ltregular";
	font-size: 13px;
	color: #888888;
}

.new-list-items .active-link{
	display: inline-block;
	font-family: "roboto_ltregular";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@keyframes fadein{

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}
/* End */


/* Start:/local/templates/.default/components/dresscode/catalog.item/detail/css/review.css?16472826929110*/
#catalogReviews{
	margin-top: 24px;
	overflow: hidden;
}

#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(/local/templates/.default/components/dresscode/catalog.item/detail/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(/local/templates/.default/components/dresscode/catalog.item/detail/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%;
}

#reviews .reviewTable .reviewColumn .reviewDate{
	color: #888888;
}

#reviews .reviewTable .reviewColumn .reviewName,
#reviews .reviewTable .reviewColumn .reviewName .label{
	font-size: 16px;
}

#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(/local/templates/.default/components/dresscode/catalog.item/detail/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(/local/templates/.default/components/dresscode/catalog.item/detail/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;
	border: 1px solid #E4E4E4;
	font-family: "roboto_ltregular";
	padding-left: 12px;
	padding-top: 12px;
	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;	
	font-family: "roboto_ltregular";
	border: 1px solid #E4E4E4;
	display: inline-block;
	margin-bottom: 12px;
	vertical-align: top;
	background: #fff;
	padding-left: 12px;
	height: 50px;
	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: 50px;
	margin-left: 3%;
	color: #ffffff;
	height: 50px;
	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:/local/templates/.default/components/dresscode/catalog.item/detail/css/media.css?164728269223919*/
@media all and (min-width: 2560px){

	#elementNavigation.fixed .tabs{
		width: 483px;
	}

}

@media all and (min-width: 2450px){

	#catalogElement .product{
		width: 20%;
	}

}

@media all and (min-width: 1921px){

	#tableContainer .column:nth-child(2){
		width: 1124px;
	}

	#catalogElement .product:nth-child(5n+5){
		border-right-width: 0px;
	}

	#complect .complectListItem{
		width: 20%;
	}

}

@media all and (min-width: 1900px){

	#skuOffersTable .offersTable .offersName{
		width: 22%;
	}

	#skuOffersTable .offersTable .priceWrap{
		width: 18%;
	}

	#skuOffersTable .offersTable .quanBaskWrap{
		width: 24%;
	}

}

@media all and (max-width: 1900px) {

	#catalogElement .product:nth-child(4n+4){
		border-right-width: 0px;
	}

}

@media all and (max-width: 1900px){

	#catalogElement .product{
		width: 33.333333%;
	}

}

@media all and (max-width: 1800px) {

	#skuOffersTable .offersTable .quanBaskWrap{
		padding: 8px 6px;
		width: 120px;
	}

	#skuOffersTable .offersTable .quanBaskWrap .tc{
		display: block;
		width: 100%;
		padding: 0;
	}

	#skuOffersTable .offersTable .quanBaskWrap .quantity{
		padding-bottom: 6px;
	}

	.new-list-items{
		margin: 0 -6px;
	}

	.new-list-items .list-item-wrap{
		padding: 6px;
	}

	.new-list-items .list-item{
		padding: 12px;
	}

	.new-list-items .image{
		padding-right: 12px;
	}

}

@media all and (max-width: 1700px) {

	#elementTools{
		width: 280px;
	}

	#files .item .icon{
		width: 22%;
	}

}

@media all and (max-width: 1600px) {

	.limiter #left {
		width: 280px;
	}

	#elementNavigation{
		width: 280px;
	}

	#elementNavigation.fixed .tabs{
		width: 280px;
	}

	#files .item{
		width: 33.33333%
	}

	#files .item .icon{
		width: 20%;
	}

	#complect .complectListItem{
		width: 33.33333%;
	}

	#complect .complectListItem:nth-child(4n):after{
		display: block;
	}

	#complect .complectListItem:nth-child(3n):after,
	#complect .complectListItem:last-child:after{
		display: none;
	}

	.new-list-items-wrap .heading{
		padding: 36px 0 30px;
	}

	#elementContainer .new-list-items{
		margin: 0 -6px;
	}

}

@media all and (max-width: 1520px) {

	.limiter #left{
		width: 320px;
	}

	#elementTools{
		width: 300px;
	}

	#tableContainer #elementNavigation{
		display: none;
	}

	#elementSmallNavigation{
		display: block;
	}

	#files .item .icon{
		width: 14%;
	}

	#skuOffersTable .offersTable .quanBaskWrap{
		width: 250px;
		padding: 0;
	}

	#skuOffersTable .offersTable .quanBaskWrap .tc{
		display: table-cell;
		width: 50%;
		padding: 8px 6px;
	}

	#skuOffersTable .offersTable .quanBaskWrap .quantity{
		padding: 8px 6px;
	}

	#catalogElement #newReview input{
		width: 67%;
	}

	#catalogElement #newReview .submit{
		width: 30%;
	}

}

@media all and (max-width: 1366px) {

	.limiter #left{
		width: 280px;
	}

	.smallSpecialTime .specialTime{
		padding: 12px 0px;
	}

}

@media all and (max-width: 1340px) {

	#elementSmallNavigation .tab:first-child{
		padding-left: 0px;
		border-left: 0px;
		margin-left: 0px;
	}

	#elementSmallNavigation .tab {
	    border-right: 0px;
	    margin-left: 24px;
	}

}

@media all and (max-width: 1280px) {

	.limiter #left{
		width: 330px;
	}

	#elementTools{
		width: 270px;
		padding: 12px 24px 0;
	}

	.smallSpecialTime{
		padding-bottom: 6px;
	}

	#files .item .icon{
		width: 18%;
	}

	.ya-share-label{
		margin-top: 0;
	}

	#elementContainer .brandImage{
		margin-right: 24px;
		margin-bottom: 12px;
	}

	#elementContainer .bindAction{
		margin-bottom: 12px;
	}

	.reviewsBtnWrap{
		padding-bottom: 0px;
		margin-top: 0px;
	}

	.reviewsBtnWrap .row{
		margin: 0 24px 12px 0;
	}

	#elementContainer .elementSkuVariantLabel{
		display: none;
	}

	.productDetailText .heading{
		font-size: 14px;
	}

	#catalogElement .product{
		width: 33.333%;
	}

	#catalogElement .product:nth-child(4n+4){
		border-right-width: 1px;
	}

	#catalogElement .product:nth-child(3n+3){
		border-right-width: 0px;
	}

	#catalogElement .smallSpecialTime{
		margin-bottom: 12px;
	}

}

@media all and (max-width: 1250px){

	#skuOffersTable {
		display: none;
	}

}

@media all and (max-width: 1100px) {

	#tableContainer #elementTools{
		display: none;
	}

	#smallElementTools{
		margin: 24px 0px 36px 0px;
		display: block;
		clear: both;
	}

	.ya-share-label{
		display: none;
	}

	.new-list-items .list-item-wrap{
		width: 50%;
	}

	#smallElementTools .smallElementToolsContainer{
		box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
		border-radius: 4px;
		border: 0;
	}

	#smallElementTools .mobilePriceContainer,
	#smallElementTools .mobileButtonsContainer{
		vertical-align: middle;
		display: table-cell;
		width: 50%;
	}

	#smallElementTools .columnRow.mobileFastBackContainer{
		margin-top: 12px;
		display: block;
		padding: 0px;
		width: 100%;
	}

	#catalogElement .mainTool .addCart{
		padding: 0px;
		width: 50%;
	}

	#smallElementTools .columnRow .fastBack{
		background: #F2F2F2;
		border-radius: 4px;
		font-size: 16px;
		color: #000000;
		border: 0;
	}

	#smallElementTools .columnRow .fastBack img{
		display: none;
	}

	#catalogElement .mainTool .qtyBlock{
		padding: 0px 0px 0px 12px;
		box-sizing: border-box;
		background: #ffffff;
		margin: 0px;
		width: 50%;
	}

	#catalogElement .mainTool .qtyBlock .qty{
		background-color: #ffffff;
		vertical-align: middle;
		display: inline-block;
		font-size: 14px;
		height: 40px;
		border: 0px;
		width: 45px;
	}

	#catalogElement .mainTool .qtyBlockContainer{
		border: 1px solid #f3f3f3;
		position: relative;
		padding-left: 12px;
		border-radius: 4px;
		line-height: 60px;
		height: 60px;
	}

	#catalogElement .mainTool .minus,
	#catalogElement .mainTool .plus{
		transform: translate(0%, -50%);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-color: #f2f2f2;
		position: absolute;
		border-radius: 8px;
		height: 30px;
		width: 30px;
		top: 50%;
	}

	#catalogElement .mainTool .minus{
		background-image: url(/local/templates/.default/components/dresscode/catalog.item/detail/css/../images/mobile-basket-add-minus.png);
		right: 60px;
	}

	#catalogElement .mainTool .plus{
		background-image: url(/local/templates/.default/components/dresscode/catalog.item/detail/css/../images/mobile-basket-add-plus.png);
		right: 24px;
	}

	#catalogElement .mainTool .qtyBlockContainer .qty.error{
		color: #ff0000;
	}

	#catalogElement .smallElementToolsContainer{
		padding: 0px;
	}

	#catalogElement .smallElementToolsContainer .secondTool .row:last-child,
	#catalogElement .columnRow .fastBack{
		margin-bottom: 0px;
	}

	#catalogElement .secondTool{
		border-top: 1px solid #e7e8ea;
		box-sizing: border-box;
		text-align: center;
		padding: 24px 0px;
		margin-top: 24px;
	}

	#elementTools .row, #smallElementTools .row{
		margin-bottom: 0px;
	}

	#catalogElement .mainTool{
		padding: 24px 72px 0px 72px;
		box-sizing: border-box;
	}

	#catalogElement .mainToolContainer{
		border-collapse: collapse;
	    border-radius: 4px;
	    display: table;
	    width: 100%;
	}

	#smallElementTools .secondTool .row{
		margin-right: 60px;
	}

	#catalogElement .mainTool .addCart.added,
	#catalogElement .mainTool .addCart.subscribe,
	#catalogElement .mainTool .addCart.requestPrice{
		width: 100%;
	}

	#catalogElement .priceContainer{
		font-size: 24px;
		line-height: 30px;
	}

	#catalogElement .priceBlock{
		margin-bottom: 6px;
	}

	#elementContainer #smallElementTools .purchaseBonus{
		margin-top: 18px;
		font-size: 16px;
	}

	#elementTools .price .oldPriceLabel,
	#smallElementTools .price .oldPriceLabel{
		font-size: 16px;
	}

	#elementTools .price, #smallElementTools .price{
		margin-bottom: 0px;
	}

	#catalogElement .getPricesWindow .priceIcon{
		margin-top: -4px;
	}

	#catalogElement .mainTool .addCart{
		padding-right: 0px;
	}

}

@media all and (max-width: 1024px) {

	.limiter #left{
		width: 100%;
	}

	#left .collapsed{
		position: static;
	}

}

@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;
	}

	#elementContainer .mainContainer .col{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 24px 24px 0;
	}

	#elementContainer .brandImage{
		margin-bottom: 18px;
	}

	#elementContainer .bindAction{
		margin-bottom: 18px;
	}

	#complect .heading{
		border: none;
	}

	#elementTools .addCart{
		margin-top: 12px;
	}

	.newReviewTable .left{
		width: 100%;
		padding: 0;
	}
	.newReviewTable .right{
		width: 100%;
		margin-top: 18px;
	}

}

@media all and (max-width: 900px){

	#catalogElement .mainTool{
		padding: 24px 48px 0px 48px;
	}

	#smallElementTools .secondTool .row{
		margin-right: 48px;
	}

}

@media all and (max-width: 800px) {

	#files .item .icon{
		width: 70px;
	}

	#files .item .info{
		width: 100%;
	}

	#reviews .reviewTable {
		display: block;
	}

	#reviews .reviewTable .reviewColumn{
		display: block;
	}

	#reviews .reviewTable .reviewColumn:first-child{
		margin-bottom: 24px;
		text-align: left;
	}

	#showallReviews{
		margin: 0 0 0 24px;
	}

	#zoomerMoreImagesContainer{
		display: none !important;
	}

	#zoomerBigPrevMore,
	#zoomerBigNextMore{
		display: none !important;
	}

	#imageContainerSlider{
		height: 100% !important;
	}

	#complect .complectList{
		border-top: 1px solid #e7e8ea;
		margin: 0 -24px 12px;
	}

	#complect .complectListItem{
		width: 50%;
		height: 140px;
		box-sizing: border-box;
		border-right: 1px solid #e7e8ea;
		border-bottom: 1px solid #e7e8ea;
	}

	#complect .complectListItem:nth-child(2n){
		border-right-width: 0px;
	}

	#complect .complectListItem:after{
		display: none;
	}

	.complectListItemTable{
		display: table;
		width: 100%;
		table-layout: fixed;
	}

	.complectListItemCelImage{
		display: table-cell;
		vertical-align: middle;
		width: 110px;
		padding-right: 12px;
	}

	.complectListItemCelText{
		display: table-cell;
		vertical-align: middle;
	}

	#complect .complectListItemPicLink{
		height: 120px;
		line-height: 120px;
	}

	#complect .complectListItemPrice .discount{
		display: block;
		padding: 0;
	}

	#complect .complectListItemPrice{
		margin: 0;
		font-size: 14px;
	}

	#complect .complectListItemPrice .discount{
		font-size: 13px;
		line-height: 16px;
		color: #888888;
	}

	#complect .complectListItemLink{
		height: 36px;
		margin-bottom: 2px;
		line-height: 36px;
	}

	#complect .complectListItemLink .middle{
		vertical-align: middle;
		line-height: 18px;
	}

	#elementProperties .stats{
		table-layout: auto;
	}

	#elementProperties .stats td{
		padding: 12px 0px;
	}

	#elementProperties .stats .name span{
		padding: 0;
	}

	#elementProperties .stats tr td:first-child{
		padding: 0 6px;
	}

	#elementProperties .stats tr.cap td:first-child{
		padding: 12px 0;
	}

	#elementProperties .stats tr td:nth-child(2){
		padding-right: 6px;
	}

	#elementProperties .stats tr td:nth-child(n+3){
		width: 0;
		overflow: hidden;
		padding: 0;
		max-width: 0px;
		white-space: nowrap;
		text-indent: 100px;
	}

	#elementProperties .stats .name{
		width: 70%;
	}

	#catalogElement .mainTool{
		padding: 24px 36px 0px 36px;
	}

	#smallElementTools .secondTool .row{
		margin-right: 24px;
	}

}

@media screen and (max-width: 790px){

	#catalogElement .product{
		width: 50%;
	}

	#catalogElement .product:nth-child(3n+3){
		border-right-width: 1px;
	}

	#catalogElement .product:nth-child(2n+2){
		border-right-width: 0px;
	}

	#elementContainer .mainContainer .col{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 24px 24px 0;
		display: block;
		width: 100%;
	}

	#elementContainer .brandImageWrap{
		padding-top: 24px;
		border-top: 1px solid #e7e8ea;
	}

	.changePropertiesNoGroup{
		display: none;
	}

	#elementContainer .new-list-items{
		margin: 0 -3px;
	}

	.new-list-items{
		margin: 0 -3px;
	}
	.new-list-items .list-item-wrap{
		width: 100%;
		padding: 3px;
	}

	#elementContainer .new-list-items .list-item{
		padding: 24px 24px;
	}

	#elementContainer .new-list-items .image{
		text-align: center;
		width: 72px;
	}

	#elementContainer .new-list-items .image-container img{
		display: inline-block;
		vertical-align: middle;
	}

	#catalogElement .new-list-items .list-item-wrap{
		margin-bottom: 12px;
	}

	#catalogElement .new-list-items .list-item-wrap:last-child{
		margin-bottom: 0px;
	}

	#smallElementTools .mobilePriceContainer{
		width: 40%;
	}

	#smallElementTools .mobileButtonsContainer{
		width: 60%;
	}

	#catalogElement .mainTool{
		padding: 24px 24px 0px 24px;
	}

}

@media all and (max-width: 750px){

	#smallElementTools .smallElementToolsContainer .secondTool .share-items{
		border-top: 1px solid #e7e8ea;
		padding-top: 24px;
		margin-top: 24px;
		display: block;
	}

	#smallElementTools .secondTool .row{
		margin-right: 48px;
	}

	#catalogElement .ya-share-label{
		margin-right: 12px;
	}

	#catalogElement .ya-share-label,
	#catalogElement .ya-share2{
		vertical-align: middle;
		display: inline-block;
		margin-bottom: 0px;
	}

	#catalogElement .priceContainer{
		font-size: 21px;
		line-height: 24px;
	}

	#elementContainer #smallElementTools .purchaseBonus{
		font-size: 14px;
	}

	#elementTools .price .oldPriceLabel,
	#smallElementTools .price .oldPriceLabel{
		font-size: 14px;
	}

	#catalogElement .mainTool .addCart,
	#smallElementTools .columnRow .fastBack,
	#catalogElement .mainTool .qtyBlockContainer{
		line-height: 55px;
		height: 55px;
	}

	#smallElementTools .secondTool .available-block{
		margin-right: 0px;
	}

}


@media all and (max-width: 700px) {

	#elementContainer .mainContainer .markerContainer{
		top: 12px;
		left: 24px;
	}

	#elementContainer .wishCompWrap{
		top: 12px;
		right: 24px;
	}

	#stores th,
	#stores td{
		display: none;
	}

	#stores th.name,
	#stores td.name,
	#stores th.amount,
	#stores td.amount{
		display: table-cell;
	}

	#storesContainer #stores .storeTable{
		table-layout: auto;
	}

	#storesContainer #stores .wrap{
		padding: 0;
	}

	#storesContainer #stores .storeTable .name{
		width: 70%;
		padding: 12px 12px 12px 24px;
		line-height: 16px;
	}

	#storesContainer #stores th.amount{
		font-family: "robotomedium";
		text-align: right;
	}

	#storesContainer #stores .storeTable .green{
		padding: 12px 24px 12px 0;
		text-align: right;
	}

	#storeMap{
		display: none !important;
	}

	#video .item{
		width: 100% !important;
		float: unset;
	}

	#reviews .reviewTable .reviewColumn:first-child{
		width: 100%;
	}

	#reviews .rating{
		margin-left: 0px;
	}

	#tableContainer .column:nth-child(2),
	#video .item:last-child{
		padding-bottom: 0px;
	}

	#elementContainer .mainContainer .secondCol{
		margin-top: 18px;
		padding: 18px 24px 0;
		border-top: 1px solid #e7e8ea;
	}

	#elementContainer .brandImageWrap{
		display: none;
	}

	.reviewsBtnWrap{
		border-bottom: none;
	}

	.reviewsBtnWrap .row img{
		display: none;
	}

	.reviewsBtnWrap .row{
		margin: 0 18px 6px 0;
	}

	.productDetailText{
		margin: 6px 0 12px;
	}

	.new-list-items-wrap{
		padding: 0 12px;
	}

	#catalogElement #elementContainer .addCompare{
		display: none;
	}

}

@media all and (max-width: 680px){

	.secondTool .addCompare,
	.secondTool .fastBack{
		display: none;
	}

	#files .item{
		width: 100%;
	}

	#smallElementTools .mobilePriceContainer,
	#smallElementTools .mobileButtonsContainer{
		display: block;
		width: 100%
	}

	#smallElementTools .mobileButtonsContainer{
		margin-top: 24px;
	}

	#catalogElement .mainTool{
    	padding: 24px 24px 0px 24px;
	}

	#elementContainer #smallElementTools .purchaseBonus{
		margin-top: 12px;
	}

	.smallSpecialTime .specialTimeItem{
		width: 60px;
	}

}

@media all and (max-width: 620px){

	#elementSmallNavigation{
		display: none;
	}

	#catalogElement .heading:not(.noTabs) + div{
		display: none;
	}

	#elementContainer .new-list-items-wrap{
		margin-top: 0px;
		border: 0px;
	}

	#catalogElement #set{
		padding: 0 24px 24px 24px;
	}

	#catalogElement #set .setTools{
		margin: 24px 0px 0px 0px;
	}

	#catalogElement #set .setList{
		border-top: 0px;
	}

	#catalogElement #set .setElement:nth-child(n){
		border: 0px;
	}

	#catalogElement h2:not(.noTabs).heading,
	#elementContainer #detailText h2:not(.noTabs).heading,
	#elementContainer #detailTags h2:not(.noTabs).heading{
		font-family: "roboto_ltregular";
		text-transform: uppercase;
		background-color: #f2f2f2;
		border-radius: 4px;
		position: relative;
		line-height: 16px;
		font-weight: 400;
		text-align: left;
		cursor: pointer;
		font-size: 14px;
		padding: 16px;
		border: 0px;
		margin: 0px;
	}

	#catalogReviews,
	#related,
	#similar,
	#stores,
	#files,
	#video{
		padding: 0 24px;
	}

	.sale-products-gift{
		padding: 0 24px;
	}

	.changePropertiesGroup{
		margin-bottom: 24px;
	}

	#catalogElement h2:not(.noTabs).heading.active,
	#elementContainer #detailText h2:not(.noTabs).heading.active,
	#elementContainer #detailTags h2:not(.noTabs).heading.active{
		margin-bottom: 24px;
	}

	#catalogElement #catalogReviews .ratingContainer{
		display: none;
	}

	#catalogElement h2.heading:not(.noTabs):after{
		background-image: url(/local/templates/.default/components/dresscode/catalog.item/detail/css/../images/mobile-tab-show.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-color: #ffffff;
		border-radius: 25px;
		position: absolute;
		display: block;
		margin: auto;
		content: "";
		height: 25px;
		width: 25px;
		bottom: 0px;
		right: 12px;
		top: 0px;
	}

	#catalogElement h2.heading.active:after{
		background-image: url(/local/templates/.default/components/dresscode/catalog.item/detail/css/../images/mobile-tab-hide.png);
	}

	#catalogElement .product,
	#catalogElement .product:nth-child(2n+2),
	#catalogElement .product:nth-child(3n+3){
		border-left: 1px solid #e7e8ea;
		border-right: 1px solid #e7e8ea;
		width: 100%;
	}

	#catalogElement .productColImage{
		width: 50%;
	}

	#catalogElement .storeTable tr:last-child td{
		border-bottom: 1px solid #e7e8ea;
	}

	#storesContainer #stores .storeTable .name{
		font-size: 14px;
	}

	#catalogElement #newReview{
		margin-top: 24px;
	}

	#catalogElement #newReview .heading{
		font-family: "robotomedium";
		text-transform: uppercase;
		font-size: 14px;
		line-height: 16px;
		padding: 18px 24px;
	}

	#reviews .reviewTable .reviewColumn{
		padding :0px;
	}

	#catalogElement #reviews .reviewItem:last-child{
		margin-bottom: 0px;
	}

	#catalogElement #reviews .reviewItem:first-child{
		padding: 0px;
		border: 0px;
	}

	#catalogElement #elementProperties h2.heading.active{
		margin-bottom: 12px;
	}

	#catalogElement #files .item:last-child{
		margin-bottom: 0px;
	}

	#catalogElement #files .item{
		height: auto;
	}

	#catalogElement #video .wrap{
		padding: 0px;
	}

	#video .items.sz1 iframe{
		height: 350px;
	}

	#catalogElement .secondTool{
		padding: 0px;
		border: 0px;
	}

	#smallElementTools .secondTool .row:first-child{
		border: 0px;
	}

	#smallElementTools .secondTool .row{
		border-top: 1px solid #e7e8ea;
		position: relative;
		padding: 12px 0px;
		margin-right: 0px;
		text-align: left;
		display: block;
		width: 100%;
	}

	#catalogElement #smallElementTools .secondTool .share-items{
		border-top: 1px solid #e7e8ea;
		padding-bottom: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
	}

	#catalogElement .ya-share-label{
		display: none;
	}

	#catalogElement .secondTool{
		padding: 0px 48px 24px 48px;
		margin-top: 0px;
	}

	#smallElementTools .secondTool .cheaper-container:after,
	#smallElementTools .secondTool .delivery-button-container:after{
	    background-image: url(/local/templates/.default/components/dresscode/catalog.item/detail/css/../images/mobile-tab-show.png);
	    background-repeat: no-repeat;
	    background-position: 50% 50%;
	    background-color: #f2f2f2;
	    pointer-events: none;
	    border-radius: 25px;
	    position: absolute;
	    display: block;
	    margin: auto;
	    content: "";
	    height: 25px;
	    width: 25px;
	    bottom: 0px;
	    right: 12px;
	    top: 0px;
	}

	#smallElementTools .getStoresWindow.inStock span{
		border-bottom: 0px !important;
	}

	#smallElementTools .label{
		width: 100%;
	}

}

@media all and (max-width: 600px){

	#complect .complectListItem:nth-child(n){
		border-right-width: 0px;
		width: 100%;
	}

	.complectListItemCelImage{
		width: 40%;
		min-width: 110px;
		max-width: 160px;
	}

	#elementProperties .stats{
		font-size: 13px;
	}

	#elementProperties .stats .question{
		display: none;
	}

}

@media all and (max-width: 550px) {

	#elementContainer #moreImagesCarousel{
		padding: 0;
		margin-top: 12px;
	}

	#elementContainer #moreImagesCarousel .carouselWrapper{
		width: 90%;
	}

	#elementContainer #moreImagesCarousel #moreImagesLeftButton{
		margin-top: -12px;
		left: 0;
	}

	#elementContainer #moreImagesCarousel #moreImagesRightButton{
		margin-top: -12px;
		right: 0;
	}

	#elementContainer #moreImagesCarousel .slideBox .item{
		box-sizing: border-box;
		padding: 0 6px;
	}

	#elementContainer #moreImagesCarousel .slideBox .item{
		height: 30px;
	}

	#elementContainer #moreImagesCarousel .slideBox .item a{
		height: 30px;
		line-height: 30px;
	}

	#elementContainer #moreImagesCarousel .slideBox{
		height: 36px;
	}

	#elementContainer #moreImagesCarousel .slideBox .item.selected:after{
		bottom: -6px;
	}

	#elementProperties .stats .right{
		width: 0px !important
	}

	#elementProperties .stats .analog{
		display: none;
	}

	#elementProperties .stats .name{
		width: 60%;
	}

	#catalogElement #newReview input{
		width: 100%;
	}

	#catalogElement #newReview .submit{
		width: 100%;
		margin: 0;
	}

	#catalogReviews .heading .ratingContainer{
		display: none;
	}

}

@media all and (max-width: 480px) {

	#catalogElement .secondTool{
		padding: 0px 24px 24px 24px;
	}

	#catalogElement .mainTool{
		padding: 24px 24px 0px 24px;
	}

	#complect .complectListItem{
		width: 100%;
	}

	#elementProperties .stats .name{
		width: 100%;
	}

	#elementProperties .stats td:nth-child(2){
		width: 90px;
		font-family: "robotomedium";
		text-align: right;
		padding-right: 6px;
	}

	#storesContainer #stores .storeTable .name{
		width: 66%;
	}

	#storesContainer #stores .storeTable .icon{
		display: none;
	}

	#catalogElement .mainTool .minus{
		right: 48px;
	}

	#catalogElement .mainTool .plus{
		right: 12px;
	}

	#catalogElement .mainTool .qtyBlockContainer{
		padding-left: 6px;
	}

}

@media screen and (max-width: 400px){

	.new-list-items .price{
		font-size: 16px;
	}

	.new-list-items .name{
		max-height: 36px;
	}

	#catalogElement .secondTool{
		padding: 0px 12px 24px 12px;
	}

	#catalogElement .mainTool{
		padding: 24px 12px 0px 12px;
	}

	#catalogElement .mainTool .qtyBlock .qty{
		width: 35px;
	}

}

@media screen and (max-width: 350px){

	#catalogElement .mainTool .qtyBlockContainer{
		padding-left: 4px;
	}

	.smallSpecialTime .specialTimeItem{
		width: 54px;
	}

	#catalogElement .mainTool .qtyBlock .qty{
		padding-left: 2px;
		width: 20px;
	}

}
/* End */


/* Start:/local/templates/.default/components/dresscode/catalog.item/detail/css/set.css?164728269211640*/

#set{
	padding-bottom: 24px;
	box-sizing: border-box;
	/*margin-top: 24px;*/
}

#set .heading{
	border-top: 1px solid #e7e8ea;
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 30px;
	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;
}

#setDisnt.hidden,
#setWDisnt.hidden{
	visibility: hidden;
}

#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: 14px;
	color: #000000;
	display: block;
	text-decoration: none;
	margin-bottom: 12px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;

}

#setWindowTable .setElement .name{
	font-size: 13px;
}

#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(/local/templates/.default/components/dresscode/catalog.item/detail/css/../images/sCheck.png) 0 0 no-repeat transparent;
	position: absolute;
	cursor: pointer;
	display: block;
	height: 30px;
	width: 30px;
	right: 0px;
	z-index: 2;
	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(/local/templates/.default/components/dresscode/catalog.item/detail/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(/local/templates/.default/components/dresscode/catalog.item/detail/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: 1366px) {
	#set .setElement .picture {
		height: 200px;
		line-height: 200px;
	}
}

@media all and (max-width: 900px) {
	#set .setTools .addSet{
		display: none;
	}
}

@media all and (max-width: 800px) {
	#set .setList{
		border-top: 1px solid #e7e8ea;
	}

	#set .setElement{
  	 	overflow: hidden;
	    height: 140px;
	    padding: 12px;
  	}

	#set .setElement:nth-child(n){
		border-bottom: 1px solid #e7e8ea;
		border-right: 1px solid #e7e8ea;
		width: 50%;
	}

	#set .setElement:nth-child(2n){
		border-right-width: 0px;
	}

	#set .setElement:after{
		display: none;
	}

	.setListTable{
		display: table;
		width: 100%;
		table-layout: fixed;
	}

	.setListColImage{
		display: table-cell;
		vertical-align: middle;
		width: 110px;
		padding-right: 12px;
	}

	.setListColText{
		display: table-cell;
		vertical-align: middle;
		padding-right: 24px;
	}

	#set .setElement .picture{
		height: 120px;
		margin: 0;
		line-height: 120px;
	}

	#set .sCheck{
		top: 6px;
		right: 6px;
	}

	#set .setElement .name{
		margin-top: 0;
		margin-bottom: 2px;
		height: 36px;
		line-height: 36px;
	}

	#set .setElement .middle{
		line-height: 18px;
	}

	#set .setElement .price{
		margin-bottom: 0;
		font-size: 14px;
	}

	#set .setElement .price .discount{
		display: block;
		padding: 0;
		font-size: 13px;
		line-height: 16px;
	}
	
	#set .setTools .heading2{
		display: none;
	}

	#set .setTools .addCart{
		width: 200px;
	}

}

@media all and (max-width: 600px){
	#set .setElement:nth-child(n){
		width: 100%;
		border-right-width: 0px;
	}

	.setListColImage {
		width: 40%;
		min-width: 110px;
		max-width: 160px;
	}
}

@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: 400px) {
	.setListColImage {
		width: 50%;
	}
}
/* End */


/* Start:/bitrix/templates/dresscode/components/bitrix/sale.products.gift/.default/style.css?164728268665*/
.detail-gift-container .items.productList{
	margin-bottom: 0;
}
/* End */


/* Start:/local/templates/.default/components/dresscode/catalog.properties.list/group/style.css?1655298768226*/
.text_rows { 
  max-height: 63px;
  overflow: hidden;
  transition: max-height .3s ease;
}

.more_rows {
  cursor: pointer !important;
  color: #c12752 !important;
  text-decoration: underline;
  font-weight: 600;
}
/* End */


/* Start:/bitrix/templates/dresscode/components/bitrix/system.pagenavigation/round/style.css?16472826862357*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #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:/catalog/realcommenter.css?16472826924734*/
.cosmeia_style {padding: 0 24px;margin-top: 50px;}
.cosmeia_style .burlakastudio_realcommenter {}

.cosmeia_style.onstage {
    display: block !important;
}

#catalogReviews {
    display: none !important;
}

.cosmeia_style .brna_form {}

.cosmeia_style .brna_form > div + div,
.cosmeia_style .brf_header + div:before {
    border-color: #c12752;
    background-color: white !important;
}

.cosmeia_style .brf_submit button {
    background-color: #c12752;
}

.cosmeia_style .brf_body {
    background-color: white;
}

.cosmeia_style .brna_form .brf_body .brf_additionals {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* flex-direction: column; */
}

.cosmeia_style .brna_form .brf_body .brf_additionals > div {
    flex-basis: 48%;
    margin-bottom: 10px;
}

.cosmeia_style .brna_form .brf_body .brf_additionals > .itape_rating {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.cosmeia_style .brna_form .brf_body .brf_additionals > .itape_rating [data-shape] {
    margin: 0;
}

.cosmeia_style [data-shape="star"] ins {
    width: 25px;
    height: 25px;
}

.cosmeia_style .brfb_userfields {
    margin-top: 0;
}

.cosmeia_style .brf_submit {
    padding-top: 10px;
}

.cosmeia_style .br_head h2 ins {
    color: black;
    margin-left: 0;
}

.cosmeia_style .br_head h2 ins:before {
    content: '(';
}

.cosmeia_style .br_head h2 ins:after {
    content: ')';
}

.cosmeia_style .br_head h2 {
    /* border-top: 1px solid #e7e8ea; */
    font-family: 'robotobold';
    text-transform: uppercase;
    letter-spacing: 1px;
    /* padding: 36px 24px; */
    font-weight: 800;
    font-size: 20px;
}

.cosmeia_style .brfb_userfields > div {
    flex-basis: 48%;
}

.cosmeia_style .brca_title {
    font-weight: bold;
}

.cosmeia_style .brca_title:after {
    content: ':';
}

@media (max-width: 860px) {
    .cosmeia_style .brna_form {
    }

    .cosmeia_style .brna_form .brf_body .brf_additionals {
        flex-direction: column;
    }

    .cosmeia_style .brna_form .brf_body .brf_additionals > div {
        flex-basis: 100%;
    }

    .cosmeia_style .brfb_userfields > div {
        flex-basis: 100%;
    }
}

.cosmeia_style .br_tree > .br_comment[id^="answercontainer_"] > .schema_org_wrapper .brc_header,
.cosmeia_style .br_tree > .br_comment[id^="answercontainer_"] > .brc_header{
    float: left;
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    min-height: 100px;
    width: 210px;
}

.cosmeia_style .br_tree > .br_comment article{
    max-height: 2000px;
}

.cosmeia_style .br_tree > .br_comment[id^="answercontainer_"] > .schema_org_wrapper .brc_header > header,
.cosmeia_style .br_tree > .br_comment[id^="answercontainer_"] > .brc_header > header{
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.cosmeia_style .br_tree > .br_comment[id^="answercontainer_"] > .schema_org_wrapper .brc_header > header > span,
.cosmeia_style .br_tree > .br_comment[id^="answercontainer_"] > .brc_header > header > span{
    font-size: 2em;
    margin-bottom: 10px;
    line-height: 1.3em;
    color: black;
}

.cosmeia_style .br_tree > .br_comment[id^="answercontainer_"] > .schema_org_wrapper .brc_header > header > time,
.cosmeia_style .br_tree > .br_comment[id^="answercontainer_"] > .brc_header > header > time {
    font-weight: bold;
}


.cosmeia_style .br_tree > .br_comment[id^="answercontainer_"] > .schema_org_wrapper .brc_af[data-rating] .brca_title,
.cosmeia_style .br_tree > .br_comment[id^="answercontainer_"] > .brc_af[data-rating] .brca_title{
    display: none;
}
.cosmeia_style .br_tree > .br_comment[id^="answercontainer_"] > .schema_org_wrapper .brc_af[data-rating] [data-shape="star"],
.cosmeia_style .br_tree > .br_comment[id^="answercontainer_"] > .brc_af[data-rating] [data-shape="star"]{
    /* display: none; */
    margin-left: 0;
}

.cosmeia_style .br_tree .brn_add {
    clear:both;
}

.cosmeia_style .br_tree > .br_comment[id^="answercontainer_"] .br_node {
    margin: 0 0 0 30px;
}

.cosmeia_style .br_tree > .br_comment[id^="answercontainer_"] .br_node .br_comment {
    margin: 10px 0 0;
}

.cosmeia_style .br_tree > .br_comment[id^="answercontainer_"] .br_node article {
    padding: 7px 10px 7px 20px;
    background-color: #fbfbfb;
    /* color: white; */
    font-size: 0.9em;
    font-style: oblique;
    margin: 0;
    border: 1px solid #dedede;
    border-radius: 200px;
}

@media (max-width: 640px) {
    .cosmeia_style .br_tree > .br_comment[id^="answercontainer_"] > .schema_org_wrapper .brc_header,
    .cosmeia_style .br_tree > .br_comment[id^="answercontainer_"] > .brc_header {float: none;width: 100%;padding-right: 0;height: auto;min-height: 0;}
}
/* End */


/* Start:/bitrix/components/realcommenter_2.0/tape.show.tree/templates/.default/style.min.css?164728265240215*/
.burlakastudio_realcommenter{position:relative;font-size:16px;z-index:1}.burlakastudio_realcommenter div{position:relative;box-sizing:border-box;line-height:1.6em}.burlakastudio_realcommenter a,.burlakastudio_realcommenter ins{text-decoration:none}.br_head ins{color:#7e7e7e;margin-left:10px;font-weight:700}.brf_errors,.brf_submit{background-color:#ddd;padding:20px}.brf_submit{display:flex;align-items:center;flex-wrap:wrap}.brf_errors{font-style:oblique;color:red;font-size:.85em}.brna_form .brf_submit ins{margin-right:10px;display:inline-block;width:34px;height:37px;vertical-align:bottom;padding:0;box-sizing:border-box;position:relative;cursor:pointer}.brf_submit button,.brna_form .brf_submit ins:before{background-color:#003d5c;-webkit-transition:background-color .3s ease-out 0s;-moz-transition:background-color .3s ease-out 0s;-o-transition:background-color .3s ease-out 0s;transition:background-color .3s ease-out 0s}.brna_form .brf_submit ins:before{content:'';width:34px;height:37px;position:absolute;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' image-rendering='optimizeQuality' fill-rule='evenodd' clip-rule='evenodd' viewBox='0 0 96 106'%3E%3Cg fill='rgb(0,61,92)'%3E%3Cpath fill-rule='nonzero' d='M77 78l11-53c4-19-27-25-31-6L44 84c-3 14 16 21 20 4l10-48c1-8-8-9-9-2l-8 37-7-2 7-37c4-16 28-12 24 5L71 90c-5 26-39 16-34-7l13-65c6-29 51-21 45 9L84 80l-7-2z'/%3E%3Cpath d='M12 16h5.72259v29.6729H12z'/%3E%3Cpath d='M0 33.4352v-5.72258418h29.67289334V33.4352z'/%3E%3C/g%3E%3C/svg%3E") center center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' image-rendering='optimizeQuality' fill-rule='evenodd' clip-rule='evenodd' viewBox='0 0 96 106'%3E%3Cg fill='rgb(0,61,92)'%3E%3Cpath fill-rule='nonzero' d='M77 78l11-53c4-19-27-25-31-6L44 84c-3 14 16 21 20 4l10-48c1-8-8-9-9-2l-8 37-7-2 7-37c4-16 28-12 24 5L71 90c-5 26-39 16-34-7l13-65c6-29 51-21 45 9L84 80l-7-2z'/%3E%3Cpath d='M12 16h5.72259v29.6729H12z'/%3E%3Cpath d='M0 33.4352v-5.72258418h29.67289334V33.4352z'/%3E%3C/g%3E%3C/svg%3E") center center/contain no-repeat}._zero .brn_add span:hover,.br_comment article._tint_height ins.toggle_out:hover:after,.brf_submit button:hover,.brna_form .brf_submit ins:hover:before,.burlakastudio_realcommenter .brn_add ins strong:hover{background-color:#0074af}.brna_form .brf_submit ins[data-indicator]:before{-webkit-mask-position-x:-13px;mask-position:-13px center}.brna_form .brf_submit ins[data-indicator]{cursor:default}.brna_form .brf_submit ins[data-indicator]:after{content:attr(data-indicator);color:#000;position:absolute;top:0;right:0;width:19px;height:19px;border-radius:100px;background-color:#fff;font-size:8px;font-family:Verdana,serif;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 0 8px 0 rgba(0,45,68,.72)}.brf_submit button{font-size:1.5em;font-family:inherit;border:0;border-radius:5px;padding:2px 10px 4px;color:#fff;cursor:pointer;outline:0}.brna_form .brf_submit .recaptcha2{flex-grow:2;display:flex;justify-content:flex-end}.brna_form .brf_submit .recaptcha2.recaptcha_error>*{border:2px solid red;overflow:hidden}.brf_submit .errors{margin-top:10px;color:red;flex-basis:100%}.brf_submit .errors:empty{margin-top:0}.brf_submit .errors div{font-style:oblique;font-size:.85em}.br_tree blockquote{margin:15px 5px 5px 0;color:#717171;background-color:#f1f1f1;font-style:oblique;border-left:2px solid;font-size:.9em;padding:10px 20px}._zero{margin:40px 0}._zero .brn_add span{background-color:#003d5c;color:#fff;display:inline-block;padding:5px 10px;border-radius:6px;cursor:pointer;-webkit-transition:background-color .3s ease-out 0s;-moz-transition:background-color .3s ease-out 0s;-o-transition:background-color .3s ease-out 0s;transition:background-color .3s ease-out 0s}.br_node{margin-top:10px;border-top:1px solid transparent}.br_comment{margin-top:20px}.br_comment._found:after,.br_comment._hightlight:after{content:'';position:absolute;left:0;top:0;right:0;bottom:0;z-index:-1;margin:-14px}.br_comment._hightlight:after{background:#f3f399}.br_comment._found:after{background-color:#ffe567}.br_comment._found._found_and_faded:after{background-color:transparent}.br_comment article{margin-top:7px;max-height:200px;overflow:hidden;overflow-wrap:break-word;position:relative;-webkit-transition:max-height .3s ease-out 0s;-moz-transition:max-height .3s ease-out 0s;-o-transition:max-height .3s ease-out 0s;transition:max-height .3s ease-out 0s}.br_comment article iframe{display:block;max-width:100%;margin:10px auto}.br_comment article p{margin:7px 0 0}.br_comment article._tint_height{margin-bottom:20px}.br_comment article._tint_height ins.toggle_out{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(rgba(255,255,255,0),#fff ,#fff);height:50px;cursor:pointer}.br_comment article._tint_height ins.toggle_out:before{content:'';height:1px;max-width:200px;position:absolute;left:0;right:0;bottom:7px;background-color:#c7c7c7;margin:auto}.br_comment article._tint_height ins.toggle_out:after,.br_comment._found:after,.burlakastudio_realcommenter .brn_add ins strong{-webkit-transition:background-color .3s ease-out 0s;-moz-transition:background-color .3s ease-out 0s;-o-transition:background-color .3s ease-out 0s;transition:background-color .3s ease-out 0s}.br_comment article._tint_height ins.toggle_out:after,.burlakastudio_realcommenter .brn_add ins strong{color:#fff}.br_comment article._tint_height ins.toggle_out:after{content:'...';height:14px;width:51px;position:absolute;left:0;right:0;bottom:0;background-color:#c7c7c7;margin:auto;border-radius:25px;z-index:1;line-height:5px;text-align:center}.br_comment article._any_height{max-height:600px}.br_comment section{margin-top:11px}.burlakastudio_realcommenter .brn_add{margin-top:5px;font-size:1em}.burlakastudio_realcommenter .brn_add abbr,.burlakastudio_realcommenter .brn_add span{cursor:pointer;border-bottom:1px dotted;margin-right:10px;font-weight:700;line-height:1.65em;-webkit-transition:color .3s ease 0s;-moz-transition:color .3s ease 0s;-o-transition:color .3s ease 0s;transition:color .3s ease 0s}.burlakastudio_realcommenter .brn_add abbr{font-style:oblique;font-size:.85em;color:#7e7e7e}.burlakastudio_realcommenter .brn_add abbr:hover,.burlakastudio_realcommenter .brn_add span:hover{color:#0074af}.burlakastudio_realcommenter .brn_add ins,.burlakastudio_realcommenter .brn_add span{color:#003d5c;font-style:oblique;font-size:.85em}.burlakastudio_realcommenter .brn_add ins strong{display:inline-block;padding:0 9px;background-color:#003d5c;font-weight:400;margin-left:5px;cursor:pointer;border-radius:7px;font-size:.85em;vertical-align:bottom}.burlakastudio_realcommenter .brn_add ins strong:before{content:attr(data-value)}.br_comment .br_node{margin-left:20px}.br_comment._incomment>.br_node,.br_comment._incomment>.schema_org_wrapper>.br_node{margin-left:0}.br_comment._incomment>.brn_add span,.br_comment._incomment>.schema_org_wrapper>.brn_add span{cursor:default;color:#fff;background-color:#b5b5b5;padding:3px 10px}.br_comment._disabled{color:#c7c7c7;border-left:2px dotted;padding-left:10px}.br_comment._disabled .brc_header aside .brc_voteblock,.br_comment._disabled .brc_header header>a,.br_comment._disabled .brc_header header>noindex>a,.br_comment._disabled .brn_add span,.br_comment._incomment>.brn_add,.br_comment._incomment>.schema_org_wrapper>.brn_add,.br_comment._proof_awaiting .brc_header aside .brc_voteblock,.br_comment._proof_awaiting .brc_header header>a,.br_comment._proof_awaiting .brc_header header>noindex>a,.br_comment._proof_awaiting .brn_add span{display:none}.br_comment._disabled .brc_header header abbr:empty,.br_comment._proof_awaiting .brc_header header abbr:empty{background-color:#ddd}.br_comment._disabled .brc_header header abbr:empty:before,.br_comment._proof_awaiting .brc_header header abbr:empty:before{background:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="194 -104 1000 1000"><path fill-rule="evenodd" clip-rule="evenodd" fill="rgb(240,240,240)" d="M892.4 585.9c10 3.1 19.1 5.7 27.5 8.2 34.5 10 44.8 54.6 17.5 78.1-65.4 56.5-150.7 90.8-244 90.8-92.8 0-177.6-33.8-242.9-89.8-27.4-23.5-17.3-68.2 17.4-78.3 9.2-2.7 19.2-5.5 30.2-9 62.6-19.5 92.6-43.7 98.2-68.7 0-.1 0-.2.1-.2 3.6-16.1-2.8-32.9-15.5-43.5-26.4-22.1-37.1-59.8-44.1-87.5-.8-3.2-1.7-6.5-2.5-9.8-12.1-2.1-25.4-17.3-32.2-38.5-8.2-25.5-3.9-49.8 9.6-54.1 1.3-.4 2.6-.4 3.9-.5-3.1-18.2-6.9-45.4-7.3-69.3-.1-5.2-.2-10.9-.2-16.9 0-3 .1-6.1.1-9.3 0-1.6.1-3.2.2-4.8.1-1.6.2-3.2.3-4.9.9-13.1 2.9-26.8 7-40 7.4-23.7 21.6-45.4 47.4-57.3 5.8-2.7 11-6.4 15.1-11.3 22.4-26.4 49.1-39.6 74.2-45.4 6.9-1.6 13.6-2.6 20.1-3.2 3.2-.3 6.4-.5 9.5-.6 1.6-.1 3.1-.1 4.6-.1h4.5c11.7.3 22 1.8 29.6 3.7 50 12.3 89.2 38 116.4 69.5 13.5 15.8 23.9 33 30.7 50.7 3.4 8.9 5.9 17.9 7.4 26.9.8 4.5 1.3 9 1.6 13.5.3 4.5.3 8.9.1 13.4-1.5 27.1-4.4 45.9-7.3 60.1-2.3 11.1.1 22.2 5 32.4 4.9 10.3 5.3 26.7.2 43.9-6.1 20.3-18.3 35.3-29.8 38.7-2.2 8.1-3.8 13.5-3.9 13.5-3.8 29-10.7 59.8-35.3 82.9-10.5 9.8-15 24.5-13.1 38.7.5 3.5 1 6.6 1.6 9.2 5.6 25.1 35.5 49.3 98.1 68.8z"/></svg>') no-repeat left top}.br_node._collapsed *{color:#b7b7b7!important;font-weight:400}.br_node._collapsed .brc_header header abbr img{max-width:15px}.br_node._collapsed ._disabled *{color:#d8d8d8!important}.br_comment._proof_awaiting{color:#f58220;border-left:2px dotted;padding-left:10px}.br_node._collapsed ._proof_awaiting *{color:#f58220!important}.br_comment._proof_awaiting article:before{content:attr(data-appoval-awaiting);display:block;background-color:red;color:#fff;border-radius:5px;padding:0 7px;font-size:11px;text-align:center;line-height:16px}.br_comment._incomment .brna_form .brf_header h3,.br_node._collapsed .brc_header aside .brc_voteblock abbr,.br_node._collapsed .brc_header aside del,.br_node._collapsed .brc_header header>a,.br_node._collapsed .brc_header header>noindex>a,.br_node._collapsed .brn_add,.br_node._collapsed article,.brna_form._waiting .brf_header del{display:none}.br_node._collapsed .br_comment,.br_node._collapsed .br_node{margin-top:3px}.br_node._collapsed .brc_header header abbr:empty:before{width:13px;height:13px}.br_comment article._hidden:before{content:attr(data-hidden);background-color:#8c8c8c;color:#fff;display:inline-block;padding:0 8px;border-radius:7px;font-size:.8em;font-style:oblique}.brc_header{display:flex;font-size:.75em;flex-wrap:wrap;justify-content:flex-end;color:#777}.brc_header header{flex-grow:1;padding:0;background:0 0}.brc_header header>*{margin-right:9px}.brc_header aside,.brc_header aside .brc_voteblock,.brc_header header,.brc_header header abbr,.brc_header header time{display:flex;align-items:center}.brc_header header abbr img{max-width:100%;height:auto}.brc_header header abbr:empty{background-color:#e2e2e2}.brc_header header abbr:empty:before{content:'';display:inline-block;width:20px;height:20px;background:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="194 -104 1000 1000"><path fill-rule="evenodd" clip-rule="evenodd" fill="rgb(204,204,204)" d="M892.4 585.9c10 3.1 19.1 5.7 27.5 8.2 34.5 10 44.8 54.6 17.5 78.1-65.4 56.5-150.7 90.8-244 90.8-92.8 0-177.6-33.8-242.9-89.8-27.4-23.5-17.3-68.2 17.4-78.3 9.2-2.7 19.2-5.5 30.2-9 62.6-19.5 92.6-43.7 98.2-68.7 0-.1 0-.2.1-.2 3.6-16.1-2.8-32.9-15.5-43.5-26.4-22.1-37.1-59.8-44.1-87.5-.8-3.2-1.7-6.5-2.5-9.8-12.1-2.1-25.4-17.3-32.2-38.5-8.2-25.5-3.9-49.8 9.6-54.1 1.3-.4 2.6-.4 3.9-.5-3.1-18.2-6.9-45.4-7.3-69.3-.1-5.2-.2-10.9-.2-16.9 0-3 .1-6.1.1-9.3 0-1.6.1-3.2.2-4.8.1-1.6.2-3.2.3-4.9.9-13.1 2.9-26.8 7-40 7.4-23.7 21.6-45.4 47.4-57.3 5.8-2.7 11-6.4 15.1-11.3 22.4-26.4 49.1-39.6 74.2-45.4 6.9-1.6 13.6-2.6 20.1-3.2 3.2-.3 6.4-.5 9.5-.6 1.6-.1 3.1-.1 4.6-.1h4.5c11.7.3 22 1.8 29.6 3.7 50 12.3 89.2 38 116.4 69.5 13.5 15.8 23.9 33 30.7 50.7 3.4 8.9 5.9 17.9 7.4 26.9.8 4.5 1.3 9 1.6 13.5.3 4.5.3 8.9.1 13.4-1.5 27.1-4.4 45.9-7.3 60.1-2.3 11.1.1 22.2 5 32.4 4.9 10.3 5.3 26.7.2 43.9-6.1 20.3-18.3 35.3-29.8 38.7-2.2 8.1-3.8 13.5-3.9 13.5-3.8 29-10.7 59.8-35.3 82.9-10.5 9.8-15 24.5-13.1 38.7.5 3.5 1 6.6 1.6 9.2 5.6 25.1 35.5 49.3 98.1 68.8z"/></svg>') no-repeat left top;background-size:cover}.brc_header header span{font-weight:700}.brc_header header span._blocked{display:inline-flex;align-items:center;color:#8e8e8e;background-color:#cacaca;padding:2px 7px 2px 5px;border-radius:60px}.brc_header header span._blocked:before{content:'\00a4';color:#fff;margin-right:4px;font-size:1.3em;display:inline;vertical-align:middle;font-weight:400}.brc_header header span._admin{color:#900000}.brc_header header span._brand{color:#020038}.brc_header header span._have_ban:before,.brc_header header span._have_warnings:before{content:'';display:inline-block;width:16px;height:16px;margin-right:4px;border-radius:100px}.brc_header header span._have_ban:before{background-color:red;vertical-align:sub}.brc_header header span._have_warnings:before{content:attr(data-warnings);background-color:#f37021;color:#fff;line-height:0;display:inline-flex;justify-content:center;align-items:center;font-family:Tahoma,serif;font-size:10px;font-weight:700}.brc_header header time:empty{display:none}.brc_header header time[data-time]:after{content:attr(data-time);display:inline-block}.brc_header header>a,.brc_header header>noindex>a{border-bottom:none}.brc_header header>a:before,.brc_header header>noindex>a:before{content:'';display:inline-block;width:12px;height:12px;background-size:cover;background:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0, 0, 12, 12"> <path fill-rule="evenodd" fill="rgb(126,126,126)" d="M11.226,3.370 L9.424,3.370 L10.069,0.836 L8.340,0.836 L7.703,3.370 L5.850,3.370 L6.487,0.836 L4.759,0.836 L4.121,3.370 L1.638,3.370 L1.638,5.055 L3.704,5.055 L3.103,7.457 L0.781,7.457 L0.781,9.142 L2.678,9.142 L2.027,11.742 L3.748,11.742 L4.400,9.142 L6.260,9.142 L5.608,11.742 L7.307,11.742 L7.967,9.142 L10.376,9.142 L10.376,7.457 L8.391,7.457 L8.999,5.055 L11.226,5.055 L11.226,3.370 ZM6.692,7.472 L4.802,7.472 L5.418,5.040 L7.307,5.040 L6.692,7.472 Z"/> </svg>') no-repeat center center}.brc_header header>a:hover:before,.brc_header header>noindex>a:hover:before{background:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0, 0, 12, 12"> <path fill-rule="evenodd" fill="rgba(0,85,204)" d="M11.226,3.370 L9.424,3.370 L10.069,0.836 L8.340,0.836 L7.703,3.370 L5.850,3.370 L6.487,0.836 L4.759,0.836 L4.121,3.370 L1.638,3.370 L1.638,5.055 L3.704,5.055 L3.103,7.457 L0.781,7.457 L0.781,9.142 L2.678,9.142 L2.027,11.742 L3.748,11.742 L4.400,9.142 L6.260,9.142 L5.608,11.742 L7.307,11.742 L7.967,9.142 L10.376,9.142 L10.376,7.457 L8.391,7.457 L8.999,5.055 L11.226,5.055 L11.226,3.370 ZM6.692,7.472 L4.802,7.472 L5.418,5.040 L7.307,5.040 L6.692,7.472 Z"/> </svg>') no-repeat center center}.brc_header._fresh time{color:#003d5c}.brc_header._fresh time:before{content:'';width:7px;height:7px;border-radius:100%;background-color:#003d5c;display:inline-block;margin-right:6px}.brc_header aside>*{margin-left:10px}.brc_header aside .brc_voteblock ins{text-decoration:none;font-weight:700;color:#ccc;margin:0 6px}.brc_header aside .brc_voteblock ins[data-emo=p]{color:red}.brc_header aside .brc_voteblock ins[data-emo=n],.brna_form._ambushed:hover .brfb_msg em{color:#05c}.brc_header aside .brc_voteblock ins[data-emo=z]{color:#000}.brc_header aside .brc_voteblock .br_iva_btn{cursor:pointer;display:flex;border-bottom:none}.brc_header aside .brc_voteblock .br_iva_btn:before{content:'';display:inline-block;width:20px;height:14px;background-color:#7e7e7e;-webkit-mask:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0, 0, 8, 11"><path  fill-rule="evenodd" clip-rule="evenodd" fill="rgb(126,126,126)" d="M5 1l3 3H5v7H3V4H0l3-3 1-1 1 1z"/></svg>') center center/contain no-repeat;mask:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0, 0, 8, 11"><path  fill-rule="evenodd" clip-rule="evenodd" fill="rgb(126,126,126)" d="M5 1l3 3H5v7H3V4H0l3-3 1-1 1 1z"/></svg>') center center/contain no-repeat}.brc_header aside .brc_voteblock .br_iva_btn:hover:before{background-color:red}.brc_header aside .brc_voteblock .br_iva_btn._down:before{-moz-transform:scaleY(-1);-o-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleY(-1);filter:'FlipH'}.brc_header aside .brc_voteblock .br_iva_btn._down:hover:before{background-color:#00f}.brc_header aside .brc_voteblock._used .br_iva_btn{cursor:default}.brc_header aside .brc_voteblock._used .br_iva_btn._down:hover:before,.brc_header aside .brc_voteblock._used .br_iva_btn:before{background:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0, 0, 8, 11"><path  fill-rule="evenodd" clip-rule="evenodd" fill="rgb(212,212,212)" d="M5 1l3 3H5v7H3V4H0l3-3 1-1 1 1z"/></svg>') no-repeat center center}.brc_header aside>del ins{display:flex;cursor:pointer;align-items:center;padding:5px 0}.brc_header aside .brc_voteblock .br_iva_btn:before,.brc_header aside>del .br_options div,.brc_header aside>del ins:before{-webkit-transition:background-color .3s ease-out 0s;-moz-transition:background-color .3s ease-out 0s;-o-transition:background-color .3s ease-out 0s;transition:background-color .3s ease-out 0s}.brc_header aside>del ins:before{content:'';display:inline-block;width:15px;height:15px;background-color:#7e7e7e;-webkit-mask:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1" viewBox="340 140 280 279"><path fill= "rgb(126,126,126)" d="M620 306v-52l-31-5-10-24 18-25-36-37-26 18c-8-4-16-8-24-10l-5-31h-52l-5 32c-9 2-16 5-24 9l-25-18-37 37 18 25c-4 8-7 16-9 25l-32 4v52l32 5c2 9 5 16 9 24l-18 26 36 36 26-18c8 4 16 7 25 9l5 31h51l6-31c8-2 16-6 23-10l27 19 36-37-19-26c4-7 8-15 10-24l31-4zm-140 28a54 54 0 1 1 54-54c0 30-24 54-54 54z"/></svg>') center center/contain no-repeat;mask:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1" viewBox="340 140 280 279"><path fill= "rgb(126,126,126)" d="M620 306v-52l-31-5-10-24 18-25-36-37-26 18c-8-4-16-8-24-10l-5-31h-52l-5 32c-9 2-16 5-24 9l-25-18-37 37 18 25c-4 8-7 16-9 25l-32 4v52l32 5c2 9 5 16 9 24l-18 26 36 36 26-18c8 4 16 7 25 9l5 31h51l6-31c8-2 16-6 23-10l27 19 36-37-19-26c4-7 8-15 10-24l31-4zm-140 28a54 54 0 1 1 54-54c0 30-24 54-54 54z"/></svg>') center center/contain no-repeat}.brc_header aside>del ins:hover:before{background-color:#05c}.brc_header aside>del._show ins:before{background-color:#cc8383}.brc_header aside>del._show .br_options{display:block}.brc_header aside>del .br_options{position:absolute;top:33px;right:-19px;background-color:#eca4a4;z-index:1;display:none;box-shadow:-2px 3px 30px -3px rgba(167,85,85,.65);border-radius:5px;border:3px solid #cc8383}.brc_header aside>del .br_options:before{content:'';width:20px;height:20px;position:absolute;right:10px;top:0;margin-top:-7px;z-index:1;border:3px solid #cc8383;background-color:#efbaba;-moz-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);-webkit-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}.brc_header aside>del .br_options div{padding:5px 10px;font-family:Verdana;font-size:13px;white-space:nowrap;cursor:pointer;z-index:2;color:#000;background-color:#efbaba}.brc_header aside>del .br_options div:hover{background-color:#f4c8c8}.brc_header aside>del .br_options div._break{border-top:solid 1px rgba(255,255,255,.4)}.brc_header aside>del .br_options div[data-action-proof]{display:flex;justify-content:space-between}.brc_header aside>del .br_options div[data-action-proof]:after{content:attr(data-proof-label);color:#3211e8;font-weight:700;border-bottom:1px dashed;padding:0 3px}.brc_header aside>del .br_options b{display:block;padding:5px 10px}.brna_form._waiting .brfb_msg{display:flex}.brna_form._waiting .brfb_msg textarea{height:40px;min-height:0;overflow:hidden}.brfb_tools ins{display:inline-flex;padding:2px 5px;cursor:pointer;min-width:30px;justify-content:center;align-items:center;-webkit-transition:background-color .3s ease-out 0s,color .3s ease-in 0s;-moz-transition:background-color .3s ease-out 0s,color .3s ease-in 0s;-o-transition:background-color .3s ease-out 0s,color .3s ease-in 0s;transition:background-color .3s ease-out 0s,color .3s ease-in 0s;font-size:.8em}.brfb_tools ins:hover{background-color:#fff;color:#05c}.brna_form input[type=password],.brna_form input[type=text],.brna_form textarea{width:100%;padding:10px;border:1px solid #bdbdbd;font-size:1em;font-style:oblique;font-family:inherit;border-radius:5px;box-sizing:border-box;min-width:220px;height:auto;-webkit-transition:border-color .3s ease-in 0s;-moz-transition:border-color .3s ease-in 0s;-o-transition:border-color .3s ease-in 0s;transition:border-color .3s ease-in 0s}.brna_form input[type=password]:focus,.brna_form input[type=text]:focus,.brna_form textarea:focus{border-color:#003d5c;outline:0;box-shadow:-1px 1px 8px -1px rgba(0,61,92,.49) inset}.brna_form input[type=password]._error,.brna_form input[type=text]._error,.brna_form textarea._error{border:2px solid red}.brf_header{padding-top:16px}.brf_header h3{font-size:1.2em;font-weight:400}.brf_header del{position:absolute;right:0;background:#b5b5b5;bottom:0;width:22px;height:22px;top:0;margin-top:-16px;cursor:pointer;-webkit-transition:background-color .3s ease-out 0s;-moz-transition:background-color .3s ease-out 0s;-o-transition:background-color .3s ease-out 0s;transition:background-color .3s ease-out 0s}.brf_edit_uploads .uploaded_files span del:hover:before,.brf_edit_uploads .uploaded_images span del ins:hover:before,.brf_header del:hover{background-color:#000}.brf_header del:after,.brf_header del:before{content:'';width:1px;height:20px;position:absolute;background-color:#fff;left:0;right:0;top:0;bottom:0;margin:auto}.brf_header del:before,.brf_header+div:before{-moz-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);-webkit-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}.brf_header del:after{-moz-transform:rotateZ(45deg);-o-transform:rotateZ(45deg);-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.brf_header+div:before{content:'';position:absolute;left:20px;top:0;width:20px;height:20px;background:#ddd;border-width:4px 4px 0 0;border-style:solid;border-color:#b5b5b5;margin-top:-15px;box-sizing:content-box}.brf_body:before{background-color:#eee!important}.brf_body{background-color:#eee;padding:20px}.brf_body>div:first-of-type{margin-top:0}.brfb_tools{display:flex}.brf_header+div{border-top:4px solid #b5b5b5}.brna_form>div+div{border-left:4px solid #b5b5b5;border-right:4px solid #b5b5b5}.brna_form>div:last-of-type{border-bottom:4px solid #b5b5b5}.brf_additionals>div{display:flex;flex-wrap:wrap;margin-bottom:10px}.brf_additionals>div:last-of-type,.brfb_userfields>div:last-of-type{margin-bottom:0}.brf_additionals>div div{flex-basis:100%}.brf_additionals>div span{font-weight:700;margin-right:12px;margin-bottom:7px}[data-shape],section .uploaded_files span,section .uploaded_files span a{display:inline-flex;align-items:center}[data-shape] ins{display:inline-block;width:14px;height:14px;margin-right:4px;background-color:#ddd;-webkit-mask:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='16px'%3E%3Cpath fill-rule='evenodd' fill='rgb(189, 123, 2)' d='M7.659,0.977 L9.356,6.517 L14.879,6.506 L10.405,9.919 L12.122,15.452 L7.659,12.021 L3.198,15.452 L4.914,9.919 L0.440,6.506 L5.963,6.517 L7.659,0.977 Z'/%3E%3C/svg%3E") center center/contain no-repeat;mask:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='16px'%3E%3Cpath fill-rule='evenodd' fill='rgb(189, 123, 2)' d='M7.659,0.977 L9.356,6.517 L14.879,6.506 L10.405,9.919 L12.122,15.452 L7.659,12.021 L3.198,15.452 L4.914,9.919 L0.440,6.506 L5.963,6.517 L7.659,0.977 Z'/%3E%3C/svg%3E") center center/contain no-repeat;-webkit-transition:background-color .3s ease-out 0s;-moz-transition:background-color .3s ease-out 0s;-o-transition:background-color .3s ease-out 0s;transition:background-color .3s ease-out 0s}[data-shape] ins:last-of-type{margin-right:0}[data-shape=star] ins{width:19px;height:19px;margin-right:0}[data-shape=circle] ins{-webkit-mask:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath fill-rule='evenodd' fill='%23BD7B02' d='M7 0a7 7 0 110 14A7 7 0 017 0z'/%3E%3C/svg%3E") center center/contain no-repeat;mask:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath fill-rule='evenodd' fill='%23BD7B02' d='M7 0a7 7 0 110 14A7 7 0 017 0z'/%3E%3C/svg%3E") center center/contain no-repeat}[data-shape=rectangle] ins{-webkit-mask:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath fill-rule='evenodd' fill='%23BD7B02' d='M0 0h14v14H0V0z'/%3E%3C/svg%3E") center center/contain no-repeat;mask:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath fill-rule='evenodd' fill='%23BD7B02' d='M0 0h14v14H0V0z'/%3E%3C/svg%3E") center center/contain no-repeat}[data-shape=heart] ins{-webkit-mask:url("data:image/svg+xml;utf-8,%3Csvg width='128' height='128' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M90.35 16.05c-11.66 0-21.81 6.97-26.35 17.06-4.54-10.08-14.69-17.06-26.35-17.06-15.92 0-28.87 12.96-28.87 28.88 0 35.9 51.79 65.46 54 66.7.38.21.79.32 1.21.32.42 0 .84-.11 1.21-.32 2.2-1.24 54.01-30.8 54.01-66.7.01-15.92-12.94-28.88-28.86-28.88z' fill='%23db4437'/%3E%3C/svg%3E") center center/contain no-repeat;mask:url("data:image/svg+xml;utf-8,%3Csvg width='128' height='128' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M90.35 16.05c-11.66 0-21.81 6.97-26.35 17.06-4.54-10.08-14.69-17.06-26.35-17.06-15.92 0-28.87 12.96-28.87 28.88 0 35.9 51.79 65.46 54 66.7.38.21.79.32 1.21.32.42 0 .84-.11 1.21-.32 2.2-1.24 54.01-30.8 54.01-66.7.01-15.92-12.94-28.88-28.86-28.88z' fill='%23db4437'/%3E%3C/svg%3E") center center/contain no-repeat;width:18px;height:18px;margin-right:1px}.brf_additionals .itape_rating ins{cursor:pointer}[data-shape][data-value="1"] ins:nth-child(1),[data-shape][data-value="2"] ins:nth-child(1),[data-shape][data-value="2"] ins:nth-child(2),[data-shape][data-value="3"] ins:nth-child(1),[data-shape][data-value="3"] ins:nth-child(2),[data-shape][data-value="3"] ins:nth-child(3),[data-shape][data-value="4"] ins:nth-child(1),[data-shape][data-value="4"] ins:nth-child(2),[data-shape][data-value="4"] ins:nth-child(3),[data-shape][data-value="4"] ins:nth-child(4),[data-shape][data-value="5"] ins:nth-child(1),[data-shape][data-value="5"] ins:nth-child(2),[data-shape][data-value="5"] ins:nth-child(3),[data-shape][data-value="5"] ins:nth-child(4),[data-shape][data-value="5"] ins:nth-child(5){background-color:#bd7b02}[data-rating]{display:flex}[data-rating]>*{order:2}[data-rating] [data-shape]{min-width:95px;justify-content:space-evenly;margin-left:10px}[data-rating][data-shape-position=before_title] [data-shape]{order:1;margin-right:10px;margin-left:0}.bf_auth .bfa_soc ul li:before,[data-rating][data-shape-position=before_title] .brca_title:after{display:none}.brfb_msg{display:flex}.brna_form._ambushed .brfb_msg textarea{min-height:0;height:30px;overflow:hidden;resize:none;font-size:0}.brna_form._ambushed{cursor:pointer}.brna_form._ambushed .brfb_msg em{position:absolute;left:0;right:0;top:0;bottom:0;border:0;text-decoration:none;display:flex;justify-content:center;align-items:center;color:#888;-webkit-transition:color .3s ease-out 0s;-moz-transition:color .3s ease-out 0s;-o-transition:color .3s ease-out 0s;transition:color .3s ease-out 0s}.brna_form._error_onboard>div+div{border-left-color:red;border-right-color:red}.brna_form._error_onboard .brf_header+div{border-top-color:red}.brna_form._error_onboard>div:last-of-type{border-bottom-color:red}.brna_form._error_onboard .brf_header+div:before{border-color:red}.brfb_msg textarea{min-height:120px}.brfb_sublink{padding-top:5px;padding-bottom:10px;overflow:hidden}.brfb_sublink ins{display:inline-block;white-space:nowrap;margin-right:10px;font-size:.85em;cursor:pointer;border-bottom:1px dotted;color:#003d5c;-webkit-transition:color .3s ease-out 0s;-moz-transition:color .3s ease-out 0s;-o-transition:color .3s ease-out 0s;transition:color .3s ease-out 0s;line-height:1.45em}.brfb_sublink ins:hover{color:#0074af}.brfb_userfields{display:flex;flex-wrap:wrap;margin-top:20px}.brfb_userfields>div{margin-right:10px;margin-bottom:10px}.brfb_userfields span{font-weight:700;margin-bottom:5px;display:inline-block}.brf_uploads{background-color:#ddd;padding:20px}.brf_uploads+.brf_submit{padding-top:0}.uploaded_images{align-items:flex-end}.uploaded_images span{margin-right:11px;margin-bottom:11px;display:inline-flex;cursor:pointer}.uploaded_files,.uploaded_images{display:flex;flex-wrap:wrap}.uploaded_files span{margin-right:11px;margin-bottom:11px;white-space:nowrap;display:inline-block}section .uploaded_files span a:before{content:'';margin-right:5px;background-color:#737373;-webkit-mask:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -256 1792 1792" fill-rule="evenodd"><path fill="rgb(181,181,181)" fill-rule="nonzero" d="M1407.338983 503.2711q17 41-14 70l-448 448q-18 19-45 19t-45-19l-448-448q-31-29-14-70 17-39 59-39h256v-448q0-26 19-45t45-19h256q26 0 45 19t19 45v448h256q42 0 59 39zm293 217q14 0 23 9t9 23v576q0 14-9 23t-23 9h-1600q-14 0-23-9t-9-23v-576q0-14 9-23t23-9h192q14 0 23 9t9 23v352h1152v-352q0-14 9-23t23-9h192z"/></svg>') no-repeat 50% 50%;mask:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -256 1792 1792" fill-rule="evenodd"><path fill="rgb(181,181,181)" fill-rule="nonzero" d="M1407.338983 503.2711q17 41-14 70l-448 448q-18 19-45 19t-45-19l-448-448q-31-29-14-70 17-39 59-39h256v-448q0-26 19-45t45-19h256q26 0 45 19t19 45v448h256q42 0 59 39zm293 217q14 0 23 9t9 23v576q0 14-9 23t-23 9h-1600q-14 0-23-9t-9-23v-576q0-14 9-23t23-9h192q14 0 23 9t9 23v352h1152v-352q0-14 9-23t23-9h192z"/></svg>')}.br_nav a,.br_nav ins,.brf_edit_uploads .uploaded_files span del ins,.brf_edit_uploads .uploaded_images span del ins,section .uploaded_files span a{-webkit-transition:background-color .3s ease-out 0s;-moz-transition:background-color .3s ease-out 0s;-o-transition:background-color .3s ease-out 0s;transition:background-color .3s ease-out 0s}section .uploaded_files span a{border-bottom:none;padding:5px 10px;background-color:transparent}section .uploaded_files span a:hover{background-color:#eee}.brf_edit_uploads{padding:20px;background:#fff}.brf_edit_uploads .uploaded_images{display:flex;flex-wrap:wrap;background:#fff}.brf_edit_uploads .uploaded_files span,.brf_edit_uploads .uploaded_images span{display:flex;flex-direction:column;padding:7px;border:1px solid #dedede;justify-content:space-between}.brf_edit_uploads .uploaded_files span del,.brf_edit_uploads .uploaded_images span del{padding-top:10px;display:flex;justify-content:space-between}.br_nav a,.br_nav ins,.brf_edit_uploads .uploaded_files span del ins,.brf_edit_uploads .uploaded_images span del ins{cursor:pointer}.brf_edit_uploads .uploaded_files span del ins,.brf_edit_uploads .uploaded_images span del ins,section .uploaded_files span a:before{display:inline-block;height:20px;width:20px}.brf_edit_uploads .uploaded_files span del ins:before,.brf_edit_uploads .uploaded_images span del ins:before{content:'';display:inline-block;width:20px;height:20px;background-color:#737373;-webkit-mask:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="13px" height="14px"> <path fill-rule="evenodd" fill="rgb(243, 0, 0)" d="M12.737,12.324 L11.263,13.676 L6.500,8.480 L1.737,13.676 L0.263,12.324 L5.143,7.000 L0.263,1.676 L1.737,0.324 L6.500,5.520 L11.263,0.324 L12.737,1.676 L7.857,7.000 L12.737,12.324 Z"/> </svg>') no-repeat 50% 50%;mask:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 22" width="20px" height="22px"><path fill-rule="evenodd" d="M19.415,8.360 L19.442,8.408 L19.387,8.419 L13.098,21.993 L0.445,16.131 L6.790,2.436 L6.918,2.495 L15.198,0.928 L19.357,8.258 L19.443,8.298 L19.415,8.360 ZM13.522,4.556 C12.520,4.092 11.331,4.528 10.867,5.530 C10.402,6.532 10.839,7.721 11.841,8.185 C12.843,8.650 14.032,8.214 14.496,7.211 C14.961,6.209 14.524,5.020 13.522,4.556 Z"/></svg>')}.brf_edit_uploads .uploaded_files span del button,.brf_edit_uploads .uploaded_images span del button{background:#000;color:#fff;cursor:pointer;border:0;display:none}.brf_edit_uploads .uploaded_files span del button:hover,.brf_edit_uploads .uploaded_images span del button:hover{background:red}.brf_edit_uploads .uploaded_files span._proof_awaiting del button,.brf_edit_uploads .uploaded_images span._proof_awaiting del button{display:block}.brf_edit_uploads .uploaded_files span._marked_to_del,.brf_edit_uploads .uploaded_images span._marked_to_del{background:#eca1a1;border-color:red}.brf_edit_uploads .uploaded_files span._marked_to_del img,.brf_edit_uploads .uploaded_images span._marked_to_del img{opacity:.5}.brf_edit_uploads .uploaded_files span._marked_to_del del ins:before,.brf_edit_uploads .uploaded_images span._marked_to_del del ins:before{background-color:#fff}.br_nav,.brf_edit_uploads .uploaded_files{display:flex;flex-wrap:wrap}.br_node+.br_nav{margin-top:40px}.br_nav{margin:20px 0 16px}.br_nav a,.br_nav ins{background-color:#b5b5b5;margin-right:4px;padding:0 10px;color:#fff;font-size:.85em;font-weight:700;margin-bottom:4px;border-radius:6px}.br_nav a:hover,.br_nav ins:hover{background-color:#0074af}.br_nav a._active,.br_nav ins._active{background-color:#484848;cursor:default}._frozen{background-color:#e7e7ff;padding:15px;margin-top:0}.ncli_tinter{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}.ncli_tinter::after,.ncli_tinter::before{content:"";display:block;left:0;position:absolute;top:0}.ncli_tinter::before{background-color:#081c2e;background-image:url(/bitrix/images/burlakastudio.realcommenter/waitbar.gif);background-position:center center;background-repeat:no-repeat;height:31px;width:31px;z-index:12}.ncli_tinter::after{background-color:#fff;bottom:0;opacity:.7;right:0;z-index:11}.bf_auth{background-color:#cecece}.bf_auth.brf_body:before{background-color:#cecece!important}.bf_auth .bfa_soc ul,.bfa_form{display:flex;flex-wrap:wrap}.baf_row{margin-right:10px}.baf_row,.bfa_form .baf_row{margin-bottom:10px}.bfa_form button,.itape_gallery_monitor{-webkit-transition:background-color .3s ease-out 0s;-moz-transition:background-color .3s ease-out 0s;-o-transition:background-color .3s ease-out 0s;transition:background-color .3s ease-out 0s}.bfa_form button{background-color:#c8a100;border:0;border-radius:5px;cursor:pointer;display:flex;justify-content:center;align-items:center;outline:0;min-width:50px;min-height:40px}.bfa_form button:hover{background-color:#a68602}.bfa_form button:before{content:'';display:inline-block;width:20px;height:20px;background:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 499.1 499.1" fill-rule="evenodd" clip-rule="evenodd" fill="rgb(255,255,255)"><path d="M0 249.6c0 9.5 7.7 17.2 17.2 17.2h327.6l-63.9 63.8c-6.7 6.7-6.7 17.6 0 24.3 3.3 3.3 7.7 5 12.1 5s8.8-1.7 12.1-5l93.1-93.1c6.7-6.7 6.7-17.6 0-24.3l-93.1-93.1c-6.7-6.7-17.6-6.7-24.3 0-6.7 6.7-6.7 17.6 0 24.3l63.8 63.8H17.2c-9.5 0-17.2 7.6-17.2 17.1z"/> <path d="M396.4 494.2c56.7 0 102.7-46.1 102.7-102.8V107.7C499.1 51 453 4.9 396.4 4.9H112.7C56 4.9 10 51 10 107.7V166c0 9.5 7.7 17.1 17.1 17.1 9.5 0 17.2-7.7 17.2-17.1v-58.3c0-37.7 30.7-68.5 68.4-68.5h283.7c37.7 0 68.4 30.7 68.4 68.5v283.7c0 37.7-30.7 68.5-68.4 68.5H112.7c-37.7 0-68.4-30.7-68.4-68.5v-57.6c0-9.5-7.7-17.2-17.2-17.2S10 324.3 10 333.8v57.6c0 56.7 46.1 102.8 102.7 102.8h283.7z"/> </svg>') no-repeat center center;background-size:cover}.bf_auth .bfa_soc ul{margin:0;padding:0;list-style:none}.bf_auth .bfa_soc ul li{margin:0 5px 5px 0;padding:0}.bf_auth .brf_submit{padding:0 10px;margin:0 0 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;background-color:transparent}.bf_auth .errors{margin:10px 0}.bf_auth._error_onboard{border:4px solid red!important}.itape_gallery_monitor{position:fixed;background:0 0;top:0;bottom:0;right:0;left:0;z-index:1000}.itape_gallery_monitor._show{background:rgba(0,0,0,.75)}.igm_shadow{z-index:10}.igm_monitor,.igm_shadow,.imt_nav{position:absolute;top:0;bottom:0;right:0;left:0}.igm_monitor{z-index:11;display:flex;justify-content:center;align-items:center;padding:20px 100px}.igm_monitor img{z-index:2;max-width:100%;max-height:100%;height:auto;box-shadow:0 0 80px -5px rgba(0,0,0,.32)}.imt_nav{z-index:1;height:76px;margin:auto}.imt_nav span,.itape_gallery_monitor del:before{position:absolute;background-color:#fff;top:0;bottom:0;margin:auto}.igm_monitor img,.imt_nav span{opacity:0;-webkit-transition:opacity .3s ease-out 0s;-moz-transition:opacity .3s ease-out 0s;-o-transition:opacity .3s ease-out 0s;transition:opacity .3s ease-out 0s}.imt_nav span{width:44px;height:76px;-webkit-mask:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="76"> <path fill="rgb(255, 255, 255)" fill-rule="evenodd" d="M43.985 70.304l-5.698 5.681L5.89 43.681l-.177.177-5.698-5.681L.193 38l-.178-.177 5.698-5.681.177.177L38.287.015l5.698 5.681L11.587 38l32.398 32.304z"/> </svg>') center center/contain no-repeat;mask:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="76"> <path fill="rgb(255, 255, 255)" fill-rule="evenodd" d="M43.985 70.304l-5.698 5.681L5.89 43.681l-.177.177-5.698-5.681L.193 38l-.178-.177 5.698-5.681.177.177L38.287.015l5.698 5.681L11.587 38l32.398 32.304z"/> </svg>') center center/contain no-repeat;left:20px;cursor:pointer}.imt_nav span:hover{background-color:#ffff80}.itape_gallery_monitor._show .igm_monitor img._show,.itape_gallery_monitor._show .imt_nav span,.itape_gallery_monitor._show del{opacity:1}.igm_monitor.ncli_tinter:after{display:none}.igm_monitor.ncli_tinter:before{margin:auto;bottom:0;right:0;z-index:0}.imt_nav span.itn_right{left:auto;right:20px;-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:'FlipH'}.itape_gallery_monitor del{background:0 0;position:absolute;top:20px;right:20px;width:40px;height:40px;z-index:13;cursor:pointer;opacity:0;-webkit-transition:background-color .3s ease-out 0s,opacity .3s ease-out 0s;-moz-transition:background-color .3s ease-out 0s,opacity .3s ease-out 0s;-o-transition:background-color .3s ease-out 0s,opacity .3s ease-out 0s;transition:background-color .3s ease-out 0s,opacity .3s ease-out 0s}.itape_gallery_monitor del:before{content:'';max-width:27px;max-height:27px;-webkit-mask:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30"> <path fill="rgb(255,255,255)" fill-rule="evenodd" d="M29.998 27.813l-2.185 2.185L15 17.185 2.187 29.998.002 27.813 12.815 15 .002 2.187 2.187.002 15 12.815 27.813.002l2.185 2.185L17.185 15l12.813 12.813z"/> </svg>') center center/contain no-repeat;mask:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30"> <path fill="rgb(255,255,255)" fill-rule="evenodd" d="M29.998 27.813l-2.185 2.185L15 17.185 2.187 29.998.002 27.813 12.815 15 .002 2.187 2.187.002 15 12.815 27.813.002l2.185 2.185L17.185 15l12.813 12.813z"/> </svg>') center center/contain no-repeat;right:0;left:0}.itape_gallery_monitor del:hover{background-color:red}@media (max-width:820px){.igm_monitor{padding:20px}}.br_comment .brc_af+.brc_af{margin-top:10px}[data-rating] .brca_title{font-weight:700;margin-right:0}[data-rating] .brca_title:after{content:':'}.br_comment .brc_af .brca_title+.brca_value{font-style:oblique}.sort_and_filter_empty{font-style:oblique;margin-top:20px}
/* End */
/* /local/templates/.default/components/dresscode/catalog/.default/style.css?164728268638 */
/* /local/templates/.default/components/dresscode/catalog.item/detail/style.css?165036328255953 */
/* /local/templates/.default/components/dresscode/catalog.item/detail/css/review.css?16472826929110 */
/* /local/templates/.default/components/dresscode/catalog.item/detail/css/media.css?164728269223919 */
/* /local/templates/.default/components/dresscode/catalog.item/detail/css/set.css?164728269211640 */
/* /bitrix/templates/dresscode/components/bitrix/sale.products.gift/.default/style.css?164728268665 */
/* /local/templates/.default/components/dresscode/catalog.properties.list/group/style.css?1655298768226 */
/* /bitrix/templates/dresscode/components/bitrix/system.pagenavigation/round/style.css?16472826862357 */
/* /catalog/realcommenter.css?16472826924734 */
/* /bitrix/components/realcommenter_2.0/tape.show.tree/templates/.default/style.min.css?164728265240215 */
