.obsuditinclude_custom_button{
    position:relative;
}
.obsuditinclude_custom_button:disabled{
    top:0!important;
    opacity:0.8;
    cursor:auto;
}
.obsuditinclude_custom_button .loader{
    display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-5px;
	margin-left:-21px;
	display:none;
	background-image:url(loader2.gif);
	background-repeat:no-repeat;
	width:43px;
	height:11px;
}
.obsuditinclude_custom.loading .obsuditinclude_custom_button .tx{
    visibility:hidden;
}
.obsuditinclude_custom.loading .obsuditinclude_custom_button .loader{
    display:block;
}

.obsuditinclude_custom_label.err input[type="text"],
.obsuditinclude_custom_label.err textarea{
    border:1px #b82e2e solid;
}

.obsuditinclude_custom_result{
	display:none;
	margin:0 auto;
	margin-top:35px;
	margin-bottom: 15px;
	text-align:center;
	max-width:400px;
	font-size:16px;
	line-height:1.2;
	color:green;
}
@media (max-width: 1023px) {
	.obsuditinclude_custom_result {
		margin-top: 12px;
		font-size: 15px;
	}
}
.obsuditinclude_custom.result .obsuditinclude_custom_result{
	display:block;
}


/*start custom domokon own*/
.index-slider1_item-abs_block1_info1.result .index-slider1_item-abs_block1_info1_text1{
	display:none;
}
/*end custom domokon own*/