

/* Start:/bitrix/templates/dresscodeV2/components/dresscode/slider/promoSlider/style.css?17391878154943*/
#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(/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: 118px;
	width: 59px;
	position: absolute;
	top: 50%;
	margin-top: -59px;
	background: url(/bitrix/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:/bitrix/templates/.default/components/bitrix/news.list/indexBanners1/style.css?17838808848565*/
/* ПРАВИЛО ИМПОРТА ДОЛЖНО БЫТЬ СТРОГО В ПЕРВОЙ СТРОКЕ ФАЙЛА */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

.index-banners-wrap {
	margin-bottom: 48px;
	margin-top: 48px;
	font-family: 'Montserrat', sans-serif; /* Применяем шрифт Montserrat ко всей области баннеров */
}

.index-banners {
	max-width: none;
	font-size: 0;
	margin: -10px -8px;
	text-align: center; /* Центрируем колонки с баннерами на странице */
}

/* ВСЕ ТРИ КОЛОНКИ СТАНОВЯТСЯ ОДИНАКОВЫМИ В РЯД ПО 33.33% */
.index-banners .elem-column {
	display: inline-block;
	vertical-align: top;
	width: 33.33% !important;
	text-align: left; /* Базовое выравнивание по левому краю */
}

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

/* ВСЕ БАННЕРЫ СТАНОВЯТСЯ ВЫСОКИМИ И ОДИНАКОВЫМИ (476px) */
.index-banners .elem {
	position: relative;
	box-sizing: border-box;
	height: 476px; /* Равняем по высоте мягкой мебели */
	padding: 42px 36px 12px 36px;
	border: 1px solid #e7e8ea;
	background-color: #fff;
}

/* ЦЕНТРИРОВАННЫЙ ТЕКСТОВЫЙ БЛОК БЕЗ РАМОК ДЛЯ ВСЕХ БАННЕРОВ */
.index-banners .text-wrap {
	position: absolute;
	top: 50%; /* СТРОГО ПО ЦЕНТРУ КАРТОЧЕК */
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 320px;
	z-index: 2; /* Поверх фонового градиента */
	
	/* Чистый постерный стиль без искусственных плашек */
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	padding: 0 !important;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
	transition: all 0.3s ease;
}

.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 .bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Мягкий градиент делает все 3 баннера стилистически едиными */
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.15) 100%);
	z-index: 1;
}

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

/* ПРЕМИАЛЬНАЯ ПОСТЕРНАЯ ТИПОГРАФИКА ДЛЯ БАННЕРОВ */

/* КРИСТАЛЬНО-БЕЛЫЙ ЗАГОЛОВОК С ЗАЩИТНОЙ ТЕНЬЮ */
.index-banners .title-link {
	display: inline-block;
	font-size: 24px; /* Выразительный шрифт */
	font-weight: 800;
	color: #ffffff; 
	text-decoration: none;
	margin-bottom: 8px;
	transition: color 0.3s ease;
	letter-spacing: -0.2px;
	line-height: 1.2;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); /* Тень для идеальной читаемости на фото */
}

.index-banners .title-link:hover {
	color: #ff5e6a; /* Акцентный цвет при наведении */
}

/* ОПИСАНИЕ (Мягкий белый полупрозрачный тон с защитной тенью) */
.index-banners .description {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.92); 
	margin-bottom: 20px;
	line-height: 1.5;
	padding: 0;
	font-weight: 600; /* Хорошая плотность для четкости */
	letter-spacing: -0.1px;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

/* СТИЛЬНАЯ КНОПКА С ГЛЯНЦЕВЫМ БЛИКОМ */
.index-banners .catalog-button {
	position: relative;
	display: inline-block;
	background: linear-gradient(135deg, #e63946 0%, #ff5e6a 100%); 
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	padding: 10px 24px;
	border-radius: 20px;
	cursor: pointer;
	border: none;
	overflow: hidden; /* Ограничение эффекта блика */
	box-shadow: 0 4px 15px rgba(230, 57, 70, 0.4);
	transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
	letter-spacing: 0.3px;
}

/* Анимация при наведении на кнопку */
.index-banners .catalog-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(230, 57, 70, 0.55);
	background: linear-gradient(135deg, #ff2c3c 0%, #ff6f7a 100%);
}

.index-banners .catalog-button:active {
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(230, 57, 70, 0.3);
}

/* Эффект блика */
.index-banners .catalog-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -150%;
	width: 50%;
	height: 100%;
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.4) 50%,
		rgba(255, 255, 255, 0) 100%
	);
	transform: skewX(-25deg);
	animation: shine 4.5s infinite ease-in-out;
}

@keyframes shine {
	0% {
		left: -150%;
	}
	35%, 100% {
		left: 150%;
	}
}

/* АДАПТИВНОСТЬ / МЕДИА-ЗАПРОСЫ */

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

/* СЕТКА НА СРЕДНИХ ЭКРАНАХ (ПЛАНШЕТЫ) */
@media all and (max-width: 1100px) {
	.index-banners .elem-column {
		width: 50% !important; /* Перестраиваем по 2 в ряд для планшетов */
	}
	.index-banners .elem {
		height: 400px;
	}
}

/* АДАПТИВНОСТЬ ТЕКСТА И ОПИСАНИЯ НА ПЛАНШЕТАХ */
@media (max-width: 900px) {
	.index-banners .elem-column:nth-child(n) .text-wrap {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 230px;
		padding: 0;
	}
	.index-banners .title-link {
		font-size: 18px !important;
		margin-bottom: 4px;
	}
	.index-banners .description {
		font-size: 12px !important;
		margin-bottom: 12px !important;
	}
	.index-banners .catalog-button {
		padding: 8px 18px !important;
		font-size: 10px !important;
	}
}

/* СЕТКА И ШРИФТЫ НА МОБИЛЬНЫХ ЭКРАНАХ */
@media (max-width: 600px) {
	.index-banners .elem-column {
		width: 100% !important; /* На телефонах выстраиваем строго по 1 в ряд */
	}
	.index-banners .elem {
		height: 280px; /* Увеличиваем высоту мобильных баннеров для простора */
	}

	.index-banners .elem-column:nth-child(n) .text-wrap {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 90%;
		max-width: 280px;
		padding: 0;
	}
	
	.index-banners .description {
		display: block !important; /* Всегда отображаем описание */
		font-size: 12px !important;
		margin-bottom: 12px !important;
		line-height: 1.4 !important;
		font-weight: 500 !important;
	}
	
	.index-banners .title-link {
		font-size: 18px !important;
		margin-bottom: 6px;
	}
	
	.index-banners .catalog-button {
		padding: 8px 18px !important;
		font-size: 10px !important;
	}
}

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

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


/* Start:/bitrix/templates/dresscodeV2/components/dresscode/pop.section/.default/style.css?17391878152770*/
#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:/bitrix/templates/dresscodeV2/components/dresscode/brands.list/.default/style.css?17391878152493*/
#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 */
/* /bitrix/templates/dresscodeV2/components/dresscode/slider/promoSlider/style.css?17391878154943 */
/* /bitrix/templates/.default/components/bitrix/news.list/indexBanners1/style.css?17838808848565 */
/* /bitrix/templates/dresscodeV2/components/dresscode/pop.section/.default/style.css?17391878152770 */
/* /bitrix/templates/dresscodeV2/components/dresscode/brands.list/.default/style.css?17391878152493 */
