

/* Start:/local/templates/dresscodeV2/components/bitrix/news/brands/style.css?17739194805676*/
.brandsHeading {
	border-top: 1px solid #e7e8ea;
	padding-top: 24px;
}

.brandsDescription {
	margin-bottom: 24px;
	color: #888888;
	font-size: 12px;
}

.brandsBigPicture {
	margin-top: 24px;
	margin-bottom: 24px;
}

.backToList {
	margin-bottom: 24px;
	margin-top: 12px;

	transition:
		background 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.15s ease,
		color 0.2s ease;
	text-decoration: none;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	color: #111827;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.10);
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
	width: fit-content;
}

.backToList:hover {
	color: #fcb514;
	border-color: rgba(255, 204, 51, 0.55);
	box-shadow:
		0 6px 16px rgba(15, 23, 42, 0.08),
		0 2px 6px rgba(255, 204, 51, 0.15);
	transform: translateY(-1px);
}

.backToList:focus-visible {
	outline: none;
	box-shadow:
		0 0 0 3px rgba(255, 204, 51, 0.25),
		0 6px 16px rgba(15, 23, 42, 0.08),
		0 2px 6px rgba(255, 204, 51, 0.15);
}

.backToList:active {
	position: relative;
	top: 1px;
}

#left .heading .arrow {
	background-position: -27px 50%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#left .heading.opened .arrow {
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#nextSection {
	border-right: 1px solid #e7e8ea;
	border-left: 1px solid #e7e8ea;
	border-top: 1px solid #e7e8ea;
	margin-bottom: 24px;
	border-radius: 4px;
	margin-top: 24px;
}

#nextSection .title {
	background-color: #f3f3f3;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 12px;
	cursor: pointer;
	font-size: 14px;
	display: block;
}

#nextSection ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nextSection li,
#nextSection .title {
	border-bottom: 1px solid #e7e8ea;
}

/*#nextSection li{
	padding: 12px 24px;
}*/

#nextSection li a {
	-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;
	padding: 12px 24px;
	font-size: 13px;
	color: #1a1a1a;
}

#nextSection li a:hover,
#nextSection li .selected {
	color: #ffa800;
}

#nextSection li .cnt {
	color: #888888;
	float: right;
}

@media all and (max-width: 700px) {
	.backToList {
		float: none;
		margin: 18px 0;
		width: 100%;
		max-width: 520px;
	}
}

/* ===== Brand list page (/brands/) — TSK style (как brands.list/.default) ===== */
#brandList.brandlist-page{
	background-color: #ffffff;
	padding: 32px 0 40px;
	margin: 0;
}

#brandList.brandlist-page .tsk-brand-list-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

#brandList.brandlist-page .tsk-brand-title-stamp{
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	color: #1a1a1a;
	border: none;
	padding: 0;
	margin: 0;
	text-transform: none;
}

#brandList.brandlist-page .tsk-brand-title-stamp .blueprint-title-sub{
	font-weight: 700;
	color: #ffcc33;
}

#brandList.brandlist-page .ajaxContainer.brand-cont{
	padding: 8px 0;
	border: none;
}

#brandList.brandlist-page .items{
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 16px;
	border: none;
}

@media (max-width: 480px){
	#brandList.brandlist-page .items{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 360px){
	#brandList.brandlist-page .items{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

#brandList.brandlist-page .item{
	box-sizing: border-box;
	background-color: transparent;
	border: none;
	height: auto;
	line-height: normal;
	overflow: visible;
	float: none;
	width: auto;
}

#brandList.brandlist-page .item:before{
	content: none;
	display: none;
}

#brandList.brandlist-page .tabloid{
	position: relative;
	padding: 16px;
	background-color: #f9fafb;
	border-radius: 12px;
	border: 1px solid #e5e7eb;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 96px;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.15s ease,
		background-color 0.2s ease;
}

#brandList.brandlist-page .tabloid:hover{
	border-color: #ffcc33;
	background-color: #fffdf5;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
	transform: translateY(-2px);
}

#brandList.brandlist-page .markerContainer{
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 10px;
}

#brandList.brandlist-page .marker{
	font:
		normal normal 11px "Montserrat",
		Arial,
		sans-serif;
	background-color: #424242;
	margin-bottom: 6px;
	color: #fff;
	padding: 2px 8px;
	line-height: 1.4;
	border-radius: 999px;
}

#brandList.brandlist-page .picture{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

#brandList.brandlist-page .picture img{
	vertical-align: middle;
	max-height: 56px;
	max-width: 100%;
	object-fit: contain;
	filter: grayscale(100%);
	transition:
		filter 0.25s ease,
		transform 0.2s ease;
}

#brandList.brandlist-page .tabloid:hover .picture img{
	filter: grayscale(0%);
	transform: scale(1.03);
}

/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/menu/personal/style.css?17738245372419*/
/* Personal menu — TSK style */
#personalMenuWrap{
	margin: 0 0 18px 0;
}

#personalMenu{
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
	margin: 0;
	list-style: none;
	padding: 0 0 14px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

#personalMenu li{
	margin: 0;
	padding: 0;
}

#personalMenu li a{
	transition:
		background 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.15s ease,
		color 0.2s ease;
	text-decoration: none;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	color: #111827;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.10);
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

#personalMenu li a:hover{
	border-color: rgba(255, 204, 51, 0.55);
	box-shadow:
		0 6px 16px rgba(15, 23, 42, 0.08),
		0 2px 6px rgba(255, 204, 51, 0.15);
	transform: translateY(-1px);
}

#personalMenu li a:active{
	transform: translateY(0);
}

#personalMenu li a.selected{
	color: #111827;
	background: linear-gradient(135deg, #ffcc33, #ffd700 50%, #ffcc33);
	background-size: 200% 200%;
	border-color: rgba(255, 204, 51, 0.45);
	box-shadow:
		0 6px 18px rgba(255, 204, 51, 0.20),
		inset 0 1px 2px rgba(255, 255, 255, 0.55);
}

@media all and (max-width: 1024px) {
	#personalMenuWrap {
		position: relative;
		min-width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		height: auto;
	}

	#personalMenuWrap ul {
		white-space: nowrap;
		overflow: visible;
		flex-wrap: nowrap;
		gap: 10px;
	}

	#personalMenu li {
		white-space: nowrap;
		display: inline-flex;
		vertical-align: top;
		margin: 0;
	}

	#personalMenu::after {
		background: -moz-linear-gradient(
			left,
			rgba(255, 255, 255, 0.2),
			#ffffff 100%
		);
		background: -webkit-linear-gradient(
			left,
			rgba(255, 255, 255, 0.2),
			#ffffff 100%
		);
		background: -o-linear-gradient(
			left,
			rgba(255, 255, 255, 0.2),
			#ffffff 100%
		);
		background: -ms-linear-gradient(
			left,
			rgba(255, 255, 255, 0.2),
			#ffffff 100%
		);
		background: linear-gradient(
			to right,
			rgba(255, 255, 255, 0.2),
			#ffffff 100%
		);
		pointer-events: none;
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		content: "";
		width: 35px;
	}
}

/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/system.pagenavigation/round/style.css?17727030592400*/
.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 0.3s ease,
		background-color 0.3s ease,
		border-color 0.3s ease;
	-moz-transition:
		color 0.3s ease,
		background-color 0.3s ease,
		border-color 0.3s ease;
	-ms-transition:
		color 0.3s ease,
		background-color 0.3s ease,
		border-color 0.3s ease;
	-o-transition:
		color 0.3s ease,
		background-color 0.3s ease,
		border-color 0.3s ease;
	transition:
		color 0.3s ease,
		background-color 0.3s ease,
		border-color 0.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: #1a1a1a;
}

/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/news/brands/bitrix/news.list/.default/style.css?17739194801657*/
#brands {
	margin-top: 24px;
}

#brandList {
	margin-top: 24px;
}

#brandList .heading {
	background-color: #424242;
	margin-bottom: 0px !important;
	padding-left: 18px;
	line-height: 50px;
	font-size: 17px;
	display: block;
	color: #ffffff;
	height: 50px;
}

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

#brandList .item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	background-color: #ffffff;
	border-right: 1px solid #e7e8ea;
	border-bottom: 1px solid #e7e8ea;
	height: 120px;
	line-height: 120px;
	float: left;
	width: 20%;
}

#brandList .item:before {
	content: "";
	position: absolute;
	left: 0px;
	width: 100%;
	top: -1px;
	height: 1px;
	background: #e7e8ea;
}

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

#brandList .markerContainer {
	position: absolute;
	top: 8px;
	left: 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;
	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: 90%;
	max-width: 90%;
}

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

#brandList .last {
	background: #f3f3f3;
}

/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/slider/middle/style.css?17736578681966*/
#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 */
/* /local/templates/dresscodeV2/components/bitrix/news/brands/style.css?17739194805676 */
/* /local/templates/dresscodeV2/components/bitrix/menu/personal/style.css?17738245372419 */
/* /local/templates/dresscodeV2/components/bitrix/system.pagenavigation/round/style.css?17727030592400 */
/* /local/templates/dresscodeV2/components/bitrix/news/brands/bitrix/news.list/.default/style.css?17739194801657 */
/* /local/templates/dresscodeV2/components/dresscode/slider/middle/style.css?17736578681966 */
