

/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1541167397666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


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

.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 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/dweb/components/bitrix/form.result.new/contacts/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 {
	display: none;
}

.webFormItemError,
.webFormError {
	font-family: "robotoMedium";
	margin-bottom: 12px;
	font-size: 12px;
	color: #ff0000;
}

.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) {

	.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%;
	}
}
/* End */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1541167397666 */
/* /local/templates/dweb/components/bitrix/form.result.new/contacts/style.css?17782427964879 */
