

/* Start:/local/templates/dresscode/components/dresscode/slider/promoSlider/style.css?17427373705013*/
#slider{
	position: relative;
}

#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{
	-webkit-transition: transform  1s ease-in-out;
	-o-transition: transform  1s ease-in-out;
	transition: transform  1s ease-in-out;
}

#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{
	background-color: #e7e8ea;
	position: relative;
	overflow: hidden;
	height: 555px;
}

#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 .sliderContent{
	transform: translateY(-50%);
	position: absolute;
	color: #000000;
	z-index: 3;
	left: 70px;
	top: 50%;
}

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

#slider .leftContainer{
	left: 92px;
}

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

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

#slider .sliderContent .bigText,
#slider .sliderContent .bigTextColor,
#slider .sliderContent .bigTextLight{
	font-family: "robotoMedium";
	line-height: 21px;
	margin-top: 24px;
	font-size: 20px;
	display: block;
	width:450px;
}

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

#slider .sliderContent .smallText,
#slider .sliderContent .smallTextColor,
#slider .sliderContent .smallTextLight{
	    font-family: 'robotoregular';
	line-height: 19px;
	margin-top: 24px;
	font-size: 14px;
	display: block;
	width:350px;
}
#slider .sliderContent .colorWhiteMy {
}
#slider .sliderContent .bigTextLight,
#slider .sliderContent .mediumTextLight,
#slider .sliderContent .smallTextLight{
	font-family: "roboto_thregular";
}

#slider .sliderContent .whiteColorMy{
	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: 40px;
	margin-top: 15px;
	padding: 0 24px;
	color: #ffffff;
	height: 40px;
}

#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: none;
	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(/local/templates/dresscode/components/dresscode/slider/promoSlider/images/home-arrow-one.svg)  center right no-repeat transparent;

}

#slider .sliderBtnLeft:hover{
	filter: contrast(0.3);
transition:0.5s;		
}

#slider .sliderBtnLeft:active{
	filter: contrast(0.3);
transition:0.5s;	
}

#slider .sliderBtnRight{
	background: url(/local/templates/dresscode/components/dresscode/slider/promoSlider/images/home-arrow-two.svg)  center left no-repeat transparent;
	right: -0px;
}

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

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


/* Start:/local/templates/dresscode/components/dresscode/brands.list/.default/style.css?17427364642624*/
#brandList{
	margin-top: 24px;
	overflow: hidden;
	border: 1px solid #EEEEEE;
    border-radius: 7px;
}

#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: #fff;
    height: 40px;
}

#brandList .items{
	list-style: none;
	overflow: hidden;
	border-left: none;
	/*border-top: 1px solid #e7e8ea;*/
    margin: 0;
    padding: 14px 0;
}

#brandList .item{

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	background-color: #fff;
	border-right: none;
	border-bottom: none;
	height: 100px;
	line-height: 120px;
	overflow: hidden;
	float: left;
	width: 100%;

}
.captionListBrand .cItem {
	 float: left;
}
.captionListBrand {
	    border: 1px solid #EEEEEE;
    border-radius: 7px;
	
}	  
#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: 80px;
}

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

#brandList .picture img{
	vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

#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:/local/templates/dresscode/components/bitrix/news.list/indexBanners/style.css?17485269682914*/
/* Переопределяем существующие стили сетки, чтобы баннер занимал всю ширину */
.index-banners-wrap {
    margin-top: 24px;
}

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

.index-banners .elem-column {
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 0 !important;
    margin: 0 !important;
}

/* Нацеливаемся на конкретный элемент баннера */
.index-banners .elem-column:nth-child(4) { /* Проверьте, правильный ли это селектор! */
    width: 100%;
}

.index-banners .elem-wrap {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.index-banners .elem {
    position: relative;
    box-sizing: border-box;
    height: auto; /* Позволяем высоте подстраиваться */
    min-height: 50px; /* Добавляем минимальную высоту - измените это значение! */
    width: 100%;
    padding: 10px;
    border: 1px solid #e7e8ea;
    background-color: #fff;
    margin: 0;
}

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

.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: none;
    overflow: visible;
    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: none;
    overflow: visible;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 16px;
}

.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;
}

/* Дополнительные стили, если необходимо */
/* Вы можете добавить здесь стили для конкретных элементов внутри баннера,
    например, для кнопок, текста и т.д., если они тоже выглядят неправильно. */
/* End */


/* Start:/local/templates/dresscode/components/dresscode/slider/middle/style.css?16764757621918*/
#middleSlider{
	position: relative;
	margin-top: 50px;
	display: none;
	border-radius: 7px;
}

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

#middleSlider ul{
	position:relative;
}

#middleSlider ul li{
	float:left;
	display: block;
}
#middleSlider ul li a{
	display: block;
}
#middleSlider ul li img{
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#middleSlider ul li:hover img{
	transform: scale(1.03);
}

#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: #E2EAF4;
	margin-right: 13px;
	width: 17px;
	height: 17px;
	float:left;
	cursor: pointer;
	border-radius:50%;
}

#middleSlider ol li:hover{
	background: #ff8138;
}

#middleSlider ol li:active{
	background: #ff8138;
}

#middleSlider ol li.selected{
	background: #F85E04;	
}

#middleSlider ol li.selected:hover{
	background: #ff8138;	
}

#middleSlider ol li.selected:active{
	background: #ff8138;	
}

#middleSlider .middleSliderBtnLeft, 
#middleSlider .middleSliderBtnRight{
	background: url(/local/templates/dresscode/components/dresscode/slider/middle/images/slideArrow.png) no-repeat transparent;
	position: absolute;
	margin-top: -30px;
	display: block;
	height: 60px;
	width: 30px;
	top: 50%;
	display:none;
}

#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;
}
@media all and (max-width: 600px){
	#middleSlider ol{
		display:none;
	}
}
/* End */


/* Start:/local/templates/dresscode/components/bitrix/news.list/newsHome/style.css?16764080821503*/


div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.news-block-home .news-item{
	background: #EEE;
    border-radius: 7px;
    display: flex;
    overflow: hidden;
    margin-bottom: 35px;
}
.news-block-home .home-news-img{
	width: 38.5%;
    overflow: hidden;
    height: 280px;
}
.news-block-home .home-news-img a{
	display: block;
}
.news-block-home .home-news-img a img{
	width: 100%;
    height: 100%;
}
.news-block-home .home-news-text{
	font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    color: #919191;
    background: #FFFFFF;
    border-radius: 7px;
    width: calc(61.5% - 60px);
    margin: 30px 0 30px -40px;
    padding: 30px 30px 10px 30px;
}
 .news-block-home .home-news-text .news-date-time {
	 display: none;
 }
.news-block-home .home-news-text a{
	font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    color: #000;
    display: block;
    text-transform: uppercase;
	margin-bottom: 17px;
}
.news-block-home .home-news-text .home-news-btn {
	background: #F85E04;
    border: 1px solid #F85E04;
    border-radius: 7px;
    text-decoration: none;
    color: #fff;
    height: 55px;
    width: 183px;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 55px;
	transition:0.5s;
	margin-top: 20px;
}
.news-block-home .home-news-text .home-news-btn:hover {
	background: #fff;   
    color: #F85E04;
	transition:0.5s;
}

/* End */


/* Start:/local/templates/dresscode/components/bitrix/form.result.new/formHome/style.css?167621742010436*/
.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;
}

.webFormHeading{
	font-family: "robotoMedium";
	font-weight: normal;
	font-size: 16px;
	margin: 0;
}

.webFormDescription{
	margin: 24px 0 0 0;
	max-width: 800px;
}

.webFormItemsColumns{

	display: table;
	table-layout: fixed;
	width: 100%;
}

.webFormItemsColumns .webFormItem{
	margin-top: 14px;
}

.webFormItemsColumn{
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding-left: 10px;
}

.webFormItemsColumn:first-child{
	padding: 0 10px 0 0;
}

.webFormItemsColumn .webFormItemField  textarea{
	height: 265px;
}

.webFormItem{
	margin-top: 24px;
}

.webFormItemCaption{
	font-family: "robotoMedium";
	margin-bottom: 12px;
	line-height: 21px;
}

.webFormItemImage{
	vertical-align: middle;
	display: inline-block;
	padding-right: 6px;
}

.webFormItemLabel{
	vertical-align: middle;
	display: inline-block;
	color: #555555;
}

.webFormItemRequired{
	display: inline-block;
	padding-left: 4px;
	color: #ff0000;
}

.webFormItemFieldVariant{
	display: inline-block;
	margin-left: 12px;
}

.webFormItemFieldVariant:first-child{
	margin-left: 0px;
}

.webFormItemField input[type="password"],
.webFormItemField input[type="text"],
.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 #e7e7e7;
	padding-left: 12px;
	line-height: 55px;
	/*max-width: 600px;*/
	max-width: 100%;
	font-size: 14px;
	color: #555555;
	outline: none;
	height: 55px;
	width: 100%;
}

.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 #e7e7e7;
	padding-left: 12px;
	line-height: 21px;
	padding-top: 12px;
	/*max-width: 600px;*/
	max-width: 100%;
	font-size: 14px;
	color: #555555;
	height: 200px;
	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;
}

.block-form-home .webFormItemField input[type="checkbox"].error + label:before{
	border: 5px solid #fff !important;
    box-shadow: 0px 0px 0px 1px #ff0000;
}

.block-form-home .webFormItemField input[type="checkbox"] + label:before {
	background: #fff
}

.webFormItemField input[type="radio"] + label:before {
	background: url(/local/templates/dresscode/components/bitrix/form.result.new/formHome/images/radio.png) 0 0 no-repeat transparent;
}

.block-form-home .webFormItemField input[type="checkbox"]:not(checked) + label:before,
.block-form-home .webFormItemField input[type="radio"]:not(checked) + label:before {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 5px solid #fff;
    left: 6px;
    top: -5px;
}

.webFormItemField input[type="checkbox"]:not(checked) + label:hover:before,
.webFormItemField input[type="radio"]:not(checked) + label:hover:before {
	background: #fff;
}

.webFormItemField input[type="checkbox"]:checked + label:before,
.webFormItemField input[type="radio"]:checked + label:before {
	background: #F85E04;
}

.webFormItemField input[type="checkbox"]:checked + label:hover:before,
.webFormItemField input[type="radio"]:checked + label:hover:before {
	background: #F85E04;
}

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

.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{
	margin-top: 12px;
}

.webFormCaptchaPicture img{
	vertical-align: middle;
	max-width: 100%;
}

.webFormCaptchaLabel{
	margin-bottom: 12px;
	margin-top: 12px;
}

.webFormItemField input.captcha_word{
	max-width: 300px;
}

.webFormTools{
	margin-top: 24px;
}

.webFormTools input[type="submit"],
.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: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	text-align: center;
	line-height: 55px;
	max-width: 200px;
	font-size: 14px;
	cursor: pointer;
	color: #ffffff;
	outline: none;
	height: 55px;
	width: 100%;
	padding: 0;
}

.webFormTools input[type="submit"]:active{
	position: relative;
	top: 1px;
}

.webFormTools input[type="submit"].loading{
	background-image: url(/local/templates/dresscode/components/bitrix/form.result.new/formHome/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;
}
.block-form-home {
	background: #EEEEEE;
    border-radius: 7px;
	margin-top: 70px;
	    padding: 5% 6%;
}

.block-form-home form {
	font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #333;
	width: 630px;
}
.block-form-home h3 {
	font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #333;
	margin: 16px 0;
}
.block-form-home .inputtext {
	background: transparent;
    border: none;
    border-bottom: 1px solid #919191;
    border-radius: 0;
	width: 315px;
    font-size: 24px;
    line-height: 28px;
    height: 50px;
}
.block-form-home  .webFormItemField label {
	    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
}
.block-form-home .personalInfo .webFormItem {
	    margin-top: 12px;
}
.block-form-home .webFormItemField input[type="checkbox"]:not(checked) + label {
	    padding-left: 48px;
		color: #626161;
}
.block-form-home .pilink {
	    color: #333333;
}
#main .block-form-home .phone.phone_mask {
	    background: transparent;
    border: none;
    border-bottom: 1px solid #919191;
    border-radius: 0;
    width: 315px;
    font-size: 24px;
    line-height: 28px;
    height: 50px;
	padding: 0;
    color: #000;
}
@media all and (max-width: 850px) {
	.block-form-home form {
		width: 100%;
	}
	.block-form-home h3 {
		font-size: 24px;
		line-height: 26px;
		display: block;
	}
	.block-form-home .webFormItemField input[type="checkbox"]:not(checked) + label {
		padding-left: 42px;
	}
	.block-form-home .webFormItemField input[type="checkbox"]:not(checked) + label:before, .block-form-home .webFormItemField input[type="radio"]:not(checked) + label:before {
       left: 0px;
	}
	.block-form-home .webFormItemField input[type="checkbox"]:not(checked) + label {
		    display: block;
	}

}
@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="reset"]{
		margin-bottom: 0px;
	}

}

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

	.webFormMessageContainer{
		margin-left: -200px;
		width: 400px;
	}

}

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

	.webFormMessageContainer{
		margin-left: -150px;
		width: 300px;
	}

}

@media all and (max-width: 400px) {
	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"]{
		margin-bottom: 24px;
		max-width: 300px;
		display: block;
		width: 100%;
	}
}
/* End */
/* /local/templates/dresscode/components/dresscode/slider/promoSlider/style.css?17427373705013 */
/* /local/templates/dresscode/components/dresscode/brands.list/.default/style.css?17427364642624 */
/* /local/templates/dresscode/components/bitrix/news.list/indexBanners/style.css?17485269682914 */
/* /local/templates/dresscode/components/dresscode/slider/middle/style.css?16764757621918 */
/* /local/templates/dresscode/components/bitrix/news.list/newsHome/style.css?16764080821503 */
/* /local/templates/dresscode/components/bitrix/form.result.new/formHome/style.css?167621742010436 */
