@font-face {
	font-family: pfdintextpro-reg;
	src: url('../fonts/pfdintextpro-regular.ttf');
}
@font-face {
	font-family: pfdintextpro-bold;
	src: url('../fonts/pfdintextpro-bold.ttf');
}

body {
  padding-top: 110px;
  padding-bottom: 20px;
  font-family: pfdintextpro-reg;
}
h1, .h1,
h2, .h2,
h3, .h3 {
	font-family: pfdintextpro-bold;
}
h2, .h2 {
	text-transform: uppercase;
	margin-bottom: 50px;
	color: #C7081B;
}
h2.blue, .h2.blue {
	color: #086BBC;
}
h2.white, .h2.white {
	color: #fff;
}
.btn-default {
	background: #086BBC;
	border: none;
	color: #eee;
}
/* .parallax {
  perspective: 1px;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.parallax__layer--base {
  transform: translateZ(0);
} */


.navbar {
	background: rgba(250,250,250,.98);
	box-shadow: 0 10px 20px #888;
}
.navbar .container {
	padding: 0 15px;
}
.navbar .container .navbar-header,
.navbar .container .navbar-header img {
	width: 100%;
}
/* .navbar img {
	width: 100%;
} */

#mainpic {
	background: url('../img/main-podogrevatel.jpg') 0 0 no-repeat;
	background-size: cover;
	color: #eee;
}
#mainpic .container {
	padding: 150px 0;
}
#mainpic .container .row div {
	padding: 40px 60px 40px 40px;
	background: rgba(191, 88, 4, .4);
}
#mainpic .btn {
	font-size: 22px;
	margin-top: 20px;
-}

.preimlist .preim {
	padding-bottom: 40px;
}
.preimlist .preim h3 {
	margin-top: 0;
}

.sravnenie-wrap {
	background: url('../img/sravnenie-bg.jpg') 0 0 no-repeat;
	background-size: cover;
}
.sravnenie h4 {
	font-weight: bold;
	font-size: 16px;
}
.sravnenie .row {
	padding: 20px 0;
	border-bottom: 2px dotted #f3ac00;
}
.sravnenie .row:first-child {
	border: none;
}
.sravnenie .row .harka {
	font-weight: bold;
	overflow: hidden;
}
.sravnenie .row .harka .separator {
	display: block;
	position: absolute;
	top: 49%;
	border-top: 3px dotted #f3ac00;
	width: 2000px;
	z-index: 1;
	left: 0;
}
.sravnenie .row .harka .text {
	background: #fff;
	z-index: 10;
	display: inline-block;
	position: relative;
	padding: 0 9px;
}

.formanketa .asteriskField {
	color: #C7081B;
}
.formanketa .form-group {
	margin-bottom: 35px;
	min-height: 140px;
}
.formanketa .form-group.col-md-6:nth-child(2n+1) {
    /* border-right: 2px solid #f3ac00;
    border-left: 2px solid #f3ac00; */
}
.formanketa .form-group button {
	width: 100%
}
.formanketa .form-group .orange.circle {
	background: #f3ac00;
	border-radius: 50%;
	padding: 0 7px;
	margin-right: 8px;
	color: #fff;
}
.formanketa .form-group .radio input[type="radio"] {
	margin-left: -15px;
}

.oshibki-wrap {
	background: url('../img/oshibki-bg.jpg') 0 100% no-repeat;
	background-size: cover;
}
.oshibki-wrap .container {
	padding: 90px 25px;
	/* background: rgba(250,250,250,.83); */
}
.oshibki-wrap .container .red.circle {
	background: #C7081B;
	border-radius: 50%;
	padding: 0 8px;
	margin-right: 9px;
	color: #fff;
}

.preimuschestva span.check {
	background: url('../img/check-mark.png') 0 0 no-repeat;
	width: 24px;
	height: 24px;
	margin-right:9px;
	display: inline-block;
}

.mainfos-wrap {
	background: url('../img/mainfos-bg.jpg') 0 100% no-repeat;
	background-size: cover;
	min-height: 400px;
}
.mainfos-wrap .container {
	padding: 90px 25px;
}

.brands img {
	width: 80%;
	margin: 0 auto;
	display: block;
}



@media (max-width: 1000px) {
	.sravnenie .row {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.col-md-10.text-right.pull-left,
	.col-md-2.text-left.pull-right,
	.col-md-2.text-right.pull-left,
	.col-md-10.text-left.pull-right	{
		text-align: center !important;
	}
	#mainpic .container .row div {
		padding: 30px;
	}
	button.navbar-toggle {
		display: none;
	}
	.formanketa .form-group {
		min-height: 0;
	}
}
@media (max-width: 500px) {
	.sravnenie .row {
		font-size: 14px;
	}
	.sravnenie .row .header {
		text-align: center!important;
	}
	.navbar .container .navbar-header h2 {
		font-size: 28px;
		margin: 7px 0;
		
	}
	.navbar .container .navbar-header .navbar-tel {
		float: none!important;
		text-align: center;
	}
	
}