<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ui-clear {
	clear: both;
}
.contacts-form {
	display: block;
	overflow: hidden;
	margin:20px;
}
.contacts-form .contacts-form-title {
	font-size:20px;
	line-height:20px;
	color: #1c1c1c;
	font-weight:normal;
	margin-bottom: 25px;
}
@media (max-width: 1024px) {
	.contacts-form .contacts-form-title {
		font-size:16px;
		line-height:18px;
		margin-bottom:15px;
	}	
}
.contacts-form .contacts-form-fields {
	display: block;
	margin: -10px -7px !important;

}
.contacts-form .contacts-form-fields .contacts-form-field {
	display: block;
	float: left;
	width: 50%;
	padding: 10px 7px;
}
.contacts-form .contacts-form-fields .contacts-form-field.contacts-form-field-textarea {
	float: right;
}
.contacts-form .contacts-form-fields .contacts-form-field.contacts-form-field-textarea textarea {
	height: 216px;
	resize: none;
	padding: 9px 10px;
}
.contacts-form .contacts-form-fields .contacts-form-field .contacts-form-field-title {
	color: #969696;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 5px;
}
.intec-ui-form .intec-ui-form-field.intec-ui-form-field-required .intec-ui-form-field-title:after{
	content: "*";
    color: #ff0000;
    font-weight: normal;
    font-style: normal;	
}

.contacts-form .contacts-form-fields .contacts-form-field .contacts-form-field-content .control-input {
	padding: 9px 10px;
	border-radius:8px;
	display: block;
    width: 100%;
	border: 1px solid #efefef;
    background-color: #f6f6f6;
    color: #5f5f5f;
    text-align: left;
	
	-webkit-transition-property: color, border-color, background-color;
	-moz-transition-property: color, border-color, background-color;
	-ms-transition-property: color, border-color, background-color;
	-o-transition-property: color, border-color, background-color;
	transition-property: color, border-color, background-color;

	-webkit-transition-duration: 350ms;
	-moz-transition-duration: 350ms;
	-ms-transition-duration: 350ms;
	-o-transition-duration: 350ms;
	transition-duration: 350ms;

}
.contacts-form .contacts-form-fields .contacts-form-field .contacts-form-field-content .control-input .txtarea {
    height: 204px;
    resize: none;
}

 
.contacts-form .contacts-form-fields .contacts-form-field .contacts-form-field-content .contacts-form-captcha-image {
	margin-bottom: 10px;
}


.contacts-form .contacts-form-footer {
	margin-top: 10px;
	display: block;
	//line-height:40px;
}


.contacts-form .contacts-form-footer .grid-wrap {
	display: flex;
    flex-wrap: wrap !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    margin-right: -10px !important;
    margin-left: -10px !important;
    margin-top: -5px !important;
    margin-bottom: -5px !important;
}

.contacts-form .contacts-form-footer .grid-wrap .grid-item {
	padding-right: 10px !important;
    padding-left: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	line-height:18px;
}

.contacts-form .contacts-form-footer .grid-wrap .grid-item-btn {
	padding-right: 10px !important;
    padding-left: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    width: auto;
    max-width: none;
	position: relative;
    min-height: 1px;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.contacts-form .contacts-form-footer .control-button {
	background-color:#c66a52;
    border: 1px solid transparent;
    color: #fff;
    transition: background-color .2s,border .2s;
	padding: 11px 23px;

    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    justify-content: center;
	cursor:pointer;
}

.contacts-form .contacts-form-footer .control-button:hover {
    background-color: #914430 !important;
    border-color: #914430 !important;
}

.contacts-form .consent * {
	line-height: 14px;
	vertical-align: middle;
}

.contacts-form .contacts-form-footer .intec-contest-checkbox,
.contacts-form .contacts-fo</pre></body></html>