

/* Start:/bitrix/templates/dresscodeV2/components/dresscode/slider/promoSlider/style.css?17500485085131*/
#slider{
	position: relative;
	overflow: hidden;
	width: 100%;
   max-width: 1480px;
   margin: 20px auto 0;

}

#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%;
	width: 100%;
    height: inherit;
}
#slider .sliderContent a {
	text-decoration: none;
	display:block;
	height: inherit;
	cursor: pointer;
}
#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:5%;
}

#slider ol li{
	background: url(/bitrix/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: 50px;
	width: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 90;
	background: url(/bitrix/templates/dresscodeV2/components/dresscode/slider/promoSlider/images/slideArrow.png) no-repeat transparent;

}

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

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

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

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

#slider .sliderBtnRight:active{
	background-position: -100px -50px;
}

/* End */


/* Start:/bitrix/templates/dresscodeV2/components/dresscode/offers.product/.default/style.min.css?17500485082542*/
.product.last .showMoreLink{-webkit-transition:.2s all ease-in-out;-o-transition:.2s all ease-in-out;transition:.2s all ease-in-out;vertical-align:middle;display:inline-block;text-align:center;width:100%;color:#000}#homeCatalog,#homeCatalog2{padding-bottom:10px;margin-top:0}#homeCatalog .captionList,#homeCatalog2 .captionList{position:relative;z-index:1;height:60px;line-height:60px;padding-top:24px}#homeCatalog .captionList .slideBox,#homeCatalog2 .captionList .slideBox{list-style:none;padding:0;margin:0;left:0;text-align:center}#homeCatalog .captionList .cItem,#homeCatalog2 .captionList .cItem{list-style:none;display:inline-block}#homeCatalog .caption,#homeCatalog2 .caption{-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;white-space:nowrap;overflow:hidden;padding:0}#homeCatalog .caption.loading,#homeCatalog2 .caption.loading{opacity:.6}#homeCatalog .caption a,#homeCatalog .caption span,#homeCatalog2 .caption a,#homeCatalog2 .caption span{text-align:center;color:#888;text-transform:uppercase;font-family:"robotobold";text-decoration:none;font-size:16px}#homeCatalog .caption span,#homeCatalog2 .caption span{color:#222}#homeCatalog .caption a:hover,#homeCatalog2 .caption a:hover{color:#e20074}#homeCatalog .caption.selected a,#homeCatalog2 .caption.selected a{border-bottom:1px dashed;color:#222}#homeCatalog .caption.selected,#homeCatalog2 .caption.selected{background:0 0}#homeCatalog .cItem,#homeCatalog2 .cItem{max-width:250px;min-width:100px;padding:0}#homeCatalog .captionBtnLeft,#homeCatalog .captionBtnRight,#homeCatalog2 .captionBtnLeft,#homeCatalog2 .captionBtnRight{background:url(/bitrix/templates/dresscodeV2/components/dresscode/offers.product/.default/images/offerArrowSmall.png)0 0 no-repeat;position:absolute;height:60px;width:60px;top:0}#homeCatalog .captionBtnLeft,#homeCatalog2 .captionBtnLeft{left:0}#homeCatalog .captionBtnRight,#homeCatalog2 .captionBtnRight{right:0;background-position:-60px 0}#homeCatalog .captionBtnLeft:hover,#homeCatalog2 .captionBtnLeft:hover{background-position:0-60px}#homeCatalog .captionBtnLeft:active,#homeCatalog2 .captionBtnLeft:active{background-position:0-120px}#homeCatalog .captionBtnRight:hover,#homeCatalog2 .captionBtnRight:hover{background-position:-60px -60px}#homeCatalog .captionBtnRight:active,#homeCatalog2 .captionBtnRight:active{background-position:-60px -120px}@media (max-width:768px){#homeCatalog .captionList,#homeCatalog2 .captionList{position:relative;z-index:1;height:auto;line-height:36px}}
/* End */


/* Start:/bitrix/templates/dresscodeV2/components/dresscode/slider/middle/style.css?17500485081966*/
#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(/bitrix/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(/bitrix/templates/dresscodeV2/components/dresscode/slider/middle/images/slideButton.png) -18px 0  no-repeat transparent;
}

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

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

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

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

#middleSlider .middleSliderBtnLeft, 
#middleSlider .middleSliderBtnRight{
	background: url(/bitrix/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 */
/* /bitrix/templates/dresscodeV2/components/dresscode/slider/promoSlider/style.css?17500485085131 */
/* /bitrix/templates/dresscodeV2/components/dresscode/offers.product/.default/style.min.css?17500485082542 */
/* /bitrix/templates/dresscodeV2/components/dresscode/slider/middle/style.css?17500485081966 */
