

/* Start:/bitrix/templates/dresscode/components/bitrix/news/zel.collection2.0/style.css?16108128024769*/
#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;
	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{
	-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;
}

.collection-banner.banner-elem{
	height: 470px;
	margin-bottom: 30px;
}
.collection-banner.banner-elem h1{
	margin-bottom: 18px;
	text-transform: uppercase;
}
.collection-banner.banner-elem .h2{
	margin-bottom: 8px;
	text-transform: uppercase;
}
.collection-banner.banner-elem .text-wrap #breadcrumbs + .tb .text-wrap{
	padding: 12px 0 0;
}
.collection-banner.banner-elem .descr{
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 24px;
	max-height: 120px;
}
.collection-banner.banner-elem .descr p{
	margin: 0;
}
.collection-banner.banner-elem .image{
	vertical-align: middle;
	width: 60%;
}
.collection-banner.banner-elem .image img{
	max-height: 470px;
}

@media screen and (max-width: 1600px){
	.collection-banner.banner-elem{
		height: 440px;
	}
	.collection-banner.banner-elem .image img{
		max-height: 440px;
	}
}

@media screen and (max-width: 1400px){
	.collection-banner.banner-elem{
		height: 380px;
	}
	.collection-banner.banner-elem .image{
		width: 50%;
	}
	.collection-banner.banner-elem .image img{
		max-height: 380px;
	}
}

@media screen and (max-width: 1300px){
	.collection-banner.banner-elem{
		height: 300px;
	}
	.collection-banner.banner-elem .image img{
		max-height: 300px;
	}
}

@media screen and (max-width: 1200px){
	.collection-banner.banner-elem h1{
		margin-bottom: 12px;
	}
}
@media screen and (max-width: 1024px){
	.collection-banner.banner-elem{
		height: 240px;
	}
	.collection-banner.banner-elem .text-wrap{
		/*padding-top: 24px;*/
	}
	.collection-banner.banner-elem h1{
		margin-bottom: 10px;
	}
	.collection-banner.banner-elem .image{
		width: 45%;
	}
	.collection-banner.banner-elem .image img{
		max-height: 240px;
	}
	.collection-banner.banner-elem .descr{
		line-height: 20px;
		max-height: 80px;
	}
}

@media screen and (max-width: 800px){
	.collection-banner.banner-elem{
		height: 200px;
	}
	.collection-banner.banner-elem .text-wrap{
		/*padding-top: 42px;*/
	}
	.collection-banner.banner-elem .image{
		width: 40%;
	}
	.collection-banner.banner-elem .image img{
		max-height: 200px;
	}
	.collection-banner.banner-elem .descr{
		max-height: 60px;
	}
}

@media screen and (max-width: 700px){
	.collection-banner.banner-elem{
		/*height: 180px;*/
		height: auto;
		margin-bottom: 18px;
		border: 1px solid #e7e8ea;
	}
/*	.collection-banner.banner-elem .image img{
		max-height: 180px;
	}*/
	.collection-banner.banner-elem #breadcrumbs{
		left: 12px;
		width: auto;
		right: 0;
		margin-top: 12px;
	}

	.collection-banner.banner-elem .descr{
		max-height: 80px;
		margin-bottom: 6px;
	}

	.collection-banner.banner-elem .text-wrap{
		display: block;
		padding: 12px 12px 0;
	}

	.collection-banner.banner-elem h1{
		margin-bottom: 8px;
		font-size: 18px;
	}

	.collection-banner.banner-elem .image{
		display: block;
		width: 100%;
		padding: 0;
	}
	.collection-banner.banner-elem .image img{
		max-height: 250px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 500px){
	.collection-banner.banner-elem .descr{
		/*display: none;*/
		/*max-height: 40px;*/
		display: block;
	}
/*	.collection-banner.banner-elem .image{
		width: 50%;
	}*/

	.collection-banner.banner-elem h1{
		font-size: 16px;
		margin-bottom: 8px;
		line-height: 20px;
		max-height: 60px;
	}

	.collection-banner.banner-elem .image img{
		max-height: 200px;
	}
}

@media screen and (max-width: 350px){
	.collection-banner.banner-elem{
		/*height: 140px;*/
	}
	.collection-banner.banner-elem .image img{
		/*max-height: 140px;*/
	}
	.collection-banner.banner-elem .text-wrap{
		/*padding-top: 42px;*/
	}
}
/* End */


/* Start:/bitrix/templates/dresscode/components/bitrix/menu/personal/style.min.css?17418530571055*/
#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:#000;font-size:16px;text-decoration:none;transition:all .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 #000}#personalMenu li .selected:hover{color:#000}@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%),#fff 100%);background:linear-gradient(to right,rgb(255 255 255 / 20%),#fff 100%);content:"";pointer-events:none}}
/* End */


/* Start:/bitrix/templates/dresscode/components/bitrix/news/zel.collection2.0/bitrix/news.list/.default/style.css?16108128022275*/
.collections.banners-list{
	margin: 0 -8px 33px;
}
.collections.banners-list .banner-wrap{
	width: 40%; padding: 8px;
}
.collections .banner-elem{
	height: 280px;
}
.collections .banner-elem .h2{
	margin-bottom: 8px;
}
.collections .banner-elem .image{
	width: 55%;
	vertical-align: middle;
	text-align: center;
}
.collections .banner-elem .image img{
	max-height: 280px;
}
.collections.banners-list .banner-wrap:nth-child(4n){
	width: 60%;
}
.collections.banners-list .banner-wrap:nth-child(4n+1){
	width: 60%;
}
.collections.banners-list .banner-wrap:nth-child(4n) .image{
	width: 70%;
}
.collections.banners-list .banner-wrap:nth-child(4n+1) .image{
	width: 70%;
}

.collections .banner-elem .text-wrap{
	padding-left: 30px;
}

@media screen and (max-width: 1600px){
	.collections .banner-elem{
		height: 260px;
	}
	.collections .banner-elem .text-wrap{
		padding-left: 24px;
	}
	.collections .banner-elem .image img{
		max-height: 260px;
	}
}

@media screen and (max-width: 1400px){
	.collections.banners-list .banner-wrap:nth-child(n){
		width: 50%;
	}
	.collections.banners-list .banner-wrap:nth-child(n) .image{
		width: 55%;
	}
	.collections .banner-elem{
		height: 210px;
	}
	.collections .banner-elem .image img{
		max-height: 210px;
	}
}

@media screen and (max-width: 1024px){
	.collections.banners-list{
		margin: 0 -6px 18px;
	}
	.collections.banners-list .banner-wrap{
		padding: 6px;
	}
	.collections .banner-elem{
		height: 170px;
	}
	.collections .banner-elem .image img{
		max-height: 170px;
	}
}

@media screen and (max-width: 800px){
	.collections.banners-list .banner-wrap:nth-child(n){
		width: 100%;
	}
}


@media screen and (max-width: 600px){
	.collections .banner-elem{
		height: 160px;
	}
	.collections .banner-elem .image img{
		max-height: 160px;
	}
}

@media screen and (max-width: 400px){
	.collections .banner-elem{
		height: 150px;
	}
	.collections .banner-elem .text-wrap{
		padding-left: 12px;
	}
	.collections .banner-elem .image img{
		max-height: 150px;
	}
	.collections.banners-list .banner-elem .image{
		display: table-cell;
	}
}

@media screen and (max-width: 360px){
	.collections .banner-elem .descr  {display: none;}
	.collections .banner-elem{
		height: 116px;
	}
	.collections .banner-elem .image img{
		max-height: 116px;
	}
}
/* End */


/* Start:/bitrix/templates/dresscode/components/bitrix/system.pagenavigation/round/style.min.css?17418530571664*/
.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:#444;font-size:14px;line-height:32px;vertical-align:middle;background:#eff0f1;border-radius:16px;transition:color .3s ease,background-color .3s ease,border-color .3s ease}.bx-pagination .bx-pagination-container ul li a{display:block;min-width:32px;height:32px;color:#444;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-next a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span{padding:0 18px;color:#444;line-height:28px;background:#fff;border:2px solid #eff0f1}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span{padding:0 18px;color:#aab1b4;line-height:28px;background:#fff;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-next a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span{color:#000;background:#fff;border-color:#dadada}
/* End */
/* /bitrix/templates/dresscode/components/bitrix/news/zel.collection2.0/style.css?16108128024769 */
/* /bitrix/templates/dresscode/components/bitrix/menu/personal/style.min.css?17418530571055 */
/* /bitrix/templates/dresscode/components/bitrix/news/zel.collection2.0/bitrix/news.list/.default/style.css?16108128022275 */
/* /bitrix/templates/dresscode/components/bitrix/system.pagenavigation/round/style.min.css?17418530571664 */
