

/* Start:/bitrix/templates/dresscode/components/bitrix/news/brands/style.css?17582084321492*/
.brandsHeading {
	padding-top: 24px;
	border-top: 1px solid #e7e8ea;
}

.brandsDescription {
	margin-bottom: 24px;
	color: #888888;
	font-size: 12px;
}

.brandsBigPicture {
	margin-top: 24px;
	margin-bottom: 24px;
}

.backToList {
	display: block;
	margin-top: 12px;
	margin-bottom: 24px;
	color: #000000;
	transition: all 0.2s ease-in-out;
}

.backToList:active {
	position: relative;
	top: 1px;
}

#left .heading .arrow {
	background-position: -27px 50%;
	transition: all 0.5s;
}

#left .heading.opened .arrow {
	transform: rotate(90deg);
}

#nextSection {
	margin-top: 24px;
	margin-bottom: 24px;
	border-top: 1px solid #e7e8ea;
	border-right: 1px solid #e7e8ea;
	border-left: 1px solid #e7e8ea;
	border-radius: 4px;
}

#nextSection .title {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	background-color: #f3f3f3;
	cursor: pointer;
}

#nextSection ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nextSection li,
#nextSection .title {
	border-bottom: 1px solid #e7e8ea;
}

/* #nextSection li{
	padding: 12px 24px;
} */

#nextSection li a {
	display: inline-block;
	padding: 12px 24px;
	color: #000000;
	font-size: 13px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

#nextSection li a:hover,
#nextSection li .selected {
	color: #ffa800;
}

#nextSection li .cnt {
	float: right;
	color: #888888;
}

@media all and (max-width: 700px) {
	.backToList {
		float: none;
		margin: 18px 0;
	}
}

/* End */


/* Start:/bitrix/templates/dresscode/components/bitrix/menu/personal/style.css?17582084321321*/
#personalMenu {
	margin: 0 0 24px;
	padding: 0;
	overflow: hidden;
	list-style: none;
	border-bottom: 1px solid #f1f1f1;
}

#personalMenu li {
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
}

#personalMenu li:last-child {
	margin-right: 0;
}

#personalMenu li a {
	color: #000000;
	font-size: 16px;

	/* text-transform: uppercase; */
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

#personalMenu li a:active {
	position: relative;
	top: 1px;
}

#personalMenu li .selected {
	padding-bottom: 4px;
	font-family: robotobold;
	border-bottom: 1px dashed #000000;
}

#personalMenu li .selected:hover {
	color: #000000;
}

@media all and (max-width: 1024px) {
	#personalMenuWrap {
		position: relative;
		min-width: 100%;
		height: 40px;
		overflow: hidden;
		overflow-x: auto;
	}

	#personalMenuWrap ul {
		overflow: auto;
		white-space: nowrap;
	}

	#personalMenu li {
		display: inline-block;
		float: none;
		margin-right: 18px;
		margin-bottom: 18px;
		white-space: nowrap;
		vertical-align: top;
	}

	#personalMenu::after {
		position: absolute;
		top: 0;
		right: 0;
		width: 35px;
		height: 100%;
		background: linear-gradient(left, rgb(255 255 255 / 20%), #ffffff 100%);
		background: linear-gradient(to right, rgb(255 255 255 / 20%), #ffffff 100%);
		content: "";
		pointer-events: none;
	}
}

/* End */


/* Start:/bitrix/templates/dresscode/components/bitrix/system.pagenavigation/round/style.css?17582084321880*/
.bx-pagination {
	margin: 10px 0;
}

.bx-pagination .bx-pagination-container {
	position: relative;
	text-align: center;
}

.bx-pagination .bx-pagination-container ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px;
}

.bx-pagination .bx-pagination-container ul li span {
	display: block;
	box-sizing: border-box;
	min-width: 32px;
	height: 32px;
	padding: 0 8px;
	color: #444444;
	font-size: 14px;
	line-height: 32px;
	vertical-align: middle;
	background: #eff0f1;
	border-radius: 16px;
	transition:
		color 0.3s ease,
		background-color 0.3s ease,
		border-color 0.3s ease;
}

.bx-pagination .bx-pagination-container ul li a {
	display: block;
	min-width: 32px;
	height: 32px;
	color: #444444;
	line-height: 32px;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 16px;
}

.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 {
	padding: 0 18px;
	color: #444444;
	line-height: 28px;
	background: #ffffff;
	border: 2px solid #eff0f1;
}

.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 {
	padding: 0 18px;
	color: #aab1b4;
	line-height: 28px;
	background: #ffffff;
	border: 2px solid #eff0f1;
}

.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 {
	color: #000000;
	background: #ffffff;
	border-color: #dadada;
}

/* End */


/* Start:/bitrix/templates/dresscode/components/bitrix/news/brands/bitrix/news.list/.default/style.css?17582084321657*/
#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: #000000;
	margin: 12px 0;
}

#brandList .last {
	background: #f3f3f3;
}

/* End */


/* Start:/bitrix/templates/dresscode/components/dresscode/slider/middle/style.css?17582084311988*/
#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("/bitrix/templates/dresscode/components/dresscode/slider/middle/images/slideButton.svg") 0 0 no-repeat transparent;
	cursor: pointer;
}

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

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

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

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

#middleSlider ol li.selected:active {
	background: url("/bitrix/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("/bitrix/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 */
/* /bitrix/templates/dresscode/components/bitrix/news/brands/style.css?17582084321492 */
/* /bitrix/templates/dresscode/components/bitrix/menu/personal/style.css?17582084321321 */
/* /bitrix/templates/dresscode/components/bitrix/system.pagenavigation/round/style.css?17582084321880 */
/* /bitrix/templates/dresscode/components/bitrix/news/brands/bitrix/news.list/.default/style.css?17582084321657 */
/* /bitrix/templates/dresscode/components/dresscode/slider/middle/style.css?17582084311988 */
