@font-face {
  font-family: "ClearSansRegular";
  src: url("../fonts/ClearSansRegular/ClearSansRegular.eot");
  src: url("../fonts/ClearSansRegular/ClearSansRegular.eot?#iefix")format("embedded-opentype"),
  url("../fonts/ClearSansRegular/ClearSansRegular.woff") format("woff"),
  url("../fonts/ClearSansRegular/ClearSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "ClearSansBoldItalic";
  src: url("../fonts/ClearSansBoldItalic/ClearSansBoldItalic.eot");
  src: url("../fonts/ClearSansBoldItalic/ClearSansBoldItalic.eot?#iefix")format("embedded-opentype"),
  url("../fonts/ClearSansBoldItalic/ClearSansBoldItalic.woff") format("woff"),
  url("../fonts/ClearSansBoldItalic/ClearSansBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}

ul, li {
  list-style:none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline:none;
}

button:active, button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

img {
  margin: 0 auto;
}

section {
  padding: 120px 0;
}

.section-heading {
  text-align: center;
  text-transform: uppercase;
  color: #4c5462;
  font-weight: bold;
  margin-bottom: 100px;
}

.section-heading p {
  font-weight: normal;
}

.section-heading:after {
  content: "";
  background: url("../images/line-shape.png");
  display: block;
  width: 73px;
  height: 11px;
  margin: 20px auto;  
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100500;
}

#page-preloader .clock {
    position: absolute;
  width: 4rem;
  height: 4rem;
  border: 0.4rem solid #104088;
  border-radius: 100%;
    top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.clock:before,
.clock:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.2rem 0 0 -0.2rem;
  border-bottom: 0.4rem solid #104088;
  border-radius: 0.6rem;
  -webkit-transform-origin: 0.2rem center;
}
.clock:before {
  width: 30%;
  -webkit-animation: hour 10s linear infinite;
}
.clock:after {
  width: 40%;
  background-color: #104088;
  -webkit-animation: minute 1s linear infinite;
}
@-webkit-keyframes hour {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes minute {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
  background: none;
}

body {
  font-family: 'ClearSansRegular', sans-serif;
  font-size: 1.5em;
  color: #333;
  background: #fff;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
  cursor: default;
}

body.modal-open {
  overflow: auto;
  padding-right: 0px !important;
}

#cp {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #104088;
  color: #fff;
  text-align: center;
  display:none;
  z-index: 10000;
}

#cp p {
  margin: 0;
  padding: 10px;
}

#cp span a {
  color: #fff;
  text-decoration: underline;
  margin-right: 5px;
}

.cp-close {
  background: #fff;
  color: #104088;
  padding: 4px;
  border-radius: 5px;
  cursor: pointer;
}

.cp-close:hover, .cp-close:focus, .cp-close:active {
  background: #fff;
  color: #104088;
  text-decoration: none;
  outline:none;
}

.navbar {
  background: #fff;
  width: 100%;
  padding-top: 8px;  
  margin-bottom: 0px;
  border-radius: 0px;
  border-bottom: 0;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  z-index: 3;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(167,167,167,1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(167,167,167,1);
  box-shadow: 0px 3px 5px 0px rgba(167,167,167,1);
}

.navbar-nav li a {
  color: #666666;
  font-size: 1.2em;
}
.nav>li>a:hover, .nav>.active>a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #1d4380;
}

header {
  background: url(../images/header-bg.jpg) center center;
  position: relative;
}

header:before {
  border-right: 50vw solid #fff;
  border-top: 160px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}

header:after {
  border-left: 50vw solid #fff;
  border-top: 160px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 0;
}

.scroll-icon {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.scroll-icon i {
  color: #fff;
  font-size: 48px;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

.top-contacts {
  text-align: center;
  padding-bottom: 30px;
}

.adress {
  text-align: right;
}

#about {
  color: #fff;
  font-size: 1.5em;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);

}
#about h1 {
  padding: 100px 0 100px;
  text-align: center;
}

.top {
  font-family: 'ClearSansBoldItalic', sans-serif;
  font-size: 1.5em;
  text-align: right;
  font-weight: bold;
  font-style: italic;
}

#about .row { 
  padding-bottom: 50px;
}

#advantages {
  padding-top: 120px;
  padding-bottom: 0;
}

#advantages h5 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
}

#advantages i {
  display: block;
  text-align: center;
  font-size: 4.5em;
}

#advantages .col-sm-4:after {
  content: "";
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #1d4380 0%, #08166d 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #1d4380 0%, #08166d 100%) repeat scroll 0 0;
  display: block;
  height: 2px;
}

.production {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.o2, .he, .ar2, .n, .c3h8, .c2h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.o2 {
  color: #41b3e5;
}

.he {
  color: #bc6635;
}

.ar2 {
  color: #a9afb5;
}

.n {
  color: #181818;
}

.c3h8 {
  color: #d03022;
}

.c2h2 {
  color: #d2d4d3;
}

#production h3 {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #1d4380 0%, #08166d 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #1d4380 0%, #08166d 100%) repeat scroll 0 0;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  height: 40px;
}

.production img {
  float: left;
  padding: 10px;
}

#production p {
  padding: 10px;
  margin-left: 70px;
}

#equipment {
  background: #f1f1f1;
}

#equipment h3 {
  color: #1d4380;
}

#equipment .right {
  margin: 100px 0;
  border-width: 3px 0 3px 3px;
  border-style: solid;
  -webkit-border-image: 
  -webkit-gradient(linear, 100% 0, 0 0, from(#1d4380), to(#08166d))) 1 100%;
  -webkit-border-image: 
  -webkit-linear-gradient(right, #1d4380, #08166d) 1 100%;
  -moz-border-image:
  -moz-linear-gradient(right, #1d4380, #08166d) 1 100%;  
  -o-border-image:
  -o-linear-gradient(right, #1d4380, #08166d) 1 100%;
  border-image:
  linear-gradient(to right, #1d4380, #08166d) 1 100%;
}

#equipment .left {
  border-width: 3px 3px 3px 0;
  border-style: solid;
  -webkit-border-image: 
  -webkit-gradient(linear, 0 0, 100% 0, from(#1d4380), to(#08166d))) 1 100%;
  -webkit-border-image: 
  -webkit-linear-gradient(left, #1d4380, #08166d) 1 100%;
  -moz-border-image:
  -moz-linear-gradient(left, #1d4380, #08166d) 1 100%; 
  -o-border-image:
  -o-linear-gradient(left, #1d4380, #08166d) 1 100%;
  border-image:
  linear-gradient(to left, #1d4380, #08166d) 1 100%
}

#delivery {
  background: url(../images/delivery-bg.jpg) center center;
  text-align: center;
}

#delivery span {
  display: block;
  height: 60px;
  margin: 0 auto;
  position: relative;
  width: 60px;
}

#delivery span:after {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #1d4380 0%, #08166d 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #1d4380 0%, #08166d 100%) repeat scroll 0 0;
  border-radius: 50px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

#delivery i {
  background-color: #f5f7fa;
  border-radius: 60px;
  color: #08166d;
  display: inline-block;
  font-size: 33px;
  height: calc(100% - 2px);
  line-height: 58px;
  position: relative;
  text-align: center;
  top: 1px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: calc(100% - 2px);
  z-index: 1;
}

#lease {
  background: url(../images/lease-bg.jpg);
}

#lease .section-heading {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

#lease .section-heading:after {
  content: "";
  background: url("../images/line-shape-white.png");
  display: block;
  width: 73px;
  height: 11px;
  margin: 20px auto;  
}

#lease img {
  border-bottom: 5px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

#map {
  width:100%;
  height:700px;
  position: relative;
}

#contacts {
  padding: 0;
}

#contacts p {
  padding-bottom: 20px;
  font-size: 1.2em;
}

#contacts i {
  padding-right: 5px;
  font-size: 1.2em;
}

.contact-box {
  background-color: #1d4380;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  right: 0;
  top: 90%;
  margin: 0 auto;  
}

#contacts .col-sm-7 {
  background-color: #fff;
  padding: 50px; 
}

#contacts .col-sm-5 {
  color: #fff;
  padding: 50px; 
}

#contacts .form-control {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
  -o-border-image: none;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  color: #2b323f;
  height: auto;
  margin-top: 30px;
  padding: 10px 0;
  position: relative;
}

#contacts .btn {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #1d4380 0%, #08166d 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #1d4380 0%, #08166d 100%) repeat scroll 0 0;
  text-transform: uppercase;
  color: #fff;
  border: none;
  padding: 10px 35px;
  border-radius: 20px;
}

#contacts .btn:hover,
#contacts .btn:focus {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer {
  background-color: #2a3152;
  height: 150px;
}

.copyright p {
  text-align: center;
  color: #fff;
  margin-top: 100px;
}