* {
  transition: all 0.2s linear;
}
body, html {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 800px;
}
a, a:hover {
  text-decoration: none;
}
#top-bar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 20px 0 20px 0;
  background: #18212B;
}
#top-bar-inner {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 20px 0 20px 0;
  background: #18212B;
  border-bottom: 2px solid #66a50b;
}
.inner {
  width: 90%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.logo {
  float: left;
}
.nav.nav-pills {
  float: left;
  margin-left: 3%;
}
.nav-pills > li a {
  color: rgba(255,255,255,.7);
}
.nav-pills > li a:hover {
  color: #fff;
  background: transparent;
}
.nav-pills > li a:focus {
  background: transparent;
  color: #66a50b;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {
  background: transparent;
  color: #66a50b;
}
.ru-eng-switch {
  float: right;
  text-transform: uppercase;
  color: #fff;
  font-family: 'pf_din_text_universalmedium';
  height: 35px;
}
.ru-eng-switch a {
  display: block;
  margin-top: 1px;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 15px 2px 15px;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.ru-eng-switch a:hover {
  color: #66a50b;
  border: 1px solid #66a50b;
}
img {
  max-width: 100%;
}
.slider-box {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.6);
  
}
.slider-box:first-of-type {
  background-color: #2c343b;
  background-image:url(../images/back-main.jpg); 
}
.slider-box:nth-of-type(2) {
  background-color: #3d4952;
  background-image:url(../images/1-img.jpeg);
}
.slider-box:nth-of-type(3) {
  background-color: #586775;
  background-image:url(../images/5-img.jpeg);
}
.slider-box:nth-of-type(4) {
  background-color: #2c343b;
  background-image:url(../images/zavod.jpg);
}
.slides-navigation a {
  font-size: 80px;
  color: rgba(255,255,255,.5);
}
.slides-navigation a:hover {
  color: #fff;
}
.layout {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: 1000;
  display: table;
}
.txt-block {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.txt-block.center {
  text-align: center;
  padding: 0 10% 15% 10%;
}
.txt-block h2 {
  font-family: 'pf_din_text_universalregular';
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 5em;
  display: block;
  line-height: 1em;
  margin-bottom: 20px;
}
.txt-block p {
  font-family: 'pf_din_text_universallight';
  color: #fff;
  font-size: 1.5em;
  display: block;
  max-width: 700px;
  margin: 0 auto;
}
.view-pdf {
  display: block;
  padding: 15px 25px 15px 25px;
  color: #fff;
  border-radius: 6px;
  font-family: 'pf_din_text_universalregular';
  font-size: 20px;
  text-decoration: none;
  background: rgba(0,0,0,.7 );
  width: 270px;
  margin: 0 auto;
  margin-top: 40px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.5), 0 10px 10px rgba(0,0,0,0.4);
}
.view-pdf:hover {
  color: #fff;
  background: #66a50b;
  box-shadow: 0 19px 38px rgba(0,0,0,0.7), 0 15px 12px rgba(0,0,0,0.4);
}
.small-snippet {
  position: relative;
  width: 500px;
  margin: 0 auto;
  bottom: -45%;
  font-family: 'pf_din_text_universallight';
  font-size: 1.5em;
  /*border-radius: 10px;
  border: 2px dashed rgba(255,255,255,.7);
  */
}
.small-snippet p {
  color: rgba(255,255,255,.7);
}



#content {
  display: table;
  width: 100%;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.inner-content {
  width: 90%;
  margin: 0 auto;
  margin-top: 120px;
}
.inner-content h3 {
  font-family: 'pf_din_text_universalmedium';
  color: #000;
  font-weight: normal;
  font-size: 2.4em;
  display: block;
  border-bottom: 2px solid #66a50b;
}
.inner-text {
  max-width: 70%;
}
.inner-text p {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5em;
  color: #000;
}
.inner-text p a {
  display: block;
  width: 100%;
  margin-top: 10px;
  text-decoration: underline;
} 
.content-box {
  display: table-cell;
  width: 33.33333333333333%;
  padding-bottom: 20px;
  text-align: center;
}
.content-box strong {
  display: block;
  width: 320px;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: normal;
  padding: 15px 0 4px 0;
  border-bottom: 4px solid #66a50b;
  font-family: 'pf_din_text_universalmedium';
  font-size: 30px;
  line-height: 27px;
  white-space: nowrap; 
}
.content-box p {
  display: block;
  width: 320px;
  height: 90px;
  margin: 0 auto;
  margin-top: 15px;
  font-family: 'pf_din_text_universalregular';
  padding-bottom: 23px;
}
.more {
  padding: 10px 25px 10px 25px;
  border: 2px solid #66a50b;
  font-family: 'pf_din_text_universalregular';
  color: #000;
  text-decoration: none;
  border-radius: 6px;
  font-size: 18px;
}
.more:hover {
  border: 2px solid #66a50b;
  background: #66a50b;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .small-snippet {
    bottom: -25%;
  }
}
@media screen and (max-width: 1000px) {
  .content-box strong {
    width: 250px;
    font-size: 25px;
  }
  .content-box p {
    width: 250px;
  }
}
@media screen and (max-width: 960px) {
  .txt-block h2 {
    font-size: 3.5em;
  }
}