/* Contact form 7 styles
----------------------------------------------------------------- */
/* Main Style */
.wpcf7 label {
	cursor: pointer;
  }
  
  .wpcf7-wpgdprc {
	margin-bottom: 15px;
  }
  
  .wpcf7 form .trx_addons_message_box.wpcf7-response-output,
  .wpcf7 div.wpcf7-response-output {
	position: relative;
	max-width: 100%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	left: 0;
	top: 0;
	margin: 20px 0 0;
	padding: 10px 15px;
	border: 1px solid #000;
	background: none !important;
	color: var(--theme-color-text_dark);
	-webkit-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0.2px;
  }
  .wpcf7 form .trx_addons_message_box.wpcf7-response-output.trx_addons_message_box_success, .wpcf7 form .trx_addons_message_box.wpcf7-response-output.wpcf7-mail-sent-ok,
  .wpcf7 div.wpcf7-response-output.trx_addons_message_box_success,
  .wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok {
	border-color: #89D86B !important;
	color: var(--theme-color-text_dark) !important;
  }
  .wpcf7 form .trx_addons_message_box.wpcf7-response-output.trx_addons_message_box_error, .wpcf7 form .trx_addons_message_box.wpcf7-response-output.wpcf7-validation-errors, .wpcf7 form .trx_addons_message_box.wpcf7-response-output.wpcf7-acceptance-missing,
  .wpcf7 div.wpcf7-response-output.trx_addons_message_box_error,
  .wpcf7 div.wpcf7-response-output.wpcf7-validation-errors,
  .wpcf7 div.wpcf7-response-output.wpcf7-acceptance-missing {
	border-color: #FFA399 !important;
	color: var(--theme-color-text_dark) !important;
  }
  
  .DISABLE .wpcf7 form .trx_addons_message_box.wpcf7-response-output {
	width: auto;
	min-width: auto;
	max-width: 50%;
	border: none;
	margin: 0 !important;
	padding: 18px 30px;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	position: fixed;
	z-index: 999999;
	top: auto;
	left: auto;
	bottom: 30px;
	right: 30px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.05) !important;
	-ms-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.05) !important;
	box-shadow: 0 3px 21px rgba(0, 0, 0, 0.05) !important;
	color: #000000 !important;
	background-color: #ffffff !important;
  }
  .DISABLE .wpcf7 form .trx_addons_message_box.wpcf7-response-output.trx_addons_message_box_error {
	color: #ffffff !important;
	background-color: #FF5B4A !important;
  }
  .DISABLE .wpcf7 form .trx_addons_message_box.wpcf7-response-output.trx_addons_message_box_success {
	color: #ffffff !important;
	background-color: #89D86B !important;
  }
  .DISABLE .wpcf7 form .trx_addons_message_box.wpcf7-response-output .trx_addons_error_item {
	margin-bottom: 0 !important;
  }
  
  .wpcf7-wpgdprc .wpcf7-list-item {
	margin: 0;
  }
  
  div.wpcf7 .wpcf7-spinner,
  div.wpcf7 .ajax-loader {
	width: 16px;
	height: 16px;
	background: none !important;
	display: inline-block;
	padding: 0;
	margin: 0 0 0 10px;
	vertical-align: middle;
	line-height: 0 !important;
  }
  div.wpcf7 .wpcf7-spinner:before,
  div.wpcf7 .ajax-loader:before {
	content: '\e832';
	font-family: "fontello";
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	background-color: transparent;
	-webkit-animation: spin 2s infinite linear;
	-ms-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
  }
  
  div.wpcf7 .wpcf7-spinner + .acceptance,
  div.wpcf7 .wpcf7-spinner + [data-name="acceptance"],
  div.wpcf7 .ajax-loader + .acceptance {
	margin: 15px 0 0 0;
  }
  
  .wpcf7 .columns_wrap > [class*="column-"] {
	padding-top: 0 !important;
  }
  .wpcf7 .columns_wrap {
	letter-spacing: -10px;
  }
  .wpcf7 .columns_wrap *:not(input):not(textarea) {
	letter-spacing: 0;
  }
  .wpcf7 .wpcf7-form > p {
	margin-bottom: 0;
  }
  .wpcf7 .select_container,
  .wpcf7 textarea,
  .wpcf7 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
  }
  .wpcf7 textarea {
	margin-bottom: 20px !important;
  }
  .wpcf7 .wpcf7-not-valid {
	margin-bottom: 2px !important;
  }
  .wpcf7 .wpcf7-not-valid + .wpcf7-not-valid-tip {
	margin-bottom: 1em;
  }
  .wpcf7 textarea {
	height: 20.9em;
	min-height: 4em;
  }
  .wpcf7 input[type="text"],
  .wpcf7 input[type="number"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="url"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="search"],
  .wpcf7 input[type="password"],
  .wpcf7 textarea,
  .wpcf7 select {
	outline: none;
  }
  .wpcf7 .wpcf7-submit {
	margin: 40px 0 0;
	display: block;
  }
  .wpcf7 .wpcf7-submit-style {
	position: relative;
	display: inline-block;
  }
  .wpcf7 .wpcf7-submit-style .wpcf7-submit {
	margin: 0;
	padding: 17px 35px 17px 64px !important;
	background: transparent !important;
	position: relative;
	z-index: 1;
  }
  .wpcf7 .wpcf7-submit-style .submit-style-in {
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	font-size: 16px;
	background-color: var(--theme-color-text_link);
	color: var(--theme-color-inverse_link);
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  .wpcf7 .wpcf7-submit-style .submit-style-in:before {
	content: '\e9a5';
	font-family: "fontello";
	font-weight: 400;
	display: inline-block;
	position: absolute;
	z-index: 1;
	left: 36px;
	top: 50%;
	width: 1em;
	height: 1em;
	line-height: 1em;
	margin-top: -0.5em;
  }
  .wpcf7 .wpcf7-submit-style:active .wpcf7-submit + .submit-style-in, .wpcf7 .wpcf7-submit-style:focus .wpcf7-submit + .submit-style-in, .wpcf7 .wpcf7-submit-style:hover .wpcf7-submit + .submit-style-in {
	color: var(--theme-color-inverse_link);
	border-color: var(--theme-color-text_hover);
	background-color: var(--theme-color-text_hover);
  }
  .wpcf7 .wpcf7-submit-style .wpcf7-submit[disabled]:hover,
  .wpcf7 .wpcf7-submit-style .wpcf7-submit[disabled] {
	background: transparent !important;
	color: #ffffff !important;
  }
  .wpcf7 .wpcf7-submit-style .wpcf7-submit[disabled]:hover + .submit-style-in,
  .wpcf7 .wpcf7-submit-style .wpcf7-submit[disabled] + .submit-style-in {
	color: #ffffff !important;
	background-color: var(--theme-color-text_light) !important;
  }
  .wpcf7 .wpgdprc-checkbox {
	margin-bottom: 1em;
  }
  .wpcf7 .wpcf7-acceptance label,
  .wpcf7 .wpgdprc-checkbox label {
	display: block;
	width: 100%;
  }
  .wpcf7 .wpcf7-submit.default {
	width: auto;
	margin-top: 4.65em;
  }
  .wpcf7 .wpcf7-not-valid {
	border-color: #ff5b4a !important;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
  }
  .wpcf7 span.wpcf7-not-valid-tip {
	color: #ff5b4a !important;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.2px;
	font-weight: 400;
	margin-top: 12px;
	position: relative;
  }
  .wpcf7 .wpcf7-acceptance span.wpcf7-list-item {
	margin: 0;
  }
  .wpcf7 .wpcf7-form-control-wrap[data-name="acceptance"],
  .wpcf7 .wpcf7-form-control-wrap.acceptance {
	display: block;
	text-align: left;
  }
  
  /* Style 1 */
  div.wpcf7 .form-style-1 .select_container, div.wpcf7 .form-style-1 textarea,
  div.wpcf7 .form-style-1 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
	margin-bottom: 0;
	-webkit-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.009);
	-ms-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.009);
	box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.009);
  }
  div.wpcf7 .form-style-1 input[type="text"], div.wpcf7 .form-style-1 input[type="number"], div.wpcf7 .form-style-1 input[type="email"], div.wpcf7 .form-style-1 input[type="url"], div.wpcf7 .form-style-1 input[type="tel"], div.wpcf7 .form-style-1 input[type="password"], div.wpcf7 .form-style-1 input[type="search"], div.wpcf7 .form-style-1 select, div.wpcf7 .form-style-1 textarea, div.wpcf7 .form-style-1 textarea.wp-editor-area {
	padding: 13px 0;
	line-height: 1.5em;
	border-color: transparent;
  }
  div.wpcf7 .form-style-1 .columns_wrap > [class*="column-"] {
	padding-bottom: 37px;
  }
  div.wpcf7 .form-style-1 .columns_wrap.margin-bottom > [class*="column-"] {
	padding-bottom: 60px;
  }
  div.wpcf7 .form-style-1 .style-line .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
  }
  div.wpcf7 .form-style-1 .wpcf7-not-valid {
	margin-bottom: 0 !important;
  }
  div.wpcf7 .form-style-1 .wpcf7-not-valid + .wpcf7-not-valid-tip {
	margin-top: 5px;
  }
  div.wpcf7 .form-style-1 p {
	margin: 0;
  }
  div.wpcf7 .form-style-1 textarea {
	height: 6.2em;
	min-height: 4em;
	margin-bottom: 0 !important;
  }
  div.wpcf7 .form-style-1 .style-line {
	position: relative;
	display: inline-block;
	width: 100%;
  }
  div.wpcf7 .form-style-1 .style-line .line {
	display: block;
	height: 1px;
	width: 100%;
	position: relative;
	background-color: var(--theme-color-input_bd_color);
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
	margin-top: -1px;
  }
  div.wpcf7 .form-style-1 .style-line .line:before {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: var(--theme-color-text_dark);
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  div.wpcf7 .form-style-1 .style-line input[type="text"]:focus + .line:before, div.wpcf7 .form-style-1 .style-line input[type="text"]:active + .line:before, div.wpcf7 .form-style-1 .style-line input[type="number"]:focus + .line:before, div.wpcf7 .form-style-1 .style-line input[type="number"]:active + .line:before, div.wpcf7 .form-style-1 .style-line input[type="email"]:focus + .line:before, div.wpcf7 .form-style-1 .style-line input[type="email"]:active + .line:before, div.wpcf7 .form-style-1 .style-line input[type="url"]:focus + .line:before, div.wpcf7 .form-style-1 .style-line input[type="url"]:active + .line:before, div.wpcf7 .form-style-1 .style-line input[type="tel"]:focus + .line:before, div.wpcf7 .form-style-1 .style-line input[type="tel"]:active + .line:before, div.wpcf7 .form-style-1 .style-line input[type="password"]:focus + .line:before, div.wpcf7 .form-style-1 .style-line input[type="password"]:active + .line:before, div.wpcf7 .form-style-1 .style-line input[type="search"]:focus + .line:before, div.wpcf7 .form-style-1 .style-line input[type="search"]:active + .line:before, div.wpcf7 .form-style-1 .style-line select:focus + .line:before, div.wpcf7 .form-style-1 .style-line select:active + .line:before, div.wpcf7 .form-style-1 .style-line textarea:focus + .line:before, div.wpcf7 .form-style-1 .style-line textarea:active + .line:before, div.wpcf7 .form-style-1 .style-line textarea.wp-editor-area:focus + .line:before, div.wpcf7 .form-style-1 .style-line textarea.wp-editor-area:active + .line:before {
	width: 100%;
  }
  div.wpcf7 .form-style-1 .style-line:hover .line:before {
	width: 100%;
  }
  div.wpcf7 .form-style-1 .style-line .wpcf7-not-valid ~ .line {
	opacity: 0;
  }
  div.wpcf7 .form-style-1 .style-line .wpcf7-not-valid + .line + span.wpcf7-not-valid-tip {
	display: block;
  }
  div.wpcf7 .form-style-1 .style-line[class*="icon-"] textarea,
  div.wpcf7 .form-style-1 .style-line[class*="icon-"] select,
  div.wpcf7 .form-style-1 .style-line[class*="icon-"] input {
	padding-left: 36px;
  }
  div.wpcf7 .form-style-1 .style-line[class*="icon-"]:before {
	color: var(--theme-color-input_text);
	display: block;
	font-family: "fontello";
	font-size: 20px;
	font-weight: 400;
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 0;
  }
  div.wpcf7 .form-style-1 .style-line.icon-name:before {
	content: '\e9ae';
  }
  div.wpcf7 .form-style-1 .style-line.icon-email:before {
	content: '\e9a3';
	font-size: 16px;
  }
  div.wpcf7 .form-style-1 .style-line.icon-phone:before {
	content: '\e9b8';
  }
  div.wpcf7 .form-style-1 .style-line.icon-subject:before {
	content: '\e9cd';
	font-size: 22px;
  }
  div.wpcf7 .form-style-1 .style-line.icon-textarea:before {
	content: '\e9e7';
	font-size: 22px;
  }
  div.wpcf7 .form-style-1 + div.wpcf7-response-output {
	margin: 37px 0 0;
  }
  div.wpcf7 .form-style-1 .wpcf7-spinner + .acceptance,
  div.wpcf7 .form-style-1 .wpcf7-spinner + [data-name="acceptance"],
  div.wpcf7 .form-style-1 .ajax-loader + .acceptance,
  div.wpcf7 .form-style-1 .wpcf7-spinner,
  div.wpcf7 .form-style-1 .ajax-loader {
	display: inline-block;
	padding: 0;
	margin: 0 20px;
	vertical-align: middle;
	line-height: 1;
  }
  div.wpcf7 .form-style-1 .wpcf7-spinner + .acceptance,
  div.wpcf7 .form-style-1 .wpcf7-spinner + [data-name="acceptance"],
  div.wpcf7 .form-style-1 .ajax-loader + .acceptance {
	margin: 10px 0;
  }
  div.wpcf7 .form-style-1 input[type="checkbox"] + .wpcf7-list-item-label:before {
	top: 0.4em;
  }
  div.wpcf7 .form-style-1 span.wpcf7-not-valid-tip {
	margin-top: 0;
	position: relative;
	bottom: -12px;
  }
  
  /* Style 2 */
  div.wpcf7 .form-style-2 .select_container, div.wpcf7 .form-style-2 textarea,
  div.wpcf7 .form-style-2 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
	margin-bottom: 0;
	-webkit-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.01);
	-ms-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.01);
	box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.01);
  }
  div.wpcf7 .form-style-2 .hiddendiv,
  div.wpcf7 .form-style-2 input[type="text"], div.wpcf7 .form-style-2 input[type="number"], div.wpcf7 .form-style-2 input[type="email"], div.wpcf7 .form-style-2 input[type="url"], div.wpcf7 .form-style-2 input[type="tel"], div.wpcf7 .form-style-2 input[type="password"], div.wpcf7 .form-style-2 input[type="search"], div.wpcf7 .form-style-2 select, div.wpcf7 .form-style-2 textarea, div.wpcf7 .form-style-2 textarea.wp-editor-area {
	padding: 10px 0;
	line-height: 1.5em;
	font-size: 16px;
	font-weight: 400;
	border-color: transparent;
  }
  div.wpcf7 .form-style-2 input[placeholder]::-webkit-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-2 textarea[placeholder]::-webkit-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-2 input[placeholder]::-moz-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-2 textarea[placeholder]::-moz-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-2 input[placeholder]:-ms-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-2 textarea[placeholder]:-ms-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-2 input[placeholder]::placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-2 textarea[placeholder]::placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-2 input[placeholder]:focus::-webkit-input-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-2 textarea[placeholder]:focus::-webkit-input-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-2 input[placeholder]:focus::-moz-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-2 textarea[placeholder]:focus::-moz-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-2 input[placeholder]:focus:-ms-input-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-2 textarea[placeholder]:focus:-ms-input-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-2 input[placeholder]:focus::placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-2 textarea[placeholder]:focus::placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-2 .columns_wrap > [class*="column-"] {
	padding-bottom: 21px;
  }
  div.wpcf7 .form-style-2 .columns_wrap.margin-bottom > [class*="column-"] {
	padding-bottom: 44px;
  }
  div.wpcf7 .form-style-2 .style-line .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
	line-height: 1;
  }
  div.wpcf7 .form-style-2 .wpcf7-not-valid {
	margin-bottom: 0 !important;
  }
  div.wpcf7 .form-style-2 .wpcf7-not-valid + .wpcf7-not-valid-tip {
	margin-top: 5px;
  }
  div.wpcf7 .form-style-2 p {
	margin: 0;
  }
  div.wpcf7 .form-style-2 textarea {
	height: 45px;
	min-height: 45px;
	margin-bottom: 0 !important;
  }
  div.wpcf7 .form-style-2 .noscroll {
	overflow: hidden;
  }
  div.wpcf7 .form-style-2 .hiddendiv {
	display: none;
	border-bottom: 1px solid #ddd;
	width: 100%;
	min-height: 45px;
	padding: 10px 0;
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	letter-spacing: 0.1px;
	white-space: pre-wrap;
  }
  div.wpcf7 .form-style-2 .style-line {
	position: relative;
	display: inline-block;
	width: 100%;
  }
  div.wpcf7 .form-style-2 .style-line .line {
	display: block;
	height: 1px;
	width: 100%;
	position: relative;
	background-color: var(--theme-color-input_bd_color);
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
	margin-top: -1px;
  }
  div.wpcf7 .form-style-2 .style-line .line:before {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: var(--theme-color-text_dark);
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  div.wpcf7 .form-style-2 .style-line input[type="text"]:focus + * + .line:before,
  div.wpcf7 .form-style-2 .style-line input[type="text"]:focus + .line:before, div.wpcf7 .form-style-2 .style-line input[type="text"]:active + * + .line:before,
  div.wpcf7 .form-style-2 .style-line input[type="text"]:active + .line:before, div.wpcf7 .form-style-2 .style-line input[type="number"]:focus + * + .line:before,
  div.wpcf7 .form-style-2 .style-line input[type="number"]:focus + .line:before, div.wpcf7 .form-style-2 .style-line input[type="number"]:active + * + .line:before,
  div.wpcf7 .form-style-2 .style-line input[type="number"]:active + .line:before, div.wpcf7 .form-style-2 .style-line input[type="email"]:focus + * + .line:before,
  div.wpcf7 .form-style-2 .style-line input[type="email"]:focus + .line:before, div.wpcf7 .form-style-2 .style-line input[type="email"]:active + * + .line:before,
  div.wpcf7 .form-style-2 .style-line input[type="email"]:active + .line:before, div.wpcf7 .form-style-2 .style-line input[type="url"]:focus + * + .line:before,
  div.wpcf7 .form-style-2 .style-line input[type="url"]:focus + .line:before, div.wpcf7 .form-style-2 .style-line input[type="url"]:active + * + .line:before,
  div.wpcf7 .form-style-2 .style-line input[type="url"]:active + .line:before, div.wpcf7 .form-style-2 .style-line input[type="tel"]:focus + * + .line:before,
  div.wpcf7 .form-style-2 .style-line input[type="tel"]:focus + .line:before, div.wpcf7 .form-style-2 .style-line input[type="tel"]:active + * + .line:before,
  div.wpcf7 .form-style-2 .style-line input[type="tel"]:active + .line:before, div.wpcf7 .form-style-2 .style-line input[type="password"]:focus + * + .line:before,
  div.wpcf7 .form-style-2 .style-line input[type="password"]:focus + .line:before, div.wpcf7 .form-style-2 .style-line input[type="password"]:active + * + .line:before,
  div.wpcf7 .form-style-2 .style-line input[type="password"]:active + .line:before, div.wpcf7 .form-style-2 .style-line input[type="search"]:focus + * + .line:before,
  div.wpcf7 .form-style-2 .style-line input[type="search"]:focus + .line:before, div.wpcf7 .form-style-2 .style-line input[type="search"]:active + * + .line:before,
  div.wpcf7 .form-style-2 .style-line input[type="search"]:active + .line:before, div.wpcf7 .form-style-2 .style-line select:focus + * + .line:before,
  div.wpcf7 .form-style-2 .style-line select:focus + .line:before, div.wpcf7 .form-style-2 .style-line select:active + * + .line:before,
  div.wpcf7 .form-style-2 .style-line select:active + .line:before, div.wpcf7 .form-style-2 .style-line textarea:focus + * + .line:before,
  div.wpcf7 .form-style-2 .style-line textarea:focus + .line:before, div.wpcf7 .form-style-2 .style-line textarea:active + * + .line:before,
  div.wpcf7 .form-style-2 .style-line textarea:active + .line:before, div.wpcf7 .form-style-2 .style-line textarea.wp-editor-area:focus + * + .line:before,
  div.wpcf7 .form-style-2 .style-line textarea.wp-editor-area:focus + .line:before, div.wpcf7 .form-style-2 .style-line textarea.wp-editor-area:active + * + .line:before,
  div.wpcf7 .form-style-2 .style-line textarea.wp-editor-area:active + .line:before {
	width: 100%;
  }
  div.wpcf7 .form-style-2 .style-line:hover .line:before {
	width: 100%;
  }
  div.wpcf7 .form-style-2 .style-line .wpcf7-not-valid ~ .line {
	opacity: 0;
  }
  div.wpcf7 .form-style-2 .style-line .wpcf7-not-valid + .line + span.wpcf7-not-valid-tip {
	display: block;
  }
  div.wpcf7 .form-style-2 .style-line[class*="icon-"] textarea,
  div.wpcf7 .form-style-2 .style-line[class*="icon-"] select,
  div.wpcf7 .form-style-2 .style-line[class*="icon-"] input {
	padding-left: 36px;
  }
  div.wpcf7 .form-style-2 .style-line[class*="icon-"]:before {
	color: var(--theme-color-input_text);
	display: block;
	font-family: "fontello";
	font-size: 20px;
	font-weight: 400;
	position: absolute;
	z-index: 1;
	top: 7px;
	left: 0;
  }
  div.wpcf7 .form-style-2 .style-line.icon-name:before {
	content: '\e9ae';
  }
  div.wpcf7 .form-style-2 .style-line.icon-email:before {
	content: '\e9a3';
	font-size: 16px;
  }
  div.wpcf7 .form-style-2 .style-line.icon-phone:before {
	content: '\e9b8';
  }
  div.wpcf7 .form-style-2 .style-line.icon-subject:before {
	content: '\e9cd';
	font-size: 22px;
  }
  div.wpcf7 .form-style-2 .style-line.icon-textarea:before {
	content: '\e9e7';
	font-size: 22px;
  }
  div.wpcf7 .form-style-2 + div.wpcf7-response-output {
	margin: 34px 0 0;
  }
  div.wpcf7 .form-style-2 .ajax-loader + .acceptance,
  div.wpcf7 .form-style-2 .wpcf7-spinner + .acceptance,
  div.wpcf7 .form-style-2 .wpcf7-spinner + [data-name="acceptance"],
  div.wpcf7 .form-style-2 .wpcf7-spinner,
  div.wpcf7 .form-style-2 .ajax-loader {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 20px;
	vertical-align: middle;
	line-height: 1;
  }
  div.wpcf7 .form-style-2 input[type="checkbox"] + .wpcf7-list-item-label:before {
	top: 0.4em;
  }
  div.wpcf7 .form-style-2 span.wpcf7-not-valid-tip {
	margin-top: 0;
	position: relative;
	bottom: -12px;
  }
  
  /* Style 3 */
  div.wpcf7 .form-style-3 .select_container, div.wpcf7 .form-style-3 textarea,
  div.wpcf7 .form-style-3 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
	margin-bottom: 0;
  }
  div.wpcf7 .form-style-3 input[type="text"], div.wpcf7 .form-style-3 input[type="number"], div.wpcf7 .form-style-3 input[type="email"], div.wpcf7 .form-style-3 input[type="url"], div.wpcf7 .form-style-3 input[type="tel"], div.wpcf7 .form-style-3 input[type="password"], div.wpcf7 .form-style-3 input[type="search"], div.wpcf7 .form-style-3 select, div.wpcf7 .form-style-3 textarea, div.wpcf7 .form-style-3 textarea.wp-editor-area {
	padding: 13px 0;
	line-height: 1.5em;
	border-color: transparent;
  }
  div.wpcf7 .form-style-3 select {
	color: var(--theme-color-inverse_text);
  }
  div.wpcf7 .form-style-3 select:focus {
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-3 input[placeholder]::-webkit-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-inverse_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-3 textarea[placeholder]::-webkit-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-inverse_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-3 input[placeholder]::-moz-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-inverse_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-3 textarea[placeholder]::-moz-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-inverse_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-3 input[placeholder]:-ms-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-inverse_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-3 textarea[placeholder]:-ms-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-inverse_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-3 input[placeholder]::placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-inverse_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-3 textarea[placeholder]::placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-inverse_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-3 input[placeholder]:focus::-webkit-input-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-3 textarea[placeholder]:focus::-webkit-input-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-3 input[placeholder]:focus::-moz-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-3 textarea[placeholder]:focus::-moz-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-3 input[placeholder]:focus:-ms-input-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-3 textarea[placeholder]:focus:-ms-input-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-3 input[placeholder]:focus::placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-3 textarea[placeholder]:focus::placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-3 .columns_wrap > [class*="column-"] {
	padding-bottom: 37px;
  }
  div.wpcf7 .form-style-3 .columns_wrap.margin-bottom > [class*="column-"] {
	padding-bottom: 53px;
  }
  div.wpcf7 .form-style-3 .style-line .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
  }
  div.wpcf7 .form-style-3 .wpcf7-not-valid {
	margin-bottom: 0 !important;
  }
  div.wpcf7 .form-style-3 .wpcf7-not-valid + .wpcf7-not-valid-tip {
	margin-top: 5px;
  }
  div.wpcf7 .form-style-3 p {
	margin: 0;
  }
  div.wpcf7 .form-style-3 textarea {
	height: 6.2em;
	min-height: 4em;
	margin-bottom: 0 !important;
  }
  div.wpcf7 .form-style-3 .style-line {
	position: relative;
	display: inline-block;
	width: 100%;
  }
  div.wpcf7 .form-style-3 .style-line .line {
	display: block;
	height: 1px;
	width: 100%;
	position: relative;
	background-color: var(--theme-color-text_dark_02);
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
	margin-top: -1px;
  }
  div.wpcf7 .form-style-3 .style-line .line:before {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: var(--theme-color-text_dark);
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  div.wpcf7 .form-style-3 .style-line input[type="text"]:focus + .line:before, div.wpcf7 .form-style-3 .style-line input[type="text"]:active + .line:before, div.wpcf7 .form-style-3 .style-line input[type="number"]:focus + .line:before, div.wpcf7 .form-style-3 .style-line input[type="number"]:active + .line:before, div.wpcf7 .form-style-3 .style-line input[type="email"]:focus + .line:before, div.wpcf7 .form-style-3 .style-line input[type="email"]:active + .line:before, div.wpcf7 .form-style-3 .style-line input[type="url"]:focus + .line:before, div.wpcf7 .form-style-3 .style-line input[type="url"]:active + .line:before, div.wpcf7 .form-style-3 .style-line input[type="tel"]:focus + .line:before, div.wpcf7 .form-style-3 .style-line input[type="tel"]:active + .line:before, div.wpcf7 .form-style-3 .style-line input[type="password"]:focus + .line:before, div.wpcf7 .form-style-3 .style-line input[type="password"]:active + .line:before, div.wpcf7 .form-style-3 .style-line input[type="search"]:focus + .line:before, div.wpcf7 .form-style-3 .style-line input[type="search"]:active + .line:before, div.wpcf7 .form-style-3 .style-line select:focus + .line:before, div.wpcf7 .form-style-3 .style-line select:active + .line:before, div.wpcf7 .form-style-3 .style-line textarea:focus + .line:before, div.wpcf7 .form-style-3 .style-line textarea:active + .line:before, div.wpcf7 .form-style-3 .style-line textarea.wp-editor-area:focus + .line:before, div.wpcf7 .form-style-3 .style-line textarea.wp-editor-area:active + .line:before {
	width: 100%;
  }
  div.wpcf7 .form-style-3 .style-line:hover .line:before {
	width: 100%;
  }
  div.wpcf7 .form-style-3 .style-line .wpcf7-not-valid ~ .line {
	opacity: 0;
  }
  div.wpcf7 .form-style-3 .style-line .wpcf7-not-valid + .line + span.wpcf7-not-valid-tip {
	display: block;
  }
  div.wpcf7 .form-style-3 .style-line[class*="icon-"] textarea,
  div.wpcf7 .form-style-3 .style-line[class*="icon-"] select,
  div.wpcf7 .form-style-3 .style-line[class*="icon-"] input {
	padding-left: 36px;
  }
  div.wpcf7 .form-style-3 .style-line[class*="icon-"]:before {
	color: var(--theme-color-inverse_text);
	display: block;
	font-family: "fontello";
	font-size: 20px;
	font-weight: 400;
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 0;
  }
  div.wpcf7 .form-style-3 .style-line.icon-name:before {
	content: '\e9ae';
  }
  div.wpcf7 .form-style-3 .style-line.icon-email:before {
	content: '\e9a3';
	font-size: 16px;
	margin-top: 0;
  }
  div.wpcf7 .form-style-3 .style-line.icon-phone:before {
	content: '\e9b8';
  }
  div.wpcf7 .form-style-3 .style-line.icon-subject:before {
	content: '\e9cd';
	font-size: 22px;
  }
  div.wpcf7 .form-style-3 .style-line.icon-textarea:before {
	content: '\e9e7';
	font-size: 22px;
  }
  div.wpcf7 .form-style-3 + div.wpcf7-response-output {
	margin: 37px 0 0;
	background-color: rgba(255, 255, 255, 0.9);
  }
  div.wpcf7 .form-style-3 .wpcf7-list-item-label {
	color: var(--theme-color-text);
  }
  div.wpcf7 .form-style-3-without-icons .wpcf7-submit-style .wpcf7-submit {
	padding: 17px 35px !important;
  }
  div.wpcf7 .form-style-3-without-icons .wpcf7-submit-style .submit-style-in:before {
	display: none;
  }
  div.wpcf7 .form-style-3 .ajax-loader + .acceptance,
  div.wpcf7 .form-style-3 .wpcf7-spinner + .acceptance,
  div.wpcf7 .form-style-3 .wpcf7-spinner + [data-name="acceptance"],
  div.wpcf7 .form-style-3 .wpcf7-spinner,
  div.wpcf7 .form-style-3 .ajax-loader {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 15px;
	vertical-align: middle;
	line-height: 1;
  }
  div.wpcf7 .form-style-3 input[type="checkbox"] + .wpcf7-list-item-label:before {
	top: 0.4em;
	border-color: var(--theme-color-text_dark_07);
  }
  div.wpcf7 .form-style-3 input[type="checkbox"] + .wpcf7-list-item-label:hover:before {
	border-color: var(--theme-color-text_dark);
  }
  div.wpcf7 .form-style-3 span.wpcf7-not-valid-tip {
	margin-top: 0;
	position: relative;
	bottom: -12px;
  }
  .ua_firefox div.wpcf7 .form-style-3 input[type="checkbox"] + .wpcf7-list-item-label:before {
	top: 0.37em;
  }
  
  /* Style 4 */
  div.wpcf7 .form-style-4 .select_container, div.wpcf7 .form-style-4 textarea,
  div.wpcf7 .form-style-4 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
	margin-bottom: 0;
  }
  div.wpcf7 .form-style-4 input[type="text"], div.wpcf7 .form-style-4 input[type="number"], div.wpcf7 .form-style-4 input[type="email"], div.wpcf7 .form-style-4 input[type="url"], div.wpcf7 .form-style-4 input[type="tel"], div.wpcf7 .form-style-4 input[type="password"], div.wpcf7 .form-style-4 input[type="search"], div.wpcf7 .form-style-4 select, div.wpcf7 .form-style-4 textarea, div.wpcf7 .form-style-4 textarea.wp-editor-area {
	padding: 12px 47px;
	line-height: 1.5em;
	border: 1px solid var(--theme-color-input_bd_color);
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
  }
  div.wpcf7 .form-style-4 .select_container:after {
	right: 2em;
  }
  div.wpcf7 .form-style-4 input[placeholder]::-webkit-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-text_light);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-4 textarea[placeholder]::-webkit-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-text_light);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-4 input[placeholder]::-moz-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-text_light);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-4 textarea[placeholder]::-moz-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-text_light);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-4 input[placeholder]:-ms-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-text_light);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-4 textarea[placeholder]:-ms-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-text_light);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-4 input[placeholder]::placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-text_light);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-4 textarea[placeholder]::placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-text_light);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-4 input[placeholder]:focus::-webkit-input-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-4 textarea[placeholder]:focus::-webkit-input-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-4 input[placeholder]:focus::-moz-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-4 textarea[placeholder]:focus::-moz-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-4 input[placeholder]:focus:-ms-input-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-4 textarea[placeholder]:focus:-ms-input-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-4 input[placeholder]:focus::placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-4 textarea[placeholder]:focus::placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-4 .columns_wrap {
	margin-right: -20px;
  }
  div.wpcf7 .form-style-4 .columns_wrap > [class*="column-"] {
	padding-bottom: 30px;
	padding-right: 20px;
  }
  div.wpcf7 .form-style-4 .columns_wrap.margin-bottom > [class*="column-"] {
	padding-bottom: 26px;
  }
  div.wpcf7 .form-style-4 .style-icon .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
  }
  div.wpcf7 .form-style-4 .wpcf7-not-valid {
	margin-bottom: 0 !important;
  }
  div.wpcf7 .form-style-4 .wpcf7-not-valid + .wpcf7-not-valid-tip {
	margin-top: 5px;
  }
  div.wpcf7 .form-style-4 p {
	margin: 0;
  }
  div.wpcf7 .form-style-4 textarea {
	height: 6.2em;
	min-height: 4em;
	margin-bottom: 0 !important;
  }
  div.wpcf7 .form-style-4 .style-icon {
	position: relative;
	display: inline-block;
	width: 100%;
  }
  div.wpcf7 .form-style-4 .style-icon[class*="icon-"]:before {
	color: var(--theme-color-text_light);
	display: block;
	font-family: "fontello";
	font-size: 17px;
	font-weight: 400;
	position: absolute;
	z-index: 1;
	top: 11px;
	left: 20px;
  }
  div.wpcf7 .form-style-4 .style-icon.icon-name:before {
	content: '\e9ae';
  }
  div.wpcf7 .form-style-4 .style-icon.icon-email:before {
	content: '\e9a3';
	font-size: 14px;
  }
  div.wpcf7 .form-style-4 .style-icon.icon-phone:before {
	margin-top: 1px;
	content: '\e9b8';
  }
  div.wpcf7 .form-style-4 .style-icon.icon-subject:before {
	content: '\e9cd';
	font-size: 19px;
  }
  div.wpcf7 .form-style-4 .style-icon.icon-textarea:before {
	content: '\e9e7';
  }
  div.wpcf7 .form-style-4 + div.wpcf7-response-output {
	margin: 37px 0 0;
  }
  div.wpcf7 .form-style-4 .wpcf7-form-control-wrap + .wpcf7-submit-style {
	margin-top: 20px;
  }
  div.wpcf7 .form-style-4 .wpcf7-spinner + .acceptance,
  div.wpcf7 .form-style-4 .wpcf7-spinner + [data-name="acceptance"],
  div.wpcf7 .form-style-4 .ajax-loader + .acceptance,
  div.wpcf7 .form-style-4 .wpcf7-spinner,
  div.wpcf7 .form-style-4 .ajax-loader {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 20px;
	vertical-align: middle;
	line-height: 1;
  }
  div.wpcf7 .form-style-4 input[type="checkbox"] + .wpcf7-list-item-label:before {
	top: 0.4em;
	line-height: 15px;
  }
  .ua_firefox div.wpcf7 .form-style-4 input[type="checkbox"] + .wpcf7-list-item-label:before {
	top: 0.5em;
  }
  div.wpcf7 .form-style-4 span.wpcf7-not-valid-tip {
	margin-top: 0;
	position: relative;
	bottom: -12px;
  }
  
  /* Style 5 */
  div.wpcf7 .form-style-5 .select_container, div.wpcf7 .form-style-5 textarea,
  div.wpcf7 .form-style-5 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
	margin-bottom: 0;
	-webkit-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.015);
	-ms-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.015);
	box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.015);
  }
  div.wpcf7 .form-style-5 input[type="text"], div.wpcf7 .form-style-5 input[type="number"], div.wpcf7 .form-style-5 input[type="email"], div.wpcf7 .form-style-5 input[type="url"], div.wpcf7 .form-style-5 input[type="tel"], div.wpcf7 .form-style-5 input[type="password"], div.wpcf7 .form-style-5 input[type="search"], div.wpcf7 .form-style-5 select, div.wpcf7 .form-style-5 textarea, div.wpcf7 .form-style-5 textarea.wp-editor-area {
	padding: 13px 0;
	line-height: 1.5em;
	border-color: transparent;
  }
  div.wpcf7 .form-style-5 .columns_wrap > [class*="column-"] {
	padding-bottom: 25px;
  }
  div.wpcf7 .form-style-5 .style-line .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
  }
  div.wpcf7 .form-style-5 .wpcf7-not-valid {
	margin-bottom: 0 !important;
  }
  div.wpcf7 .form-style-5 .wpcf7-not-valid + .wpcf7-not-valid-tip {
	margin-top: 5px;
  }
  div.wpcf7 .form-style-5 p {
	margin: 0;
  }
  div.wpcf7 .form-style-5 textarea {
	height: 5.6em;
	min-height: 4em;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
  }
  div.wpcf7 .form-style-5 .style-line {
	position: relative;
	display: inline-block;
	width: 100%;
  }
  div.wpcf7 .form-style-5 .style-line .line {
	display: block;
	height: 1px;
	width: 100%;
	position: relative;
	background-color: var(--theme-color-input_bd_color);
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
	margin-top: -1px;
  }
  div.wpcf7 .form-style-5 .style-line .line:before {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: var(--theme-color-text_dark);
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  div.wpcf7 .form-style-5 .style-line input[type="text"]:focus + .line:before, div.wpcf7 .form-style-5 .style-line input[type="text"]:active + .line:before, div.wpcf7 .form-style-5 .style-line input[type="number"]:focus + .line:before, div.wpcf7 .form-style-5 .style-line input[type="number"]:active + .line:before, div.wpcf7 .form-style-5 .style-line input[type="email"]:focus + .line:before, div.wpcf7 .form-style-5 .style-line input[type="email"]:active + .line:before, div.wpcf7 .form-style-5 .style-line input[type="url"]:focus + .line:before, div.wpcf7 .form-style-5 .style-line input[type="url"]:active + .line:before, div.wpcf7 .form-style-5 .style-line input[type="tel"]:focus + .line:before, div.wpcf7 .form-style-5 .style-line input[type="tel"]:active + .line:before, div.wpcf7 .form-style-5 .style-line input[type="password"]:focus + .line:before, div.wpcf7 .form-style-5 .style-line input[type="password"]:active + .line:before, div.wpcf7 .form-style-5 .style-line input[type="search"]:focus + .line:before, div.wpcf7 .form-style-5 .style-line input[type="search"]:active + .line:before, div.wpcf7 .form-style-5 .style-line select:focus + .line:before, div.wpcf7 .form-style-5 .style-line select:active + .line:before, div.wpcf7 .form-style-5 .style-line textarea:focus + .line:before, div.wpcf7 .form-style-5 .style-line textarea:active + .line:before, div.wpcf7 .form-style-5 .style-line textarea.wp-editor-area:focus + .line:before, div.wpcf7 .form-style-5 .style-line textarea.wp-editor-area:active + .line:before {
	width: 100%;
  }
  div.wpcf7 .form-style-5 .style-line:hover .line:before {
	width: 100%;
  }
  div.wpcf7 .form-style-5 .style-line .wpcf7-not-valid ~ .line {
	opacity: 0;
  }
  div.wpcf7 .form-style-5 .style-line .wpcf7-not-valid + .line + span.wpcf7-not-valid-tip {
	display: block;
  }
  div.wpcf7 .form-style-5 .style-line[class*="icon-"] textarea,
  div.wpcf7 .form-style-5 .style-line[class*="icon-"] select,
  div.wpcf7 .form-style-5 .style-line[class*="icon-"] input {
	padding-left: 36px;
  }
  div.wpcf7 .form-style-5 .style-line[class*="icon-"]:before {
	color: var(--theme-color-input_text);
	display: block;
	font-family: "fontello";
	font-size: 20px;
	font-weight: 400;
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 0;
  }
  div.wpcf7 .form-style-5 .style-line.icon-name:before {
	content: '\e9ae';
  }
  div.wpcf7 .form-style-5 .style-line.icon-email:before {
	content: '\e9a3';
	font-size: 15px;
	margin-top: 0;
  }
  div.wpcf7 .form-style-5 .style-line.icon-phone:before {
	content: '\e9b8';
  }
  div.wpcf7 .form-style-5 .style-line.icon-subject:before {
	content: '\e9cd';
  }
  div.wpcf7 .form-style-5 .style-line.icon-textarea:before {
	content: '\e9e7';
  }
  div.wpcf7 .form-style-5 + div.wpcf7-response-output {
	margin: 37px 0 0;
  }
  div.wpcf7 .form-style-5 .wpcf7-submit-style {
	margin-top: 25px;
  }
  div.wpcf7 .form-style-5 .wpcf7-form-control-wrap + .wpcf7-submit-style {
	margin-top: 0 !important;
  }
  div.wpcf7 .form-style-5 [data-name="acceptance"],
  div.wpcf7 .form-style-5 .acceptance {
	margin-bottom: 30px;
  }
  div.wpcf7 .form-style-5 .wpcf7-spinner + .acceptance,
  div.wpcf7 .form-style-5 .wpcf7-spinner + [data-name="acceptance"],
  div.wpcf7 .form-style-5 .ajax-loader + .acceptance,
  div.wpcf7 .form-style-5 .wpcf7-spinner,
  div.wpcf7 .form-style-5 .ajax-loader {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 20px;
	vertical-align: middle;
	line-height: 1;
  }
  div.wpcf7 .form-style-5 input[type="checkbox"] + .wpcf7-list-item-label:before {
	top: 0.4em;
  }
  div.wpcf7 .form-style-5 span.wpcf7-not-valid-tip {
	margin-top: 0;
	position: relative;
	bottom: -12px;
  }
  
  /* Style 6 */
  div.wpcf7 .form-style-6 .select_container, div.wpcf7 .form-style-6 textarea,
  div.wpcf7 .form-style-6 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
	margin-bottom: 0;
	-webkit-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.01);
	-ms-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.01);
	box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.01);
  }
  div.wpcf7 .form-style-6 .hiddendiv,
  div.wpcf7 .form-style-6 input[type="text"], div.wpcf7 .form-style-6 input[type="number"], div.wpcf7 .form-style-6 input[type="email"], div.wpcf7 .form-style-6 input[type="url"], div.wpcf7 .form-style-6 input[type="tel"], div.wpcf7 .form-style-6 input[type="password"], div.wpcf7 .form-style-6 input[type="search"], div.wpcf7 .form-style-6 select, div.wpcf7 .form-style-6 textarea, div.wpcf7 .form-style-6 textarea.wp-editor-area {
	padding: 10px 0;
	line-height: 1.5em;
	font-size: 16px;
	font-weight: 400;
	border-color: transparent;
  }
  div.wpcf7 .form-style-6 .select_container select:not(.esg-sorting-select):not([class*="trx_addons_attrib_"]) {
	color: var(--theme-color-alter_text);
	border-color: transparent;
  }
  div.wpcf7 .form-style-6 .select_container select:not(.esg-sorting-select):not([class*="trx_addons_attrib_"]):active, div.wpcf7 .form-style-6 .select_container select:not(.esg-sorting-select):not([class*="trx_addons_attrib_"]):hover, div.wpcf7 .form-style-6 .select_container select:not(.esg-sorting-select):not([class*="trx_addons_attrib_"]):focus {
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-6 .select_container select {
	overflow: visible;
  }
  div.wpcf7 .form-style-6 .select_container:after {
	text-align: right;
	color: var(--theme-color-alter_dark);
  }
  div.wpcf7 .form-style-6 input[placeholder]::-webkit-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-6 textarea[placeholder]::-webkit-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-6 input[placeholder]::-moz-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-6 textarea[placeholder]::-moz-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-6 input[placeholder]:-ms-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-6 textarea[placeholder]:-ms-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-6 input[placeholder]::placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-6 textarea[placeholder]::placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-6 input[placeholder]:focus::-webkit-input-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-6 textarea[placeholder]:focus::-webkit-input-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-6 input[placeholder]:focus::-moz-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-6 textarea[placeholder]:focus::-moz-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-6 input[placeholder]:focus:-ms-input-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-6 textarea[placeholder]:focus:-ms-input-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-6 input[placeholder]:focus::placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-6 textarea[placeholder]:focus::placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-6 .columns_wrap > [class*="column-"] {
	padding-bottom: 20px;
  }
  div.wpcf7 .form-style-6 .columns_wrap.margin-bottom {
	padding-bottom: 30px;
  }
  div.wpcf7 .form-style-6 .style-line .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
  }
  div.wpcf7 .form-style-6 .wpcf7-not-valid {
	margin-bottom: 0 !important;
  }
  div.wpcf7 .form-style-6 .wpcf7-not-valid + .wpcf7-not-valid-tip {
	margin-top: 5px;
  }
  div.wpcf7 .form-style-6 p {
	margin: 0;
  }
  div.wpcf7 .form-style-6 textarea {
	height: 45px;
	min-height: 45px;
	margin-bottom: 0 !important;
  }
  div.wpcf7 .form-style-6 .noscroll {
	overflow: hidden;
  }
  div.wpcf7 .form-style-6 .hiddendiv {
	display: none;
	border-bottom: 1px solid #ddd;
	width: 100%;
	min-height: 45px;
	padding: 10px 0;
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	letter-spacing: 0.1px;
	white-space: pre-wrap;
  }
  div.wpcf7 .form-style-6 .style-line {
	position: relative;
	display: inline-block;
	width: 100%;
  }
  div.wpcf7 .form-style-6 .style-line .line {
	display: block;
	height: 1px;
	width: 100%;
	position: relative;
	background-color: var(--theme-color-input_bd_color);
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
	margin-top: -1px;
  }
  div.wpcf7 .form-style-6 .style-line .line:before {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: var(--theme-color-text_dark);
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  div.wpcf7 .form-style-6 .style-line input[type="text"]:focus + div + .line:before,
  div.wpcf7 .form-style-6 .style-line input[type="text"]:focus + .line:before, div.wpcf7 .form-style-6 .style-line input[type="text"]:active + div + .line:before,
  div.wpcf7 .form-style-6 .style-line input[type="text"]:active + .line:before, div.wpcf7 .form-style-6 .style-line input[type="number"]:focus + div + .line:before,
  div.wpcf7 .form-style-6 .style-line input[type="number"]:focus + .line:before, div.wpcf7 .form-style-6 .style-line input[type="number"]:active + div + .line:before,
  div.wpcf7 .form-style-6 .style-line input[type="number"]:active + .line:before, div.wpcf7 .form-style-6 .style-line input[type="email"]:focus + div + .line:before,
  div.wpcf7 .form-style-6 .style-line input[type="email"]:focus + .line:before, div.wpcf7 .form-style-6 .style-line input[type="email"]:active + div + .line:before,
  div.wpcf7 .form-style-6 .style-line input[type="email"]:active + .line:before, div.wpcf7 .form-style-6 .style-line input[type="url"]:focus + div + .line:before,
  div.wpcf7 .form-style-6 .style-line input[type="url"]:focus + .line:before, div.wpcf7 .form-style-6 .style-line input[type="url"]:active + div + .line:before,
  div.wpcf7 .form-style-6 .style-line input[type="url"]:active + .line:before, div.wpcf7 .form-style-6 .style-line input[type="tel"]:focus + div + .line:before,
  div.wpcf7 .form-style-6 .style-line input[type="tel"]:focus + .line:before, div.wpcf7 .form-style-6 .style-line input[type="tel"]:active + div + .line:before,
  div.wpcf7 .form-style-6 .style-line input[type="tel"]:active + .line:before, div.wpcf7 .form-style-6 .style-line input[type="password"]:focus + div + .line:before,
  div.wpcf7 .form-style-6 .style-line input[type="password"]:focus + .line:before, div.wpcf7 .form-style-6 .style-line input[type="password"]:active + div + .line:before,
  div.wpcf7 .form-style-6 .style-line input[type="password"]:active + .line:before, div.wpcf7 .form-style-6 .style-line input[type="search"]:focus + div + .line:before,
  div.wpcf7 .form-style-6 .style-line input[type="search"]:focus + .line:before, div.wpcf7 .form-style-6 .style-line input[type="search"]:active + div + .line:before,
  div.wpcf7 .form-style-6 .style-line input[type="search"]:active + .line:before, div.wpcf7 .form-style-6 .style-line select:focus + div + .line:before,
  div.wpcf7 .form-style-6 .style-line select:focus + .line:before, div.wpcf7 .form-style-6 .style-line select:active + div + .line:before,
  div.wpcf7 .form-style-6 .style-line select:active + .line:before, div.wpcf7 .form-style-6 .style-line textarea:focus + div + .line:before,
  div.wpcf7 .form-style-6 .style-line textarea:focus + .line:before, div.wpcf7 .form-style-6 .style-line textarea:active + div + .line:before,
  div.wpcf7 .form-style-6 .style-line textarea:active + .line:before, div.wpcf7 .form-style-6 .style-line textarea.wp-editor-area:focus + div + .line:before,
  div.wpcf7 .form-style-6 .style-line textarea.wp-editor-area:focus + .line:before, div.wpcf7 .form-style-6 .style-line textarea.wp-editor-area:active + div + .line:before,
  div.wpcf7 .form-style-6 .style-line textarea.wp-editor-area:active + .line:before {
	width: 100%;
  }
  div.wpcf7 .form-style-6 .style-line:hover .line:before {
	width: 100%;
  }
  div.wpcf7 .form-style-6 .style-line .wpcf7-not-valid ~ .line {
	opacity: 0;
  }
  div.wpcf7 .form-style-6 .style-line .wpcf7-not-valid + .line + span.wpcf7-not-valid-tip {
	display: block;
  }
  div.wpcf7 .form-style-6 .style-line[class*="icon-"] textarea,
  div.wpcf7 .form-style-6 .style-line[class*="icon-"] select,
  div.wpcf7 .form-style-6 .style-line[class*="icon-"] input {
	padding-left: 36px;
  }
  div.wpcf7 .form-style-6 .style-line[class*="icon-"]:before {
	color: var(--theme-color-input_text);
	display: block;
	font-family: "fontello";
	font-size: 20px;
	font-weight: 400;
	position: absolute;
	z-index: 1;
	top: 7px;
	left: 0;
  }
  div.wpcf7 .form-style-6 .style-line.icon-name:before {
	content: '\e9ae';
  }
  div.wpcf7 .form-style-6 .style-line.icon-email:before {
	content: '\e9a3';
	font-size: 16px;
  }
  div.wpcf7 .form-style-6 .style-line.icon-phone:before {
	content: '\e9b8';
  }
  div.wpcf7 .form-style-6 .style-line.icon-subject:before {
	content: '\e9cd';
	font-size: 22px;
  }
  div.wpcf7 .form-style-6 .style-line.icon-textarea:before {
	content: '\e9e7';
	font-size: 22px;
  }
  div.wpcf7 .form-style-6 + div.wpcf7-response-output {
	margin: 15px 0 0;
  }
  div.wpcf7 .form-style-6 .wpcf7-spinner + .acceptance,
  div.wpcf7 .form-style-6 .wpcf7-spinner + [data-name="acceptance"],
  div.wpcf7 .form-style-6 .ajax-loader + .acceptance,
  div.wpcf7 .form-style-6 .wpcf7-spinner,
  div.wpcf7 .form-style-6 .ajax-loader {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 20px;
	vertical-align: middle;
	line-height: 1;
  }
  div.wpcf7 .form-style-6 input[type="checkbox"] + .wpcf7-list-item-label:before {
	top: 0.4em;
  }
  div.wpcf7 .form-style-6 span.wpcf7-not-valid-tip {
	margin-top: 0;
	position: relative;
	bottom: -12px;
  }
  div.wpcf7 .form-style-6 .wpcf7-submit-style .submit-style-in {
	background-color: var(--theme-color-text_link2);
  }
  div.wpcf7 .form-style-6 .wpcf7-submit-style .submit-style-in:before {
	display: none;
  }
  div.wpcf7 .form-style-6 .wpcf7-submit-style .wpcf7-submit {
	padding: 18px 39px !important;
  }
  div.wpcf7 .form-style-6 .wpcf7-submit-style:active .wpcf7-submit + .submit-style-in,
  div.wpcf7 .form-style-6 .wpcf7-submit-style:focus .wpcf7-submit + .submit-style-in,
  div.wpcf7 .form-style-6 .wpcf7-submit-style:hover .wpcf7-submit + .submit-style-in {
	background-color: var(--theme-color-text_hover2);
  }
  
  /* Style 7 */
  div.wpcf7 .form-style-7 .select_container, div.wpcf7 .form-style-7 textarea,
  div.wpcf7 .form-style-7 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
	margin-bottom: 0;
	-webkit-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.025);
	-ms-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.025);
	box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.025);
  }
  div.wpcf7 .form-style-7 input[type="text"], div.wpcf7 .form-style-7 input[type="number"], div.wpcf7 .form-style-7 input[type="email"], div.wpcf7 .form-style-7 input[type="url"], div.wpcf7 .form-style-7 input[type="tel"], div.wpcf7 .form-style-7 input[type="password"], div.wpcf7 .form-style-7 input[type="search"], div.wpcf7 .form-style-7 select, div.wpcf7 .form-style-7 textarea, div.wpcf7 .form-style-7 textarea.wp-editor-area {
	padding: 13px 0;
	line-height: 1.5em;
	border-color: transparent;
  }
  div.wpcf7 .form-style-7 .columns_wrap > [class*="column-"] {
	padding-bottom: 36px;
  }
  div.wpcf7 .form-style-7 .columns_wrap.margin-bottom {
	margin-bottom: 14px;
  }
  div.wpcf7 .form-style-7 .style-line .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
  }
  div.wpcf7 .form-style-7 .wpcf7-not-valid {
	margin-bottom: 0 !important;
  }
  div.wpcf7 .form-style-7 .wpcf7-not-valid + .wpcf7-not-valid-tip {
	margin-top: 5px;
  }
  div.wpcf7 .form-style-7 p {
	margin: 0;
  }
  div.wpcf7 .form-style-7 textarea {
	height: 5.6em;
	min-height: 4em;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
  }
  div.wpcf7 .form-style-7 .style-line {
	position: relative;
	display: inline-block;
	width: 100%;
  }
  div.wpcf7 .form-style-7 .style-line .line {
	display: block;
	height: 1px;
	width: 100%;
	position: relative;
	background-color: var(--theme-color-input_bd_color);
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
	margin-top: -1px;
  }
  div.wpcf7 .form-style-7 .style-line .line:before {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: var(--theme-color-text_dark);
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  div.wpcf7 .form-style-7 .style-line input[type="text"]:focus + .line:before, div.wpcf7 .form-style-7 .style-line input[type="text"]:active + .line:before, div.wpcf7 .form-style-7 .style-line input[type="number"]:focus + .line:before, div.wpcf7 .form-style-7 .style-line input[type="number"]:active + .line:before, div.wpcf7 .form-style-7 .style-line input[type="email"]:focus + .line:before, div.wpcf7 .form-style-7 .style-line input[type="email"]:active + .line:before, div.wpcf7 .form-style-7 .style-line input[type="url"]:focus + .line:before, div.wpcf7 .form-style-7 .style-line input[type="url"]:active + .line:before, div.wpcf7 .form-style-7 .style-line input[type="tel"]:focus + .line:before, div.wpcf7 .form-style-7 .style-line input[type="tel"]:active + .line:before, div.wpcf7 .form-style-7 .style-line input[type="password"]:focus + .line:before, div.wpcf7 .form-style-7 .style-line input[type="password"]:active + .line:before, div.wpcf7 .form-style-7 .style-line input[type="search"]:focus + .line:before, div.wpcf7 .form-style-7 .style-line input[type="search"]:active + .line:before, div.wpcf7 .form-style-7 .style-line select:focus + .line:before, div.wpcf7 .form-style-7 .style-line select:active + .line:before, div.wpcf7 .form-style-7 .style-line textarea:focus + .line:before, div.wpcf7 .form-style-7 .style-line textarea:active + .line:before, div.wpcf7 .form-style-7 .style-line textarea.wp-editor-area:focus + .line:before, div.wpcf7 .form-style-7 .style-line textarea.wp-editor-area:active + .line:before {
	width: 100%;
  }
  div.wpcf7 .form-style-7 .style-line:hover .line:before {
	width: 100%;
  }
  div.wpcf7 .form-style-7 .style-line .wpcf7-not-valid ~ .line {
	opacity: 0;
  }
  div.wpcf7 .form-style-7 .style-line .wpcf7-not-valid + .line + span.wpcf7-not-valid-tip {
	display: block;
  }
  div.wpcf7 .form-style-7 .style-line[class*="icon-"] textarea,
  div.wpcf7 .form-style-7 .style-line[class*="icon-"] select,
  div.wpcf7 .form-style-7 .style-line[class*="icon-"] input {
	padding-left: 36px;
  }
  div.wpcf7 .form-style-7 .style-line[class*="icon-"]:before {
	color: var(--theme-color-input_text);
	display: block;
	font-family: "fontello";
	font-size: 22px;
	font-weight: 400;
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 0;
  }
  div.wpcf7 .form-style-7 .style-line.icon-name:before {
	content: '\e9ae';
  }
  div.wpcf7 .form-style-7 .style-line.icon-email:before {
	content: '\e9a3';
	font-size: 17px !important;
	margin-top: 1px;
  }
  div.wpcf7 .form-style-7 .style-line.icon-phone:before {
	content: '\e9b8';
  }
  div.wpcf7 .form-style-7 .style-line.icon-subject:before {
	content: '\e9cd';
  }
  div.wpcf7 .form-style-7 .style-line.icon-textarea:before {
	content: '\e9e7';
  }
  div.wpcf7 .form-style-7 + div.wpcf7-response-output {
	margin: 37px 0 0;
  }
  div.wpcf7 .form-style-7 [data-name="acceptance"],
  div.wpcf7 .form-style-7 .acceptance {
	margin-bottom: 30px;
  }
  div.wpcf7 .form-style-7 .wpcf7-spinner + .acceptance,
  div.wpcf7 .form-style-7 .wpcf7-spinner + [data-name="acceptance"],
  div.wpcf7 .form-style-7 .ajax-loader + .acceptance,
  div.wpcf7 .form-style-7 .wpcf7-spinner,
  div.wpcf7 .form-style-7 .ajax-loader {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 20px;
	vertical-align: middle;
	line-height: 1;
  }
  div.wpcf7 .form-style-7 input[type="checkbox"] + .wpcf7-list-item-label:before {
	top: 0.4em;
  }
  div.wpcf7 .form-style-7 span.wpcf7-not-valid-tip {
	margin-top: 0;
	position: relative;
	bottom: -12px;
  }
  div.wpcf7 .form-style-7 .wpcf7-submit-style .submit-style-in {
	background-color: var(--theme-color-text_link2);
  }
  div.wpcf7 .form-style-7 .wpcf7-submit-style .submit-style-in:before {
	display: none;
  }
  div.wpcf7 .form-style-7 .wpcf7-submit-style .wpcf7-submit {
	padding: 18px 39px !important;
  }
  div.wpcf7 .form-style-7 .wpcf7-submit-style:active .wpcf7-submit + .submit-style-in,
  div.wpcf7 .form-style-7 .wpcf7-submit-style:focus .wpcf7-submit + .submit-style-in,
  div.wpcf7 .form-style-7 .wpcf7-submit-style:hover .wpcf7-submit + .submit-style-in {
	background-color: var(--theme-color-text_hover2);
  }
  
  /* Style 8 */
  div.wpcf7 .form-style-8 .select_container, div.wpcf7 .form-style-8 textarea,
  div.wpcf7 .form-style-8 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
	margin-bottom: 0;
	-webkit-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.01);
	-ms-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.01);
	box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.01);
  }
  div.wpcf7 .form-style-8 .hiddendiv,
  div.wpcf7 .form-style-8 input[type="text"], div.wpcf7 .form-style-8 input[type="number"], div.wpcf7 .form-style-8 input[type="email"], div.wpcf7 .form-style-8 input[type="url"], div.wpcf7 .form-style-8 input[type="tel"], div.wpcf7 .form-style-8 input[type="password"], div.wpcf7 .form-style-8 input[type="search"], div.wpcf7 .form-style-8 select, div.wpcf7 .form-style-8 textarea, div.wpcf7 .form-style-8 textarea.wp-editor-area {
	padding: 10px 0;
	line-height: 1.5em;
	font-size: 16px;
	font-weight: 400;
	border-color: transparent;
  }
  div.wpcf7 .form-style-8 input[placeholder]::-webkit-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-8 textarea[placeholder]::-webkit-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-8 input[placeholder]::-moz-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-8 textarea[placeholder]::-moz-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-8 input[placeholder]:-ms-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-8 textarea[placeholder]:-ms-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-8 input[placeholder]::placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-8 textarea[placeholder]::placeholder {
	text-overflow: ellipsis;
	opacity: 1;
	color: var(--theme-color-alter_text);
	-webkit-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
  }
  div.wpcf7 .form-style-8 input[placeholder]:focus::-webkit-input-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-8 textarea[placeholder]:focus::-webkit-input-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-8 input[placeholder]:focus::-moz-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-8 textarea[placeholder]:focus::-moz-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-8 input[placeholder]:focus:-ms-input-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-8 textarea[placeholder]:focus:-ms-input-placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-8 input[placeholder]:focus::placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-8 textarea[placeholder]:focus::placeholder {
	opacity: 1;
	color: var(--theme-color-input_dark);
  }
  div.wpcf7 .form-style-8 .columns_wrap > [class*="column-"] {
	padding-bottom: 12px;
  }
  div.wpcf7 .form-style-8 .columns_wrap.margin-bottom > [class*="column-"] {
	padding-bottom: 44px;
  }
  .sidebar div.wpcf7 .form-style-8 .columns_wrap.margin-bottom > [class*="column-"] {
	padding-bottom: 34px;
  }
  div.wpcf7 .form-style-8 .style-line .wpcf7-form-control-wrap {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	line-height: 1;
  }
  div.wpcf7 .form-style-8 .wpcf7-not-valid {
	margin-bottom: 0 !important;
  }
  div.wpcf7 .form-style-8 .wpcf7-not-valid + .wpcf7-not-valid-tip {
	margin-top: 5px;
  }
  div.wpcf7 .form-style-8 p {
	margin: 0;
  }
  div.wpcf7 .form-style-8 textarea {
	height: 45px;
	min-height: 45px;
	margin-bottom: 0 !important;
  }
  div.wpcf7 .form-style-8 .noscroll {
	overflow: hidden;
  }
  div.wpcf7 .form-style-8 .hiddendiv {
	display: none;
	border-bottom: 1px solid #ddd;
	width: 100%;
	min-height: 45px;
	padding: 10px 0;
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	letter-spacing: 0.1px;
	white-space: pre-wrap;
  }
  div.wpcf7 .form-style-8 .style-line {
	position: relative;
	display: inline-block;
	width: 100%;
  }
  div.wpcf7 .form-style-8 .style-line .line {
	display: block;
	height: 1px;
	width: 100%;
	position: relative;
	background-color: var(--theme-color-input_bd_color);
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
	margin-top: -1px;
  }
  div.wpcf7 .form-style-8 .style-line .line:before {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: var(--theme-color-text_dark);
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  div.wpcf7 .form-style-8 .style-line input[type="text"]:focus + * + .line:before,
  div.wpcf7 .form-style-8 .style-line input[type="text"]:focus + .line:before, div.wpcf7 .form-style-8 .style-line input[type="text"]:active + * + .line:before,
  div.wpcf7 .form-style-8 .style-line input[type="text"]:active + .line:before, div.wpcf7 .form-style-8 .style-line input[type="number"]:focus + * + .line:before,
  div.wpcf7 .form-style-8 .style-line input[type="number"]:focus + .line:before, div.wpcf7 .form-style-8 .style-line input[type="number"]:active + * + .line:before,
  div.wpcf7 .form-style-8 .style-line input[type="number"]:active + .line:before, div.wpcf7 .form-style-8 .style-line input[type="email"]:focus + * + .line:before,
  div.wpcf7 .form-style-8 .style-line input[type="email"]:focus + .line:before, div.wpcf7 .form-style-8 .style-line input[type="email"]:active + * + .line:before,
  div.wpcf7 .form-style-8 .style-line input[type="email"]:active + .line:before, div.wpcf7 .form-style-8 .style-line input[type="url"]:focus + * + .line:before,
  div.wpcf7 .form-style-8 .style-line input[type="url"]:focus + .line:before, div.wpcf7 .form-style-8 .style-line input[type="url"]:active + * + .line:before,
  div.wpcf7 .form-style-8 .style-line input[type="url"]:active + .line:before, div.wpcf7 .form-style-8 .style-line input[type="tel"]:focus + * + .line:before,
  div.wpcf7 .form-style-8 .style-line input[type="tel"]:focus + .line:before, div.wpcf7 .form-style-8 .style-line input[type="tel"]:active + * + .line:before,
  div.wpcf7 .form-style-8 .style-line input[type="tel"]:active + .line:before, div.wpcf7 .form-style-8 .style-line input[type="password"]:focus + * + .line:before,
  div.wpcf7 .form-style-8 .style-line input[type="password"]:focus + .line:before, div.wpcf7 .form-style-8 .style-line input[type="password"]:active + * + .line:before,
  div.wpcf7 .form-style-8 .style-line input[type="password"]:active + .line:before, div.wpcf7 .form-style-8 .style-line input[type="search"]:focus + * + .line:before,
  div.wpcf7 .form-style-8 .style-line input[type="search"]:focus + .line:before, div.wpcf7 .form-style-8 .style-line input[type="search"]:active + * + .line:before,
  div.wpcf7 .form-style-8 .style-line input[type="search"]:active + .line:before, div.wpcf7 .form-style-8 .style-line select:focus + * + .line:before,
  div.wpcf7 .form-style-8 .style-line select:focus + .line:before, div.wpcf7 .form-style-8 .style-line select:active + * + .line:before,
  div.wpcf7 .form-style-8 .style-line select:active + .line:before, div.wpcf7 .form-style-8 .style-line textarea:focus + * + .line:before,
  div.wpcf7 .form-style-8 .style-line textarea:focus + .line:before, div.wpcf7 .form-style-8 .style-line textarea:active + * + .line:before,
  div.wpcf7 .form-style-8 .style-line textarea:active + .line:before, div.wpcf7 .form-style-8 .style-line textarea.wp-editor-area:focus + * + .line:before,
  div.wpcf7 .form-style-8 .style-line textarea.wp-editor-area:focus + .line:before, div.wpcf7 .form-style-8 .style-line textarea.wp-editor-area:active + * + .line:before,
  div.wpcf7 .form-style-8 .style-line textarea.wp-editor-area:active + .line:before {
	width: 100%;
  }
  div.wpcf7 .form-style-8 .style-line:hover .line:before {
	width: 100%;
  }
  div.wpcf7 .form-style-8 .style-line .wpcf7-not-valid ~ .line {
	opacity: 0;
  }
  div.wpcf7 .form-style-8 .style-line .wpcf7-not-valid + .line + span.wpcf7-not-valid-tip {
	display: block;
  }
  div.wpcf7 .form-style-8 .style-line[class*="icon-"] textarea,
  div.wpcf7 .form-style-8 .style-line[class*="icon-"] select,
  div.wpcf7 .form-style-8 .style-line[class*="icon-"] input {
	padding-left: 36px;
  }
  div.wpcf7 .form-style-8 .style-line[class*="icon-"]:before {
	color: var(--theme-color-input_text);
	display: block;
	font-family: "fontello";
	font-size: 20px;
	font-weight: 400;
	position: absolute;
	z-index: 1;
	top: 7px;
	left: 0;
  }
  div.wpcf7 .form-style-8 .style-line.icon-name:before {
	content: '\e9ae';
  }
  div.wpcf7 .form-style-8 .style-line.icon-email:before {
	content: '\e9a3';
	font-size: 16px;
  }
  div.wpcf7 .form-style-8 .style-line.icon-phone:before {
	content: '\e9b8';
  }
  div.wpcf7 .form-style-8 .style-line.icon-subject:before {
	content: '\e9cd';
	font-size: 22px;
  }
  div.wpcf7 .form-style-8 .style-line.icon-textarea:before {
	content: '\e9e7';
	font-size: 22px;
  }
  div.wpcf7 .form-style-8 + div.wpcf7-response-output {
	margin: 35px 0 0;
  }
  div.wpcf7 .form-style-8 .wpcf7-spinner + .acceptance,
  div.wpcf7 .form-style-8 .wpcf7-spinner + [data-name="acceptance"],
  div.wpcf7 .form-style-8 .ajax-loader + .acceptance,
  div.wpcf7 .form-style-8 .wpcf7-spinner,
  div.wpcf7 .form-style-8 .ajax-loader {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 20px;
	vertical-align: middle;
	line-height: 1;
  }
  div.wpcf7 .form-style-8 input[type="checkbox"] + .wpcf7-list-item-label:before {
	top: 0.4em;
  }
  div.wpcf7 .form-style-8 span.wpcf7-not-valid-tip {
	margin-top: 0;
	position: relative;
	bottom: -12px;
  }
  
  /*# sourceMappingURL=contact-form-7.css.map */
  