h1,h2,h3{
	margin-bottom: 18px;
}

h1, .ttl-1 {
	font-weight: normal;
	font-style: normal;
}

h2, .ttl-2 {
	font-weight: normal;
	font-style: normal;
}

h3, .ttl-3 {
	font-weight: normal;
	font-style: normal;
}

h4, .ttl-4,
h5, .ttl-5,
h6, .ttl-6 {
	font-weight: normal;
	font-style: normal;
}

span.bold{
	font-weight: bold;
}

span.italy{
	font-style: italic;
}

/* Clearfix */

.clearfix:after {
   visibility: hidden;
   display: block;
   content: "";
   clear: both;
   height: 0;
}

.content img.alignleft{
	float: left;
}

.content img.alignright{
	float: right;
}

/* fix copyright */

.footer .copyright img{
  float: right;
  margin-bottom: 8px;
}

.footer .copyright p + p{
  clear: both;
}

/* fancybox */
.fancybox-skin{
	/* background: url(images/bg/header.png) !important; */
	background: #000;
	box-shadow: 0 10px 25px #fff !important;
	-webkit-box-shadow: 0 10px 25px !important;
}

#order-callback {
	position: relative;
}

#order-callback input[type=text],
#order-callback input[type=submit],
#order-callback textarea
{
	box-shadow: none;
	-webkit-box-shadow: none;
	min-width: 500px;
	max-width: auto;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


#order-callback input[type=submit]{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

#order-callback p.ttl-2{
	color: #fff;
}

#order-callback p{
	color: #fff;
}

textarea{
	overflow: auto;
}

input[type=submit]{
	cursor: pointer;
}

input[type=text],
input[type=tel],
input[type=email]
{
	outline: none;
}

span.wpcf7-not-valid-tip{
	display: none;
}

.wpcf7 form .wpcf7-response-output{
	border: none !important;
	color: #fff;
	margin: 0 !important;
	padding: 0 !important;
}

.content div.order-form input[type=text].wpcf7-not-valid,
.content .info-block.ext .two-block input[type=text].wpcf7-not-valid,
.content .info-block.ext.custom form textarea.wpcf7-not-valid,
#order-callback input[type=text].wpcf7-not-valid, 
#order-callback textarea.wpcf7-not-valid
{
	border: 1px solid #cc0000;
}


/* Заголовки с линией слева и справа */

.with-lines{
	overflow: hidden;
}

.with-lines:before,
.with-lines:after {
	  content: '';
	  display: inline-block;
	  vertical-align: middle;
	  box-sizing: border-box;
	  width: 100%;
	  height: 1px;
	  background: #cf975c;
	  border: solid #FFF;
	  border-width: 0 36px;
}
.with-lines:before {
	margin-left: -100%;
}
.with-lines:after {
	margin-right: -100%;
}

@media screen and (max-width: 1000px) {
	#order-callback input[type=text],
	#order-callback input[type=submit],
	#order-callback textarea
	{
		min-width: 280px;
	}
}