

/* Start:/local/templates/dresscode/components/dresscode/slider/promoSlider/style.css?178467748214481*/
#slider {
	position: relative;
}

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

#slider ul {
	position: relative;
}

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

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

#slider ul li span {
	transition: transform 1s ease-in-out;
}

#slider ul li span:hover {
	transform: none;
}
#slider ul li.heroBannerSlide > span:hover {
	transform: translate3d(var(--hero-px, 0px), var(--hero-py, 0px), 0);
}

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

#slider .slideVideoContainer {
	position: relative;
	height: 555px;
	overflow: hidden;
	background-color: #e7e8ea;
}

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

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

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

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

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

#slider .leftContainer {
	left: 92px;
}

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

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

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

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

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

#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 {
	display: inline-block;
	height: 50px;
	margin-top: 24px;
	padding: 0 24px;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.2s ease-in-out;
}

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

#slider .sliderContent .cButtonLight {
	display: inline-block;
	height: 50px;
	margin-top: 24px;
	padding: 0 24px;
	color: #000000;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	border: 1px solid rgb(0 0 0 / 40%);
	border-radius: 6px;
	transition: all 0.2s ease-in-out;
}

#slider .sliderContent .cButtonLight:hover {
	border: 1px solid rgb(0 0 0 / 70%);
}

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

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

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

#slider ol li {
	float: left;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	background: url("/local/templates/dresscode/components/dresscode/slider/promoSlider/images/slideButton.svg") 0 0 no-repeat transparent;
	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 {
	position: absolute;
	top: 50%;
	display: block;
	width: 59px;
	height: 118px;
	margin-top: -59px;
	background: url("/local/templates/dresscode/components/dresscode/slider/promoSlider/images/slideArrow.svg") no-repeat transparent;
}

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

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

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

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

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

/* ===== Modern hero slide ===== */
#slider ul li.heroBannerSlide {
	overflow: hidden;
	background: #d9e8ef;
	min-height: 555px;
	height: 555px;
}

#slider ul li.heroBannerSlide > span {
	position: absolute;
	inset: 0;
	background-position: right center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	transform: translate3d(var(--hero-px, 0px), var(--hero-py, 0px), 0);
	transition: transform 0.35s ease-out;
	will-change: transform;
}

#slider ul li.heroBannerSlide > span::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(105deg,
			#e7f1f6 0%,
			#e7f1f6 38%,
			rgba(231,241,246,.96) 46%,
			rgba(231,241,246,.55) 56%,
			rgba(231,241,246,0) 68%),
		radial-gradient(ellipse 70% 80% at 18% 35%, rgba(58,125,155,.16), transparent 60%),
		radial-gradient(ellipse 50% 60% at 70% 90%, rgba(26,58,82,.08), transparent 55%);
}

#slider ul li.heroBannerSlide > span .slideLcpImg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	pointer-events: none;
}

#slider ul li.heroBannerSlide:hover > span {
	transform: translate3d(var(--hero-px, 0px), var(--hero-py, 0px), 0);
}

#slider .sliderContent.heroBannerContent {
	left: 56px;
	right: auto;
	top: 40px;
	bottom: 40px;
	transform: none !important;
	width: min(520px, 48%);
	z-index: 4;
	color: #163247;
	pointer-events: auto;
	display: flex;
	align-items: center;
}

#slider .heroBanner {
	position: relative;
}

#slider .heroBanner__brand, #slider h1.heroBanner__brand {
	margin: 0 0 10px;
	font-family: roboto_condensedlight, sans-serif, arial;
	font-size: 13px;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #3a7d9b;
	opacity: 0;
	transform: translateY(14px);
	animation: heroFadeUp .7s ease forwards .05s;
}

#slider .heroBanner__brand a {
	color: inherit;
	text-decoration: none;
}

#slider .heroBanner h1.heroBanner__brand {
	margin: 0 0 10px;
	font-family: roboto_condensedlight, sans-serif, arial;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #3a7d9b;
	opacity: 0;
	transform: translateY(14px);
	animation: heroFadeUp .7s ease forwards .05s;
}
#slider .heroBanner__title {
	margin: 0 0 12px;
	font-family: robotomedium, sans-serif, arial;
	font-size: clamp(28px, 3.2vw, 42px);
	line-height: 1.12;
	letter-spacing: -.01em;
	color: #13293d;
	opacity: 0;
	transform: translateY(18px);
	animation: heroFadeUp .75s ease forwards .15s;
}

#slider .heroBanner__lead {
	margin: 0 0 18px;
	font-family: roboto_ltregular, sans-serif, arial;
	font-size: 18px;
	line-height: 1.4;
	color: #355066;
	opacity: 0;
	transform: translateY(16px);
	animation: heroFadeUp .75s ease forwards .28s;
}

#slider .heroBanner__list {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0;
	float: none;
	width: 100%;
	clear: both;
}

/* reset #slider ul li { float:left } for benefit items */
#slider .heroBanner__item {
	float: none !important;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	display: flex !important;
	align-items: flex-start;
	gap: 12px;
	margin: 0 0 10px !important;
	padding: 0 !important;
	background: none !important;
	font-size: 15px;
	line-height: 1.35;
	color: #1d3548;
	opacity: 0;
	transform: translateX(-12px);
	animation: heroFadeRight .55s ease forwards;
	transition: transform .25s ease, color .25s ease;
	cursor: default;
}

#slider .heroBanner__item:nth-child(1) { animation-delay: .38s; }
#slider .heroBanner__item:nth-child(2) { animation-delay: .48s; }
#slider .heroBanner__item:nth-child(3) { animation-delay: .58s; }

#slider .heroBanner__item:hover {
	transform: translateX(4px);
	color: #0f2433;
}

#slider .heroBanner__check, #slider i.heroBanner__check {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	margin-top: 1px;
	border-radius: 50%;
	background: #3a7d9b;
	box-shadow: 0 0 0 0 rgba(58,125,155,.35);
	position: relative;
	transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

#slider .heroBanner__check::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 5px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

#slider .heroBanner__item:hover .heroBanner__check {
	transform: scale(1.08);
	background: #2f6a86;
	box-shadow: 0 0 0 6px rgba(58,125,155,.14);
}

#slider .heroBanner__cta.cButton,
#slider .heroBanner a.heroBanner__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	margin-top: 4px;
	padding: 0 28px;
	border-radius: 6px;
	background: #3a7d9b;
	color: #fff;
	font-size: 15px;
	letter-spacing: .02em;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(58,125,155,.28);
	opacity: 0;
	transform: translateY(16px);
	animation: heroFadeUp .7s ease forwards .7s;
	transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

#slider .heroBanner__cta.cButton:hover,
#slider .heroBanner a.heroBanner__cta:hover {
	background: #2f6a86;
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(58,125,155,.34);
	color: #fff;
}

#slider .heroBanner__note {
	margin: 14px 0 0;
	clear: both;
	max-width: 420px;
	font-size: 12px;
	line-height: 1.45;
	color: #5a7385;
	opacity: 0;
	animation: heroFadeUp .7s ease forwards .85s;
}

#slider .heroBanner__orb, #slider i.heroBanner__orb {
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(58,125,155,.18), transparent 70%);
	pointer-events: none;
	z-index: -1;
	top: -40px;
	right: -30px;
	animation: heroOrb 7s ease-in-out infinite alternate;
}

@keyframes heroFadeUp {
	to { opacity: 1; transform: translateY(0); }
}
@keyframes heroFadeRight {
	to { opacity: 1; transform: translateX(0); }
}
@keyframes heroOrb {
	from { transform: translate(0,0) scale(1); }
	to { transform: translate(-18px, 12px) scale(1.12); }
}

@media (max-width: 1024px) {
	#slider .sliderContent.heroBannerContent {
		left: 36px;
		width: min(460px, 52%);
	}
	#slider .heroBanner h1.heroBanner__title,
	#slider .heroBanner__title {
		font-size: 30px;
	}
}

@media (max-width: 768px) {
	#slider ul li.heroBannerSlide > span {
		background-position: 70% center !important;
	}
	#slider ul li.heroBannerSlide > span::before {
		background:
			linear-gradient(180deg,
				rgba(231,241,246,.97) 0%,
				rgba(231,241,246,.92) 58%,
				rgba(231,241,246,.55) 78%,
				rgba(231,241,246,.2) 100%);
	}
	#slider .sliderContent.heroBannerContent {
		left: 20px;
		right: 20px;
		width: auto;
		top: 24px;
		transform: none;
	}
	#slider .heroBanner h1.heroBanner__title,
	#slider .heroBanner__title {
		font-size: 26px;
	}
	#slider .heroBanner__lead {
		font-size: 16px;
	}
	#slider .heroBanner__list li {
		font-size: 14px;
	}
	#slider .heroBanner__note {
		display: none;
	}
}
#slider ul li.heroBannerSlide .sliderContent.leftContainer {
	left: 56px;
}

#slider .heroBanner__item em {
	font-style: normal;
	font-weight: normal;
}
#slider ul li.heroBannerSlide > span {
	display: block;
	width: 100%;
	height: 100%;
}


/* keep hero text stable — no flicker on mouse move */
#slider .heroBanner__brand,
#slider .heroBanner__title,
#slider .heroBanner__lead,
#slider .heroBanner__item,
#slider .heroBanner__cta,
#slider .heroBanner__note {
	animation-fill-mode: forwards;
}
#slider .heroBannerContent {
	pointer-events: auto;
}
#slider ul li.heroBannerSlide > span {
	pointer-events: none;
}
#slider ul li.heroBannerSlide {
	pointer-events: auto;
}


/* ===== Payment hero slide ===== */
#slider .heroBanner--pay .heroBanner__title {
	font-size: clamp(24px, 2.6vw, 34px);
	color: #1a4f73;
}
#slider .heroBanner--pay .heroBanner__brand {
	color: #3a7d9b;
}
#slider ul li.heroBannerSlide:has(.heroBanner--pay) > span::before,
#slider ul li.heroBannerSlide .heroBanner--pay ~ /* fallback below */ {
}
/* overlay tuned for payment image (photo on right) */
#slider ul li.heroBannerSlide.heroBannerSlide--pay > span::before,
#slider ul li.heroBannerSlide:has(.heroBanner--pay) > span::before {
	background:
		linear-gradient(105deg,
			#eef5f9 0%,
			#eef5f9 40%,
			rgba(238,245,249,.97) 48%,
			rgba(238,245,249,.55) 58%,
			rgba(238,245,249,0) 70%),
		radial-gradient(ellipse 70% 80% at 18% 35%, rgba(58,125,155,.12), transparent 60%);
}
#slider ul li.heroBannerSlide:has(.heroBanner--pay) > span {
	background-position: right center !important;
}
#slider .heroBanner__pays {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 16px;
	opacity: 0;
	animation: heroFadeUp .7s ease forwards .9s;
}
#slider .heroBanner__pay {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 52px;
	height: 28px;
	padding: 0 10px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid rgba(58,125,155,.18);
	font-style: normal;
	font-size: 11px;
	font-family: robotomedium, sans-serif, arial;
	letter-spacing: .04em;
	color: #2a4a5e;
	box-shadow: 0 2px 8px rgba(26,58,82,.06);
	transition: transform .2s ease, border-color .2s ease;
}
#slider .heroBanner__pay:hover {
	transform: translateY(-1px);
	border-color: rgba(58,125,155,.4);
}
#slider .heroBanner__pay--mir { color: #0b6e4f; }
#slider .heroBanner__pay--visa { color: #1a1f71; }
#slider .heroBanner__pay--mc { color: #eb001b; }
#slider .heroBanner__pay--sbp { color: #1d4ed8; }

/* never animate-reset text on interaction */
#slider .heroBannerContent {
	transform: none !important;
}


/* aso-hero-no-flicker: do not scale slide backgrounds on hover */
#slider ul li > span:hover {
	transform: none !important;
}
#slider ul li.heroBannerSlide > span,
#slider ul li.heroBannerSlide > span:hover {
	transform: translate3d(var(--hero-px, 0px), var(--hero-py, 0px), 0) !important;
}

/* End */


/* Start:/bitrix/components/dresscode/special.product/templates/.default/style.min.css?17618826163556*/
#specialProduct{background-color:#fff;overflow:hidden}#specialProduct .pager{list-style:none}#specialProduct .slideItem{padding:0!important}#specialProduct .specialTime{border-bottom:1px solid #f3f3f3}#specialProduct .specialProductHeading{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:robotobold;margin-bottom:12px;text-align:center;margin-top:24px;font-size:18px;padding:0 12px;color:#000}#specialProduct .specialTimeHeading{text-align:center;color:#888}#specialProduct .productList{border:none}#left #specialProduct .specialProductHeading{font-family:roboto_ltregular;background-color:#313131;line-height:60px;margin-top:0;font-size:16px;color:#fff;height:60px}.color_white #left #specialProduct .specialTime{border-bottom:0}#specialProduct .specialTime{text-align:center;padding:16px 0;color:#fff}#specialProduct .specialTimeItem{display:inline-block;border-radius:6px;margin-left:6px;text-align:center;overflow:hidden;padding:4px 0;line-height:16px;height:42px;width:52px}#specialProduct .specialTimeItem:first-child{margin-left:0}.specialTimeItemValue{font-family:robotobold;line-height:21px}.specialTimeItemlabel{font-size:13px}#specialProduct .productItem{padding:0 24px}#specialProduct .productItem .picture{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;position:relative;line-height:221px;text-align:center;display:block;height:221px}#specialProduct .noTimer .picture{line-height:320px;height:320px}#specialProduct .productItem .picture:hover img{opacity:.8}#specialProduct .productItem .picture:active img{position:relative;top:1px}#specialProduct .productItem .picture img{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;vertical-align:middle;max-height:100%;max-width:100%}#specialProduct .productItem .name{-webkit-transition:.2s all ease-in-out;-o-transition:.2s all ease-in-out;transition:.2s all ease-in-out;text-decoration:none;margin-bottom:12px;line-height:44px;overflow:hidden;font-size:14px;display:block;color:#000;height:44px}#specialProduct .productItem .name:active{position:relative;top:1px}#specialProduct .productItem .middle{vertical-align:middle;display:inline-block;line-height:21px}#specialProduct .price{font-family:robotobold;text-decoration:none;margin-bottom:12px;font-size:18px;display:block}#specialProduct .price .measure{font-size:16px}#specialProduct .price .discount{font-family:roboto_ltregular;padding-left:4px;font-size:14px;color:#888}#specialProduct .more{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;text-decoration:none;margin-bottom:12px;border-radius:4px;text-align:center;line-height:60px;margin-top:16px;font-size:16px;display:block;color:#fff;height:60px}#left #specialProduct .more{display:none}#specialProduct .more:active{position:relative;top:1px}#specialProduct .icon{vertical-align:middle;display:inline-block}#specialProduct .more .icon{padding-right:12px;margin-top:-4px}@media all and (max-width:1600px){#specialProduct .specialProductHeading{margin-bottom:0}#specialProduct .specialTimeHeading{display:none}#specialProduct .noTimer .picture{line-height:310px;height:310px}}@media all and (max-width:1366px){#specialProduct .productItem .picture{line-height:180px;height:180px}#specialProduct .noTimer .picture{line-height:260px;height:260px}#specialProduct .productItem .picture img{max-height:90%;max-width:90%}#specialProduct .specialTime{border-bottom:0;padding:12px 0}}
/* End */


/* Start:/local/templates/dresscode/components/bitrix/news.list/indexBanners/style.min.css?178466885910102*/
.index-banners-wrap {
	margin-top: 24px;
}

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

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

.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;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 8px;
	vertical-align: top;
}

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

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

.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;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.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: 1300px) {
	.index-banners {
		margin: -6px;
	}

	.index-banners .elem-wrap {
		padding: 6px;
	}

	.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: 50%;
	}

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

	.index-banners .elem-column:nth-child(3) .elem {
		padding-right: 36px;
		padding-left: 36px;
	}
}

@media all and (max-width: 1024px) {
	.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-column:nth-child(2) .text-wrap {
		width: 60%;
	}

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

	.index-banners .elem-column:nth-child(3) .elem {
		padding-right: 24px;
		padding-left: 24px;
	}
}

@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-right: 12px;
		padding-left: 12px;
	}

	.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 {
		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: 0 0 24px;
	}
}

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

	.index-banners .text-wrap-white .name {
		text-shadow: 0 0 10px #000000;
	}
}

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


.index-banner-narrow-wrap {
	margin: 0 0 16px;
}
.index-banner-narrow {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 148px;
	border-radius: 10px;
	text-decoration: none;
	box-shadow: 0 10px 28px rgba(15, 40, 70, 0.14);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
a.index-banner-narrow:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 34px rgba(15, 40, 70, 0.2);
	text-decoration: none;
}
.index-banner-narrow__bg {
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, #0f3a5c 0%, #1a6a8a 48%, #2f8f9a 100%);
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	transform: scale(1.02);
}
.index-banner-narrow__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(8, 28, 48, 0.88) 0%, rgba(8, 28, 48, 0.62) 42%, rgba(8, 28, 48, 0.18) 72%, rgba(8, 28, 48, 0.05) 100%);
	pointer-events: none;
}
.index-banner-narrow__content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	box-sizing: border-box;
	min-height: 148px;
	padding: 22px 28px;
	color: #fff;
}
.index-banner-narrow__text {
	max-width: 640px;
}
.index-banner-narrow__eyebrow {
	display: inline-block;
	margin: 0 0 8px;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #d9f4ff;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.index-banner-narrow__title {
	margin: 0 0 8px;
	color: #fff;
	font-size: 26px;
	line-height: 1.2;
	font-family: robotomedium, sans-serif;
}
.index-banner-narrow__desc {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 15px;
	line-height: 1.45;
}
.index-banner-narrow__side {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
}
.index-banner-narrow__badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 92px;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, #ff8a4c, #e24a1a 70%);
	box-shadow: 0 8px 20px rgba(226, 74, 26, 0.35);
	color: #fff;
	text-align: center;
}
.index-banner-narrow__badge strong {
	display: block;
	font-size: 28px;
	line-height: 1;
	font-family: robotobold, sans-serif;
}
.index-banner-narrow__badge span {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	line-height: 1.2;
	text-transform: uppercase;
	opacity: 0.95;
}
.index-banner-narrow__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 6px;
	background: #fff;
	color: #123a56;
	font-size: 14px;
	font-family: robotomedium, sans-serif;
	white-space: nowrap;
}

@media all and (max-width: 900px) {
	.index-banner-narrow__content {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px;
		gap: 16px;
	}
	.index-banner-narrow__title {
		font-size: 22px;
	}
	.index-banner-narrow__side {
		width: 100%;
		justify-content: space-between;
	}
}

@media all and (max-width: 560px) {
	.index-banner-narrow {
		min-height: 0;
		border-radius: 8px;
	}
	.index-banner-narrow__content {
		min-height: 0;
		padding: 16px;
	}
	.index-banner-narrow__title {
		font-size: 18px;
	}
	.index-banner-narrow__desc {
		font-size: 13px;
	}
	.index-banner-narrow__badge {
		width: 74px;
		height: 74px;
	}
	.index-banner-narrow__badge strong {
		font-size: 22px;
	}
	.index-banner-narrow__cta {
		min-height: 38px;
		padding: 0 14px;
		font-size: 13px;
	}
}
/* End */


/* Start:/local/templates/dresscode/components/dresscode/offers.product/template1/style.min.css?17632893821424*/
#homeCatalog{margin-top:24px}#homeCatalog .captionList{position:relative;z-index:1;height:60px;line-height:60px;background-color:#2b2b2b}#homeCatalog .captionList .slideBox{list-style:none;padding:0;margin:0;left:0}#homeCatalog .captionList .cItem{list-style:none;float:left}#homeCatalog .caption{-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;border-left:1px solid #313131;-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:.6}#homeCatalog .cItem:first-child .caption{border:none}#homeCatalog .caption a{display:block;text-align:center;font-size:16px;color:#fff;text-decoration:none}#homeCatalog .cItem{float:left;width:20%}#homeCatalog .captionBtnLeft,#homeCatalog .captionBtnRight{background:url(/local/templates/dresscode/components/dresscode/offers.product/template1/images/offerArrowSmall.png) 0 0 no-repeat transparent;position:absolute;height:60px;width:60px;top:0}#homeCatalog .captionBtnLeft{left:0}#homeCatalog .captionBtnRight{right:0}#homeCatalog .captionBtnLeft:hover{background-position:0 -60px}#homeCatalog .captionBtnLeft:active{background-position:0 -120px}#homeCatalog .captionBtnRight{background-position:-60px 0}#homeCatalog .captionBtnRight:hover{background-position:-60px -60px}#homeCatalog .captionBtnRight:active{background-position:-60px -120px}
/* End */


/* Start:/local/templates/dresscode/components/dresscode/pop.section/.default/style.min.css?17618826442276*/
#popSection{margin-top:24px;overflow:hidden}#popSection a{text-decoration:none}#popSection .heading{background-color:#424242;margin-bottom:0!important;padding-left:18px;line-height:50px;font-size:16px;display:block;color:#fff;height:50px}#popSection .items{list-style:none;overflow:hidden;border-left: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:#fff;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;border-radius:4px;color:#fff;padding:3px 4px;line-height:16px;z-index:2}#popSection .picture{-webkit-transition:.2s all ease-in-out;-o-transition:.2s all ease-in-out;transition:.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:.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:.2s all ease-in-out;-o-transition:.2s all ease-in-out;transition:.2s all ease-in-out;text-decoration:none;text-align:center;font-size:14px;line-height:21px;display:inline-block;vertical-align:middle;color:#000}#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:.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;color:#000;width:100%}#popSection .last .showMore:hover{opacity:.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/dresscode/components/dresscode/slider/middle/style.min.css?17618826441734*/
#middleSlider{position:relative;display:none;margin-top:24px}#middleSlider .wrap{position:relative;overflow:hidden}#middleSlider ul{position:relative}#middleSlider ul li{display:block;float:left}#middleSlider ul li img{transition:all 1s ease-in-out}#middleSlider ul li:hover img{transform:scale(1.03)}#middleSlider ol{position:absolute;bottom:12px;left:50%;margin:0;padding:0;list-style:none}#middleSlider ol{position:absolute;bottom:12px;left:50%}#middleSlider ol li{float:left;width:18px;height:18px;margin-right:4px;background:url(/local/templates/dresscode/components/dresscode/slider/middle/images/slideButton.svg) 0 0 no-repeat transparent;cursor:pointer}#middleSlider ol li:hover{background:url(/local/templates/dresscode/components/dresscode/slider/middle/images/slideButton.svg) -18px 0 no-repeat transparent}#middleSlider ol li:active{background:url(/local/templates/dresscode/components/dresscode/slider/middle/images/slideButton.svg) -36px 0 no-repeat transparent}#middleSlider ol li.selected{background:url(/local/templates/dresscode/components/dresscode/slider/middle/images/slideButton.svg) -54px 0 no-repeat transparent}#middleSlider ol li.selected:hover{background:url(/local/templates/dresscode/components/dresscode/slider/middle/images/slideButton.svg) -72px 0 no-repeat transparent}#middleSlider ol li.selected:active{background:url(/local/templates/dresscode/components/dresscode/slider/middle/images/slideButton.svg) -90px 0 no-repeat transparent}#middleSlider .middleSliderBtnLeft,#middleSlider .middleSliderBtnRight{position:absolute;top:50%;display:block;width:30px;height:60px;margin-top:-30px;background:url(/local/templates/dresscode/components/dresscode/slider/middle/images/slideArrow.svg) no-repeat transparent}#middleSlider .middleSliderBtnLeft{left:0;background-position:0 0}#middleSlider .middleSliderBtnLeft:hover{background-position:-30px 0}#middleSlider .middleSliderBtnLeft:active{background-position:-60px 0}#middleSlider .middleSliderBtnRight{right:0;background-position:0 -60px}#middleSlider .middleSliderBtnRight:hover{background-position:-30px -60px}#middleSlider .middleSliderBtnRight:active{background-position:-60px -60px}
/* End */
/* /local/templates/dresscode/components/dresscode/slider/promoSlider/style.css?178467748214481 */
/* /bitrix/components/dresscode/special.product/templates/.default/style.min.css?17618826163556 */
/* /local/templates/dresscode/components/bitrix/news.list/indexBanners/style.min.css?178466885910102 */
/* /local/templates/dresscode/components/dresscode/offers.product/template1/style.min.css?17632893821424 */
/* /local/templates/dresscode/components/dresscode/pop.section/.default/style.min.css?17618826442276 */
/* /local/templates/dresscode/components/dresscode/slider/middle/style.min.css?17618826441734 */
