

/* Start:/local/templates/dresscode_lk/components/bitrix/menu/personal/style.css?17882828401847*/
#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;
	border-bottom: 1px dashed #000000;
	padding-bottom: 4px;
}

#personalMenu li a:hover{
	border-color: #3498db;
}


#personalMenu li a:active{
	position: relative;
	top: 1px;
	border-bottom: none;
}

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

#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:/local/templates/dresscode_lk/components/bitrix/menu/infoLeft/style.css?17882828401820*/
.s-body .s-catalog-menu {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
    margin: 0 auto;
    padding: 0;
}

.s-body .s-catalog-menu__item {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #E3E3E5;
}

.s-body .s-catalog-menu__item__link {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    padding: 15px 11px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    text-align: left;
    text-decoration: none;
}

.s-body a.s-catalog-menu__item__link {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.s-body a.s-catalog-menu__item__link.active {
    color: #3498DB;
    background: #f5f5f5;
}

.s-body a.s-catalog-menu__item__link {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.s-body .s-catalog-menu__item__name {
    margin-right: 8px;
}
/* End */


/* Start:/local/templates/dresscode_lk/components/bitrix/breadcrumb/.default/style.css?17882828402628*/
#breadcrumbs{
	margin-bottom: 12px;
	line-height: 21px;
	overflow: hidden;
	font-size: 12px;
}

#breadcrumbs ul{
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}

#breadcrumbs ul li{
	vertical-align: middle;
	display: inline-block;
}

#breadcrumbs ul li a{
	text-decoration: none;
	display: inline-block;
	line-height: 21px;
}

#breadcrumbs ul li span{
	display: inline-block;
	line-height: 21px;	
}

#breadcrumbs .arrow{
	vertical-align: middle;
	display: inline-block;
	font-family: arial;
	font-size: 18px;
	margin: 0 12px;
}

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

	#breadcrumbs{
		position: relative;
		min-width: 100%;
		overflow-x: auto;
		height: 21px
	}

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

	#breadcrumbs li{
		white-space: nowrap;
	}

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

}

.main-bread-crumbs {
	padding-top: 25px;
	overflow: auto;
	/*scrollbar-width: thin;*/
	/*scrollbar-color: #72C2F866 #72C2F866;*/
}

.main-bread-crumbs_list {
	display: flex;
}
.main-bread-crumbs_list li {
	display: flex;
	align-items: center;
	margin-right: 11px;
}
.main-bread-crumbs_list li:after {
	content: '';
	width: 3px;
	height: 3px;
	background: #595959;
	margin-left: 11px;
	border-radius: 50%;
}
.main-bread-crumbs_list li:last-child:after {
	content: '';
	display: none;
}
.main-bread-crumbs_list a {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: var(--primary-default);
	text-decoration: none;
	white-space: nowrap;
}

.main-bread-crumbs::-webkit-scrollbar {
	width: 2px;               /* ширина всей полосы прокрутки */
	height: 2px;
}

.main-bread-crumbs::-webkit-scrollbar-track {
	background: #72C2F833;        /* цвет зоны отслеживания */
	margin-left: 20px;
	margin-right: 20px;
}

.main-bread-crumbs::-webkit-scrollbar-thumb {
	background-color: #72C2F866;    /* цвет бегунка */
	border-radius: 20px;       /* округлось бегунка */
	/*border: 3px solid orange;  !* отступ вокруг бегунка *!*/
}

/* End */


/* Start:/local/templates/dresscode_lk/components/bitrix/form.result.new/twoColumns/style.css?17882828408962*/
.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 input[type="date"],
._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;
}

._webFormItemField input[type="checkbox"].error + label:before{
	border: 1px solid #ff0000 !important;
}

._webFormItemField input[type="checkbox"] + label:before {
	background: url(/local/templates/dresscode_lk/components/bitrix/form.result.new/twoColumns/images/checkBox.png) 0 0 no-repeat transparent;
}

._webFormItemField input[type="radio"] + label:before {
	background: url(/local/templates/dresscode_lk/components/bitrix/form.result.new/twoColumns/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: 0px;
}

._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{
	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_lk/components/bitrix/form.result.new/twoColumns/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%;
	}
}

.webFormItemField input[type="date"] {
	position: relative;
}

.webFormItemField input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	color: transparent;
	background: transparent;
}

.webFormItemField input[type="date"]::-webkit-inner-spin-button,
.webFormItemField input[type="date"]::-webkit-clear-button {
	z-index: 1;
}


/* End */
/* /local/templates/dresscode_lk/components/bitrix/menu/personal/style.css?17882828401847 */
/* /local/templates/dresscode_lk/components/bitrix/menu/infoLeft/style.css?17882828401820 */
/* /local/templates/dresscode_lk/components/bitrix/breadcrumb/.default/style.css?17882828402628 */
/* /local/templates/dresscode_lk/components/bitrix/form.result.new/twoColumns/style.css?17882828408962 */
