

/* Start:/bitrix/templates/dresscode/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?174739386111175*/
.global-block-container #catalogLineList .column:last-child{background:none; height:auto;}
.global-block-container #catalogLineList .picture img {height:auto;}

#articles p {font-size:16px;}
#articles .row img:not(.oZoomer, .zero) {width:100%; height:auto;}
#articles .row .blockquote-wrap {margin-top:0!important}
#articles .descr * {font-size:22px; font-weight:bold;}
#articles hr {margin:20px 0; height:2px; border:0; background:#dedede;}
.text-wrap.tc.light *  {color:#fff;}

/* .detail-text-wrap img:not(.oZoomer) {width:100%; height:auto;} */
.detail-text-wrap img.oZoomer {cursor:pointer;}
.detail-text-wrap table {border-collapse:collapse; border:1px solid #d4d4d4;}
.detail-text-wrap a:not(.btn-small) {color:#ffac00;}
.detail-text-wrap ul.cool li:before {
	content: "\2714";
	padding-right:5px;
	color:#f3a600;
}
.detail-text-wrap ul.cool li {
	list-style:none;
	font-size:16px;
}

/* доп кнопки */

.blog-banner .banner-elem a.btn-stati {
	position: relative;
    display: inline-block;
    min-width: 200px;
    box-sizing: border-box;
    padding: 11px 14px 11px;
    font-family: "roboto_ltregular";
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    border: 2px solid #fca600;
    border-radius: 2px;
    color: #000;
    transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}
.blog-banner .banner-elem a.btn-stati:hover {
	background-color:#fff;
}
.blog-banner .tc.image  {
  vertical-align:bottom!important;
}

/* форма */
.consultation-wrap {
	margin:20px 0;
}

/* <ol>*/
.global-block-container ol {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 45px;
	padding: 15px 0 5px 0;
	font-size: 16px;
}
.global-block-container ol li {
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	line-height: 1.4;
}
.global-block-container ol li:before {
	content: counter(num); 
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -38px;
	width: 28px;
	height: 28px;
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 28px;
	font-size: 18px;
	border-radius: 50%;
	border: 1px solid #f3a600;
}


/*start анимация для блока баннера*/
	.banner-animated .image{
		opacity: 0;
		transform: translate3d(30px,0,0);
		transition: all 0.6s 0.4s ease-in-out;
	}
	.banner-animated.banner-image-load .image{
		opacity: 1;
		transform: translate3d(0,0,0);
	}
/*end анимация для блока баннера*/

/*start стили для детальной блога*/
	.blog-banner{
		margin-bottom: 30px;
	}
	.blog-banner .banner-elem{
		height: 460px;
	}
	.blog-banner .banner-elem .text-wrap{
		padding-left: 72px;
	}
	
	.blog-banner .banner-elem .image img{
		max-height: 460px;
		margin: 0 auto;
	}
	.blog-banner .banner-elem h1{
		font-size: 30px;
		margin-bottom: 15px;
		line-height: 36px;
		max-height: 108px;
	}
	.blog-banner .banner-elem .descr{
		max-height: 200px;
		font-size: 25px;
		line-height: 34px;
  }

	.blog-banner.banner-no-bg .banner-elem{
		height: 380px;
	}
	.blog-banner.banner-no-bg .banner-elem .image{
		vertical-align: middle;
	}
	.blog-banner.banner-no-bg .banner-elem .image img{
		max-height: 380px;
	}
	.blog-banner.banner-no-bg .banner-elem .date{
		color: #888888;
	}
	.blog-banner.banner-no-bg .banner-elem h1{
		font-family: "roboto_ltregular";
		font-size: 24px;
		margin-bottom: 12px;
		line-height: 29px;
		max-height: 57px;
	}
	.blog-banner.banner-no-bg .banner-elem .image{
		width: 50%;
	}

	.blog-banner.banner-no-image .banner-elem .text-wrap{
		padding: 0;
	}
	.blog-banner.banner-no-image .banner-elem{
		height: auto;
	}
	.blog-banner.banner-no-image .banner-elem .date{
		color: #888888;
	}
	.blog-banner.banner-no-image .banner-elem h1{
		font-family: "roboto_ltregular";
		font-size: 24px;
		margin-bottom: 12px;
		line-height: 29px;
		max-height: 87px;
	}
	.blog-banner.banner-no-image .banner-elem .social{
		height: auto;
	}

	.h2.blog-title-product{
		margin-bottom: 12px;
	}

	@media screen and (max-width: 1800px){
		.blog-banner.banner-no-bg .banner-elem{
			height: 320px;
		}
		.blog-banner.banner-no-bg .banner-elem .image img{
			max-height: 320px;
		}
		.blog-banner.banner-no-bg .banner-elem .text-wrap{
			padding-left: 48px;
		}
	}

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

		.blog-banner.banner-no-bg .banner-elem .text-wrap{
			padding-left: 30px;
		}
		.blog-banner.banner-no-bg .banner-elem{
			height: 300px;
		}
		.blog-banner.banner-no-bg .banner-elem .image img{
			max-height: 300px;
		}
		.blog-banner.banner-no-bg .banner-elem .social{
			height: 36px;
		}
	}

	@media screen and (max-width: 1400px){
		.blog-banner .banner-elem .text-wrap{
			padding-left: 30px;
		}
		.blog-banner .banner-elem{
			height: 340px;
		}
		.blog-banner .banner-elem .image img{
			max-height: 340px;
		}
		.blog-banner .banner-elem .descr{
			line-height: 30px;
      font-size:22px;
		}

		.blog-banner.banner-no-bg .banner-elem .text-wrap{
			padding-left: 18px;
		}
		.blog-banner.banner-no-bg .banner-elem h1{
			font-size: 20px;
			margin-bottom: 10px;
			line-height: 24px;
			max-height: 72px;
		}
		.blog-banner.banner-no-bg .banner-elem{
			height: 280px;
		}
		.blog-banner.banner-no-bg .banner-elem .image img{
			max-height: 280px;
		}

		.blog-banner.banner-no-image .banner-elem h1{
			font-size: 20px;
			margin-bottom: 10px;
			line-height: 24px;
			max-height: 72px;
		}
	}

	@media screen and (max-width: 1200px){
		.blog-banner .banner-elem h1{
			font-size: 24px;
			margin-bottom: 12px;
			line-height: 29px;
			max-height: 87px;
		}
		.blog-banner .banner-elem{
			height: 300px;
		}
		.blog-banner .banner-elem .image img{
			max-height: 300px;
		}
		.blog-banner .banner-elem .descr{
			font-size:20px;
		}    
	}

	@media screen and (max-width: 1024px){
		.blog-banner .banner-elem h1{
			font-size: 20px;
			margin-bottom: 10px;
			line-height: 24px;
			max-height: 72px;
		}
		.blog-banner .banner-elem .text-wrap{
			padding-left: 18px;
		}
		.blog-banner .banner-elem{
			height: 260px;
		}
		.blog-banner .banner-elem .image img{
			max-height: 260px;
		}
		.blog-banner .banner-elem .descr{
			line-height: 20px;
      font-size:16px;
		}    
	}

	@media screen and (max-width: 800px){
		
#articles .detail-text-wrap img:not(.oZoomer, .zero) {width:100%; height:auto;}
		
		.blog-banner{
			margin-bottom: 18px;
		}
		.blog-banner .banner-elem h1{
			font-size: 18px;
			margin-bottom: 8px;
			line-height: 22px;
			max-height: 66px;
		}
		.blog-banner .banner-elem .text-wrap{
			padding-left: 12px;
		}
		.blog-banner .banner-elem{
			height: 250px;
		}
		.blog-banner .banner-elem .image img{
			max-height: 250px;
			margin: 0 0 0 auto;
		}

		.blog-banner.banner-no-bg .banner-elem h1{
			font-size: 18px;
			margin-bottom: 8px;
			line-height: 22px;
			max-height: 66px;
		}
		.blog-banner.banner-no-bg .banner-elem .text-wrap{
			padding-left: 12px;
		}
		.blog-banner.banner-no-bg .banner-elem{
			height: 250px;
		}
		.blog-banner.banner-no-bg .banner-elem .image img{
			max-height: 250px;
		}

		.blog-banner.banner-no-image .banner-elem h1{
			font-size: 18px;
			margin-bottom: 8px;
			line-height: 22px;
			max-height: 66px;
		}
		
		#articles .global-block-container #catalogLineList .picture img {
			width:auto!important;
		}
	}

	@media screen and (max-width: 700px){
		.blog-banner .banner-elem .social {display:none;}		
		.blog-banner.banner-bg .banner-elem{
			display: block;
		}
		.blog-banner.banner-bg .banner-elem .text-wrap{
			display: block;
			padding: 12px 12px 0;
		}
		.blog-banner.banner-bg .banner-elem .image{
			display: block;
			width: 100%;
			padding: 0;
		}
		.blog-banner.banner-bg .banner-elem .image img{
			margin: 0 auto;
		}
		.blog-banner.banner-bg .banner-elem{
			height: auto;
		}

		.blog-banner.banner-no-bg .banner-elem{
			display: block;
		}
		.blog-banner.banner-no-bg .banner-elem .text-wrap{
			display: block;
			padding: 12px 12px 0;
		}
		.blog-banner.banner-no-bg .banner-elem .image{
			display: block;
			width: 100%;
			padding: 0 12px;
		}
		.blog-banner.banner-no-bg .banner-elem .image img{
			margin: 0 auto;
			max-height: none;
			width: 100%;
		}
		.blog-banner.banner-no-bg .banner-elem{
			height: auto;
		}
	}

	@media screen and (max-width: 500px){
		
		/*.blog-banner .banner-elem{
			background: none !important;
		}*/
		/*.blog-banner .banner-elem .descr{
			display: none;
		}*/
		/*.blog-banner .banner-elem{
			height: 120px;
		}*/
		.blog-banner .banner-elem h1{
			margin-bottom: 12px;
			font-size: 16px;
			margin-bottom: 8px;
			line-height: 20px;
			max-height: 60px;
		}
		.blog-banner .banner-elem .image img{
			max-height: 200px;
		}

		.blog-banner.banner-no-bg .banner-elem h1{
			font-size: 16px;
			margin-bottom: 8px;
			line-height: 20px;
			max-height: 60px;
		}
		/*.blog-banner.banner-no-bg .banner-elem{
			height: 120px;
		}*/
		/*		.blog-banner.banner-no-bg .banner-elem .image img{
			max-height: 120px;
		}*/

		.blog-banner.banner-no-image .banner-elem h1{
			font-size: 16px;
			margin-bottom: 8px;
			line-height: 20px;
			max-height: 60px;
		}
		.blog-banner.banner-no-image .banner-elem .descr{
			display: block;
		}
	}

	@media screen and (max-width: 350px){
		.blog-banner .banner-elem{
			height: auto;
			border: none;
		}
		.blog-banner .banner-elem .text-wrap{
			padding: 0;
		}
		.blog-banner .banner-elem .descr{
			display: block;
		}
		.blog-banner .banner-elem .image{
			display: none;
		}

		.blog-banner.banner-no-bg .banner-elem{
			height: auto;
		}
		.blog-banner.banner-no-bg .banner-elem .image{
			padding: 0;
		}
		.blog-banner.banner-no-bg .banner-elem .text-wrap{
			padding: 0;
		}
	}

	.other-news{
		border: 1px solid #e7e8ea;
	}
	.other-news-title.h3{
		text-align: center;
		height: 60px;
		line-height: 60px;
		padding: 0 12px;
		border-bottom: 1px solid #e7e8ea;
		background: #f9f9f9;
	}
	.other-news-list {	 }
	.other-news .news{
		padding: 24px;
		border-bottom: 1px solid #e7e8ea;
	}
	.other-news .news:first-child{
		padding-top: 12px;
	}
	.other-news .news:last-child{
		border-bottom: none;
	}
	.other-news .image{
		padding: 0 0 16px;
		text-align: center;
	}
	.other-news .image a{
		display: inline-block;
	}
	.other-news .image img{
		display: inline-block;
		vertical-align: top;
		max-width: 100%;
		max-height: 150px;
		width: auto;
		height: auto;
		transition: all 0.2s ease-in-out;
	}
	.other-news .image a:hover img{
		opacity: 0.9;
	}
	.other-news .image a:active img{
		position: relative;
		top: 1px;
	}
	.other-news .name{
		display: inline-block;
		margin-bottom: 6px;
		font-size: 14px;
		line-height: 18px;
		max-height: 54px;
		overflow: hidden;
		color: #000000;
		text-decoration: none;
		transition: all 0.2s ease-in-out;
	}
	.other-news .announcement{
		margin-bottom: 6px;
		font-size: 13px;
		line-height: 16px;
		max-height: 48px;
		overflow: hidden;
		color: #888888;
	}
/*end стили для детальной блога*/
/* End */


/* Start:/bitrix/templates/dresscode/components/bitrix/news/.default/bitrix/news.list/.default/style.css?15960492923197*/
#news{
	margin-top: 24px;
}

#newsContainer{
	margin: 0 -12px;
	overflow: hidden;
}

#newsContainer .items{
	overflow: hidden;
	font-size: 0px;
}

#newsContainer .item{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 24px;
	padding: 0 12px;
	font-size: 14px;
	width: 25%;
}

#newsContainer .item .wrap{
	border: 1px solid #e7e8ea;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 18px;
}

#newsContainer .item .bigPicture{
	text-align: center;
	line-height: 240px;
	height: 240px;
}

#newsContainer .item .bigPicture a:active{
	position: relative;
	top: 1px;
}

#newsContainer .item .bigPicture img{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#newsContainer .item .bigPicture img:hover{
	opacity: 0.9;
}

#newsContainer .item .title 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;
	line-height: 46px;
	overflow: hidden;
	font-size: 16px;
	color: #000000;
	display: block;
	height: 46px;
}

#newsContainer .item .title a .middle{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

#newsContainer .item .title a:active{
	position: relative;
	top: 1px;
}

#newsContainer .item .newsDate{
	margin-top: 12px;
	color: #888888;
}

#newsContainer .item .newsDate .pic{
	vertical-align: middle;
	padding-right: 4px;
	margin-top: -4px;
}

#newsContainer .item .description{
	line-height: 60px;
	overflow: hidden;
	margin-top: 12px;
	font-size: 14px;
	color: #888888;
	height: 60px;
}

#newsContainer .item .description .middle{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

#newsContainer .item .more{
	-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;
	margin-top: 18px;
	color: #ffffff;
	padding: 4px 12px;
	margin-bottom: 24px;
}

#newsContainer .item .more:active{
	position: relative;
	top: 1px;
}

@media all and (max-width: 1800px) {
	#newsContainer .item{
		width: 33.333333%;
	}
}

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

	#newsContainer .item{
		margin-bottom: 0px;
		margin-top: 24px;
		width: 50%;
	}

	#newsContainer .item:nth-child(1),
	#newsContainer .item:nth-child(2){
		margin-top: 0px;
	}

	#newsContainer .item .bigPicture{
		line-height: 210px;
		height: 210px;
	}

	#newsContainer .item .title{
		margin-top: 18px;
		font-size: 14px;
	}

	#newsContainer .item .more{
		margin-bottom: 24px;
	}

	#main #newsContainer .column .item .bigPicture{
		margin-right: 24px;
		width: 35%;
	}

}


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

	#main #newsContainer .item .bigPicture{
		width: 100% !important;
		display: inline-block;
		line-height: 180px;
		margin-top: 24px;
		height: 180px;
		float: none;
	}

}

@media all and (max-width: 600px) {
	#newsContainer .item:nth-child(2){
		margin-top: 24px;
	}
	#main #newsContainer .item{
		width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/dresscode/components/dresscode/brands.list/.default/style.css?15960492932412*/
#brandList{
	margin-top: 24px;
	overflow: hidden;
}

#brandList a{
	text-decoration: none;
}

#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;
	border-left: 1px solid #e7e8ea;
	/*border-top: 1px solid #e7e8ea;*/
}

#brandList .item{

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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 .tabloid{
	position: relative;
	padding: 12px;
}

#brandList .markerContainer{
	position: absolute;
	z-index: 88;
	left: 8px;
	top: 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;
	transform: translate3d(0,0,0);
	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: 80%;
	max-width: 80%;
}

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

#brandList .last{
	background-color: #f9f9f9;
}

#brandList .last .wp{
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	line-height: 21px;
	width: 100%;
}

#brandList .last .showMore{
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	color: #000000;
	width: 100%;
}

#brandList .last .showMore:hover{
	opacity: 0.7;
}

#brandList .last .icon{
	display: inline-block;
	margin-bottom: 6px;
    text-align: center;
    line-height: 21px;
    height: 33px;
    width: 100%;
}

#brandList .last .ps{
	font-size: 18px;
}

#brandList .last .value{
	padding-left: 6px;
	font-size: 18px;
}

#brandList .last .small{
	display: inline-block;
	width: 100%;
}
/* End */


/* Start:/bitrix/templates/dresscode/components/bitrix/menu/personal/style.css?15960492931686*/
#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{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	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;
}

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

	#personalMenuWrap{
		position: relative;
		min-width: 100%;
		overflow: hidden;
		overflow-x: auto;
		height: 40px;
	}

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

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

	#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:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1609792204666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /bitrix/templates/dresscode/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?174739386111175 */
/* /bitrix/templates/dresscode/components/bitrix/news/.default/bitrix/news.list/.default/style.css?15960492923197 */
/* /bitrix/templates/dresscode/components/dresscode/brands.list/.default/style.css?15960492932412 */
/* /bitrix/templates/dresscode/components/bitrix/menu/personal/style.css?15960492931686 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1609792204666 */
