/*
@import "css/send-form.css";
*/

#sendform {
	margin: 20px auto 0;
	width: 100%;
	max-width: 400px;
}
#sendform br {
	display: none;
}
#sendform .col-row-12 {
	margin: 0 0 15px;
	width: 100%;
}
#sendform .col-row-6 {
	float: left;
	padding: 0 5px;
	width: 48%;
	width: 50%;
}
#sendform .col-row-4 {
	float: left;
	padding: 0 5px;
	width: 31%;
	width: 33.3333%;
}
#sendform .p-l-0 {
	padding-left: 0;
}
#sendform .p-r-0 {
	padding-right: 0;
}
#sendform label {
	font-weight: 400;
	margin: 0;
	padding: 0;
}
#sendform select,
#sendform input[type="text"],
#sendform input[type="tel"], 
#sendform input[type="number"],
#sendform input[type="date"],
#sendform input[type="email"],
#sendform input[type="submit"],
#sendform textarea {
	background-color: white;
	border: 1px solid #ddd;
	line-height: normal;
	padding: 8px 10px;
	width: 100%;
	height: auto;
}
#sendform select option {
	line-height: normal;
	padding: 5px 10px;
}
#sendform input[type="date"] {
	padding: 5px 10px 6px;
}
#sendform .wpcf7-textarea {
	padding: 10px 10px;
	width: 100%;
	min-height: 50px;
	height: 100px;
}
#sendform span.wpcf7-not-valid-tip {
	font-size: 14px;
	line-height: 1.4;
}
#sendform input[placeholder]                         { color: #777 !important; }
#sendform input::-webkit-input-placeholder { color: #777 !important; }
#sendform input::-moz-placeholder                 { color: #777 !important; }
#sendform input:-moz-placeholder                   { color: #777 !important; }
#sendform input:-ms-input-placeholder          { color: #777 !important; }
#sendform input::placeholder                         { color: #777 !important; }
#sendform input::-ms-expand                           { color: #777 !important; }
#sendform textarea::-webkit-input-placeholder { color: #777 !important; }
#sendform textarea::-moz-placeholder                 { color: #777 !important; }
#sendform textarea:-moz-placeholder                   { color: #777 !important; }
#sendform textarea:-ms-input-placeholder          { color: #777 !important; }
#sendform textarea::placeholder                         { color: #777 !important; }
#sendform textarea::-ms-expand                           { color: #777 !important; }

#sendform input[type="submit"] {
	color: #1e1e1e;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: normal;
	padding: 10px 25px;
	width: initial;
	cursor: pointer;
}
#sendform input[type="submit"]:hover {
	color: #000;
}
#sendform .clear {
	clear: both;
}
#sendform span.wpcf7-not-valid-tip {
	font-size: 14px;
	line-height: 1.4;
	padding: 5px 20px !important;
}
@media (max-width: 580px) {
	#sendform .col-row-12 {
		width: 100%;
	}
	#sendform .col-row-6 {
		float: none;
		width: 100%;
		padding-left: 0;
		margin-bottom: 10px;
	}
	#sendform .col-row-4 {
		float: none;
		width: 100%;
		padding-left: 0;
		margin-bottom: 10px;
	}
	#sendform .p-r-0 {
		padding-right: 5px;
	}
}
@media (max-width: 480px) {
	#eModal-1 {
		overflow: auto;
		max-height: 90%;
		max-height: 90vh;
	}
}
@media (max-width: 425px) {
	#sendform {
		max-width: 350px;
	}
}
@media (max-width: 375px) {
	#sendform {
		max-width: 320px;
	}
	#sendform .m-full {
		margin-bottom: 10px;
		padding: 0;
		width: 100%;
	}
	#sendform .m-b-0 {
		margin-bottom: 0;
	}
}
@media (max-width: 360px) {
	#sendform {
		max-width: 300px;
	}
}
@media (max-width: 320px) {
	#eModal-1 {
		margin: 0 auto;
		max-width: 260px;
	}
	#eModal-1 .emodal-title {
		font-size: 20px;
	}
}
.emodal { max-width: 436px; z-index: 100001 !important; }
.emodal-overlay { z-index: 100000 !important; }
.emodal-close { border-radius: 0 5px 0 5px !important; }
.emodal-close { padding: 6px 8px 5px 8px !important; }



.arcticmodal-overlay, .arcticmodal-container {
	z-index: 100001;
}
.arcticmodal-container_i { width: initial; }
#send-modal.box-modal .box-modal_close {
	font-size: 22px;
	top: 6px; right: 6px;
}





#eModal-2 {
	line-height: normal;
}
#eModal-2 input[type="tel"] {
	padding: 8px 10px;
	width: 60%;
}
#eModal-2 span.wpcf7-not-valid-tip {
	display: block;
	position: absolute;
	font-size: 11.5px;
	margin-top: 5px;
	width: 100%;
}
#eModal-2 div.wpcf7-response-output {
	font-size: 14px;
	margin: 25px 0 0;
	padding: 5px 10px 7px;
}
#eModal-2 input[type="submit"] {
	padding: 8px 0px;
	margin-left: 1%;
	width: 37%;
}
#eModal-2 div.wpcf7 .ajax-loader {
	position: absolute;
	top: 29%;
	z-index: 1;
}
@media (max-width: 375px) {
	#eModal-2 {
		margin: 0 auto;
		max-width: 300px;
	}
	#eModal-2 input[type="tel"] {
		width: 100%;
	}
	#eModal-2 input[type="submit"] {
		margin-top: 10px;
		margin-left: 0;
		width: 100%;
	}
	#eModal-2 div.wpcf7 .ajax-loader {
		background-position: center;
		background-repeat: no-repeat;
		top: initial;
		bottom: -24px;
		left: 0;
		width: 100%;
		margin: 0;
	}
}



#sendformWidget {
	padding: 50px 50px 90px;
	border: 6px solid #f6f6f6;
	position: relative;
}
#sendformWidget .title {
	font-size: 30px;
	font-weight: 500;
	line-height: normal;
	color: #000;
	text-align: center;
	padding: 0;
	margin: 0 0 20px;
}
#sendformWidget p {
	margin: 0;
}
#sendformWidget input,
#sendformWidget select {
	background: transparent;
	color: #666;
	width: 100%;
	max-width: 100%;
	padding: 14px 12px;
	border: 2px solid #e7e7e7;
	border-bottom: none;
}
#sendformWidget input[type="email"] {
	border: 2px solid #e7e7e7;
}
#sendformWidget input[type="submit"] {
	border: 2px solid #30adc5;
	background: #30adc5;
	color: #fff;
	margin-top: 8px;
	transition: all 0.2s;
}
#sendformWidget input[type="submit"]:hover {
	border: 2px solid #d29f21;
	background: #d29f21;
}
#sendformWidget .ajax-loader {
	position: absolute;
	bottom: 3px;
	right: 3px;
	background-size: 100%;
	width: 10px;
	height: 10px;
	margin: 0;
}
#sendformWidget span.wpcf7-not-valid-tip {
	line-height: normal;
}
#sendformWidget + div.wpcf7-response-output {
	line-height: normal;
}
@media (max-width: 1400px) {
	#sendformWidget {
		padding: 30px 40px 80px;
	}
}
@media (max-width: 1199px) {
	#sendformWidget {
		padding: 20px 5% 60px;
	}
}
@media (max-width: 767px) {
	#sendformWidget {
		padding: 50px 50px 80px;
	}
}
@media (max-width: 425px) {
	#sendformWidget {
		padding: 20px 5% 60px;
	}
}





















