@font-face {
  font-family: 'Muller';
  font-style: normal;
  font-weight: 800;
  src: url('/assets/fonts/Muller-ExtraBold/MullerExtraBold.eot');
  /* IE9 Compat Modes */
  src: local('Muller Extra Bold'), local('Muller-Extra-Bold'), url('/assets/fonts/Muller-ExtraBold/MullerExtraBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/fonts/Muller-ExtraBold/MullerExtraBold.woff') format('woff'), /* Modern Browsers */ url('/assets/fonts/Muller-ExtraBold/MullerExtraBold.ttf') format('truetype'), /* Safari, Android, iOS */ url('/assets/fonts/Muller-ExtraBold/MullerExtraBold.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2f2f2f;
}
a {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1 {
  	text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px;
    font-size: 24px;
    padding: 14px;
    background: #149ad6;
    color: #fff;
    letter-spacing: 3px;
	font-weight: 600;
	border-radius: 4px;
}
.page-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 100px;
  vertical-align: middle;
  display: block;
  position: relative;
  font-weight: 800;
  margin-bottom: 25px;
}
.page-title:before {
  content: attr(title);
  display: block;
  position: absolute;
  left: -14px;
    bottom: 3px;
  font-size: 100px;
  line-height: 100px;
  color: #f4f4f4;
  z-index: -1;
  vertical-align: middle;
  font-weight: 800;
}
strong,
.strong {
  font-weight: 800;
}
.button {
  background: #ffde33;
  box-shadow: 0 4px 0 #2f2f2f;
  border-radius: 4px;
  font-weight: 800;  
  font-size: 16px;
  text-align: center;
  color: #2f2f2f;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
  padding: 10px 40px 8px;
  display: inline-block;
  letter-spacing: 0.5px;
  outline: none;
  border: none;
}
.button:active,
.button:focus,
.button:hover {
  color: #fff;
  background: #f08c0e;
}
.mt15 {
	margin-top: 15px;
}
.mt30 {
	margin-top: 30px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 28px;
  vertical-align: middle;
  border: 1px solid #0c5e93;
  color: #0c5e93;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  color: #f08c0e;
  border-color: #f08c0e;
}
.owl-carousel .owl-nav .owl-prev {
  margin-right: 12px;
}
.header {
  padding-top: 55px;
  padding-bottom: 30px;
}
.header .logo {
  display: block;
  text-align: left;
  
}
.header .logo img {
  display: inline-block;
}
.header .top {
  text-align: right;
  
  margin-bottom: 20px;
}
.header .top .top-phone {
  display: inline-block;
  font-size: 24px;
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  vertical-align: middle;
  margin-right: 30px;
}
.header .top .top-phone a {
	color: #2f2f2f;
}
.header .top .top-phone span {
	font-size: 16px;
	
	text-align: right;
    
}
.header .top .top-phone .top-phone-icon {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.header .top .top-button {
  padding: 10px 60px 8px;
}
.header .navigation ul {
  text-align: right;
  margin: 0;
  padding: 0;
}
.header .navigation ul li {
  display: inline-block;
  margin-left: 25px;
}
.header .navigation ul li a {
  color: #2f2f2f;
  display: block;
  padding: 10px;
  font-size: 16px;
  position: relative;
}
.header .navigation ul li a:hover {
  color: #0c5e93;
}
.header .navigation ul li:last-child a {
  padding: 10px 0 10px 10px;
}
.header .navigation ul li a:before {
	background: #149ad6;
    border-radius: 2px;
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: -5px;
    bottom: 18px;
}
.lead-screen {
  background: #ededed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 60px;
}


.lead-screen .lead-screen-content .lead-screen-title {
  font-size: 48px;
  line-height: 57px;
  color: #fff;
  margin-bottom: 55px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  letter-spacing: 0.3px;
}
.lead-screen .lead-screen-content .lead-screen-title > span {
  color: #ffc41b;
}
.lead-screen .lead-screen-content .lead-screen-description {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}
.lead-screen .lead-screen-content .lead-screen-button {
  margin-top: 80px;
  padding: 18px 100px 16px;
}
.lead-screen .lead-screen-download {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  width: 165px;
  display: block;
  padding: 0 25px;
}
.lead-screen .lead-screen-download:hover {
  color: #ffc41b;
}
.lead-screen .lead-screen-download span {
  display: block;
}
.lead-screen .lead-screen-download img {
  margin-top: 15px;
  display: inline-block;
}
.lead-screen .left_ img {
	margin-bottom: 40px;
	max-width: 100%;
}

.lead-screen .left_ ul {
    padding: 0;
}
.lead-screen .left_ ul>li {
	list-style-type: none;
	position: relative;
	padding-left: 68px;
    margin-bottom: 14px;
    font-size: 16px;
	
}
.lead-screen .left_ ul>li:before {
	background-size: 100%;
    content: '';
    width: 50px;
    height: 82px;
    position: absolute;
    left: 0; 
    top: -14px;
    background-position: center;
    background-repeat: no-repeat;
}
.lead-screen .left_ ul>li:nth-child(1) {
    
}
.lead-screen .left_ ul>li:nth-child(1):before {
	background-image: url(../../assets/images/icon-ex.png);
	top: -27px;
}
.lead-screen .left_ ul>li:nth-child(2):before {
	background-image: url(../../assets/images/icon-anticorrosive.png);
}
.lead-screen .left_ ul>li:nth-child(3):before {
	background-image: url(../../assets/images/icon-proizv.png);
}
.lead-screen .left_ ul>li:nth-child(4):before {
	background-image: url(../../assets/images/icon-r410a.png);
}
.lead-screen .left_ ul>li:nth-child(5):before {
	background-image: url(../../assets/images/icon-pult.png);
}
.lead-screen .right_ {
	padding-top: 50px;
}
.lead-screen .right_ ul {
    padding: 0;
}
.lead-screen .right_ ul>li {
	list-style-type: none;
	position: relative;
    padding-left: 100px;
    line-height: 50px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.lead-screen .right_ ul>li span {
	display: block;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: normal;
}
.lead-screen .right_ ul>li:before {
	background-size: contain;
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0; 
	bottom: 2px;
    background-position: center;
    background-repeat: no-repeat;
}
.lead-screen .right_ ul>li:nth-child(1):before {
	background-image: url(../../assets/images/icon-garantiy.png);
}
.lead-screen .right_ ul>li:nth-child(2):before {
	background-image: url(../../assets/images/icon-proizv2.png);
}
.lead-screen .right_ ul>li:nth-child(3):before {
	background-image: url(../../assets/images/icon-dostavka.png);
}
.lead-screen .right_ ul>li:nth-child(4):before {
	background-image: url(../../assets/images/icon-montag.png);
}
.lead-screen .right_ .button {
	display: block;
    max-width: 260px;
    margin: 30px auto;
}

.lead-screen-download {
	padding: 140px 0;
    background: url(../../assets/images/fon1.jpg) center top no-repeat;
    color: #fff;
    height: 320px;
}
.lead-screen-download a {
	margin: auto;
    display: block;
    max-width: 260px;
    background: #ffffff;
    box-shadow: none;
	position: relative;
	padding: 16px 60px 16px 30px;
}
.lead-screen-download a:after {
	content: '';
    background-image: url(../../assets/images/icon-download-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 27px;
    height: 19px;
    position: absolute;
	bottom: 21px;
    margin-left: 13px;
}

.lead-screen-advantages {
  margin-top: -115px;
  margin-bottom: 100px;
}
.lead-screen-advantages .lead-screen-advantages-item {
  background: #0c5e93;
  padding: 18px 20px 50px;
  color: #fff;
  max-height: 180px;
  min-height: 180px;
  -webkit-box-shadow: 5px 5px 10px 3px rgba(76, 76, 76, 0.35);
  box-shadow: 5px 5px 10px 3px rgba(76, 76, 76, 0.35);
}
.lead-screen-advantages .lead-screen-advantages-item .lead-screen-advantages-title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  letter-spacing: 0.3px;
}
.lead-screen-advantages .lead-screen-advantages-item .lead-screen-advantages-description {
  font-size: 16px;
  line-height: 24px;
}
.products {
  padding-bottom: 180px;
  padding-top: 100px;
}
.products .description {
    margin: 0 0 40px;
    font-size: 18px;
    line-height: 28px
}
.products .products-image,
.products .products-thumbnails-image {
  border: 1px solid #f7f7f7;
  display: block;
  padding: 15px;
  overflow: hidden;
  position: relative;
}
.products .products-image:hover,
.products .products-thumbnails-image:hover {
  border-color: #0c5e93;
}
.products .products-thumbnails-image {
  margin-bottom: 30px;
}
.products .products-image {
  margin-bottom: 50px;
}
.products .products-content {
  padding: 16px;
    border-radius: 4px;
    border: 4px solid #ededed;
	    margin-bottom: 30px;
}
.products .products-content h2 {
	font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 800;
    margin: 10px 0 0;
    min-height: 78px;
}
.products .products-content h2>span {
	display: block;
    color: #149ad6;
    text-transform: uppercase;
    font-size: 22px;
}
.products .products-content p {
  font-size: 16px;
  line-height: 24px;
}
.products .products-content ul {
	padding: 0;
}
.products .products-content ul>li {
	margin: 9px 0;
    font-size: 14px;
	font-weight: 600;
    line-height: 16px;
    border-bottom: 1px solid #ededed;
	min-height: 33px;
}
.products .products-content ul>li>span {
	margin: 0 0 2px;
    font-weight: normal;
    display: block;
}
.products .products-content ul>li.ex, .products .products-content ul>li.pro-green {
	position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    border: none;
    font-weight: 800;
}
.products .products-content ul>li.ex:before, .products .products-content ul>li.pro-green:before {
	background-size: 100%;
    content: '';
    width: 30px;
    height: 42px;
    position: absolute;
    left: 0;
    bottom: 2px;
    background-position: center;
    background-repeat: no-repeat;
}
.products .products-content ul>li.ex:before {	
    background-image: url(../../assets/images/icon-ex.png);
}
.products .products-content ul>li.pro-green:before {
	background-image: url(../../assets/images/icon-progreen.jpg);
}
	
.products .products-content img {
	max-width: 100%;
    margin: 0 auto 20px;
	display: block;
}

.products .products-button-wrapper {
  padding-top: 20px;
  text-align: center;
}
.products .products-button-wrapper .products-button {
    padding: 10px 20px 8px;
    display: block;
}
.auto .list ul,
.products-content ul,
.objects-content ul {
  list-style: none;
  padding: 0 0 15px 0;
  margin: 0;
}
.auto .list ul li,
.objects-content ul li {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 20px;
  padding-left: 2em;
  text-align: left;
}
.auto .list ul li:before,
.objects-content ul li:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f00c";
  color: #ffc41b;
  display: inline-block;
  width: 2em;
  margin-left: -2em;
}
.manufacture {
    background: #ededed;
	padding-bottom: 60px;
	padding-top: 60px;
    position: relative;
    z-index: 1;    
}
.manufacture .page-title:before {
    color: #fff;
}
.manufacture iframe {
	max-width: 100%;
	margin: 10px auto;
    display: block;
}
.manufacture .advantages-item {
	padding: 20px 2px 22px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    min-height: 100px;
    font-weight: 600;
    border-radius: 4px;
    border: 4px solid #ffffff;
	margin: 5px 0 30px;
}

.manufacture .advantages-item .out {
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.manufacture .manufacture-slider-item {
	margin: 20px;
}
    
.manufacture .manufacture-image img {
	margin: 0 0 30px;
}
.manufacture .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
    left: -40px;
    top: 96px;
}
.manufacture .owl-carousel .owl-nav button.owl-next {
	position: absolute;
    right: -40px;
    top: 96px;
}

.objects {
  padding-bottom: 60px;  
    position: relative;
    z-index: 1;
    padding-top: 60px;
}

.objects .objects-image,
.objects .objects-thumbnails-image {
  border: 1px solid #f7f7f7;
  display: block;
  padding: 15px;
  overflow: hidden;
  position: relative;
}
.objects .objects-image:hover,
.objects .objects-thumbnails-image:hover {
  border-color: #0c5e93;
}
.objects .objects-image {
  margin-bottom: 10px;
}
.objects .objects-content {
  padding-right: 65px;
     margin-top: 30px;
}
.objects .objects-content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.objects .objects-button-wrapper {
  
  padding-bottom: 10px;
  
}
.objects .objects-button-wrapper .objects-button {
  padding: 20px 105px 18px;
  
}
.objects .objects-button-wrapper .objects-button:hover {
  background: #ff551b;
}
.objects .objects-title {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 25px;
}
.objects .objects-slider .owl-dots {
  
  text-align: center;
  width: 100%;
  display: inline-block;
}
.objects .objects-slider .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #149ad6;
  margin-right: 10px;
  border-radius: 100%;
  outline: none;
}
.objects .objects-slider .owl-dots .owl-dot.active {
  background: #0c5e93;
}
.objects .objects-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.objects .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
}
.advantages {
  background: url('/assets/images/screen-background.jpg') no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 20px;
  margin-bottom: 100px;
  
}
.advantages.dispatcher {
  margin-bottom: 0;
}
.advantages .advantages-title {
  font-size: 30px;
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 100px;
}
.advantages .advantages-title > span {
  color: #149ad6;
}
.advantages .advantages-description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 75px;
  max-width: 650px;
}
.advantages .advantages-item {
  padding: 10px 2px 15px;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 18px;
  
  
  text-align: center;
  min-height: 150px
}
.advantages .more {
  margin-bottom: 30px
}
.why .advantages-item {
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    text-align: left;
    border: 0;
}
.why .advantages-item p {
    position: relative;
    padding-left: 120px;
    min-height: 72px;
    font-weight: 600;
}
.why .advantages-item p:before {
	background-size: 100%;
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 2px;
    background-position: center;
    background-repeat: no-repeat;
}
.why .advantages-item.one p:before {
	background-image: url(../../assets/images/oblast-1.png);
}
.why .advantages-item.two p:before {
	background-image: url(../../assets/images/oblast-2.png);
}
.why .advantages-item.three p:before {
	background-image: url(../../assets/images/oblast-3.png);
}
.why .advantages-item.four p:before {
	background-image: url(../../assets/images/oblast-4.png);
}
.why .advantages-item.five p:before {
	background-image: url(../../assets/images/oblast-5.png);
}
.why .advantages-item.six p:before {
	background-image: url(../../assets/images/oblast-6.png);
}

.auto {
  background: none;
  color: #2f2f2f;
  padding: 0
}
.auto .list ul {
  margin: 0;
  padding: 0;
}
.auto .list ul li {
  list-style-type: none;
}
.apps {
  margin-bottom: 120px;
}
.apps .apps-content .apps-phone {
  margin: -80px auto 0;
  width: 400px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  height: 450px;
  position: relative;
  display: block;
  background: #fff url('/assets/images/mobile.jpg') no-repeat center bottom 50px;
}
.apps .apps-content .apps-description {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.apps .apps-icon {
  height: 500px;
  width: 100%;
  display: block;
}
.apps .apps-icon.apps-icon-ios {
  background: url('/assets/images/logo-ios.png') no-repeat right center;
}
.apps .apps-icon.apps-icon-android {
  background: url('/assets/images/logo-android.png') no-repeat left center;
}
.certificates {
  margin-bottom: 80px;
}
.certificates .certificates-item {
  display: block;
  padding: 10px;
  margin-right: 30px;
  border: 1px solid #f7f7f7;
}
.certificates .certificates-item:hover {
  border-color: #0c5e93;
}
.certificates .certificates-slider .owl-nav {
  padding-top: 60px;
  text-align: center;
}
.reviews {
  position: relative;
  margin-bottom: 100px;
}
.reviews .reviews-slider .owl-dots {
  padding-top: 15px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.reviews .reviews-slider .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #f08c0e;
  margin-right: 10px;
  border-radius: 100%;
  outline: none;
}
.reviews .reviews-slider .owl-dots .owl-dot.active {
  background: #0c5e93;
}
.reviews .reviews-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.reviews .reviews-item .reviews-item-text {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 50px;
  position: relative;
  padding: 45px 98px 15px;
}
.reviews .reviews-item .reviews-item-text:before,
.reviews .reviews-item .reviews-item-text:after {
  content: '';
  position: absolute;
  display: block;
  width: 62px;
  height: 48px;
  background: transparent url('/assets/images/icon-quotes.png?1') no-repeat;
}
.reviews .reviews-item .reviews-item-text:before {
  top: 0;
  left: 0;
}
.reviews .reviews-item .reviews-item-text:after {
  bottom: 0;
  right: 0;
}
.reviews .reviews-item .reviews-item-author {
  text-align: right;
  font-size: 20px;
  font-weight: 800;
}
.consultation {
  background: url('/assets/images/screen-background-2.jpg') no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 75px 0;
  color: #fff;
}
.consultation .consultation-title {
  font-size: 29px;
  line-height: 36px;
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 35px;
  color: #ffde33;
}
.consultation .consultation-description {
  font-size: 16px;
  line-height: 24px;
}
.consultation .consultation-form {
  background: #fff url('/assets/images/background-pattern.png');
  border-radius: 4px;
  padding: 30px 20px 30px 30px;
  white-space: nowrap;
  position: absolute;
  right: 7px;
  top: 0;
  left: 0;
}
.consultation .consultation-form .consultation-form-field {
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 100%;
  max-width: 260px;
  margin-right: 12px;
}
.consultation .consultation-form .consultation-form-field.form-field-name:before,
.consultation .consultation-form .consultation-form-field.form-field-phone:before {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 17px;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #2f2f2f;
}
.consultation .consultation-form .consultation-form-field.form-field-name:before {
  content: "\f007";
}
.consultation .consultation-form .consultation-form-field.form-field-phone:before {
  content: "\f095";
}
.consultation .consultation-form .consultation-form-button {
  padding: 15px 35px;
  
}
.consultation .consultation-form .consultation-form-button:hover {
  background: #ff551b;
}
form .form-input {
  border: 1px solid #dcdcdc;
  padding: 15px 15px 15px 40px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #2f2f2f;
  outline: none;
  width: 100%;
}
form .form-input:focus {
  border-color: #0c5e93;
  outline: none;
}
.contacts {
  height: 500px;
  position: relative;
  background: #dcdcdc url('/assets/images/tmp-map.jpg') no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contacts .container {
  position: relative;
}
.contacts .contacts-block {
  position: absolute;
  right: 110px;
  top: 57px;
  background: #fff;
  padding: 20px;
  width: 460px;
}
.contacts .contacts-content {
  padding: 20px 20px 35px;
  border: 1px solid #dcdcdc;
}
.contacts .contacts-logo {
  margin: 10px auto 30px;
  display: block;
  max-width: 200px;
}
.contacts .contacts-field {
  padding-left: 55px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  vertical-align: middle;
}
.contacts .contacts-field > img {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.contacts .contacts-field a {
  color: #2f2f2f;
  border-bottom: 1px solid rgba(47, 47, 47, 0.8);
}
.contacts .contacts-field a:hover {
  border-bottom: 1px solid transparent;
}
.contacts .contacts-form {
  padding-top: 35px;
}
.contacts .contacts-form .contacts-form-field {
  position: relative;
  vertical-align: top;
  display: block;
  margin-bottom: 20px;
}
.contacts .contacts-form .contacts-form-field.form-field-name:before,
.contacts .contacts-form .contacts-form-field.form-field-phone:before {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 17px;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #2f2f2f;
}
.contacts .contacts-form .contacts-form-field.form-field-name:before {
  content: "\f007";
}
.contacts .contacts-form .contacts-form-field.form-field-phone:before {
  content: "\f095";
}
.contacts .contacts-form .contacts-form-button {
  padding: 15px 35px;
  display: block;
  width: 100%;
  background: #f08c0e;
}
.contacts .contacts-form .contacts-form-button:hover {
  background: #ff551b;
}
/* Написать в WhatsApp */

.whatsapp_ {
	position: fixed;
    right: 30px;
    bottom: 4px;
    background: #009E43;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    cursor: pointer;
    padding: 6px 40px 4px;
    letter-spacing: 0.5px;
    z-index: 9999999;
}
.whatsapp_:before {
	content: '';
    background-image: url(../images/icon_whatsapp.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 44px;
    height: 44px;
    z-index: 999999999;
    left: -20px;
    bottom: -4px;
}
.whatsapp_:hover, .whatsapp_:active, .whatsapp_:focus {
	color: #fff;
	background: #027f37;
}

/* -------------------- */
.footer {
  padding-top: 30px;
  padding-bottom: 50px;
  background: #575757;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.footer p {
  margin-bottom: 0;
}
.footer a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.footer a:hover {
  border-bottom: 1px solid transparent;
}
.footer .footer-logo img {
  max-width: 130px;
  display: block;
  margin: 0 auto;
}
.footer .footer-links,
.footer .footer-copyright {
  padding-top: 20px;
}
.footer .footer-links {
  text-align: right;
}
.top-mobile {
  background: #2f2f2f;
  padding: 15px 0;
  font-size: 20px;
  text-align: center;
}
.top-mobile a {
  color: #fff;
}
.hidden-row {
  display: none;
}
.visible {
    display: block!important
}

#scrollup {
    position: fixed;
    opacity: 0;
    padding: 15px 10px 10px;
    right: 10px;
    bottom: 10px;
    display: none;
    cursor: pointer;
    z-index: 9
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto
}

.popup-form {
    max-width: 500px;
    position: relative
}

.popup-form .success {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding-top: 120px;
    text-align: center;
    font-size: 25px;
    z-index: 1
}

.popup-form label {
    font-weight: 700
}

.popup-form input {
    font-weight: 400;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #cacaca
}

.popup-form textarea {
    width: 100%;
    max-height: 200px;
    margin-bottom: 20px;
    border: 1px solid #cacaca;
    padding: 5px 10px
}

.popup-form .button {
    border: none;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    width: 100%;
    color: #fff;
    
    text-transform: uppercase;
    font-weight: 700
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0
}

.hider {
  display: none
}
/* email form */
.preloader {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.loader{
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #ffde33;
    border-bottom: 16px solid #ffde33;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* END email form */

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .header .navigation ul li {
    margin-left: 15px;
  }
  .lead-screen-advantages .lead-screen-advantages-item .lead-screen-advantages-title {
    font-size: 16px;
    line-height: 24px;
  }
  .lead-screen-advantages .lead-screen-advantages-item .lead-screen-advantages-description {
    font-size: 14px;
    line-height: 22px;
  }

  .consultation .consultation-form {
    white-space: normal;
    position: relative;
    right: 0;
    top: 0;
    left: 0;
  }
  .consultation .consultation-form .consultation-form-field {
    margin-bottom: 20px;
    max-width: 270px;
  }
  .consultation .consultation-form .consultation-form-field.form-field-phone {
    margin-right: 0;
  }
  .consultation .consultation-form .consultation-form-button {
    padding: 15px 55px;
    margin: 0 auto;
    display: block;
  }
  .contacts .contacts-block {
    right: 15px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

  .page-title {
    text-align: center;
    line-height: 36px;
  }
  .page-title:before {
    display: none;
  }
  .reviews {
    margin-bottom: 40px;
  }
  .reviews .reviews-item .reviews-item-text {
    margin-bottom: 30px;
    padding: 25px;
    text-align: center;
  }
  .reviews .reviews-item .reviews-item-text:before,
  .reviews .reviews-item .reviews-item-text:after {
    width: 30px;
    background-size: contain;
  }
  .reviews .reviews-item .reviews-item-text:after {
    bottom: -25px;
  }
  .reviews .reviews-item .reviews-item-author {
    text-align: center;
  }
  .header {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .header .top {
    padding-top: 50px;
    margin-bottom: 0;
  }

  .lead-screen-advantages .lead-screen-advantages-item {
    margin-bottom: 20px;
  }
  .lead-screen-advantages .lead-screen-advantages-item .lead-screen-advantages-title br {
    display: none;
  }
  
  .manufacture .owl-carousel .owl-nav button.owl-prev, .manufacture .owl-carousel .owl-nav button.owl-next {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
}
.manufacture .owl-carousel .owl-nav {
	text-align: center;
}
  
  .objects .objects-slider .objects-slider-item {
    padding-right: 20px;
  }
  .objects .objects-slider .objects-slider-item .gallery {
    margin-bottom: 30px;
  }
  .objects .objects-content {
    padding-right: 0;
  }
  .consultation .consultation-title {
    margin-bottom: 20px;
  }
  .consultation .consultation-description {
    margin-bottom: 20px;
  }
  .consultation .consultation-form {
    white-space: normal;
    position: relative;
    right: 0;
    top: 0;
    left: 0;
  }
  .consultation .consultation-form .consultation-form-field {
    margin-bottom: 0;
    max-width: 230px;
  }
  .consultation .consultation-form .consultation-form-field.form-field-phone {
    margin-right: 12px;
  }
  .consultation .consultation-form .consultation-form-button {
    padding: 15px 35px;
    margin: 0;
    display: inline-block;
  }
      .header .logo img {
		max-width: 250px;
    margin: 20px auto 0;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .header .logo {
    display: block;
    text-align: center;
  }

  .lead-screen {
    padding-bottom: 110px;
  }
  .lead-screen .lead-screen-content {
    text-align: center;
  }
  .lead-screen .lead-screen-content .lead-screen-title {
    font-size: 38px;
    line-height: 47px;
  }
  .lead-screen .lead-screen-content .lead-screen-description {
    font-size: 16px;
    line-height: 24px;
  }
  .lead-screen .lead-screen-content .lead-screen-button {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 18px 100px 16px;
  }
  .lead-screen .lead-screen-button {
    width: 100%;
    padding: 18px 20px 16px;
  }
  .lead-screen .lead-screen-download {
    margin: 0 auto;
  }
  .lead-screen-advantages {
    margin-top: -50px;
  }
  .lead-screen-advantages .lead-screen-advantages-item .lead-screen-advantages-description br {
    display: none;
  }
  .products {
    padding-bottom: 100px;
  }
  .products .products-button {
    width: 100%;
  }
  .objects {
    padding-bottom: 100px;
  }
  .objects .objects-button {
    width: 100%;
  }
  .consultation .consultation-form {
    white-space: normal;
    position: relative;
    right: 0;
    top: 0;
    left: 0;
  }
  .consultation .consultation-form .consultation-form-field {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .consultation .consultation-form .consultation-form-field.form-field-phone {
    margin-right: 0;
  }
  .consultation .consultation-form .consultation-form-button {
    width: 100%;
  }
  .contacts .contacts-block {
    width: 100%;
    position: relative;
    right: 0;
  }
  .footer .footer-logo {
    margin-bottom: 20px;
  }
  .footer .footer-links,
  .footer .footer-copyright {
    padding-top: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .apps .apps-content .apps-phone {
    width: 100%;
  }
  .advantages .advantages-item {
    min-height: 180px
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 450px) {
	h1 {
		font-size: 22px;
		letter-spacing: normal;
		font-weight: normal;
	}	
	.lead-screen .left_ ul>li {
	text-align: left;
	}
	.lead-screen .left_ ul>li:before {
		bottom: auto;
    top: -17px;
	}
	.lead-screen .right_ ul>li {
	padding-left: 60px;
	line-height: 22px;
	
	}
	.lead-screen .right_ ul>li:before {
	width: 50px;
    height: 50px;
    top: 16px;
    bottom: auto;
	}
	.lead-screen .right_ ul>li span {
	    margin-top: 12px;
	}
	
	.why .advantages-item p {
	font-size: 14px;
    line-height: 18px;
    padding-left: 50px;
	}
	.why .advantages-item p:before {
	width: 50px;
    height: 50px;
    left: -10px;
    bottom: auto;
	top: -14px;
	}
	.advantages .advantages-item {
	min-height: 70px;
	}
	.objects .owl-nav {
		top: -140px;
	}
	.objects .objects-slider .owl-dots {
		display: none;
	}
	.objects {
		padding-bottom: 0;
	}
	.objects .objects-button-wrapper .objects-button {
		padding: 20px 15px 18px;
	}
	.advantages .advantages-title {
		font-size: 26px;
	}
	.contacts .contacts-field {
		padding-left: 34px;
		
	}
	.contacts .contacts-field > img {
		left: -10px;
	}
	
}

#validator{
  display: none;
}
/* Custom, iPhone Retina */
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*# sourceMappingURL=style.css.map */














