

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

.brandsDescription{
	margin-bottom: 24px;
	color: #292f30;
	font-size: 14px;
}

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

.backToList{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-top: 24px;
	display: block;
	color: #000000;
	float: right;
}

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

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

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


/* Start:/local/templates/dresscodeV2/components/bitrix/menu/personal/style.css?1753421430656*/
#personalMenu{
	margin: 0px 0px 28px 0px;
	overflow: hidden;
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

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

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

#personalMenu 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;
	color: #282828;
	font-family: Inter-Semibold;
	font-size: 18px;
	line-height: 21px;
}

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

#personalMenu li .selected{
	border-bottom: 2px solid #3498DB;
	padding-bottom: 7px;
}


/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/system.pagenavigation/round_more_sef/style.min.css?17380568753284*/
.bx-pagination{margin:10px 0}.bx-pagination__more{margin-bottom:22px}.bx-pagination__more-link{position:relative;font-family:inherit;font-size:16px;font-weight:700;line-height:calc(21 / 16);width:100%;padding:8px 15px;margin:0 auto;border:none;border-radius:4px;background:#e8e8e8;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background .2s ease-in-out 0;cursor:pointer;color:#212121}.bx-pagination__more-link:hover{background:#3498db;color:#fff}.bx-pagination__more-link i{position:absolute;top:50%;left:50%;width:6px;height:6px;border-radius:50%;background:#fff;transform:translate(-50%,-50%);animation:pagination-loading .8s linear 0 infinite alternate none running;display:none}.bx-pagination__more-link i:before,.bx-pagination__more-link i:after{position:absolute;content:'';width:inherit;height:inherit;border-radius:inherit;background:#fff;animation:inherit}.bx-pagination__more-link i:before{right:100%;margin-right:6px;animation-delay:-.4s}.bx-pagination__more-link i:after{left:100%;margin-left:6px;animation-delay:.4s}.bx-pagination__more-link.loadings{pointer-events:none;color:transparent;cursor:default}.bx-pagination__more-link.loadings i{display:block}.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}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .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:#000}@keyframes pagination-loading{100%{background:#000}}
/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/news.list/brandsList/style.min.css?17380533571497*/
#brands{margin-top:24px}#brandList{margin-top:24px;overflow:hidden}#brandList .heading{background-color:#424242;margin-bottom:0px!important;padding-left:18px;line-height:50px;font-size:17px;display:block;color:#fff;height:50px}#brandList .items{list-style:none;overflow:hidden}#brandList .item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border-right:1px solid #e7e8ea;border-bottom:1px solid #e7e8ea;height:120px;line-height:120px;overflow:hidden;float:left;width:20%}#brandList .item:nth-child(1),#brandList .item:nth-child(2),#brandList .item:nth-child(3),#brandList .item:nth-child(4),#brandList .item:nth-child(5){border-top:1px solid #e7e8ea}#brandList .item:nth-child(5n+1){border-left:1px solid #e7e8ea}#brandList .tabloid{position:relative;padding:12px}#brandList .markerContainer{position:absolute;top:8px;left:8px}#brandList .marker{font:normal normal 12px Inter,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:.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:#000;margin:12px 0}#brandList .last{background:#f3f3f3}
/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/slider/middle/style.css?16519154451950*/
#middleSlider{
	margin-bottom: 36px;
	position: relative;
}

#middleSlider .wrap,
#middleSlider .limiter{
	position: relative;
	overflow: hidden;
}

#middleSlider ul{
	position:relative;
}

#middleSlider ul li{
	float:left;
	display: block;
}

#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?16519154441713 */
/* /local/templates/dresscodeV2/components/bitrix/menu/personal/style.css?1753421430656 */
/* /local/templates/dresscodeV2/components/bitrix/system.pagenavigation/round_more_sef/style.min.css?17380568753284 */
/* /local/templates/dresscodeV2/components/bitrix/news.list/brandsList/style.min.css?17380533571497 */
/* /local/templates/dresscodeV2/components/dresscode/slider/middle/style.css?16519154451950 */
