

/* Start:/bitrix/templates/napolich/components/dresscode/slider/promoSlider/style.css?17228393754944*/
#slider {
	margin-top: 25px;
	margin-bottom: 80px;
	position: relative;
	overflow: hidden;
	width: 100%;
	border-radius: 8px;
}

#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 .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: 108px;
}

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

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

#slider .sliderContent .bigText,
#slider .sliderContent .bigTextColor,
#slider .sliderContent .bigTextLight,
#slider .sliderContent .bigTextLightColor {
	display: block;
	font-size: 44px;
	line-height: 1.4;
	font-weight: 700;
	text-align: left;

}

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

#slider .sliderContent .smallText,
#slider .sliderContent .smallTextColor,
#slider .sliderContent .smallTextLight {
	display: block;
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
}

#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: 8px;
	line-height: 50px;
	margin-top: 24px;
	padding: 0 24px;
	color: #ffffff;
	height: 50px;
}

#slider .sliderContent .cButton.cButtonWhite {
	background-color: #ffffff;
	color: #000000;
}

#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, 0.4);
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border-radius: 6px;
	line-height: 50px;
	margin-top: 24px;
	padding: 0 24px;
	color: #000000;
	height: 50px;
}

#slider .sliderContent .cButtonLight:hover {
	border: 1px solid rgba(0, 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 {
	display: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	left: 50%;
	bottom: 12px;
}

#slider ol li {
	background: url(/bitrix/templates/napolich/components/dresscode/slider/promoSlider/images/slideButton.svg) 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: 36px;
	width: 36px;
	position: absolute;
	top: 45%;
	background: url(/bitrix/templates/napolich/components/dresscode/slider/promoSlider/images/slideArrow.svg) no-repeat;
}

#slider .sliderBtnLeft{
	left:0;
}

#slider .sliderBtnRight {
	right: 0;
	transform: rotate(180deg);
}

#slider .sliderBtnLeft:hover {
	opacity: 0.8;
}

#slider .sliderBtnLeft:active {
	transform: scale(1.2);
}

#slider .sliderBtnRight:hover {
	opacity: 0.8;
}

#slider .sliderBtnRight:active {
	transform: scale(1.2) rotate(180deg);

}

@media all and (max-width: 992px) {
	#slider {
		margin-bottom: 65px;

	}
}

@media all and (max-width: 768px) {
	#slider {
		margin-bottom: 35px;

	}
}
/* End */


/* Start:/bitrix/templates/napolich/components/bitrix/news.list/indexBanners/style.css?17228393603526*/
.index-banners-wrap {
	margin-bottom: 80px;
}

.index-banners {
	font-size: 0;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.index-banners .elem-column{
	line-height: 0;
}

.index-banners .elem-wrap {
	display: inline-block;
	text-decoration: none;
}

.index-banners .elem {
	width: 475px;
	height: 230px;
	display: flex;
	column-gap: 30px;
	border: 1px solid rgb(172, 176, 193);
	border-radius: 8px;
	background: #fff;
}


.index-banners .text-wrap {
	display: inline-block;
	width: 50%;
	color: #000000;
	padding: 30px 20px 30px 0;
	text-decoration: none;
	overflow: hidden;
}


.index-banners .bg{
	width: 200px;
	height: auto;
	background-position: center;
	background-size: cover;
	border-radius: 8px 0 0 8px;
}

.index-banners .name {
	margin-top:0;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	transition: opacity 0.2s ease-in-out;
}

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

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

.index-banners .name-white {
	color: #ffffff;
	box-shadow: none;
}

.index-banners .descr {
	max-height: 48px;
	overflow: hidden;
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
}

.index-banners .descr-white {
	color: #ffffff;
}


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

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

.index-banners .elem-wrap:hover .name{
	color: #1BC674;
}

.index-banners .elem-wrap:hover .bg{
	opacity: 0.8;
}



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

	.index-banners{
		box-sizing: border-box;
		display: flex;
		gap:30px;
	}

	.index-banners .elem-column{
		width: 48%;
	}

	.index-banners .elem-wrap{
		width: 100%;
	}

	.index-banners .elem{
		width: 100%;
		height: 230px;
	}

	.index-banners .name {
		font-size: 16px;
	}

	.index-banners .bg{
		width: 200px;
		height: 100%;
	}

}


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

	.index-banners-wrap {
		margin-bottom: 65px;
	}

	.index-banners{
		gap:30px;
	}
}


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

	.index-banners .text-wrap{
		display: flex;
		flex-direction: column;
	}

	.index-banners .elem {
		width: 100%;
		height: 200px;
	}

	.index-banners .descr {
		display: none;
	}

	.index-banners .btn-simple.btn-micro{
		min-width: 114px;
		padding: 5px 10px;
		margin-top: auto;
	}

}



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

	.index-banners-wrap {
		margin-bottom: 35px;
	}

	.index-banners {
		gap: 15px;
	}

	.index-banners .elem-column{
		width: 100%;
	}

	.index-banners .elem{
		width: 100%;
		height: 120px;
		gap: 20px;
		border: none;
		background: #F4F5F9;
	}

	.index-banners .bg{
		width: 100px;
	}

	.index-banners .text-wrap {
		padding: 15px 20px 15px 0;
		box-sizing: border-box;
		flex-grow: 1;
	}

	.index-banners .name{
		margin: 0;
		font-size: 14px;
		line-height: 1.3;
	}

	.index-banners .descr{
		margin: 5px 0;
		display: block;
		font-size: 12px;
		line-height: 1.3;
	}

	.index-banners .btn-simple.btn-micro{
		margin-top: auto;
		font-size: 12px;
		line-height: 1.3;
		background: none;
		padding: 0;
		color: #8A8D94;
		text-align: left;
	}

}



/* End */


/* Start:/bitrix/templates/napolich/components/dresscode/offers.product/.default/style.css?17228393731766*/
#homeCatalog{
	background-color: #fff;
	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 {
	border: 1px solid rgb(172, 176, 193);
	border-right: 1px solid transparent;
	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: 20px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	text-transform: capitalize;
}

#homeCatalog .cItem{
	float: left;
	width: 20%;
}

#homeCatalog .captionBtnRight,
#homeCatalog .captionBtnLeft{
	background: url(/bitrix/templates/napolich/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:/bitrix/templates/napolich/components/dresscode/pop.section/.default/style.css?17228393722756*/
#popSection {
	padding:65px 0;
	background: #F4F5F9;
}

#popSection a {
	text-decoration: none;
	display: block;
}

#popSection .heading{
	font-size:34px;
	font-weight: 700;
	line-height: 1.2;
	color: #141D33;
}


#popSection .items {
	margin-top: 40px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;

}

#popSection .item {
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #ffffff;
}

#popSection .tabloid {
	position: relative;
	box-sizing: border-box;
	padding: 15px;
	display: flex;
	align-items: center;
	column-gap: 15px;
	width: 270px;
	height: 95px;

}

#popSection .markerContainer {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
}

#popSection .marker {
	font:
		normal normal 12px "roboto_ltregular",
		arial,
		sans-serif;
	background-color: #424242;
	margin-bottom: 8px;
	border-radius: 4px;
	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);
	height: 60px;
	width: 60px;
	border-radius: 50%;
}

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

#popSection .picture img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	object-fit: cover;
}


#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;

	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	vertical-align: center;
	color:#141D33;
}


#popSection .last .wp {
	padding: 30px 45px;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 14px;
}

#popSection .count{
	font-size: 16px;
	line-height: 1.2;
	color:#141D33;
}

#popSection .small{
	font-size: 14px;
	line-height: 1.2;
	color:#8A8D94;
}

#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;
	text-align: center;
	color: #000000;
	width: 100%;
}

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


@media(max-width: 1040px) {
	#popSection .items {
		justify-content: space-between;
	}
}

@media(max-width: 920px) {

	#popSection .items{
		box-sizing: border-box;
	}

	#popSection .item{
		box-sizing: border-box;
		width: 46%;
	}

	#popSection .tabloid {
		padding: 20px 15px;
		height: auto;
		width: 100%;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	#popSection .last{
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#popSection .last .wp{
		justify-content: center;
	}

}

@media(max-width: 768px) {

	#popSection {
		padding: 35px 0;
		background: #F4F5F9;
	}

	#popSection .heading{
		font-size: 28px;
	}
}
/* End */


/* Start:/bitrix/templates/napolich/components/dresscode/slider/middle/style.css?17228393751943*/
#middleSlider{
	background: #F4F5F9FF;
	padding-bottom: 100px;
	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{
	display: none;
	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/napolich/components/dresscode/slider/middle/images/slideButton.svg) 0 0 no-repeat transparent;
	margin-right: 4px;
	width: 18px;
	height: 18px;
	float:left;
	cursor: pointer;
}

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

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

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

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

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

#middleSlider .middleSliderBtnLeft, 
#middleSlider .middleSliderBtnRight{
	background: url(/bitrix/templates/napolich/components/dresscode/slider/middle/images/slideArrow.svg) no-repeat transparent;
	position: absolute;
	display: block;
	height: 36px;
	width: 36px;
	top: 40%;

}

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

#middleSlider .middleSliderBtnLeft:hover{
	opacity: 0.7;
}

#middleSlider .middleSliderBtnLeft:active{
	transform: scale(1.2);
}

#middleSlider .middleSliderBtnRight{
	transform: rotate(180deg);
	right: 0px;
}

#middleSlider .middleSliderBtnRight:hover{
	opacity: 0.7;
}

#middleSlider .middleSliderBtnRight:active{
	transform: scale(1.2) rotate(180deg);
}
/* End */
/* /bitrix/templates/napolich/components/dresscode/slider/promoSlider/style.css?17228393754944 */
/* /bitrix/templates/napolich/components/bitrix/news.list/indexBanners/style.css?17228393603526 */
/* /bitrix/templates/napolich/components/dresscode/offers.product/.default/style.css?17228393731766 */
/* /bitrix/templates/napolich/components/dresscode/pop.section/.default/style.css?17228393722756 */
/* /bitrix/templates/napolich/components/dresscode/slider/middle/style.css?17228393751943 */
