body {
	font: 13px/20px "Ubuntu", Arial, sans-serif;
	color: #333;
}
header {
	border-top-color: #e65100;
	border-top-width: 2px;
  border-top-style: solid;
}
a {
	color: #e65100;
}
a:hover {
  color: #333333;
}
a:active {
  color: #943400;
}
:focus {
	outline: none!important;
	box-shadow: 0 0 0 0rem rgba(0,123,255,.0)!important;
}
.header-box {
	display: flex;
	justify-content: space-between;
}
.header-left-box {
	display: flex;
	justify-content: flex-start;
}
.header-right-box {
	display: flex;
	justify-content: flex-end;
}
.header-shadow {
	box-shadow: 0 1px 5px rgba(0,0,0,.136);
}
.logo	{
	display: flex;
	height: 65px;
}
.logo-link {
	align-self: center;
	color: #000;
	font-size: 12px;
	font-family: 'Open Sans';
	font-weight: 600;
	letter-spacing: -1px;
	text-decoration: none;
}
.logo-link:hover {
	text-decoration: none;
	color: #000;
}
.slogan	{
	display: none;
}
.slogan-text {
	align-self: center;
	color: #95979a;
  font-size: 13px;
  line-height: 16px;
}
.header-phone	{
	display: flex;
	margin-right: 17px;
}
.header-phone-wrap {
	align-self: center;
}
.header-phone__link {
	font-size: 12px;
	align-self: center;
	color: #222222;
	margin-left: 5px;
	font-weight: 500;
}
.header-phone__link:hover {
	color: #222222;
	text-decoration: none;
}
.header-phone__desc {
	align-self: center;
	color: #95979a;
  font-size: 11px;
  line-height: 12px;
  margin-left: 38px;
}
.header-phone .fa-phone-alt {
	align-self: center;
	background-color: #e65100;
	color: #ffffff;
	font-size: 12px;
  padding: 8px;
  border-radius: 100%;
}
.btn {
	text-transform: uppercase;
  text-decoration: none;
  border: 1px solid;
  border-radius: 2px;
  font-size: 12px;
  padding: 7px 12px 8px;
  overflow: hidden;
  white-space: nowrap;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}
.btn-default {
  background-color: #e65100;
  border-color: #e65100;
  color: #ffffff !important;
  overflow: visible;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: #ff6410;
  border-color: #ff6410;
}
.btn-default.white {
  color: #e65100 !important;
  border: 1px solid #e65100;
  background: #ffffff;
}
.btn-default.white:hover,
.btn-default.white:active,
.btn-default.white:focus {
  color: #ffffff !important;
  border-color: #e65100;
  background: #e65100;
}
.btn-xs {
  font-size: 10px;
  line-height: 12px;
  padding: 7px 14px 6px;
  border-radius: 1px;
}
.btn-lg {
  font-size: 13px;
  padding: 10px 18px 10px;
}
.header-btn-callback {
	display: flex;
	align-self: center;
}
.navbar-toggler {
	align-self: center;
	padding: 5px 7px 3px;
	border-radius: 2px;
	color: #FFF;
  background-color: #e65100;
}
.fas.fa-bars {
	color: #FFF;
}
.navbar {
	padding: 0;
}
.navbar-nav {
	width: 100%;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}
.nav-item {
	background-color: #eceff1;
}
.nav-item:first-of-type>.nav-link {
    border-top: none!important;
}
.nav-link {
  padding: 9px 35px 9px 0px!important;
  margin:0 10px;
  text-shadow: none!important;
  border-top: 1px solid #e1e4e6;
  border-bottom: 1px solid transparent;
  line-height: 24px;
  text-decoration: none;
  position: relative;
  border-radius: 0;
  clear: both;
  float: none;
  display: block;
  background: rgba(0,0,0,0);
  white-space: normal;
  color: #444;
}
.nav-item:hover {
	background: #e65100!important;
}
.nav-item:hover .nav-link {
	color: #fff!important;
	padding: 9px 45px 9px 10px!important;
	margin:0;
}
.dropdown-menu {
	border: none;
	padding: 0 10px 0 20px;
	margin: 0;
	border-radius: 0;
	background-color: #eceff1;
}
.dropdown-item {
	font-size: 13px;
  padding: 9px 25px 11px 0px!important;
	color: rgba(0,0,0,.5);
	border-top: 1px solid #e1e4e6;
	overflow: hidden;
	white-space: normal;
}
.dropdown-item:hover, .dropdown-item:active, .dropdown-item:focus {
	background-color: #943400;
	color: #ffffff;
	border-top-color: rgba(255,255,255,0.3);
}
.dropdown-toggle::after {
	position: absolute;
  right: 10px;
	top: calc(50% - 2px);
  font-size: 20px;
}
.dropdown-toggle:hover:after {
	right: 20px;
}
.big-banner {
	position: relative;
}
.big-banner-img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.big-banner-inner {
	display: flex;
	justify-content: center;
	height: 240px;
}
.big-banner-title {
	align-self: center;
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 10px;
  text-align: center;
}
.dark {
	color: #222;
}
.greyline {
  background: #f8f9f9;
}
.small-banner {
	display: flex;
	justify-content: space-between;
}
.small-banner-item {
	display: flex;
	height: 70px;
	padding: 6px 21px;
}
.small-banner-item__img-box {
	display: flex;
}
.small-banner-item__img {
	align-self: center;
	height: 50px;
}
.small-banner-item__text {
	display: flex;
	align-self: center;
	font-size: 14px;
  line-height: 16px;
  margin-left: 5px;
}
.styled-block {
  border-left: 2px solid #e65100;
  background: url(../img/background.png) #eaf0f2 0 0 repeat;
  color: #2f383d;
  margin-bottom: 40px;
  clear: both;
  margin-top: 40px;
  padding: 37px 50px;
  font-size: 13px;
}
h1, h2, h3, h4 {
  font-weight: 500;
  letter-spacing: normal;
}
h1 {
	font-size: 32px;
  line-height: 32px!important;
}
h2 {
	font-size: 28px;
	line-height: 28px!important;
}
ul, ol {
  padding-left: 26px;
}
.styled-block.front h2 {
	font-size: 28px;
	line-height: 28px!important;
  margin-bottom: 15px;
  margin-top: -1px;
}
.underline {
  border-bottom: 2px solid #e65100 !important;
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 11px;
	border-bottom: 2px solid blue;
}
.contact-icon {
	display: flex;
	justify-content: center;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  background: #e65100;
  color: #fff;
  font-size: 24px;
  margin: 0 20px 20px 0;
}
.contact-icon > .fas, .contact-icon > .far {
	align-self: center;
}
.contact-inform {
	display: flex;
	flex-direction: column;
	width: 232px;
}
.contact-inform__headline {
  color: #222;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
.contact-inform__desc {
	color: #666;
	line-height: 21px;
}
.owl-carousel-img {
	width: 130px!important;
	height: 80px!important;
	margin:auto;
}
.customer-slider {
	margin-bottom: 45px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}
.name-boiler {
	margin-top: 10px;
	font-size: 16px;
}
.price-boiler {
  font-size: 18px;
  margin: 13px 0;
}
.available {
	font-size: 18px;
}
.product_price_inner {
	font-size: 24px;
	margin-top: 20px;
}
.pay_inform {
	margin-top: 20px;
}
.order-boiler-inner {
	margin: 20px 0; 
}
.service {
	margin-bottom: 15px;
}
.name-service {
	font-size: 18px;
	color: #e65100;
  margin: 15px 0;
  height: 40px;
  display: flex;
  justify-content: center;
}
.name-service__text {
	align-self: center;
}
footer {
	background: none repeat scroll 0 0 #2c364a;
	box-shadow: 0 70px 50px -20px #213040 inset;
	clear: both;
	color: #969ba5;
	font-size: 12px;
	line-height: 18px;
	min-height: 171px;
	padding: 0;
}
.copy, .info {
	padding: 21px 0;
}
.bottom-menu {
  margin-top: 22px;
}
.footer-menu-link {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.footer-menu-link:hover {
	text-decoration: none;
	color: #ff6410;
}
.footer-phone {
	margin-bottom: 12px;
}
.footer-phone a {
	display: inline-block;
	font-size: 16px;
	color: #FFF;
	margin-left: 5px;
	margin-bottom: 5px;
}
.footer-phone a:hover {
	text-decoration: none;
}
.footer-email {
	margin-bottom: 12px;
}
.footer-email a {
	color: #969ba5;
	margin-left: 5px;
}
.footer-email a:hover {
	text-decoration: none;
}

/* modal windows */
.modal-content {
	border-radius: 0px;
	border: none;
}
.modal-header {
	border-top-color: #e65100!important;
	min-height: 115px;
  padding: 30px 30px 45px 36px;
  background: #eaf0f2;
  border-top: 2px solid;
  border-radius: 0;
  display: flex;
  flex-direction:row;
}
.modal-header.success {
	border-top-color: #38ac61!important;
	background: #fff;
	border-bottom: 0;
}
.modal-header i {
	display: flex;
	justify-content: center;
	min-width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	background: #e65100;
}
.modal-header.success i {
	background: #38ac61!important;
}
.modal-header-text {
	display: flex;
	flex-direction: column;
	margin-left: 20px;
}
.modal-header-text__headline {
	font-size: 24px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 5px;
  color: #2f383d;
}
.modal-header-text__desc {
	color: #555;
}
.modal-header .close {
  font-size: 36px;
  font-weight: 700;
  color: #c2cbd2;
  opacity: 1;
}
.modal-header .close:hover {
  color: #ff6410;
  opacity: 1!important;
}
.modal-body {
	background: #fff;
	padding: 24px 60px 0;
}
.modal-body	label {
  color: #444;
}
.modal-body input {
  position: relative;
}
.modal-body .form-control {
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #d7dee3;
  height: 34px;
  padding: 6px 12px;
}
textarea.form-control {
	height: auto!important;
}
.modal-body i {
	position: absolute;
  top: 37px;
  right: 27px;
  font-size: 17px;
  color: #c4ccd1;
}
.required-star {
  color: #e02222;
  margin-left: 3px;
  font-weight: 400;
  font-size: 18px;
  vertical-align: middle;
}
.modal-footer {
	background: #fff;
	border-radius: 0;
	border: none;
	padding: 14px 60px 52px;
	display: flex;
	justify-content: space-between;
}
.modal-footer.success {
	justify-content: center;
}
.required-fields {
	display: flex;
}
.required-fields__text {
	margin-left: 5px;
}
.star {
	display: inline-flex;
	justify-content: center;
	font-size: 22px;
  background: #7b8e9a;
  border-radius: 20px;
  color: #fff;
  height: 20px;
  line-height: 26px;
  width: 20px;
}
.ajax_form .error {
	border-color: #e02222;
}

.privacy-policy {
    font-size: 12px;
    line-height: 20px;
    display: inline-block !important;
}

.privacy-policy-checkbox {
    position: relative;
    top: 2px;
}


/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Extra medium-small devices (landscape phones, 360px and up) */
@media (min-width: 360px) {
	.logo-link {
		font-size: 16px;
	}
	.header-phone__link {
		font-size: 13px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.container {
		max-width: 1008px;
	}
	.logo-link {
		font-size: 24px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.logo	{
		height: 92px;
	}
	.header-phone__link {
		font-size: 20px;
	}
	.header-phone-wrap {
		margin-top: 10px;
	}
	.navbar-nav {
		box-shadow: none;
	}
	.nav-item {
		background: none;
	}
	.nav-item>.nav-link {
    border-top: none!important;
	}
	.nav-link {
		color: #1d2029!important;
		font-size: 13px;
		font-weight: bold;
	  line-height: 20px;
	  padding: 15px 20px 16px!important;
	  margin: 0;
	  text-transform: uppercase;
	}
	.nav-item:hover {
		background: none!important;
	}
	.nav-item:hover .nav-link {
		color: #e65100!important;
		padding: 15px 20px 16px!important;
	}
	.nav-item:hover .nav-link.search-icon {
		margin-top: 2px;
	}
	.dropdown-menu {
		border: none;
		padding: 0;
		margin: 0;
		border-radius: 0;
		background-color: #d24a00;
	}
	.dropdown-menu:before {
		display: block;
		border-bottom: 6px solid #d24a00;
		content: '';
	  z-index: 100;
	  position: absolute;
	  top: -6px;
	  left: 20px;
	  width: 0;
	  height: 0;
	  border-left: 6px solid transparent;
	  border-right: 6px solid transparent;
	}
	.dropdown-toggle::after {
    position: relative;
    right: 0px;
    top: calc(50% - 2px);
    font-size: 13px;
	}
	.dropdown-toggle:hover:after {
     right: 0px; 
	}
	.dropdown-item {
		font-size: 13px;
	  padding: 9px 25px 11px 13px !important;
		color: #ffffff;
		border-top: 1px solid rgba(256,256,256,0.1);
		white-space: nowrap;
	}
	.dropdown-item:hover, .dropdown-item:active, .dropdown-item:focus {
		background-color: #943400;
		color: #ffffff;
		border-top-color: rgba(255,255,255,0.3);
	}
	.search-icon {
		margin-top: 2px;
	}
	.fas.fa-search {
		font-size: 15px;
	}
	.big-banner {
		position: relative;
		height: 400px;
	}
	.big-banner-img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.big-banner-inner {
		display: flex;
		height: 400px;
	}
	.big-banner-title {
		align-self: center;
    font-size: 40px;
    line-height: 46px;
    font-weight: 400;
    text-align: center;
	}
	.small-banner-item {
		height: 110px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.slogan	{
		display: flex;
		margin-left: 85px;
	}
	.slogan-text {
		margin-top: 10px;
	}
	nav.navbar .dropdown:hover > .dropdown-menu {
	 display: block; 
	}
	.big-banner-title {
		align-self: center;
		font-size: 32px;
    line-height: 38px;
    padding: 0 20px 19px 45px;
    font-weight: 700;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.container {
		max-width: 1008px;
	}
	.slogan	{
		margin-left: 100px;
	}
}