@font-face {
  font-family: HelveticaNeueCyr Light;
  src: url('../fonts/helveticaneuecyr-light.otf');
}

@font-face {
  font-family: HelveticaNeueCyr Roman;
  src: url('../fonts/helveticaneuecyr-roman.otf');
}

@font-face {
  font-family: HelveticaNeueCyr Thin;
  src: url('../fonts/helveticaneuecyr-thin.otf');
}

body {
  font-family: 'HelveticaNeueCyr Light';
  font-size: 16px;
  background: #fafafa;
}

.mb15px {margin-bottom: 15px;}
.mt50px {padding-top: 50px; padding-bottom: 50px; display: table;}
.pt60px {padding-top: 60px;}
.pt30px {padding-top: 30px;}
.hp-align {display: table; height: 100%;}
.v-align-center {display: table-cell; vertical-align: middle; text-align: center;}
.text-center {text-align: center;}
.img-center {margin-left: auto; margin-right: auto;}
.np {padding: 0;}

h1 {
  font-family: 'HelveticaNeueCyr Thin';
  font-weight: 300;
  font-size: 42px;
}

.main-nav {
  height: 60px;
  background: #282828;
  padding-left: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.logo {
  float: left;
  display: block;
  overflow: hidden;
  width: 64px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
}

.logo:hover,.logo:focus {
  width: 163px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
}

.nav {
  float: left;
  text-transform: uppercase;
}

.main-menu {
  margin: 0;
}

.main-menu > li {
  list-style: none;
  float: left;
  margin-right: 24px;
}

.main-menu > li > a {
  color: #cecece;
  display: block;
  padding: 20px 3px;
  height: 60px;
}

.main-menu > li > a:hover, .main-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
}

.search {
  float: right;
  margin-right: 60px;
}

.sisea-search-form {
  height: 60px;
  display: block;
  float: left;
  padding-top: 17px;
}

.open-search-btn {
  float: left;
  width: 30px;
  height: 60px;
  background: url('../images/search-ico.png') -80% 50% no-repeat;
  cursor: pointer;
}

#search {
  opacity: 0;
  width: 0;
  border: 1px solid transparent;
  transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
}

.active #search {
  width: 250px;
  opacity: 1;
  border: 1px solid #00a0df;
  transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
}

.prt-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.prt-small-wrapper > div:nth-of-type(1) {
  padding-left: 0;
  padding-right: 5px;
}

.prt-small-wrapper > div:nth-of-type(2) {
  padding-right: 0;
  padding-left: 5px;
}

.prt-image {
  overflow: hidden;
  height: 500px;
}

.prt-small {
  height: 250px;
  position: relative;
}

.prt-small-info {
  position: absolute;
  top: 20%;
  padding: 0 15px 0 30px;
  width: 45%;
  /*color: red;*/
 color: #333333;
  font-size: 18px;
  font-weight: bold;
}

.prt-info {
  position: absolute;
  top: 24%;
}

.hp-news-title {
  display: table;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.hp-news-title h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hp-news-title h3 {
  font-size: 16px;
  margin-top: 10px;
  font-family: 'HelveticaNeueCyr Thin';
}

.news-image {
  height: 250px;
}

.prt-info {
  line-height: 1.8;
  font-size: 18px;
  font-family: 'HelveticaNeueCyr Thin';
  z-index: 100;
}

.big-news {
  height: 230px;
  margin-bottom: 20px;
}

.small-news {
  color: #000000;
  font-family: 'HelveticaNeueCyr Thin';
  text-align: center;
}

.small-news h2 {
  font-weight: 400;
  line-height: 1.2;
  margin: 15px 0 10px;
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'HelveticaNeueCyr Light';
}

.small-news:hover {
  text-decoration: none;
  color: #000000;
}

.small-news h2:hover {
  color: #00a0df;
}

.middle-parallax {
  height: 200px;
}

.footer {
  min-height: 200px;
  display: table;
  width: 100%;
  background: #282828;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #ffffff;
}

.hp-about {
  margin-top: 50px;
}

.read-more {
  display: block;
}

.footer-menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
  padding-left: 15px;
}

.prt-small-info img {
  max-height: 55px;
}

.prl-btn {
  height: 40px;
  width: 270px;
  padding: 9px;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 3px;
  margin: 0 12px;
}

.blue-btn {
  background: #00a0df;
  border-color: transparent;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.blue-btn:hover {
  text-decoration: none;
  color: #ffffff;
  background: #2fc4ff;
}

.tr-btn {
  background: rgba(172, 172, 172, 0.35);
  border-color: #ffffff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.tr-btn:hover {
  background: rgba(172,172,172,0.5);
  text-decoration: none;
  color: #ffffff;
}

.read-more {
  display: table;
  font-family: 'HelveticaNeueCyr Light';
  margin-top: 10px;
}

.footer-menu a {
  color: #ffffff;
}

.menu-hamb {
  display: none;
}

.hamburger {
  height: 3px;
  position: absolute;
  top: 29px;
  width: 35px;
  background: #ffffff;
}

.menu-hamb:after, .menu-hamb:before {
  content: "";
  display: block;
  height: 3px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  top: 17px;
}

.menu-hamb:before {
  top: initial;
  bottom: 16px;
}

.h2 {
  font-weight: 300;
  font-family: 'HelveticaNeueCyr Thin';
  text-align: center;
}

.contacts-header {
  background: url('/images/template/contacts-header.jpg') no-repeat;
  background-size: cover;
  height: 80px;
}

.contacts-title {
  color: #ffffff;
  font-size: 24px;
  padding: 23px 0 23px 85px;
  background: url(/images/template/contacts-ico.png) 0 50% no-repeat;
}

.map-bg {
  display: table;
  width: calc(100% + 30px);
  margin-left: -15px;
  background: url('/images/template/map_main.jpg') no-repeat;
  background-size: cover;
  padding: 75px 0;
  color: #ffffff;
}

.map-bg h3 {
  font-size: 20px;
  font-weight: 300;
}

.map-link {
  position: absolute;
  width: 365px;
  top: -80px;
  height: 365px;
  border-radius: 50%;
  border: 14px solid #ffffff;
  background: url(/images/template/map_big.jpg) center center no-repeat;
  background-size: 170%;
}

.map-link a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  padding-top: 66%;
  color: #00b6ff;
  font-size: 18px;
}

.map-link a:hover {
  color: #ffffff;
  background: rgba(0, 159, 224, 0.4);
  text-decoration: none;
}

.form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #818181;
  padding-left: 7px;
  outline: none;
  padding-bottom: 7px;
  margin-top: 35px;
  background: transparent;
}

.form textarea {
  width: 100%;
  margin-top: 35px;
  border: none;
  border-bottom: 1px solid #818181;
  outline: none;
  background: transparent;
}

.submit_button {
  float: right;
  margin: 47px 0;
  background: #00a0df;
  border: none;
  color: #ffffff;
  height: 37px;
  width: 170px;
  outline: none;
}

.contacts-peoples {
  background: url('/images/template/peoples.png') 95% 100% no-repeat;
  display: table;
}

.submenu {
  height: 70px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 36px;
  padding: 0 15px;
}

.submenu span {
  margin-top: 42px;
  margin-right: 30px;
  display: inline-block;
}

.submenu span a {
  padding: 7px 7px 7px 36px;
  color: #000000;
  border-bottom: 2px solid transparent;
  background: url('../images/submenu-ico.png') 0 -10px no-repeat;
}

.submenu #item-15 a {
  background-position: 0 -55px;
}

.submenu #item-16 a {
  background-position: 0 -103px;
}

.submenu #item-17 a {
  background-position: 0 -152px;
}

.submenu #item-18 a {
  background-position: 0 -198px;
}

.submenu #item-19 a {
  background-position: 0 -246px;
}

.submenu span a:hover, .submenu .active a {
  color: #009aff;
  border-bottom: 2px solid #009aff;
  text-decoration: none;
}

.product-item {
  border: 1px solid transparent;
  height: 208px;
  overflow: hidden;
  padding: 15px 20px 15px 0;
}

.product-item:hover {
  border: 1px solid #009aff;
}

.product-img {
  float: left;
  width: 40%;
  padding: 0 15px;
}

.product-info {
  float: left;
  width: 60%;
}

.product-info h2 {
  border-bottom: 1px solid #cdcdcd;
  color: #4e4e4e;
  font-size: 20px;
  margin-bottom: 4px;
}

.product-item:hover .product-info h2 {
  border-bottom: 1px solid #00a0df;
}

.product-subtitle {
  color: #4e4e4e;
  font-size: 14px;
}

.product-param {
  font-size: 10px;
  line-height: 1;
  margin-top: 20px;
}

.product-param > div {
  display: inline-block;
  background: #ebebeb;
  color: #6d737b;
  padding: 5px 7px;
  text-align: center;
  border-radius: 2px;
  margin-right: 5px;
}

.page-longtitle {
  line-height: 1.2;
  font-family: 'HelveticaNeueCyr Light';
  margin-top: 10px;
}

.page-desc {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 15px;
  font-family: 'HelveticaNeueCyr Light';
}

.page-content {
  text-align: center;
}

.page-content h2 {
  font-weight: 300;
  font-size: 32px;
  font-family: 'HelveticaNeueCyr Thin';
}

.page-content hr {
  border-top: 1px solid #e2e2e2;
}

.prefooter {
  background: #00a0df;
  display: table;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 30px;
}

.prefooter h2 {
  color: #ffffff;
  font-weight: 300;
  margin: 0;
  text-align: center;
  margin-top: 15px;
}

.prefooter hr {
  border-top: 1px solid #4cbde9;
}

.rekomendacii a {
  color: #ffffff;
}

.small-container {
  display: table;
  margin: 0 auto;
  padding: 10px 0 20px;
  font-size: 15px;
}

.small-container a {
  color: #ffffff;
  margin-bottom: 7px;
}

.link-ico-1, .link-ico-2, .link-ico-3 {
  padding-left: 30px;
  padding-top: 7px;
  display: block;
  line-height: 1.2;
  background: url(../images/files-ico.jpg) 0 -7px no-repeat;
  height: 30px;
}

.link-ico-2 {
  background-position: 0 -45px;
}

.link-ico-3 {
  background-position: 0 -84px;
}

.catalog-logo-separator {
  margin-bottom: 15px;
  padding-left: 30px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
}

.catalog-logo-separator img {
  max-height: 100%;
}

#show-submenu {
  display: none;
}

.owl-dots {
  display: block;
  position: absolute;
  bottom: 35px;
  height: 20px;
  width: 100%;
  z-index: 1000;
  text-align: center;
}

.owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: rgba(0,0,0,0.4);
  margin: 0 4px;
  border-radius: 50%;
  border: 0px;
}

.owl-dot.active {
  background: rgba(0,0,0,0.8);
}

.slider-gallery-wrapper {
  display: inline-block;
  width: 100%;
  background: #000000;
  padding-top: 10px;
  padding-bottom: 25px;
}

.slider-bot-gallery {
  height: 500px;
  width: 100%;
}

.slider-bot-gallery img {
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
  -ms-filter: brightness(50%);
  -moz-filter: brightness(50%);
  -o-filter: brightness(50%);
}

.slider-bot-gallery .center img {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  -ms-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -o-filter: brightness(100%);
}

.slider-bot-gallery .owl-nav {
  position: absolute;
  top: calc(50% - 15px);
  width: 100%;
  height: 30px;
}

.owl-prev, .owl-next {
  width: 30px;
  height: 30px;
  position: absolute;
  background: url(../images/arrows.png) no-repeat;
  background-position: 0 0;
}

.owl-prev {
  left: 10px;
}

.owl-next {
  right: 10px;
  background-position: -32px 0;
}

.slider-bot-gallery .owl-dot {display:none;}

.catalog-logo-separator > span {
  text-transform: uppercase;
  position: relative;
  top: 10px;
  left: 10px;
}

.filter-content > .hidden {
  display: none;
}

.filter {
  text-align: center;
  height: 33px;
}

.filter a {
  margin: 0 10px;
  color: #337ab7;
  transition: all .2s;
  -webkit-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
}

.filter a:hover, .filter a:focus {
  color: #333333;
  text-decoration: none;
  transition: all .2s;
  -webkit-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
}

/*responsive css*/

@media (max-width: 992px) {
  .sm-hidden {display: none;}
  .nav {
    float: none;
    position: absolute;
    right: -81%;
    width: 80%;
    top: 59px;
    display: block;
    height: 100vh;
    background: #282828;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
  }
  .main-nav.opened .nav {
    right: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
  }
  .main-menu li {
    display: block;
    float: none;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .menu-hamb {
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    width: 45px;
    height: 59px;
  }
  .prt-small-wrapper > div:nth-of-type(1), .prt-small-wrapper > div:nth-of-type(2) {
    padding: 15px 15px 0 15px;
  }
  .prl-btn {
    margin: 10px 0;
  }
  .prt-info img {
    max-width: 100%;
  }
  .prt-small-info {
    top: 20%;
    padding: 0 15px;
    width: 48%;
  }
  .prt-small {
   
    background-size: auto 100% !important;
  }
  .big-news {
    height: 150px;
  }
  .footer-menu {
    margin-top: 25px;
  }
  .submenu {
    height: 0;
    overflow: hidden;
  }
  .open-submenu .submenu {
    height: auto;
  }
  .submenu span {
    margin: 20px 0;
    display: block;
  }
  #show-submenu {
    display: block;
    margin: 15px auto;
    background: #ffffff;
    border: 1px solid #dadada;
    outline: none;
    padding: 3px 20px;
  }
  .page-content img {
    max-width: 100%;
  }
  .page-content td {
    display: block;
  }
}
.dev-cop {
  font-size: 13px;
  color: #7b7b7b;
  letter-spacing: 0.5px;
  margin-left: 30px;
  position: relative;
  top: 13px;
}
.dev-cop:hover, .dev-cop:focus {
  color: #b7b7b7;
  text-decoration: none;
}
.input-group-append {
    display: none;
}
.col-md-8.row.no-gutters {
    padding-left: 30px;
}
