

/* Start:/bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/style.css?171108803676697*/
/* Import the Google Font 'Lato' */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

/* Container styles */
body {
	background-color: #fff;
	color: #333;
	font-family: 'Lato';
}

.container {
	padding: 50px 0;
	text-align: center;
}

.inStockBlack {
	color: #000000;
	font-weight: 700;
	border-bottom: 1px dashed black;
}

.chart {
	position: relative;
	display: inline-block;
	color: #999;
	font-size: 20px;
	text-align: center;
}

.chart figcaption {
	padding: 50px 25px;
	width: 100px;
	height: 50px;
	border: 20px solid #f0f0f0;
	border-radius: 100px;
	line-height: 50px;
}

.chart img {
	position: absolute;
	max-width: 100px;
	max-height: 100px;
	background: white;
}

/* END Container styles */

/* Colors for the circles and positions for the graphics */
.html {
	top: 50px;
	left: 45px;
}

.html+svg .outer {
	stroke: #e34f26;
}

.css {
	top: 55px;
	left: 48px;
}

.css+svg .outer {
	stroke: #0d84ce;
}

.javascript {
	max-width: 90px;
	max-height: 90px;
	top: 45px;
	left: 45px;
}

.javascript+svg .outer {
	stroke: #f0e040;
}

.node {
	width: 200px;
	height: 200px;
	top: 45px;
	left: 45px;
}

.node+svg .outer {
	stroke: #83cd29;
}

.chart svg {
	position: absolute;
	top: 0;
	left: 0;
}

.outer {
	fill: transparent;
	stroke: #333;
	stroke-width: 20;
	stroke-dasharray: 534;
	transition: stroke-dashoffset 1s;
	-webkit-animation-play-state: running;

	/* firefox bug fix - won't rotate at 90deg angles */
	-moz-transform: rotate(-89deg) translateX(-190px);
}

.chart:hover .outer {
	stroke-dashoffset: 534 !important;
	-webkit-animation-play-state: paused;
}

/* END Circle colors and graphic positions */


/* Set the initial values for the animation */
.chart[data-percent='100'] .outer {
	stroke-dashoffset: 0;
	-webkit-animation: show100 2s;
	animation: show100 2s;
}

.chart[data-percent='75'] .outer {
	stroke-dashoffset: 133;
	-webkit-animation: show75 2s;
	animation: show75 2s;
}

.chart[data-percent='50'] .outer {
	stroke-dashoffset: 267;
	-webkit-animation: show50 2s;
	animation: show50 2s;
}

.chart[data-percent='25'] .outer {
	stroke-dashoffset: 401;
	-webkit-animation: show25 2s;
	animation: show25 2s;
}

/* END set initial animation values */

/* Keyframes for the initial animation */
@-webkit-keyframes show100 {
	from {
		stroke-dashoffset: 537;
	}

	to {
		stroke-dashoffset: 0;
	}
}

@keyframes show100 {
	from {
		stroke-dashoffset: 537;
	}

	to {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes show75 {
	from {
		stroke-dashoffset: 537;
	}

	to {
		stroke-dashoffset: 134;
	}
}

@keyframes show75 {
	from {
		stroke-dashoffset: 537;
	}

	to {
		stroke-dashoffset: 124;
	}
}

@-webkit-keyframes show50 {
	from {
		stroke-dashoffset: 537;
	}

	to {
		stroke-dashoffset: 267;
	}
}

@keyframes show50 {
	from {
		stroke-dashoffset: 537;
	}

	to {
		stroke-dashoffset: 267;
	}
}

@-webkit-keyframes show25 {
	from {
		stroke-dashoffset: 537;
	}

	to {
		stroke-dashoffset: 401;
	}
}

@keyframes show25 {
	from {
		stroke-dashoffset: 537;
	}

	to {
		stroke-dashoffset: 401;
	}
}

/* END Keyframes for the initial animation */



/**/
/**/
/**/
/**/



#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;
}

#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: #f3f3f3;
	position: relative;
	padding-left: 24px;
	text-align: right;
	width: 355px;
}

#elementNavigation.fixed .tabs {
	position: fixed;
	width: 355px;
	top: 0;
}

#elementNavigation .tabs.maxScroll {
	position: absolute;
	bottom: 0px;
	right: 0px;
	top: unset;
}

#elementNavigation .tabs a {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
	padding: 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 .fastBack2,
#smallElementTools .fastBack {
	display: inline-block;
	width: 220px;
	height: 45px;
	margin-bottom: 12px;
	line-height: 45px;
	text-align: center;
	background: #fff;
	border-radius: 2px;
}

#smallElementTools .smallSpecialTime {
	display: none;
}

.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;
	/*padding-right: 18px;*/
	/*��������� ������, ���� ����� ���� ������ "��"*/
}

#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 .fastBack2,
#smallElementTools .columnRow .fastBack {
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #d8d8d8;
}

#smallElementTools .columnRow .addCart_style,
#smallElementTools .columnRow .addCart {
	margin-top: 0;
}

#smallElementTools .columnRow .addCart_style,
#smallElementTools .columnRow .addCart {
	width: 100%;
	margin-bottom: 6px;
}

#smallElementTools .columnRow .fastBack2,
#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: #f3f3f3;
	padding: 24px 24px 0 24px;
	position: relative;
	width: 400px;
	z-index: 1;
}

#elementTools.fixed .fixContainer {
	background-color: #f3f3f3;
	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;
}

#catalogElement .qtyBlock {
	margin-bottom: 12px;
}

#catalogElement .qtyBlock .qty {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	margin: 0 2px;
	height: 19px;
	width: 40px;
	padding: 0 2px;
	border: 0;
}

#catalogElement .qtyBlock .qty {
	background-color: #e7e8ea;
	color: #000000;
}

#catalogElement .qtyBlock .qty.error {
	border: 1px solid #ff0000;
}

#catalogElement .qtyBlock .plus,
#catalogElement .qtyBlock .minus {
	vertical-align: middle;
	display: inline-block;
	height: 19px;
	width: 19px;
}

#catalogElement .qtyBlock .plus,
#catalogElement .qtyBlock .minus {
	background: url(/bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/plusMinusElement.png) 0 0 no-repeat #424242;
}

#catalogElement .qtyBlock .plus {
	background-position: 0 -19px;
}

#catalogElement .qtyBlock .plus:hover {
	background-position: -19px -19px;
}

#catalogElement .qtyBlock .plus:active {
	background-position: -38px -19px;
}

#catalogElement .qtyBlock .minus:hover {
	background-position: -19px 0x;
}

#catalogElement .qtyBlock .minus:active {
	background-position: -38px 0px;
}

#catalogElement .qtyBlock label {
	padding-right: 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;
	font-family: 'Stolzl';
	text-decoration: none;
	line-height: 21px;
	font-size: 15px;
	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: 'Stolzlbold';
	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: 'Stolzl';
	text-decoration: none;
	margin-bottom: 6px;
	margin-right: 12px;
	font-size: 14px;
	display: inline-block;
	color: #888888;
}

#elementTools .purchaseBonus {
	font-family: "Stolzl";
	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: "Stolzlregular";
}

#smallElementTools .purchaseBonus {
	margin-top: 6px;
	font-family: "Stolzl";
	font-size: 14px;
	color: #888888;
}

#smallElementTools .purchaseBonus span {
	display: inline-block;
	vertical-align: top;
	padding-right: 6px;
	font-family: "Stolzlregular";
}

#elementTools .oldPriceDifference {}

#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 {
	display: none;
	margin-right: 12px;
}

#elementTools .addCart_style,
#elementTools .addCart,
#smallElementTools .addCart_style,
#smallElementTools .addCart {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 60px;
	border-radius: 4px;
	color: #ffffff;
	height: 60px;
	font-size: 16px;
	text-align: center;
	display: block;
	text-decoration: none;
	margin-top: 16px;
	/*font-family: 'Stolzl';*/
	margin-bottom: 12px;
	width: 220px;
}

#elementTools .sub {
	-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;
	border-radius: 4px;
	color: #ffffff;
	height: 60px;
	font-size: 16px;
	text-align: center;
	display: block;
	text-decoration: none;
	margin-top: 16px;
	/*font-family: 'Stolzl';*/
	margin-bottom: 12px;
	width: 220px;
}

#elementTools .fastBack2,
#elementTools .fastBack {
	display: inline-block;
	width: 220px;
	height: 45px;
	/*margin-bottom: 12px;*/
	line-height: 45px;
	text-align: center;
	background: #fff;
	border-radius: 2px;
}

#elementTools .addCart_style.added,
#elementTools .addCart.added,
#smallElementTools .addCart_style.added,
#smallElementTools .addCart.added {
	background: #2b2b2b;
}

#elementTools .addCart_style.added:hover,
#elementTools .addCart.added:hover,
#smallElementTools .addCart_style.added:hover,
#smallElementTools .addCart.added:hover {
	background: #3b3b3b;
}


/*#elementTools .outOfStock,
#smallElementTools .outOfStock{
	color: #ff0000;
}

#elementTools .outOfStock:hover,
#smallElementTools .outOfStock:hover{
	color: #ff0000;
}*/
#elementTools .rating,
#elementContainer .mainContainer .rating,
#smallElementTools .rating {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0;
	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(/bitrix/templates/dresscodeV2/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(/bitrix/templates/dresscodeV2/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;
}

#elementTools .addCart_style .icon,
#elementTools .addCart .icon,
#smallElementTools .addCart_style .icon,
#smallElementTools .addCart .icon {
	padding-right: 12px;
	margin-top: -6px;
}

#smallElementTools .mainTool,
#smallElementTools .secondTool {}

.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: "Stolzlregular";
}

#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 {
	position: static;
	padding-right: 24px;
}

#elementContainer .mainContainer .col.hide {
	display: none;
}

#elementContainer .mainContainer .col:first-child {
	vertical-align: middle;
	text-align: center;
}

#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;
}

#elementContainer #pictureContainer .item a img {
	vertical-align: middle;
	max-height: 100%;
	max-width: 70%;
}

#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(/bitrix/templates/dresscodeV2/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 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("/bitrix/templates/dresscodeV2/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 "Stolzlregular", 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;
}

.reviewsBtnWrap .row {
	display: inline-block;
	vertical-align: top;
	margin: 0 36px 12px 0;
	font-family: 'Stolzlregular';
	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 {
	position: relative;
	/*top: -2px;*/
}

#elementContainer .elementSkuProperty .disabled {
	display: none;
}

#elementContainer .elementSkuPropertyLink {
	border: 1px solid #dddddd;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
	padding: 6px 6px;
	display: block;
	color: #000000;
}

#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(/bitrix/templates/dresscodeV2/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: "Stolzlmedium";
	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 {
	-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 #detailText .heading {
	border-top: 1px solid #e7e8ea;
	font-family: 'Stolzlbold';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 0;
	font-weight: 800;
	font-size: 20px;
}

#elementContainer #detailText img {
	max-width: 100%;
}

#morePhotoSlider {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 24px 48px 0 48px;
}

#morePhotoSlider .morePhotos {
	-webkit-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
}

#morePhotoSlider .morePhotos .photoItem {
	/*transform: scale(0.7);*/
	position: relative;
	text-align: center;
	opacity: 0.6;
	float: left;
}

#morePhotoSlider .morePhotos .photoItem.selected {
	padding-bottom: 24px;
	/*transform: scale(1);*/
	opacity: 1;
}

#morePhotoSlider .morePhotos .photoItem.selected:after {
	transform: translateX(-50%);
	border-bottom: 2px solid #000000;
	position: absolute;
	display: block;
	content: "";
	width: 30%;
	left: 50%;
	bottom: 0px;
}

#morePhotoSlider .morePhotos .photoItem a {
	display: inline-block;
	line-height: 100px;
	height: 100px;
}

#morePhotoSlider .morePhotos .photoItem img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

#elementContainer .zoom {
	cursor: zoom-in;
}

#related,
#similar {
	margin-top: 24px;
}

#related .heading,
#similar .heading {
	border-top: 1px solid #e7e8ea;
	font-family: 'Stolzlbold';
	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: 'Stolzlbold';
	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: 'Stolzlbold';
	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("/bitrix/templates/dresscodeV2/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: 4px;
	height: 19px;
	width: 19px;
}

#elementProperties .stats .question:hover {
	background: url("/bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/questions.png") -19px 0 transparent;
}

#elementProperties .stats .question:active {
	background: url("/bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/questions.png") -38px 0 transparent;
}

#elementProperties .stats tr {
	border: 1px solid #e4e4e4;
}

#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;*/
	overflow: hidden;
	width: 40%;
}

#elementProperties .stats .name span {
	padding: 0px 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: 'Stolzlbold';
	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: 'Stolzlbold';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#video .items {
	overflow: hidden;
	margin: 0 -12px;
}

#video .items.sz1 {
	margin: 0;
}

#video .item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 33.33333%;
	padding: 0px 12px 24px 12px;
}

#video .item iframe {
	height: 200px;
	width: 100%;
}

#video .items.sz1 .item {
	padding: 0px;
	width: 100%;
}

#video .items.sz1 iframe {
	height: 500px;
}

#video .items.sz2 .item {
	width: 50%;
}

#video .items.sz2 iframe {
	height: 300px;
}


#elementError {
	background-color: rgba(0, 0, 0, 0.298);
	display: none;
	height: 100%;
	left: 0px;
	overflow: visible;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 998;
}

#elementErrorContainer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.500);
	background-color: #ffffff;
	margin-left: -150px;
	margin-top: -130px;
	position: relative;
	overflow: hidden;
	color: #000000;
	width: 300px;
	z-index: 999;
	left: 50%;
	top: 50%;
}

#elementErrorContainer span.heading {
	background-color: #424242;
	color: #ffffff;
	display: block;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#elementErrorContainer p {
	text-align: center;
	color: #000000;
	padding: 12px;
}

#elementErrorContainer #elementErrorClose {
	background: url("/bitrix/templates/dresscodeV2/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("/bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/exit.png") 0px -21px no-repeat transparent;
}

#elementErrorContainer #elementErrorClose:active {
	background: url("/bitrix/templates/dresscodeV2/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("/bitrix/templates/dresscodeV2/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 {
	font-family: 'Stolzlmedium';
	text-transform: uppercase;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#skuOffersTable .offersTable {
	/*border-collapse: collapse;*/
	/*border-spacing: 8px;*/
	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: "Stolzlmedium";
	position: relative;
	font-size: 16px;
}

#skuOffersTable .offersTable .quanBaskWrap {
	width: 250px;
	padding: 0;
}

#skuOffersTable .offersTable .quanBaskWrap .tc {
	width: 50%;
}

#skuOffersTable .offersTable .basket {
	padding-right: 12px;
}

#skuOffersTable .offersTable .price .priceIcon {
	display: none;
	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: "Stolzlbold";*/
	font-size: 14px;
}

#skuOffersTable .offersTable .discount {
	font-family: 'Stolzlregular';
	position: absolute;
	font-size: 13px;
	color: #888888;
	display: block;
	right: -12px;
	top: -16px;
}

#skuOffersTable .offersTable .basket .addCart_style,
#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_style.requestPrice,
#skuOffersTable .offersTable .basket .addCart.requestPrice {
	margin-top: 0px;
}

#skuOffersTable .offersTable .basket .addCart_style:active,
#skuOffersTable .offersTable .basket .addCart:active {
	position: relative;
	top: 1px;
}

#skuOffersTable .offersTable .basket .addCart_style img,
#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;
	padding: 0 24px;
}

#complect .heading {
	border-top: 1px solid #efefef;
	font-family: 'Stolzlbold';
	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: 'Stolzlbold';
	font-size: 18px;
	display: block;
	text-decoration: none;
	margin-bottom: 12px;
}

#complect .complectListItemPrice .measure {
	font-size: 16px;
}

#complect .complectListItemPrice .discount {
	font-family: 'Stolzlregular';
	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: 'Stolzlbold';
	display: inline-block;
	margin-left: 12px;
	font-size: 18px;
}

#complect .complectResult .discount {
	font-family: 'Stolzlregular';
	margin-left: 12px;
	font-size: 14px;
	color: #888888;
}

#complect .complectResultEconomy {
	border-left: 1px solid #e8e8e8;
	padding-left: 24px;
	float: right;
}

#complect .complectResultEconomyValue {
	font-family: 'Stolzlbold';
	margin-left: 12px;
	font-size: 16px;
}

#complect .complectListItem:after {
	font-family: 'Stolzlregular';
	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(/bitrix/templates/dresscodeV2/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(/bitrix/templates/dresscodeV2/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(/bitrix/templates/dresscodeV2/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: 'Stolzlmedium';
	font-size: 14px;
}

.smallSpecialTime .specialTimeItemlabel {
	font-family: "Stolzlregular";
	font-size: 12px;
}

.detail-text-wrap {
	box-sizing: border-box;
	margin-top: 12px;
	padding: 0 24px 24px;
	border-top: 1px solid #ededed;
}

.detail-text-wrap .heading {
	font-family: "Stolzlmedium";
	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 {
	box-sizing: border-box;
	margin-top: 12px;
	margin-bottom: 0;
	padding: 0 24px;
	border-top: 1px solid #ededed;
}

.new-list-items-wrap .heading {
	display: block;
	padding: 36px 0 18px;
	font-family: "Stolzlmedium";
	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: "Stolzlbold"
}

.new-list-items .old-price {
	position: absolute;
	right: 0;
	top: -12px;
	font-size: 13px;
	line-height: 15px;
	font-family: "Stolzlregular";
	font-size: 13px;
	color: #888888;
}

.new-list-items .active-link {
	display: inline-block;
	font-family: "Stolzlregular";
	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;
}

.price_kv_m {
	font-size: 18px;
	font-family: 'Stolzlbold';
}

.gocredit {
	display: inline-block;
	width: 220px;
	height: 45px;
	margin-bottom: 12px;
	line-height: 45px;
	text-align: center;
	/*background: #fff;*/
	border-radius: 2px;
	font-size: 15px;
	color: #fff;
	/*color: #717171;*/
	text-decoration: none;
	background: #ff6600;
	border-radius: 4px;

}

.changeName {
	font-weight: 600;
}

.product-seo-text {
	background: #f9f9f9;
	;
}

.seo-text-style {
	margin: 0;
	padding: 30px 25px 0;
}

.seo-text-style strong:nth-of-type(1) {
	text-transform: uppercase;
}





/* Отзывы */
#catalogElement #catalogReviews {
	margin-top: 100px;
}

.product-reviews__wrap {
	display: flex;
	padding: 0 24px;
	margin-bottom: 24px;
}

.product-reviews__global-rating,
.product-reviews__stars,
.product-reviews__criteries {
	padding: 0 35px;
	box-sizing: border-box;
}

.product-reviews__global-rating {
	position: relative;
	flex: 0 0 33.3333%;

	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.product-reviews__svg-wrap {
	width: 220px;
	position: relative;
	margin: 0 auto;
}

.product-reviews__svg {
	width: 220px;
	height: 220px;
	transform: rotate(-90deg);
}

.product-reviews__in-circle {
	text-align: center;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

.product-reviews__global-rating-value {
	font-size: 55px;
	line-height: 1em;
	font-weight: 600;
	margin-top: -5px;
	color: #333333;
}

.product-reviews__global-rating-desc {
	margin: 7px 0;
}

.product-reviews__global-rating-cnt,
.product-reviews__stars-text {
	display: inline-block;
	border-bottom: 1px dashed #0d61af;
	color: #0d61af !important;
	font-weight: bold;
	line-height: 1.3em;

	text-decoration: none !important;
	transition: 0.3s;

	user-select: none;
}

.product-reviews__global-rating-cnt {
	cursor: pointer;
}

/*.product-reviews__stars-text:hover,*/
.product-reviews__global-rating-cnt:hover {
	border-bottom: 1px dashed #ff6600;
	color: #ff6600 !important;
}

.product-reviews__btn-wrap {
	margin: 0 auto;
	text-align: center;
}

.product-reviews__btn {
	outline: none !important;
	min-width: 250px !important;
}

.product-reviews__btn:focus,
.reviews__comment-btn:focus {
	outline: none !important;
	box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.45);
}

.product-reviews__stars {
	position: relative;
	flex: 0 0 33.3333%;
}

.product-reviews__stars-item {
	margin-bottom: 14px;
}

.product-reviews__stars-text {
	margin-bottom: 7px;
	margin-bottom: 5px;
}

.product-reviews__stars-bar {
	background: #f3f3f3;
	overflow: hidden;
	border-radius: 8px;
	height: 24px;
}

.product-reviews__stars-bar-filled,
.product-reviews__stars-bar-empty {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	border-radius: 8px;
	min-width: 50px;
	height: 100%;
	box-sizing: border-box;
}

.product-reviews__stars-bar-filled {
	background: linear-gradient(-90deg, #ffb100 0%, #ff6600 100%);
}

.product-reviews__stars-bar-empty {}

.product-reviews__stars-bar-number {
	display: block;
	color: #ffffff;
	font-weight: 600;
	line-height: 1em;
	opacity: 0.75;
}

.product-reviews__stars-bar-empty .product-reviews__stars-bar-number {
	color: #b1b1b1;
	opacity: 1;
}

.product-reviews__stars-bar-empty .product-reviews__stars-bar-star path {
	fill: #b1b1b1;
}

.product-reviews__stars-bar-star {}

.product-reviews__criteries {
	position: relative;
	flex: 0 0 33.3333%;
}

.product-reviews__criteries-item {
	margin-bottom: 25px;
}

.product-reviews__criteries-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6px;
}

.product-reviews__criteries-title {
	font-weight: 600;
}

.product-reviews__criteries-value {
	color: black;
	font-weight: 700;
}

.product-reviews__criteries-bar {
	background: #f3f3f3;
	width: 100%;
	height: 10px;
	border-radius: 10px;
}

.product-reviews__criteries-bar-filled {
	border-radius: 10px;
	height: 100%;
	background: linear-gradient(-90deg, #ffb100 0%, #ff6600 100%);
	box-sizing: border-box;
}

.reviews__comment-template {
	display: none !important;
}





#catalogReviews .heading {
	border-bottom: 1px solid #e7e8ea;
	margin-bottom: 24px;
}

.reviews__item {
	display: block;
	padding: 0 24px;
	max-width: 950px;
	margin: 0 auto;
}

.reviews__item:not(:last-of-type):after {
	content: ' ';
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	background: #bdbdbd;
	margin: 24px 0;
}

.reviews__header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 25px;
}

.reviews__avatar {
	display: block;
	width: 55px;
	height: 55px;
	border: 2px solid #ff8c00;
	border-radius: 50%;
	margin-right: 24px;
	overflow: hidden;
	position: relative;
	background: #f3f3f3;
}

.reviews__avatar img {
	max-width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
	pointer-events: none;
	user-select: none;
	opacity: 0.6;
}

.reviews__name {
	display: block;
	font-weight: 600;
	font-size: 17px;
	color: #333;
}

.reviews__rating-wrap {
	margin-left: auto;
}

.reviews__stars {
	margin-bottom: 10px;
}

#newProductReview {
	display: none;
	font-size: 15px;
}

#catalogElement .reviews__stars .rating,
#newProductReview .reviews__stars .rating {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;

	width: 150px;
	height: 22px;
}

#newProductReview .reviews__stars .rating {
	margin-left: -2px;
	cursor: pointer;
}

#catalogElement .reviews__stars .rating i,
#newProductReview .reviews__stars .rating i {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;

	background: url('/bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/../images/ratingBig.png') repeat 0 0px transparent;
	width: 150px;
	max-width: 100%;
	height: 22px;
}

#catalogElement .reviews__stars .rating i.m,
#newProductReview .reviews__stars .rating i.m {
	z-index: 10;
	background: url('/bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/../images/ratingBig.png') repeat 0 -22px transparent;
}

.reviews__date {
	text-align: right;
	margin-right: 4px;
	font-size: 15px;
	color: #8c8c8c;
}

.reviews__content {}

.reviews__content-block {
	margin: 20px 0;
}


.reviews__title {
	font-weight: 600;
	font-size: 16px;
}

.reviews__text {
	line-height: 1.8em;
	margin: 10px 0;
	font-size: 15px;
}

.reviews__text p {
	line-height: 1.8em !important;
	margin: 10px 0 !important;
	font-size: 15px;
	color: #333 !important;
}

.reviews__content-block_experience {
	display: flex;
	align-items: center;
}

.reviews__content-block_experience .reviews__title {
	margin-right: 12px;
}

.reviews__content-block_experience .reviews__text {
	margin: 0;
}

.reviews__content-block_criteries {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 20px;
}

.reviews__content-block_criteries .product-reviews__criteries-item {
	flex: 0 0 calc(38% - 60px);
	margin-right: 100px;
}


.reviews__content-block_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.reviews__comment-open {
	display: inline-block;
	position: relative;
	border-bottom: 1px dashed #0d61af;
	color: #0d61af !important;
	font-weight: bold;
	line-height: 1.3em;
	cursor: pointer;
	text-decoration: none !important;
	transition: 0.3s;
	cursor: pointer;
	user-select: none;
}

.reviews__comment-open:after {
	content: ' ';
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-left: 5px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #0d61af;
	transform: rotate(45deg) translateY(-100%);
	position: absolute;
	top: 50%;
	left: 100%;
	transition: color 0.3s, border-color 0.3s;
}

.reviews__comment-open.opened:after {
	transform: rotate(225deg);
	margin-left: 8px;
}

.reviews__comment-open:hover {
	border-bottom: 1px dashed #ff6600;
	color: #ff6600 !important;
}

.reviews__comment-open:hover:after {
	border-color: #ff6600;
}

.reviews__like-wrap {
	display: flex;
	align-items: center;
}

.reviews__like {
	display: block;
	width: 20px;
	height: 20px;
	opacity: 0.5;
	cursor: pointer;
	transition: 0.3s;
}

.reviews__like avg {
	max-width: 100%;
}

.reviews__like_like {}

.reviews__like_dislike {}

.reviews__like:hover {
	opacity: 0.7;
}

.reviews__like-rating {
	display: block;
	min-width: 31px;
	padding: 8px 10px;
	margin: 0 10px;
	border-radius: 5px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	color: #187b18;
	background: #dbebd1;
	box-sizing: border-box;
}

.reviews__like-rating_positive {
	color: #187b18;
}

.reviews__like-rating_negative {
	color: #a72308;
	background: #f1dfdf;
}


.reviews__content-block_comments {
	display: none;
	margin: 30px 0 20px 30px;
}

.reviews__new-comment-form {}

.reviews__new-comment-form .reviews__textarea {
	margin-bottom: 24px;
}

.reviews__textarea {
	display: block;
	width: 100%;
	min-height: 140px;
	height: 140px;
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
	font-family: "Stolzlregular";
	padding: 15px;
	resize: vertical;
	border-radius: 6px;
	font-size: 15px;
	line-height: 1.8em;
}

.reviews__textarea:focus {
	outline: none !important;
	box-shadow: 0 5px 20px 0px #d9d9d9;
}


.reviews__comment-btn-wrap {
	text-align: right;
}

.reviews__comment-btn {
	border-radius: 5px !important;
	min-width: 150px !important;
	;
	padding: 14px 20px 12px !important;
	;
}


.reviews__comments {}

.reviews__comment {
	display: flex;
	align-items: flex-start;
	margin: 0 0 35px;
	position: relative;
}

.reviews__comment-right {
	flex: 1 0;
}

.reviews__comment-head {}

.reviews__comment-info {}

.reviews__name_commentator {
	margin: 7px 0 5px;
}

.reviews__comment-date {
	color: #8c8c8c;
}

.reviews__text_commentator {
	margin: 15px 0 15px;
}

.reviews__text_commentator p {
	color: #000 !important;
}

.reviews__like-wrap_commentator {}

.reviews__comment-delete {
	display: none;

	width: 22px;
	height: 22px;

	opacity: 0;
	transition: 0.3s;

	position: absolute;
	top: 15px;
	right: 5px;
	cursor: pointer;
}

.reviews__comment-delete:before,
.reviews__comment-delete:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 3px;
	transition: background 0.3s;
	background: #b94141;
}

.reviews__comment-delete:hover:before,
.reviews__comment-delete:hover:after {
	background: #c72424;
}

.reviews__comment-delete:before {
	transform: rotate(45deg);
}

.reviews__comment-delete:after {
	transform: rotate(-45deg);
}

.reviews__comment:hover .reviews__comment-delete {
	display: block;
	opacity: 1;
}


#catalogElement #newProductReview .heading {
	border-bottom: 1px solid #e7e8ea;
	border-top: 1px solid #e7e8ea;
	font-family: 'Stolzlbold';
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 24px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}





.reviews__add-wrap {
	padding: 0 24px;
	max-width: 950px;
	margin: 0 auto;
}

.reviews__add-wrap .reviews__stars {
	display: inline-block;
	;
}

.reviews__add-form {}

.reviews__add-block {
	margin-bottom: 30px;
}


.reviews__add-experience {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.reviews__add-experience .reviews__radio {
	margin: 0 40px 15px 0;
}

.reviews__radio {}

.reviews__radio input {
	position: absolute;
	opacity: 0;
}

.reviews__radio label {
	position: relative;
	padding: 1px 0;
	padding-left: 28px !important;
	font-size: 15px;
	cursor: pointer;
	user-select: none;
	color: black;
}

.reviews__radio input:checked+label {
	cursor: default !important;
}


.reviews__radio label:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
}

.reviews__radio input:checked+label:before {
	background: white;
	border: 6px solid #ff8c00;
}

.reviews__input {
	width: 100%;
	display: block;
	box-sizing: border-box;
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
	font-family: "Stolzlregular";
	padding: 15px;
	resize: vertical;
	border-radius: 6px;
	font-size: 15px;
}

.reviews__input:focus {
	outline: none !important;
	box-shadow: 0 5px 20px 0px #d9d9d9;
}

.reviews__contact-list {
	display: flex;
	justify-content: space-between;
}

.reviews__contact-item {
	flex: 0 0 calc(33.3333% - 18px);
	justify-content: space-between;
}

.reviews__add-param-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	max-width: 500px;
}

.reviews__add-param-item {
	margin: 0 80px 20px 0;
}

.reviews__add-block .reviews__title {
	margin-bottom: 15px;
	font-size: 18px;
}

.reviews__add-textarea-list {
	margin-top: 30px;
}

.reviews__add-textarea-item {
	margin-bottom: 26px;
}

.reviews__textarea_add {
	min-height: 115px;
	height: 115px;
}

.reviews__add-param-name {
	margin-bottom: 5px;
	color: black;
}

.reviews__add-block .reviews__comment-btn {
	min-width: 210px !important;
	padding: 20px 30px 17px !important;
	font-size: 15px !important;
}

.product-reviews__wrap_empty {
	align-items: center;
	margin-bottom: 100px;
}

.product-reviews__empty-left,
.product-reviews__empty-right {
	padding: 0 30px;
}

.product-reviews__empty-left {
	width: 50%;
	max-width: 400px;
}

.product-reviews__empty-right {}

.product-reviews__empty-img {}

.product-reviews__empty-img img {
	max-width: 100%;
}

.product-reviews__empty-title {
	font-weight: 900;
	font-size: 30px;
	line-height: 1em;
}

.product-reviews__empty-desct {
	font-size: 17px;
	font-weight: 600;
	margin: 30px 0;
	color: #989898;
	line-height: 1.5em;
}

.product-reviews__btn_empty {
	padding: 15px 8px 13px;
	font-size: 16px;
}


#newProductReviewAdded {
	display: none;
	background-color: rgba(0, 0, 0, 0.298);
	height: 100%;
	left: 0px;
	overflow: visible;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 998;
}

.review__added-wrap {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	padding: 50px 80px;
	width: 90%;
	max-width: 700px;
	box-sizing: border-box;
	text-align: center;
}

.review__added-img {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 80px;
}

.review__added-img img {
	max-width: 100%;
	user-select: none;
	pointer-events: none;
}

.review__added-text1 {
	display: block;
	margin: 20px auto;
	text-align: center;
	font-weight: 600;
	font-size: 32px;
	line-height: 1.3em;
}

.review__added-text2 {
	display: block;
	margin: 20px auto 40px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #8e8e8e;
	line-height: 1.42em;
	width: 100%;
	max-width: 400px;
}

.reviews__text-after {
	color: #8e8e8e;
	padding-right: 80px;
	font-size: 13px;
}

.reviews__add-block_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}


.reviews__photo-input {
	opacity: 0 !important;
	visibility: hidden;
	position: absolute;
	top: -10000px;
}

.reviews__photo-label {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	min-height: 150px;
	border: 2px dashed #d8d8d8;
	border-radius: 6px;
	cursor: pointer;
	overflow: hidden;
}

.reviews__photo-selector {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	color: #d8d8d8;
}

.reviews__photo-items {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 12px;
	justify-content: flex-start;
	transition: filter 0.3s;
}

.reviews__photo-item {
	display: flex;
	margin: 12px;
	box-sizing: border-box;
	height: 150px;
	max-width: calc(50% - 24px);
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid #d8d8d8;
}

.reviews__photo-item img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.reviews__photo-label-hovered {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s, background 0.3s;
}

.reviews__photo-label:hover .reviews__photo-items,
.reviews__photo-label:focus .reviews__photo-items {
	filter: blur(6px);
}

.reviews__photo-label:hover .reviews__photo-label-hovered,
.reviews__photo-label:focus .reviews__photo-label-hovered {
	background: #f3f3f3;
	background: #f3f3f3bf;
}

.reviews__photo-label.reviews__photo-label_empty .reviews__photo-label-hovered,
.reviews__photo-label:hover .reviews__photo-label-hovered,
.reviews__photo-label:focus .reviews__photo-label-hovered {
	visibility: visible;
	opacity: 1;
}

.reviews__photo-label-hovered-icon {
	width: 25px;
	margin-bottom: 10px;
}

.reviews__photo-label-hovered-text {
	font-size: 18px;
	color: black;
}

.reviews__photo-gallery .lg-toolbar.lg-group {
	background: transparent;
}

.lg-backdrop {
	background: transparent !important;
}

.reviews__photo-gallery.lg-outer {
	background: white;
}

.reviews__photo-gallery .lg-actions .lg-next,
.reviews__photo-gallery .lg-actions .lg-prev {
	color: #fff;
	background-color: #00000026;
}

.reviews__photo-gallery .lg-actions .lg-next:hover,
.reviews__photo-gallery .lg-actions .lg-prev:hover {
	color: #fff;
	background-color: #00000040;
}

.reviews__photo-gallery .lg-toolbar .lg-icon {
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}

.reviews__photo-gallery .lg-toolbar .lg-icon:hover {
	background-color: #00000026;
	border-radius: 2px;
}

/* Отзывы END */

.credit-btn {
	display: inline-block;
	width: 220px;
	height: 45px;
	margin-bottom: 12px;
	line-height: 45px;
	text-align: center;
	border-radius: 2px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	background: #ff6600;
	border-radius: 4px;
}

.product__btn-credit {
	display: block;
	margin-right: 7px;
}

.product__btn-credit_green {
	background: #52ad30;
}


@media (max-width: 1100px) {
	.product__btn-credit {
		margin-right: 7px;
	}
}


@media (max-width: 991px) {

	.product-reviews__global-rating,
	.product-reviews__stars,
	.product-reviews__criteries {
		padding: 0 20px;
	}

	.product-reviews__global-rating {
		flex: 0 0 220px;
	}

	.product-reviews__stars {
		flex: 0 0 calc(50% - 110px);
	}

	.product-reviews__criteries {
		flex: 0 0 calc(50% - 110px);
	}

	.product-reviews__btn {
		min-width: 180px !important;
	}

	.product-reviews__svg-wrap {
		width: 180px;
	}

	.product-reviews__svg {
		width: 180px;
		height: 180px;
	}

	.product-reviews__in-circle {
		width: 70%;
	}

	.product-reviews__global-rating-value {
		font-size: 52px;
	}

	.product-reviews__global-rating-desc {
		margin: 4px 0;
	}

	.reviews__text-after {
		padding-right: 60px;
	}
}

@media (max-width: 767px) {
	.product-reviews__wrap {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.product-reviews__global-rating {
		flex: 0 0 100%;
		margin-bottom: 40px;
	}

	.product-reviews__stars {
		flex: 0 0 250px;
	}

	.product-reviews__criteries {
		flex: 0 0 250px;
	}

	.product-reviews__global-rating,
	.product-reviews__stars,
	.product-reviews__criteries {
		padding: 0;
	}

	.product-reviews__criteries-top {
		margin-bottom: 7px;
	}

	.product-reviews__btn-wrap {
		margin: 25px auto 0;
	}

	.reviews__content-block_criteries .product-reviews__criteries-item {
		flex: 0 0 calc(50% - 50px);
		margin-right: 50px;
	}

	.review__added-wrap {
		padding: 35px 30px;
	}

	.review__added-img {
		width: 65px;
	}

	.review__added-text1 {
		font-size: 18px;
	}

	.review__added-text2 {
		font-size: 12px;
	}
}

@media (max-width: 600px) {
	#catalogElement #catalogReviews {
		font-size: 13px;
	}

	.product-reviews__stars {
		flex: 0 0 50%;
		padding: 0 10px 0 0;
	}

	.product-reviews__criteries {
		flex: 0 0 50%;
		padding: 0 0 0 10px;
	}

	.reviews__avatar {
		width: 50px;
		height: 50px;
		min-width: 50px;
		margin-right: 20px;
	}

	.reviews__text,
	.reviews__text p {
		font-size: 14px;
	}

	.reviews__textarea {
		font-size: 14px;
		height: 110px;
		min-height: 110px;
	}

	.reviews__comment-btn-wrap {
		/*margin: 20px 0;*/
	}

	.reviews__comment-btn {
		padding: 12px 20px 10px !important;
	}

	.reviews__name {
		font-size: 15px;
		word-break: break-word;
	}

	.reviews__name_commentator {
		margin: 7px 0 0;
	}

	.reviews__content-block_comments {
		margin: 30px 0 20px 15px;
	}

	.reviews__like-rating {
		font-size: 13px;
		padding: 7px 10px;
	}

	.reviews__like {
		width: 18px;
		height: 18px;
	}

	.reviews__text_commentator {
		margin: 12px 0 12px;
	}

	.reviews__content-block_criteries .product-reviews__criteries-item {
		margin-right: 5%;
		flex: 0 0 45%;
		max-width: 45%;
	}

	.reviews__contact-list {
		flex-wrap: wrap;
	}

	.reviews__contact-item {
		flex: 0 0 100%;
		margin-bottom: 26px;
	}

	.reviews__text-after {
		padding-right: 0;
		margin: 30px 0 30px;
		font-size: 10px;
		text-align: center;
	}

	.reviews__add-block_bottom {
		flex-direction: column;
		margin-top: 0;
	}

	.reviews__photo-items {
		padding: 5px;
	}

	.reviews__photo-item {
		margin: 5px;
		height: 150px;
		max-width: calc(50% - 10px);
	}

	.reviews__photo-label {
		min-height: 110px;
	}

	.reviews__photo-label-hovered-icon {
		width: 22px;
		margin-bottom: 8px;
	}

	.reviews__photo-label-hovered-text {
		font-size: 16px;
		color: black;
	}

	.reviews__content-block_criteries {
		justify-content: space-between;
	}

	.reviews__content-block_criteries .product-reviews__criteries-item {
		margin-right: 0;
		flex: 0 0 calc(50% - 20px);
		max-width: calc(50% - 20px);
	}

	.product-reviews__criteries-title {
		font-size: 12px;
	}
}

@media (max-width: 375px) {
	.product-reviews__criteries-title {
		font-size: 11px;
	}
}
/* End */


/* Start:/bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/lightgallery.min.css?170115570221027*/
@font-face{font-family:lg;src:url(/bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/../fonts/lg.ttf?22t19m) format("truetype"),url(/bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/../fonts/lg.woff?22t19m) format("woff"),url(/bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/../fonts/lg.svg?22t19m#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,.45)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;background:0 0;border:none;box-shadow:none;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{background-color:rgba(0,0,0,.45);bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px;outline:0;border:none}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-toogle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(/bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/../img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(/bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/../img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(/bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/../img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(/bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/../img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(/bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/../img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{height:100%;width:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e904"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e907"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e905"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e906"}.lg-outer .lg-img-rotate{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0;-webkit-transition:-webkit-transform .3s cubic-bezier(.32,0,.67,0) 0s;-moz-transition:-moz-transform .3s cubic-bezier(.32,0,.67,0) 0s;-o-transition:-o-transform .3s cubic-bezier(.32,0,.67,0) 0s;transition:transform .3s cubic-bezier(.32,0,.67,0) 0s}.lg-rotate-left:after{content:"\e900"}.lg-rotate-right:after{content:"\e901"}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-hor:after{content:"\e903"}.lg-flip-ver:after{content:"\e902"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;outline:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(/bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/../img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}
/* End */


/* Start:/local/components/bitrix/catalog.reviews/templates/.default/style.css?170115577918447*/
﻿#catalogElement #catalogReviews {
    margin-top: 100px;
}

.product-reviews__wrap {
    display: flex;
    padding: 0 24px;
    margin-bottom: 24px;
}

.product-reviews__global-rating,
.product-reviews__stars,
.product-reviews__criteries {
    padding: 0 35px;
    box-sizing: border-box;
}

.product-reviews__global-rating {
    position: relative;
    flex: 0 0 33.3333%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.product-reviews__svg-wrap {
    width: 220px;
    position: relative;
    margin: 0 auto;
}

.product-reviews__svg {
    width: 220px;
    height: 220px;
    transform: rotate(-90deg);
}

.product-reviews__in-circle {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-reviews__global-rating-value {
    font-size: 55px;
    line-height: 1em;
    font-weight: 600;
    margin-top: -5px;
    color: #333333;
}

.product-reviews__global-rating-desc {
    margin: 7px 0;
}

.product-reviews__global-rating-cnt,
.product-reviews__stars-text {
    display: inline-block;
    border-bottom: 1px dashed #0d61af;
    color: #0d61af!important;
    font-weight: bold;
    line-height: 1.3em;
    text-decoration: none!important;
    transition: 0.3s;
    user-select: none;
}

.product-reviews__global-rating-cnt {
    cursor: pointer;
}


/*.product-reviews__stars-text:hover,*/

.product-reviews__global-rating-cnt:hover {
    border-bottom: 1px dashed #ff6600;
    color: #ff6600!important;
}

.product-reviews__btn-wrap {
    margin: 0 auto;
    text-align: center;
}

.product-reviews__btn {
    outline: none!important;
    min-width: 250px!important;
}

.product-reviews__btn:focus,
.reviews__comment-btn:focus {
    outline: none!important;
    box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.45);
}

.product-reviews__stars {
    position: relative;
    flex: 0 0 33.3333%;
}

.product-reviews__stars-item {
    margin-bottom: 14px;
}

.product-reviews__stars-text {
    margin-bottom: 7px;
    margin-bottom: 5px;
}

.product-reviews__stars-bar {
    background: #f3f3f3;
    overflow: hidden;
    border-radius: 8px;
    height: 24px;
}

.product-reviews__stars-bar-filled,
.product-reviews__stars-bar-empty {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    border-radius: 8px;
    min-width: 50px;
    height: 100%;
    box-sizing: border-box;
}

.product-reviews__stars-bar-filled {
    background: linear-gradient(-90deg, #ffb100 0%, #ff6600 100%);
}

.product-reviews__stars-bar-empty {}

.product-reviews__stars-bar-number {
    display: block;
    color: #ffffff;
    font-weight: 600;
    line-height: 1em;
    opacity: 0.75;
}

.product-reviews__stars-bar-empty .product-reviews__stars-bar-number {
    color: #b1b1b1;
    opacity: 1;
}

.product-reviews__stars-bar-empty .product-reviews__stars-bar-star path {
    fill: #b1b1b1;
}

.product-reviews__stars-bar-star {}

.product-reviews__criteries {
    position: relative;
    flex: 0 0 33.3333%;
}

.product-reviews__criteries-item {
    margin-bottom: 25px;
}

.product-reviews__criteries-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.product-reviews__criteries-title {
    font-weight: 600;
}

.product-reviews__criteries-value {
    color: black;
    font-weight: 700;
}

.product-reviews__criteries-bar {
    background: #f3f3f3;
    width: 100%;
    height: 10px;
    border-radius: 10px;
}

.product-reviews__criteries-bar-filled {
    border-radius: 10px;
    height: 100%;
    background: linear-gradient(-90deg, #ffb100 0%, #ff6600 100%);
    box-sizing: border-box;
}

.reviews__comment-template {
    display: none!important;
}

#catalogReviews .heading {
    border-bottom: 1px solid #e7e8ea;
    margin-bottom: 24px;
    font-family: 'Stolzlbold';
}

.reviews__item {
    display: block;
    padding: 0 24px;
    max-width: 950px;
    margin: 0 auto;
}

.reviews__item:not(:last-of-type):after {
    content: ' ';
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background: #bdbdbd;
    margin: 24px 0;
}

.reviews__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}

.reviews__avatar {
    display: block;
    width: 55px;
    height: 55px;
    border: 2px solid #ff8c00;
    border-radius: 50%;
    margin-right: 24px;
    overflow: hidden;
    position: relative;
    background: #f3f3f3;
}

.reviews__avatar img {
    max-width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    pointer-events: none;
    user-select: none;
    opacity: 0.6;
}

.reviews__name {
    display: block;
    font-weight: 600;
    font-size: 17px;
    color: #333;
}

.reviews__rating-wrap {
    margin-left: auto;
}

.reviews__stars {
    margin-bottom: 10px;
}

#newProductReview {
    display: none;
    font-size: 15px;
}

#catalogElement .reviews__stars .rating,
#newProductReview .reviews__stars .rating {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    width: 150px;
    height: 22px;
}

#newProductReview .reviews__stars .rating {
    margin-left: -2px;
    cursor: pointer;
}

#catalogElement .reviews__stars .rating i,
#newProductReview .reviews__stars .rating i {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    background: url('/bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/../images/ratingBig.png') repeat 0 0px transparent;
    width: 150px;
    max-width: 100%;
    height: 22px;
}

#catalogElement .reviews__stars .rating i.m,
#newProductReview .reviews__stars .rating i.m {
    z-index: 10;
    background: url('/bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/../images/ratingBig.png') repeat 0 -22px transparent;
}

.reviews__date {
    text-align: right;
    margin-right: 4px;
    font-size: 15px;
    color: #8c8c8c;
}

.reviews__content {}

.reviews__content-block {
    margin: 20px 0;
}

.reviews__title {
    font-weight: 600;
    font-size: 16px;
}

.reviews__text {
    line-height: 1.8em;
    margin: 10px 0;
    font-size: 15px;
}

.reviews__text p {
    line-height: 1.8em!important;
    margin: 10px 0!important;
    font-size: 15px;
    color: #333!important;
}

.reviews__content-block_experience {
    display: flex;
    align-items: center;
}

.reviews__content-block_experience .reviews__title {
    margin-right: 12px;
}

.reviews__content-block_experience .reviews__text {
    margin: 0;
}

.reviews__content-block_criteries {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 20px;
}

.reviews__content-block_criteries .product-reviews__criteries-item {
    flex: 0 0 calc(38% - 60px);
    margin-right: 100px;
}

.reviews__content-block_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews__comment-open {
    display: inline-block;
    position: relative;
    border-bottom: 1px dashed #0d61af;
    color: #0d61af!important;
    font-weight: bold;
    line-height: 1.3em;
    cursor: pointer;
    text-decoration: none!important;
    transition: 0.3s;
    cursor: pointer;
    user-select: none;
}

.reviews__comment-open:after {
    content: ' ';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 5px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #0d61af;
    transform: rotate(45deg) translateY(-100%);
    position: absolute;
    top: 50%;
    left: 100%;
    transition: color 0.3s, border-color 0.3s;
}

.reviews__comment-open.opened:after {
    transform: rotate(225deg);
    margin-left: 8px;
}

.reviews__comment-open:hover {
    border-bottom: 1px dashed #ff6600;
    color: #ff6600!important;
}

.reviews__comment-open:hover:after {
    border-color: #ff6600;
}

.reviews__like-wrap {
    display: flex;
    align-items: center;
}

.reviews__like {
    display: block;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    cursor: pointer;
    transition: 0.3s;
}

.reviews__like avg {
    max-width: 100%;
}

.reviews__like_like {}

.reviews__like_dislike {}

.reviews__like:hover {
    opacity: 0.7;
}

.reviews__like-rating {
    display: block;
    min-width: 31px;
    padding: 8px 10px;
    margin: 0 10px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    color: #187b18;
    background: #dbebd1;
    box-sizing: border-box;
}

.reviews__like-rating_positive {
    color: #187b18;
}

.reviews__like-rating_negative {
    color: #a72308;
    background: #f1dfdf;
}

.reviews__content-block_comments {
    display: none;
    margin: 30px 0 20px 30px;
}

.reviews__new-comment-form {}

.reviews__textarea {
    display: block;
    width: 100%;
    min-height: 140px;
    height: 140px;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    font-family: "Stolzlregular";
    padding: 15px;
    resize: vertical;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.8em;
}

.reviews__textarea:focus {
    outline: none!important;
    box-shadow: 0 5px 20px 0px #d9d9d9;
}

.reviews__comment-btn-wrap {
    text-align: right;
    margin-top: 20px;
}

.reviews__comment-btn {
    border-radius: 5px!important;
    min-width: 150px!important;
    ;
    padding: 14px 20px 12px!important;
    ;
}

.reviews__comments {}

.reviews__comment {
    display: flex;
    align-items: flex-start;
    margin: 0 0 35px;
    position: relative;
}

.reviews__comment-right {
    flex: 1 0;
}

.reviews__comment-head {}

.reviews__comment-info {}

.reviews__name_commentator {
    margin: 7px 0 5px;
}

.reviews__comment-date {
    color: #8c8c8c;
}

.reviews__text_commentator {
    margin: 15px 0 15px;
}

.reviews__text_commentator p {
    color: #000!important;
}

.reviews__like-wrap_commentator {}

.reviews__comment-delete {
    display: none;
    width: 22px;
    height: 22px;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    top: 15px;
    right: 5px;
    cursor: pointer;
}

.reviews__comment-delete:before,
.reviews__comment-delete:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    transition: background 0.3s;
    background: #b94141;
}

.reviews__comment-delete:hover:before,
.reviews__comment-delete:hover:after {
    background: #c72424;
}

.reviews__comment-delete:before {
    transform: rotate(45deg);
}

.reviews__comment-delete:after {
    transform: rotate(-45deg);
}

.reviews__comment:hover .reviews__comment-delete {
    display: block;
    opacity: 1;
}

#catalogElement #newProductReview .heading {
    border-bottom: 1px solid #e7e8ea;
    border-top: 1px solid #e7e8ea;
    font-family: 'Stolzlbold';
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
    padding: 36px 24px;
    font-weight: 800;
    font-size: 20px;
    display: block;
}

.reviews__add-wrap {
    padding: 0 24px;
    max-width: 950px;
    margin: 0 auto;
}

.reviews__add-wrap .reviews__stars {
    display: inline-block;
    ;
}

.reviews__add-form {}

.reviews__add-block {
    margin-bottom: 30px;
}

.reviews__add-experience {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.reviews__add-experience .reviews__radio {
    margin: 0 40px 15px 0;
}

.reviews__radio {}

.reviews__radio input {
    position: absolute;
    opacity: 0;
}

.reviews__radio label {
    position: relative;
    padding: 1px 0;
    padding-left: 28px!important;
    font-size: 15px;
    cursor: pointer;
    user-select: none;
    color: black;
}

.reviews__radio input:checked+label {
    cursor: default!important;
}

.reviews__radio label:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
}

.reviews__radio input:checked+label:before {
    background: white;
    border: 6px solid #ff8c00;
}

.reviews__add-param-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 500px;
}

.reviews__add-param-item {
    margin: 0 80px 20px 0;
}

.reviews__add-block .reviews__title {
    margin-bottom: 15px;
    font-size: 18px;
}

.reviews__add-textarea-list {
    margin-top: 30px;
}

.reviews__add-textarea-item {
    margin-bottom: 26px;
}

.reviews__textarea_add {
    min-height: 115px;
    height: 115px;
}

.reviews__add-param-name {
    margin-bottom: 5px;
    color: black;
}

.reviews__add-block .reviews__comment-btn {
    min-width: 210px!important;
    padding: 20px 30px 17px!important;
    font-size: 15px!important;
}

.product-reviews__wrap_empty {
    align-items: center;
    margin-bottom: 100px;
}

.product-reviews__empty-left,
.product-reviews__empty-right {
    padding: 0 30px;
}

.product-reviews__empty-left {
    width: 50%;
    max-width: 400px;
}

.product-reviews__empty-right {}

.product-reviews__empty-img {}

.product-reviews__empty-img img {
    max-width: 100%;
}

.product-reviews__empty-title {
    font-weight: 900;
    font-size: 30px;
    line-height: 1em;
}

.product-reviews__empty-desct {
    font-size: 17px;
    font-weight: 600;
    margin: 30px 0;
    color: #989898;
    line-height: 1.5em;
}

.product-reviews__btn_empty {
    padding: 15px 8px 13px;
    font-size: 16px;
}

#newProductReviewAdded {
    display: none;
    background-color: rgba(0, 0, 0, 0.298);
    height: 100%;
    left: 0px;
    overflow: visible;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 998;
}

.review__added-wrap {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 50px 80px;
    width: 90%;
    max-width: 700px;
    box-sizing: border-box;
    text-align: center;
}

.review__added-img {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 80px;
}

.review__added-img img {
    max-width: 100%;
    user-select: none;
    pointer-events: none;
}

.review__added-text1 {
    display: block;
    margin: 20px auto;
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3em;
}

.review__added-text2 {
    display: block;
    margin: 20px auto 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #8e8e8e;
    line-height: 1.42em;
    width: 100%;
    max-width: 400px;
}


/* Отзывы END */

@media (max-width: 991px) {
    .product-reviews__global-rating,
    .product-reviews__stars,
    .product-reviews__criteries {
        padding: 0 20px;
    }
    .product-reviews__global-rating {
        flex: 0 0 220px;
    }
    .product-reviews__stars {
        flex: 0 0 calc(50% - 110px);
    }
    .product-reviews__criteries {
        flex: 0 0 calc(50% - 110px);
    }
    .product-reviews__btn {
        min-width: 180px!important;
    }
    .product-reviews__svg-wrap {
        width: 180px;
    }
    .product-reviews__svg {
        width: 180px;
        height: 180px;
    }
    .product-reviews__in-circle {
        width: 70%;
    }
    .product-reviews__global-rating-value {
        font-size: 52px;
    }
    .product-reviews__global-rating-desc {
        margin: 4px 0;
    }
}

@media (max-width: 767px) {
    .product-reviews__wrap {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .product-reviews__global-rating {
        flex: 0 0 100%;
        margin-bottom: 40px;
    }
    .product-reviews__stars {
        flex: 0 0 250px;
    }
    .product-reviews__criteries {
        flex: 0 0 250px;
    }
    .product-reviews__global-rating,
    .product-reviews__stars,
    .product-reviews__criteries {
        padding: 0;
    }
    .product-reviews__criteries-top {
        margin-bottom: 7px;
    }
    .product-reviews__btn-wrap {
        margin: 25px auto 0;
    }
    .reviews__content-block_criteries .product-reviews__criteries-item {
        flex: 0 0 calc(50% - 50px);
        margin-right: 50px;
    }
}

@media (max-width: 600px) {
    #catalogElement #catalogReviews {
        font-size: 13px;
    }
    .product-reviews__stars {
        flex: 0 0 50%;
        padding: 0 10px 0 0;
    }
    .product-reviews__criteries {
        flex: 0 0 50%;
        padding: 0 0 0 10px;
    }
    .reviews__avatar {
        width: 50px;
        height: 50px;
        min-width: 50px;
        margin-right: 20px;
    }
    .reviews__text,
    .reviews__text p {
        font-size: 14px;
    }
    .reviews__textarea {
        font-size: 14px;
        height: 110px;
        min-height: 110px;
    }
    .reviews__comment-btn-wrap {
        margin: 20px 0;
    }
    .reviews__comment-btn {
        padding: 12px 20px 10px!important;
    }
    .reviews__name {
        font-size: 15px;
        word-break: break-word;
    }
    .reviews__name_commentator {
        margin: 7px 0 0;
    }
    .reviews__content-block_comments {
        margin: 30px 0 20px 15px;
    }
    .reviews__like-rating {
        font-size: 13px;
        padding: 7px 10px;
    }
    .reviews__like {
        width: 18px;
        height: 18px;
    }
    .reviews__text_commentator {
        margin: 12px 0 12px;
    }
    .reviews__content-block_criteries .product-reviews__criteries-item {
        margin-right: 5%;
        flex: 0 0 45%;
        max-width: 45%;
    }
}
/* End */


/* Start:/bitrix/components/stroika/product.consumables/templates/.default/style.css?17011556121320*/
#consumables .heading {
    border-top: 1px solid #e7e8ea;
    font-family: 'robotobold';
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 36px 24px;
    font-weight: 800;
    font-size: 20px;
}

#consumables .consumables__links {
    background: unset!important;
    padding: 0 15px;
}
.ui-tabs .ui-tabs-nav li.consumables__link {
    padding: 12px 14px 10px;
    border: 1px solid #e7e8ea;
}
#consumables .ui-widget.ui-widget-content {
    margin: 0;
    padding: 0;
    border: unset;
}

.section-more__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-more__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #333;
    text-decoration: none;
    width: 100%;
    height: 100%;
}
.section-more__img .iconBig {
    margin-bottom: 10px;
}
.section-more__img .iconSmall {
    display: none;
    margin-bottom: 10px;
}
.section-more__link-text {
    font-size: 18px;
    transition: color 0.4s;
}
.section-more__link:hover .section-more__link-text {
    color: #ff6600;
}
#consumablesTabs {
    margin: 0;
}

@media (max-width: 700px) {
    .section-more__img .iconBig {
        display: none;
    }
    .section-more__img .iconSmall {
        display: block;
    }
}

/* End */


/* Start:/bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/review.css?17011557029104*/
#catalogReviews{
	margin-top: 24px;
	overflow: hidden;
}

#catalogReviews .heading{
	border-top: 1px solid #e7e8ea;
	font-family: 'Stolzlbold';
	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: "Stolzlregular";
	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: "Stolzlregular";
	text-transform: none;
	display: inline-block;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 14px;
	color: #888888;
}

#catalogReviews .ratingContainer{
	line-height: 20px;
	float: right;
}

#catalogReviews .ratingContainer .rating,
#reviews .rating{
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: 0px;
	position: relative;
	height: 15px;
	width: 79px;
	z-index: 2;
}

#catalogReviews .ratingContainer .rating{
	margin-left: 12px;
}

#catalogReviews .ratingContainer .rating i,
#reviews .rating i {
	background: url(/bitrix/templates/dresscodeV2/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(/bitrix/templates/dresscodeV2/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: 'Stolzlbold';
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 24px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#catalogElement #newReview form{
	padding: 0 24px;
}

#catalogElement #newReview ins {
	text-decoration: none;
	margin-bottom: 4px;
	font-size: 14px;
	display: block;
}

#catalogElement #newReview #newRating {
	position: relative;
}

#catalogElement #newReview .rating {
	position: absolute;
	cursor: pointer;
	width: 150px;
	left: 100px;
	z-index: 10;
	top: -3px;
}

#catalogElement #newReview .rating i {
	background: url(/bitrix/templates/dresscodeV2/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(/bitrix/templates/dresscodeV2/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: "Stolzlregular";
	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: "Stolzlregular";
	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:/bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/media.css?170115570215225*/
@media all and (min-width: 2560px) {
	
	#elementNavigation.fixed .tabs{
		width: 483px;
	}

}

@media all and (min-width: 1921px) {
	#tableContainer .column:nth-child(2){
		width: 1124px;
	}

	#catalogElement .product{
		width: 20%;
	}

	#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: 1800px) {

	#skuOffersTable .offersTable .quanBaskWrap{
		width: 120px;
		padding: 8px 6px;
	}

	#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 {
	    /*padding-right: 0px;*/
	    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: 0;
	}

	.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;
	}

}

@media all and (max-width: 1250px){
	#skuOffersTable { display: none; }
}

@media all and (max-width: 1100px) {
	
	#tableContainer #elementTools{
		display: none;
	}

	#smallElementTools{
		overflow: hidden;
		display: block;
	}

	.ya-share-label{
		display: none;
	}

	.new-list-items .list-item-wrap{
		width: 50%;
	}

	#smallElementTools .price{
		margin-bottom: 16px;
	}

	#smallElementTools .columnRowWrap .row{
		margin-bottom: 16px;
	}

}

@media all and (max-width: 1024px) {
	
	.limiter #left{
		width: 100%;
	}
}

@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_style,
	#elementTools .addCart{
		margin-top: 12px;
	}

	#smallElementTools .columnRow .fastBack2,
	#smallElementTools .columnRow .fastBack{
		height: 50px;
		line-height: 50px;
		padding: 0 10px;
	}

	#smallElementTools .columnRow .addCart_style,
	#smallElementTools .columnRow .addCart{
		height: 50px;
		line-height: 50px;
		padding: 0 10px;
	}

	.changePropertiesNoGroup{
		margin: 12px 0 18px;
	}

	#smallElementTools .columnRow .fastBack2,
	#smallElementTools .columnRow .fastBack,
	#smallElementTools .columnRow .addCart_style,
	#smallElementTools .columnRow .addCart{
		margin: 0;
	}

	.newReviewTable .left{
		width: 100%;
		padding: 0;
	}
	.newReviewTable .right{
		width: 100%;
		margin-top: 18px;
	}

}

@media all and (max-width: 800px) {

/*	#files .item .icon{
		width: 25%;
	}*/

	#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:last-child{
		display: none;
	}*/

	#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%;
	}

}

@media screen and (max-width: 790px){
	.new-list-items{
		margin: 0 -3px;
	}
	.new-list-items .list-item-wrap{
		width: 100%;
		padding: 3px;
	}
	.new-list-items .list-item{
		padding: 8px;
	}

	#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;
	}
}

@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{
		/*width: 120px;*/
		padding: 12px 24px 12px 0;
		text-align: right;
	}

/*	#stores th.name,
	#stores td.name{
		width: auto !important;
	}*/

	#storeMap{
		display: none;
	}

	#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;
	}

	#smallElementTools{
		padding: 0;
	}

	.smallElementToolsContainer{
		margin: 0;
		border: none;
		font-size: 0;
		padding: 12px 24px 0;
		border-top: 1px solid #e7e8ea;
	}

	#smallElementTools .mainTool,
	#smallElementTools .secondTool{
		display: inline-block;
		vertical-align: top;
		width: 60%;
	}

	#smallElementTools .secondTool{
		width: 40%;
	}

	#smallElementTools .columnRow{
		padding-right: 2px;
	}

	#smallElementTools .columnRow:last-child{
		display: none;
		padding: 0 0 0 2px;
	}

	.new-list-items-wrap{
		padding: 0 12px;
	}

	#smallElementTools .secondTool .row{
		display: block;
		margin-right: 0;
	}

	#smallElementTools .priceContainer{
		line-height: 24px;
	}

	#smallElementTools .price{
		margin-bottom: 12px;
	}

	#smallElementTools .columnRowWrap .row{
		width: auto;
		margin-bottom: 12px;
	}
	#smallElementTools .columnRow .addCart_style,
	#smallElementTools .columnRow .addCart{
		padding: 0 12px;
	}

	#catalogElement #elementContainer .addCompare{
		display: none;
	}

}

@media all and (max-width: 680px) {
	
	.secondTool .addCompare,
	.secondTool .fastBack2,
	.secondTool .fastBack{
		display: none;
	}

	#files .item{
		width: 100%;
	}
}

@media all and (max-width: 620px) {
	#elementSmallNavigation{
		display: none;
	}
}

@media all and (max-width: 600px){
	#catalogElement .product{
		width: 100%;
	}

	#catalogElement .product:nth-child(n){
		border-right-width: 0px;
	}

	#complect .complectListItem:nth-child(n){
		width: 100%;
		border-right-width: 0px;
	}

	.complectListItemCelImage {
		width: 40%;
		min-width: 110px;
		max-width: 160px;
	}

	#elementProperties .stats{
		font-size: 13px;
	}
}

@media all and (max-width: 550px) {

	#moreImagesCarousel{
		/*display: none;*/
	}

	#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 .product{
		/*width: 100% !important;*/
	}

	#catalogElement .product:nth-child(2n+2){
		/*border-right: 1px solid #e7e8ea !important;*/
	}

	#catalogElement .product:nth-child(1n+1){
		/*border-right: 0 !important;*/
	}

	#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;
	}

	#smallElementTools .mainTool,
	#smallElementTools .secondTool{
		width: 100%;
	}

	#storesContainer #stores .storeTable .name{
		width: 66%;
	}

	#storesContainer #stores .storeTable .icon{
		display: none;
	}
}

@media screen and (max-width: 400px){
	.new-list-items .price{
		font-size: 16px;
	}
	.new-list-items .name{
		max-height: 36px;
	}
}

@media all and (max-width: 360px){
	#smallElementTools .columnRowWrap{
		/*margin-bottom: 6px;*/
	}

	#smallElementTools .columnRow{
		width: 100%;
		padding: 0;
	}

	#smallElementTools .columnRow:last-child{
		padding: 0;
	}
}
/* End */


/* Start:/bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/set.css?170115570211640*/

#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(/bitrix/templates/dresscodeV2/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(/bitrix/templates/dresscodeV2/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(/bitrix/templates/dresscodeV2/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 */
/* /bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/style.css?171108803676697 */
/* /bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/lightgallery.min.css?170115570221027 */
/* /local/components/bitrix/catalog.reviews/templates/.default/style.css?170115577918447 */
/* /bitrix/components/stroika/product.consumables/templates/.default/style.css?17011556121320 */
/* /bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/review.css?17011557029104 */
/* /bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/media.css?170115570215225 */
/* /bitrix/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/set.css?170115570211640 */
