

/* Start:/local/templates/dresscodeV2/components/bitrix/breadcrumb/.default/style.css?15702775601382*/
#breadcrumbs{
	margin-bottom: 12px;
	line-height: 21px;
	margin-top: 24px;
	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 .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;
	}

}
/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/form.result.new/modal_masters/style.css?171033427610345*/
.v-topPartner__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
	font-family: "Rubik", serif;
    font-size: 16px;
    font-weight: 700;
    background-color: #ed1c24;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
}
.v-topPartner__btn:hover {
	background-color: #e64248;
}
a.v-topPartner__btn:hover {
	color: #fff;
}
.webformModal {
    -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);
    position: fixed;
    color: #000000;
    overflow: hidden;
    display: none;
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.webformModalHideScrollBar {
	position: relative;
	overflow: auto;
    height: 100%;
    width: 120%;
}
.webformModalcn100 {
	position: relative;
	height: 100%;
	width: 100vw;
}
.webformModal.visible {
	display: block;
}
.webformModalContainer {
	box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
	transform: translateX(-50%) translateY(0%);
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    background-color: #fff;
    position: absolute;
   	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	box-sizing: border-box;
   	margin-bottom: 24px;
    max-width: 500px;
    min-width: 320px;
    width: 100%;
    top: 24px;
    left: 50%;
}
.small .webformModalContainer {
	transform: translateX(-50%) translateY(-50%);
	margin-bottom: 0;
	top: 50%;
}
.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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.webFormDw form.loading {
	pointer-events: none;
	opacity: 0.8;
}
.webFormModalHeading {
    background-color: #424242;
    position: relative;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
}
.webformModal .webFormModalHeadingExit {
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
    right: 20px;
    top: 20px;
}
.webformModal .webFormModalHeadingExit {
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/modal_masters/images/exit.png) 0 0 no-repeat transparent;
}
.webformModal .webFormModalHeadingExit:hover {
	background-position: 0 -21px ;
}
.webformModal .webFormModalHeadingExit:active {
	background-position: 0 -42px ;
}
.webFormDescription {
	margin: 24px 0 0 0;
	max-width: 800px;
}
.webformModal .webFormDescription {
	padding: 0 24px;
}
.webformModal .webFormItems,
.webformModal .webFormTools,
.webformModal .webFormError {
	padding: 0 24px;
}
.webFormItem {
	margin-top: 24px;
}
.webFormItemCaption {
	font-family: "Rubik", serif;
	margin-bottom: 12px;
	line-height: 21px;
}
.webFormItemImage {
	vertical-align: middle;
	display: inline-block;
	padding-right: 6px;
}
.webFormItemLabel {
	vertical-align: middle;
	display: inline-block;
	color: #555;
}
.webFormItemRequired {
	display: inline-block;
	padding-left: 4px;
	color: #f00;
}
.webFormItemFieldVariant {
	display: inline-block;
	margin-left: 12px;
}
.webFormItemFieldVariant:first-child {
	margin-left: 0;
}
.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: "Rubik", serif;
	border: 1px solid #e7e7e7;
	padding-left: 12px;
	line-height: 55px;
	max-width: 100%;
	font-size: 14px;
	color: #555;
	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: "Rubik", serif;
	border: 1px solid #e7e7e7;
	padding-left: 12px;
	line-height: 21px;
	padding-top: 12px;
	max-width: 100%;
	font-size: 14px;
	color: #555;
	height: 150px;
	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 #aaa;
}
.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 #f00 !important;
}
.webFormItemField input[type="checkbox"] + label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/modal_masters/images/checkBox.png) 0 0 no-repeat transparent;
}
.webFormItemField input[type="radio"] + label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/modal_masters/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: 0;
}
.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 0 !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 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	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: "Rubik", serif;
	border: 1px solid #e7e7e7;
	text-align: center;
	line-height: 55px;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	outline: none;
	height: 55px;
	width: 100%;
	padding: 0;
}
.webFormTools .tc:first-child {
	padding-right: 12px;
}
.webFormTools .tc:last-child {
	padding-left: 12px;
}
.webFormTools input[type="submit"]:active {
	position: relative;
	top: 1px;
}
.webFormTools input[type="submit"].loading {
	background-image: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/modal_masters/images/loading.gif);
	background-color: #000 !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #000;
	pointer-events: none;
	color: #ddd;
	opacity: 0.1;
}
.webFormTools input[type="reset"] {
	-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 #aaa;
	background-color: #fff;
	color: #000;
}
.webFormTools input[type="reset"]:hover {
	border: 1px solid #ccc;
}
.webFormTools input[type="reset"]:active {
	position: relative;
	top: 1px;
}
.webFormItemError,
.webFormError {
	font-family: "Rubik", serif;
	margin-bottom: 12px;
	font-size: 12px;
	color: #f00;
	display: none;
}
.webFormError {
	margin-bottom: 0;
	margin-top: 24px;
}
.webFormItemError.visible,
.webFormError.visible {
	display: block;
}
.webFormItemField .error {
	border: 1px solid #f00 !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;
    color: #000;
    display: none; 
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.webFormMessageContainer {
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
	background-color: #fff;
	-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: 0 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: #000;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	line-height: 40px;
	margin-top: 24px;
	padding: 0 24px;
	color: #fff;
	height: 40px;
}
.webFormMessageExit:hover {
	opacity: 0.8;
}
.webFormMessageExit:active {
	position: relative;
	top: 1px;
}


@media all and (max-width: 650px) {
	.webFormItemField input[id*="form_date_"] {
		margin-bottom: 12px;
	}
	.webFormItemField img.calendar-icon{
		margin-left: 0 !important;
	}
}
@media all and (max-width: 400px) {
	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"] {
		margin-bottom: 24px;
		display: block;
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/form.result.new/masters_no_title/style.css?17103208338210*/
.block-item-content .webFormDw {
	margin: 0;
}
.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: "Rubik", serif;
	font-weight: normal;
	font-size: 40px;
	text-align: center;
	margin: 0;
}
.webFormDescription {
	margin: 10px 0 0;
	max-width: 800px;
	color: #A7A7A7;
	text-align: center;
	font-size: 20px;
}
.webFormItem {
	margin-top: 10px;
}
.webFormItemCaption {
	font-family: "Rubik", serif;
	margin-bottom: 12px;
	line-height: 21px;
}
.webFormItemImage {
	vertical-align: middle;
	display: inline-block;
	padding-right: 6px;
}
.webFormItemLabel {
	vertical-align: middle;
	display: inline-block;
	color: #555;
}
.webFormItemRequired {
	display: inline-block;
	padding-left: 4px;
	color: #f00;
}
.webFormItemFieldVariant {
	display: inline-block;
	margin-left: 12px;
}
.webFormItemFieldVariant:first-child {
	margin-left: 0;
}
.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: "Rubik", serif;
	border: 1px solid #e7e7e7;
	padding-left: 12px;
	line-height: 55px;
	max-width: 100%;
	font-size: 14px;
	color: #555;
	outline: none;
	height: 40px;
	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: "Rubik", serif;
	border: 1px solid #e7e7e7;
	padding-left: 12px;
	line-height: 21px;
	padding-top: 12px;
	/*max-width: 600px;*/
	max-width: 100%;
	font-size: 14px;
	color: #555;
	height: 200px;
	outline: none;
	width: 100%;
}
.masters-block3 .webFormItemField {
	margin: 20px 0;
}
.webFormItemField input[id*="form_date_"] {
	margin-bottom: 6px;
}
.webFormItemField input[type="text"]:focus,
.webFormItemField input[type="password"]:focus,
.webFormItemField textarea:focus {
	border: 1px solid #aaa;
}
.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 #f00 !important;
}
.webFormItemField input[type="checkbox"] + label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/masters_no_title/images/checkBox.png) 0 0 no-repeat transparent;
}
.webFormItemField input[type="radio"] + label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/masters_no_title/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: 0;
}
.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 0 !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: "Rubik", serif;
	border: 1px solid #e7e7e7;
	text-align: center;
	line-height: 55px;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	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/dresscodeV2/components/bitrix/form.result.new/masters_no_title/images/loading.gif);
	background-color: #000 !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #000;
	pointer-events: none;
	color: #ddd;
	opacity: 0.1;
}
.webFormTools input[type="reset"] {
	border: 1px solid #aaa;
	background-color: #fff;
	color: #000;
}
.webFormTools input[type="reset"]:hover {
	border: 1px solid #ccc;
}
.webFormTools input[type="reset"]:active {
	position: relative;
	top: 1px;
}
.webFormTools input:first-child {
	margin-right: 12px;
}
.webFormItemError,
.webFormError {
	font-family: "Rubik", serif;
	margin-bottom: 12px;
	font-size: 12px;
	color: #f00;
	display: none;
}
.webFormError {
	margin-bottom: 0;
	margin-top: 24px;
}
.webFormItemError.visible,
.webFormError.visible {
	display: block;
}
.webFormItemField .error {
	border: 1px solid #f00 !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: 0;
    top: 0;
}
.webFormMessageContainer {
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
	background-color: #fff;
	-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: 0 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: #000;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	line-height: 40px;
	margin-top: 24px;
	padding: 0 24px;
	color: #fff;
	height: 40px;
}
.webFormMessageExit:hover {
	opacity: 0.8;
}
.webFormMessageExit:active {
	position: relative;
	top: 1px;
}


@media all and (max-width: 650px) {
	.webFormItemField input[id*="form_date_"] {
		margin-bottom: 12px;
	}
	.webFormItemField img.calendar-icon {
		margin-left: 0 !important;
	}
}
@media all and (max-width: 400px) {
	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"] {
		margin-bottom: 24px;
		display: block;
		width: 100%;
	}
}
/* End */
/* /local/templates/dresscodeV2/components/bitrix/breadcrumb/.default/style.css?15702775601382 */
/* /local/templates/dresscodeV2/components/bitrix/form.result.new/modal_masters/style.css?171033427610345 */
/* /local/templates/dresscodeV2/components/bitrix/form.result.new/masters_no_title/style.css?17103208338210 */
