

/* Start:/local/templates/dresscodeV2/components/dresscode/slider/promoSlider/style.css?17289926324943*/
#slider{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#slider .wrap{
	position: relative;
	overflow: hidden;
}

#slider ul{
	position:relative;
}

#slider ul li{
	position: relative;
	display: block;
	float:left;
}

#slider ul li .slideLink{
	text-decoration: none;
	color: #000000;
}

/*#slider ul li span:hover{
	transform: scale(1.03);
}*/

#slider .sliderVideoOverBg{
	pointer-events: none;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
}

#slider .slideVideoContainer{
	position: relative;
	overflow: hidden;
	height: 900px;
}

#slider .videoPoster{
    background-position: center center;
    -moz-background-size: cover;
    background-size: cover;
    display: block;
    height: 555px;
	display: none;
}

#slider .slideVideoContainer iframe,
#slider .slideVideoContainer object,
#slider .slideVideoContainer embed {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}


#slider .slideVideo{
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	background-color: #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transform: translateY(-50%);
	pointer-events: none;
	position: absolute;
	object-fit: cover;
	overflow: hidden;
	height: auto;
	width: 100%;
	left: 0px;
	top: 50%;
}

#slider .limiterContainer{
	position: absolute;
	width: 100%;
	left: 0;
}

#slider .limiter{
	position: relative;
	height: 900px;
}

#slider .sliderContent{
	transform: translateY(-50%);
	position: absolute;
	color: #000000;
	z-index: 3;
	left: 0px;
	top: 50%;
}

#slider .sliderContent.loading{
	display: none;
}

#slider .leftContainer{
	left: 0px;
}

#slider .centerContainer{
	transform: translateX(-50%) translateY(-50%);
	left: 50% !important;
}

#slider .rightContainer{
	left: unset;
	right: 0px;
}

#slider .sliderContent .bigText,
#slider .sliderContent .bigTextColor,
#slider .sliderContent .bigTextLight,
#slider .sliderContent .bigTextLightColor{
	font-family: "robotoMedium";
	line-height: 56px;
	margin-top: 24px;
	font-size: 48px;
	display: block;
}

#slider .sliderContent .mediumText,
#slider .sliderContent .mediumTextColor,
#slider .sliderContent .mediumTextLight{
	line-height: 36px;
	margin-top: 24px;
	font-size: 30px;
	display: block;
}

#slider .sliderContent .smallText,
#slider .sliderContent .smallTextColor,
#slider .sliderContent .smallTextLight{
	line-height: 24px;
	margin-top: 24px;
	font-size: 16px;
	display: block;
}

#slider .sliderContent .bigTextLightColor,
#slider .sliderContent .bigTextLight,
#slider .sliderContent .mediumTextLight,
#slider .sliderContent .smallTextLight{
	font-family: "roboto_thregular";
}

#slider .sliderContent .whiteColor{
	color: #ffffff;
}

#slider .sliderContent .noMargin{
	margin: 0;
}

#slider .sliderContent .center{
	text-align: center;
}

#slider .sliderContent .cButton{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border-radius: 2px;
	line-height: 50px;
	margin-top: 24px;
	padding: 0 24px;
	color: #ffffff;
	height: 50px;
}

#slider .sliderContent .cButtonLight{
	-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 rgba(0, 0, 0, .4);
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border-radius: 2px;
	line-height: 50px;
	margin-top: 24px;
	padding: 0 24px;
	color: #000000;
	height: 50px;
}

#slider .sliderContent .cButtonLight:hover{
	border: 1px solid rgba(0, 0, 0, .7);
}

#slider .sliderContent .cButton:active,
#slider .sliderContent .cButtonLight:active{
	position: relative;
	top: 1px;
}

#slider .sliderContent div:first-child{
	margin-top: 0px;
}

#slider ol{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	left:50%;
	bottom:12px;
}

#slider ol li{
	background: url(/local/templates/dresscodeV2/components/dresscode/slider/promoSlider/images/slideButton.png) 0 0 no-repeat transparent;
	margin-right: 4px;
	width: 14px;
	height: 14px;
	float: left;
	cursor: pointer;
}

#slider ol li:hover{
	background-position: -14px 0;
}

#slider ol li:active{
	background-position: -28px 0;
}

#slider ol li.selected{
	background-position: -42px 0;	
}

#slider ol li.selected:hover{
	background-position: -56px 0;	
}

#slider ol li.selected:active{
	background-position: -70px 0;	
}

#slider .sliderBtnLeft, 
#slider .sliderBtnRight{
	display: block;
	height: 118px;
	width: 59px;
	position: absolute;
	top: 50%;
	margin-top: -59px;
	background: url(/local/templates/dresscodeV2/components/dresscode/slider/promoSlider/images/slideArrow.png) no-repeat transparent;

}

#slider .sliderBtnLeft:hover{
	background-position: -59px 0;	
}

#slider .sliderBtnLeft:active{
	background-position: -118px 0;		
}

#slider .sliderBtnRight{
	background-position: 0 -118px;
	right: -0px;
}

#slider .sliderBtnRight:hover{
	background-position: -59px -118px;
}

#slider .sliderBtnRight:active{
	background-position: -118px -118px;
}
/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/catalog.advantages/template1/style.css?1756108919795*/
.advantagesDetail{
	border-top: 1px solid #e7e8ea;
	padding: 24px;
}

.advantagesDetail .advantagesItem{
	vertical-align: middle;
	display: inline-block;
	text-align: center;
}

.advantagesDetail .advantagesPicture{
	margin-bottom: 12px;
}

.advantagesDetail .advantagesName{
	display: inline-block;
	max-width: 200px;
	font-weight: bold;
}

@media all and (max-width: 700px) {

	.advantagesDetail .advantagesItem{
		text-align: left;
	}

}

@media all and (max-width: 500px) {

	.advantagesDetail .advantagesItem{
		text-align: center;
	}

}

@media all and (max-width: 450px) {

	.advantagesDetail .advantagesItem{
		text-align: left;
	}

}

@media all and (max-width: 360px) {

	.advantagesDetail .advantagesName{
		max-width: 170px;
	}


}
/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/news.list/indexBanners/style.css?17289926325574*/
.index-banners-wrap{
	margin-bottom: 48px;
	margin-top: 48px;
}

.index-banners{
	max-width: none;
	font-size: 0;
	margin: -10px -8px;
}

.index-banners .elem-column{
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.index-banners .elem-column:nth-child(3){
	width: 19%;
}

.index-banners .elem-column:nth-child(4){
	width: 31%;
}

.index-banners .elem-wrap{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 8px;
}

.index-banners .elem{
	position: relative;
	box-sizing: border-box;
	height: 228px;
	padding: 42px 24px 12px 24px;
	border: 1px solid #e7e8ea;
	background-color: #fff;
}

.index-banners .elem-column:nth-child(1) .elem{
	height: 476px;
	padding: 42px 36px 12px 36px
}

.index-banners .elem-column:nth-child(3) .elem{
	height: 476px;
}

.index-banners .text-wrap{
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 100%;
	color: #000000;
}

.index-banners .elem-column:nth-child(2) .text-wrap{
	width: 60%;
}

.index-banners .elem-column:nth-child(4) .text-wrap{
	width: 50%;
}

.index-banners .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.index-banners .name{
	display: block;
	max-height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
	font-family: "robotomedium";
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	color: #000000;
	transition: all 0.2s ease-in-out;
}

.index-banners .name:hover{
	color: #444444;
}

.index-banners .name:active{
	position: relative;
	top: 1px;
}

.index-banners .descr{
	max-height: 48px;
	overflow: hidden;
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 16px;
}

.index-banners .elem-column:nth-child(1) .descr{
	margin-bottom: 18px;
}

.index-banners .text-wrap.text-wrap-white{
	color: #fff;
}

.index-banners .text-wrap-white .name{
	color: #ffffff;
}

.index-banners .text-wrap-white .name:hover{
	opacity: 0.8;
}

.index-banners .btn-white .btn-simple{
	background-color: #fff;
	border-color: #fff;
	color: #282727;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.index-banners .btn-white .btn-simple:hover{
	opacity: 0.9;
}

@media all and (max-width: 1400px){
	.index-banners .name{
		font-size: 16px;
	}
}

@media all and (max-width: 1340px){
	.index-banners .elem-column{
		width: 37%;
	}
	.index-banners .elem-column:nth-child(3){
		width: 26%;
	}
	.index-banners .elem-column:nth-child(4){
		width: 100%;
	}
	.index-banners .elem-column:nth-child(4) .elem-wrap{
		width: 50%;
	}
	.index-banners .elem{
		height: 200px;
		padding: 24px 18px 12px;
	}
	.index-banners .elem-column:nth-child(1) .elem{
		height: 416px;
		padding: 24px 36px 12px 36px
	}
	.index-banners .elem-column:nth-child(3) .elem{
		height: 416px;
	}
	.index-banners .elem-column:nth-child(4) .text-wrap{
		width: 45%;
	}
}


@media all and (max-width: 1024px){
	.index-banners{
		margin: -6px;
	}
	.index-banners .elem-wrap{
		padding: 6px;
	}
}

@media all and (max-width: 900px){
	.index-banners .elem{
		height: 146px;
	}
	.index-banners .elem-column:nth-child(n) .elem{
		padding: 36px 18px 12px;
	}
	.index-banners .elem-column:nth-child(1) .elem{
		height: 304px;
	}
	.index-banners .elem-column:nth-child(3) .elem{
		height: 304px;
		padding-left: 12px;
		padding-right: 12px;
	}
/*	.index-banners .elem-column:nth-child(1) .name{
		max-height: 42px;
		font-size: 20px;
		line-height: 21px;
	}*/
	.index-banners .descr{
		display: none;
	}
}

@media all and (max-width: 790px){
	.index-banners{
		margin: -2px;
	}
	.index-banners .elem-wrap{
		padding: 2px;
	}
	.index-banners .elem{
		height: 132px;
	}
	.index-banners .elem-column:nth-child(1) .elem{
		height: 268px;
	}
	.index-banners .elem-column:nth-child(3) .elem{
		height: 268px;
	}
	.index-banners .elem-column:nth-child(n) .elem{
		padding-top: 24px;
	}
	.index-banners .elem-column{
		width: 50%;
	}
	.index-banners .elem-column:nth-child(3){
		width: 50%;
	}
	.index-banners .elem-column:nth-child(4){
		width: 50%;
	}
	.index-banners .elem-column:nth-child(4) .elem-wrap{
		width: 100%;
	}
	.index-banners .elem-column:nth-child(2) .text-wrap{
		width: 65%;
	}
	.index-banners .elem-column:nth-child(4) .text-wrap{
		width: 65%;
	}
}

@media all and (max-width: 550px){
	.index-banners .elem{
		height: 88px;
	}
	.index-banners .elem-column:nth-child(n) .elem{
		padding: 24px 8px 0;
	}
	.index-banners .elem-column:nth-child(3) .elem{
		height: 180px;
	}
	.index-banners .elem-column:nth-child(1) .elem{
		/*padding-top: 12px;*/
		height: 180px;
	}
	.index-banners .elem-column:nth-child(2) .text-wrap{
		width: 70%;
	}
	.index-banners .elem-column:nth-child(4) .text-wrap{
		width: 70%;
	}
	.index-banners .elem-column:nth-child(n) .name{
		max-height: 32px;
		font-size: 14px;
		line-height: 16px;
	}
	.index-banners .btn-simple{
		display: none;
	}
}

@media all and (max-width: 480px){
	.index-banners-wrap{
		margin: 24px 0;
	}
}

@media all and (max-width: 450px){
	.index-banners .name{
		text-shadow: 0 0 10px #fff;
	}
	.index-banners .text-wrap-white .name{
		text-shadow: 0 0 10px #000;
	}
}

@media all and (max-width: 360px){
	.index-banners .elem-column:nth-child(n) .name{
		max-height: 32px;
		font-size: 13px;
		line-height: 16px;
	}
	.index-banners .elem{
		height: 72px;
	}
	.index-banners .elem-column:nth-child(1) .elem{
		height: 148px;
	}
	.index-banners .elem-column:nth-child(3) .elem{
		height: 148px;
	}
	.index-banners .elem-column:nth-child(n) .elem{
		padding-top: 12px;
	}
}

/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/offers.product/.default/style.css?17289926321737*/
#homeCatalog{
	background-color: #f3f3f3;
	padding-bottom: 36px;
	margin-top: 0px;
}

#homeCatalog .captionList{
	position: relative;
	z-index: 1;
	height: 60px;
	line-height: 60px;
	background-color: #2b2b2b;
}

#homeCatalog .captionList .slideBox{
	list-style: none;
	padding: 0px;
	margin: 0px;
	left: 0px;
}

#homeCatalog .captionList .cItem{
	list-style: none;
	float: left;
}

#homeCatalog .caption{
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border-left: 1px solid #222222;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 12px;
}

#homeCatalog .caption:hover{
	background-color: #202020;
}

#homeCatalog .caption.loading{
	opacity: 0.6;
}

#homeCatalog .caption a{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}

#homeCatalog .cItem{
	float: left;
	width: 20%;
}

#homeCatalog .captionBtnRight,
#homeCatalog .captionBtnLeft{
	background: url(/local/templates/dresscodeV2/components/dresscode/offers.product/.default/images/offerArrowSmall.png) 0 0 no-repeat transparent;
	position: absolute;
	height: 60px;
	width: 60px;
	top: 0;
}

#homeCatalog .captionBtnLeft{
	left: 0px;
}

#homeCatalog .captionBtnRight{
	right: 0px;
}

#homeCatalog .captionBtnLeft:hover{
	background-position: -0px -60px;
}

#homeCatalog .captionBtnLeft:active{
	background-position: -0px -120px;
}

#homeCatalog .captionBtnRight{
	background-position: -60px 0px;
}

#homeCatalog .captionBtnRight:hover{
	background-position: -60px -60px;
}

#homeCatalog .captionBtnRight:active{
	background-position: -60px -120px;
}
/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/pop.section/.default/style.css?17289926322770*/
#popSection{
	padding-bottom: 36px;
	overflow: hidden;
}

#popSection a{
	text-decoration: none;
}

#popSection .heading{
	margin-bottom: 0px !important;
	text-transform: uppercase;
	font-family: 'robotobold';
	text-align: center;
    padding-left: 18px;
	line-height: 30px;
    font-size: 18px;
    display: block;
    color: #000000;
    height: 60px;
}

#popSection .items{
	list-style: none;
	overflow: hidden;
	border-left: 1px solid #e7e8ea;
	border-top: 1px solid #e7e8ea;
}

#popSection .item{

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #e7e8ea;
	border-bottom: 1px solid #e7e8ea;
	background-color: #ffffff;
	overflow: hidden;
	height: 170px;
	float: left;
	width: 20%;

}

#popSection .tabloid{
	position: relative;
	padding: 12px;
}

#popSection .markerContainer{
	position: absolute;
	z-index: 2;
	top: 8px;
	left: 8px;
}

#popSection .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;
}

#popSection .picture{

	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	transform: translate3d(0,0,0);

	text-align: center;
	line-height: 100px;
	display: block;
	height: 100px;
	opacity: 1;
}

#popSection .picture:hover{
	opacity: 0.8;
}

#popSection .picture img{
	vertical-align: middle;
	max-height: 90%;
	max-width: 90%;
}

#popSection .nameWrap{
	height: 42px;
	margin-top: 12px;
	line-height: 42px;
	text-align: center;
	overflow: hidden;
}

#popSection .name{

	-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;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	display: inline-block;
	vertical-align: middle;
	color: #000000;
}

#popSection .last{
	background-color: #f9f9f9;
	line-height: 170px;
	height: 170px;
}

#popSection .last .wp{
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	line-height: 21px;
	width: 100%;
}

#popSection .last .showMore{
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	color: #000000;
	width: 100%;
}

#popSection .last .showMore:hover{
	opacity: 0.7;
}

#popSection .last .icon{
	display: inline-block;
	margin-bottom: 6px;
    text-align: center;
    line-height: 21px;
    height: 33px;
    width: 100%;
}

#popSection .last .ps{
	font-size: 18px;
}

#popSection .last .value{
	padding-left: 6px;
	font-size: 18px;
}

#popSection .last .small{
	display: inline-block;
	width: 100%;
}
/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/slider/middle/style.css?17289926321966*/
#middleSlider{
	margin-bottom: 36px;
	position: relative;
	display: none;
}

#middleSlider .wrap,
#middleSlider .limiter{
	position: relative;
	overflow: hidden;
}

#middleSlider ul{
	position:relative;
}

#middleSlider ul li{
	display: block;
	float:left;
}

#middleSlider ul li img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#middleSlider ol{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	left: 50%;
	bottom:12px;
}

#middleSlider ol{
	position: absolute;
	left: 50%;
	bottom: 12px;
}

#middleSlider ol li{
	background: url(/local/templates/dresscodeV2/components/dresscode/slider/middle/images/slideButton.png) 0 0 no-repeat transparent;
	margin-right: 4px;
	width: 18px;
	height: 18px;
	float:left;
	cursor: pointer;
}

#middleSlider ol li:hover{
	background: url(/local/templates/dresscodeV2/components/dresscode/slider/middle/images/slideButton.png) -18px 0  no-repeat transparent;
}

#middleSlider ol li:active{
	background: url(/local/templates/dresscodeV2/components/dresscode/slider/middle/images/slideButton.png) -36px 0  no-repeat transparent;
}

#middleSlider ol li.selected{
	background: url(/local/templates/dresscodeV2/components/dresscode/slider/middle/images/slideButton.png) -54px 0  no-repeat transparent;	
}

#middleSlider ol li.selected:hover{
	background: url(/local/templates/dresscodeV2/components/dresscode/slider/middle/images/slideButton.png) -72px 0  no-repeat transparent;	
}

#middleSlider ol li.selected:active{
	background: url(/local/templates/dresscodeV2/components/dresscode/slider/middle/images/slideButton.png) -90px 0  no-repeat transparent;	
}

#middleSlider .middleSliderBtnLeft, 
#middleSlider .middleSliderBtnRight{
	background: url(/local/templates/dresscodeV2/components/dresscode/slider/middle/images/slideArrow.png) no-repeat transparent;
	position: absolute;
	margin-top: -30px;
	display: block;
	height: 60px;
	width: 30px;
	top: 50%;

}

#middleSlider .middleSliderBtnLeft{
	background-position: 0 0;
	left: 0px;
}

#middleSlider .middleSliderBtnLeft:hover{
	background-position: -30px 0;	
}

#middleSlider .middleSliderBtnLeft:active{
	background-position: -60px 0;		
}

#middleSlider .middleSliderBtnRight{
	background-position: 0 -60px;
	right: 0px;
}

#middleSlider .middleSliderBtnRight:hover{
	background-position: -30px -60px;
}

#middleSlider .middleSliderBtnRight:active{
	background-position: -60px -60px;
}
/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/brands.list/.default/style.css?17289926322493*/
#brandList{
	background-color: #ffffff;
	padding-bottom: 36px;
	margin-top: 0px;
}

#brandList a{
	text-decoration: none;
}

#brandList .heading{
	margin-bottom: 0px !important;
	text-transform: uppercase;
	font-family: 'robotobold';
	padding-bottom: 48px;
	text-align: center;
    padding-left: 18px;
	padding-top: 48px;
    font-size: 18px;
    display: block;
    color: #000000;
}

#brandList .items{
	list-style: none;
	overflow: hidden;
	border-left: 1px solid #e7e8ea;
	border-top: 1px solid #e7e8ea;
}

#brandList .item{

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	background-color: #ffffff;
	border-right: 1px solid #e7e8ea;
	border-bottom: 1px solid #e7e8ea;
	height: 120px;
	line-height: 120px;
	overflow: hidden;
	float: left;
	width: 20%;

}

#brandList .tabloid{
	position: relative;
	padding: 12px;
}

#brandList .markerContainer{
	position: absolute;
	z-index: 88;
	left: 8px;
	top: 8px;
}

#brandList .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;
}

#brandList .picture{
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	transform: translate3d(0,0,0);
	opacity: 0.8;
	text-align: center;
	line-height: 100px;
	display: block;
	height: 100px;
}

#brandList .picture:hover{
	opacity: 1;
}

#brandList .picture img{
	vertical-align: middle;
	max-height: 80%;
	max-width: 80%;
}

#brandList .name{
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	display: block;
	color: #000000;
	margin: 12px 0;
}

#brandList .last{
	background-color: #f9f9f9;
}

#brandList .last .wp{
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	line-height: 21px;
	width: 100%;
}

#brandList .last .showMore{
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	color: #000000;
	width: 100%;
}

#brandList .last .showMore:hover{
	opacity: 0.7;
}

#brandList .last .icon{
	display: inline-block;
	margin-bottom: 6px;
    text-align: center;
    line-height: 21px;
    height: 33px;
    width: 100%;
}

#brandList .last .ps{
	font-size: 18px;
}

#brandList .last .value{
	padding-left: 6px;
	font-size: 18px;
}

#brandList .last .small{
	display: inline-block;
	width: 100%;
}
/* End */


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

/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/news.list/reviews/style.css?172899263214080*/
.shop-reviews-list{
	overflow: hidden;
	margin-top: 24px;
}

.shop-reviews-list-item{
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

.shop-reviews-list-item:first-child{
	border-top: 1px solid #f1f1f1;
}

.shop-review-item-table{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

.shop-review-item-cell{
	vertical-align: middle;
	display: table-cell;
	padding: 24px 0px;
}

.shop-reviews-text{
	margin-top: 24px;
	color: #333333;
}

.shop-reviews-container{
	padding-bottom: 1px;
	overflow: hidden;
}

.shop-reviews-container-left{
	width: 300px;
	float: left;
}

.shop-reviews-container-right{
	display: block;
}

.shop-review-top-new-button{
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	border: 1px solid #ff9601;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	padding: 0px 48px;
	line-height: 55px;
	color: #ff9601;
	height: 55px;
}

.shop-review-top-new-button:hover{
	border: 1px solid #ff7300;
	color: #ff7300;
}

.shop-review-top-new-button:active{
	position: relative;
	top: 1px;
}

.shop-reviews-heading{
	font-family: "robotoMedium";
	margin-bottom: 12px;
	font-size: 18px;
}

.shop-reviews-rating-count,
.shop-reviews-top-rating{
	vertical-align: middle;
	display: inline-block;
}

.shop-reviews-rating-count{
	margin-right: 12px;
}

.shop-review-item-col-autor{
	padding-right: 24px;
	text-align: center;
	width: 340px;
}

.shop-review-item-col-text{
	padding-right: 24px;
}

.shop-review-item-date{
	margin-bottom: 12px;
	color: #878787;
}

.shop-review-item-rating{
	margin-bottom: 24px;
}

.shop-review-item-author{
	margin-bottom: 6px;
}

.shop-review-item-utile-heading{
	margin-bottom: 12px;
}

.shop-review-item-utile-bad{
	border: 1px solid #c41a46;
	text-decoration: none;
	margin-left: 6px;
	color: #c41a46;
}

.shop-review-item-utile-good{
	border: 1px solid #108f28;
	text-decoration: none;
	margin-right: 6px;
	color: #108f28;
}

.shop-review-item-utile-bad,
.shop-review-item-utile-good{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	border-radius: 2px;
	line-height: 35px;
	padding: 0px 12px;
	height: 35px;
}

.shop-review-item-utile-bad:hover,
.shop-review-item-utile-good:hover{
	opacity: 0.7;
}

.shop-review-item-utile-bad:active,
.shop-review-item-utile-good:active{
	position: relative;
	top: 1px;
}

.shop-reviews-rating{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	margin-top: -4px;
	height: 15px;
	width: 79px;
	z-index: 2;
}

.shop-reviews-rating i{
	background: url(/local/templates/dresscodeV2/components/bitrix/news.list/reviews/images/rating.png) repeat 0 0px transparent;
	position: absolute;
	display: block;
	height: 15px;
	width: 79px;
	left: 0px;
	top: 0px;
}

.shop-reviews-rating i.m{
	background: url(/local/templates/dresscodeV2/components/bitrix/news.list/reviews/images/rating.png) repeat 0 -14px transparent;
	z-index: 10;
	width: 0px;
}

.shop-review-item-text{
	line-height: 26px;
	color: #111111;
}

.shop-review-item-answer{
	margin-top: 24px;
}

.shop-review-item-answer-link{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family: "robotoMedium";
	display: inline-block;
	text-decoration: none;
	position: relative;
	color: #000000;
}

.shop-review-item-answer-link:after{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: 1px dashed #000000;
	position: absolute;
	display: block;
	content: "";
	height: 1px;
	bottom: 0px;
	width: 100%;
}

.shop-review-item-answer-text{
	margin-top: 12px;
	color: #555555;
}

.shop-review-form-container{
	border: 1px solid #f3f3f3;
	margin-top: 24px;
	padding: 30px;
}

.shop-review-form-heading{
	font-family: "robotobold";
	text-transform: uppercase;
	margin-bottom: 24px;
    letter-spacing: 1px;
	font-weight: 800;
	font-size: 20px;
}

.shop-review-form-in{
	margin-bottom: 24px;
	overflow: hidden;
}

.shop-review-form-in-left,
.shop-review-form-in-right{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50%;
}

.shop-review-form-in-left{
	padding-right: 12px;
}

.shop-review-form-in-right{
	padding-left: 12px;
}

.shop-review-form label{
	margin-bottom: 12px;
	display: block;
}

.shop-review-form input,
.shop-review-form select,
.shop-review-form textarea{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #f9f9f9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #e7e8ea;
	border-radius: 2px;
	font-size: 14px;
	padding: 0 12px;
	color: #000000;
	outline: none;
	width: 100%;
}

.shop-review-form input,
.shop-review-form select{
	height: 50px;
}

.shop-review-form textarea{
	background-color: #f5f5f5;
    border: 1px solid #e7e8ea;
	padding-top: 12px;
	height: 250px;
	resize: none;
}

.shop-review-form input:focus,
.shop-review-form select:focus{
	background-color: #f5f5f5;
	border: 1px solid #e7e8ea;
}

.shop-review-form textarea:focus{
	background-color: #f1f1f1;
	border: 1px solid #eeeeee;
}

.shop-review-form input.error,
.shop-review-form select.error,
.shop-review-form textarea.error{
	border: 1px solid #ff0000;
}

.shop-review-form-submit-container{
	position: relative;
	text-align: center;
	margin-top: 24px;
}

.shop-review-form .shop-review-form-submit{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	width: 225px;
	height: 55px;
}

.shop-review-form .shop-review-form-submit:active{
	position: relative;
	top: 1px;
}

.shop-review-message-window{
	background-color: rgba(0, 0, 0, 0.298);
    position: fixed;
    overflow: auto;
    display: none;
    z-index: 998;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.shop-review-message-window.visible{
	display: block;
}

.shop-review-message-window-cn{
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.500);
    transform: translateX(-50%) translateY(-50%);
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    color: #000000;
    width: 300px;
    z-index: 999;
    left: 50%;
    top: 50%;
}

.shop-review-message-window-heading{
    background-color: #424242;
    position: relative;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #eeeeee;
    display: block;
    height: 50px;
    margin: 0;
    padding: 0;
}

.shop-review-message-window-close{
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
    right: 24px;
    top: 16px;
}

.shop-review-message-window-close{
	background: url(/local/templates/dresscodeV2/components/bitrix/news.list/reviews/images/exit.png) 0 0 no-repeat transparent;
}

.shop-review-message-window-close:hover{
	background-position: 0 -21px ;
}

.shop-review-message-window-close:active{
	background-position: 0 -42px ;
}

.shop-review-message-window-message{
	text-align: center;
	color: #333333;
	padding: 24px;
}

.shop-review-message-exit-cn{
	text-align: center;
}

.shop-review-message-window-exit{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
	background: #424242;
	margin-bottom: 24px;
	text-align: center;
	line-height: 35px;
	padding: 0 24px;
	color: #ffffff;
	height: 35px;
}

.shop-review-message-window-exit:hover{
	background: #2b2b2b;
}

.shop-review-message-window-exit:active{
	position: relative;
	top: 1px;
}

.shop-review-form-submit.loading{
	pointer-events: none;
	opacity: 0.5;
}

.shop-review-form-submit.loading + #shop-review-form-submit-fast-loader{
	display: block;
	opacity: 1;
}

#shop-review-form-submit-fast-loader{
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    transform:scale(0.6);
    -o-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
    margin-left: -24px;
    display: none;
    height: 48px;
    width: 48px;
    opacity: 0;
    left: 50%;
    top: 0px;
}

.f_circleG2{
    position:absolute;
    background-color:rgb(255,255,255);
    height:9px;
    width:9px;
    display: block;
    border-radius:4px;
        -o-border-radius:4px;
        -ms-border-radius:4px;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
    animation-name:f_fadeG2;
        -o-animation-name:f_fadeG2;
        -ms-animation-name:f_fadeG2;
        -webkit-animation-name:f_fadeG2;
        -moz-animation-name:f_fadeG2;
    animation-duration:0.522s;
        -o-animation-duration:0.522s;
        -ms-animation-duration:0.522s;
        -webkit-animation-duration:0.522s;
        -moz-animation-duration:0.522s;
    animation-iteration-count:infinite;
        -o-animation-iteration-count:infinite;
        -ms-animation-iteration-count:infinite;
        -webkit-animation-iteration-count:infinite;
        -moz-animation-iteration-count:infinite;
    animation-direction:normal;
        -o-animation-direction:normal;
        -ms-animation-direction:normal;
        -webkit-animation-direction:normal;
        -moz-animation-direction:normal;
}

#frotateG2_01{
    left:0;
    top:19px;
    animation-delay:0.1995s;
        -o-animation-delay:0.1995s;
        -ms-animation-delay:0.1995s;
        -webkit-animation-delay:0.1995s;
        -moz-animation-delay:0.1995s;
}

#frotateG2_02{
    left:6px;
    top:6px;
    animation-delay:0.256s;
        -o-animation-delay:0.256s;
        -ms-animation-delay:0.256s;
        -webkit-animation-delay:0.256s;
        -moz-animation-delay:0.256s;
}

#frotateG2_03{
    left:19px;
    top:0;
    animation-delay:0.3225s;
        -o-animation-delay:0.3225s;
        -ms-animation-delay:0.3225s;
        -webkit-animation-delay:0.3225s;
        -moz-animation-delay:0.3225s;
}

#frotateG2_04{
    right:6px;
    top:6px;
    animation-delay:0.389s;
        -o-animation-delay:0.389s;
        -ms-animation-delay:0.389s;
        -webkit-animation-delay:0.389s;
        -moz-animation-delay:0.389s;
}

#frotateG2_05{
    right:0;
    top:19px;
    animation-delay:0.4555s;
        -o-animation-delay:0.4555s;
        -ms-animation-delay:0.4555s;
        -webkit-animation-delay:0.4555s;
        -moz-animation-delay:0.4555s;
}

#frotateG2_06{
    right:6px;
    bottom:6px;
    animation-delay:0.522s;
        -o-animation-delay:0.522s;
        -ms-animation-delay:0.522s;
        -webkit-animation-delay:0.522s;
        -moz-animation-delay:0.522s;
}

#frotateG2_07{
    left:19px;
    bottom:0;
    animation-delay:0.5885s;
        -o-animation-delay:0.5885s;
        -ms-animation-delay:0.5885s;
        -webkit-animation-delay:0.5885s;
        -moz-animation-delay:0.5885s;
}

#frotateG2_08{
    left:6px;
    bottom:6px;
    animation-delay:0.645s;
        -o-animation-delay:0.645s;
        -ms-animation-delay:0.645s;
        -webkit-animation-delay:0.645s;
        -moz-animation-delay:0.645s;
}



@keyframes f_fadeG2{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes f_fadeG2{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes f_fadeG2{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes f_fadeG2{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes f_fadeG2{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@media all and (max-width: 1600px) {
	.shop-review-item-col-autor{
		width: 250px;
	}
}

@media all and (max-width: 1366px) {
	.shop-review-item-col-autor{
		width: 200px;
	}
	.shop-review-form textarea{
		height: 150px;
	}
}

@media all and (max-width: 600px) {
	.shop-reviews-list-item{
		border-right: 0;
		border-left: 0;
		border-top: 0;
	}
	.shop-review-item-cell{
		display: block;
		width: 100%;
	}
	.shop-review-item-utile{
		display: none;
	}
	.shop-review-item-rating{
		margin-bottom: 0px;
	}
	.shop-review-item-col-autor{
		padding: 12px 0px;
		text-align: left;
	}
	.shop-review-item-text,
	.shop-review-item-answer{
		padding: 0px;
	}
	.shop-review-item-col-text{
		padding-top: 0;
		padding-bottom: 12px;
	}

	.shop-review-form-in-left,
	.shop-review-form-in-right{
		width: 100%;
		float: none;
	}

	.shop-review-form-in-left{
		padding-right: 0px;
	}

	.shop-review-form-in-right{
		padding-left: 0px;
		margin-top: 24px;
	}

}

@media all and (max-width: 550px) {
	.shop-review-top-new-button{
		margin-top: 24px;
		float: none;
	}
	.shop-reviews-container-left{
		float: none;
	}
}
/* End */
/* /local/templates/dresscodeV2/components/dresscode/slider/promoSlider/style.css?17289926324943 */
/* /local/templates/dresscodeV2/components/dresscode/catalog.advantages/template1/style.css?1756108919795 */
/* /local/templates/dresscodeV2/components/bitrix/news.list/indexBanners/style.css?17289926325574 */
/* /local/templates/dresscodeV2/components/dresscode/offers.product/.default/style.css?17289926321737 */
/* /local/templates/dresscodeV2/components/dresscode/pop.section/.default/style.css?17289926322770 */
/* /local/templates/dresscodeV2/components/dresscode/slider/middle/style.css?17289926321966 */
/* /local/templates/dresscodeV2/components/dresscode/brands.list/.default/style.css?17289926322493 */
/* /local/templates/dresscodeV2/components/bitrix/system.pagenavigation/round/style.css?17289926322357 */
/* /local/templates/dresscodeV2/components/bitrix/news.list/reviews/style.css?172899263214080 */
