

/* Start:/local/templates/dresscodeV2/components/dresscode/catalog/custom-catalog/style.css?17837838435906*/
#middleSlider{
	margin-bottom: 24px;
}

.panel-click.selected{
	pointer-events: none;
}

.items.productList{
	margin-bottom: 24px;
}

.removeFromWishlist{
	display: none;
}
.desctop__br {
	display: none;
}

/* Стили баннера в шапке */
#catalog-section-banners {
	height: 100%;
	z-index: 1 !important;
}
.section-banner-desktop {
	background: none !important;
	position: relative;
	height: 344px;
	width: 100%;
	display: flex;
	align-items: stretch;
	overflow: hidden;
}
.section-banner-bg-picture {
	position: absolute !important;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%; height: 100%;
	z-index: 0;
	display: block;
	pointer-events: none;
}
.section-banner-overlay {
	height: 100%;
	width: 100%;
	padding: 32px 32px 32px 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
	z-index: 1;
	min-height: 344px;
	border-radius: 5px
}
.section-banner-overlay.black {
	background: rgba(0, 0, 0, 0.6);
}
.section-banner-title {
	color: #fff;
	font-size: 52px;
	line-height: 1.1;
	font-weight: bold;
	font-family: 'robotobold', 'Roboto', Arial, sans-serif;
	margin-bottom: 18px;
}
.section-banner-text {
	color: #fff;
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 28px;
	width: 100%;
	max-width: none;
}
.section-banner-button-wrapper {
	margin-bottom: 18px;
}
.section-banner-btn {
	display: inline-block;
	width: unset !important;
	font-size: 18px;
	font-weight: 500;
	padding: 13px 38px !important;
	border-radius: 8px;
	background: #fff;
	color: #444;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
	text-align: center;
	box-shadow: 0 2px 6px rgba(0,0,0,0.10);
	border: none;
}
.section-banner-btn:hover, .section-banner-btn:focus {
	background: #e0e0e0;
	color: #222;
}
.section-banner-tags {
	display: flex;
	gap: 20px;
}
.section-banner-tag {
	color: #ff6b00;
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}
.section-banner-tag:last-child {
	margin-right: 0;
}
.section-banner-tag-sep {
	color: #ff6b00;
	font-size: 65px;
	vertical-align: middle;
	display: inline-block;
}
@media (max-width: 680px) {
	#subHeader8 {
		z-index: 2;
	}
	.section-banner-overlay {
		padding: 210px 20px 20px;
	}
	.section-banner-title {
		font-size: 36px;
	}
	.section-banner-text {
		font-size: 20px;
	}

	#breadcrumbs {
		opacity: 0;
	}


	#catalog-section-banners {
		height: 700px !important;
	}

	.section-banner-tags {
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
}



/* ПК ВЕСРИИ слайдера товара*/
    .gallWrap {
        max-height: 365px;
        height: 100%;
        width: 100%;
        display: block;
        overflow: hidden;
        position: relative;
        aspect-ratio: 448 / 365;
    }    
    .slidesWrap .slide{
        display: flex;
        justify-content: center;
    }  
    
    .slidesWrap .slide:first-child{
        opacity: 1;
    }

    .slidesWrap .slide{
        opacity: 0;
        position: absolute;
        left: auto;
        top: 0;
        height: 100%;
        width: 100%;
        transition: opacity 0.3s cubic-bezier(0.2, 0, 1, 1);
    }

    .slide img{
        height: 100%;
        max-height: 100%;
    }
    .slide video{
        max-width: 100%;
        max-height: 100%;
    }

    /* Коректируем расположение ярлычка, есть видео */
    .product .markerContainer.marker_right_down_container.notMobile {
        right: 15px !important;
        bottom: 144px !important;
    }

/*  */




/* МОБИЛЬНАЯ ВЕСРИИ слайдера товара*/

.embla {
		max-width: 100%;
}

.embla__viewport {
  overflow: hidden;
}

.embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;

	max-width: 448px;
	max-height: 365px;
}

.embla__slide {
  flex: 0 0 100%;
  min-width: 0;

	display: flex;
	justify-content: center;
	overflow: hidden;
	aspect-ratio: 448 / 365;

	
}
.embla__slide img.gor{
  height: 100%;
}

.embla__slide video{
		width: 100vw;
		max-height: 100%;
}

.productColImage {
	border-radius: 5px;
	overflow: hidden;
}

@media (max-width: 768px) {
	.embla__container {
		max-width: 100%;
	}
}

@media (max-width: 425px) {
	.embla__container {
		height: 300px;
		max-width: 448px;
	}
}





.embla__button {
    -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    touch-action: manipulation;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100px;
    height: 100px;
    z-index: 1;
    color: var(--text-body);
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: calc(50% - 100px);
}

.embla__button:hover .embla__button__svg {
    opacity: 1;
}

.embla__button--prev {
    justify-content: left;
    padding-left: 10px;
}

.embla__button--next {
    left: calc(100% - 110px);
    justify-content: right;
    padding-right: 10px;
}

.embla__button__svg {
    width: 16px;
    height: 16px;
    background: rgb(255 255 255 / 100%);
    border-radius: 50%;
    padding: 10px;
    color: #222;
    opacity: .5;
}

.embla__button--disabled {
    display: none;
} 







#catalog #catalogSection .productList {
    align-items: start !important;
}
.picture.pc {
    min-height: 365px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.picture.pc img{
    opacity: 0;
}

.hoverNav {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hoverNavItem {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    cursor: pointer;
}
.hoverNavItem::before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
}
.hoverNavItem:hover::before {
    background: #ff6b00;
}


/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/style.css?174386244673118*/
#left {
	position: relative;
}

#left .collapsed {
	position: absolute;
	width: 100%;
	z-index: 99;
}

.changeName+br {
	display: none;
}

.cheaper-product-name {
	visibility: hidden;
}

.videoFrame {
	border: 0;
}

#catalogElement {
	border-top: 1px solid #e7e8ea;
	position: relative;
}

#catalogElement h2 {
	margin: 0;
}

#catalogElement.loading:after {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/loader.svg) no-repeat rgba(0, 0, 0, 0.2) 50% 50%;
	transition: all 0.2s ease-in-out;
	pointer-events: none;
	position: fixed;
	height: 100vh;
	width: 100%;
	content: "";
	@ z-index: 999;
	top: 0px;
}

#catalogElement .getStoresWindow {
	text-decoration: none;
}

#elementSmallNavigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #e7e8ea;
	background-color: #f9f9f9;
	line-height: 50px;
	overflow: hidden;
	padding: 0 24px;
	display: none;
	height: 50px;
}

#elementSmallNavigation .tab {
	padding-right: 18px;
	margin-left: 18px;
	float: left;
}

#elementSmallNavigation .tab:first-child {
	border-left: 1px solid #e7e8ea;
	padding-left: 18px;
	margin-left: 0px;
}

#elementSmallNavigation a {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	position: relative;
	font-size: 13px;
	color: #000000;
	display: block;
}

#elementSmallNavigation a:hover {
	color: #888888;
}

#elementSmallNavigation a:active {
	position: relative;
	top: 1px;
}

#elementSmallNavigation a img {
	vertical-align: middle;
	padding-right: 12px;
}

#tableContainer {
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

#tableContainer .column {
	display: table-cell;
}

#tableContainer .column:nth-child(2) {
	vertical-align: middle;
	/*padding-bottom: 24px;*/
}

#elementNavigation {
	background-color: #f9f9f9;
	position: relative;
	padding-left: 24px;
	text-align: right;
	width: 355px;
}

#elementNavigation.fixed .tabs {
	position: fixed;
	width: 355px;
	top: 0;
}

#elementNavigation .tabs.maxScroll {
	position: absolute;
	bottom: 0px;
	right: 0px;
	top: unset;
}

#elementNavigation .tabs a {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
	padding: 16px 24px;
	font-size: 13px;
	color: #000000;
}

#elementNavigation .tabs .tab {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 0;
}

#elementNavigation .tabs .tab.disabled,
#elementSmallNavigation .tabs .tab.disabled {
	display: none;
}

#elementNavigation .tabs .tab.active a {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	background-color: #ffffff;
}

#elementNavigation .tabs img {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;

	vertical-align: middle;
	padding-left: 24px;
	opacity: 0.8;
}

#elementNavigation .tabs a:hover {
	color: #888888;
}

#elementNavigation .tabs a:hover img {
	opacity: 1;
}

#smallElementTools {
	padding: 0 24px;
	display: none;
}

#smallElementTools .fastBack {
	font-family: "roboto_ltregular";
	display: inline-block;
	width: 220px;
	height: 45px;
	margin-bottom: 12px;
	line-height: 45px;
	text-align: center;
	background: #fff;
	border-radius: 2px;
}

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

#elementTools .priceContainer {
	display: inline-block;
}

#smallElementTools .priceContainer {
	display: inline-block;
	vertical-align: middle;
}

#elementContainer #smallElementTools .purchaseBonus {
	display: block;
	vertical-align: middle;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 12px;
}

#smallElementTools .columnRowWrap {
	font-size: 0;
}

#smallElementTools .columnRow {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	box-sizing: border-box;
	padding-right: 6px;
}

#smallElementTools .columnRow:last-child {
	padding: 0 0 0 6px;
}

#smallElementTools .columnRow .fastBack {
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #d8d8d8;
}

#smallElementTools .columnRow .addCart {
	margin-top: 0;
}

#smallElementTools .columnRow .addCart {
	width: 100%;
	margin-bottom: 6px;
}

#smallElementTools .columnRow .fastBack {
	width: 100%;
	margin-bottom: 6px;
}

#smallElementTools .secondTool .row {
	display: inline-block;
	vertical-align: middle;
	margin-right: 24px;
}

#smallElementTools .smallElementToolsContainer .secondTool .row:last-child {
	margin-right: 0;
	margin-bottom: 12px;
}

#elementTools {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f9f9f9;
	background-color: #fff;
	padding: 24px 24px 0 24px;
	position: relative;
	width: 400px;
	z-index: 1;
}

#elementTools.fixed .fixContainer {
	background-color: #f9f9f9;
	margin-top: 12px;
	position: fixed;
	width: 400px;
	z-index: 33;
	top: 0;
}

#elementTools .fixContainer.maxScroll {
	padding-bottom: 24px;
	position: absolute;
	bottom: 0px;
	top: unset;
	top: 0;
	left: 24px;
}

#elementTools .picture {
	display: none;
}

#elementTools .picture img {
	max-width: 280px;
}

#elementTools.fixed .fixContainer .picture {
	display: block;
}

#elementTools .row,
#smallElementTools .row {
	margin-bottom: 12px;
}

#elementTools .secondTool .row:last-child {
	margin-bottom: 0px;
}

#elementTools .row img,
#smallElementTools .row img {
	vertical-align: middle;
	padding-right: 6px;
	margin-top: -4px;
}

#elementTools .requestPrice {
	cursor: pointer;
}

#elementTools .label,
#smallElementTools .label {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	font-size: 14px;
	color: #717171;
}

#smallElementTools .label {
	vertical-align: middle;
	display: inline-block;
}

#smallElementTools .qtyBlock img {
	margin-top: 0px;
}

#elementTools .label:hover,
#smallElementTools .label:hover {
	color: #000000;
}

#elementTools .label:active,
#smallElementTools .label:active {
	position: relative;
	top: 1px;
}

#elementTools .article,
#smallElementTools .article {
	margin-bottom: 12px;
	font-size: 14px;
	color: #888888;
}

#elementTools .price,
#smallElementTools .price {
	font-family: 'robotobold';
	text-decoration: none;
	margin-bottom: 12px;
	position: relative;
	font-size: 21px;
	display: block;
	color: #000000;
}

#elementTools .price .discount,
#smallElementTools .price .discount {
	color: #888888;
}

#elementTools .price .oldPriceLabel,
#smallElementTools .price .oldPriceLabel {
	font-family: 'roboto_condensedlight';
	text-decoration: none;
	margin-bottom: 6px;
	margin-right: 12px;
	font-size: 14px;
	display: inline-block;
	color: #888888;
}

#elementTools .purchaseBonus {
	font-family: "roboto_condensedlight";
	margin-top: 6px;
	font-size: 14px;
	color: #888888;
	display: block;
}

#elementTools .priceBlock,
#smallElementTools .priceBlock {
	display: block;
}

#elementTools .purchaseBonus span {
	display: inline-block;
	vertical-align: top;
	padding-right: 6px;
	font-family: "roboto_cnregular";
}

#smallElementTools .purchaseBonus {
	margin-top: 6px;
	font-family: "roboto_condensedlight";
	font-size: 14px;
	color: #888888;
}

#smallElementTools .purchaseBonus span {
	display: inline-block;
	vertical-align: top;
	padding-right: 6px;
	font-family: "roboto_cnregular";
}

#elementTools .priceValue,
#smallElementTools .priceValue {
	border-bottom: 1px dashed #bbbbbb;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	padding-bottom: 8px;
	color: #000000;
}

#elementTools .priceValue:hover,
#smallElementTools .priceValue:hover {
	color: #333333;
}

#elementTools .priceValue:active,
#smallElementTools .priceValue:active {
	position: relative;
	top: 1px;
}

#elementTools .priceIcon,
#smallElementTools .priceIcon {
	margin-right: 12px;
}

#catalogElement .fixContainer {
	width: 220px;
}

#catalogElement .mobileButtonsContainer {
	white-space: nowrap;
	font-size: 0;
}

#catalogElement .mainTool .addCart {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	line-height: 60px;
	padding: 0px 18px;
	font-size: 16px;
	color: #ffffff;
	height: 60px;
	width: 220px;
}


@media all and (min-width: 1101px) {

	#catalogElement .mainTool .addCartContainer:hover .addCart.requestPrice span,
	#catalogElement .mainTool .addCartContainer:hover .addCart.subscribe span,
	#catalogElement .mainTool .addCartContainer:hover .addCart.disabled span,
	#catalogElement .mainTool .addCartContainer:hover .addCart.added span,
	#catalogElement .mainTool .addCart span {
		transform: translate(-50%, -50%);
		transition: all 0.2s ease-in-out;
		display: inline-block;
		position: absolute;
		left: 50%;
		top: 50%;
	}


	#catalogElement .mainTool .qtyBlock {
		margin-bottom: 0px;
	}

	#catalogElement .mainTool .addCartContainer {
		position: relative;
		overflow: hidden;
		width: 220px;
	}

	#catalogElement .mainTool .qtyBlockContainer {
		transition: all 0.1s ease-in-out;
		transform: translateX(50px);
		position: absolute;
		visibility: hidden;
		right: 18px;
		opacity: 0;
		top: 16px;
	}

	#catalogElement .mainTool .addCartContainer:hover .qtyBlockContainer {
		transition: all 0.2s ease-in-out;
		transform: translateX(0px);
		visibility: visible;
		opacity: 1;
	}

	#catalogElement .mainTool .addCartContainer:hover .addCart span {
		transform: translate(24px, -50%);
		left: 0%;
	}

	#catalogElement .mainTool .addCartContainer:hover .addCart .icon {
		transition: all 0.4s ease-in-out;
		visibility: hidden;
		padding: 0px;
		height: 0px;
		margin: 0px;
		width: 0px;
		opacity: 0;
	}

	#catalogElement .mainTool .addCartContainer:hover .addCart.requestPrice .icon,
	#catalogElement .mainTool .addCartContainer:hover .addCart.subscribe .icon,
	#catalogElement .mainTool .addCartContainer:hover .addCart.disabled .icon,
	#catalogElement .mainTool .addCartContainer:hover .addCart.added .icon {
		padding-right: 12px;
		visibility: visible;
		margin-top: -6px;
		height: auto;
		width: auto;
		opacity: 1;
	}

	#catalogElement .mainTool .qtyBlockContainer .qty {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		background-color: transparent;
		box-sizing: border-box;
		vertical-align: middle;
		display: inline-block;
		text-align: center;
		font-size: 12px;
		padding: 0 2px;
		color: #ffffff;
		margin: 0 4px;
		height: 28px;
		width: 28px;
		border: 0;
	}

	#catalogElement .mainTool .qtyBlockContainer .qty.error {
		color: #ff0000;
	}

	#catalogElement .mainTool .qtyBlock .plus,
	#catalogElement .mainTool .qtyBlock .minus {
		background-color: rgba(255, 255, 255, 0.1);
		vertical-align: middle;
		display: inline-block;
		min-width: auto;
		padding: 0px;
		height: 24px;
		width: 24px;
		border: 0px;
	}

	#catalogElement .mainTool .qtyBlock .minus,
	#catalogElement .mainTool .qtyBlock .plus {
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}

	#catalogElement .mainTool .qtyBlock .plus {
		background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/basket-add-plus.png);
		border-radius: 2px 2px 0px 0px;
	}

	#catalogElement .mainTool .qtyBlock .minus {
		background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/basket-add-minus.png);
		border-radius: 0px 0px 2px 2px;
	}

	#catalogElement .mainTool .qtyBlock .plus:hover,
	#catalogElement .mainTool .qtyBlock .minus:hover {
		background-color: rgba(255, 255, 255, 0.15);
	}

	#catalogElement .mainTool .qtyBlock .minus:active,
	#catalogElement .mainTool .qtyBlock .plus:active {
		position: relative;
		top: 1px;
	}

	#catalogElement .mainTool .qtyBlock .plus.error,
	#catalogElement .mainTool .qtyBlock .minus.error {
		background-color: #bc1414;
	}

}

#catalogElement .mainTool .addCart.requestPrice+.qtyBlock,
#catalogElement .mainTool .addCart.subscribe+.qtyBlock,
#catalogElement .mainTool .addCart.disabled+.qtyBlock,
#catalogElement .mainTool .addCart.added+.qtyBlock {
	display: none;
}

#elementTools .addCart .icon,
#smallElementTools .addCart .icon {
	padding-right: 12px;
	margin-top: -6px;
}

#elementTools .fastBack {
	display: inline-block;
	background: #ffffff;
	margin-bottom: 12px;
	text-align: center;
	border-radius: 4px;
	line-height: 50px;
	margin-top: 18px;
	font-size: 14px;
	color: #000000;
	width: 220px;
	height: 50px;
}

#elementTools .addCart.added,
#smallElementTools .addCart.added {
	background: #2b2b2b;
}

#elementTools .addCart.added:hover,
#smallElementTools .addCart.added:hover {
	background: #3b3b3b;
}

#elementTools .rating,
#elementContainer .mainContainer .rating,
#smallElementTools .rating {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: -4px;
	position: relative;
	overflow: hidden;
	height: 15px;
	width: 79px;
	z-index: 2;
}

#elementTools .rating i,
#elementContainer .mainContainer .rating i,
#smallElementTools .rating i {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/rating.png) repeat 0 0px transparent;
	height: 15px;
	width: 79px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}

#elementTools .rating i.m,
#elementContainer .mainContainer .rating i.m,
#smallElementTools .rating i.m {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/rating.png) repeat 0 -14px transparent;
	width: 0px;
	z-index: 10;
}

#elementTools .icon,
#smallElementTools .icon {
	vertical-align: middle;
	display: inline-block;
}

.ya-share-label {
	margin-bottom: 6px;
	margin-top: 30px;
	color: #717171;
}

#elementContainer {
	position: relative;
	width: 100%;
	padding-left: 0px;
}

#elementContainer .mainContainer .col {}

#elementContainer .mainContainer {
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

#elementContainer .description {
	margin: 12px 0;
	font-family: "roboto_ltregular";
}

#elementContainer .description .heading {
	margin-bottom: 6px;
	font-size: 16px;
}

#elementContainer .changeShortDescription {
	font-size: 13px;
	line-height: 16px;
}

#elementContainer .description .readMore {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin: 4px 0;
	display: block;
	color: #888888;
}

#elementContainer .description .readMore:hover {
	color: #000000;
}

#elementContainer .mainContainer .col {
	position: relative;
	vertical-align: middle;
	display: table-cell;
	padding: 24px 0;
	width: 50%;
}

#elementContainer .mainContainer .secondCol {
	vertical-align: top;
	padding-right: 24px;
	position: static;
}

#elementContainer .mainContainer .col.hide {
	display: none;
}

#elementContainer .mainContainer .col:first-child {
	vertical-align: middle;
	text-align: center;
	padding: 24px 12px;
}

#elementContainer #pictureContainer .pictureSlider {
	table-layout: fixed;
}

#elementContainer #pictureContainer .pictureSlider .item:first-child {
	display: block;
}

#elementContainer #pictureContainer .pictureSlider .item {
	//padding: 0 24px;
	padding: 0 24px 0 0;
	display: none;
}

#elementContainer #pictureContainer .item a {
	text-align: center;
	display: flex;
	justify-content: center;
	background: #a0a0a0;
	aspect-ratio: 4/3;
	border-radius: 10px;
	overflow: hidden;
}

#elementContainer #pictureContainer .item a img {
	vertical-align: middle;
	max-height: 100%;
	max-width: 90%;
	max-width: none;
}

#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/detail/images/carouselArrowSmall.png) 0 0 no-repeat transparent;
	position: absolute;
	margin-top: 3px;
	height: 16px;
	opacity: 0.5;
	z-index: 2;
	width: 14px;
	top: 50%;
}

#elementContainer #moreImagesCarousel #moreImagesLeftButton:hover,
#elementContainer #moreImagesCarousel #moreImagesRightButton:hover {
	opacity: 0.8;
}

#elementContainer #moreImagesCarousel #moreImagesLeftButton:active,
#elementContainer #moreImagesCarousel #moreImagesRightButton:active {
	opacity: 1;
}

#elementContainer #moreImagesCarousel #moreImagesLeftButton {
	left: 32px;
}

#elementContainer #moreImagesCarousel #moreImagesRightButton {
	background-position: -14px 0;
	right: 32px;
}

#elementContainer #moreImagesCarousel .carouselWrapper {
	overflow: hidden;
	margin: auto;
	width: 80%;
}

#elementContainer #moreImagesCarousel .slideBox {
	position: relative;
	overflow: hidden;
	list-style: none;
	height: 62px;
	padding: 0;
	margin: 0;
}

#elementContainer #moreImagesCarousel .slideBox .item {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	position: relative;
	text-align: center;
	line-height: 50px;
	opacity: 0.5;
	height: 50px;
	float: left;
}

#elementContainer #moreImagesCarousel .slideBox .item.selected {
	opacity: 1;
}

#elementContainer #moreImagesCarousel .slideBox .item.selected:after {
	transform: translateX(-50%);
	border-bottom: 2px solid #000000;
	position: absolute;
	display: block;
	content: "";
	width: 30%;
	left: 50%;
	bottom: -12px;
}

#elementContainer #moreImagesCarousel .slideBox .item a {
	display: block;
	line-height: 50px;
	height: 50px;
}


#elementContainer #moreImagesCarousel .slideBox .item img {
	vertical-align: middle;
	/*margin-top: -4px;*/
	max-height: 100%;
	max-width: 100%;
}

#elementContainer .mainContainer .markerContainer {
	position: absolute;
	z-index: 3;
	left: 24px;
	top: 24px;
}

#elementContainer .wishCompWrap {
	position: absolute;
	z-index: 2;
	right: 30px;
	top: 24px;
}

#elementContainer .wishCompWrap .elem {
	display: block;
	position: relative;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 8px;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	background: #fff;
	font-size: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#elementContainer .wishCompWrap .elem:before,
#elementContainer .wishCompWrap .elem:after {
	content: "";
	position: absolute;
	left: 9px;
	top: 9px;
	width: 16px;
	height: 16px;
	background: url("/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/wishCompImage.png") 0 0 no-repeat;
	transition: all 0.2s ease-in-out;
}

#elementContainer .wishCompWrap .elem:after {
	opacity: 0;
}

#elementContainer .wishCompWrap .addWishlist:before {
	background-position: 0px 0px;
}

#elementContainer .wishCompWrap .addWishlist:after {
	background-position: -16px 0px;
}

#elementContainer .wishCompWrap .addCompare:before {
	background-position: 0px -16px;
}

#elementContainer .wishCompWrap .addCompare:after {
	background-position: -16px -16px;
}

#elementContainer .wishCompWrap .elem:hover {
	border-color: #e7e8ea;
	background: #e7e8ea;
}

#elementContainer .wishCompWrap .elem:active {
	top: 1px;
}

#elementContainer .wishCompWrap .elem.added:before {
	opacity: 0;
}

#elementContainer .wishCompWrap .elem.added:after {
	opacity: 1;
}

#elementContainer .wishCompWrap .elem img {
	display: none;
	display: inline-block;
	vertical-align: middle;
}

#elementContainer .marker {
	font: normal normal 12px "roboto_ltregular", arial, sans-serif;
	background-color: #424242;
	margin-bottom: 8px;
	color: #fff;
	padding: 3px 4px;
	line-height: 16px;
	z-index: 2;
}

#elementContainer .brandImageWrap {
	display: block;
}


#elementContainer .brandImageWrap .tb {
	width: auto;
}

#elementContainer .brandImage {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 24px;
	margin-right: 66px;
}

#elementContainer .bindAction {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 24px;
	line-height: 18px;
	font-size: 13px;
}

/*#elementContainer .tb{
	width: auto;
}*/

#elementContainer .bindActionImage {
	width: 38px;
}

#elementContainer .bindActionImage .image {
	display: block;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

#elementContainer .bindAction a {
	position: relative;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#elementContainer .bindAction a:active {
	position: relative;
	top: 1px;
}

.newReviewTable {
	font-size: 0;
}

.newReviewTable .left {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	font-size: 14px;
	padding-right: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.newReviewTable .right {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	font-size: 14px;
}

.reviewsBtnWrap {
	padding-bottom: 6px;
	border-bottom: 1px solid #e8e8e8;
	margin-top: 6px;
}

.reviewsBtnWrap .row {
	display: inline-block;
	vertical-align: top;
	margin: 0 36px 12px 0;
	font-family: 'roboto_ltregular';
	font-size: 13px;
}

.reviewsBtnWrap .row:last-child {
	margin-right: 0;
}

.reviewsBtnWrap .row img {
	vertical-align: middle;
	padding-right: 6px;
	margin-top: -4px;
}

.reviewsBtnWrap .label {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	line-height: 21px;
	color: #717171;
}

.reviewsBtnWrap .labelDotted {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	color: #000000;
	border-bottom: 1px dashed #b9b9b9;
}

.reviewsBtnWrap a.label:hover .labelDotted {
	border-color: #000000;
}

.reviewsBtnWrap a.label:hover {
	color: #000000;
}

.reviewsBtnWrap a.label:active {
	position: relative;
	top: 1px;
}




#elementContainer .brandImage img {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
	max-height: 34px;
	max-width: 200px;
}

#elementContainer .brandImage:hover img {
	opacity: 0.7;
}

#elementContainer .headingBox {
	table-layout: fixed;
	display: table;
	width: 100%;
}

#elementContainer .headingBox .heading {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 12px;
	font-size: 16px;
}

#elementContainer .headingBox .moreProperties {
	vertical-align: top;
	display: table-cell;
	padding-right: 24px;
	padding-left: 12px;
	width: 40%;
}

#elementContainer .headingBox .morePropertiesLink {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	/*text-decoration: none;*/
	color: #888888;
}

#elementContainer .headingBox .morePropertiesLink:hover {
	color: #000000;
}

#elementContainer .elementProperties .propertyTable {
	table-layout: fixed;
	display: table;
	width: 100%;
}

#elementContainer .elementProperties .propertyTable {
	font-size: 13px;
}

#elementContainer .elementProperties .propertyTable .propertyName,
#elementContainer .elementProperties .propertyTable .propertyValue {
	background-color: #ffffff;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	overflow: hidden;
	padding: 2px 0;
}

#elementContainer .elementProperties .propertyTable .propertyValue {
	padding-left: 12px;
	width: 40%;
}

#elementContainer .elementProperties .propertyTable .analog {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	color: #000000;
}

#elementContainer .elementProperties .propertyTable .analog:hover {
	color: #888888;
}

#elementContainer .elementProperties .propertyTable .propertyName:after {
	border-bottom: 1px dotted #cccccc;
	position: absolute;
	margin-left: 12px;
	height: 13px;
	content: '';
	width: 100%;
}

#elementContainer .elementSkuPropertyValue {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#elementContainer .elementSkuPropertyValue.loading {
	opacity: 0.5;
}

#elementContainer .elementSkuVariantLabel {
	margin-top: 12px;
	font-size: 16px;
}

#elementContainer .elementSkuPropertyName {
	font-size: 13px;
	color: #888888;
}

#elementContainer .elementSkuPropertyList {
	overflow: hidden;
	list-style: none;
	margin: 0px -2px 0 -4px;
	padding: 0px;
}

#elementContainer .elementSkuProperty {
	overflow: hidden;
	margin: 6px 0 12px;
}

#elementContainer .elementSkuPropertyDropdown {
	margin: 6px 0 12px;
}

#elementContainer .elementSkuProperty li {
	box-sizing: border-box;
	overflow: hidden;
	min-width: 54px;
	padding: 4px 2px 2px 4px;
	float: left;
}

#elementContainer .elementSkuProperty .selected .elementSkuPropertyLink {
	pointer-events: none;
	position: relative;
}

#elementContainer .elementSkuProperty .disabled {
	display: none;
}

#elementContainer .elementSkuPropertyLink {
	transition: all 0.2s ease-in-out;
	border: 1px solid transparent;
	background-color: #f5f5f5;
	text-decoration: none;
	border-radius: 4px;
	text-align: center;
	line-height: 24px;
	padding: 8px 12px;
	font-size: 14px;
	display: block;
	color: #000000;
}

#elementContainer .selected .elementSkuPropertyLink {
	background-color: transparent;
}

#elementContainer .elementSkuPropertyPicture {
	background-color: transparent;
	border: 1px solid transparent;
	position: relative;
	border-radius: 4px;
	line-height: 54px;
	height: 54px;
	padding: 0px;
	width: 54px;
}

#elementContainer .elementSkuPropertyPicture:after {
	background-color: rgba(0, 0, 0, 0.04);
	pointer-events: none;
	position: absolute;
	border-radius: 4px;
	content: "";
	height: 54px;
	width: 54px;
	left: 0px;
	top: 0px;
}

#elementContainer .elementSkuPropertyLink:active {
	position: relative;
	top: 1px;
}

#elementContainer .elementSkuPropertyList img {
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#catalogElement .elementSkuDropDownProperty {
	overflow: visible;
}

#catalogElement .elementSkuDropDownProperty .skuDropdownListItem {
	box-sizing: content-box;
	overflow: visible;
	min-width: auto;
	padding: 0px;
	float: none;
}

#catalogElement .skuDropdown {
	background-color: #ffffff;
	border: 1px solid #e7e8ea;
	position: relative;
	line-height: 13px;
	font-size: 13px;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	border-radius: 2px;
	width: 264px;
	margin-top: 4px;
}

#catalogElement .skuCheckedItem {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/selectArrow.png) 97% 50% no-repeat transparent;
	padding: 12px 30px 12px 8px !important;
	border-radius: 4px;
	display: block;
	cursor: pointer;
}

#catalogElement .skuCheckedItem:hover {
	opacity: 0.8;
}

#catalogElement .skuCheckedItem:active {
	position: relative;
	top: 1px;
}

#catalogElement .skuDropdown label:before,
#catalogElement .skuCheckboxList label:before {
	display: none;
}

#catalogElement .skuDropdownList {
	background-color: #ffffff;
	border: 1px solid #e7e8ea;
	visibility: hidden;
	position: absolute;
	list-style: none;
	margin: 0 -1px;
	opacity: 0;
	padding: 0;
	z-index: 2;
	top: 44px;
	right: 0;
	left: 0;
}

#catalogElement .skuDropdownList.opened {
	visibility: visible;
	opacity: 1;
}

#catalogElement .pics .skuDropdownList {
	top: 52px;
}

#catalogElement .skuDropdownList .elementSkuPropertyValue {
	border-top: 1px solid #e7e8ea;
	position: relative;
	display: block;
}

#catalogElement .skuDropdownList .elementSkuPropertyValue:first-child {
	border-top: 0px;
}

#catalogElement .skuDropdownList .selected {
	font-family: "robotomedium";
	background-color: #f9f9f9;
	cursor: pointer;
	color: #ffffff;
	opacity: 0.8;
}

#catalogElement .skuDropdownList .elementSkuPropertyValue:hover {
	background-color: #f9f9f9;
	cursor: pointer;
	color: #ffffff;
	opacity: 0.8;
}

#catalogElement .skuDropdownList .skuPropertyItemLink {
	padding: 12px 8px !important;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
	font-size: 13px;
	color: #000000;
	display: block;
	border: 0px;
}

#catalogElement .skuDropdownList .skuDropdownListItem.selected .skuPropertyItemLink {
	border: 0px;
}

#catalogElement .skuDropdownList .skuDropdownListItem.disabled {
	display: none;
}

#catalogElement .skuDropdownList .elementSkuPropertyValue:active .skuPropertyItemLink,
#catalogElement .skuDropdownList .skuPropertyItemLink:active {
	position: relative;
	top: 1px;
}

.changePropertiesNoGroup {
	margin-top: 24px;
}

#elementContainer #detailText,
#elementContainer #detailTags {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin-top: 24px;*/
	overflow: hidden;
	padding: 0 24px 24px 24px;
	font-size: 14px;
	clear: both;
}

#elementContainer #detailTags {
	padding-bottom: 0px;
}

#elementContainer #detailText .heading,
#elementContainer #detailTags .heading {
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 0;
	font-weight: 800;
	font-size: 20px;
}

#elementContainer #detailText img {
	max-width: 100%;
}

#elementContainer .defailTagsItems {
	margin-bottom: 12px;
}

#elementContainer .detailTagsItems .detailTagsItem {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 12px;
	margin-right: 12px;
}

#elementContainer .detailTagsItems .detailTagsItem:last-child {
	margin-right: 0px;
}

#elementContainer .detailTagsItems .detailTagsLink {
	transition: all 0.2s ease-in-out;
	display: block;
	background-color: #f4f4f4;
	text-decoration: none;
	padding: 6px 12px;
	border-radius: 4px;
	color: #000000;
}

#elementContainer .detailTagsItems .detailTagsLink.selected {
	font-family: 'robotomedium';
}

#elementContainer .detailTagsItems .detailTagsLink.selected .reset {
	vertical-align: middle;
	display: inline-block;
	margin-left: 6px;
	font-size: 13px;
}

#elementContainer .detailTagsItems .detailTagsLink:hover {
	background-color: #f0f0f0;
}

#elementContainer .detailTagsItems .detailTagsLink:active {
	position: relative;
	top: 1px;
}

#elementContainer .detailTagsItems .moreButton .detailTagsLink {
	background-color: #ffffff;
	border: 1px solid #e7e8ea;
}

#elementContainer .detailTagsItems .moreButton .detailTagsLink:hover {
	background-color: #fbfbfb;
}

#elementContainer .detailTagsItems .detailTagsItem.showAll {
	display: inline-block !important;
}

@media screen and (min-width: 600px) {
	#elementContainer .detailTagsItems .desktopHidden {
		display: none;
	}
}

@media screen and (max-width: 600px) {

	#elementContainer .detailTagsItems .mobileHidden,
	#elementContainer #detailTags.mobileHidden {
		display: none;
	}
}

#morePhotoSlider {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 24px 48px 0 48px;
}

#morePhotoSlider .morePhotos {
	-webkit-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
}

#morePhotoSlider .morePhotos .photoItem {
	/*transform: scale(0.7);*/
	position: relative;
	text-align: center;
	opacity: 0.6;
	float: left;
}

#morePhotoSlider .morePhotos .photoItem.selected {
	padding-bottom: 24px;
	/*transform: scale(1);*/
	opacity: 1;
}

#morePhotoSlider .morePhotos .photoItem.selected:after {
	transform: translateX(-50%);
	border-bottom: 2px solid #000000;
	position: absolute;
	display: block;
	content: "";
	width: 30%;
	left: 50%;
	bottom: 0px;
}

#morePhotoSlider .morePhotos .photoItem a {
	display: inline-block;
	line-height: 100px;
	height: 100px;
}

#morePhotoSlider .morePhotos .photoItem img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

#elementContainer .zoom {
	cursor: zoom-in;
}

#related,
#similar {
	margin-top: 24px;
}

#related .heading,
#similar .heading {
	border-top: 1px solid #e7e8ea;
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
}

#catalogElement .productList {
	border-left: 0px;
}

#catalogElement .product {
	width: 25%;
}

#giftContainer {
	padding-bottom: 24px;
	margin-top: 24px;
}

#giftContainer .heading {
	border-top: 1px solid #e7e8ea;
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#elementProperties {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin-top: 24px;*/
	padding: 0 24px;
	overflow: auto;
}

#elementProperties .heading {
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 0px 24px 0;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

.elementProperties a {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #000000;
}

#elementProperties .stats {
	/*min-width: 600px;*/
	width: 100%;
	padding: 12px;
	border-collapse: collapse;
	table-layout: fixed;
}

#elementProperties .stats a {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #000000;
}

#elementProperties .stats a:active {
	position: relative;
	top: 1px;
}

#elementProperties .stats td {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#elementProperties .stats .question {
	background: url("/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/questions.png") 0 0 transparent;
	-webkit-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	vertical-align: middle;
	display: inline-block;
	margin-left: 6px;
	height: 19px;
	width: 19px;
}

#elementProperties .stats .question:hover {
	background: url("/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/questions.png") -19px 0 transparent;
}

#elementProperties .stats .question:active {
	background: url("/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/questions.png") -38px 0 transparent;
}

#elementProperties .stats tr {
	border: 1px solid #e4e4e4;
}

#elementProperties .stats tr.gray:last-child {
	border-bottom: 0px;
}

#elementProperties .stats .gray td {
	background-color: #F6F6F6;
}

#elementProperties .stats tr:hover td {
	background: #eee;
}

#elementProperties .stats .cap,
#elementProperties .stats .cap:hover td {
	background-color: #fff !important;
	border: 0 !important;
}

#elementProperties .stats .cap td {
	font-size: 18px;
	color: #000000;
	padding: 12px 0;
}

#elementProperties .stats td {
	padding: 6px 0px;
}

#elementProperties .stats .name {
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	padding-left: 12px;
	overflow: hidden;
	width: 40%;
}

#elementProperties .stats .name span {
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	padding-right: 12px;
}

#elementProperties .stats .analog {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 13px;
	text-decoration: none;
	color: #9d9d9d;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 1px;
}

#elementProperties .stats .analog:hover {
	color: #000000;
	border-bottom-color: #000000;
}

#elementProperties .stats .analog:active {
	position: relative;
	top: 1px;
}

#elementProperties .stats .right {
	text-align: right;
	padding-right: 10%;
}

#catalogElement .bx_pagination_bottom {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#files {
	margin-top: 24px;
}

#files .wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#files .heading {
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#files .items {
	overflow: hidden;
}

#files .item {
	margin-bottom: 24px;
	overflow: hidden;
	height: 65px;
	float: left;
	width: 25%;
}

#files .item .tb {
	table-layout: fixed;
	display: table;
	width: 100%;
}

#files .item .tbr {
	display: table-row;
}

#files .item .icon {
	vertical-align: middle;
	display: table-cell;
	width: 20%;
}

#files .item .icon a {
	display: block;
}

#files .item .icon img {
	vertical-align: middle;
	max-width: 100%;
}

#files .item .info {
	vertical-align: middle;
	display: table-cell;
	padding-right: 18px;
	width: 50%;
}

#files .item .info .name {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
	display: block;
	color: #000000;
	height: 25px;
}

#files .item .info .name span {
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

#files .item small {
	display: block;
}

#video {
	margin-top: 24px;
}

#video .wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#video .heading {
	border-top: 1px solid #efefef;
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#video .items {
	overflow: hidden;
	margin: 0 -12px;
}

#video .items.sz1 {
	margin: 0;
}

#video .item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 33.33333%;
	padding: 0px 12px 24px 12px;
}

#video .item iframe {
	height: 200px;
	width: 100%;
}

#video .items.sz1 .item {
	padding: 0px;
	width: 100%;
}

#video .items.sz1 iframe {
	height: 500px;
}

#video .items.sz2 .item {
	width: 50%;
}

#video .items.sz2 iframe {
	height: 300px;
}


#elementError {
	background-color: rgba(0, 0, 0, 0.298);
	display: none;
	height: 100%;
	left: 0px;
	overflow: visible;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 998;
}

#elementErrorContainer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.500);
	background-color: #ffffff;
	margin-left: -150px;
	margin-top: -130px;
	position: relative;
	overflow: hidden;
	color: #000000;
	width: 300px;
	z-index: 999;
	left: 50%;
	top: 50%;
}

#elementErrorContainer span.heading {
	background-color: #424242;
	color: #ffffff;
	display: block;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#elementErrorContainer p {
	text-align: center;
	color: #000000;
	padding: 12px;
}

#elementErrorContainer #elementErrorClose {
	background: url("/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/exit.png") 0px 0px no-repeat transparent;
	margin-bottom: 24px;
	position: absolute;
	display: block;
	height: 21px;
	right: 24px;
	width: 21px;
	top: 16px;
}

#elementErrorContainer #elementErrorClose:hover {
	background: url("/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/exit.png") 0px -21px no-repeat transparent;
}

#elementErrorContainer #elementErrorClose:active {
	background: url("/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/exit.png") 0px -42px no-repeat transparent;
}

#elementErrorContainer .close {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #cccccc;
	background: #424242;
	width: 140px;
	text-decoration: none;
	margin: 0px auto 12px;
}

#elementErrorContainer .close:hover {
	background: #2b2b2b;
}

#elementErrorContainer .close:active {
	position: relative;
	top: 1px;
}

#catalogElement #hint {
	position: absolute;
	border: 1px solid #bdbdbd;
	background: #fff;
	width: 300px;
	box-shadow: 1px 1px 12px #dbdbdb;
	padding: 12px;
}

#catalogElement #hint span {
	font-size: 14px;
	line-height: 31px;
	font-weight: 600;
	display: block;
}

#catalogElement #hint ins {
	background: url("/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/clear.png") no-repeat 0 0 transparent;
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
	width: 10px;
	height: 9px;
	cursor: pointer;
}

#catalogElement #hint ins:active {
	top: 13px;
}

#skuOffersTable {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}

#skuOffersTable .offersTableContainer {
	box-sizing: border-box;
	padding: 0px 24px;
}

#skuOffersTable .offersTableContainerBtn {
	margin-top: 24px;
	text-align: center;
}

#skuOffersTable .catalogProductOffersNext img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 8px;
	margin-top: -2px;
}

#skuOffersTable .catalogProductOffersNext.btn-simple {
	border-radius: 4px;
	width: 156px;
}

#skuOffersTable .heading {
	border-top: 1px solid #e7e8ea;
	font-family: 'robotomedium';
	text-transform: uppercase;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#skuOffersTable .offersTable {
	width: 100%;
}

#skuOffersTable .tb {
	transition: all 0.2s ease-in-out;
	width: 100%;
}

#skuOffersTable .tableElem .tb:hover {
	background-color: #fdfdfd;
}

#skuOffersTable .tc {
	box-sizing: border-box;
	text-align: center;
	padding: 8px 6px;
}

#skuOffersTable .thead {
	border-radius: 4px;
	background: #f1f1f1;
}

#skuOffersTable .thead .tc {
	padding: 12px 6px;
}

#skuOffersTable .tableElem {
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	margin-top: 8px;
}

#skuOffersTable .offersTable th,
#skuOffersTable .offersTable td {
	text-align: center;
}

#skuOffersTable .offersTable th {
	background-color: #f1f1f1;
	padding: 12px 0px;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
}

#skuOffersTable .offersTable td {
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
	padding-bottom: 8px;
	padding-top: 8px;
}

#skuOffersTable .offersTable th {
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
}

#skuOffersTable .offersTable th:first-child,
#skuOffersTable .offersTable td:first-child {
	border-left: 1px solid #f3f3f3;
}

#skuOffersTable .offersTable th:last-child,
#skuOffersTable .offersTable td:last-child {
	border-right: 1px solid #f3f3f3;
}

#skuOffersTable .offersTable .offersName {
	text-align: left;
	width: 220px;
}

#skuOffersTable .offersTable .offersName+td {
	padding-left: 12px;
}

#skuOffersTable .offersTable .offersPicture {
	width: 96px;
}

#skuOffersTable .offersTable .offersPicture img {
	vertical-align: middle;
	max-height: 54px;
	max-width: 42px;
	height: auto;
	width: auto;
}

#skuOffersTable .offersTable .priceWrap {
	width: 184px;
}

#skuOffersTable .offersTable .quantity img {
	vertical-align: middle;
	display: inline-block;
	padding-right: 6px;
	margin-top: -4px;
}

#skuOffersTable .offersTable .price {
	font-family: "robotomedium";
	position: relative;
	font-size: 16px;
}

#skuOffersTable .offersTable .getPricesWindow .priceIcon {
	display: none;
}

#skuOffersTable .offersTable .quanBaskWrap {
	width: 250px;
	padding: 0;
}

#skuOffersTable .offersTable .quanBaskWrap .tc {
	width: 50%;
}

#skuOffersTable .offersTable .basket {
	padding-right: 12px;
}

#skuOffersTable .offersTable .price .priceIcon {
	margin-right: 6px;
}

#skuOffersTable .offersTable .price .lnk {
	border-bottom: 1px dashed #000000;
	transition: all 0.2s ease-in-out;
	padding-bottom: 2px;
}

#skuOffersTable .offersTable .price:hover .lnk {
	border-color: #888888;
}

#skuOffersTable .offersTable .property {
	/*font-family: "robotobold";*/
	font-size: 14px;
}

#skuOffersTable .offersTable .discount {
	font-family: 'roboto_ltregular';
	position: absolute;
	font-size: 13px;
	color: #888888;
	display: block;
	right: -12px;
	top: -16px;
}

#skuOffersTable .offersTable .basket .addCart {
	/*width: 76px;*/
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	line-height: 30px;
	padding: 0 12px;
	color: #ffffff;
	height: 30px;
}

#skuOffersTable .offersTable .basket .addCart.requestPrice {
	margin-top: 0px;
}

#skuOffersTable .offersTable .basket .addCart:active {
	position: relative;
	top: 1px;
}

#skuOffersTable .offersTable .basket .addCart img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 12px;
	margin-top: -4px;
}

#skuOffersTable .outOfStock {
	color: #888888;
}

#complect {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	padding: 0 24px;
}

#complect .heading {
	border-top: 1px solid #efefef;
	font-family: 'robotobold';
	text-transform: uppercase;
	padding: 24px 0px 12px 0;
	letter-spacing: 1px;
	font-weight: 800;
	font-size: 20px;
	display: block;
}

#complect .complectList {
	overflow: hidden;
	margin: 0 -12px;
}

#complect .complectListItem {
	position: relative;
	height: 355px;
	float: left;
	width: 25%;
}

#complect .complectListItemWrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px;
}

#complect .complectListItemPicture img {
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	vertical-align: middle;
	max-height: 90%;
	max-width: 90%;
}

#complect .complectListItemPicture:hover img {
	opacity: 0.8;
}

#complect .complectListItemPicLink {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: block;
	text-align: center;
	height: 240px;
	line-height: 240px;
}

#complect .complectListItemLink {
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	text-decoration: none;
	margin-bottom: 12px;
	line-height: 44px;
	overflow: hidden;
	font-size: 14px;
	display: block;
	height: 44px;
}

#complect .complectListItemLink .middle {
	display: inline-block;
	vertical-align: top;
	line-height: 21px;
}

#complect .complectListItemPrice {
	font-family: 'robotobold';
	font-size: 18px;
	display: block;
	text-decoration: none;
	margin-bottom: 12px;
}

#complect .complectListItemPrice .measure {
	font-size: 16px;
}

#complect .complectListItemPrice .discount {
	font-family: 'roboto_ltregular';
	padding-left: 4px;
	font-size: 14px;
}

#complect .complectResult {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e8e8e8;
	background-color: #fdfdfd;
	padding-right: 24px;
	padding-left: 24px;
	line-height: 60px;
	overflow: hidden;
	height: 60px;
}

#complect .complectPriceResult {
	font-family: 'robotobold';
	display: inline-block;
	margin-left: 12px;
	font-size: 18px;
}

#complect .complectResult .discount {
	font-family: 'roboto_ltregular';
	margin-left: 12px;
	font-size: 14px;
	color: #888888;
}

#complect .complectResultEconomy {
	border-left: 1px solid #e8e8e8;
	padding-left: 24px;
	float: right;
}

#complect .complectResultEconomyValue {
	font-family: 'robotobold';
	margin-left: 12px;
	font-size: 16px;
}

#complect .complectListItem:after {
	font-family: 'roboto_thregular';
	transform: translateY(-50%);
	position: absolute;
	font-size: 48px;
	display: block;
	color: #888888;
	content: "+";
	right: -12px;
	top: 50%;

}

#complect .complectListItem:last-child:after,
#complect .complectListItem:nth-child(4n):after {
	display: none;
}

#zoomer {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.7);
}

#zoomer.opened {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

#zoomer #zoomerExitLink {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/exitBig.png) 0 0 no-repeat transparent;
	height: 50px;
	opacity: 0.5;
	width: 50px;
}

#zoomer #zoomerExitLink:hover {
	opacity: 0.8;
}

#zoomer #zoomerExitLink:active {
	height: 48px;
	opacity: 1;
	top: 25px;
}

#zoomerMoreImagesContainerWrapper .item {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#zoomerMoreImagesContainerWrapper .item:hover {
	opacity: 0.9 !important;
}

#zoomerMoreImagesContainerWrapper .selected {
	opacity: 1 !important;
}

#zoomerBigPrevMore,
#zoomerBigNextMore {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/carouselArrowsBig.png) 0 0 no-repeat transparent;
	opacity: 0.5;
}

#zoomerBigNextMore {
	background-position: -57px 0;
}

#zoomerNextMore,
#zoomerPrevMore {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/images/carouselArrows.png) 0 0 no-repeat transparent;
	opacity: 0.5;
}


#zoomerNextMore {
	background-position: -80px 0;
}

#zoomerPrevMore:hover,
#zoomerNextMore:hover,
#zoomerBigPrevMore:hover,
#zoomerBigNextMore:hover {
	opacity: 0.8;
}

#zoomerPrevMore:active,
#zoomerNextMore:active,
#zoomerBigPrevMore:active,
#zoomerBigNextMore:active {
	opacity: 1;
}

#zoomerNextMore:active {
	right: -1px !important;
}

#zoomerPrevMore:active {
	left: -1px !important;
}

#zoomerBigPrevMore:active {
	left: 23px !important;
}

#zoomerBigNextMore:active {
	right: 23px !important;
}

#zoomerMoreImagesContainerWrapper .link:active {
	position: relative;
	top: 1px;
}

.catalogProductOffersPager {
	text-align: center;
}

.catalogProductOffersNext {
	margin-top: 24px;
}

#catalogElement input[type="radio"]:not(checked) {
	position: absolute;
	opacity: 0;
}

#catalogElement input[type="radio"]+label {
	cursor: pointer;
}

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

.smallSpecialTime {
	padding-bottom: 12px;
	color: #ffffff;
	font-size: 0;
	line-height: 0;
}

.smallSpecialTime .specialTimeItem {
	display: inline-block;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: center;
	overflow: hidden;
	margin-left: 4px;
	padding: 8px 0px;
	line-height: 14px;
	height: 42px;
	width: 48px;
}

.smallSpecialTime .specialTimeItem:first-child {
	margin-left: 0px;
}

.smallSpecialTime .specialTimeItemValue {
	font-family: 'robotomedium';
	font-size: 14px;
}

.smallSpecialTime .specialTimeItemlabel {
	font-family: "roboto_ltregular";
	font-size: 12px;
}

.detail-text-wrap {
	box-sizing: border-box;
	margin-top: 12px;
	padding: 0 24px 24px;
	border-top: 1px solid #e7e8ea;
}

.detail-text-wrap .heading {
	font-family: "robotomedium";
	padding: 30px 0 0px;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}

#elementContainer .new-list-items-wrap {
	border-top: 1px solid #e7e8ea;
	box-sizing: border-box;
	margin-bottom: 24px;
	margin-top: 0px;
	padding: 0 24px;
}

.new-list-items-wrap .heading {
	display: block;
	padding: 36px 0 18px;
	font-family: "robotomedium";
	font-size: 20px;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}

#elementContainer .new-list-items {
	max-width: none;
	margin: 0 -12px;
	font-size: 0;
}

.new-list-items .list-item-wrap {
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 12px;
	box-sizing: border-box;
}

.new-list-items .list-item {
	padding: 24px 18px;
	border: 1px solid #e7e8ea;
	border-radius: 2px;
}

.new-list-items .image {
	width: 54px;
	padding-right: 18px;
}

.new-list-items .image-container {
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.new-list-items .image-container:hover {
	opacity: 0.9;
}

.new-list-items .image-container:active {
	position: relative;
	top: 1px;
}

.new-list-items .text {
	color: #000000;
}

.new-list-items .name {
	display: block;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 18px;
	max-height: 18px;
	overflow: hidden;
	text-decoration: none;
	color: #000000;
}

.new-list-items .name:active {
	position: relative;
	top: 1px;
}

.new-list-items .price {
	position: relative;
	display: inline-block;
	padding-right: 18px;
	font-size: 18px;
	font-family: "robotobold"
}

.new-list-items .old-price {
	position: absolute;
	right: 0;
	top: -12px;
	font-size: 13px;
	line-height: 15px;
	font-family: "roboto_ltregular";
	font-size: 13px;
	color: #888888;
}

.new-list-items .active-link {
	display: inline-block;
	font-family: "roboto_ltregular";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/*aaa*/
#breadcrumbs,
.menuContainerColor,
[id^=subHeader] {
	display: none;
}

.m_top_block {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 23px;
}

.back_and_name {
	display: flex;
}

.back_and_name h1 {
	margin: 0px;
}

.back_arrow {
	width: 34px;
	height: 34px;
	background: url('/img/detail/back.svg') no-repeat;
	background-size: contain;
	display: block;
	margin-right: 40px;
}

.block_to_share_etc {
	display: flex;
	position: absolute;
	top: 10px;
	right: 75px;
	z-index: 1;
}

.block_to_share_etc .share {
	position: relative;
	width: 27px;
	height: 27px;
	background: url('/img/detail/share.svg') no-repeat;
	background-size: contain;
	margin-right: 12px;
	cursor: pointer;
}

.block_to_share_etc .fav {
	width: 27px;
	height: 27px;
}

.block_to_share_etc .fav a {
	background: url('/img/fav.svg') no-repeat;
	background-size: contain;
}

.block_to_share_etc .fav a.added {
	background: url('/img/after_fav.svg') no-repeat;
}

.block_to_share_etc .fav a {
	display: block;
	width: 100%;
	height: 100%;
}

#catalogElement {
	border: none;
}

#elementTools {
	padding: 18px;
	padding: 0px;
	background: none;
}

.mainTool {
	padding: 18px;
	background: #fff;
	border-radius: 15px;
	margin-bottom: 22px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

#elementContainer {
	padding-right: 0px;
}

#elementTools .price.changePrice {
	display: flex;
	margin: 0px;
}

#elementTools .priceContainer {
	margin-right: 8px;
}

#catalogElement .fixContainer {
	width: auto;
}

.priceVal {
	color: #dc0a0a;
}

.btn_1 {
	height: 42px;
	line-height: 42px;
	border-radius: 6px;
	background: #4b4b4b;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

.btn_2 {
	height: 42px;
	line-height: 42px;
	border-radius: 6px;
	background: #ff6d31;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.small_help {
	color: #808080;
	font-size: 11px;
	margin-top: 5px;
	text-align: right;
	line-height: normal;
	margin-bottom: 15px;
}

.btn_2+.small_help {
	margin-bottom: 0px;
}

#elementTools.fixed .fixContainer {
	width: 280px;
	background: none;
}

#elementTools .fixContainer.maxScroll {
	width: 280px;
	left: 0px;
}

.perezvonim {
	height: 20px;
	line-height: 20px;
	padding-left: 37px;
	margin-left: 18px;
	margin-bottom: 7px;
	text-decoration: underline;
	background: url('/img/detail/perezvonim.svg') no-repeat;
	background-size: auto 100%;
	cursor: pointer;
	color: #808080;
}

.zakazat_v_rassr {
	height: 20px;
	line-height: 20px;
	padding-left: 37px;
	margin-left: 18px;
	margin-bottom: 7px;
	text-decoration: underline;
	background: url('/img/detail/zakazat_v_rassr.svg') no-repeat;
	background-size: auto 100%;
	cursor: pointer;
	color: #808080;
	display: block;
}

.zakazat_dis {
	height: 20px;
	line-height: 20px;
	padding-left: 37px;
	margin-left: 18px;
	margin-bottom: 7px;
	text-decoration: underline;
	background: url('/img/detail/zakazat_dis.svg') no-repeat;
	background-size: auto 100%;
	cursor: pointer;
	color: #808080;
}

@media all and (max-width: 1520px) {
	body #elementTools {
		width: 280px;
	}
}

#elementContainer .mainContainer .col:first-child {
	padding: 0 131px 0 110px;
	box-sizing: border-box;
}

#elementProperties,
#files .heading,
#files .wrap {
	padding-left: 0px;
}

.mainToolContainer .text {
	font-size: 13px;
	white-space: nowrap;
	color: #808080;
}

#elementContainer .mainContainer .col {
	display: flex;
	width: 100%;
}

#pictureContainer {
	width: 80%;
	order: 1;
	position: relative;
}

#browse {
	position: relative;
}

#browse .left_arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	background: url('/img/detail/arrow_left_1.svg') no-repeat center;
	width: 40px;
	height: 40px;
	opacity: 0.4;
}

#browse .right_arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 21px;
	background: url('/img/detail/arrow_right_1.svg') no-repeat center;
	width: 40px;
	height: 40px;
	opacity: 0.4;
}

#browse .left_arrow.active,
#browse .right_arrow.active {
	opacity: 1;
	cursor: pointer;
}

#moreImagesCarousel {
	width: 20%;
}

#elementContainer #moreImagesCarousel .carouselWrapper {
	width: 100%;
}

#elementContainer #moreImagesCarousel .slideBox {
	width: auto !important;
	left: auto !important;
	height: auto;
	/*height: 588px;*/
	display: flex;
	justify-content: space-between;
}

#elementContainer #moreImagesCarousel .slideBox .item {
	float: none;
	width: 10px !important;
	height: 10px !important;
	background: red;
	border-radius: 10px;
	border: 1px solid;
	cursor: pointer;
}

#elementContainer #moreImagesCarousel .slideBox .item a {
	height: 135px;
	line-height: 135px;
}

#elementContainer #moreImagesCarousel .slideBox .item img {
	vertical-align: top;
	width: 100%;
}

#elementContainer #moreImagesCarousel {
	padding-top: 0px;
	margin-top: 0px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

#elementContainer #moreImagesCarousel .slideBox .item.selected:after {
	display: none;
}

#elementContainer #pictureContainer .item a img {
	height: 588px;
	height: 100%;
}

#V_P_Z {
	padding: 25px 30px;
	background: #ebf2fa;
	border-radius: 16px;
	text-align: center;
	margin-bottom: 130px;
}

#V_P_Z .title {
	font-size: 28px;
	margin-bottom: 46px;
	font-weight: bold;
}

#V_P_Z .items {
	display: flex;
	justify-content: space-between;
	text-align: left;
}

#V_P_Z .item {
	width: 17.6%;
	/*226/1282*/
	border-radius: 25px;
	padding: 15px;
	background: #fff;
	box-sizing: border-box;
}

#V_P_Z .item .num_img {
	display: flex;
	margin-bottom: 15px;
}

#V_P_Z .item .num {
	height: 60px;
	line-height: 60px;
	color: #ff6d31;
	font-size: 80px;
	margin-right: 16px;
	font-weight: bold;
}

#V_P_Z .item .img {
	height: 60px;
}

#V_P_Z .item .img img {
	height: 100%;
}

#V_P_Z .item .name {
	color: #099de7;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}

#V_P_Z .item .text {
	font-size: 12px;
}

.share:hover .share-items {
	display: block;
}

.share .share-items {
	position: absolute;
	top: 100%;
	z-index: 10;
	display: none;
	padding-top: 5px;
}

.share .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
	height: 27px;
	width: 27px;
	background-size: 27px 27px;
}

.markerContainer {
	display: none;
}

/*@media all and (max-width: 425px){*/
@media all and (max-width: 1024px) {
	.m_top_block {
		margin-top: 25px;
		position: relative;
	}

	.limiter {
		margin: 0px;
	}

	#main .limiter {
		margin: 0px 2%;
	}

	.back_and_name h1 {
		font-size: 23px;
	}

	#elementContainer {
		padding: 0px;
	}

	#pictureContainer .pictureSlider {
		margin-top: 0px;
	}

	#elementContainer .mainContainer .col:first-child {
		padding: 0px;
	}

	#elementContainer #smallElementTools {
		margin-top: 0px;
	}

	#catalogElement .mobilePriceContainer .priceBlock {
		margin: 0px;
	}

	#catalogElement #smallElementTools .price .oldPriceLabel {
		margin: 0px;
	}

	#elementContainer #pictureContainer .pictureSlider .item {
		padding: 0px;
		height: 400px;
		vertical-align: middle;
	}

	#elementContainer #pictureContainer .item a {
		display: flex;
		align-items: center;
		aspect-ratio: auto;
		aspect-ratio: 300/347;
		background: #a0a0a0;
		border-radius: 10px;
		height: 347px;
		height: auto;
	}

	#elementContainer #pictureContainer .item a img {
		height: auto;
		width: auto;
		width: 100%;
		max-width: none;
		max-width: 100%;
		border-radius: 10px;
		max-height: none;
	}

	#V_P_Z {
		overflow: hidden;
	}

	#elementContainer #smallElementTools .smallElementToolsContainer {
		box-shadow: none;
	}

	.mainTool {
		box-shadow: none;
		background: none;
	}

	#elementTools .priceBlock,
	#smallElementTools .priceBlock {
		display: inline-block;
	}

	#smallElementTools .price {
		text-align: center;
	}

	.mainToolContainer .text {
		text-align: center;
		margin-bottom: 0px;
	}

	.mobilePriceContainer .btn_1 {
		margin-top: 30px;
	}

	#catalogElement .priceBlock {
		margin: 0px;
	}

	.mainToolContainer img {
		display: none;
	}

	#files {
		padding-left: 0px;
	}

	.el_page .limiter {
		margin: 0px;
	}

	.block_1 {
		margin: 0px 2%;
	}

	.block_1 #detailText {
		margin-bottom: 20px;
	}

	.block_1 .changePropertiesGroup {
		margin: 0px;
		margin-bottom: 20px;
	}

	#elementProperties {
		padding: 0px;
	}

	.block_1 #files {
		padding: 0px;
		margin: 0px;
		margin-bottom: 20px;
	}

	#V_P_Z .item {
		width: 40%;
		width: 80%;
		margin-right: 4%;
		flex: 1 0 auto;
	}

	#V_P_Z .item .num {
		font-size: 65px;
	}

	#V_P_Z {
		margin-bottom: 70px;
	}

	.back_and_name {
		display: block;
	}

	.back_and_name h1 {
		line-height: normal;
		flex-basis: 0;
		flex-grow: 1;
		text-align: left;
		display: inline;
		vertical-align: middle;
	}

	.back_arrow {
		margin-right: 20px;
		vertical-align: middle;
		display: inline-block;
	}

	.block_to_share_etc {
		position: absolute;
		right: 10px;
		z-index: 1;
	}

	#elementContainer #moreImagesCarousel {
		bottom: 30px;
	}

	#elementContainer #moreImagesCarousel .carouselWrapper {
		width: auto;
	}

	body #elementContainer #moreImagesCarousel .slideBox .item {
		padding: 0px;
	}

	#moreImagesCarousel .controls {
		display: none;
	}

	#catalogElement .mainTool {
		padding-top: 0px;
	}

	#browse .left_arrow {
		left: 10px;
	}

	#browse .right_arrow {
		right: 10px;
	}

	#elementContainer #smallElementTools .mobilePriceContainer {
		width: auto;
		display: block;
	}

	.btn_1 {
		margin-top: 20px;
	}

	.hover_block .name_ {
		padding-top: 10%;
	}

	.hover_block .zoom_block {
		font-size: 12px;
	}

	.share:hover .share-items {
		display: none;
	}
}

/*aaa end*/


/*****************cart********************/
#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;
	box-sizing: border-box;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 4px;
	position: relative;
	text-align: center;
	line-height: 60px;
	padding: 0 24px;
	font-size: 16px;
	display: block;
	height: 60px;
}

#elementTools .addCart.requestPrice span,
#elementTools .addCart.subscribe span,
#elementTools .addCart.disabled span,
#elementTools .addCart.added span,
#elementTools .addCart span,
#smallElementTools .addCart.requestPrice span,
#smallElementTools .addCart.subscribe span,
#smallElementTools .addCart.disabled span,
#smallElementTools .addCart.added span,
#smallElementTools .addCart span {
	transform: translate(-50%, -50%);
	transition: all 0.2s ease-in-out;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
}

#elementTools .addCart.added+.quantityContainer,
#elementTools .addCart.disabled+.quantityContainer,
#elementTools .addCart.subscribe+.quantityContainer,
#elementTools .addCart.requestPrice+.quantityContainer,
#smallElementTools .addCart.added+.quantityContainer,
#smallElementTools .addCart.disabled+.quantityContainer,
#smallElementTools .addCart.subscribe+.quantityContainer,
#smallElementTools .addCart.requestPrice+.quantityContainer {
	display: none;
}

#elementTools .addCart .icon,
#smallElementTools .addCart .icon {
	padding-right: 12px;
	margin-top: -4px;
}

#elementTools .addCartContainer,
#smallElementTools .addCartContainer {
	margin-bottom: 12px;
	position: relative;
	overflow: hidden;
	margin-top: 18px;
}

#elementTools .addCart.added+.quantityContainer,
#elementTools .addCart.disabled+.quantityContainer,
#elementTools .addCart.subscribe+.quantityContainer,
#elementTools .addCart.requestPrice+.quantityContainer,
#smallElementTools .addCart.added+.quantityContainer,
#smallElementTools .addCart.disabled+.quantityContainer,
#smallElementTools .addCart.subscribe+.quantityContainer,
#smallElementTools .addCart.requestPrice+.quantityContainer {
	display: none;
}

#elementTools .addCartContainer.viewed span,
#elementTools .addCartContainer:hover span,
#smallElementTools .addCartContainer.viewed span,
#smallElementTools .addCartContainer:hover span {
	transform: translate(24px, -50%);
	left: 0%;
}

#elementTools .addCart.added span,
#elementTools .addCart.disabled span,
#elementTools .addCart.subscribe span,
#elementTools .addCart.requestPrice span,
#smallElementTools .addCart.added span,
#smallElementTools .addCart.disabled span,
#smallElementTools .addCart.subscribe span,
#smallElementTools .addCart.requestPrice span {
	transform: translate(-50%, -50%);
	left: 50%;
}

#elementTools .addCartContainer:hover .quantityContainer,
#elementTools .addCartContainer.viewed .quantityContainer,
#smallElementTools .addCartContainer:hover .quantityContainer,
#smallElementTools .addCartContainer.viewed .quantityContainer {
	transform: translateX(0px);
	visibility: visible;
	opacity: 1;
}

#elementTools .quantityContainer,
#smallElementTools .quantityContainer {
	transition: all 0.2s ease-in-out;
	transform: translateX(50px);
	position: absolute;
	visibility: hidden;
	right: 24px;
	opacity: 0;
	top: 16px;
}

#elementTools .quantityContainer .quantity,
#smallElementTools .quantityContainer .quantity {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: transparent;
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	padding: 0 2px;
	color: #ffffff;
	margin: 0 4px;
	height: 28px;
	width: 28px;
	border: 0;
}

#elementTools .quantityContainer .quantity.maxQuantity,
#smallElementTools .quantityContainer .quantity.maxQuantity {
	color: #ff0000;
}

#elementTools .quantityContainer .plus,
#elementTools .quantityContainer .minus,
#smallElementTools .quantityContainer .plus,
#smallElementTools .quantityContainer .minus {
	background-color: rgba(255, 255, 255, 0.1);
	vertical-align: middle;
	display: inline-block;
	min-width: auto;
	padding: 0px;
	height: 28px;
	width: 28px;
	border: 0px;
}

#elementTools .quantityContainer .minus,
#elementTools .quantityContainer .plus,
#smallElementTools .quantityContainer .minus,
#smallElementTools .quantityContainer .plus {
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#elementTools .quantityContainer .plus,
#smallElementTools .quantityContainer .plus {
	background-image: url(/local/templates/dresscodeV2/images/basket-add-plus.png);
	border-radius: 2px 2px 0px 0px;
}

#elementTools .quantityContainer .minus,
#smallElementTools .quantityContainer .minus {
	background-image: url(/local/templates/dresscodeV2/images/basket-add-minus.png);
	border-radius: 0px 0px 2px 2px;
}

#elementTools .quantityContainer .plus:hover,
#elementTools .quantityContainer .minus:hover,
#smallElementTools .quantityContainer .plus:hover,
#smallElementTools .quantityContainer .minus:hover {
	background-color: rgba(255, 255, 255, 0.15);
}

#elementTools .quantityContainer .minus:active,
#elementTools .quantityContainer .plus:active,
#smallElementTools .quantityContainer .minus:active,
#smallElementTools .quantityContainer .plus:active {
	position: relative;
	top: 1px;
}

#elementTools .quantityContainer .plus.error,
#elementTools .quantityContainer .minus.error,
#smallElementTools .quantityContainer .plus.error,
#smallElementTools .quantityContainer .minus.error {
	background-color: #bc1414;
}

#elementTools .icon,
#smallElementTools .icon {
	vertical-align: middle;
	display: inline-block;
}

#elementTools .addCart .icon,
#smallElementTools .addCart .icon {
	padding-right: 12px;
	margin-top: -4px;
}


/******detail catalog element   *************/

.body_el_page .m_top_block {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 23px;
	max-width: 1106px;
	margin: auto;
}

.back_and_name {
	margin: 10px 0;
	align-items: center;
}

.back_and_name h1 {
	font-size: 23px;
	margin: 0px;
	vertical-align: middle;
	white-space: nowrap;
	overflow: scroll;
	padding: 0 !important;
	margin-bottom: -20px;
	//width: 40.5%;
	max-width: 1050px;
	touch-action: pan-x;
}

#elementNavigation {
	width: 0;
	display: none !important;
}

#upButton.enb {
	display: none;
}

#tableContainer,
#mat_cat {
	width: 100%;
	max-width: 1106px;
	margin: auto;
}

#tableContainer {
	display: flex;
	width: 100%;
}

#tableContainer .column {
	display: block;
}

#elementContainer .mainContainer {
	display: block;
}

#elementProperties,
#files .heading,
#files .wrap {
	padding: 0;
}

.btn_1 {
	margin-top: -23px;
}

#catalogElement .fixContainer,
#elementTools.fixed .fixContainer,
#elementTools .fixContainer.maxScroll {
	width: 300px;
	max-width: 350px;
}

#elementContainer .mainContainer .col:first-child {
	padding: 0;
	box-sizing: border-box;
	margin: 0;
}

#elementTools {
	width: 415px !important;
}

#elementContainer #pictureContainer .pictureSlider .item {
	padding: 0 35px 0 0;
}

.block_to_share_etc {
	display: flex;
	position: absolute;
	top: 18px;
	right: 45px;
	z-index: 1;
}

#elementTools .price,
#smallElementTools .price {
	font: 23px "roboto", arial, sans-serif;
	font-weight: bolder;
	margin-bottom: 10px;
	color: #f97310;
}

#elementTools .price-currency,
#smallElementTools .price-currency {
	font-size: 12px;
}

#elementTools .price .measure,
#smallElementTools .price .measure {
	color: #007ef2;
	font-size: 16px;
}

#elementTools .price .discount,
#smallElementTools .price .discount {
	font-family: 'roboto_ltregular';
	line-height: 16px;
	font-size: 12px;
	margin-top: 6px;
	height: 16px;
	padding: 0;
	color: #888888;
	padding-left: 4px;
}

.mainTool .mainToolContainer .fontext {
	font-family: 'robotobold';
	background: #FEF5EE;
	color: #F26000;
	border-radius: 5px;
	text-align: left;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 15px;
}

.mainToolContainer .text {
	text-align: left;
	font-family: 'roboto_ltregular';
}

.smallSpecialTime .specialTimeItem {
	border-radius: 5px;
}

.smallSpecialTime .specialTimeItem:first-child {
	border-radius: 10px 5px 5px 10px;
}

.smallSpecialTime .specialTimeItem:last-child {
	border-radius: 5px 10px 10px 5px;
}

.smallSpecialTime {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	flex-direction: row;
}

#smallElementTools {
	padding: 0;
}

.back_arrow {
	width: 40px;
	height: 17px;
	background: url(/img/new/arrow-back-without-fon.svg) no-repeat;
	background-size: contain;
	display: block;
	margin-right: 5px;
}

.product-tabs {
	margin-top: 50px;
	padding: 0 0 25px;
	margin: 0 0 0 0;
}

.product-tabs .title {
	margin-bottom: 30px;
	border-bottom: 1px solid #D0D0D0;
	color: #A0A0A0;
}

#V_P_Z .title {
	border-bottom: none;
}

.product-tabs .title .title-container {
	display: inline-block;
	margin-bottom: -1px;
}

.product-tabs .title .tab-name h2 {
	font-size: 22px;
	line-height: 35px;
	font-weight: 500 !important;
	font-family: 'robotobold';
}

.product-tabs .title .tab-name.active h2 {
	font-weight: 600 !important;
	color: #606060;
}

.product-tabs .title .tab-name {
	cursor: pointer;
	display: inline-block;
	height: 35px;
	padding-bottom: 10px;
}

.product-tabs .title .tab-name:not(:first-of-type) {
	margin-left: 25px;
	height: 34px;
}

.product-tabs .title .tab-name.active {
	cursor: default;
	border-bottom: 3px solid #E65F5C;
}

.product-tabs .title .icon {
	vertical-align: middle;
	display: inline-block;
	width: 25px;
}

#elementProperties .stats {
	width: 99.9%;
}

#mat_cat .title {
	color: #606060;
}

#elementProperties .stats tr td:nth-child(2) {
	padding-right: 6px;
	text-align: right;
}

#elementProperties .stats .right {
	display: none;
}

#elementProperties .stats tr.gray:last-child {
	border-bottom: 1px solid #e4e4e4;
}

.product-tabs .changeDescription {
	text-align: justify;
}

.tab-value {
	display: none;
}

.tab-value.active {
	display: block;
}

.changeHow {
	padding: 0 0 0 0;
}

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

#browse .left_arrow {
	background: url(/img/new/slider-arrow-left.svg) no-repeat center;
	left: 10px;
}

#browse .right_arrow {
	background: url(/img/new/slider-arrow-right.svg) no-repeat center;
	right: 45px;
}

#browse .left_arrow,
#browse .right_arrow {
	display: none;
	transition: all 2.3s linear 0s;
}

#browse:hover .left_arrow,
#browse:hover .right_arrow {
	display: block;
}

#V_P_Z {
	background: #f2f2f2;
	margin-bottom: 0;
}

#video .item iframe {
	height: 300px;
	border-radius: 10px;
}

.block_1 #video .item {
	position: relative;
	width: 25%;
}

.block_1 #video .text {
	position: absolute;
	bottom: 35px;
	left: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.block_1 #video .item.last {
	background: #A0A0A0;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: 'robotobold';
	font-size: 20px;
	height: 300px;
	border-radius: 10px;
}

.smallSpecialTime .specialTimeItem {
	width: -webkit-fill-available;
}

#elementTools.fixed .fixContainer {

	padding: 0 21px 1px 0;
}

.back_and_name h1 {
	overflow: hidden;
	margin-bottom: 0px;
}
/* End */


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


/* Start:/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/media.css?171631580026296*/
@media all and (min-width: 2560px){

	#elementNavigation.fixed .tabs{
		width: 483px;
	}

}

@media all and (min-width: 2450px){

	#catalogElement .product{
		width: 20%;
	}

}

@media all and (min-width: 1921px){

	#tableContainer .column:nth-child(2){
		width: 1124px;
	}

	#catalogElement .product:nth-child(5n+5){
		border-right-width: 0px;
	}

	#complect .complectListItem{
		width: 20%;
	}

}

@media all and (min-width: 1900px){

	#skuOffersTable .offersTable .offersName{
		width: 22%;
	}

	#skuOffersTable .offersTable .priceWrap{
		width: 18%;
	}

	#skuOffersTable .offersTable .quanBaskWrap{
		width: 24%;
	}

}

@media all and (max-width: 1900px) {

	#catalogElement .product:nth-child(4n+4){
		border-right-width: 0px;
	}

}

@media all and (max-width: 1900px){

	#catalogElement .product{
		width: 33.333333%;
	}

}

@media all and (max-width: 1800px) {

	#skuOffersTable .offersTable .quanBaskWrap{
		padding: 8px 6px;
		width: 120px;
	}

	#skuOffersTable .offersTable .quanBaskWrap .tc{
		display: block;
		width: 100%;
		padding: 0;
	}

	#skuOffersTable .offersTable .quanBaskWrap .quantity{
		padding-bottom: 6px;
	}

	.new-list-items{
		margin: 0 -6px;
	}

	.new-list-items .list-item-wrap{
		padding: 6px;
	}

	.new-list-items .list-item{
		padding: 12px;
	}

	.new-list-items .image{
		padding-right: 12px;
	}

}

@media all and (max-width: 1700px) {

	#elementTools{
		width: 280px;
	}

	#files .item .icon{
		width: 22%;
	}

}

@media all and (max-width: 1600px) {

	.limiter #left {
		width: 280px;
	}

	#elementNavigation{
		width: 280px;
	}

	#elementNavigation.fixed .tabs{
		width: 280px;
	}

	#files .item{
		width: 33.33333%
	}

	#files .item .icon{
		width: 20%;
	}

	#complect .complectListItem{
		width: 33.33333%;
	}

	#complect .complectListItem:nth-child(4n):after{
		display: block;
	}

	#complect .complectListItem:nth-child(3n):after,
	#complect .complectListItem:last-child:after{
		display: none;
	}

	.new-list-items-wrap .heading{
		padding: 36px 0 30px;
	}

	#elementContainer .new-list-items{
		margin: 0 -6px;
	}

}

@media all and (max-width: 1520px) {

	.limiter #left{
		width: 320px;
	}

	#elementTools{
		width: 300px;
	}

	#tableContainer #elementNavigation{
		display: none;
	}
/*	#elementContainer .mainContainer .col:first-child {
		padding: 0;
	}*/
	#elementSmallNavigation{
		display: block;
	}

	#files .item .icon{
		width: 14%;
	}

	#skuOffersTable .offersTable .quanBaskWrap{
		width: 250px;
		padding: 0;
	}

	#skuOffersTable .offersTable .quanBaskWrap .tc{
		display: table-cell;
		width: 50%;
		padding: 8px 6px;
	}

	#skuOffersTable .offersTable .quanBaskWrap .quantity{
		padding: 8px 6px;
	}

	#catalogElement #newReview input{
		width: 67%;
	}

	#catalogElement #newReview .submit{
		width: 30%;
	}

}

@media all and (max-width: 1366px) {

	.limiter #left{
		width: 280px;
	}

	.smallSpecialTime .specialTime{
		padding: 12px 0px;
	}

}

@media all and (max-width: 1340px) {

	#elementSmallNavigation .tab:first-child{
		padding-left: 0px;
		border-left: 0px;
		margin-left: 0px;
	}

	#elementSmallNavigation .tab {
	    border-right: 0px;
	    margin-left: 24px;
	}

}

@media all and (max-width: 1280px) {

	.limiter #left{
		width: 330px;
	}

	#elementTools{
		width: 270px;
		//padding: 12px 24px 0;
    	padding: 0;
	}

	.smallSpecialTime{
		padding-bottom: 6px;
	}

	#files .item .icon{
		width: 18%;
	}

	.ya-share-label{
		margin-top: 0;
	}

	#elementContainer .brandImage{
		margin-right: 24px;
		margin-bottom: 12px;
	}

	#elementContainer .bindAction{
		margin-bottom: 12px;
	}

	.reviewsBtnWrap{
		padding-bottom: 0px;
		margin-top: 0px;
	}

	.reviewsBtnWrap .row{
		margin: 0 24px 12px 0;
	}

	#elementContainer .elementSkuVariantLabel{
		display: none;
	}

	.productDetailText .heading{
		font-size: 14px;
	}

	#catalogElement .product{
		width: 33.333%;
	}

	#catalogElement .product:nth-child(4n+4){
		border-right-width: 1px;
	}

	#catalogElement .product:nth-child(3n+3){
		border-right-width: 0px;
	}

	#catalogElement .smallSpecialTime{
		margin-bottom: 12px;
	}

}

@media all and (max-width: 1250px){

	#skuOffersTable {
		display: none;
	}

}

@media all and (max-width: 1100px) {

	#tableContainer #elementTools{
		display: none;
	}

	#smallElementTools{
		margin: 24px 0px 36px 0px;
		display: block;
		clear: both;
	}

	.ya-share-label{
		display: none;
	}

	.new-list-items .list-item-wrap{
		width: 50%;
	}

	#smallElementTools .smallElementToolsContainer{
		box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
		border-radius: 4px;
		border: 0;
	}

	#smallElementTools .mobilePriceContainer,
	#smallElementTools .mobileButtonsContainer{
		vertical-align: middle;
		display: table-cell;
		width: 50%;
	}

	#smallElementTools .columnRow.mobileFastBackContainer{
		margin-top: 12px;
		display: block;
		padding: 0px;
		width: 100%;
	}

	#catalogElement .mainTool .addCart{
		padding: 0px;
		width: 50%;
	}

	#smallElementTools .columnRow .fastBack{
		background: #F2F2F2;
		border-radius: 4px;
		font-size: 16px;
		color: #000000;
		border: 0;
	}

	#smallElementTools .columnRow .fastBack img{
		display: none;
	}

	#catalogElement .mainTool .qtyBlock{
		padding: 0px 0px 0px 12px;
		box-sizing: border-box;
		background: #ffffff;
		margin: 0px;
		width: 50%;
	}

	#catalogElement .mainTool .qtyBlock .qty{
		background-color: #ffffff;
		vertical-align: middle;
		display: inline-block;
		font-size: 14px;
		height: 40px;
		border: 0px;
		width: 45px;
	}

	#catalogElement .mainTool .qtyBlockContainer{
		border: 1px solid #f3f3f3;
		position: relative;
		padding-left: 12px;
		border-radius: 4px;
		line-height: 60px;
		height: 60px;
	}

	#catalogElement .mainTool .minus,
	#catalogElement .mainTool .plus{
		transform: translate(0%, -50%);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-color: #f2f2f2;
		position: absolute;
		border-radius: 8px;
		height: 30px;
		width: 30px;
		top: 50%;
	}

	#catalogElement .mainTool .minus{
		background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/../images/mobile-basket-add-minus.png);
		right: 60px;
	}

	#catalogElement .mainTool .plus{
		background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/../images/mobile-basket-add-plus.png);
		right: 24px;
	}

	#catalogElement .mainTool .qtyBlockContainer .qty.error{
		color: #ff0000;
	}

	#catalogElement .smallElementToolsContainer{
		padding: 0px;
	}

	#catalogElement .smallElementToolsContainer .secondTool .row:last-child,
	#catalogElement .columnRow .fastBack{
		margin-bottom: 0px;
	}

	#catalogElement .secondTool{
		border-top: 1px solid #e7e8ea;
		box-sizing: border-box;
		text-align: center;
		padding: 24px 0px;
		margin-top: 24px;
	}

	#elementTools .row, #smallElementTools .row{
		margin-bottom: 0px;
	}

	#catalogElement .mainTool{
		padding: 24px 72px 0px 72px;
		box-sizing: border-box;
	}

	#catalogElement .mainToolContainer{
		border-collapse: collapse;
	    border-radius: 4px;
	    display: table;
	    width: 100%;
	}

	#smallElementTools .secondTool .row{
		margin-right: 60px;
	}

	#catalogElement .mainTool .addCart.added,
	#catalogElement .mainTool .addCart.subscribe,
	#catalogElement .mainTool .addCart.requestPrice{
		width: 100%;
	}

	#catalogElement .priceContainer{
		font-size: 24px;
		line-height: 30px;
	}

	#catalogElement .priceBlock{
		margin-bottom: 6px;
	}

	#elementContainer #smallElementTools .purchaseBonus{
		margin-top: 18px;
		font-size: 16px;
	}

	#elementTools .price .oldPriceLabel,
	#smallElementTools .price .oldPriceLabel{
		font-size: 16px;
	}

	#elementTools .price, #smallElementTools .price{
		margin-bottom: 0px;
	}

	#catalogElement .getPricesWindow .priceIcon{
		margin-top: -4px;
	}

	#catalogElement .mainTool .addCart{
		padding-right: 0px;
	}

}

@media all and (max-width: 1024px) {

	.limiter #left{
		width: 100%;
	}

	#left .collapsed{
		position: static;
	}

}

@media all and (max-width: 1023px) {

	#files .item{
		width: 50%;
	}

	#files .item .icon{
		width: 14%;
	}

}

@media all and (max-width: 1000px) {

	.pictureSlider{
		margin-top: 24px;
	}

	#elementContainer .mainContainer .col{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 24px 24px 0;
	}

	#elementContainer .brandImage{
		margin-bottom: 18px;
	}

	#elementContainer .bindAction{
		margin-bottom: 18px;
	}

	#complect .heading{
		border: none;
	}

	#elementTools .addCart{
		margin-top: 12px;
	}

	.newReviewTable .left{
		width: 100%;
		padding: 0;
	}
	.newReviewTable .right{
		width: 100%;
		margin-top: 18px;
	}

}

@media all and (max-width: 900px){

	#catalogElement .mainTool{
		padding: 24px 48px 0px 48px;
	}

	#smallElementTools .secondTool .row{
		margin-right: 48px;
	}

}

@media all and (max-width: 800px) {

	#files .item .icon{
		width: 70px;
	}

	#files .item .info{
		width: 100%;
	}

	#reviews .reviewTable {
		display: block;
	}

	#reviews .reviewTable .reviewColumn{
		display: block;
	}

	#reviews .reviewTable .reviewColumn:first-child{
		margin-bottom: 24px;
		text-align: left;
	}

	#showallReviews{
		margin: 0 0 0 24px;
	}

	#zoomerMoreImagesContainer{
		display: none !important;
	}

	#zoomerBigPrevMore,
	#zoomerBigNextMore{
		display: none !important;
	}

	#imageContainerSlider{
		height: 100% !important;
	}

	#complect .complectList{
		border-top: 1px solid #e7e8ea;
		margin: 0 -24px 12px;
	}

	#complect .complectListItem{
		width: 50%;
		height: 140px;
		box-sizing: border-box;
		border-right: 1px solid #e7e8ea;
		border-bottom: 1px solid #e7e8ea;
	}

	#complect .complectListItem:nth-child(2n){
		border-right-width: 0px;
	}

	#complect .complectListItem:after{
		display: none;
	}

	.complectListItemTable{
		display: table;
		width: 100%;
		table-layout: fixed;
	}

	.complectListItemCelImage{
		display: table-cell;
		vertical-align: middle;
		width: 110px;
		padding-right: 12px;
	}

	.complectListItemCelText{
		display: table-cell;
		vertical-align: middle;
	}

	#complect .complectListItemPicLink{
		height: 120px;
		line-height: 120px;
	}

	#complect .complectListItemPrice .discount{
		display: block;
		padding: 0;
	}

	#complect .complectListItemPrice{
		margin: 0;
		font-size: 14px;
	}

	#complect .complectListItemPrice .discount{
		font-size: 13px;
		line-height: 16px;
		color: #888888;
	}

	#complect .complectListItemLink{
		height: 36px;
		margin-bottom: 2px;
		line-height: 36px;
	}

	#complect .complectListItemLink .middle{
		vertical-align: middle;
		line-height: 18px;
	}

	#elementProperties .stats{
		table-layout: auto;
	}

	#elementProperties .stats td{
		padding: 12px 0px;
	}

	#elementProperties .stats .name span{
		padding: 0;
	}

	#elementProperties .stats tr td:first-child{
		padding: 0 6px;
	}

	#elementProperties .stats tr.cap td:first-child{
		padding: 12px 0;
	}

	#elementProperties .stats tr td:nth-child(2){
		padding-right: 6px;
	}

	#elementProperties .stats tr td:nth-child(n+3){
		width: 0;
		overflow: hidden;
		padding: 0;
		max-width: 0px;
		white-space: nowrap;
		text-indent: 100px;
	}

	#elementProperties .stats .name{
		width: 70%;
	}

	#catalogElement .mainTool{
		padding: 24px 36px 0px 36px;
	}

	#smallElementTools .secondTool .row{
		margin-right: 24px;
	}

}

@media screen and (max-width: 790px){

	#catalogElement .product{
		width: 50%;
	}

	#catalogElement .product:nth-child(3n+3){
		border-right-width: 1px;
	}

	#catalogElement .product:nth-child(2n+2){
		border-right-width: 0px;
	}

	#elementContainer .mainContainer .col{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 24px 24px 0;
		display: block;
		width: 100%;
	}

	#elementContainer .brandImageWrap{
		padding-top: 24px;
		border-top: 1px solid #e7e8ea;
	}

	.changePropertiesNoGroup{
		display: none;
	}

	#elementContainer .new-list-items{
		margin: 0 -3px;
	}

	.new-list-items{
		margin: 0 -3px;
	}
	.new-list-items .list-item-wrap{
		width: 100%;
		padding: 3px;
	}

	#elementContainer .new-list-items .list-item{
		padding: 24px 24px;
	}

	#elementContainer .new-list-items .image{
		text-align: center;
		width: 72px;
	}

	#elementContainer .new-list-items .image-container img{
		display: inline-block;
		vertical-align: middle;
	}

	#catalogElement .new-list-items .list-item-wrap{
		margin-bottom: 12px;
	}

	#catalogElement .new-list-items .list-item-wrap:last-child{
		margin-bottom: 0px;
	}

	#smallElementTools .mobilePriceContainer{
		width: 40%;
	}

	#smallElementTools .mobileButtonsContainer{
		width: 60%;
	}

	#catalogElement .mainTool{
		padding: 24px 24px 0px 24px;
	}

}

@media all and (max-width: 750px){

	#smallElementTools .smallElementToolsContainer .secondTool .share-items{
		border-top: 1px solid #e7e8ea;
		padding-top: 24px;
		margin-top: 24px;
		display: block;
	}

	#smallElementTools .secondTool .row{
		margin-right: 48px;
	}

	#catalogElement .ya-share-label{
		margin-right: 12px;
	}

	#catalogElement .ya-share-label,
	#catalogElement .ya-share2{
		vertical-align: middle;
		display: inline-block;
		margin-bottom: 0px;
	}

	#catalogElement .priceContainer{
		font-size: 21px;
		line-height: 24px;
	}

	#elementContainer #smallElementTools .purchaseBonus{
		font-size: 14px;
	}

	#elementTools .price .oldPriceLabel,
	#smallElementTools .price .oldPriceLabel{
		font-size: 14px;
	}

	#catalogElement .mainTool .addCart,
	#smallElementTools .columnRow .fastBack,
	#catalogElement .mainTool .qtyBlockContainer{
		line-height: 55px;
		height: 55px;
	}

	#smallElementTools .secondTool .available-block{
		margin-right: 0px;
	}

}


@media all and (max-width: 700px) {

	#elementContainer .mainContainer .markerContainer{
		top: 12px;
		left: 24px;
	}

	#elementContainer .wishCompWrap{
		top: 12px;
		right: 24px;
	}

	#stores th,
	#stores td{
		display: none;
	}

	#stores th.name,
	#stores td.name,
	#stores th.amount,
	#stores td.amount{
		display: table-cell;
	}

	#storesContainer #stores .storeTable{
		table-layout: auto;
	}

	#storesContainer #stores .wrap{
		padding: 0;
	}

	#storesContainer #stores .storeTable .name{
		width: 70%;
		padding: 12px 12px 12px 24px;
		line-height: 16px;
	}

	#storesContainer #stores th.amount{
		font-family: "robotomedium";
		text-align: right;
	}

	#storesContainer #stores .storeTable .green{
		padding: 12px 24px 12px 0;
		text-align: right;
	}

	#storeMap{
		display: none !important;
	}

	#video .item{
		width: 100% !important;
		float: unset;
	}

	#reviews .reviewTable .reviewColumn:first-child{
		width: 100%;
	}

	#reviews .rating{
		margin-left: 0px;
	}

	#tableContainer .column:nth-child(2),
	#video .item:last-child{
		padding-bottom: 0px;
	}

	#elementContainer .mainContainer .secondCol{
		margin-top: 18px;
		padding: 18px 24px 0;
		border-top: 1px solid #e7e8ea;
	}

	#elementContainer .brandImageWrap{
		display: none;
	}

	.reviewsBtnWrap{
		border-bottom: none;
	}

	.reviewsBtnWrap .row img{
		display: none;
	}

	.reviewsBtnWrap .row{
		margin: 0 18px 6px 0;
	}

	.productDetailText{
		margin: 6px 0 12px;
	}

	.new-list-items-wrap{
		padding: 0 12px;
	}

	#catalogElement #elementContainer .addCompare{
		display: none;
	}

}

@media all and (max-width: 680px){

	.secondTool .addCompare,
	.secondTool .fastBack{
		display: none;
	}

	#files .item{
		width: 100%;
	}

	#smallElementTools .mobilePriceContainer,
	#smallElementTools .mobileButtonsContainer{
		display: block;
		width: 100%
	}

	#smallElementTools .mobileButtonsContainer{
		margin-top: 24px;
	}

	#catalogElement .mainTool{
    	padding: 24px 24px 0px 24px;
	}

	#elementContainer #smallElementTools .purchaseBonus{
		margin-top: 12px;
	}

	.smallSpecialTime .specialTimeItem{
		width: 60px;
	}

}

@media all and (max-width: 620px){

	#elementSmallNavigation{
		display: none;
	}

	#catalogElement .heading:not(.noTabs) + div{
		display: none;
	}

	#elementContainer .new-list-items-wrap{
		margin-top: 0px;
		border: 0px;
	}

	#catalogElement #set{
		padding: 0 24px 24px 24px;
	}

	#catalogElement #set .setTools{
		margin: 24px 0px 0px 0px;
	}

	#catalogElement #set .setList{
		border-top: 0px;
	}

	#catalogElement #set .setElement:nth-child(n){
		border: 0px;
	}

	#catalogElement h2:not(.noTabs).heading,
	#elementContainer #detailText h2:not(.noTabs).heading,
	#elementContainer #detailTags h2:not(.noTabs).heading{
		font-family: "roboto_ltregular";
		text-transform: uppercase;
		background-color: #f2f2f2;
		border-radius: 4px;
		position: relative;
		line-height: 16px;
		font-weight: 400;
		text-align: left;
		cursor: pointer;
		font-size: 14px;
		padding: 16px;
		border: 0px;
		margin: 0px;
	}

	#catalogReviews,
	#related,
	#similar,
	#stores,
	#files,
	#video{
		padding: 0 24px;
	}

	.sale-products-gift{
		padding: 0 24px;
	}

	.changePropertiesGroup{
		margin-bottom: 24px;
	}

	#catalogElement h2:not(.noTabs).heading.active,
	#elementContainer #detailText h2:not(.noTabs).heading.active,
	#elementContainer #detailTags h2:not(.noTabs).heading.active{
		margin-bottom: 24px;
	}

	#catalogElement #catalogReviews .ratingContainer{
		display: none;
	}

	#catalogElement h2.heading:not(.noTabs):after{
		background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/../images/mobile-tab-show.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-color: #ffffff;
		border-radius: 25px;
		position: absolute;
		display: block;
		margin: auto;
		content: "";
		height: 25px;
		width: 25px;
		bottom: 0px;
		right: 12px;
		top: 0px;
	}

	#catalogElement h2.heading.active:after{
		background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/../images/mobile-tab-hide.png);
	}

	#catalogElement .storeTable tr:last-child td{
		border-bottom: 1px solid #e7e8ea;
	}

	#storesContainer #stores .storeTable .name{
		font-size: 14px;
	}

	#catalogElement #newReview{
		margin-top: 24px;
	}

	#catalogElement #newReview .heading{
		font-family: "robotomedium";
		text-transform: uppercase;
		font-size: 14px;
		line-height: 16px;
		padding: 18px 24px;
	}

	#reviews .reviewTable .reviewColumn{
		padding :0px;
	}

	#catalogElement #reviews .reviewItem:last-child{
		margin-bottom: 0px;
	}

	#catalogElement #reviews .reviewItem:first-child{
		padding: 0px;
		border: 0px;
	}

	#catalogElement #elementProperties h2.heading.active{
		margin-bottom: 12px;
	}

	#catalogElement #files .item:last-child{
		margin-bottom: 0px;
	}

	#catalogElement #files .item{
		height: auto;
	}

	#catalogElement #video .wrap{
		padding: 0px;
	}

	#video .items.sz1 iframe{
		height: 350px;
	}

	#catalogElement .secondTool{
		padding: 0px;
		border: 0px;
	}

	#smallElementTools .secondTool .row:first-child{
		border: 0px;
	}

	#smallElementTools .secondTool .row{
		border-top: 1px solid #e7e8ea;
		position: relative;
		padding: 12px 0px;
		margin-right: 0px;
		text-align: left;
		display: block;
		width: 100%;
	}

	#catalogElement #smallElementTools .secondTool .share-items{
		border-top: 1px solid #e7e8ea;
		padding-bottom: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
	}

	#catalogElement .ya-share-label{
		display: none;
	}

	#catalogElement .secondTool{
		padding: 0px 48px 24px 48px;
		margin-top: 0px;
	}

	#smallElementTools .secondTool .cheaper-container:after,
	#smallElementTools .secondTool .delivery-button-container:after{
	    background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/../images/mobile-tab-show.png);
	    background-repeat: no-repeat;
	    background-position: 50% 50%;
	    background-color: #f2f2f2;
	    pointer-events: none;
	    border-radius: 25px;
	    position: absolute;
	    display: block;
	    margin: auto;
	    content: "";
	    height: 25px;
	    width: 25px;
	    bottom: 0px;
	    right: 12px;
	    top: 0px;
	}

	#smallElementTools .getStoresWindow.inStock span{
		border-bottom: 0px !important;
	}

	#smallElementTools .label{
		width: 100%;
	}


	#catalogElement .productList {
		border-left: 1px solid #e7e8ea;
	}

	#catalogElement .product:nth-child(2n+2) {
		border-right-width: 1px;
	}

}

@media all and (max-width: 600px){

	#complect .complectListItem:nth-child(n){
		border-right-width: 0px;
		width: 100%;
	}

	.complectListItemCelImage{
		width: 40%;
		min-width: 110px;
		max-width: 160px;
	}

	#elementProperties .stats{
		font-size: 13px;
	}

	#elementProperties .stats .question{
		display: none;
	}

}

@media all and (max-width: 550px) {

	#elementContainer #moreImagesCarousel{
		padding: 0;
		margin-top: 12px;
	}

	#elementContainer #moreImagesCarousel .carouselWrapper{
		width: 90%;
	}

	#elementContainer #moreImagesCarousel #moreImagesLeftButton{
		margin-top: -12px;
		left: 0;
	}

	#elementContainer #moreImagesCarousel #moreImagesRightButton{
		margin-top: -12px;
		right: 0;
	}

	#elementContainer #moreImagesCarousel .slideBox .item{
		box-sizing: border-box;
		padding: 0 6px;
	}

	#elementContainer #moreImagesCarousel .slideBox .item{
		height: 30px;
	}

	#elementContainer #moreImagesCarousel .slideBox .item a{
		height: 30px;
		line-height: 30px;
	}

	#elementContainer #moreImagesCarousel .slideBox{
		height: 36px;
	}

	#elementContainer #moreImagesCarousel .slideBox .item.selected:after{
		bottom: -6px;
	}

	#elementProperties .stats .right{
		width: 0px !important
	}

	#elementProperties .stats .analog{
		display: none;
	}

	#elementProperties .stats .name{
		width: 60%;
	}

	#catalogElement #newReview input{
		width: 100%;
	}

	#catalogElement #newReview .submit{
		width: 100%;
		margin: 0;
	}

	#catalogReviews .heading .ratingContainer{
		display: none;
	}

}

@media all and (max-width: 480px) {

	#catalogElement .secondTool{
		padding: 0px 24px 24px 24px;
	}

	#catalogElement .mainTool{
		padding: 24px 10px;
	}

	#complect .complectListItem{
		width: 100%;
	}

	#elementProperties .stats .name{
		width: 100%;
	}

	#elementProperties .stats td:nth-child(2){
		width: 90px;
		font-family: "robotomedium";
		text-align: right;
		padding-right: 6px;
	}

	#storesContainer #stores .storeTable .name{
		width: 66%;
	}

	#storesContainer #stores .storeTable .icon{
		display: none;
	}

	#catalogElement .mainTool .minus{
		right: 48px;
	}

	#catalogElement .mainTool .plus{
		right: 12px;
	}

	#catalogElement .mainTool .qtyBlockContainer{
		padding-left: 6px;
	}

}

@media screen and (max-width: 400px){

	.new-list-items .price{
		font-size: 16px;
	}

	.new-list-items .name{
		max-height: 36px;
	}

	#catalogElement .secondTool{
		padding: 0px 12px 24px 12px;
	}

	#catalogElement .mainTool{
		padding: 24px 10px;
	}

	#catalogElement .mainTool .qtyBlock .qty{
		width: 35px;
	}

}

@media screen and (max-width: 350px){

	#catalogElement .mainTool .qtyBlockContainer{
		padding-left: 4px;
	}

	.smallSpecialTime .specialTimeItem{
		width: 54px;
	}

	#catalogElement .mainTool .qtyBlock .qty{
		padding-left: 2px;
		width: 20px;
	}

}



@media (max-width: 1280px) {
	#catalogElement .smallSpecialTime {
		padding-bottom: 12px;
    	margin: 0;
	}
}
@media (max-width: 1100px) {
	.product-tabs {
		margin: 0;
		padding: 24px 0 0;
	}
	.btn_1 {
		margin-top: 20px;
	}
	#elementProperties, #files .heading, #files .wrap {
		padding: 0;
	}
	#elementContainer #pictureContainer .pictureSlider .item {
		padding: 0;
	}
	#catalogElement .mainTool {
		padding: 24px 3%;
		box-sizing: border-box;
	}
	.mainToolContainer img {
		display: none;
	}
	#catalogElement .mainToolContainer {
		border-collapse: collapse;
		border-radius: 5px;
		display: table;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-content: stretch;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: center;
	}
	#smallElementTools .mobilePriceContainer, #smallElementTools .mobileButtonsContainer {
		width: auto;
	}
}
@media (max-width: 1024px) {
	.el_page .limiter {
		margin: 0;
		padding: 0;
	}
	.block_to_share_etc {
		position: absolute;
		right: 10px;
		z-index: 1;
	}
	.product-tabs {
		margin: 0;
		padding: 24px 3% 0;
	}
	.back_and_name {
		display: flex;
		overflow-x: auto;
	}
	.block_1 {
		margin: 25px 3%;
	}

	.back_and_name h1 {
		vertical-align: middle;
		white-space: nowrap;
		overflow: auto;
		padding: 0 !important;
		margin-bottom: 0;
		font-size: 20px;

	}
	.back_arrow {
		width: 24px;
		height: 20px;
		margin-right: 20px;
	}
	#V_P_Z {
		overflow: auto;
    	margin-bottom: 24px;
	}
	#V_P_Z .item {
		width: 250px;
	}
	.perezvonim, .zakazat_v_rassr, .zakazat_dis {
		display: none;
	}
	#mat_cat {
		width: auto;
		margin: 0;
	}
	#browse .right_arrows {
		right: 25px;
	}
	#browse .left_arrow {
		left: 25px;
	}
	#elementContainer #pictureContainer .pictureSlider .item {
		padding: 0;
	}
}
@media (max-width: 900px) {
	#catalogElement .mainTool {
		padding: 24px 3% 0;
	}
	.product-tabs {
		margin: 0;
		padding: 0 3%;
	}
}
@media (max-width: 680px) {
	.smallSpecialTime .specialTimeItem {
		//width: 60px;
		width: -webkit-fill-available;
	}
}
@media (max-width: 620px) {
	.product-tabs {
		/*display: none;*/
	}
	.product-tabs .title  {
		display: none;
	}
	.tab-value,
	.tab-value.active{
		display: none;
	}
	 #video {
		padding:0;
	}
	#video .items {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
		flex-direction: row;
		align-content: center;
		justify-content: space-between;
		align-items: center;
	}
	#video .item {
		width: 32% !important;
		float: unset;
    	padding: 0;
	}
	#catalogElement #video .wrap {
		padding: 0px 5px;
	}
	#browse .left_arrow {
		left: 30px;
	}
	#browse .right_arrows {
		right: 30px;
	}
	#catalogElement .heading:not(.noTabs) + div {
		text-align: justify;
	}
}

@media (max-width: 480px) {
	#catalogElement .mainTool {
		padding: 24px 10px;
		padding-bottom: 0;
	}
}
@media (min-width: 621px) {
	.block_1 #detailText, .block_1 .changePropertiesGroup, .block_1 #HowText {
		display: none;
	}
}
@media (min-width: 801px) {
	#elementProperties .stats tr td:nth-child(2) {
		padding-right: 12px;
	}
}

@media (min-width: 1100px) {
	#catalogElement .fixContainer, 
	#elementTools.fixed .fixContainer, 
	#elementTools .fixContainer.maxScroll, 
	.tab-value {
		margin-bottom: 20px;
	}
	#V_P_Z, .tab-value  {
		max-width: 724px;
	}
	#V_P_Z .items {
		display: flex;
		justify-content: center;
		text-align: left;
		flex-wrap: wrap;
		flex-direction: row;
		align-content: center;
		gap: 30px;
	}
	#V_P_Z .item {
		width: 47%;
	}
	#V_P_Z .item:last-child {
		width: 100%;
	}

}
@media (min-width: 1101px) {
	#V_P_Z, .tab-value  {
		max-width: 769px;
		max-width: 100%;
	}
	#elementTools .price .measure, #smallElementTools .price .measure {
		display: none;
	}
}
@media (min-width: 1025px) {
	#mat_cat .title {
		font-size: 22px;
		margin: 50px 0;
		text-align: center;
		font-family: 'robotobold';
	}
}
/* End */


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


/* Start:/local/templates/dresscodeV2/components/bitrix/form.result.new/online_calc/style.css?175095221916366*/
.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;
}

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

.webFormHeading {
	font-family: "robotoMedium";
	font-weight: normal;
	font-size: 16px;
	margin: 0;
}

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

.webFormItem {
	margin-top: 24px;
}

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

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

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

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

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

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

.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: 55px;
	/*max-width: 600px;*/
	max-width: 100%;
	font-size: 14px;
	color: #555555;
	outline: none;
	height: 55px;
	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: 600px;*/
	max-width: 100%;
	font-size: 14px;
	color: #555555;
	height: 200px;
	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 #aaaaaa;
}

.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 #ff0000 !important;
}

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

.webFormItemField input[type="radio"]+label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/online_calc/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: 0px;
}

.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 0 0 0px !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 {
	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: 55px;
	max-width: 200px;
	font-size: 14px;
	cursor: pointer;
	color: #ffffff;
	outline: none;
	height: 55px;
	width: 100%;
	padding: 0;
}

.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/online_calc/images/loading.gif);
	background-color: #000000 !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	pointer-events: none;
	color: #dddddd;
	opacity: 0.1;
}

.webFormTools input[type="reset"] {
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	color: #000000;
}

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

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

.webFormTools input:first-child {
	margin-right: 12px;
}

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

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

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

.webFormItemField .error {
	border: 1px solid #ff0000 !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;
	display: none;
	z-index: 1000;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}

.webFormMessageContainer {
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
	background-color: #ffffff;
	-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: 0px 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: #000000;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	line-height: 40px;
	margin-top: 24px;
	padding: 0 24px;
	color: #ffffff;
	height: 40px;
}

.webFormMessageExit:hover {
	opacity: 0.8;
}

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

@media all and (max-width: 650px) {

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

	.webFormItemField img.calendar-icon {
		margin-left: 0px !important;
	}

	.webFormTools input[type="reset"] {
		margin-bottom: 0px;
	}

}

@media all and (max-width: 500px) {

	.webFormMessageContainer {
		margin-left: -200px;
		width: 400px;
	}

}

@media all and (max-width: 420px) {

	.webFormMessageContainer {
		margin-left: -150px;
		width: 300px;
	}

}

@media all and (max-width: 400px) {

	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"] {
		margin-bottom: 24px;
		max-width: 300px;
		display: block;
		width: 100%;
	}
}

/*07/12 online-calc*/
.online_calc .webformModalContainer {
	max-width: 1000px;
	height: 660px;
	border-radius: 27px;
}

.online_calc .webFormItem {
	width: 728px;
	/*1000/1383*/
	display: none;
	margin: auto;
	margin-top: 0px;
}

.online_calc .webFormItem.active {
	display: block;
}

.online_calc .webFormItemCaption {
	text-align: center;
	margin-bottom: 15px;
}

.online_calc .item_26 .webFormItemCaption,
.online_calc .item_27 .webFormItemCaption {
	margin-bottom: 0px;
}

.online_calc .webFormItemLabel {
	font-size: 31px;
}

.item_19.webFormItem .prev {
	display: none;
}

.item_19.webFormItem .wrap_next {
	display: block;
	padding: 0 1.9%;
}

.webFormItemField_wrap,
.webFormItemField_common_wrap {
	height: 420px;
	/* height: 500px; */
	display: flex;
	align-items: center;
}

.webFormItemField_wrap.common {
	align-items: normal;
}

.online_calc .webFormItemField,
.webFormItemField_common {
	width: 100%;
}

.common .webFormItemField_wrap {
	height: auto;
	display: block;
}

.webFormItem.active .webFormItem {
	display: block;
}

.online_calc .webFormItem .webFormItemError {
	height: 21px;
	/**/
	display: block;
}

.item_26.webFormItem .webFormItemError,
.item_27.webFormItem .webFormItemError {
	display: none;
}

.webFormItemField input[type="password"],
.webFormItemField input[type="text"],
.webFormItemField select {
	border-radius: 8px;
}

.field_27 {
	position: relative;
}

.field_27:before {
	content: '+7';
	position: absolute;
	top: 19px;
	left: 12px;
	transform: translateY(-50%);
}

.field_27.webFormItemField input[type="text"] {
	padding-left: 30px;
}

.webFormItemField.field_19 {
	width: 72%;
	/*1000/1383*/
	width: 728px;
	/*1000/1383*/
	display: flex;
	flex-wrap: wrap;
}

.field_19 .webFormItemFieldVariant,
.field_25 .webFormItemFieldVariant {
	margin: 0px;
	width: 50%;
	padding: 0px 1.9%;
	/*14/728*/
	box-sizing: border-box;
	margin-bottom: 29px;
}

.field_19 input {
	display: none;
}

html body .field_19 input[type="radio"]+label {
	border: 2px solid #c2c2c2;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
	border-radius: 11px;
	padding: 0px;
	display: block;
	text-align: center;
}

.field_19 input[type="radio"]+label:hover {
	border-color: #ff6d31;
	border-color: #000;
}

.field_19 label:before {
	display: none;
}

.field_19 .img_wrap {
	height: 150px;
}

.field_19 .img_wrap img {
	height: 100%;
}

.field_19 label .text {
	line-height: 34px;
	background: #e3e4e7;
	font-size: 22px;
	border-radius: 11px;
}

html body .field_19 input:checked+label,
html body .field_19 input:checked+label:hover {
	border-color: #ff6d31;
}

.online_calc.webformModal .webFormItems {
	padding-top: 25px;
	padding-bottom: 25px;
}

.webFormItem .wrap_next {
	text-align: right;
	/*
	padding-right: 0.9%;
	padding-right: 2%;
	padding-left: 2%;
	*/
	display: flex;
	justify-content: space-between;
	width: 728px;
	box-sizing: border-box;
}

.item_20.webFormItem .wrap_next {
	padding: 0px;
}

.webFormItem .next {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	width: 170px;
	border-radius: 11px;
	border: 1px solid #606060;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
}

.webFormItem .prev {
	display: inline-block;
	width: 46px;
	height: 46px;
	background: url('/img/online_calc/prev.svg') no-repeat;
	background-size: cover;
	border-radius: 3px;
	cursor: pointer;
}

#slider_range {
	cursor: pointer;
	margin-bottom: 40px;
}

#slider_range.ui-slider-horizontal {
	height: 2px;
	background: #f4f4f4;
	background: #f00;
	background: #6d6d6d;
	border: none;
}

#slider_range .ui-widget-header {
	background: #f4aa56;
}

#slider_range .ui-state-default,
#slider_range .ui-widget-content .ui-state-default {
	border: none;
	border-radius: 100px;
	background: #f4aa56;
}

#slider_range.ui-slider-horizontal .ui-slider-handle {
	width: 20px;
	height: 20px;
	display: none;
	margin-top: -10px;
	top: 50%;
	cursor: pointer;
}

#slider_range .ui-slider-handle:last-child {
	display: block;
}

.hint_range {
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 2px;
	background: #fff;
	position: absolute;
	top: -36px;
	left: 50%;
	margin-left: -20px;
	color: #6d6d6d;
}

.first_num {
	position: absolute;
	top: 20px;
	left: 0px;
}

.last_num {
	position: absolute;
	top: 20px;
	right: 0px;
}

.field_20 input {
	display: none;
}

.field_21,
.field_25 {
	display: flex;
	flex-wrap: wrap;
}

.field_21 .webFormItemFieldVariant {
	width: 33.33%;
	padding: 0px 1%;
	box-sizing: border-box;
	margin: 0px;
}

.field_21 .webFormItemFieldVariant input {
	display: none;
}

.field_21.webFormItemField input[type="radio"]+label {
	width: 160px;
	height: 118px;
	padding: 0px;
}

.field_21.webFormItemField input[type="radio"]+label:before {
	display: none;
}

.field_21 .img_wrap {
	height: 118px;
	margin-bottom: 5px;
	border: 1px solid;
}

.field_21 .img_wrap img {
	height: 100%;
}

.field_21 .webFormItemFieldVariant {
	text-align: center;
	margin-bottom: 25px;
}

.field_21.webFormItemField input[type="radio"]+label .text {
	font-size: 20px;
}

.field_21 input[type="radio"]+label:hover .img_wrap {
	border-color: #ff6d31;
}

html body .field_21 input:checked+label .img_wrap {
	border-color: #ff6d31;
}

.field_22 .webFormItemFieldVariant,
.field_23 .webFormItemFieldVariant {
	margin: 0px;
	display: block;
}

.field_22 label .text,
.field_23 label .text {
	font-size: 20px;
}

.field_22 label,
.field_23 label {
	display: block;
	margin-bottom: 18px;
}

.field_22.webFormItemField input[type="radio"]+label:before,
.field_23.webFormItemField input[type="radio"]+label:before {
	top: 2px;
}

[name=need_project]+label {
	display: block;
	margin-bottom: 18px;
}

.field_25.webFormItemField input[type="radio"]:not(checked)+label {
	display: block;
	line-height: 66px;
	padding-left: 76px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
}

.field_25.webFormItemField input[type="radio"]:not(checked)+label:before {
	/*
	width: 16px;
	height: 26px;
	background: #d1d1d1;
	border-radius: 26px;
*/
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

html body .field_25.webFormItemField input[type="radio"]:checked+label,
html body .field_25.webFormItemField input[type="radio"]:not(checked)+label:hover {
	border-color: #ff6d31;
}

.item_26 .webFormItemCaption,
.item_27 .webFormItemCaption {
	text-align: left;
}

.item_26 .webFormItemLabel,
.item_27 .webFormItemLabel {
	font-size: 16px;
}

.item_26 .webFormItemCaption.once {
	text-align: center;
}

.item_26 .webFormItemCaption.once .webFormItemLabel {
	font-size: 31px;
}

.online_calc .webFormItemField [type=text] {
	margin-bottom: 40px;
}

.item_26 .wrap_next,
.item_27 .wrap_next,
.item_28 .wrap_next {
	display: none;
}

.item_28 .webFormItemCaption {
	display: none;
}

.item_28 .webFormItemFieldVariant {
	display: block;
	margin: 0px;
}

.item_28 label {
	display: block;
	margin-bottom: 18px;
}

[name=SIMPLE_FORM_5] .webFormTools {
	display: none;
}

[name=SIMPLE_FORM_5] .webFormItemField input[type="text"].err {
	border-color: red;
}

.webFormModalHeading {
	background-color: transparent !important;

}

@media all and (max-width: 1024px) {
	.online_calc .webFormItem {
		width: auto;
	}

	.online_calc.small .webformModalContainer {
		transform: translateX(-50%) translateY(-50%);
	}

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

	.online_calc .webFormItem .wrap_next {
		width: auto;
	}

	.online_calc .webFormItemLabel {
		font-weight: normal;
		font-size: 26px;
	}

	.online_calc .webFormItemCaption {
		margin-bottom: 5px;
	}

	.online_calc .webFormItemField_wrap {
		height: 400px;
	}

	.online_calc .common .webFormItemField_wrap {
		height: auto;
	}

	.online_calc .field_19 label .text {
		font-size: 16px;
	}

	.online_calc .field_21 .img_wrap {
		height: 83px;
	}

	.online_calc .field_21.webFormItemField input[type="radio"]+label .text {
		font-size: 13px;
	}

	.webFormItemError,
	.webFormError {
		margin-bottom: 5px;
	}

	.field_19 .img_wrap {
		height: 120px;
	}

	.online_calc .item_26 .webFormItemLabel,
	.online_calc .item_27 .webFormItemLabel {
		margin-bottom: 10px;
	}
}

@media all and (max-width: 425px) {
	.field_25.webFormItemField input[type="radio"]:not(checked)+label {
		line-height: 30px;
	}

	.field_25 .webFormItemFieldVariant {
		width: 100%;
	}
}

/*07/12 end*/
/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/system.pagenavigation/modern/style.css?16992767581357*/
div.modern-page-navigation { 
	padding: 3em 0;
	text-align:center;
    display: flex;
    justify-content: center;
}

.modern-page-title {
    border: 1px solid #e7e8ea;
    background: #fff;
    border-radius: 5px 0 0 5px;
    padding: 10px 15px;
}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}

div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	//border-left: none; 
	//padding-left: 0.5em; 
}
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #e7e8ea; }


div.modern-page-navigation a, div.modern-page-navigation a.modern-page-previous, span.modern-page-dots {
    border: 1px solid #e7e8ea;
    padding: 10px 15px;
    color: red;
background: #fff;
    font-weight: bold;
}
 span.modern-page-current {
    color: #efef03;
background: #000;
    padding:10px 15px;
    font-weight: bold;
}
div.modern-page-navigation a:last-child {
border-radius: 0 5px 5px 0;
}
/* End */
/* /local/templates/dresscodeV2/components/dresscode/catalog/custom-catalog/style.css?17837838435906 */
/* /local/templates/dresscodeV2/components/dresscode/catalog.item/detail/style.css?174386244673118 */
/* /local/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/review.css?17016862259110 */
/* /local/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/media.css?171631580026296 */
/* /local/templates/dresscodeV2/components/dresscode/catalog.item/detail/css/set.css?170168622511640 */
/* /local/templates/dresscodeV2/components/bitrix/form.result.new/online_calc/style.css?175095221916366 */
/* /local/templates/dresscodeV2/components/bitrix/system.pagenavigation/modern/style.css?16992767581357 */
