

/* Start:/local/templates/.default/components/dresscode/catalog.store.detail/.default/style.css?17606037448596*/
#storeDetail .allStores {
	margin-top: 24px;
}

#storeDetail .allStoresText {
	font-family: "robotoMedium";
	margin-right: 24px;
	font-size: 16px;
}

#storeDetail .storeDetailContainer {
	overflow: hidden;
}

#storeDetail .storePictureContainer {
	margin-right: 24px;
	max-width: 550px;
	float: left;
}

#storeDetail .storePictureContainer 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: 200px;
	max-width: 100%;
	cursor: zoom-in;
}

#storeDetail .storePictureContainer:hover img {
	opacity: 0.8;
}

#storeDetail .storePictureContainer:active img {
	position: relative;
	top: 1px;
}

#storeDetail .storeInformationName {
    font-family: "robotoMedium";
    font-size: 21px;
    display: flex;
    align-items: center;
}

#storeDetail .storeInformationName img {
	width: 36px;
	height: 36px;
	margin-right: 12px;
}

#storeDetail .storeInformationDescription {
	margin-top: 12px;
	color: #555555;
}

#storeDetail .showByMap {
	display: flex;
	flex-direction: column;
	margin-top: 12px;
	color: #000000;
}

#storeDetail .showByMapLink {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	max-width: 200px;
}

#storeDetail .showByMap .collapse_right {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-top: 12px;
	color: #000000;
	text-decoration: underline;
	max-width: 200px;
}

#storeDetail .showByMap .collapse_right:hover {
	cursor: pointer;
	color: #1680e2;
}

#storeDetail .storeTools {
	margin-bottom: 24px;
	overflow: hidden;
}

#storeDetail .storeToolsContainer {
	max-width: 1000px;
}

#storeDetail .storeToolsItem {
	width: 33.333333%;
	margin-top: 24px;
	float: left;
}

#storeDetail .storeToolsItemTable {
	table-layout: fixed;
	display: table;
	width: 100%;
}

#storeDetail .storeToolsItemColumn {
	vertical-align: middle;
	display: table-cell;
	text-align: left;
}

#storeDetail .storeToolsItemColumn:first-child {
	padding-right: 12px;
	width: 36px;
}

#storeDetail .storeToolsItemColumn img {
	vertical-align: middle;
}

#storeDetail .storeToolsItemLabel {
	font-family: "robotoMedium";
	display: block;
}

#storeDetail .storeToolsItemColumn a {
    color: #1680e2;
    text-decoration: none;
}

@media all and (max-width: 1600px) {
	#storeDetail .storeToolsItem {
		width: 50%;
		float: none;
	}

	#storeDetail .storePictureContainer {
		max-width: 500px;
	}
}

@media all and (max-width: 1440px) {
	#storeDetail .storePictureContainer {
		max-width: 400px;
	}
}

@media all and (max-width: 1280px) {
	#storeDetail .storePictureContainer {
		max-width: 300px;
	}
}

@media all and (max-width: 900px) {
	#storeDetail .storePictureContainer {
		margin-bottom: 24px;
		width: auto;
		float: none;
	}
}

@media all and (max-width: 700px) {
	#storeDetail .storeToolsItem {
		width: 100%;
		float: none;
	}
}

.storeDetailContainer {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.storeDetailContainer .col {
	position: relative;
	display: table-cell;
	width: 33%;
	vertical-align: middle;
	padding-bottom: 24px;
}

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

.storeDetailContainer .marker {
	z-index: 2;
	margin-bottom: 8px;
	padding: 3px 4px;
	color: #ffffff;
	font:
		normal normal 12px "roboto_ltregular",
		arial,
		sans-serif;
	line-height: 16px;
	text-align: left;
	background-color: #424242;
	border-radius: 4px;
}

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

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

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

.storeDetailContainer #pictureContainer .item a {
	display: block;
	text-align: center;
}

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

.storeDetailContainer #moreImagesCarousel {
	position: relative;
	margin-top: 24px;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.storeDetailContainer #moreImagesCarousel.show {
	visibility: visible;
	opacity: 1;
}

.storeDetailContainer #moreImagesCarousel.hide {
	display: none;
}

.storeDetailContainer #moreImagesCarousel #moreImagesLeftButton,
.storeDetailContainer #moreImagesCarousel #moreImagesRightButton {
	position: absolute;
	top: 25%;
	z-index: 2;
	width: 14px;
	height: 16px;
	margin-top: 3px;
	background: url("/local/templates/.default/components/dresscode/catalog.store.detail/.default/images/carouselArrowSmall.png") 0 0 no-repeat transparent;
	opacity: 0.5;
}

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

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

.storeDetailContainer #moreImagesCarousel #moreImagesLeftButton {
	left: 32px;
}

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

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

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

.storeDetailContainer #moreImagesCarousel .slideBox .item {
	position: relative;
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
}

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

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

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

.storeDetailContainer #moreImagesCarousel .slideBox .item img {
	max-width: 100%;

	/* margin-top: -4px; */
	max-height: 100%;
	vertical-align: middle;
}

.pictureSlider {
	margin-top: 0px !important;
}

@media all and (max-width: 1500px) {
	.storeDetailContainer .col {
		width: 50%;
	}
}

@media all and (max-width: 800px) {
	.storeDetailContainer .col {
		width: 100%;
	}

	.storeDetailContainer {
		display: flex;
		flex-direction: column;
	}

	.storeDetailContainer #pictureContainer .pictureSlider .item {
		padding: 0;
	}

	.storeInformation {
		margin-top: 24px;
	}
}

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

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

	.storeDetailContainer #moreImagesCarousel #moreImagesRightButton {
		right: 0px;
	}

	.storeDetailContainer #moreImagesCarousel #moreImagesLeftButton {
		left: 0px;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


/* Start:/local/templates/.default/components/dresscode/catalog.store.detail/.default/css/media.min.css?174718220218050*/
@media all and (min-width:2450px){#catalogElement .product{width:20%}#tableContainer .column:nth-child(2){width:1124px}#catalogElement .product:nth-child(5n+5){border-right-width:0}#complect .complectListItem{width:20%}#skuOffersTable .offersTable .offersName{width:22%}#skuOffersTable .offersTable .priceWrap{width:18%}#skuOffersTable .offersTable .quanBaskWrap{width:24%}}@media all and (max-width:1900px){#catalogElement .product{width:33.333333%}}@media all and (max-width:1800px){#skuOffersTable .offersTable .quanBaskWrap{width:120px;padding:8px 6px}#skuOffersTable .offersTable .quanBaskWrap .tc{display:block;width:100%;padding:0}#skuOffersTable .offersTable .quanBaskWrap .quantity{padding-bottom:6px}.new-list-items{margin:0 -6px}.new-list-items .list-item-wrap{padding:6px}.new-list-items .list-item{padding:12px}.new-list-items .image{padding-right:12px}}@media all and (max-width:1700px){#elementTools{width:280px}#files .item .icon{width:22%}}@media all and (max-width:1600px){.limiter #left{width:280px}#elementNavigation{width:280px}#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:last-child::after,#complect .complectListItem:nth-child(3n)::after{display:none}.new-list-items-wrap .heading{padding:36px 0 30px}#elementContainer .new-list-items{margin:0 -6px}}@media all and (max-width:1520px){.limiter #left{width:320px}#elementTools{width:300px}#tableContainer #elementNavigation{display:none}#elementSmallNavigation{display:block}#files .item .icon{width:14%}#skuOffersTable .offersTable .quanBaskWrap{width:250px;padding:0}#skuOffersTable .offersTable .quanBaskWrap .tc{display:table-cell;width:50%;padding:8px 6px}#skuOffersTable .offersTable .quanBaskWrap .quantity{padding:8px 6px}#catalogElement #newReview input{width:67%}#catalogElement #newReview .submit{width:30%}}@media all and (max-width:1366px){.limiter #left{width:280px}.smallSpecialTime .specialTime{padding:12px 0}}@media all and (max-width:1340px){#elementSmallNavigation .tab:first-child{margin-left:0;padding-left:0;border-left:0}#elementSmallNavigation .tab{margin-left:24px;border-right:0}}@media all and (max-width:1280px){.limiter #left{width:330px}#elementTools{width:270px;padding:12px 24px 0}.smallSpecialTime{padding-bottom:6px}#files .item .icon{width:18%}.ya-share-label{margin-top:0}#elementContainer .brandImage{margin-right:24px;margin-bottom:12px}#elementContainer .bindAction{margin-bottom:12px}.reviewsBtnWrap{margin-top:0;padding-bottom:0}.reviewsBtnWrap .row{margin:0 24px 12px 0}#elementContainer .elementSkuVariantLabel{display:none}.productDetailText .heading{font-size:14px}#catalogElement .product{width:33.333%}#catalogElement .product:nth-child(4n+4){border-right-width:1px}#catalogElement .product:nth-child(3n+3){border-right-width:0}#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{display:block;clear:both;margin:24px 0 36px}.ya-share-label{display:none}.new-list-items .list-item-wrap{width:50%}#smallElementTools .smallElementToolsContainer{border:0;border-radius:4px;box-shadow:0 0 25px rgb(0 0 0 / 5%)}#smallElementTools .mobileButtonsContainer,#smallElementTools .mobilePriceContainer{display:table-cell;width:50%;vertical-align:middle}#smallElementTools .columnRow.mobileFastBackContainer{display:block;width:100%;margin-top:12px;padding:0}#catalogElement .mainTool .addCart{width:50%;padding:0}#smallElementTools .columnRow .fastBack{color:#000;font-size:16px;background:#f2f2f2;border:0;border-radius:4px}#smallElementTools .columnRow .fastBack img{display:none}#catalogElement .mainTool .qtyBlock{box-sizing:border-box;width:50%;margin:0;padding:0 0 0 12px;background:#fff}#catalogElement .mainTool .qtyBlock .qty{display:inline-block;width:45px;height:40px;font-size:14px;vertical-align:middle;background-color:#fff;border:0}#catalogElement .mainTool .qtyBlockContainer{position:relative;height:60px;padding-left:12px;line-height:60px;border:1px solid #f3f3f3;border-radius:4px}#catalogElement .mainTool .minus,#catalogElement .mainTool .plus{position:absolute;top:50%;width:30px;height:30px;background-color:#f2f2f2;background-repeat:no-repeat;background-position:50% 50%;border-radius:8px;transform:translate(0,-50%)}#catalogElement .mainTool .minus{right:60px;background-image:url(/local/templates/.default/components/dresscode/catalog.store.detail/.default/css/../images/mobile-basket-add-minus.png)}#catalogElement .mainTool .plus{right:24px;background-image:url(/local/templates/.default/components/dresscode/catalog.store.detail/.default/css/../images/mobile-basket-add-plus.png)}#catalogElement .mainTool .qtyBlockContainer .qty.error{color:red}#catalogElement .smallElementToolsContainer{padding:0}#catalogElement .columnRow .fastBack,#catalogElement .smallElementToolsContainer .secondTool .row:last-child{margin-bottom:0}#catalogElement .secondTool{box-sizing:border-box;margin-top:24px;padding:24px 0;text-align:center;border-top:1px solid #e7e8ea}#elementTools .row,#smallElementTools .row{margin-bottom:0}#catalogElement .mainTool{box-sizing:border-box;padding:24px 72px 0}#catalogElement .mainToolContainer{display:table;width:100%;border-radius:4px;border-collapse:collapse}#smallElementTools .secondTool .row{margin-right:60px}#catalogElement .mainTool .addCart.added,#catalogElement .mainTool .addCart.requestPrice,#catalogElement .mainTool .addCart.subscribe{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:0}#catalogElement .getPricesWindow .priceIcon{margin-top:-4px}#catalogElement .mainTool .addCart{padding-right:0}}@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{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 0}#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}#zoomerBigNextMore,#zoomerBigPrevMore{display:none!important}#imageContainerSlider{height:100%!important}#complect .complectList{margin:0 -24px 12px;border-top:1px solid #e7e8ea}#complect .complectListItem{box-sizing:border-box;width:50%;height:140px;border-right:1px solid #e7e8ea;border-bottom:1px solid #e7e8ea}#complect .complectListItem:nth-child(2n){border-right-width:0}#complect .complectListItem::after{display:none}.complectListItemTable{display:table;width:100%;table-layout:fixed}.complectListItemCelImage{display:table-cell;width:110px;padding-right:12px;vertical-align:middle}.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{color:#888;font-size:13px;line-height:16px}#complect .complectListItemLink{height:36px;margin-bottom:2px;line-height:36px}#complect .complectListItemLink .middle{line-height:18px;vertical-align:middle}#elementProperties .stats{table-layout:auto}#elementProperties .stats td{padding:12px 0}#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;max-width:0;padding:0;overflow:hidden;white-space:nowrap;text-indent:100px}#elementProperties .stats .name{width:70%}#catalogElement .mainTool{padding:24px 36px 0}#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:0}#elementContainer .mainContainer .col{display:block;box-sizing:border-box;width:100%;padding:24px 24px 0}#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}#elementContainer .new-list-items .image{width:72px;text-align:center}#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:0}#smallElementTools .mobilePriceContainer{width:40%}#smallElementTools .mobileButtonsContainer{width:60%}#catalogElement .mainTool{padding:24px 24px 0}}@media all and (max-width:750px){#smallElementTools .smallElementToolsContainer .secondTool .share-items{display:block;margin-top:24px;padding-top:24px;border-top:1px solid #e7e8ea}#smallElementTools .secondTool .row{margin-right:48px}#catalogElement .ya-share-label{margin-right:12px}#catalogElement .ya-share-label,#catalogElement .ya-share2{display:inline-block;margin-bottom:0;vertical-align:middle}#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,#catalogElement .mainTool .qtyBlockContainer,#smallElementTools .columnRow .fastBack{height:55px;line-height:55px}#smallElementTools .secondTool .available-block{margin-right:0}}@media all and (max-width:700px){#elementContainer .mainContainer .markerContainer{top:12px;left:24px}#elementContainer .wishCompWrap{top:12px;right:24px}#stores td,#stores th{display:none}#stores td.amount,#stores td.name,#stores th.amount,#stores th.name{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{float:unset;width:100%!important}#reviews .reviewTable .reviewColumn:first-child{width:100%}#reviews .rating{margin-left:0}#tableContainer .column:nth-child(2),#video .item:last-child{padding-bottom:0}#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 .mobileButtonsContainer,#smallElementTools .mobilePriceContainer{display:block;width:100%}#smallElementTools .mobileButtonsContainer{margin-top:24px}#catalogElement .mainTool{padding:24px 24px 0}#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:0;border:0}#catalogElement #set{padding:0 24px 24px}#catalogElement #set .setTools{margin:24px 0 0}#catalogElement #set .setList{border-top:0}#catalogElement #set .setElement:nth-child(n){border:0}#catalogElement h2:not(.noTabs).heading,#elementContainer #detailTags h2:not(.noTabs).heading,#elementContainer #detailText h2:not(.noTabs).heading{position:relative;margin:0;padding:16px;font-weight:400;font-size:14px;font-family:roboto_ltregular;line-height:16px;text-align:left;text-transform:uppercase;background-color:#f2f2f2;border:0;border-radius:4px;cursor:pointer}#catalogReviews,#files,#related,#similar,#stores,#video{padding:0 24px}.sale-products-gift{padding:0 24px}.changePropertiesGroup{margin-bottom:24px}#catalogElement h2:not(.noTabs).heading.active,#elementContainer #detailTags h2:not(.noTabs).heading.active,#elementContainer #detailText h2:not(.noTabs).heading.active{margin-bottom:24px}#catalogElement #catalogReviews .ratingContainer{display:none}#catalogElement h2.heading:not(.noTabs)::after{position:absolute;top:0;right:12px;bottom:0;display:block;width:25px;height:25px;margin:auto;background-color:#fff;background-image:url(/local/templates/.default/components/dresscode/catalog.store.detail/.default/css/../images/mobile-tab-show.png);background-repeat:no-repeat;background-position:50% 50%;border-radius:25px;content:""}#catalogElement h2.heading.active::after{background-image:url(/local/templates/.default/components/dresscode/catalog.store.detail/.default/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{padding:18px 24px;font-size:14px;font-family:robotomedium;line-height:16px;text-transform:uppercase}#reviews .reviewTable .reviewColumn{padding:0}#catalogElement #reviews .reviewItem:last-child{margin-bottom:0}#catalogElement #reviews .reviewItem:first-child{padding:0;border:0}#catalogElement #elementProperties h2.heading.active{margin-bottom:12px}#catalogElement #files .item:last-child{margin-bottom:0}#catalogElement #files .item{height:auto}#catalogElement #video .wrap{padding:0}#video .items.sz1 iframe{height:350px}#catalogElement .secondTool{padding:0;border:0}#smallElementTools .secondTool .row:first-child{border:0}#smallElementTools .secondTool .row{position:relative;display:block;width:100%;margin-right:0;padding:12px 0;text-align:left;border-top:1px solid #e7e8ea}#catalogElement #smallElementTools .secondTool .share-items{margin-top:0;margin-bottom:0;padding-bottom:0;border-top:1px solid #e7e8ea}#catalogElement .ya-share-label{display:none}#catalogElement .secondTool{margin-top:0;padding:0 48px 24px}#smallElementTools .secondTool .cheaper-container::after,#smallElementTools .secondTool .delivery-button-container::after{position:absolute;top:0;right:12px;bottom:0;display:block;width:25px;height:25px;margin:auto;background-color:#f2f2f2;background-image:url(/local/templates/.default/components/dresscode/catalog.store.detail/.default/css/../images/mobile-tab-show.png);background-repeat:no-repeat;background-position:50% 50%;border-radius:25px;content:"";pointer-events:none}#smallElementTools .getStoresWindow.inStock span{border-bottom:0!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){width:100%;border-right-width:0}.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{margin-top:12px;padding:0}#elementContainer #moreImagesCarousel .carouselWrapper{width:90%}#elementContainer #moreImagesCarousel #moreImagesLeftButton{left:0;margin-top:-12px}#elementContainer #moreImagesCarousel #moreImagesRightButton{right:0;margin-top:-12px}#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:0!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:0 24px 24px}#catalogElement .mainTool{padding:24px 24px 0}#complect .complectListItem{width:100%}#elementProperties .stats .name{width:100%}#elementProperties .stats td:nth-child(2){width:90px;padding-right:6px;font-family:robotomedium;text-align:right}#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:0 12px 24px}#catalogElement .mainTool{padding:24px 12px 0}#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{width:20px;padding-left:2px}}
/* End */


/* Start:/local/templates/.default/components/dresscode/catalog.store.detail/.default/css/set.min.css?17471822028402*/
#set{box-sizing:border-box;padding-bottom:24px}#set .heading{display:block;margin-top:30px;padding:36px 24px;font-weight:800;font-size:20px;font-family:robotobold;letter-spacing:1px;text-transform:uppercase;border-top:1px solid #e7e8ea}#set .setList .heading2{display:block;margin-bottom:12px;font-size:14px}#set .setList{overflow:hidden}#set .setTools{box-sizing:border-box;height:60px;margin:12px 24px 0;padding:0 0 0 24px;overflow:hidden;line-height:60px;list-style:none;background-color:#fff;border:1px solid #e6e6e6}#set .setTools li{float:left}#set .setTools .rt{float:right}#set .setTools .heading2{margin-right:24px;font-size:14px}#set .setTools .price{position:relative;display:block;color:#000;font-size:18px;font-family:robotobold;text-decoration:none}#set .setTools .price #setDisnt{display:inline-block;padding-left:12px;color:#888;font-size:14px;font-family:roboto_ltregular}#setDisnt.hidden,#setWDisnt.hidden{visibility:hidden}#set .setTools .addCart{display:inline-block;width:250px;height:60px;color:#fff;font-size:16px;line-height:60px;text-align:center;text-decoration:none;vertical-align:top;transition:all .2s ease-in-out}#set .setTools .icon{display:inline-block;vertical-align:middle}#set .setTools .addCart .icon{margin-top:-6px;padding-right:12px}#set .setTools .addSet{display:inline-block;width:250px;height:60px;color:#000;font-size:14px;font-family:roboto_condensedlight;line-height:60px;text-align:center;text-decoration:none;vertical-align:top;background:#f8f8f8;border-left:1px solid #e6e6e6;transition:all .2s ease-in-out}#set .setTools .addSet:hover{background:#f6f6f6}#set .disabled .wrap{transform:scale(.9);opacity:.5}#set .setElement{position:relative;float:left;box-sizing:border-box;width:25%;padding:0 24px;transition:all .2s}#set .setElement .wrap{transition:all .3s ease-in-out}#set .setElement:first-child{border:0}#set .setElement::after{position:absolute;top:50%;right:-8px;display:block;color:#888;font-size:48px;font-family:roboto_thregular;transform:translateY(-50%);content:"+"}#set .setElement:last-child::after{display:none}#set .setElement .picture{display:block;height:250px;margin-top:12px;line-height:250px;text-align:center;transition:all .2s ease-in-out}#set .setElement.general .picture,#set .setElement:hover .picture{opacity:1}#set .setElement.disabled .picture{opacity:.8}#set .setElement .picture img{max-width:90%;max-height:90%;vertical-align:middle}#set .setElement .name{display:block;height:44px;margin-top:12px;margin-bottom:12px;overflow:hidden;color:#000;font-size:14px;line-height:44px;text-decoration:none;transition:.2s all ease-in-out}#setWindowTable .setElement .name{font-size:13px}#set .setElement .middle{display:inline-block;line-height:21px;vertical-align:middle}#set .setElement .price{position:relative;display:block;margin-bottom:12px;color:#000;font-size:16px;font-family:robotobold;text-decoration:none}#set .setElement .price .discount{display:inline-block;padding-left:8px;color:#888;font-size:14px;font-family:roboto_ltregular}#set .sCheck,#set .sWindowCheck{position:absolute;top:12px;right:0;z-index:2;display:block;width:30px;height:30px;background:url(/local/templates/.default/components/dresscode/catalog.store.detail/.default/css/../images/sCheck.png) 0 0 no-repeat transparent;cursor:pointer}#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{position:fixed;top:0;left:0;z-index:999;display:none;width:100%;height:100%;background-color:rgb(0 0 0 / 50%)}#setWindow .container{position:relative;top:50%;left:50%;width:900px;max-height:440px;overflow:hidden;background-color:#fff;transform:translateX(-50%) translateY(-50%)}#setWindow .container .wp{overflow:hidden}#setWindow #setWindowTable{width:100%;table-layout:fixed;border-collapse:collapse;border-spacing:0}#setWindow #setWindowTable td{padding:0}#setWindow .heading3{position:relative;height:60px;color:#fff;font-size:18px;line-height:60px;text-align:center;background-color:#424242}#setWindow .container .wElement{width:240px}#setWindow .setElement .picture{height:140px;line-height:140px}#setWindow #wProduct{width:100%;border-right:1px solid #e7e8ea}#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{position:absolute;top:20px;right:20px;display:block;width:21px;height:21px;background:url(/local/templates/.default/components/dresscode/catalog.store.detail/.default/css/../images/exit.png) 0 0 no-repeat transparent}#setWindow .close:hover{background-position:0 -21px}#setWindow .close:active{background-position:0 -42px}#setWindowPrice{position:relative;height:60px;overflow:hidden;color:#fff;font-size:18px;line-height:60px;text-align:center;background-color:#424242}#setWindowPrice ul{margin:0;padding:0;list-style:none}#setWindowPrice li{float:left}#setWindowPrice li:last-child{float:right;color:#fff;text-align:right}#setWindowPrice li .heading4{margin-right:12px;padding-left:12px;font-size:14px}#setWindowPrice .discount{display:inline-block;margin-left:12px;padding-left:8px;color:#888;font-size:14px;font-family:roboto_ltregular}#setWindowPrice .addCart{display:inline-block;min-width:152px;height:60px;padding:0 24px;color:#fff;font-size:16px;font-family:roboto_condensedlight;line-height:60px;text-align:center;text-decoration:none;vertical-align:top;transition:all .2s ease-in-out}#setWindowPrice .icon{display:inline-block;vertical-align:middle}#setWindowPrice .addCart .icon{margin-top:-6px;padding-right:12px}#setWindowPrice .closeWindow{float:left;padding:0 24px;color:#fff;font-size:14px;text-decoration:none;border-left:1px solid #4c4c4c;transition:all .2s ease-in-out}#setWindowPrice .closeWindow:hover{background-color:#262626}#setWindowPrice .closeWindow img{margin-right:12px;vertical-align:middle}#setCarousel,#setWindow .container .slideBox{position:relative;border:0}#setWindow .setBtnLeft,#setWindow .setBtnRight{position:absolute;top:50%;z-index:22;width:35px;height:70px;background:url(/local/templates/.default/components/dresscode/catalog.store.detail/.default/css/../images/slideArrowSmall.png) 0 0 no-repeat transparent;transform:translateY(-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{height:140px;padding:12px;overflow:hidden}#set .setElement:nth-child(n){width:50%;border-right:1px solid #e7e8ea;border-bottom:1px solid #e7e8ea}#set .setElement:nth-child(2n){border-right-width:0}#set .setElement::after{display:none}.setListTable{display:table;width:100%;table-layout:fixed}.setListColImage{display:table-cell;width:110px;padding-right:12px;vertical-align:middle}.setListColText{display:table-cell;padding-right:24px;vertical-align:middle}#set .setElement .picture{height:120px;margin:0;line-height:120px}#set .sCheck{top:6px;right:6px}#set .setElement .name{height:36px;margin-top:0;margin-bottom:2px;line-height:36px}#set .setElement .middle{line-height:18px}#set .setElement .price{margin-bottom:0;font-size:14px}#set .setElement .price .discount{display:block;padding:0;font-size:13px;line-height:16px}#set .setTools .heading2{display:none}#set .setTools .addCart{width:200px}}@media all and (max-width:600px){#set .setElement:nth-child(n){width:100%;border-right-width:0}.setListColImage{width:40%;min-width:110px;max-width:160px}}@media all and (max-width:550px){#set .setTools{height:auto;margin:0;padding:0 24px;overflow:hidden;border:0}#set .setTools li{float:unset}#set .setTools .rt{display:block;float:unset;clear:both;text-align:left}#set .setTools .addCart{clear:both}#set .setTools li{margin-top:24px;line-height:21px}#set .setTools .heading2{display:block!important;font-size:16px}}@media all and (max-width:400px){.setListColImage{width:50%}}
/* End */


/* Start:/local/templates/.default/components/dresscode/catalog.store.list/.detail/style.min.css?17472657523673*/
#storesList{margin-top:24px}#storesList .storesListItem{-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out;border:1px solid #dadada;line-height:150px;margin-top:24px;overflow:hidden;height:150px}#storesList .storesListItem:hover{border:1px solid #aaa}#storesList .storesListItem:first-child{margin-top:0}#storesList .storesListItemContainer{vertical-align:middle;display:inline-block;line-height:0;width:100%}#storesList .storesListItemLeft,#storesList .storesListItemRight{float:left;width:50%}#storesList .storesListItemRight{float:right}#storesList .storesListItemEmail,#storesList .storesListItemName,#storesList .storesListItemPhone,#storesList .storesListItemPicture,#storesList .storesListItemSchedule{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:24px 12px;line-height:21px;float:left}#storesList .storesListItemPicture{text-align:center;padding-left:24px;max-width:180px;line-height:0;width:30%}#storesList .storesListItemPicture img{vertical-align:middle;max-height:100%;max-width:100%}#storesList .storesListItemName{max-width:450px;width:70%}#storesList .storeItemDescription{margin:12px 0 0 0;max-height:62px;overflow:hidden;display:block;color:#555;padding:0}#storesList .storesListItemEmail,#storesList .storesListItemPhone,#storesList .storesListItemSchedule{text-align:center;width:33.333333%}#storesList .storesListItemLabel{display:block}#storesList .storesListTableLink{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block}#storesList .storesListTableLink:active,#storesList .storesListTableMailLink:active{position:relative;top:1px}#storesList .storesListTableLink img{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#storesList .storesListTableLink:hover img{opacity:.9}#storesList .storesListTableMailLink{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;color:#000}#storesList .storesListItemScheduleSmall{margin-top:12px;display:none}#storesList .storeListIconSmall{vertical-align:middle;display:inline-block}#storesList .storesListItemScheduleLabel{vertical-align:middle;display:inline-block}#storesList .storesListItemPhoneLabel{display:none}@media all and (max-width:1440px){#storesList .storesListItemLeft{width:70%}#storesList .storesListItemRight{background-color:#fbfbfb;text-align:center;width:30%}#storesList .storeItemDescription{max-height:42px}#storesList .storesListItemEmail,#storesList .storesListItemPhone,#storesList .storesListItemSchedule{padding:0;width:100%;float:none}#storesList .storesListItemSchedule{display:none}#storesList .storeListIcon{display:none}#storesList .storesListItemPhone{font-family:robotoMedium;margin-bottom:12px;font-size:16px}#storesList .storesListItemScheduleSmall{display:block}#storesList .storesListItemPhoneLabel{font-family:roboto_ltregular;margin-bottom:12px;font-size:14px;display:block}}@media all and (max-width:900px){#storesList .storesListItemPicture{display:none}#storesList .storesListItemName{padding-left:24px;width:100%}#storeListMap{display:none}}@media all and (max-width:600px){#storesList .storesListItemLeft,#storesList .storesListItemRight{width:100%;float:none}#storesList .storesListItemRight{background:#fff;padding-left:24px;text-align:left}#storesList .storesListItemEmail,#storesList .storesListItemPhone,#storesList .storesListItemSchedule{text-align:left}#storesList .storesListItem{padding-bottom:24px;line-height:21px;height:auto}#storesList .storesListItemPhoneLabel{display:none}}
/* End */
/* /local/templates/.default/components/dresscode/catalog.store.detail/.default/style.css?17606037448596 */
/* /local/templates/.default/components/dresscode/catalog.store.detail/.default/css/review.min.css?17471822026973 */
/* /local/templates/.default/components/dresscode/catalog.store.detail/.default/css/media.min.css?174718220218050 */
/* /local/templates/.default/components/dresscode/catalog.store.detail/.default/css/set.min.css?17471822028402 */
/* /local/templates/.default/components/dresscode/catalog.store.list/.detail/style.min.css?17472657523673 */
