* {
  margin: 0;
  border: 0;
  padding: 0;
}
body {
  background-color: #DCDCDC;
  font-family: Calibri, sans-serif;
  font-size: 16px;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 3em;
  padding: 3% 0;
  color: #fff;
  text-transform: none;
}
h3 {
  font-size: 2em;
  padding: 5% 0;
  color: #fff;
}
h4 {
  font-size: 1.5em;
  padding: 5% 0;
  color: #fff;
}
i {
  color: #FF0013;
}
h5 {
  font-size: 1.7em;
  color: #fff;
  margin: 3%;
  font-weight: 200;
  text-align: center;
}
p {
  font-size: 1.5em;
}
/*i{
  font-size: 1.5em;
}*/
#wrapper {
  margin: 0 auto;
  max-width: 1200px;
  background: #747B83;
  overflow: auto;
  box-shadow: 4px 0px 10px 3px rgba(0, 0, 0, 0.5);
}
.head {
  font-size: 1.5em;
  color: #fff;
  /*margin: 4%;*/
  padding: 3% 5%;
  text-align: center;
}
.head a, h4 a {
  text-decoration: none;
  color: #fff;
}
header {
  width: 100%;
  /*height: auto;*/
  display: inline-block;
  background: #221f1f;
  /*background-image: url(../img/i.jpg);*/
}
.nav-wrap, .nav-wrap-footer {
  padding: 0;
  width: 30%;
  float: left;
}
.logo, .logo-footer {
  width: 92%;
  /*padding: 0;*/
  margin: 3% 1% 3% 3%;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.logo:hover, .logo-footer:hover {
  transform: scale(1.05, 1.05);
}
#hidden-content {
  /* Custom styling */
  max-width: 700px;
  margin: 3%;
  border-radius: 20px;
  background: #747B83;
  /* Custom transition - slide from top*/
  transform: translateY(-50px);
  transition: all 0.33s;
}
.fancybox-slide--current #hidden-content {
  transform: translateY(0);
}
.rekvizit, .rekvizit-footer {
  display: inline-block;
  font-size: 1.4em;
  padding: 1% 0 2% 4%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.rekvizit:hover, .rekvizit-footer:hover {
  transform: scale(1.1, 1.1);
}
/*--------------Menu--------------*/
.menu, .menu-footer {
  width: 70%;
  float: right;
  font-size: 1.9em;
  display: inline-block;
}
.menu ul li, .menu-footer ul li {
  list-style: none;
  text-align: center;
  float: left;
  width: 25%; /*fallback for non-calc() browsers */
  width: calc(100% / 4);
  box-sizing: border-box;
}
.menu ul li:nth-child(even), .menu-footer ul li:nth-child(even) {
  margin-top: 11%;
}
.menu ul li:nth-child(odd), .menu-footer ul li:nth-child(odd) {
  margin-bottom: 11%;
}
.menu ul li a, .menu-footer ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  display: block;
  padding: 10% 0;
}
.menu ul li a:hover, .menu-footer ul li a:hover {
  text-decoration: underline;
}
/*--------------Slider--------------*/
.slidershow-container {
  max-width: 900px;
  position: relative;
  margin: 0 auto;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 30%;
  width: auto;
  padding: 0.5em;
  color: white;
  font-weight: bold;
  font-size: 3em;
  transition: 0.7s ease;
  border-radius: 0 3px 3px 0;
  text-shadow: 3px 3px 5px #000;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.mySlides {
  text-align: center;
  max-height: 700px;
}
.dot {
  cursor: pointer;
  height: 1em;
  width: 1em;
  margin: 20px 7px 20px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: 0.7s ease;
}
.active, .dot:hover {
  background-color: #575757;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  animation-name: fade;
  animation-duration: 1s;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------End Slider--------------*/
.btn {
  text-decoration: none;
  outline: none;
  display: inline-block;
  width: 180px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  margin: 20px 0 0;
  font-size: 1.5em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 800;
  color: #747B83;
  background: white;
  box-shadow: 0 8px 15px rgba(0, 0, 0, .4);
  transition: .3s;
}
.btn:hover {
  background: #38a1f5;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .4);
  color: white;
  transform: translateY(-7px);
}
.center {
  width: 100%;
  text-align: center;
}
.clearfix {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
article.product {
  border-top: 1px solid #8f959c; /* Линия сверху */
  display: inline-block;
  color: #fff;
  /*width: 100%;*/
}
#table-wrap, #lable-wrap {
  width: 90%;
  margin: 0 auto;
  text-align: justify;
}
.social {
  border-top: 1px solid #8f959c; /* Линия сверху */
  text-align: center;
  width: 100%;
  margin: 5% auto;
  /*padding: 5%;*/
}
.social-link img {
  padding: 2em;
  width: 150px;
  height: 150px;
  text-decoration: none;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.social-link img:hover {
  transform: scale(1.2, 1.2);
}
.maps {
  border-top: 1px solid #8f959c; /* Линия сверху */
}
#office, #proizvodstvo {
  width: 800px;
  height: 400px;
  margin: 0 auto;
  padding-bottom: 5%;
}
footer {
  width: 100%;
  height: auto;
  display: inline-block;
  background: #221f1f;
}
.host {
  display: inline-block;
  padding: 0.5% 0;
  width: 100%;
}
.host a {
  text-align: center;
  font-size: 1.3em;
  text-decoration: none;
  color: #747B83;
  /*margin: 2px;*/
  padding: 0 3%;
}
span.copyr {
  width: 50%;
  float: left;
}
span.copyr:nth-child(2) {
  text-align: right;
}
.scrollup {
  width: 60px;
  height: 60px;
  font-size: 4em;
  opacity: 0.5;
  position: fixed;
  bottom: 7.5%;
  right: 2%;
  display: none;
  /*text-indent:-9999px;*/
  /*background: url('../img/icon_top.png') no-repeat;*/
}
.scrollup i {
  color: #000;
}
h2 i {
  color: #FFF;
}
/*------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 801px){
  .menu{
    display: block !important;
  }
}

@media screen and (max-width: 800px) {
  /*--------------hamburger-icon--------------*/
  .nav-icon {
    position: relative;
    margin: 5% 4% 4% auto;
    width: 42px;
    height: 27px;
    z-index: 5; /* Bring icon ontop of overlay */
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .nav-icon span {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #FFF;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .nav-icon span:nth-child(1) {
    top: 0px;
  }
  .nav-icon span:nth-child(2) {
    top: 14px;
  }
  .nav-icon span:nth-child(3) {
    top: 27px;
  }
  .nav-icon.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  .nav-icon.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  /*--------------End hamburger-icons--------------*/
  .nav-wrap {
    width: 80%;
  }
  .logo {
    width: 40%;
    margin: 3% 1%;
    float: left;
  }
  /*------------------------------------------*/
  .rekvizit {
    font-size: 4vw;
    margin: 0;
    padding: 7% 0 2% 5%;
  }
  .rekvizit-footer {
    font-size: 2.8vw;
  }
  /*------------------------------------------*/
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Overlay positioning */
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* Want a left- or right sided navigation instead? Just play around with the width! */
    background: rgba(0, 0, 0, 0.9);
    z-index: 2;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .menu ul li {
    list-style: none;
    clear: both;
  }
  .menu ul li a {
    display: block;
    font-size: 1.5em;
    margin: 0;
    padding: 20% 0;
    color: #FFF;
    text-decoration: none;
  }
  .menu ul li:nth-child(even), .menu-footer ul li:nth-child(even) {
    margin-top: 0;
  }
  .menu ul li:nth-child(odd), .menu-footer ul li:nth-child(odd) {
    margin-bottom: 0;
  }
  /*------------------------------------------*/
  .menu-footer {
    font-size: 4vw; /* 4% of viewport width */
  }
  .menu-footer ul li {
    padding: 2vw 0.5vw;
    padding: 0;
  }
  .menu-footer ul li:nth-child(even) {
    margin-top: 10%;
  }
  .menu-footer ul li:nth-child(odd) {
    margin-bottom: 10%;
  }
  /*------------------------------------------*/
  .head {
    font-size: 2.9vw;
    margin: 2% 2% 2% 2%;
  }
  /*------------------------------------------*/
  .prev, .next {
    font-size: 2.5em;
  }
  .dot {
    height: 0.8em;
    width: 0.8em;
  }
  #table-wrap, #lable-wrap {
    width: 94%;
  }
  h4 img {
    width: 20px;
  }
  h2 {
    font-size: 1.57em;
    font-weight: 400;
    padding: 3% 0;
  }
  h3 {
    font-size: 1.6em;
    font-weight: 300;
  }
  h4 {
    font-size: 1.1em;
    font-weight: 100;
  }
  h5 {
    font-size: 5vw;
    margin: 2% 1%;
    font-weight: 400;
    padding: 5% 0;
  }
  p {
    font-size: 4vw;
    font-weight: 300;
  }
  .btn {
    font-size: 1.5em;
    font-weight: 400;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    margin: 10px 0 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
  }
  .social-link img {
    width: 70px;
    height: 70px;
  }
  #office, #proizvodstvo {
    width: 100%;
    height: 400px;
    padding: 0;
  }
  .host a, .copyright a {
    font-size: 3.5vw;
  }
}