

/* Start:/bitrix/templates/dresscodeV2/components/dresscode/slider/promoSlider/style.css?16004267694943*/
#slider{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#slider .wrap{
	position: relative;
	overflow: hidden;
}

#slider ul{
	position:relative;
}

#slider ul li{
	position: relative;
	display: block;
	float:left;
}

#slider ul li .slideLink{
	text-decoration: none;
	color: #000000;
}

/*#slider ul li span:hover{
	transform: scale(1.03);
}*/

#slider .sliderVideoOverBg{
	pointer-events: none;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
}

#slider .slideVideoContainer{
	position: relative;
	overflow: hidden;
	height: 900px;
}

#slider .videoPoster{
    background-position: center center;
    -moz-background-size: cover;
    background-size: cover;
    display: block;
    height: 555px;
	display: none;
}

#slider .slideVideoContainer iframe,
#slider .slideVideoContainer object,
#slider .slideVideoContainer embed {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}


#slider .slideVideo{
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	background-color: #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transform: translateY(-50%);
	pointer-events: none;
	position: absolute;
	object-fit: cover;
	overflow: hidden;
	height: auto;
	width: 100%;
	left: 0px;
	top: 50%;
}

#slider .limiterContainer{
	position: absolute;
	width: 100%;
	left: 0;
}

#slider .limiter{
	position: relative;
	height: 900px;
}

#slider .sliderContent{
	transform: translateY(-50%);
	position: absolute;
	color: #000000;
	z-index: 3;
	left: 0px;
	top: 50%;
}

#slider .sliderContent.loading{
	display: none;
}

#slider .leftContainer{
	left: 0px;
}

#slider .centerContainer{
	transform: translateX(-50%) translateY(-50%);
	left: 50% !important;
}

#slider .rightContainer{
	left: unset;
	right: 0px;
}

#slider .sliderContent .bigText,
#slider .sliderContent .bigTextColor,
#slider .sliderContent .bigTextLight,
#slider .sliderContent .bigTextLightColor{
	font-family: "robotoMedium";
	line-height: 56px;
	margin-top: 24px;
	font-size: 48px;
	display: block;
}

#slider .sliderContent .mediumText,
#slider .sliderContent .mediumTextColor,
#slider .sliderContent .mediumTextLight{
	line-height: 36px;
	margin-top: 24px;
	font-size: 30px;
	display: block;
}

#slider .sliderContent .smallText,
#slider .sliderContent .smallTextColor,
#slider .sliderContent .smallTextLight{
	line-height: 24px;
	margin-top: 24px;
	font-size: 16px;
	display: block;
}

#slider .sliderContent .bigTextLightColor,
#slider .sliderContent .bigTextLight,
#slider .sliderContent .mediumTextLight,
#slider .sliderContent .smallTextLight{
	font-family: "roboto_thregular";
}

#slider .sliderContent .whiteColor{
	color: #ffffff;
}

#slider .sliderContent .noMargin{
	margin: 0;
}

#slider .sliderContent .center{
	text-align: center;
}

#slider .sliderContent .cButton{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border-radius: 2px;
	line-height: 50px;
	margin-top: 24px;
	padding: 0 24px;
	color: #ffffff;
	height: 50px;
}

#slider .sliderContent .cButtonLight{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 1px solid rgba(0, 0, 0, .4);
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border-radius: 2px;
	line-height: 50px;
	margin-top: 24px;
	padding: 0 24px;
	color: #000000;
	height: 50px;
}

#slider .sliderContent .cButtonLight:hover{
	border: 1px solid rgba(0, 0, 0, .7);
}

#slider .sliderContent .cButton:active,
#slider .sliderContent .cButtonLight:active{
	position: relative;
	top: 1px;
}

#slider .sliderContent div:first-child{
	margin-top: 0px;
}

#slider ol{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	left:50%;
	bottom:12px;
}

#slider ol li{
	background: url(/bitrix/templates/dresscodeV2/components/dresscode/slider/promoSlider/images/slideButton.png) 0 0 no-repeat transparent;
	margin-right: 4px;
	width: 14px;
	height: 14px;
	float: left;
	cursor: pointer;
}

#slider ol li:hover{
	background-position: -14px 0;
}

#slider ol li:active{
	background-position: -28px 0;
}

#slider ol li.selected{
	background-position: -42px 0;	
}

#slider ol li.selected:hover{
	background-position: -56px 0;	
}

#slider ol li.selected:active{
	background-position: -70px 0;	
}

#slider .sliderBtnLeft, 
#slider .sliderBtnRight{
	display: block;
	height: 118px;
	width: 59px;
	position: absolute;
	top: 50%;
	margin-top: -59px;
	background: url(/bitrix/templates/dresscodeV2/components/dresscode/slider/promoSlider/images/slideArrow.png) no-repeat transparent;

}

#slider .sliderBtnLeft:hover{
	background-position: -59px 0;	
}

#slider .sliderBtnLeft:active{
	background-position: -118px 0;		
}

#slider .sliderBtnRight{
	background-position: 0 -118px;
	right: -0px;
}

#slider .sliderBtnRight:hover{
	background-position: -59px -118px;
}

#slider .sliderBtnRight:active{
	background-position: -118px -118px;
}
/* End */


/* Start:/bitrix/templates/dresscodeV2/components/bitrix/news.list/indexBanners/style.css?17392848395575*/
.index-banners-wrap{
	margin-bottom: 60px;
	margin-top: 100px;
}

.index-banners{
	max-width: none;
	font-size: 0;
	margin: -10px -8px;
}

.index-banners .elem-column{
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.index-banners .elem-column:nth-child(3){
	width: 19%;
}

.index-banners .elem-column:nth-child(4){
	width: 31%;
}

.index-banners .elem-wrap{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 8px;
}

.index-banners .elem{
	position: relative;
	box-sizing: border-box;
	height: 228px;
	padding: 42px 24px 12px 24px;
	border: 1px solid #e7e8ea;
	background-color: #fff;
}

.index-banners .elem-column:nth-child(1) .elem{
	height: 476px;
	padding: 42px 36px 12px 36px
}

.index-banners .elem-column:nth-child(3) .elem{
	height: 476px;
}

.index-banners .text-wrap{
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 100%;
	color: #000000;
}

.index-banners .elem-column:nth-child(2) .text-wrap{
	width: 60%;
}

.index-banners .elem-column:nth-child(4) .text-wrap{
	width: 50%;
}

.index-banners .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.index-banners .name{
	display: block;
	max-height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
	font-family: "robotomedium";
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	color: #000000;
	transition: all 0.2s ease-in-out;
}

.index-banners .name:hover{
	color: #444444;
}

.index-banners .name:active{
	position: relative;
	top: 1px;
}

.index-banners .descr{
	max-height: 48px;
	overflow: hidden;
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 16px;
}

.index-banners .elem-column:nth-child(1) .descr{
	margin-bottom: 18px;
}

.index-banners .text-wrap.text-wrap-white{
	color: #fff;
}

.index-banners .text-wrap-white .name{
	color: #ffffff;
}

.index-banners .text-wrap-white .name:hover{
	opacity: 0.8;
}

.index-banners .btn-white .btn-simple{
	background-color: #fff;
	border-color: #fff;
	color: #282727;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.index-banners .btn-white .btn-simple:hover{
	opacity: 0.9;
}

@media all and (max-width: 1400px){
	.index-banners .name{
		font-size: 16px;
	}
}

@media all and (max-width: 1340px){
	.index-banners .elem-column{
		width: 37%;
	}
	.index-banners .elem-column:nth-child(3){
		width: 26%;
	}
	.index-banners .elem-column:nth-child(4){
		width: 100%;
	}
	.index-banners .elem-column:nth-child(4) .elem-wrap{
		width: 50%;
	}
	.index-banners .elem{
		height: 200px;
		padding: 24px 18px 12px;
	}
	.index-banners .elem-column:nth-child(1) .elem{
		height: 416px;
		padding: 24px 36px 12px 36px
	}
	.index-banners .elem-column:nth-child(3) .elem{
		height: 416px;
	}
	.index-banners .elem-column:nth-child(4) .text-wrap{
		width: 45%;
	}
}


@media all and (max-width: 1024px){
	.index-banners{
		margin: -6px;
	}
	.index-banners .elem-wrap{
		padding: 6px;
	}
}

@media all and (max-width: 900px){
	.index-banners .elem{
		height: 146px;
	}
	.index-banners .elem-column:nth-child(n) .elem{
		padding: 36px 18px 12px;
	}
	.index-banners .elem-column:nth-child(1) .elem{
		height: 304px;
	}
	.index-banners .elem-column:nth-child(3) .elem{
		height: 304px;
		padding-left: 12px;
		padding-right: 12px;
	}
/*	.index-banners .elem-column:nth-child(1) .name{
		max-height: 42px;
		font-size: 20px;
		line-height: 21px;
	}*/
	.index-banners .descr{
		display: none;
	}
}

@media all and (max-width: 790px){
	.index-banners{
		margin: -2px;
	}
	.index-banners .elem-wrap{
		padding: 2px;
	}
	.index-banners .elem{
		height: 132px;
	}
	.index-banners .elem-column:nth-child(1) .elem{
		height: 268px;
	}
	.index-banners .elem-column:nth-child(3) .elem{
		height: 268px;
	}
	.index-banners .elem-column:nth-child(n) .elem{
		padding-top: 24px;
	}
	.index-banners .elem-column{
		width: 50%;
	}
	.index-banners .elem-column:nth-child(3){
		width: 50%;
	}
	.index-banners .elem-column:nth-child(4){
		width: 50%;
	}
	.index-banners .elem-column:nth-child(4) .elem-wrap{
		width: 100%;
	}
	.index-banners .elem-column:nth-child(2) .text-wrap{
		width: 65%;
	}
	.index-banners .elem-column:nth-child(4) .text-wrap{
		width: 65%;
	}
}

@media all and (max-width: 550px){
	.index-banners .elem{
		height: 88px;
	}
	.index-banners .elem-column:nth-child(n) .elem{
		padding: 24px 8px 0;
	}
	.index-banners .elem-column:nth-child(3) .elem{
		height: 180px;
	}
	.index-banners .elem-column:nth-child(1) .elem{
		/*padding-top: 12px;*/
		height: 180px;
	}
	.index-banners .elem-column:nth-child(2) .text-wrap{
		width: 70%;
	}
	.index-banners .elem-column:nth-child(4) .text-wrap{
		width: 70%;
	}
	.index-banners .elem-column:nth-child(n) .name{
		max-height: 32px;
		font-size: 14px;
		line-height: 16px;
	}
	.index-banners .btn-simple{
		display: none;
	}
}

@media all and (max-width: 480px){
	.index-banners-wrap{
		margin: 24px 0;
	}
}

@media all and (max-width: 450px){
	.index-banners .name{
		text-shadow: 0 0 10px #fff;
	}
	.index-banners .text-wrap-white .name{
		text-shadow: 0 0 10px #000;
	}
}

@media all and (max-width: 360px){
	.index-banners .elem-column:nth-child(n) .name{
		max-height: 32px;
		font-size: 13px;
		line-height: 16px;
	}
	.index-banners .elem{
		height: 72px;
	}
	.index-banners .elem-column:nth-child(1) .elem{
		height: 148px;
	}
	.index-banners .elem-column:nth-child(3) .elem{
		height: 148px;
	}
	.index-banners .elem-column:nth-child(n) .elem{
		padding-top: 12px;
	}
}

/* End */


/* Start:/bitrix/templates/dresscodeV2/components/dresscode/offers.product/.default/style.css?16004267691737*/
#homeCatalog{
	background-color: #f3f3f3;
	padding-bottom: 36px;
	margin-top: 0px;
}

#homeCatalog .captionList{
	position: relative;
	z-index: 1;
	height: 60px;
	line-height: 60px;
	background-color: #2b2b2b;
}

#homeCatalog .captionList .slideBox{
	list-style: none;
	padding: 0px;
	margin: 0px;
	left: 0px;
}

#homeCatalog .captionList .cItem{
	list-style: none;
	float: left;
}

#homeCatalog .caption{
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border-left: 1px solid #222222;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 12px;
}

#homeCatalog .caption:hover{
	background-color: #202020;
}

#homeCatalog .caption.loading{
	opacity: 0.6;
}

#homeCatalog .caption a{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}

#homeCatalog .cItem{
	float: left;
	width: 20%;
}

#homeCatalog .captionBtnRight,
#homeCatalog .captionBtnLeft{
	background: url(/bitrix/templates/dresscodeV2/components/dresscode/offers.product/.default/images/offerArrowSmall.png) 0 0 no-repeat transparent;
	position: absolute;
	height: 60px;
	width: 60px;
	top: 0;
}

#homeCatalog .captionBtnLeft{
	left: 0px;
}

#homeCatalog .captionBtnRight{
	right: 0px;
}

#homeCatalog .captionBtnLeft:hover{
	background-position: -0px -60px;
}

#homeCatalog .captionBtnLeft:active{
	background-position: -0px -120px;
}

#homeCatalog .captionBtnRight{
	background-position: -60px 0px;
}

#homeCatalog .captionBtnRight:hover{
	background-position: -60px -60px;
}

#homeCatalog .captionBtnRight:active{
	background-position: -60px -120px;
}
/* End */


/* Start:/bitrix/templates/dresscodeV2/components/dresscode/brands.list/atevi/style.css?17400475823802*/
#brandList{
	background-color: #ffffff;
	margin-top: 0px;
}

#brandList a{
	text-decoration: none;
}

#brandList .heading{
	margin-bottom: 0px !important;
	text-transform: uppercase;
	font-family: 'robotobold';
	padding-bottom: 40px;
    font-size: 24px;
	line-height: 1.3;
    display: block;
    color: #000000;
}

#brandList .items{
	list-style: none;
	overflow: hidden;
	border-left: 1px solid #e7e8ea;
	border-top: 1px solid #e7e8ea;
	display: flex;
	flex-wrap: wrap;
}

#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: 124px;
	line-height: 124px;
	overflow: hidden;
	float: left;
	width: 20%;

}

#brandList .tabloid{
	position: relative;
	padding: 10px;
	height: 100%;
	box-sizing: border-box;
	display: flex;
}

#brandList .markerContainer{
	position: absolute;
	z-index: 99;
	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;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#brandList .picture img {
	max-height: 100%;
	max-width: 100%;
}

#brandList .picture:hover{
	opacity: 1;
}

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

#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: 16px;
	font-family: 'robotobold';
	font-weight: 700;
	color: #3498DB;
}

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

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

.atevi_cont{
	max-width: 88%;
}

.left_block_atevi{
	float: left;
	position: relative;
	zoom: 1;
	z-index: 390;
	/* padding-top: 0px; */
	padding: 0;
	width: 200px;
}
.list_brands {
	list-style-type: none;
	padding-left: 18px;
	display: inline-block;
	box-sizing: border-box;
	width: 200px;
	max-height: 188px;
	overflow-y: auto;
}

.list_brands li {
	list-style-type: none;
	font-weight: bold;
}
.list_brands li::before {
	/* color: #4a9513; */
	color: #000000;
	content: "\25CF";
	/*position: absolute;*/
	/*left: 0px;*/
	margin-left: -18px;
}
.list_brands li a {
	cursor: pointer;
	text-decoration: none;
	/* color: #3e8c12; */
	color: #000000;
}
.lazyloaded {
	vertical-align: middle;
	/* max-width: 50px; */
	/* max-height: 40px; */
}
.atevi-wrap {
	column-gap: 40px;
}

@media screen and (max-width: 500px){
	.left_block_atevi{
		display: none;
	}
	.atevi_cont{
		max-width: 100%;
	}
}


.list_brands::-webkit-scrollbar-track
{
	background-color: #E7E8EA;
}

.list_brands::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

.list_brands::-webkit-scrollbar-thumb
{
	background-color: #3498DB;
}

@media (max-width: 991px) and (min-width: 768px) {
	#brandList .item {
		width: calc(100% / 3);
	}
}
@media (max-width: 767px) {
	#brandList .item {
		width: calc(100% / 2);
	}
}
/* End */


/* Start:/bitrix/templates/dresscodeV2/components/bitrix/news.list/mainBlog/style.css?17398722122005*/
#mainBlogCarousel ul {
    margin: 0;
    padding: 0;
    display: flex;
}

#mainBlogCarousel ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    float: left;
    display: flex;
}

#mainBlogCarousel li .wrap {
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #e7e8ea;
    padding: 24px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

#mainBlogCarousel .bigPicture a {
    display: flex;
}
#mainBlogCarousel .bigPicture a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#mainBlogCarousel .item .item-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
    flex-grow: 1;
}

#mainBlogCarousel .item .fields {
    display: flex;
    gap: 24px;
    color: #888888;
    font-size: 13px;
    line-height: 1.5;
}

#mainBlogCarousel .item .fields > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

#mainBlogCarousel .item .title a {
    font-size: 16px;
    font-weight: 700;
    font-family: 'robotobold';
    line-height: 1.5;
    color: #000000;
    text-decoration: none;
}

#mainBlogCarousel .item .more {
    font-size: 14px;
    font-family: 'robotobold';
    text-decoration: none;
    padding: 4px 18px;
    border: 2px solid #3498DB;
    color: #3498DB;
    border-radius: 4px;
    width: max-content;
    transition: .3s ease-in-out;
}
#mainBlogCarousel .item .more:hover {
    color: #FFF;
    background-color: #3498DB;
}

#mainBlogCarousel .item .introtext {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #888888;
}
#mainBlogCarousel .item .introtext > * {
    margin: 0;
}

@media (max-width: 525px) {
    #mainBlogCarousel ul li {
        padding: 0 2px;
    }
}
/* End */


/* Start:/bitrix/components/dresscode/products.by.filter/templates/.default/style.css?16004267681220*/
#topProduct{
	position: relative;
}

#topProduct .wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 24px;
}

#topProduct .productList{
	position: relative;
	list-style: none;
	overflow: hidden;
	clear: both;
	margin: 0px;
	left: 0px;
}

#topProduct .productList > li{
	float: left;
}

#topProduct .productList .item{
	width: 100%;
	float: none;
	border-top: 1px solid #e7e8ea;
}

#topProduct .product .tabloid{
	height: 100%;
}

#topProduct .topBtnLeft,
#topProduct .topBtnRight{
	background: url(/bitrix/components/dresscode/products.by.filter/templates/.default/images/slideArrowSmall.png) 0 0 no-repeat transparent;
	transform: translateY(-50%);
	position: absolute;
	height: 70px;
	width: 35px;
	z-index: 22;
	top: 50%;
}

#topProduct .topBtnLeft{
	left: 24px;
}

#topProduct .topBtnRight{
	right: 24px;
}

#topProduct .topBtnLeft:hover{
	background-position: -35px 0;
}

#topProduct .topBtnLeft:active{
	background-position: -70px 0;
}

#topProduct .topBtnRight{
	background-position: 0 -70px;
}

#topProduct .topBtnRight:hover{
	background-position: -35px -70px;
}

#topProduct .topBtnRight:active{
	background-position: -70px -70px;
}
/* End */


/* Start:/bitrix/components/dresscode/catalog.viewed.product/templates/.default/style.css?16004267681221*/
#viewedProduct{
	position: relative;
}

#viewedProduct .wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 24px;
}

#viewedProduct .productList{
	position: relative;
	list-style: none;
	overflow: hidden;
	clear: both;
	margin: 0px;
	left: 0px;
}

#viewedProduct .productList > li{
	float: left;
}

#viewedProduct .productList .item{
	width: 100%;
	float: none;
	border-top: 1px solid #e7e8ea;
}

#viewedProduct .product .tabloid{
	height: 100%;
}

#viewedProduct .viewedBtnLeft,
#viewedProduct .viewedBtnRight{
	background: url(/bitrix/components/dresscode/catalog.viewed.product/templates/.default/images/slideArrowSmall.png) 0 0 no-repeat transparent;
	transform: translateY(-50%);
	position: absolute;
	height: 70px;
	width: 35px;
	z-index: 22;
	top: 50%;
}

#viewedProduct .viewedBtnLeft{
	left: 24px;
}

#viewedProduct .viewedBtnRight{
	right: 24px;
}

#viewedProduct .viewedBtnLeft:hover{
	background-position: -35px 0;
}

#viewedProduct .viewedBtnLeft:active{
	background-position: -70px 0;
}

#viewedProduct .viewedBtnRight{
	background-position: 0 -70px;
}

#viewedProduct .viewedBtnRight:hover{
	background-position: -35px -70px;
}

#viewedProduct .viewedBtnRight:active{
	background-position: -70px -70px;
}

/* End */


/* Start:/bitrix/templates/dresscodeV2/components/bitrix/form.result.new/banner_form/style.css?174074802811219*/
.webFormDw form{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.webFormDw form.loading{
	pointer-events: none;
	opacity: 0.8;
}

.consultation_form .webFormHeading{
	font-family: "robotobold";
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.3;
	margin: 0;
}
.consultation_form .webFormDescription{
	margin: 12px 0 0 0;
}

.webFormItemsColumns{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	column-gap: 20px;
	width: 100%;
}

.personalInfo {
	width: 100%;
}

.webFormItemsColumns .webFormItem{
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	flex-grow: 1;
}

.consultation_form .webFormItem, .consultation_form .webFormTools {
	margin-top: 20px;
}

.webFormItemsColumn{
	display: flex;
	flex-direction: column;
	width: calc((100% - 242px) / 2);
}

.webFormItemsColumn .webFormItemField  textarea{
	height: 265px;
}

.consultation_form .webFormItemCaption{
	font-family: "robotoregular";
	font-size: 14px;
	margin-bottom: 4px;
	line-height: 21px;
	display: flex;
	align-items: center;
}

.webFormItemImage{
	vertical-align: middle;
	display: inline-block;
	padding-right: 4px;
}

.consultation_form .webFormItemLabel{
	vertical-align: middle;
	display: inline-block;
	color: #FFF;
}

.consultation_form .pilink{
	color: #FFF;
	text-decoration: underline;
}

.webFormItemRequired{
	display: inline-block;
	padding-left: 4px;
	color: #ff0000;
}

.webFormItemFieldVariant{
	display: inline-block;
	margin-left: 12px;
}

.webFormItemFieldVariant:first-child{
	margin-left: 0px;
}

.consultation_form .webFormItemField input[type="password"],
.consultation_form .webFormItemField input[type="text"],
.consultation_form .webFormItemField select{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #E7E8EA;
	border-radius: 4px;
	background-color: #c3c5c7;
	padding-left: 12px;
	line-height: 48px;
	/*max-width: 600px;*/
	max-width: 100%;
	font-size: 14px;
	color: #FFF;
	outline: none;
	height: 48px;
	width: 100%;
}

.consultation_form .webFormItemField textarea{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #E7E8EA;
	border-radius: 4px;
	background-color: #c3c5c7;
	padding-left: 12px;
	line-height: 21px;
	padding-top: 12px;
	max-width: 100%;
	font-size: 14px;
	color: #FFF;
	height: 100%;
	outline: none;
	width: 100%;
}

.webFormItemField input[id*="form_date_"]{
	margin-bottom: 6px;
}

.webFormItemField input[type="text"]:focus,
.webFormItemField input[type="password"]:focus,
.webFormItemField textarea:focus{
	border: 1px solid #aaaaaa;
}

.webFormItemField input[type="checkbox"] + label,
.webFormItemField input[type="radio"] + label {
	cursor: pointer;
}

.webFormItemField input[type="checkbox"]:not(checked),
.webFormItemField input[type="radio"]:not(checked) {
  position: absolute;
  opacity: 0;
}

.webFormItemField input[type="checkbox"]:not(checked) + label,
.webFormItemField input[type="radio"]:not(checked) + label {
	position: relative;
	padding-left: 28px;
}

.webFormItemField input[type="checkbox"].error + label:before{
	border: 1px solid #ff0000 !important;
}

.webFormItemField input[type="checkbox"] + label:before {
	background: url(/bitrix/templates/dresscodeV2/components/bitrix/form.result.new/banner_form/images/checkBox.png) 0 0 no-repeat transparent;
}

.webFormItemField input[type="radio"] + label:before {
	background: url(/bitrix/templates/dresscodeV2/components/bitrix/form.result.new/banner_form/images/radio.png) 0 0 no-repeat transparent;
}

.webFormItemField input[type="checkbox"]:not(checked) + label:before,
.webFormItemField input[type="radio"]:not(checked) + label:before {
	position: absolute;
	content: " ";
    height: 17px;
	width: 17px;
	left: 0;
	top: -1px;
}

.webFormItemField input[type="checkbox"]:not(checked) + label:hover:before,
.webFormItemField input[type="radio"]:not(checked) + label:hover:before {
	background-position: 0 -17px;
}

.webFormItemField input[type="checkbox"]:checked + label:before,
.webFormItemField input[type="radio"]:checked + label:before {
	background-position: 0 -34px;
}

.webFormItemField input[type="checkbox"]:checked + label:hover:before,
.webFormItemField input[type="radio"]:checked + label:hover:before {
	background-position: 0 -51px;
}

.webFormItemField input[type="checkbox"]:disabled + label,
.webFormItemField input[type="radio"]:disabled + label {
	cursor: default;
}

.webFormItemField input[type="checkbox"]:disabled + label:before,
.webFormItemField input[type="radio"]:disabled + label:before {
	background-position: 0 -68px !important;
}

.webFormItemField img.calendar-icon {
    vertical-align: middle !important;
    margin: 0 0 0 0px !important;
    border: 0 !important;
}

.webFormItemField [multiple]{
	line-height: 120px;
	height: 120px;
	padding: 12px;
}

.webFormCaptchaPicture img{
	vertical-align: middle;
	max-width: 100%;
}

.webFormCaptchaLabel{
	margin-bottom: 12px;
	margin-top: 12px;
}

.webFormItemField input.captcha_word{
	max-width: 300px;
}

.consultation_form .webFormTools input[type="submit"],
.consultation_form .webFormTools input[type="reset"]{
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "robotobold";
	border: 2px solid #3498db;
	border-radius: 4px;
	text-align: center;
	width: 212px;
	font-size: 18px;
	cursor: pointer;
	color: #ffffff;
	outline: none;
	height: 60px;
	padding: 0;
	transition: .3s ease-in-out;
}

#main .consultation_form .webFormTools input[type="submit"]:hover {
	color: #3498db;
	background-color: #FFF;
}

.webFormTools input[type="submit"]:active{
	position: relative;
	top: 1px;
}

.webFormTools input[type="submit"].loading{
	background-image: url(/bitrix/templates/dresscodeV2/components/bitrix/form.result.new/banner_form/images/loading.gif);
	background-color: #000000 !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	pointer-events: none;
	color: #dddddd;
	opacity: 0.1;
}

.webFormTools input[type="reset"]{
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	color: #000000;
}

.webFormTools input[type="reset"]:hover{
	border: 1px solid #cccccc;
}

.webFormTools input[type="reset"]:active{
	position: relative;
	top: 1px;
}

.webFormTools input:first-child{
	margin-right: 12px;
}

.webFormItemError,
.webFormError{
	font-family: "robotoMedium";
	margin-bottom: 12px;
	font-size: 12px;
	color: #ff0000;
	display: none;
}

.webFormError{
	margin-bottom: 0px;
	margin-top: 24px;
}

.webFormItemError.visible,
.webFormError.visible{
	display: block;
}

.webFormItemField .error{
	border: 1px solid #ff0000 !important;
}

.webFormMessage{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    line-height: 250px;
    position: fixed;
    overflow: auto;
    display: none; 
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.webFormMessageContainer{
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -225px;
	position: absolute;
	text-align: center;
	margin-top: -125px;
	border-radius: 2px;
	padding: 0px 24px;
	height: 250px;
	width: 450px;
	left: 50%;
	top: 50%;
}

.webFormMessageMiddle{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.webFormMessageHeading{
	margin-bottom: 24px;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}

.webFormMessageDescription{
	text-align: center;
}

.webFormMessageExit{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #000000;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	line-height: 40px;
	margin-top: 24px;
	padding: 0 24px;
	color: #ffffff;
	height: 40px;
}

.webFormMessageExit:hover{
	opacity: 0.8;
}

.webFormMessageExit:active{
	position: relative;
	top: 1px;
}

@media all and (max-width: 650px) {
	
	.webFormItemsColumn {
		display: block;
		width: 100%;
		padding: 0;
	}

	.webFormItemsColumn .webFormItemField  textarea{
		height: 150px;
	}

	.webFormItemField input[id*="form_date_"]{
		margin-bottom: 12px;
	}	


	.webFormItemField img.calendar-icon{
		margin-left: 0px !important;
	}

	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"]{
		max-width: 150px;
	}

}

@media all and (max-width: 400px) {
	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"]{
		margin-bottom: 24px;
		max-width: 300px;
		display: block;
		width: 100%;
	}
}

.consultation_form {
	background-size: cover;
	background-position: center;
	padding: 50px 80px;
}

.consultation_form form {
	max-width: 800px;
	color: #FFF;
}

.consultation_form .captcha {
	max-width: 202px;
}
.consultation_form .captcha .webFormItemCaption{
	font-size: 14px;
	margin-bottom: 4px;
}

.consultation_form .webFormCaptchaPicture {
	margin: 4px 0 12px;
}

@media (max-width: 1024px) and (min-width: 701px) {
	.consultation_form {
		padding: 60px 40px;
	}

	.webFormItemsColumn {
		width: calc((100% - 20px) / 2);
	}

	.consultation_form .captcha {
		max-width: none;
		flex-direction: row;
		justify-content: start;
		align-items: start;
		flex-wrap: wrap;
		column-gap: 12px;
		order: 4;
	}

	.consultation_form .captcha .webFormItemCaption {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.consultation_form {
		background-image: url("/bitrix/templates/dresscodeV2/components/bitrix/form.result.new/banner_form/./images/bg_mob.png") !important;
	}
}

@media (max-width: 700px) {
	.consultation_form {
		padding: 60px 40px;
		margin: 0 -12px;
		background-position: left;
	}

	.webFormItemsColumn {
		width: 100%;
	}

	.consultation_form .webFormItemField textarea,
	.consultation_form .webFormItemField input[type="password"],
	.consultation_form .webFormItemField input[type="text"],
	.consultation_form .webFormItemField select {
		background-color: #FFFFFF99;
	}

	.consultation_form .captcha {
		order: 4;
	}

	.consultation_form .webFormCaptchaPicture {
		margin: 4px 0 4px;
	}
}


@media (max-width: 500px) {
	.consultation_form {
		padding: 60px 12px;
	}

	.consultation_form .captcha {
		max-width: none;
	}
	.consultation_form .webFormTools input[type="submit"] {
		max-width: none;
		width: 100%;
	}

}
/* End */
/* /bitrix/templates/dresscodeV2/components/dresscode/slider/promoSlider/style.css?16004267694943 */
/* /bitrix/templates/dresscodeV2/components/bitrix/news.list/indexBanners/style.css?17392848395575 */
/* /bitrix/templates/dresscodeV2/components/dresscode/offers.product/.default/style.css?16004267691737 */
/* /bitrix/templates/dresscodeV2/components/dresscode/brands.list/atevi/style.css?17400475823802 */
/* /bitrix/templates/dresscodeV2/components/bitrix/news.list/mainBlog/style.css?17398722122005 */
/* /bitrix/components/dresscode/products.by.filter/templates/.default/style.css?16004267681220 */
/* /bitrix/components/dresscode/catalog.viewed.product/templates/.default/style.css?16004267681221 */
/* /bitrix/templates/dresscodeV2/components/bitrix/form.result.new/banner_form/style.css?174074802811219 */
