body {
  font-family: "Helvetica", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  background-color: white;
  min-width: 1000px; /* Нужная ширина контейнера */
}
  body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: red; }
  body input:required:valid, body textarea:required:valid {
    color: green;
     }

.hidden {
  display: none; }

a {
  color: black;
  text-decoration: none; }
  a:hover {
    color: #495E6B;
    text-decoration: none; }

.top_header_contacts a {
  text-decoration: none; }
  .top_header_contacts a:hover {
    color: black;
    text-decoration: none; }

.container {

  margin-right: auto;
  margin-left: auto;
  width: 1000px; /* Нужная ширина контейнера */
  max-width: none !important;
  padding-right: 25px;
  padding-left: 25px;
}

#ninja-slider {
  max-width: 990px; }

.header {
  margin-top: 15px;
  margin-bottom: 15px; }

.logo {
  margin-top: 30px;
  /*margin-left: -15px; */
}

.logo img {
    max-width: 165px;
}

.top_header_contacts.pull-right {
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 14px;
  /*margin-right: -15px;*/
  margin-bottom: 20px;
  text-align: right; }


  #img_about_first {
    margin-top: -5px;

  }

.navbar {
  -webkit-border-radius: 0;
          border-radius: 0;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-top: -10px;
  min-height: 30px; }

.navbar-inverse .navbar-nav > li > a {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  padding-right: 20px; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 5px 20px;
  color: white; }

.navbar-inverse {
  background-color: #495E6B;
  border: 0px solid #B4B9BC; }
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #4D4D4F;
    background-color: #E2E7EA; }

.navbar-right {
  float: right !important;
  margin-right: 15px; }

.navbar-inverse .navbar-nav > .active > a {
  color: #E2E7EA;
  background-color: #495E6B;
  text-decoration: underline dotted; }
  .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #4D4D4F;
    background-color: #E2E7EA;
    text-decoration: underline dotted; }

.navbar-collapse {
  padding-left: 0;
  padding-right: 0; }

.carousel {
  position: relative;
  margin: -10px auto;
  margin-bottom: 15px; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 300px; }

.item > img, .carousel-inner > .item > a > img {
  display: block;
  height: auto;
  width: 100%; }

.fa-angle-right, .fa-angle-left {
  position: absolute;
  top: 45%;
  font-size: 40px; }

.preim {
  float: left;
  border: 1px solid grey;
  margin-right: 7px;
  width: 65px; }

.preimushestva h3 {
  display: inline;
  font-size: 16px;
  font-weight: bolder; }

blockquote {
  padding:10px 10px;
  margin: 0 0 20px;
  font-style: normal;
  font-size: 14px;
  border-left: 3px solid #E2E7EA; }
  blockquote h3 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 18px; }

.glyphicon {
  position: relative;
  top: 3px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  margin-right: 5px; }

.panel {
  margin-bottom: 3px; }

.panel-body {
  padding: 5px;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  background-color: #495E6B;
  color: white; } 
  .panel-body a {
    color: white;
    text-decoration: underline; }
  .panel-body:hover {
    background-color: #E2E7EA ;
    color: #495E6B; }

.aside {
  margin-right: 10px;
}

.aside .panel-body a {
  color: black;
  text-decoration: underline; }

.aside .panel-body:hover {
  background-color: white;
  color: black; }

section, .main_head {
  position: relative; }

section h3, .main_head h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 35px; }

p, body .main_footer, .s_about li {
  color: #888; }

.color_element {
  color: #2EA2CC; }

.color_bg {
  background-color: #2EA2CC; }

.color_border {
  border-color: #2EA2CC; }

.bg_light {
  background-color: #E2E7EA; }

.bg_dark {
  background-color: #495E6B;
  color: #fff; }
  .bg_dark .s_descr::after {
    background-color: #fff; }
  .bg_dark a {
    color: #fff; }

.s_portfolio li {
  color: #888;
  letter-spacing: 2px; }
  .s_portfolio li.active {
    color: #fff;
    border-bottom: 1px solid #2EA2CC; }

.portfolio_item .port_item_cont a {
  border-color: #2EA2CC;
  color: #2EA2CC;
  font-size: 18px;
  margin-top: 15px; }

.main_footer a {
  color: #E2E7EA; }

.contacts_icon, .text-danger {
  color: #2EA2CC; }

form input:focus, form textarea:focus {
  border: 1px solid #2EA2CC; }

form input, form textarea {
  letter-spacing: 2px; }

form button {
  background-color: #495E6B;
  letter-spacing: 2px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s; }
  form button:hover {
    background-color: #E2E7EA;
    color: #495E6B; }

form .form-group {
  letter-spacing: 2px;
  color: #888; }

.popup_content {
  letter-spacing: 1px; }

section {
  padding: 50px 0 90px; }
  section h2 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 30px;
    letter-spacing: 1px; }
  section .personal_header {
    font-size: 13px;
    text-align: left;
    margin-bottom: 30px;
    color: #555; }

.s_descr_wrap {
  text-align: center; }
  .s_descr_wrap .s_descr {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    margin-bottom: 70px;
    font-weight: 600; }
    .s_descr_wrap .s_descr::after {
      content: "";
      height: 1px;
      left: 50%;
      margin-left: -75px;
      margin-top: 60px;
      position: absolute;
      width: 150px; }

.loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .loader .loader_inner {
    background-image: url("../img/preloader.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-posirion: center center;
    background-color: #fff;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute; }

.main_footer {
  padding: 10px 0;
  font-size: 13px;
  font-weight: 300; }
  .main_footer .social_wrap {
    float: right;
    line-height: 0; }
    .main_footer .social_wrap ul {
      margin: 0; }

.s_portfolio ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center; }

.s_portfolio li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: inline-block;
  margin: 0 10px;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  line-height: 2; }

.s_portfolio ul {
  margin-bottom: 50px; }

.portfolio_item {
  padding: 0;
  margin-right: 5px;
  margin-bottom: 5px;
}
  .portfolio_item img {
    width: 100%; }
  .portfolio_item .port_item_cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding-top: 45%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .portfolio_item:hover .port_item_cont {
    opacity: 1;
    padding-top: 25%; }
  .portfolio_item h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px; }
  .portfolio_item a {
    background-color: transparent;
    border: #fff 1px solid;
    padding: 2px 10px;
    display: inline-block; }

.uslugi h3 {
  font-size: 16px;
  margin-top: 10px;
  color: #495E6B;
  text-align: center; }

#portfolio-uslugi p {
  font-size: 15px; }

.podrt_descr {
  background-color: #fff;
  max-width: 700px;
  margin: auto; }
  .podrt_descr p {
    padding: 20px;
    padding-bottom: 0; }
  .podrt_descr h3 {
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 20px;
    padding-top: 25px; }
  .podrt_descr p {
    margin-top: 0; }
  .podrt_descr img {
    width: 100%;
    margin-top: 0px; }

.proizvodsto .podrt_descr {
  background-color: #fff;
  width: 955px;
  margin: auto; }

.podrt_descr p {
  padding: 20px;
  padding-bottom: 0; }

.podrt_descr h3 {
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 20px;
  padding-top: 25px; }

.podrt_descr p {
  margin-top: 0; }

.podrt_descr img {
  width: 100%;
  margin-top: 0px; }

.modal-box-content {
  position: relative; }

.mfp-close-btn-in .mfp-close {
  color: white;
  opacity: 1;
  font-size: 30px; }

.contact_box h3 {
  text-align: left;
  color: #000;
  margin-bottom: 0px;
  font-size: 14px; }

.contact_box .contacts_icon {
  font-size: 30px; }

.contact_box p {
  margin-top: 5px; }

.main_form button {
  border: none;
  color: #fff;
  line-height: 40px;
  padding: 0 25px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  float: right; }

#contacts {
  padding: 0; }

.form-group {
  display: block;
  margin-bottom: 20px; }
  .form-group .color_element {
    font-weight: 700;
    font-size: 18px; }
  .form-group .text-danger {
    font-size: 11px;
    margin-top: 5px;
    display: block; }
    .form-group .text-danger ul, .form-group .text-danger li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
  .form-group input, .form-group textarea {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    margin-top: 5px;
    line-height: 40px;
    text-indent: 12px;
    font-size: 12px;
    background-color: transparent; }

.main_footer {
  font-size: 14px;
  font-weight: 400;
  margin-top: 0px;
  padding: 20px 40px;
  width: 100%; }
  .main_footer .social_wrap {
    float: right;
    line-height: 0; }
    .main_footer .social_wrap ul {
      margin: 0; }

.copy {
  display: block;
  margin: -10px; }

.social_wrap li {
  display: inline-block;
  font-size: 25px;
  padding: 0 3px; }

.detail h2 {
  text-align: left;
  margin: 0 0 20px; }

.detail p {
  font-size: 16px; }

.product h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 20px; }

.product p {
  color: white; }

.product > .row {
  border-bottom: solid 1px #E2E7EA; }

.proizvodsto .portfolio_item:hover .port_item_cont {
  opacity: 1;
  padding-top: 5%; }

.proizvodstvo .podrt_descr {
  background-color: #fff;
  max-width: 1200px;
  margin: auto; }

.main_tovar {
  padding: 0; }
  .main_tovar .port_item_cont a {
    border-color: #2EA2CC;
    color: #2EA2CC;
    font-size: 18px;
    margin-top: 10px; }
  .main_tovar img {
    width: 100%; }
  .main_tovar .port_item_cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding-top: 15%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .main_tovar:hover .port_item_cont {
    opacity: 1;
    padding-top: 25%; }
  .main_tovar h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px; }
  .main_tovar a {
    background-color: transparent;
    border: #fff 1px solid;
    padding: 2px 10px;
    display: inline-block; }

.world_map {
  margin-bottom: 10px; }

.region_postavok {
  font-size: 16px;
  left: 15px;
  position: absolute;
  top: 20px; }

#aside a {
  text-decoration: underline; }

.product_menu {
  font-size: 14px; }

.language {
  text-align: center; }

.line_menu {
  height: 8px;
  background-color: #495E6B;
  margin-top: -10px;
  width: 951px;
  float: right;
  margin-right: 15px;
 }

.document_icons {
  font-size: 12px;
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 30px;
  color: black; }
  .document_icons img {
    width: 35px;
    margin-left: 10px;
    margin-right: 0px; }

.oborudovanie #portfolio_grid img {
  height: 300px;
  overflow: hidden; }

.section_content .row {
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px; }



.kartinka {
  height:230px;
  background-size: contain;
  margin-right: 4px;
  margin-bottom: 4px;

}


/* Demonstrate the grids */

.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
  float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-toggle {
  display: none;
}
.navbar-collapse {
  border-top: 0;
}


.navbar-brand {
  margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}


.col-xs-4 {
    width: 32.333333%;
}

.col-xs-6 {
    width: 49%;
}

.mix {
  -webkit-background-size: cover;
  background-size: cover;
}

.lang {
  position: absolute;
  top: 40px;
  left: 595px;
}


.uk-overlay-background {
    background:transparent;
}


.uk-overlay-panel {
    position: absolute;
    top: 140px;
    bottom: 0;
    left: 60px;
    right: 0;
    padding: 20px;
    color: #fff;
}


.uk-overlay-active .uk-overlay-fade, .uk-overlay-active .uk-overlay-scale, .uk-overlay-active .uk-overlay-spin, .uk-overlay-active [class*=uk-overlay-slide] {
    transition-duration: 1.3s;
}


.portfolio_item {

}


.about_zaglavie {
 line-height:2.6;
}
