

/* Start:/bitrix/templates/dresscode/components/bitrix/news/brands/style.css?17095817141479*/
.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{
	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%;
	transition: all 0.5s;
}

#left .heading.opened .arrow{
	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;
	cursor: pointer;
	padding-top: 12px;
	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{
	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:/bitrix/templates/dresscode/components/bitrix/menu/personal/style.css?1709582046639*/
#personalMenu{
	border-bottom: 1px solid #f1f1f1;
	margin: 0px 0px 24px 0px;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

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

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

#personalMenu li a{
	transition: all 0.2s ease-in-out;
	/*text-transform: uppercase;*/
	text-decoration: none;
	font-size: 16px;
	color: #000000;
}

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

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

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


/* Start:/bitrix/templates/dresscode/components/bitrix/news/brands/bitrix/news.list/.default/style.css?17095828561639*/
#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: #ffffff;
    height: 50px;
}

#brandList .items{
	list-style: none;
	overflow: hidden;
}

#brandList .item{

	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 .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 "roboto_ltregular" , arial , sans-serif;
	background-color: #424242;
	margin-bottom: 8px;
	color: #fff;
	padding: 3px 4px;
	line-height: 16px;
	z-index: 2;
}

#brandList .picture{
	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/bitrix/catalog/.default/bitrix/catalog.section.list/catalog-pictures/style.css?17095820464398*/
.catalog-section-list-pictures{
	margin-bottom: 24px;
	overflow: hidden;
}

.catalog-section-list-pictures .catalog-section-list-item{
	box-sizing: border-box;
	border-right: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	line-height: 306px;
	text-align: center;
	padding: 0px 24px;
	height: 306px;
	float: left;
	width: 20%;
}

.catalog-section-list-pictures .catalog-section-list-item-wp{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.catalog-section-list-pictures .catalog-section-list-item:nth-child(-n+5) {
	border-top: 1px solid #f3f3f3;
}

.catalog-section-list-pictures .catalog-section-list-item:nth-child(5n+1) {
	border-left: 1px solid #f3f3f3;
}

.catalog-section-list-pictures .catalog-section-list-link{
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	text-align: center;
	line-height: 66px;/*44px;*/
	overflow: hidden;
	color: #000000;
	display: block;
	height: 66px;/*44px;*/
}

.catalog-section-list-pictures .catalog-section-list-link span{
	vertical-align: bottom;
	display: inline-block;
	line-height: 21px;
}

.catalog-section-list-pictures .catalog-section-list-link:hover{
	opacity: 0.7;
}

.catalog-section-list-pictures .catalog-section-list-link:active{
	position: relative;
	top: 1px;
}

.catalog-section-list-pictures .catalog-section-list-picture{
	margin-bottom: 12px;
	text-align: center;
	line-height: 200px;
	display: block;
	height: 200px;
}

.catalog-section-list-pictures .catalog-section-list-picture:hover img{
	opacity: 0.8;
}

.catalog-section-list-pictures .catalog-section-list-picture:active{
	position: relative;
	top: 1px;
}

.catalog-section-list-pictures .catalog-section-list-picture img{
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

@media all and (max-width: 1800px){

	.catalog-section-list-pictures .catalog-section-list-item:nth-child(-n+5) {
		border-top: unset;
	}

	.catalog-section-list-pictures .catalog-section-list-item:nth-child(5n+1) {
		border-left: unset;
	}

	.catalog-section-list-pictures .catalog-section-list-item:nth-child(-n+4) {
		border-top: 1px solid #f3f3f3;
	}

	.catalog-section-list-pictures .catalog-section-list-item:nth-child(4n+1) {
		border-left: 1px solid #f3f3f3;
	}

	.catalog-section-list-pictures .catalog-section-list-item{
		width: 25%;
	}

}

@media all and (max-width: 1300px){

	.catalog-section-list-pictures .catalog-section-list-item:nth-child(-n+4) {
		border-top: unset;
	}

	.catalog-section-list-pictures .catalog-section-list-item:nth-child(4n+1) {
		border-left: unset;
	}

	.catalog-section-list-pictures .catalog-section-list-item:nth-child(-n+3) {
		border-top: 1px solid #f3f3f3;
	}

	.catalog-section-list-pictures .catalog-section-list-item:nth-child(3n+1) {
		border-left: 1px solid #f3f3f3;
	}


	.catalog-section-list-pictures .catalog-section-list-item{
		width: 33.333333%;
	}

}

@media all and (max-width: 1100px){

	.catalog-section-list-pictures .catalog-section-list-item:nth-child(-n+3) {
		border-top: unset;
	}

	.catalog-section-list-pictures .catalog-section-list-item:nth-child(3n+1) {
		border-left: unset;
	}

	.catalog-section-list-pictures .catalog-section-list-item:nth-child(-n+2) {
		border-top: 1px solid #f3f3f3;
	}

	.catalog-section-list-pictures .catalog-section-list-item:nth-child(2n+1) {
		border-left: 1px solid #f3f3f3;
	}

	.catalog-section-list-pictures .catalog-section-list-item{
		width: 33.333333%;
	}

	.catalog-section-list-pictures .catalog-section-list-item{
		width: 50%;
	}
}

/*@media all and (max-width: 1100px){
	.catalog-section-list-pictures .catalog-section-list-item{
		width: 50%;
	}
}*/

.catalog-section-dop {
	height:20px;
}
.catalog-section-dop .cnt {
	color:#1d9c00;
	float:left;
	line-height:20px;
	margin-left: -13px;
}
.catalog-section-dop .cnt span {
	color:#000;
}
.catalog-section-dop .prc {
	float:right;
	line-height:16px;
	margin-right: -13px;
}
.catalog-section-dop .prc span {
	font-weight:bold;
	font-size: 16px;
}
.catalog-section-list-pictures .catalog-section-list-item{
	height: 306px;
}
.catalog-section-list-pictures .catalog-section-list-item.with-dop{
	height: 336px;
}
@media all and (max-width: 550px){
	.catalog-section-list-pictures .catalog-section-list-item.with-dop{
		height: 356px;
	}
	.catalog-section-dop .prc,
	.catalog-section-dop .cnt {
		display: block;
		float: none;
		text-align: center;
	}
}
/* End */
/* /bitrix/templates/dresscode/components/bitrix/news/brands/style.css?17095817141479 */
/* /bitrix/templates/dresscode/components/bitrix/menu/personal/style.css?1709582046639 */
/* /bitrix/templates/dresscode/components/bitrix/news/brands/bitrix/news.list/.default/style.css?17095828561639 */
/* /bitrix/templates/dresscode/components/bitrix/catalog/.default/bitrix/catalog.section.list/catalog-pictures/style.css?17095820464398 */
