

/* Start:/local/templates/dresscodeV2/components/bitrix/breadcrumb/.default/style.css?15702775601382*/
#breadcrumbs{
	margin-bottom: 12px;
	line-height: 21px;
	margin-top: 24px;
	overflow: hidden;
	font-size: 12px;
}

#breadcrumbs ul{
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}

#breadcrumbs ul li{
	vertical-align: middle;
	display: inline-block;
}

#breadcrumbs ul li a{
	text-decoration: none;
	display: inline-block;
	line-height: 21px;
}

#breadcrumbs .arrow{
	vertical-align: middle;
	display: inline-block;
	font-family: arial;
	font-size: 18px;
	margin: 0 12px;
}

@media all and (max-width: 1024px) {

	#breadcrumbs{
		position: relative;
		min-width: 100%;
		overflow-x: auto;
		height: 21px
	}

	#breadcrumbs ul{
		white-space: nowrap;
		overflow: auto;
	}

	#breadcrumbs li{
		white-space: nowrap;
	}

	#breadcrumbs::after {
	    background: -moz-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -webkit-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -o-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -ms-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: linear-gradient(to right, rgba(255,255, 255, 0.2), #ffffff 100%);
	    pointer-events: none;
	    position: absolute;
	    right: 0;
	    top: 0;
	    height: 100%;
	    content: '';
	    width: 35px;
	}

}
/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_detail/style.css?174956132753260*/
.button__romb {
	display: block;
	width: 30px;
	height: 60px;
	position: absolute;
	opacity: .3;
	left: 0;
	background: linear-gradient(
		to right,rgba(255,255,255,0) 0%,
		rgba(255,255,255,0.03) 1%,
		rgba(255,255,255,0.6) 30%,
		rgba(255,255,255,0.85) 50%,
		rgba(255,255,255,0.85) 70%,
		rgba(255,255,255,0.85) 71%,
		rgba(255,255,255,0) 100%
	);
	-webkit-transform: skew(-10deg,0deg);
	-moz-transform: skew(-10deg,0deg);
	-ms-transform: skew(-10deg,0deg);
	-o-transform: skew(-10deg,0deg);
	transform: skew(-10deg,0deg);
	-webkit-animation: move 5s linear infinite;
	-moz-animation: move 5s linear infinite;
	-ms-animation: move 5s linear infinite;
	-o-animation: move 5s linear infinite;
	animation: move 5s linear infinite
}

@-webkit-keyframes move{0%{left:0%}20%{left:100%}100%{left:100%}}@-moz-keyframes move{0%{left:0%}20%{left:100%}100%{left:100%}}@-ms-keyframes move{0%{left:0%}20%{left:100%}100%{left:100%}}@-o-keyframes move{0%{left:0%}20%{left:100%}100%{left:100%}}@keyframes move{0%{left:0%}20%{left:100%}100%{left:100%}}

#left {
	position: relative;
}

#left .collapsed {
	position: absolute;
	width: 100%;
	z-index: 99;
}

.changeName + br {
	display: none;
}

.cheaper-product-name {
	visibility: hidden;
	display: none;
}

.videoFrame {
	border: 0;
}

#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: 0;
}

#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: #000;
    display: block;
}

#elementSmallNavigation a:hover {
	color: #888;
}

#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: 0;
	right: 0;
	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: #000;
}

#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: #fff;
}

#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: #888;
}

#elementNavigation .tabs a:hover img {
	opacity: 1;
}

#smallElementTools {
	padding: 0 24px;
	display: none;
}

#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;
	font-size: 27px;
}

#smallElementTools .priceContainer {
	display: inline-block;
	vertical-align: middle;
	font-size: 27px;
}

#elementContainer #smallElementTools .purchaseBonus {
	display: block;
	vertical-align: middle;
	margin: 12px 0 0 0;
}

#smallElementTools .columnRowWrap {
	font-size: 0;
}

#smallElementTools .columnRow {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	box-sizing: border-box;
	padding-right: 6px;
}

#smallElementTools .columnRow:last-child {
	padding: 0 0 0 6px;
}

#smallElementTools .columnRow .fastBack {
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #d8d8d8;
}

#smallElementTools .columnRow .addCart {
	margin-top: 0;
}

#smallElementTools .columnRow .addCart {
	width: 100%;
	margin-bottom: 6px;
}

#smallElementTools .columnRow .fastBack {
	width: 100%;
	margin-bottom: 6px;
}

#smallElementTools .secondTool .row {
	display: inline-block;
	vertical-align: middle;
	margin-right: 24px;
}

#smallElementTools .smallElementToolsContainer .secondTool .row:last-child {
	margin-right: 0;
	margin-bottom: 12px;
}

#elementTools {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #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: 0;
	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  .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: 18px;
    width: 40px;
    padding: 0 2px;
    border: 0;
}

#catalogElement .qtyBlock  .qty {
    background-color: #e7e8ea;
    color: #000;
}

#catalogElement .qtyBlock  .qty.error {
	border: 1px solid #f00;
}

#catalogElement .qtyBlock .plus,
#catalogElement .qtyBlock .minus {
    vertical-align: middle;
    display: inline-block;
    height: 19px;
    width: 19px;
}

#catalogElement .qtyBlock .plus,
#catalogElement .qtyBlock .minus {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_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:active {
	background-position: -38px 0;
}

#catalogElement .qtyBlock label {
	padding-right: 12px;
}

#elementTools .secondTool .row:last-child {
	margin-bottom: 0;
}

#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: 'roboto_condensedlight';
    text-decoration: none;
    line-height: 21px;
    font-size: 15px;
    color: #717171;
}

#smallElementTools .label {
	vertical-align: middle;
	display: inline-block;
}

#smallElementTools .qtyBlock img {
	margin-top: 0;
}

#elementTools .label:hover,
#smallElementTools .label:hover {
	color: #000;
}

#elementTools .label:active,
#smallElementTools .label:active {
	position: relative;
	top: 1px;
}

#elementTools .article,
#smallElementTools .article {
	margin-bottom: 12px;
	font-size: 14px;
	color: #888;
}

#elementTools .price,
#smallElementTools .price {
	font-family: 'robotobold';
	text-decoration: none;
	margin-bottom: 12px;
	position: relative;
	font-size: 21px;
	display: block;
	color: #000;
}

#elementTools .price .discount,
#smallElementTools .price .discount {
	color: red;
}

#elementTools .price .oldPriceLabel,
#smallElementTools .price .oldPriceLabel {
	font-family: 'roboto_condensedlight';
	text-decoration: none;
	margin-bottom: 6px;
	margin-right: 12px;
	font-size: 14px;
	display: inline-block;
	color: #73b24e;
}

#elementTools .purchaseBonus {
	font-family: "roboto_condensedlight";
	margin-top: 6px;
	font-size: 14px;
	color: #888;
	display: block;
}

#elementTools .priceBlock,
#smallElementTools .priceBlock {
	display: block;
}

#elementTools .purchaseBonus span {
	display: inline-block;
	vertical-align: top;
	padding-right: 6px;
	font-family: "roboto_cnregular";
}

#smallElementTools .purchaseBonus {
	margin-top: 6px;
	font-family: "roboto_condensedlight";
	font-size: 14px;
	color: #888;
}

#smallElementTools .purchaseBonus span {
	display: inline-block;
	vertical-align: top;
	padding-right: 6px;
	font-family: "roboto_cnregular";
}

#elementTools .priceValue,
#smallElementTools .priceValue {
	border-bottom: 1px dashed #bbb;
	-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: #000;
}

#elementTools .priceValue:hover,
#smallElementTools .priceValue:hover {
	color: #333;
}

#elementTools .priceValue:active,
#smallElementTools .priceValue:active {
	position: relative;
	top: 1px;
}

#elementTools .priceIcon,
#smallElementTools .priceIcon {
	margin-right: 12px;
}

#elementTools .addCart,
#smallElementTools .addCart {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 60px;
	border-radius: 4px;
	color: #fff;
	height: 60px;
	font-size: 16px;
	text-align: center;
	display: block;
	text-decoration: none;
	margin-top: 16px;
	margin-bottom: 12px;
	width: 220px;
}

#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.added,
#smallElementTools .addCart.added {
	background: #2b2b2b;	
}

#elementTools .addCart.added:hover,
#smallElementTools .addCart.added:hover {
	background: #3b3b3b;
}

#elementTools .rating,
#elementContainer .mainContainer .rating,
#smallElementTools .rating {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: -4px;
	position: relative;
	overflow: hidden;
	height: 15px;
	width: 79px;
	z-index: 2;
}

#elementTools .rating i,
#elementContainer .mainContainer .rating i,
#smallElementTools .rating i {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_detail/images/rating.png) repeat 0 0 transparent;
	height: 15px;
	width: 79px;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}

#elementTools .rating i.m,
#elementContainer .mainContainer .rating i.m,
#smallElementTools .rating i.m {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_detail/images/rating.png) repeat 0 -14px transparent;
	width: 0;
	z-index: 10;
}

#elementTools .icon,
#smallElementTools .icon {
	vertical-align: middle;
	display: inline-block;
}

#elementTools .addCart .icon,
#smallElementTools .addCart .icon {
	padding-right: 12px;
	margin-top: -6px;
}

.ya-share-label {
	margin-bottom: 6px;
	margin-top: 30px;
	color: #717171;
}

#elementContainer {
	position: relative;
	width: 100%;
}

#elementContainer .mainContainer {
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

#elementContainer .description {
	margin: 12px 0;
	font-family: "roboto_ltregular";
}

#elementContainer .description .heading {
	margin-bottom: 6px;
	font-size: 16px;
}

#elementContainer .changeShortDescription {
	font-size: 13px;
	line-height: 16px;
}

#elementContainer .description .readMore {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin: 4px 0;
	display: block;
	color: #888;
}

#elementContainer .description .readMore:hover {
	color: #000;
}

#elementContainer .mainContainer .col {
	position: relative;
	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: 90%;
}

#elementContainer #moreImagesCarousel {
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	position: relative;
	padding-top: 24px;
	margin-top: 24px;
	overflow: hidden;
	opacity: 0;
}

#elementContainer #moreImagesCarousel.show {
	visibility: visible;
	opacity: 1;
}

#elementContainer #moreImagesCarousel.hide {
	display: none;
}

#elementContainer #moreImagesCarousel #moreImagesLeftButton,
#elementContainer #moreImagesCarousel #moreImagesRightButton {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_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 #000;
	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;
    max-height: 100%;
    max-width: 100%;
}

#elementContainer .mainContainer .markerContainer {
	position: absolute;
	z-index: 3;
	left: 24px;
	top: 12px;
}

#elementContainer .wishCompWrap {
	position: absolute;
	z-index: 2;
	right: 30px;
	top: 12px;
}

#elementContainer .wishCompWrap .elem {
	display: block;
	position: relative;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 8px;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	background: #fff;
	font-size: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#elementContainer .wishCompWrap .elem:before,
#elementContainer .wishCompWrap .elem:after {
	content: "";
	position: absolute;
	left: 9px;
	top: 9px;
	width: 16px;
	height: 16px;
	background: url("/local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_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: 0 0;
}

#elementContainer .wishCompWrap .addWishlist:after {
	background-position: -16px 0;
}

#elementContainer .wishCompWrap .addCompare:before {
	background-position: 0 -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: inline-block;
	vertical-align: middle;
}

#elementContainer .marker {
	font: normal normal 15px "roboto_ltregular" , arial , sans-serif;
	background-color: #424242;
	margin-bottom: 8px;
	color: #fff;
	padding: 5px 10px;
	line-height: 16px;
	z-index: 2;
	font-weight: 900;
}

#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;
	line-height: 18px;
	font-size: 13px;
	margin: 4px 0 4px 25px;
}

#elementContainer .bindAction .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: 'roboto_ltregular';
    font-size: 13px;
}

.reviewsBtnWrap .row:last-child {
	margin-right: 0;
}

.reviewsBtnWrap .row img {
	vertical-align: middle;
	padding-right: 6px;
	margin-top: -4px;
}

.reviewsBtnWrap .label {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    text-decoration: none;
    line-height: 21px;
    color: #717171;
}

.reviewsBtnWrap .labelDotted {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	color: #000;
	border-bottom: 1px dashed #b9b9b9;
}

.reviewsBtnWrap a.label:hover .labelDotted {
	border-color: #000;
}

.reviewsBtnWrap a.label:hover {
	color: #000;
}

.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;
	color: #888;
}

#elementContainer .headingBox .morePropertiesLink:hover {
	color: #000;
}

#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: #fff;
	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: #000;
}

#elementContainer .elementProperties .propertyTable .analog:hover {
	color: #888;
}

#elementContainer .elementProperties .propertyTable .propertyName:after {
    border-bottom: 1px dotted #ccc;
    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: #888;
}

#elementContainer .elementSkuPropertyList {
	overflow: hidden;
	list-style: none;
	margin: 0 -2px 0 -4px;
	padding: 0;
}

#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;
}

#elementContainer .elementSkuProperty .disabled {
	display: none;
}

#elementContainer .elementSkuPropertyLink {
	border: 1px solid #ddd;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
	padding: 6px 6px;
	display: block;
	color: #000;
}

#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: 0;
    float: none;
}

#catalogElement .skuDropdown {
	background-color: #fff;
    border: 1px solid #e7e8ea;
	position: relative;
	line-height: 13px;
	font-size: 13px;
	display: block;
	-webkit-user-select: none; 
	-moz-user-select: none;     
	-ms-user-select: none; 
	border-radius: 2px;
	width: 264px;
	margin-top: 4px;
}

#catalogElement .skuCheckedItem {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_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: #fff;
    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: 0;
}

#catalogElement .skuDropdownList .selected {
	font-family: "robotomedium";
	background-color: #f9f9f9;
	cursor: pointer;
	color: #fff;
	opacity: 0.8;
}

#catalogElement .skuDropdownList .elementSkuPropertyValue:hover {
	background-color: #f9f9f9;
	cursor: pointer;
	color: #fff;
	opacity: 0.8;
}

#catalogElement .skuDropdownList .skuPropertyItemLink {
	padding: 12px 8px !important;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
	font-size: 13px;
	color: #000;
	display: block;
	border: 0;
}

#catalogElement .skuDropdownList .skuDropdownListItem.selected .skuPropertyItemLink {
	border: 0;
}

#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;
	overflow: hidden;
	padding: 0 24px 24px 24px;
	font-size: 14px;
	clear: both;
}

#elementContainer #detailText .heading {
	border-top: 1px solid #e7e8ea;
    font-family: 'robotobold';
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 36px 0;
    font-weight: 800;
    font-size: 20px;
}

#elementContainer #detailText img {
	max-width: 100%;
}

#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 {
	position: relative;
	text-align: center;
	opacity: 0.6;
	float: left;
}

#morePhotoSlider .morePhotos .photoItem.selected {
	padding-bottom: 24px;
	opacity: 1;
}

#morePhotoSlider .morePhotos .photoItem.selected:after {
	transform: translateX(-50%);
	border-bottom: 2px solid #000;
	position: absolute;
	display: block;
	content: "";
	width: 30%;
	left: 50%;
	bottom : 0;
}

#morePhotoSlider .morePhotos .photoItem a {
	display: inline-block;
	line-height: 100px;
	height: 100px;
}

#morePhotoSlider .morePhotos .photoItem img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

#elementContainer .zoom {
	cursor: zoom-in;
}

#related, 
#similar {
	margin-top: 24px;
}

#related .heading, 
#similar .heading {
	border-top: 1px solid #e7e8ea;
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
}

#catalogElement .productList {
	border-left: 0;
}

#catalogElement .product {
	width: 25%;
}

#giftContainer {
	padding-bottom: 24px;
    margin-top: 24px; 
}

#giftContainer .heading {
	border-top: 1px solid #e7e8ea;
    font-family: 'robotobold';
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 36px 24px;
    font-weight: 800;
    font-size: 20px;
    display: block;
}

#elementProperties {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
	overflow: auto;
}

#elementProperties .heading {
	border-top: 1px solid #efefef;
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 0 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: #000;
}

#elementProperties .stats {
	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: #000;
}

#elementProperties .stats a:active {
	position: relative;
	top: 1px;
}

#elementProperties .stats td {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#elementProperties .stats .question {
	background: url("/local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_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("/local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_detail/images/questions.png") -19px 0 transparent;
}

#elementProperties .stats .question:active {
	background: url("/local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_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: #000;
	padding: 12px 0;
}

#elementProperties .stats td {
	padding: 6px 0;
}

#elementProperties .stats .name {
	text-overflow: ellipsis;
	overflow: hidden;
	width: 40%;
}

#elementProperties .stats .name span {
	padding: 0 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: #000;
	border-bottom-color: #000;
}

#elementProperties .stats .analog:active {
	position: relative;
	top: 1px;
}

#elementProperties .stats .right {
	text-align: right;
	padding-right: 10%;
}

#catalogElement .bx_pagination_bottom {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#files {
	margin-top: 24px;
}

#files .wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#files .heading {
	border-top: 1px solid #efefef;
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#files .items {
	overflow: hidden;
}

#files .item {
	margin-bottom: 24px;
	overflow: hidden;
	height: 65px;
	float: left;
	width: 25%;
}

#files .item .tb {
	table-layout: fixed;
	display: table;
	width: 100%;
}

#files .item .tbr {
	display: table-row;
}

#files .item .icon {
	vertical-align: middle;
	display: table-cell;
	width: 20%;
}

#files .item .icon a {
	display: block;
}

#files .item .icon img {
	vertical-align: middle;
	max-width: 100%;
}

#files .item .info {
	vertical-align: middle;
	display: table-cell;
	padding-right: 18px;
	width: 50%;
}

#files .item .info .name {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
	display: block;
	color: #000;
	height: 25px;
}

#files .item .info .name span {
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

#files .item small {
	display: block;
}

#video {
	margin-top: 12px;
}

#video .wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#video .heading {
	border-top: 1px solid #efefef;
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#video .items {
	overflow: hidden;
	margin: 0 -12px;
}

#video .items.sz1 {
	margin: 0;
}

#video .item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 33.33333%;
	padding: 0 12px 24px 12px;
}

#video .item iframe {
	height: 200px;
	width: 100%;
}

#video .items.sz1 .item {
	padding: 0;
	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: 0;
	overflow: visible;
	position: fixed;
	top: 0;
	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: #fff;
	margin-left: -150px;
	margin-top: -130px;
	position: relative;
	overflow: hidden;
	color: #000;
	width: 300px;
	z-index: 999;
	left: 50%;
	top: 50%;
}

#elementErrorContainer span.heading {
	background-color: #424242;
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#elementErrorContainer p {
	text-align: center;
	color: #000;
	padding: 12px;
}

#elementErrorContainer #elementErrorClose {
	background: url("/local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_detail/images/exit.png") 0 0 no-repeat transparent;
	margin-bottom: 24px;
	position: absolute;
	display: block;
	height: 21px;
	right: 24px;
	width: 21px;
	top: 16px;
}

#elementErrorContainer #elementErrorClose:hover {
	background: url("/local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_detail/images/exit.png") 0 -21px no-repeat transparent;
}

#elementErrorContainer #elementErrorClose:active {
	background: url("/local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_detail/images/exit.png") 0 -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: #ccc;
	background: #424242;
	width: 140px;
	text-decoration: none;
	margin: 0 auto 12px;
}

#elementErrorContainer .close:hover {
	background: #2b2b2b;
}

#elementErrorContainer .close:active {
	position: relative;
	top: 1px;
}

#catalogElement #hint {
	position: absolute;
	border: 1px solid #bdbdbd;
	background: #fff;
	width: 300px;
	box-shadow: 1px 1px 12px #dbdbdb;
	padding: 12px;
}

#catalogElement #hint span {
	font-size: 14px;
	line-height: 31px;
	font-weight: 600;
	display: block;
}

#catalogElement #hint ins {
	background: url("/local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_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: 0 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: 'robotomedium';
    text-transform: uppercase;
    padding: 36px 24px;
    font-weight: 800;
    font-size: 20px;
    display: block;
}

#skuOffersTable .offersTable {
	width: 100%;
}

#skuOffersTable .tb {
	transition: all 0.2s ease-in-out;
	width: 100%;
}

#skuOffersTable .tableElem .tb:hover {
	background-color: #fdfdfd;
}

#skuOffersTable .tc {
	box-sizing: border-box;
	text-align: center;
	padding: 8px 6px;
}

#skuOffersTable .thead {
	border-radius: 4px;
	background: #f1f1f1;
}

#skuOffersTable .thead .tc {
	padding: 12px 6px;
}

#skuOffersTable .tableElem {
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	margin-top: 8px;
}

#skuOffersTable .offersTable th,
#skuOffersTable .offersTable td {
	text-align: center;
}

#skuOffersTable .offersTable th{
	background-color: #f1f1f1;
	padding: 12px 0;
	font-weight: 400;
	font-size: 14px;
	color: #000;
}

#skuOffersTable .offersTable td {
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
	padding-bottom: 8px;
	padding-top: 8px;
}

#skuOffersTable .offersTable th {
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
}

#skuOffersTable .offersTable th:first-child,
#skuOffersTable .offersTable td:first-child {
	border-left: 1px solid #f3f3f3;
}

#skuOffersTable .offersTable th:last-child,
#skuOffersTable .offersTable td:last-child {
	border-right: 1px solid #f3f3f3;
}

#skuOffersTable .offersTable .offersName {
	text-align: left;
	width: 220px;
}

#skuOffersTable .offersTable .offersName + td {
	padding-left: 12px;
}

#skuOffersTable .offersTable .offersPicture {
	width: 96px;
}

#skuOffersTable .offersTable .offersPicture img {
	vertical-align: middle;
	max-height: 54px;
	max-width: 42px;
	height: auto;
	width: auto;
}

#skuOffersTable .offersTable .priceWrap {
	width: 184px;
}

#skuOffersTable .offersTable .quantity img {
    vertical-align: middle;
    display: inline-block;
    padding-right: 6px;
    margin-top: -4px;
}

#skuOffersTable .offersTable .price {
	font-family: "robotomedium";
	position: relative;
	font-size: 16px;
}

#skuOffersTable .offersTable .quanBaskWrap {
	width: 250px;
	padding: 0;
}

#skuOffersTable .offersTable .quanBaskWrap .tc {
	width: 50%;
}

#skuOffersTable .offersTable .basket {
	padding-right: 12px;
}

#skuOffersTable .offersTable .price .priceIcon {
	margin-right: 6px;
}

#skuOffersTable .offersTable .price .lnk {
	border-bottom: 1px dashed #000;
	transition: all 0.2s ease-in-out;
	padding-bottom: 2px;
}

#skuOffersTable .offersTable .price:hover .lnk {
	border-color: #888;
}

#skuOffersTable .offersTable .property {
	font-size: 14px;
}

#skuOffersTable .offersTable .discount {
	font-family: 'roboto_ltregular';
	position: absolute;
	font-size: 13px;
	color: #888;
	display: block;
	right: -12px;
	top: -16px;
}

#skuOffersTable .offersTable .basket .addCart {
	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: #fff;
	height: 30px;
}

#skuOffersTable .offersTable .basket .addCart.requestPrice {
	margin-top: 0;
}

#skuOffersTable .offersTable .basket .addCart:active {
	position: relative;
	top: 1px;
}

#skuOffersTable .offersTable .basket .addCart img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 12px;
	margin-top: -4px;
}

#skuOffersTable .outOfStock {
	color: #888;
}

#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: 'robotobold';
	text-transform: uppercase;
	padding: 24px 0 12px 0;
	letter-spacing: 1px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#complect .complectList {
	overflow: hidden;
	margin: 0 -12px;
}

#complect .complectListItem {
	position: relative;
	height: 355px;
	float: left;
	width: 25%;
}

#complect .complectListItemWrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px;
}

#complect .complectListItemPicture img {
	-webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
    max-height: 90%;
    max-width: 90%;
}

#complect .complectListItemPicture:hover img {
	opacity: 0.8;
}

#complect .complectListItemPicLink {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
    text-align: center;
    height: 240px;
    line-height: 240px;
}

#complect .complectListItemLink {
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    text-decoration: none;
    margin-bottom: 12px;
    line-height: 44px;
    overflow: hidden;
    font-size: 14px;
    display: block;
    height: 44px;
}

#complect .complectListItemLink .middle {
    display: inline-block;
    vertical-align: top;
    line-height: 21px;
}

#complect .complectListItemPrice {
	font-family: 'robotobold';
	font-size: 18px;
	display: block;
	text-decoration: none;
	margin-bottom: 12px;
}

#complect .complectListItemPrice .measure {
	font-size: 16px;
}

#complect .complectListItemPrice .discount {
	font-family: 'roboto_ltregular';
	padding-left: 4px;
	font-size: 14px;
}

#complect .complectResult {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e8e8e8;
	background-color: #fdfdfd;
	padding-right: 24px;
	padding-left: 24px;
	line-height: 60px;
	overflow: hidden;
	height: 60px;
}

#complect .complectPriceResult {
	font-family: 'robotobold';
	display: inline-block;
	margin-left: 12px;
	font-size: 18px;
}

#complect .complectResult .discount {
	font-family: 'roboto_ltregular';
	margin-left: 12px;
	font-size: 14px;
	color: #888;
}

#complect .complectResultEconomy {
	border-left: 1px solid #e8e8e8;
	padding-left: 24px;
	float: right;
}

#complect .complectResultEconomyValue {
	font-family: 'robotobold';
	margin-left: 12px;
	font-size: 16px;
}

#complect .complectListItem:after {
	font-family: 'roboto_thregular';
	transform: translateY(-50%);
	position: absolute;
	font-size: 48px;
	display: block;
	color: #888;
	content: "+";
	right: -12px;
	top: 50%;
}

#complect .complectListItem:last-child:after,
#complect .complectListItem:nth-child(4n):after {
	display: none;
}

#zoomer {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.7);
}

#zoomer.opened {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

#zoomer #zoomerExitLink {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_detail/images/exitBig.png) 0 0  no-repeat transparent;
	height: 50px;
	opacity: 0.5;
	width: 50px;
}

#zoomer #zoomerExitLink:hover {
	opacity: 0.8;
}

#zoomer #zoomerExitLink:active {
	height: 48px;
	opacity: 1;
	top: 25px;
}

#zoomerMoreImagesContainerWrapper .item {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#zoomerMoreImagesContainerWrapper .item:hover {
	opacity: 0.9 !important;
}

#zoomerMoreImagesContainerWrapper .selected {
	opacity: 1 !important;
}

#zoomerBigPrevMore,
#zoomerBigNextMore {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_detail/images/carouselArrowsBig.png) 0 0 no-repeat transparent;
	opacity: 0.5;	
}

#zoomerBigNextMore {
	background-position: -57px 0;
}

#zoomerNextMore,
#zoomerPrevMore {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_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: #fff;
	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 0;
	line-height: 14px;
	height: 42px;
	width: 48px;
}

.smallSpecialTime .specialTimeItem:first-child {
	margin-left: 0;
}

.smallSpecialTime .specialTimeItemValue {
	font-family: 'robotomedium';
	font-size: 14px;
}

.smallSpecialTime .specialTimeItemlabel {
	font-family: "roboto_ltregular";
	font-size: 12px;
}

.detail-text-wrap {
	box-sizing: border-box;
    margin-top: 12px;
    padding: 0 24px 24px;
    border-top: 1px solid #ededed;
}

.detail-text-wrap .heading {
	font-family: "robotomedium";
	padding: 30px 0 0;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: 400;
	color: #000;
	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: "robotomedium";
	font-size: 20px;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: 400;
	color: #000;
	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: #000;
}

.new-list-items .name {
	display: block;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 18px;
	max-height: 18px;
	overflow: hidden;
	text-decoration: none;
	color: #000;
}

.new-list-items .name:active {
	position: relative;
	top: 1px;
}

.new-list-items .price {
	position: relative;
	display: inline-block;
	padding-right: 18px;
	font-size: 18px;
	font-family: "robotobold", serif;
}

.new-list-items .old-price {
	position: absolute;
	right: 0;
	top: -12px;
	line-height: 15px;
	font-family: "roboto_ltregular", serif;
	font-size: 13px;
	color: #888;
}

.new-list-items .active-link {
	display: inline-block;
	font-family: "roboto_ltregular", serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#elementTools .price .measure {
	font-size: 27px;
}

.discpercent .active, .mainTool .price .economy, .mainTool2 .economy {
	color: #0e974f;
}

s.discount {
	color: #ed1c24;
	font-size: 18px;
}

.priceContainer {
	font-size: 1.2rem;
}

.priceContainer .priceVal, .mainTool2 .economy, .mainTool .price .economy, .discpercent .active span {
	font-weight: 500!important;
}

.discpercent :not(.active) .discpercent-price__span-price {
	font-size: 18px;
}

#catalogElement .mainTool {
	margin-top: 12px;
}

.priceContainer .priceVal {
	font-size: 22px;
}

.specification {
	border: 1px solid;
}

.specification td, .specification th {
	border:  1px solid;
	padding: 10px;
}

.pv-product__assideCode .cardp {
	color: #0e974f;
	width: 100%;
	padding: 10px 0;
	margin-top: 10px;
	border-bottom: 1px solid #0e974f;
	display: flex;
	font-weight: 500;
	line-height: 1;
	background-image: url(https://new.vinyl4you.ru/images/u-user.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: left;
}
.pv-product__assideNewPrice del.discountPrice {
	color: #888;
	text-decoration: line-through;
	text-decoration-color: #ed1c24;
	display: block;
	margin: 1rem 0;
	font-size: 18px;
	font-weight: 600;
}

.pv-product__non-title {
	font-size: 16px;
	border: 1px solid #000;
	padding: 5px;
	margin-bottom: 24px;
}

div#nav-productInfo img {
	max-width: 100%;
}

.pv-product h1.pv-product__title {
	font-size: 22px;
}

.pv-product .icon_price {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_detail/images/icon_question-1.png) no-repeat center;
	display: inline-block;
	height: 20px;
	width: 20px;
	position: relative;
	cursor: pointer;
	top: 3px;
}

.pv-product .tooltip-warning {
	background: url(/local/templates/dresscodeV2/images/pv-images/icon_info-d.svg) no-repeat center;
	display: inline-block;
	height: 17px;
	width: 17px;
	position: relative;
	cursor: pointer;
	top: 3px;
}

#catalogElement .pv-product__asside_wrap .pv-product__assideBay.pv-product__assideBay_whatsapp {
	color: #2cb742;
	border: 1px solid #2cb742;
}

.pv-product .pv-product__data .pv-product__asside .pv-product__asside_wrap .pv-product__asside_header .pv-product__assideCart.pv-product__assideCart_buy {
	font-size: 14px;
	width: 100%;
}

.pv-product .pv-product__asside_header .pv-product__assideTitle a {
	font-size: 14px;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	padding: 4px 5px;
}
.pv-product .pv-product__asside_header .pv-product__assideTitle a:hover {
	border-bottom: 2px solid #099650;
}

.pv-product .pv-product__asside_header .pv-product__assideTitle a.active {
	font-size: 18px;
	border-bottom: 2px solid #099650;
	padding: 3px 5px;
}

.pv-product #catalogElement.pv-product__data .pv-product__union-goods-title {
	font-weight: 400;
}

.pv-product .pv-product__union-goods {
	margin: 10px 0 15px 0;
	display: flex;
	flex-wrap: wrap;
}

.pv-product .pv-product__union-goods a.active {
	border-bottom: 3px solid #099650;
}

.pv-product .pv-product__union-goods a:hover {
	text-decoration: none;
}

.pv-product .pv-product__union-goods a {
	margin: 0 4px 4px 0;
}

.pv-product .pv-product__union-goods img {
	width: 47px;
	height: 47px;
}

@media screen and (max-width: 500px) {
	.pv-product .pv-product__union-goods img {
		width: 60px;
		height: 60px;
	}
}

/*11.11*/
/*
.discpercent .copy-active:not(.active) {
	color: #0e974f!important;
	font-size: 18px;
}

#main .pv-product__assideCode .pv-product__price {
	background-color: #0e974f;
	padding: 6px;
	margin-left: 0;
	font-size: 25px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
}

.discpercent .copy-active:not(.active) span {
	font-weight: 500 !important;
}*/

/* End */


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

/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/news.list/fotoClientSlide/style.css?174774952516905*/
.shop-reviews-list {
  overflow: hidden;
  margin-top: 24px;
}

.shop-reviews-list-item {
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.shop-reviews-list-item:first-child {
  border-top: 1px solid #f1f1f1;
}

.shop-review-item-table {
  border-collapse: collapse;
  table-layout: fixed;
  display: table;
  width: 100%;
}

.shop-review-item-cell {
  vertical-align: middle;
  display: table-cell;
  padding: 24px 0;
}

.shop-reviews-text {
  margin-top: 24px;
  color: #333;
}

.shop-reviews-container {
  padding-bottom: 1px;
  overflow: hidden;
}

.shop-reviews-container-left {
  width: 300px;
  float: left;
}

.shop-reviews-container-right {
  display: block;
}

.shop-review-top-new-button {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: 1px solid #ff9601;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  padding: 0 48px;
  line-height: 55px;
  color: #ff9601;
  height: 55px;
}

.shop-review-top-new-button:hover {
  border: 1px solid #ff7300;
  color: #ff7300;
}

.shop-review-top-new-button:active {
  position: relative;
  top: 1px;
}

.shop-reviews-heading {
  font-family: "robotoMedium";
  margin-bottom: 12px;
  font-size: 18px;
}

.shop-reviews-rating-count,
.shop-reviews-top-rating {
  vertical-align: middle;
  display: inline-block;
}

.shop-reviews-rating-count {
  margin-right: 12px;
}

.shop-review-item-col-autor {
  padding-right: 24px;
  text-align: center;
  width: 340px;
}

.shop-review-item-col-text {
  padding-right: 24px;
}

.shop-review-item-date {
  margin-bottom: 12px;
  color: #878787;
}

.shop-review-item-rating {
  margin-bottom: 24px;
}

.shop-review-item-author {
  margin-bottom: 6px;
}

.shop-review-item-utile-heading {
  margin-bottom: 12px;
}

.shop-review-item-utile-bad {
  border: 1px solid #c41a46;
  text-decoration: none;
  margin-left: 6px;
  color: #c41a46;
}

.shop-review-item-utile-good {
  border: 1px solid #108f28;
  text-decoration: none;
  margin-right: 6px;
  color: #108f28;
}

.shop-review-item-utile-bad,
.shop-review-item-utile-good {
  -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;
  border-radius: 2px;
  line-height: 35px;
  padding: 0 12px;
  height: 35px;
}

.shop-review-item-utile-bad:hover,
.shop-review-item-utile-good:hover {
  opacity: 0.7;
}

.shop-review-item-utile-bad:active,
.shop-review-item-utile-good:active {
  position: relative;
  top: 1px;
}

.shop-reviews-rating {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-top: -4px;
  height: 15px;
  width: 79px;
  z-index: 2;
}

.shop-reviews-rating i {
  background: url(/local/templates/dresscodeV2/components/bitrix/news.list/fotoClientSlide/images/rating.png) repeat 0 0 transparent;
  position: absolute;
  display: block;
  height: 15px;
  width: 79px;
  left: 0;
  top: 0;
}

.shop-reviews-rating i.m {
  background: url(/local/templates/dresscodeV2/components/bitrix/news.list/fotoClientSlide/images/rating.png) repeat 0 -14px transparent;
  z-index: 10;
  width: 0;
}

.shop-review-item-text {
  line-height: 26px;
  color: #111;
}

.shop-review-item-answer {
  margin-top: 24px;
}

.shop-review-item-answer-link {
  -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: "robotoMedium";
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #000;
}

.shop-review-item-answer-link:after {
  -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 #000;
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  bottom: 0;
  width: 100%;
}

.shop-review-item-answer-text {
  margin-top: 12px;
  color: #555;
}

.shop-review-form-container {
  border: 1px solid #f3f3f3;
  margin-top: 24px;
  padding: 30px;
}

.shop-review-form-heading {
  font-family: "robotobold";
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: 1px;
  font-weight: 800;
  font-size: 20px;
}

.shop-review-form-in {
  margin-bottom: 24px;
  overflow: hidden;
}

.shop-review-form-in-left,
.shop-review-form-in-right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
}

.shop-review-form-in-left {
  padding-right: 12px;
}

.shop-review-form-in-right {
  padding-left: 12px;
}

.shop-review-form label {
  margin-bottom: 12px;
  display: block;
}

.shop-review-form input,
.shop-review-form select,
.shop-review-form textarea {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #f9f9f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "roboto_ltregular";
  border: 1px solid #e7e8ea;
  border-radius: 2px;
  font-size: 14px;
  padding: 0 12px;
  color: #000;
  outline: none;
  width: 100%;
}

.shop-review-form input,
.shop-review-form select {
  height: 50px;
}

.shop-review-form textarea {
  background-color: #f5f5f5;
  border: 1px solid #e7e8ea;
  padding-top: 12px;
  height: 170px;
  resize: none;
}

.shop-review-form input:focus,
.shop-review-form select:focus {
  background-color: #f5f5f5;
  border: 1px solid #e7e8ea;
}

.shop-review-form textarea:focus {
  background-color: #f1f1f1;
  border: 1px solid #eee;
}

.shop-review-form input.error,
.shop-review-form select.error,
.shop-review-form textarea.error {
  border: 1px solid #f00;
}
.file-drop-area.error {border: 2px dashed rgb(237, 28, 36);}

.shop-review-form-submit-container {
  position: relative;
  text-align: center;
  margin-top: 24px;
}

.shop-review-form .shop-review-form-submit {
  -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;
  text-align: center;
  cursor: pointer;
  color: #fff;
  width: 225px;
  height: 55px;
  -webkit-appearance: none;
}

.shop-review-form .shop-review-form-submit:active {
  position: relative;
  top: 1px;
}

.shop-review-message-window {
  background-color: rgba(0, 0, 0, 0.298);
  position: fixed;
  overflow: auto;
  display: none;
  z-index: 998;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.shop-review-message-window.visible {
  display: block;
}

.shop-review-message-window-cn {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  position: relative;
  overflow: hidden;
  color: #000;
  width: 300px;
  z-index: 999;
  left: 50%;
  top: 50%;
}

.shop-review-message-window-heading {
  background-color: #424242;
  position: relative;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #eee;
  display: block;
  height: 50px;
  margin: 0;
  padding: 0;
}

.shop-review-message-window-close {
  position: absolute;
  display: block;
  height: 21px;
  width: 21px;
  right: 24px;
  top: 16px;
}

.shop-review-message-window-close {
  background: url(/local/templates/dresscodeV2/components/bitrix/news.list/fotoClientSlide/images/exit.png) 0 0 no-repeat transparent;
}

.shop-review-message-window-close:hover {
  background-position: 0 -21px;
}

.shop-review-message-window-close:active {
  background-position: 0 -42px;
}

.shop-review-message-window-message {
  text-align: center;
  color: #333;
  padding: 24px;
}

.shop-review-message-exit-cn {
  text-align: center;
}

.shop-review-message-window-exit {
  -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;
  background: #424242;
  margin-bottom: 24px;
  text-align: center;
  line-height: 35px;
  padding: 0 24px;
  color: #fff;
  height: 35px;
}

.shop-review-message-window-exit:hover {
  background: #2b2b2b;
}

.shop-review-message-window-exit:active {
  position: relative;
  top: 1px;
}

.shop-review-form-submit.loading {
  pointer-events: none;
  opacity: 0.5;
}

.shop-review-form-submit.loading + #shop-review-form-submit-fast-loader {
  display: block;
  opacity: 1;
}

#shop-review-form-submit-fast-loader {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  margin-left: -24px;
  display: none;
  height: 48px;
  width: 48px;
  opacity: 0;
  left: 50%;
  top: 0;
}

.f_circleG2 {
  position: absolute;
  background-color: rgb(255, 255, 255);
  height: 9px;
  width: 9px;
  display: block;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  animation-name: f_fadeG2;
  -o-animation-name: f_fadeG2;
  -ms-animation-name: f_fadeG2;
  -webkit-animation-name: f_fadeG2;
  -moz-animation-name: f_fadeG2;
  animation-duration: 0.522s;
  -o-animation-duration: 0.522s;
  -ms-animation-duration: 0.522s;
  -webkit-animation-duration: 0.522s;
  -moz-animation-duration: 0.522s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

#frotateG2_01 {
  left: 0;
  top: 19px;
  animation-delay: 0.1995s;
  -o-animation-delay: 0.1995s;
  -ms-animation-delay: 0.1995s;
  -webkit-animation-delay: 0.1995s;
  -moz-animation-delay: 0.1995s;
}

#frotateG2_02 {
  left: 6px;
  top: 6px;
  animation-delay: 0.256s;
  -o-animation-delay: 0.256s;
  -ms-animation-delay: 0.256s;
  -webkit-animation-delay: 0.256s;
  -moz-animation-delay: 0.256s;
}

#frotateG2_03 {
  left: 19px;
  top: 0;
  animation-delay: 0.3225s;
  -o-animation-delay: 0.3225s;
  -ms-animation-delay: 0.3225s;
  -webkit-animation-delay: 0.3225s;
  -moz-animation-delay: 0.3225s;
}

#frotateG2_04 {
  right: 6px;
  top: 6px;
  animation-delay: 0.389s;
  -o-animation-delay: 0.389s;
  -ms-animation-delay: 0.389s;
  -webkit-animation-delay: 0.389s;
  -moz-animation-delay: 0.389s;
}

#frotateG2_05 {
  right: 0;
  top: 19px;
  animation-delay: 0.4555s;
  -o-animation-delay: 0.4555s;
  -ms-animation-delay: 0.4555s;
  -webkit-animation-delay: 0.4555s;
  -moz-animation-delay: 0.4555s;
}

#frotateG2_06 {
  right: 6px;
  bottom: 6px;
  animation-delay: 0.522s;
  -o-animation-delay: 0.522s;
  -ms-animation-delay: 0.522s;
  -webkit-animation-delay: 0.522s;
  -moz-animation-delay: 0.522s;
}

#frotateG2_07 {
  left: 19px;
  bottom: 0;
  animation-delay: 0.5885s;
  -o-animation-delay: 0.5885s;
  -ms-animation-delay: 0.5885s;
  -webkit-animation-delay: 0.5885s;
  -moz-animation-delay: 0.5885s;
}

#frotateG2_08 {
  left: 6px;
  bottom: 6px;
  animation-delay: 0.645s;
  -o-animation-delay: 0.645s;
  -ms-animation-delay: 0.645s;
  -webkit-animation-delay: 0.645s;
  -moz-animation-delay: 0.645s;
}

.image__wrapper.slider.slick-initialized .minimized {
  max-width: unset;
}

.image__wrapper.slider.slick-initialized {
  width: calc(100% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 15px;
}

@keyframes f_fadeG2 {
  0% {
    background-color: rgb(0, 0, 0);
  }

  100% {
    background-color: rgb(255, 255, 255);
  }
}

@-o-keyframes f_fadeG2 {
  0% {
    background-color: rgb(0, 0, 0);
  }

  100% {
    background-color: rgb(255, 255, 255);
  }
}

@-ms-keyframes f_fadeG2 {
  0% {
    background-color: rgb(0, 0, 0);
  }

  100% {
    background-color: rgb(255, 255, 255);
  }
}

@-webkit-keyframes f_fadeG2 {
  0% {
    background-color: rgb(0, 0, 0);
  }

  100% {
    background-color: rgb(255, 255, 255);
  }
}

@-moz-keyframes f_fadeG2 {
  0% {
    background-color: rgb(0, 0, 0);
  }

  100% {
    background-color: rgb(255, 255, 255);
  }
}

@media all and (max-width: 1600px) {
  .shop-review-item-col-autor {
    width: 250px;
  }
}

@media all and (max-width: 1366px) {
  .shop-review-item-col-autor {
    width: 200px;
  }
  .shop-review-form textarea {
    height: 150px;
  }
}

@media all and (max-width: 600px) {
  .shop-reviews-list-item {
    border-right: 0;
    border-left: 0;
    border-top: 0;
  }
  .shop-review-item-cell {
    display: block;
    width: 100%;
  }
  .shop-review-item-utile {
    display: none;
  }
  .shop-review-item-rating {
    margin-bottom: 0;
  }
  .shop-review-item-col-autor {
    padding: 12px 0;
    text-align: left;
  }
  .shop-review-item-text,
  .shop-review-item-answer {
    padding: 0;
  }
  .shop-review-item-col-text {
    padding-top: 0;
    padding-bottom: 12px;
  }

  .shop-review-form-in-left,
  .shop-review-form-in-right {
    width: 100%;
    float: none;
  }

  .shop-review-form-in-left {
    padding-right: 0;
  }

  .shop-review-form-in-right {
    padding-left: 0;
    margin-top: 24px;
  }
}

@media all and (max-width: 550px) {
  .shop-review-top-new-button {
    margin-top: 24px;
    float: none;
  }
  .shop-reviews-container-left {
    float: none;
  }
}

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 170px;
    padding: 25px;
    border: 2px dashed rgb(231, 232, 234);
    border-radius: 3px;
    transition: 0.2s;
    box-sizing: border-box;
    justify-content: center;
}

.file-drop-area.is-active {
  background-color: rgba(255, 255, 255, 0.05);
}

.fake-btn {
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.file-msg {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  overflow: hidden;
}

.file-drop-area .file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.file-input:focus {
  outline: none;
}

.deleteit {
  position: relative;
  z-index: 10;
}

.image_upload_item {
  width: calc(25% - 12px);
  min-width: 100px;
  height: 100px;
  display: inline-block;
  border: 1px solid #e6e6e6;
  margin: 5px;
}

.image_upload_item .thisimage {
  width: 100%;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.image_upload_item span {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 10px;
  line-height: 20px;
  overflow: hidden;
}

.slick-slide.slider_image {
  display: inline-block;
  height: 150px;
  width: 100%;
  border: 2px solid white;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#progressbar {
  display: none;
  margin: -10px auto 15px auto;
  width: 100%;
  -webkit-appearance: none;
}

#progressbar::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

#progressbar::-webkit-progress-value {
  background-image:
	   -webkit-linear-gradient(-45deg, 
	                           transparent 33%, rgba(0, 0, 0, .1) 33%, 
	                           rgba(0,0, 0, .1) 66%, transparent 66%),
	   -webkit-linear-gradient(top, 
	                           rgba(255, 255, 255, .25), 
	                           rgba(0, 0, 0, .25)),
	   -webkit-linear-gradient(left, #09c, #f44);

    border-radius: 2px; 
    background-size: 35px 20px, 100% 100%, 100% 100%;
}

@media screen and (max-width: 767px){
  .file-drop-area {
    padding: 3px;
  }
}
/* End */


/* Start:/local/templates/dresscodeV2/js/slick.css?15070169681776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/dresscodeV2/js/slick-theme.css?17230985273169*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/dresscodeV2/js/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/dresscodeV2/js/./fonts/slick.eot');
    src: url('/local/templates/dresscodeV2/js/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/dresscodeV2/js/./fonts/slick.woff') format('woff'), url('/local/templates/dresscodeV2/js/./fonts/slick.ttf') format('truetype'), url('/local/templates/dresscodeV2/js/./fonts/slick.svg#slick') format('svg');
    font-display: swap;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/news.list/instructions/style.css?16479650836643*/
:root {
    --main-color: #EB3A24FF;
    --second-color: #489456;
    --instructions-media-title-size: 24px;
    --instructions-media-title-weight: 400;
    --instructions-media-title-family: "Rubik", sans-serif;
    --instructions-media-title-color: #121010;
    --instructions-media-wrapp-cols: repeat(3, 1fr);
    --instructions-max-width: 877px;
    --instructions-media-title-margin: 0 0 25px 0;
    --instructions-recommendations-margin: 30px 0 60px 0;
    --instructions-recommendations-links-flex-direction: row;
    --instructions-recommendations-links-align-items: center;
    --instructions-recommendations-links-margin: 0 10px 10px 0;
    --instructions-recommendations-title-size: 24px;
    --instructions-recommendations-title-color: #1d1d1d;
    --instructions-recommendations-title-weight: 400;
    --instructions-recommendations-title-margin: 0px 0 15px 0;
    --instructions-recommendations-title-family: "Trebuchet MS", Tahoma;
    --instructions-recommendations-links-padding: 17px 30px;
    --instructions-recommendations-links-font-size: 16px;
    --instructions-recommendations-links-font-color: 2d2c31;
    --instructions-recommendations-links-font-weight: 700;
    --instructions-recommendations-links-max-width: 340px;
    --instructions-recommendations-icon-width: 32px;
    --instructions-recommendations-icon-height: var(--instructions-recommendations-icon-width);
    --instructions-recommendations-media-wrapp-cols: repeat(2, 1fr);
    --instructions-recommendations-links-border: 1px solid var(--second-color);
    --fancybox-accent-color: var(--main-color);
    --accordion-title-font-size: 16px;
}
@media screen and ( max-width: 1200px ) {
    :root {
        --instructions-max-width: 1200px;
    }
}

@media screen and ( max-width: 768px ) {
    :root {
        --instructions-media-title-size: 28px;
    }
}

@media screen and ( max-width:  612px ) {
    :root {
        --instructions-media-title-size: 24px;
    }
}

@media screen and ( max-width: 414px ) {
    :root {
        --instructions-media-title-size: 20px;
    }
}

.instructions {
    max-width: var(--instructions-max-width);
    margin-top: 50px;
}

.instructions-media {
    list-style: none;
    margin: 0;
    padding: 0;
}

.instructions-media__wrapp {
    display: grid;
    margin-top: 0;
    grid-gap: 20px;
    grid-template-columns: var(--instructions-media-wrapp-cols);
}

.instructions-media__title {
    color: var(--instructions-media-title-color);
    font-family: var(--instructions-media-title-family);
    font-size: var(--instructions-media-title-size);
    margin: var(--instructions-media-title-margin);
}

.instructions-media__element {
    position: relative;
    transition: 0.2s;
}

.instructions-media__element:hover {
    transform: scale(1.03);
}

.instructions-media__element .play-icon {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
}

.instructions-media__element:hover .play-icon::after {
    border-left: 30px solid var(--main-color);
}

.instructions-media__element .play-icon::before {
    position: absolute;
    content: "";
    display: block;
    border-radius: 50%;
    background: #fff;
    width: 70px;
    height: 70px;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    opacity: 0.6;
}

.instructions-media__element .play-icon::after {
    position: relative;
    content: "";
    display: block;
    border-bottom: 15px solid transparent;
    border-left: 30px solid #000;
    border-top: 15px solid transparent;
    left: 5px;
    transition: 0.3s;
}

.instructions-media__element iframe, .instructions-media__element img {
    width: 100%;
    height: 100%;
}
.instructions-recommendations {
    margin: var(--instructions-recommendations-margin);
}

.instructions-recommendations__title {
    margin: var(--instructions-recommendations-title-margin);
    font-family: var(--instructions-recommendations-title-family);
    color:  var(--instructions-recommendations-title-color);
    font-weight: var(--instructions-elements-title-weight);
    font-size: var(--instructions-recommendations-title-size);
}

.instructions-recommendations__links {
    display: grid;
    grid-template-columns: var(--instructions-recommendations-media-wrapp-cols);
    grid-gap: 20px;
}

.instructions-recommendations__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: var(--instructions-recommendations-links-width);
    height: var(--instructions-recommendations-links-width);;
    padding: var(--instructions-recommendations-links-padding);
    border: var(--instructions-recommendations-links-border);
    -webkit-box-shadow: 0 4px 20px rgba(183, 183, 183, 0.2);
    box-shadow: 0 4px 20px rgba(183, 183, 183, 0.2);
    border-radius: 2px;
    color: var(--instructions-recommendations-links-font-color);
    font-size: var(--instructions-recommendations-links-font-size);
    font-family: var(--instructions-recommendations-title-family);
    font-weight: var(--instructions-recommendations-links-font-weight);
    text-decoration: none !important;
    transition: 0.1s ease;
}

.instructions-recommendations__link:hover {
    transform: scale(1.01);
    color: var(--second-color);
}

.instructions-recommendations__link:active {
    transform: scale(0.99);
    color: var(--second-color);
}

.instructions-recommendations__link-icon {
    margin-right: 15px;
    max-width: 32px;
    max-height: 32px;
}

.instructions-recommendations__link-icon object, .instructions-recommendations__link-icon svg, .instructions-recommendations__link-icon img {
    width: var(--instructions-recommendations-icon-width);
    height: var(--instructions-recommendations-icon-height);
}

.accordion__element {
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #f5f5f5;
    box-shadow: 0 4px 20px rgba(183, 183, 183, 0.1);
    border-radius: 2px;
}
.accordion__element-title {
    position: relative;
    padding: 14px 20px 20px 20px;
    color: #2d2c31;
    font-size: var(--accordion-title-font-size);
    font-weight: 700;
    font-family: 'Trebuchet MS', Tahoma;
    cursor: pointer;
}
.accordion__element-icon {
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    transition: 0.3s;
}
.accordion__element_active .accordion__element-icon {
    transform: rotate(180deg);
}
.accordion__element-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}
.accordion__element_active .accordion__element-content {
    padding: 0 20px 20px 20px;
}
/* End */


/* Start:/bitrix/components/dresscode/map.yandex.system/templates/.default/style.css?1583095389666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/catalog.section/slider_items/style.css?157679513089*/
.items.productList{
	margin-bottom: 24px;
}

.removeFromWishlist{
	display: none;
}
/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/catalog.item/.default/style.css?1733832410415*/
.blackfriday{
    background-color: #0a0a0a; padding: 5px;
    color:#fff;
    font-size: 14px;
    font-weight: lighter;
    position: relative;
    margin-top: -38px;
}
.blackfriday span{
    color:#fff;
    margin-left: 10px;
    font-weight: bold;
}
.blackfriday i{
    display: block;
    position: absolute;
    top: -17px;
    right: 0;
    background-color: red;
    border-radius: 43px;
    padding: 3px;
}
/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/form.result.new/modal/style.css?172975208410397*/
.webformModal{
    -webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    color: #000;
    overflow: hidden;
    display: none;
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.webformModalHideScrollBar{
	position: relative;
	overflow: auto;
    height: 100%;
    width: 120%;
}

.webformModalcn100{
	position: relative;
	height: 100%;
	width: 100%;
}
.webformModal.visible{
	display: block;
}

.webformModalContainer{
	box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
	transform: translateX(-50%) translateY(0%);
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    background-color: #fff;
    position: absolute;
   	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	box-sizing: border-box;
   	margin-bottom: 24px;
    max-width: 500px;
    min-width: 320px;
    width: 100%;
    top: 24px;
    left: 50%;
}

.small .webformModalContainer{
	transform: translateX(-50%) translateY(-50%);
	margin-bottom: 0;
	top: 50%;
}

.webFormDw form{
	-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;
}

.webFormDw form.loading{
	pointer-events: none;
	opacity: 0.8;
}

.webFormModalHeading{
    background-color: #424242;
    position: relative;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
}

.webformModal .webFormModalHeadingExit{
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
    right: 20px;
    top: 15px;
}

.webformModal .webFormModalHeadingExit{
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/modal/images/exit.png) 0 0 no-repeat transparent;
}

.webformModal .webFormModalHeadingExit:hover{
	background-position: 0 -21px ;
}

.webformModal .webFormModalHeadingExit:active{
	background-position: 0 -42px ;
}

.webFormDescription{
	margin: 12px 0 0 0;
	max-width: 800px;
}

.webformModal .webFormDescription{
	padding: 0 24px;
}

.webformModal .webFormItems,
.webformModal .webFormTools,
.webformModal .webFormError{
	padding: 0 24px;
}

.webFormItem{
	margin-top: 12px;
}

.webFormItemCaption{
	font-family: "robotoMedium";
	margin-bottom: 12px;
	line-height: 21px;
}

.webFormItemImage{
	vertical-align: middle;
	display: inline-block;
	padding-right: 6px;
}

.webFormItemLabel{
	vertical-align: middle;
	display: inline-block;
	color: #555;
}

.webFormItemRequired{
	display: inline-block;
	padding-left: 4px;
	color: #f00;
}

.webFormItemFieldVariant{
	display: inline-block;
	margin-left: 12px;
}

.webFormItemFieldVariant:first-child{
	margin-left: 0;
}

.webFormItemField input[type="password"],
.webFormItemField input[type="text"],
.webFormItemField select{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	padding-left: 12px;
	line-height: 45px;
	max-width: 100%;
	font-size: 14px;
	color: #555;
	outline: none;
	height: 45px;
	width: 100%;
}

.webFormItemField 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;
	font-family: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	padding-left: 12px;
	line-height: 21px;
	padding-top: 12px;
	max-width: 100%;
	font-size: 14px;
	color: #555;
	height: 100px;
	outline: none;
	width: 100%;
}

.webFormItemField input[id*="form_date_"]{
	margin-bottom: 6px;
}

.webFormItemField input[type="text"]:focus,
.webFormItemField input[type="password"]:focus,
.webFormItemField textarea:focus{
	border: 1px solid #aaa;
}

.webFormItemField input[type="checkbox"] + label,
.webFormItemField input[type="radio"] + label {
	cursor: pointer;
}

.webFormItemField input[type="checkbox"]:not(checked),
.webFormItemField input[type="radio"]:not(checked) {
  position: absolute;
  opacity: 0;
}

.webFormItemField input[type="checkbox"]:not(checked) + label,
.webFormItemField input[type="radio"]:not(checked) + label {
	position: relative;
	padding-left: 28px;
}

.webFormItemField input[type="checkbox"].error + label:before{
	border: 1px solid #f00 !important;
}

.webFormItemField input[type="checkbox"] + label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/modal/images/checkBox.png) 0 0 no-repeat transparent;
}

.webFormItemField input[type="radio"] + label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/modal/images/radio.png) 0 0 no-repeat transparent;
}

.webFormItemField input[type="checkbox"]:not(checked) + label:before,
.webFormItemField input[type="radio"]:not(checked) + label:before {
	position: absolute;
	content: " ";
    height: 17px;
	width: 17px;
	left: 0;
	top: 0;
}

.webFormItemField input[type="checkbox"]:not(checked) + label:hover:before,
.webFormItemField input[type="radio"]:not(checked) + label:hover:before {
	background-position: 0 -17px;
}

.webFormItemField input[type="checkbox"]:checked + label:before,
.webFormItemField input[type="radio"]:checked + label:before {
	background-position: 0 -34px;
}

.webFormItemField input[type="checkbox"]:checked + label:hover:before,
.webFormItemField input[type="radio"]:checked + label:hover:before {
	background-position: 0 -51px;
}

.webFormItemField input[type="checkbox"]:disabled + label,
.webFormItemField input[type="radio"]:disabled + label {
	cursor: default;
}

.webFormItemField input[type="checkbox"]:disabled + label:before,
.webFormItemField input[type="radio"]:disabled + label:before {
	background-position: 0 -68px !important;
}

.webFormItemField img.calendar-icon {
    vertical-align: middle !important;
    margin: 0 !important;
    border: 0 !important;
}

.webFormItemField [multiple]{
	line-height: 120px;
	height: 120px;
	padding: 12px;
}

.webFormCaptchaPicture{
	margin-top: 12px;
}

.webFormCaptchaPicture img{
	vertical-align: middle;
	max-width: 100%;
}

.webFormCaptchaLabel{
	margin-bottom: 12px;
	margin-top: 12px;
}

.webFormItemField input.captcha_word{
	max-width: 300px;
}

.webFormTools{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 24px;
}

.webFormTools input[type="submit"],
.webFormTools input[type="reset"]{
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	outline: none;
	height: 45px;
	width: 100%;
	padding: 0;
}

.webFormTools .tc:first-child{
	padding-right: 12px;
}

.webFormTools .tc:last-child{
	padding-left: 12px;
}

.webFormTools input[type="submit"]:active{
	position: relative;
	top: 1px;
}

.webFormTools input[type="submit"].loading{
	background-image: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/modal/images/loading.gif);
	background-color: #000 !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #000;
	pointer-events: none;
	color: #ddd;
	opacity: 0.1;
}

.webFormTools input[type="reset"]{
	-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 #aaa;
	background-color: #fff;
	color: #000;
}

.webFormTools input[type="reset"]:hover{
	border: 1px solid #ccc;
}

.webFormTools input[type="reset"]:active{
	position: relative;
	top: 1px;
}

.webFormItemError,
.webFormError{
	font-family: "robotoMedium";
	margin-bottom: 12px;
	font-size: 12px;
	color: #f00;
	display: none;
}

.webFormError{
	margin-bottom: 0;
	margin-top: 24px;
}

.webFormItemError.visible,
.webFormError.visible{
	display: block;
}

.webFormItemField .error{
	border: 1px solid #f00 !important;
}

.webFormMessage{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    line-height: 250px;
    position: fixed;
    overflow: auto;
    color: #000;
    display: none; 
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.webFormMessageContainer{
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -225px;
	position: absolute;
	text-align: center;
	margin-top: -125px;
	border-radius: 2px;
	padding: 0 24px;
	height: 250px;
	width: 450px;
	left: 50%;
	top: 50%;
}

.webFormMessageMiddle{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.webFormMessageHeading{
	margin-bottom: 24px;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}

.webFormMessageDescription{
	text-align: center;
}

.webFormMessageExit{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #000;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	line-height: 40px;
	margin-top: 24px;
	padding: 0 24px;
	color: #fff;
	height: 40px;
}

.webFormMessageExit:hover{
	opacity: 0.8;
}

.webFormMessageExit:active{
	position: relative;
	top: 1px;
}

.pv-topPartner__btn a {display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 100%;
    padding: 10px 20px;
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-weight: 700;
    background-color: #ed1c24;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
	text-transform: uppercase;
}

@media all and (max-width: 650px) {
	.webFormItemField input[id*="form_date_"]{
		margin-bottom: 12px;
	}
	.webFormItemField img.calendar-icon{
		margin-left: 0 !important;
	}
	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"]{
		max-width: 150px;
	}
}

@media all and (max-width: 400px) {
	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"]{
		margin-bottom: 24px;
		max-width: 300px;
		display: block;
		width: 100%;
	}
}
/* End */


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


/* Start:/local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_detail/css/set.css?172864527511387*/
#set{
	padding-bottom: 24px;
	box-sizing: border-box;
}

#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: #fff;
	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: #000;
}

#set .setTools .price #setDisnt{
	font-family: 'roboto_ltregular';
	display: inline-block;
	padding-left: 12px;
	font-size: 14px;
	color: #888;
}

#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: #fff;
	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: #000;
	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;
	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: #888;
	content: "+";
	right: -8px;
	top: 50%;
}

#set .setElement:last-child:after{
	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;
}

#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: #000;
	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: #000;
}

#set .setElement .price .discount{
	font-family: 'roboto_ltregular';
	display: inline-block;
	padding-left: 8px;
	font-size: 14px;
	color: #888;
}

#set .sCheck,
#set .sWindowCheck{
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_detail/css/../images/sCheck.png) 0 0 no-repeat transparent;
	position: absolute;
	cursor: pointer;
	display: block;
	height: 30px;
	width: 30px;
	right: 0;
	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: 0;
	top: 0;
}

#setWindow .container{
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
	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: #fff;
	height: 60px;
}

#setWindow .container .wElement{
	width: 240px;
}

#setWindow .setElement .picture{
	height: 140px;
	line-height: 140px;
}

#setWindow #wProduct{
	border-right: 1px solid #e7e8ea;
	width: 100%;
}

#setWindow #wProduct .picture{
	opacity: 1
}

#setWindow .fr{
	display: inline-block;
	padding-top: 12px;
	font-size: 13px;
}

#setWindow .setElement:last-child:after{
	display: none;
}

#setWindow .close{
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_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: #fff;
	height: 60px;
}

#setWindowPrice ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#setWindowPrice li{
	float: left;
}

#setWindowPrice li:last-child{
	text-align: right;
	color: #fff;
	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: #888;
}

#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: #fff;
	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: #fff;
	float: left;
}

#setWindowPrice .closeWindow:hover{
	background-color: #262626;
}

#setWindowPrice .closeWindow img{
	vertical-align: middle;
	margin-right: 12px;
}

#setWindow .container .slideBox,
#setCarousel{
	position: relative;
	border: 0;
}

#setWindow .setBtnLeft,
#setWindow .setBtnRight{
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_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: 0;
	}

	#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: 0;
	}

	.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 .heading2{
		display: block !important;
		font-size: 16px;
	}

}


@media all and (max-width: 400px) {
	.setListColImage {
		width: 50%;
	}
}
/* End */
/* /local/templates/dresscodeV2/components/bitrix/breadcrumb/.default/style.css?15702775601382 */
/* /local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_detail/style.css?174956132753260 */
/* /local/templates/dresscodeV2/components/bitrix/system.pagenavigation/round/style.css?17471170492360 */
/* /local/templates/dresscodeV2/components/bitrix/news.list/fotoClientSlide/style.css?174774952516905 */
/* /local/templates/dresscodeV2/js/slick.css?15070169681776 */
/* /local/templates/dresscodeV2/js/slick-theme.css?17230985273169 */
/* /local/templates/dresscodeV2/components/bitrix/news.list/instructions/style.css?16479650836643 */
/* /bitrix/components/dresscode/map.yandex.system/templates/.default/style.css?1583095389666 */
/* /local/templates/dresscodeV2/components/dresscode/catalog.section/slider_items/style.css?157679513089 */
/* /local/templates/dresscodeV2/components/dresscode/catalog.item/.default/style.css?1733832410415 */
/* /local/templates/dresscodeV2/components/bitrix/form.result.new/modal/style.css?172975208410397 */
/* /local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_detail/css/review.css?17286453569010 */
/* /local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/new_detail/css/set.css?172864527511387 */
