

/* Start:/bitrix/templates/dresscode/components/bitrix/menu/personal/style.min.css?17512274671055*/
#personalMenu{margin:0 0 24px;padding:0;overflow:hidden;list-style:none;border-bottom:1px solid #f1f1f1}#personalMenu li{float:left;margin-right:24px;margin-bottom:24px}#personalMenu li:last-child{margin-right:0}#personalMenu li a{color:#000;font-size:16px;text-decoration:none;transition:all .2s ease-in-out}#personalMenu li a:active{position:relative;top:1px}#personalMenu li .selected{padding-bottom:4px;font-family:robotobold;border-bottom:1px dashed #000}#personalMenu li .selected:hover{color:#000}@media all and (max-width:1024px){#personalMenuWrap{position:relative;min-width:100%;height:40px;overflow:hidden;overflow-x:auto}#personalMenuWrap ul{overflow:auto;white-space:nowrap}#personalMenu li{display:inline-block;float:none;margin-right:18px;margin-bottom:18px;white-space:nowrap;vertical-align:top}#personalMenu::after{position:absolute;top:0;right:0;width:35px;height:100%;background:linear-gradient(left,rgb(255 255 255 / 20%),#fff 100%);background:linear-gradient(to right,rgb(255 255 255 / 20%),#fff 100%);content:"";pointer-events:none}}
/* End */


/* Start:/local/templates/.default/components/bitrix/form.result.new/twoColumns/style.css?17661418417912*/
.webFormDw form {
	transition: all 0.2s ease-in-out;
}

.webFormDw form.loading {
	opacity: 0.8;
	pointer-events: none;
}

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

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

.webFormItemsColumns {
	display: table;
	width: 100%;
	table-layout: fixed;
}

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

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

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

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

.webFormItem {
	margin-top: 24px;
}

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

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

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

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

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

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

.webFormItemField input[type="password"],
.webFormItemField input[type="text"],
.webFormItemField select {
	box-sizing: border-box;
	width: 100%;

	/* max-width: 600px; */
	max-width: 100%;
	height: 55px;
	padding-left: 12px;
	color: #555555;
	font-size: 14px;
	font-family: "roboto_ltregular";
	line-height: 55px;
	border: 1px solid #e7e7e7;
	outline: none;
	transition: all 0.2s ease-in-out;
}

.webFormItemField textarea {
	box-sizing: border-box;
	width: 100%;

	/* max-width: 600px; */
	max-width: 100%;
	height: 200px;
	padding-top: 12px;
	padding-left: 12px;
	color: #555555;
	font-size: 14px;
	font-family: "roboto_ltregular";
	line-height: 21px;
	border: 1px solid #e7e7e7;
	outline: none;
	transition: all 0.2s ease-in-out;
}

.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/.default/components/bitrix/form.result.new/twoColumns/images/checkBox.png") 0 0 no-repeat transparent;
}

.webFormItemField input[type="radio"] + label::before {
	background: url("/local/templates/.default/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;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	content: " ";
}

.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 {
	margin: 0 !important;
	vertical-align: middle !important;
	border: 0 !important;
}

.webFormItemField [multiple] {
	height: 120px;
	padding: 12px;
	line-height: 120px;
}

.webFormCaptchaPicture {
	margin-top: 12px;
}

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

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

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

.webFormTools {
	margin-top: 24px;
}

.webFormTools input[type="submit"],
.webFormTools input[type="reset"] {
	box-sizing: border-box;
	width: 100%;
	max-width: 200px;
	height: 55px;
	padding: 0;
	color: #ffffff;
	font-size: 14px;
	font-family: "roboto_ltregular";
	line-height: 55px;
	text-align: center;
	border: 1px solid #e7e7e7;
	outline: none;
	cursor: pointer;
	transition: background-color 0.2s ease-in-out;
}

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

.webFormTools input[type="submit"].loading {
	color: #dddddd;
	background-color: #000000 !important;
	background-image: url("/local/templates/.default/components/bitrix/form.result.new/twoColumns/images/loading.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #000000;
	opacity: 0.1;
	pointer-events: none;
}

.webFormTools input[type="reset"] {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
}

.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 {
	display: none;
	margin-bottom: 12px;
	color: #ff0000;
	font-size: 12px;
	font-family: robotoMedium;
}

.webFormError {
	margin-top: 24px;
	margin-bottom: 0;
}

.webFormItemError.visible,
.webFormError.visible {
	display: block;
}

.webFormItemField .error {
	border: 1px solid #ff0000 !important;
}

.webFormMessage {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
	width: 100%;
	height: 100%;
	overflow: auto;
	line-height: 250px;
	background: rgb(0 0 0 / 40%);
	transition: 0.1s all ease-in-out;
}

.webFormMessageContainer {
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	width: 450px;
	height: 250px;
	margin-top: -125px;
	margin-left: -225px;
	padding: 0 24px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 2px;
	box-shadow: 1px 1px 12px rgb(0 0 0 / 40%);
}

.webFormMessageMiddle {
	display: inline-block;
	line-height: 21px;
	vertical-align: middle;
}

.webFormMessageHeading {
	margin-bottom: 24px;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
}

.webFormMessageDescription {
	text-align: center;
}

.webFormMessageExit {
	display: inline-block;
	height: 40px;
	margin-top: 24px;
	padding: 0 24px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	border-radius: 2px;
	transition: all 0.2s ease-in-out;
}

.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: 0 !important;
	}

	.webFormTools input[type="reset"] {
		margin-bottom: 0;
	}
}

@media all and (max-width: 500px) {
	.webFormMessageContainer {
		width: 400px;
		margin-left: -200px;
	}
}

@media all and (max-width: 420px) {
	.webFormMessageContainer {
		width: 300px;
		margin-left: -150px;
	}
}

@media all and (max-width: 400px) {
	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"] {
		display: block;
		width: 100%;
		max-width: 300px;
		margin-bottom: 24px;
	}
}


#main .personalInfo input {
	appearance: auto;
}
/* End */


/* Start:/local/components/bitrix/main.userconsent.request/templates/.default/user_consent.min.css?17617627013805*/
.main-user-consent-request a{cursor:pointer}.main-user-consent-request-popup{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.5);overflow:hidden;z-index:9000}.main-user-consent-request-popup-cont{min-height:290px;position:absolute;top:50%;left:50%;margin:0 auto;padding:20px;min-width:320px;width:100%;max-width:600px;background:#fff;text-align:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-border-radius:5px;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.main-user-consent-request-popup-header{margin:0 0 10px;font:normal 18px var(--ui-font-family-primary,var(--ui-font-family-helvetica));color:#000;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:260px}.main-user-consent-request-popup-textarea-block{margin:0 0 20px}.main-user-consent-request-popup-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-user-consent-request-popup-button{display:inline-block;height:39px;margin:0 10px 5px 0;padding:0 18px;border:none;border-radius:2px;font:normal 12px/39px var(--ui-font-family-primary,var(--ui-font-family-helvetica));color:#535c69;outline:none;vertical-align:middle;text-decoration:none;text-transform:uppercase;text-shadow:none;white-space:nowrap;-webkit-font-smoothing:antialiased;-webkit-transition:background-color .2s linear,color .2s linear;transition:background-color .2s linear,color .2s linear;cursor:pointer}.main-user-consent-request-popup-button-acc{background:#bbed21}.main-user-consent-request-popup-button-acc:hover{background:#d2f95f}.main-user-consent-request-popup-button-rej{-webkit-box-shadow:inset 0 0 0 1px #a1a6ac;box-shadow:inset 0 0 0 1px #a1a6ac;background:none}.main-user-consent-request-popup-button-rej:hover{background:#cfd4d8}.main-user-consent-request-popup-text{border:1px solid #999;overflow:auto;padding:8px;text-align:left;color:#545454}.main-user-consent-request-popup-link{height:130px;display:flex;justify-content:center;align-items:center;flex-direction:column}.main-user-consent-request-popup-link a{display:block;margin:20px 0 0;text-overflow:ellipsis;overflow:hidden;max-width:260px}.main-user-consent-request-loader{position:relative;height:100px;width:100px;margin:0 auto;-webkit-transform:translateY(50%);transform:translateY(50%)}.main-user-consent-request-path{stroke:#80868e;stroke-dasharray:100,200}.main-user-consent-request-loader:before{content:"";display:block;padding-top:100%}.main-user-consent-request-circular{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;height:inherit;width:inherit;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;-webkit-transform-origin:center center;transform-origin:center center}.main-user-consent-request-path{stroke:#ccc;stroke-dasharray:60,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}.main-user-consent-request-announce{color:#333;font-size:13px;line-height:15px}.main-user-consent-request-announce-link{cursor:pointer}.main-user-consent-request-announce-required{color:red}@keyframes rotate{to{transform:rotate(1turn)}}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn)}}@media (min-width:1000px){.main-user-consent-request-popup-cont{min-height:400px;min-width:640px}.main-user-consent-request-popup-header{max-width:590px}.main-user-consent-request-popup-link,.main-user-consent-request-popup-text{height:240px}.main-user-consent-request-popup-link a{max-width:200px}}@media (max-width:768px){.main-user-consent-request-popup-cont{height:100%}}
/* End */
/* /bitrix/templates/dresscode/components/bitrix/menu/personal/style.min.css?17512274671055 */
/* /local/templates/.default/components/bitrix/form.result.new/twoColumns/style.css?17661418417912 */
/* /local/components/bitrix/main.userconsent.request/templates/.default/user_consent.min.css?17617627013805 */
