/* Theme Name: specneftekhim */

/* modal_form
-----------------------------------------------------------------------------*/
body .modal_form{
	position:relative;
	display:none;
	max-width:430px;
	padding:40px;
	border:1px solid #1C548C;
	box-sizing:border-box;
	background:#fff;
}
.modal_form p.title{
	color:#1B1B1B;
	font-size:30px;
	line-height:1;
	font-weight:300;
	margin-bottom:20px;
	text-align:center;
	text-transform:uppercase;
}
.modal_form form{
	position:relative;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea{
	font:17px/1 'Fira Sans',sans-serif;
	width:100%;
	padding:11px 14px;
	border:1px solid #6d6d6d;
	box-sizing:border-box;
	color:#121b29;
	margin-bottom:20px;
	transition:border 0.5s;
	border-radius: 5px;
	outline: none;
}
.wpcf7 textarea{
	max-height:67px;
	resize:none;
}
.wpcf7 input[type="checkbox"]{
	position:relative;
	top:2px;
	margin:0 7px 0 0;
}
.wpcf7 input[type="submit"]{
	display:block;
	background:#1C548C;
	border:1px solid #1C548C;
	border-radius: 30px;
	color:white;
	padding: 15px 40px;
	cursor:pointer;
	/* margin-top:10px; */
	text-align:center;
	font:16px/1 'Fira Sans',sans-serif;
	-webkit-appearance:none;
	transition:all 0.5s;
	margin:auto;
}
.wpcf7 input[type="submit"]:hover{
	background:white;
	color:#1C548C;
}
.wpcf7 .wpcf7-list-item{
	margin:0;
	line-height:1;
}
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .ajax-loader{
	display:none!important;
}
.wpcf7 label{
	display:block;
	color:white;
	font-size:16px;
	font-weight:300;
	margin-bottom:20px;
}
.wpcf7 input.wpcf7-not-valid[type="text"],
.wpcf7 input.wpcf7-not-valid[type="email"],
.wpcf7 input.wpcf7-not-valid[type="tel"],
.wpcf7 textarea.wpcf7-not-valid{
	border:1px solid red;
}
.wpcf7 .wpcf7-response-output{
    margin:10px 0 0!important;
    padding:10px!important;
	font-size:14px;
}
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"]{
    opacity:0;
	margin:0;
	position:absolute;
}
.wpcf7 .wpcf7-radio > span{
	margin-right:20px;
}
.wpcf7 .wpcf7-radio > span:last-child{
	margin-right:0;
}
.wpcf7 span.wpcf7-list-item-label{
    position:relative;
	display:block;
	cursor:pointer;
}
.wpcf7 input[type="checkbox"]:not(checked) + span.wpcf7-list-item-label,
.wpcf7 input[type="radio"]:not(checked) + span.wpcf7-list-item-label{
	position:relative;
	font-size:16px;
	color: #1B1B1B;
	text-align: center;
}
.wpcf7 input[type="checkbox"]:not(checked) + span.wpcf7-list-item-label::before,
.wpcf7 input[type="radio"]:not(checked) + span.wpcf7-list-item-label::before{
    content:'';
	display:inline-block;
	width:12px;
	height:12px;
	margin:0 7px 0 0;
	border: 1px solid #276dae;
	border-radius:3px;
	
}
.wpcf7 input[type="checkbox"]:checked + span.wpcf7-list-item-label::before,
.wpcf7 input[type="radio"]:checked + span.wpcf7-list-item-label::before{
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 611.99 611.99' xml:space='preserve'%3e%3cpath d='M589.105,80.63c-30.513-31.125-79.965-31.125-110.478,0L202.422,362.344l-69.061-70.438 c-30.513-31.125-79.965-31.125-110.478,0c-30.513,31.125-30.513,81.572,0,112.678l124.29,126.776 c30.513,31.125,79.965,31.125,110.478,0l331.453-338.033C619.619,162.202,619.619,111.755,589.105,80.63z' fill='red'/%3e%3c/svg%3e ");
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
}
.wpcf7 .wpcf7-spinner{display:none;}
.wpcf7 p{margin-bottom:0;}


.feedback_head{
	display: inline-block;
	max-width: 225px;
	height: 30px;
	width: 100%;
	text-align: center;
	color: #000000;
	background: #FF8C23;
	border-radius: 90px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: 'Fira Sans', sans-serif;
	line-height: 2;
	font-weight: bold;
	margin-top:15px;
}
.feedback_head:hover{
	color: #000000;
	text-decoration:none;
	opacity: 0.8;
}