@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Glegoo);
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

#statusMessage {display: none !important;}



body {
  font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
}
p,
.blog-content li,
li {
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 22px;
  font-size: 16px;
  font-weight: 300;
}
ul {
  /* padding-left: 0; */
  padding-left: 20px;
}
ul li {
  list-style: none;
}
h2 {
  font-size: 26px;
}
a:hover {
  text-decoration: none;
}
.section-heading {
  text-align: center;
  margin-bottom: 45px;
}
.section-heading p {
  font-size: 14px;
  font-weight: 300;
  color: #727272;
  line-height: 20px;
}
.title {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 300;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.subtitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.subtitle-des {
  color: #727272;
  font-size: 14px;
  margin-bottom: 35px;
  font-weight: 300;
}
.pages {
  padding: 80px 0 40px;
}
.moduler {
  padding: 140px 0;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #02bdd5;
}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar-header .navbar-brand,
.navbar-header .navbar-brand-eng {
  padding: 5px 0;
}
.navbar-header .navbar-brand a,
.navbar-header .navbar-brand-eng a {
  height: 75px;
  display: inline-block;
  /* margin-top: 8px; */

}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle {
  background: #444;
}
#top-bar {
  background: #fff;
  /* background: rgb(229,229,229); */
  color: #fff;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  padding: 10px 0;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #dedede;
}
#top-bar .navbar-nav > li > a:hover {
  background: transparent;
}
#top-bar.animated-header {
  padding: 10px 0;
  background: #ffffff;
  box-shadow: none;
  /* background: rgba(210,210,210,1); */
}
#top-bar .main-menu li > a {
  color: #444;
}
#top-bar .main-menu li {
  position: relative;
}
#top-bar .main-menu li a {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  text-transform: uppercase;
}
#top-bar .main-menu li a:hover {
  /* color: #02bdd5; */
  color: #d24a43;
}
.navbar-custom .nav li > a {
  position: relative;
  color: #000;
}
.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}
.navbar-custom .dropdown-menu {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
}
#hero-area {

  /* background: url('../images/slider2.jpg') no-repeat 50% 20%; */
  background-size: cover;
  background-attachment: fixed;
  padding: 90px 0 10px;
  color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: relative;
  background-color: #e5e5e5;

}
#hero-area:before {
  content: '';
  z-index: 9;
  /* background: rgba(255, 255, 255, 0.78); */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#hero-area .block {
  position: relative;
  z-index: 999;
}
#hero-area h1 {
  font-size: 40px;
  line-height: 50px;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#hero-area h2 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 38px;
  line-height: 27px;
  text-transform: uppercase;
  color: #666;
  font-family: 'Roboto', sans-serif;
  margin-top: 25px;
}
#hero-area .btn {
  background: #d24a43;
  border: none;
  color: #fff;
  padding: 20px 35px;
  margin-top: 30px;
  font-size: 16px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0;
}
#call-to-action {
 /*  background: #02bdd5; */
  background: rgba(0,0,0,.1);
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
  text-align: center;
  position: relative;
  color: #fff;
}
#call-to-action .block {
  position: relative;
  z-index: 99;
  color: #fff;
}
#call-to-action .block h2 {
  margin-bottom: 15px;
  color: #444;
}
#call-to-action .block p {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  margin-top: 20px;
  color: #444;
}
#call-to-action .block .btn-contact {
  background: #414141;
  border: none;
  color: #fff;
  padding: 16px 35px;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
}
#call-to-action .block .btn-contact i {
  margin-right: 10px;
}
#about {
  padding: 80px 0;
   background: rgba(0,0,0,.1);
}
#about .block {
  padding: 0 30px 0 30px;
}
#about .block h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#about .block p {
  color: #727272;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 35px;
}
#about .block img {
  max-width: 100%;
}
.works {
  padding: 30px 0 30px;
  background: #FCFCFC;
}
.hworks {
	padding: 80px 0 20px;
}
.works .block {
  position: relative;
  z-index: 99;
}
.works .block:hover .img-overly .overly {
  opacity: 1;
}
.works .block h4 {
  padding: 20px 15px;
  margin-top: 0;
  color: #666;
}
.works .block .img-overly {
  position: relative;
  background: rgba(0, 0, 0, 0.85);
}
.works .block .img-overly img {
  border-radius: 0;
}
.works .block .img-overly .overly {
  background: rgba(57, 181, 74, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.works .block .img-overly .overly a {
  position: absolute;
  top: 45%;
  left: 22%;
}
.works .block .img-overly .overly a i {
  font-size: 30px;
  color: #fff;
}
figure {
  /* background: #e5e5e5;*/
  margin-bottom: 45px;
 /*  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06); */
}
figure .img-wrapper {
  position: relative;
  overflow: hidden;
}
figure img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
}
figure:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
figure:hover .overlay {
  opacity: 1;
}
figure:hover .overlay .buttons a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
  background: rgba(27, 27, 27, 0.47);
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
/* pravki full window */
/*
figure .overlay a {
  display: inline-block;
  color: #fff;
  padding: 10px 23px;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 0px;
  margin: 4px;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}*/

figure .overlay a {
    display: inline-block;
    color: transparent;
    padding: 9rem;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #fff;
    transition: all 800ms;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border: 2px solid transparent;
    border-image: linear-gradient(to left top,#ffffff 10%, transparent 30%, transparent 70%, #ffffff 90%);
    border-image-slice: 1;
}

figure .overlay a:after {
    content: '';
    color: red;
    background-image: url(/netcat_template/template/116/assets/images/more.png);
    background-size: 40%;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
}



figure .overlay a:hover {
  text-decoration: none;
}
figure .overlay:hover a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* praki */

figure .buttons {
    width: 100%;
    height: 100%;
    display: inline-lock;
}
.buttons h4 {margin: 0px;}

/*
figure .buttons {
  position: absolute;
  top: 45%;
  /* left: 24%; */
  width: 50%;
  left: 50%;
  margin-left: -25%;
}

figure .buttons {
    left: 50% !important;
}
*/

figcaption {
    height: 90px;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    width: 100%;
}


figure figcaption {
  padding: 12px;
  margin-top: 0;
  color: #666;
  background: rgb(229, 229, 229);
  height: 110px;
  overflow: hidden;
  display: table-cell;
    vertical-align: middle;
    font-size:1.2rem;
}
figure figcaption h4,
figure figcaption h5 {
  margin: 0;
  text-transform: uppercase;
}
figure figcaption h4 a {
  /* color: #02bdd5; */
  color: #d24a43
}
figure figcaption p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
  color: #444;
}
#feature {
  padding: 80px 0;
}
#feature .media {
  margin: 0px 0 70px 0;
}
#feature .media .media-left {
  padding-right: 25px;
}
#feature h3 {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  margin: 0px 0px 15px;
  font-weight: 400;
}
#feature p {
  line-height: 25px;
  font-size: 14px;
  color: #777777;
}
#feature .icon {
  text-decoration: none;
  color: #fff;
  /* background-color: #02bdd5; */
  background: #d24a43;
  height: 100px;
  text-align: center;
  width: 100px;
  font-size: 50px;
  line-height: 100px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-shadow: #a6140c 1px 1px, #a6140c 2px 2px, #a6140c 3px 3px, #a6140c 4px 4px, #a6140c 5px 5px, #a6140c 6px 6px, #a6140c 7px 7px, #a6140c 8px 8px, #a6140c 9px 9px, #a6140c 10px 10px, #a6140c 11px 11px, #a6140c 12px 12px, #a6140c 13px 13px, #a6140c 14px 14px, #a6140c 15px 15px, #a6140c 16px 16px, #a6140c 17px 17px, #a6140c 18px 18px, #a6140c 19px 19px, #a6140c 20px 20px, #a6140c 21px 21px, #a6140c 22px 22px, #a6140c 23px 23px, #a6140c 24px 24px, #a6140c 25px 25px, #a6140c 26px 26px, #a6140c 27px 27px, #a6140c 28px 28px, #a6140c 29px 29px, #a6140c 30px 30px, #a6140c 31px 31px, #a6140c 32px 32px, #a6140c 33px 33px, #a6140c 34px 34px, #a6140c 35px 35px, #a6140c 36px 36px, #a6140c 37px 37px, #a6140c 38px 38px, #a6140c 39px 39px, #a6140c 40px 40px, #a6140c 41px 41px, #a6140c 42px 42px, #a6140c 43px 43px, #a6140c 44px 44px, #a6140c 45px 45px, #a6140c 46px 46px, #a6140c 47px 47px, #a6140c 48px 48px, #a6140c 49px 49px, #a6140c 50px 50px, #a6140c 51px 51px, #a6140c 52px 52px, #a6140c 53px 53px, #a6140c 54px 54px, #a6140c 55px 55px, #a6140c 56px 56px, #a6140c 57px 57px, #a6140c 58px 58px, #a6140c 59px 59px, #a6140c 60px 60px, #a6140c 61px 61px, #a6140c 62px 62px, #a6140c 63px 63px, #a6140c 64px 64px, #a6140c 65px 65px, #a6140c 66px 66px, #a6140c 67px 67px, #a6140c 68px 68px, #a6140c 69px 69px, #a6140c 70px 70px, #a6140c 71px 71px, #a6140c 72px 72px, #a6140c 73px 73px, #a6140c 74px 74px, #a6140c 75px 75px, #a6140c 76px 76px, #a6140c 77px 77px, #a6140c 78px 78px, #a6140c 79px 79px, #a6140c 80px 80px, #a6140c 81px 81px, #a6140c 82px 82px, #a6140c 83px 83px, #a6140c 84px 84px, #a6140c 85px 85px, #a6140c 86px 86px, #a6140c 87px 87px, #a6140c 88px 88px, #a6140c 89px 89px, #a6140c 90px 90px, #a6140c 91px 91px, #a6140c 92px 92px, #a6140c 93px 93px, #a6140c 94px 94px, #a6140c 95px 95px, #a6140c 96px 96px, #a6140c 97px 97px, #a6140c 98px 98px, #a6140c 99px 99px, #a6140c 100px 100px;
}
#contact-section {
  padding: 90px 0;
}
#contact-section .contact-form {
  margin-top: 42px;
}
#contact-section .contact-form .btn-send {
  margin-top: 35px;
  color: #fff;
  outline: none;
  background: #02bdd5;
}
#contact-section .contact-form .btn-send:hover {
  border: 1px solid #02bdd5;
}
#contact-section input {
  display: block;
  height: 40px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 1px;
  border: 1px solid rgba(111, 121, 122, 0.3);
  box-shadow: none;
  -webkit-box-shadow: none;
}
#contact-section textarea {
  display: block;
  border-radius: 0;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-section .address,
#contact-section .email,
#contact-section .phone {
  text-align: center;
  background: #F7F7F7;
  padding: 20px 0 40px 0;
  margin-bottom: 20px;
}
#contact-section .address i,
#contact-section .email i,
#contact-section .phone i {
  font-size: 45px;
  color: #02bdd5;
}
#contact-section .address h5,
#contact-section .email h5,
#contact-section .phone h5 {
  font-size: 16px;
  line-height: 1.4;
}
#contact-section .address-details {
  padding-top: 70px;
}
#map-canvas {
  width: 100%;
  height: 350px;
  background-color: #CCC;
}
#footer {
  background: #fff;
  padding: 25px 0;
  color: #555;
}
#footer .copyright {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 10px;
}
#footer .copyright a {
  /* color: #02bdd5; */
  color: #d24a43;
}
#footer .social {
  text-align: right;
  margin-bottom: 0;
}
#footer .social li {
  display: inline-block;
  margin-right: 15px;
}
#footer .social li a {
  font-size: 27px;
  /* color: #02bdd5; */
  color: #d24a43;
}
.cd-headline.slide .cd-words-wrapper {
  /* color: #02bdd5; */
  color: #d24a43;
}
ul.social-icons {
  height: auto;
  overflow: hidden;
  list-style: none !important;
  margin-bottom: 10px;
}
ul.social-icons li {
  float: none;
  display: inline-block;
  height: 36px;
}
#copyright a:hover,
#copyright nav .menu li a:hover {
  color: #e4e4e4!important;
}
#copyright a,
#copyright a:hover {
  text-decoration: none;
}
.global-page-header {
  background-attachment: fixed;
  background-size: cover;
  padding: 120px 0 25px 0;
  position: relative;
  /* background: #02bdd5; */
  background: rgb(229,229,229);
  color: #fff;
}
.global-page-header h2 {
  /* font-size: 42px; */
  font-size: 32px;
  font-weight: bold;
  color: #444;
  text-transform: uppercase;
}
.global-page-header .breadcrumb {
  background: none;
  font-size: 16px;
  padding: 8px  0;
}
.global-page-header .breadcrumb .active {
  /* color: #02bdd5; */
  color: #D24A43;
 /* text-transform: capitalize;  */
}
.global-page-header .breadcrumb li a {
  /* color: #02bdd5; */
  color: #D24A43;
}
.global-page-header .block {
  position: relative;
  z-index: 99;
  text-align: center;
}
#product-showcase-banner {
  padding-top: 160px;
}
#product-showcase-banner .block {
  padding: 20px 0 20px 50px;
}
#product-showcase-banner .block h2 {
  font-size: 40px;
  color: #02bdd5;
  margin-bottom: 20px;
  margin-top: 0;
}
#product-showcase-banner .block p {
  color: #666;
  line-height: 25px;
}
#product-showcase-banner .block .buttons {
  margin-top: 25px;
}
#product-showcase-banner .block .buttons .btn {
  color: #fff;
  border: none;
  padding: 12px 40px;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  letter-spacing: 2px;
  font-size: 15px;
}
#product-showcase-banner .block .buttons .btn-demo {
  background: #5abd4f;
  margin-right: 8px;
  border-bottom: 3px solid #429E38;
}
#product-showcase-banner .block .buttons .btn-demo:hover {
  background: #429E38;
}
#product-showcase-banner .block .buttons .btn-buy {
  background: #00AEDA;
  border-bottom: 3px solid #0190B5;
}
#product-showcase-banner .block .buttons .btn-buy:hover {
  background: #0190B5;
}
#product-showcase-banner .block .buttons .btn-buy span {
  margin-right: 8px;
  font-weight: bold;
}
#product-description {
  padding-top: 80px;
}
#product-description .block {
  height: 400px;
  overflow: hidden;
  margin-top: 35px;
  border-bottom: 1px solid #dedede;
  padding-top: 30px;
  position: relative;
  webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#product-description .block:hover img {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
#product-description .block img {
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: -moz-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#product-description .block .content {
  width: 60%;
  padding-top: 70px;
}
#product-description .block .content h3 {
  font-size: 32px;
  color: #5c5c5c;
}
#product-description .block .content p {
  color: #787f8c;
  line-height: 25px;
}
#related-items {
  padding: 60px 0 110px;
}
#related-items .title {
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
  margin: 5px 15px 30px 15px;
  text-align: left;
  color: #777;
}
#related-items .product-details {
  margin-bottom: 0;
}
#related-items .block {
  position: relative;
  background: #fff;
  margin-bottom: 45px;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.14);
}
#related-items .block:hover .img-overly .overly {
  opacity: 1;
}
#related-items .block h4 {
  padding: 20px 15px;
  margin-top: 0;
  color: #666;
}
#related-items .block h4 span {
  float: right;
  color: #02bdd5;
}
#related-items .block .img-overly {
  position: relative;
  background: rgba(0, 0, 0, 0.85);
}
#related-items .block .img-overly img {
  border-radius: 0;
}
#related-items .block .img-overly .overly {
  background: rgba(57, 181, 74, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#related-items .block .img-overly .overly a {
  position: absolute;
  top: 45%;
  left: 45%;
}
#related-items .block .img-overly .overly a i {
  font-size: 30px;
  color: #fff;
}
.service-page .service-parts .block {
  margin-bottom: 40px;
  text-align: center;
}
.service-page .service-parts .block i {
  font-size: 35px;
  color: #02bdd5;
}
.service-page .service-parts .block p {
  padding: 0 8px;
  font-size: 14px;
  color: #777;
  line-height: 1.7;
}
.works.service-page figure .buttons {
  position: absolute;
  top: 45%;
  left: 13%;
}
#clients {
  padding: 30px 0 60px;
}
#clients .owl-carousel .owl-item img {
  display: block;
  width: 70%;
  margin: auto;
  -webkit-transform-style: preserve-3d;
}
#clients .owl-carousel .owl-item {
  margin-right: 10px;
}
.works-fit {
  padding: 40px 0;
}
.works-fit figure .buttons {
  left: 14%;
}
.fancybox-close {
  background: url("../images/icons/close.png") no-repeat scroll center center #d24a43;
  height: 50px;
  right: 0;
  top: 0;
  width: 50px;
}
.fancybox-next span {
  background: url("../images/icons/right.png") no-repeat scroll center center #d24a43;
  height: 50px;
  width: 50px;
  right: 0;
}
.fancybox-prev span {
  background: url("../images/icons/left.png") no-repeat scroll center center #d24a43;
  height: 50px;
  width: 50px;
  left: 0;
}
.fancybox-title h3 {
  font-size: 15px;
  margin: 0;
}
.fancybox-title {
  padding: 15px 8px;
}
.wrapper_404 h1 {
  font-size: 200px;
  color: #02bdd5;
  line-height: 1;
}
.wrapper_404 h2 {
  font-size: 50px;
  margin-top: 0;
}
.wrapper_404 .btn-home {
  background: #414141;
  border: none;
  color: #fff;
  padding: 20px 35px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0;
}
.company-description {
  margin-top: 80px;
}
.company-description .block h3 {
  margin-top: 0;
}
.company-description .block p {
  color: #727272;
}
#team {
  margin: 50px 0;
}
.team-member {
  margin-top: 30px;
}
.team-member:hover .team-img img {
  opacity: .8;
}
.team-member .team-img {
  position: relative;
}
.team-member .team-img .team-pic {
  width: 100%;
}
.team-member .team_designation {
  font-size: 13px;
}
.team-member h3 {
  /* color: #02bdd5; */
  color: #d24a43;
  margin-bottom: 0;
  font-size: 20px;
}
.team-member p {
  font-size: 14px;
}
.team-member .social-icons a {
  /* background: #02bdd5; */
  background: #d24a43;
  color: #fff;
  padding: 4px 8px;
  display: inline-block;
  font-size: 15px;
}
.team-member .social-icons a:hover {
	background: #fff;
  color: #d24a43;
}
.team-member .social-icons .facebook {
  padding: 4px 12px;
}
.about-feature {
  margin-top: 50px;
}
.about-feature .block {
  color: #444;
  width: 30%;
  padding: 5%;
  float: left;
  margin-left: 2.5%;
}
.about-feature .block h2 {
	color: #d24a43;
}
.about-feature .block p {
  font-weight: 300;
}
.about-feature .about-feature-1 {
  /* background: #02bdd5; */
  background: rgb(229, 229, 229);
}
.about-feature .about-feature-2 {
  /* background: #00B0C7; */
  background: rgb(239, 239, 239);
}
.about-feature .about-feature-3 {
  /* background: #00A6BB; */
  background: rgb(249, 249, 249);
}
#blog-full-width {
  /* padding: 40px 0 80px; */
  padding: 5px 0 80px;
}
article {
  padding: 30px 0;
}
.blog-content h2 {
  font-family: 'Roboto', sans-serif;
}
.blog-content h2 a {
  color: #444;
  font-weight: 400;
  font-size: 30px;
}
.blog-content .blog-meta {
  color: #9a9a9a;
  font-weight: 300;
  margin-bottom: 25px;
}
.blog-content .blog-meta span:after {
  content: '/';
  padding: 0 3px 0 6px;
}
.blog-content .blog-meta a {
  color: #acacac;
}
.blog-content .blog-meta p {
  margin-top: 20px;
}
.blog-content .btn-details {
  color: #02bdd5;
  padding: 0;
  background: #02bdd5;
  color: #fff;
  padding: 8px 18px;
  border-radius: 0;
  margin-top: 15px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px 1px #02bdd5;
}
.blog-post-image {
  margin-top: 30px;
}
.sidebar {
  padding-top: 60px;
}
.sidebar .widget {
  /* margin-bottom: 40px; */
  margin-bottom: 20px;
  padding: 10px 15px 5px;
  border: 1px solid #dedede;
}
.sidebar .widget h3 {
  margin-top: 8px;
}
.sidebar .search input.form-control {
  border-right: 0;
  border-radius: 0;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}
.sidebar .search button {
  border-left: 0;
}
.sidebar .search button:hover {
  background: transparent;
}
.sidebar .author .author-img img {
  width: 90px;
  border-radius: 100%;
  margin-top: -40px;
  border: 3px solid #fff;
}
.sidebar .author .author-bio p {
  font-size: 14px;
  color: #888;
  clear:both;
}
.sidebar .categories ul li {
  border-bottom: 1px solid #f0f0f0;
  /* padding: 10px 0; */
  padding: 8px 0;
  list-style: none;
}
.sidebar .categories ul li span.badge {
  float: right;
  background: transparent;
  color: #444;
  border: 1px solid #dedede;
  border-radius: 0;
}
.sidebar .categories ul li a {
  color: #555;
}
.sidebar .categories ul li:last-child {
  border-bottom: none;
}
.sidebar .recent-post ul li {
  margin: 20px 0;
}
.sidebar .recent-post ul li a {
  color: #555;
  font-size: 15px;
}
.sidebar .recent-post ul li a:hover {
  color: #02bdd5;
}
.sidebar .recent-post time {
  font-weight: 300;
  color: #999;
  font-size: 12px;
}
.gallery {
  padding: 100px;
}
.gallery figure .buttons {
  left: 40%;
}
.portfolio-meta span {
  margin: 5px 10px;
  font-weight: 300;
}
.portfolio-meta span a {
  color: #fff;
}
.portfolio-single {
  padding: 80px 0 20px;
}
.portfolio-single .portfolio-content {
  padding: 40px 0;
}
.single-post {
  /* padding: 80px 0 20px; */
  padding: 10px 0 20px;
}
.single-post .post-content {
  padding: 40px 0;
}
.single-post .post-content ol li,
.single-post .post-content ul li {
  color: #666;
}
.single-post .media {
  border: 1px solid #dedede;
  padding: 30px 20px;
}
.single-post .media .media-body a {
  color: #02bdd5;
  font-size: 12px;

}
.single-post .media .media {
  border: none;
}
.single-post .comments {
  margin-top: 40px;
}
.single-post .post-comment {
  margin-top: 40px;
}
.single-post .post-comment h3 {
  margin-bottom: 15px;
}
.single-post .post-comment .form-control {
  box-shadow: none;
  border-radius: 0;
}
.single-post .post-comment .btn-send {
  background: #02bdd5;
  color: #fff;
  border-radius: 0;
}
.social-share li {
  display: inline-block;
  margin: 3px 1px;
}
.social-share a {
  font-size: 20px;
  color: #fff;
  background: #02bdd5;
  padding: 4px 10px;
  display: inline-block;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-toggle {
  background: #000;
}
.dropdown-menu > ul {
  list-style: none;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: -5px;
  background: #fff;
  background-color: rgba(10, 10, 10, 0.8);
  box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);
}
.nav .open > a,
.nav .open > a:focus {
  background-color: transparent;
}
#top-bar .dropdown-menu > ul > li > a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 8px 0;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}
.ion-chevron-right:before {
	content: "\f125";
	position: absolute;
    top: 50%;
    left: 90%;
     color: #d24a43;
}
.ion-chevron-left:before {
    content: "\f124";
    position: absolute;
    top: 50%;
    left: 5%;
    color: #444;
}
.carousel-control.left,
.carousel-control.right {
	background: none;
}
.search-query {
	color: #444;
	width: 150px;
}
.navbar-nav .form-search {
	margin-top: 8px;
}
.navbar-brand,
.navbar-brand-eng {
	width: 170px;
	height: 50px;
}
.navbar-brand a,
.navbar-brand-eng a{
	width: 170px;
	/* background: url(../images/na_wight5.png) no-repeat; */
	position: relative;
	top: -6px;
	left: 20px;
}
.navbar-brand-eng a {
	/* background: url(../images/na_wight6.png) no-repeat; */
}
.carousel-inner .item. img {
	/* posiiton: relative; */
}
.banners {
	background: rgba(255, 255, 255, 0);
	position: absolute;
	bottom: 6%;
	/* right: -2%; */
	left: -10%;
	z-index: 100;
}


.banners h1 {
	float: left;
}
.banners a {
	float: right;
}

.banners p {
	color: #444;
	float: left;
}

.media-heading {
	color: #d24a43;
	text-transform: uppercase;
}
.p-text ul {
	padding-left: 40px;
}
.embed-responsive-16by9 {

}
.visibleno {
display: none;
}
.widget ul li:first-letter {
	text-transform: uppercase;
}
.blog-content p,
.post-content p {
	text-indent: 0;
}
.blog-content  {
	margin-bottom: 75px;
}
.blog-content ul {
	margin-bottom: 25px;
}
.sidebar figure {
	margin-bottom: 0;
}
.gia {
	font-weight: 700 !important;
}
.gia ol {
	margin-top: 5px;
}
.news_part {
	float: left;
}
.h4-news {
	text-transform: none;
	font-size: 14px;
	text-align: left;
	margin-top: -15px;
	overflow: hidden;
	max-height: 32px;
	text-overflow: clip;
	line-height: 1.26;
}
.h4-news:first-letter {
	text-transform: uppercase;
}
.data-news {
	position: relative;
	top: -25%;
	left: 40%;
	font-size: 10px;
	color: #d24a43;
}
#works figcaption a {
	color: #d24a43;
}
.social-media li{
	display: inline-block;
    font-size: 24px;
    margin: 0 10px 0 0;
    padding: 0;
}
.img-news {
	margin: auto;
}
/* .img-news-large {
	margin: auto;
} */
.parnner-hover {
	margin: 5px 0;
	/* opacity: 0.7; */
}
.parnner-hover:hover {
	opacity: 1;
	position: relative;

}
.parner-hover a {

}
.parnner-hover a:hover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	cursor: pointer;
}

.dillers {
	margin-bottom: 40px;
}
.dillers img {
	max-height: 100px;
	margin: auto;

}
.nau_cart i{
	position: relative;
	top: 3px;
	left: 10px;
}

.nau_cart i:hover:after {
	content: "купить";
	position: absolute;
	top: -5px;
	left: 30px;
	background: #414141 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 0.5em;
    letter-spacing: 2px;
    margin-top: 20px;
    padding: 16px 35px;
    text-transform: uppercase;
	font-family: "Roboto",sans-serif;
	z-index: 10;
}

.del_bez {
	display: none;
}

@media screen and (max-width: 990px) {
	#hero-area {
		display: none;
	}
}
.sitemap ul {
	text-align: left !important;
	list-style-type: none;
}
.sitemap a:first-child {
	color: black;
}

.download_po  {
	font-size: 26px;
	position: relative;
	top: 2px;
	left: 2px;
}
.download_po:hover:after  {
		content: "скачать";
	position: absolute;
	top: -5px;
	left: 30px;
	background: #414141 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 0.4em;
    letter-spacing: 2px;
    margin-top: 20px;
    padding: 12px 20px;
    text-transform: uppercase;
	font-family: "Roboto",sans-serif;
	z-index: 10;
}

.badge_new {
	float: none !important;
	position: absolute;
	right: 5%;
}

.categories.widget li {
	margin-right: 4px;
}

/* .widget-head-1365 {
	position: relative;

}
.widget-head-1365:after {
	content: "";
	position: absolute;
	top: -15px;
	left: 60%;
	background: url("/netcat_files/chemical-mini.jpg") no-repeat;
	display: block;
	height: 50px;
	width: 50px;
} */



.nc_auth_login_check, .nc_auth_pass2_check { margin-left: 15px; font-weight: bold; display: none;}
.nc_auth_pass1_check { margin-left: 5px; font-weight: bold; display: none;}
#nc_auth_pass1_security { margin-left: 15px; display: none;}
#nc_auth_login_ok, #nc_auth_pass2_ok { color: #088A08; }
#nc_auth_login_fail, #nc_auth_pass2_fail { color: #FF0000;}
#nc_auth_pass1_s1 { color: #FF0000; }
#nc_auth_pass1_s2 { color: #ddcc11; }
#nc_auth_pass1_s3 { color: #8cd750; }
#nc_auth_pass1_s4 { color: #088A08; }
#nc_auth_pass1_empty, #nc_auth_pass_min { margin-left: 15px; font-weight: bold; display: none; color: #FF0000; }


.sidebar_po {
	padding-top: 10px;
}

#top-bar .container {
	position: relative;
}
.main-menu {
	margin-right: 200px;
}
.nav>li>a {padding: 10px;}
.search-naura {
	position: absolute;
	top: 7px;
	right: 5px;
}
.nc_search_title .list-group-item {
	margin-top: 30px;
	color: #d24a43;
}
.search-naura .form-control {
	float: left;
}
.search-naura .button {
	float: left;
}
@media screen and (max-width: 1199px) {
	.search-naura {
	position: absolute;
	//top: 10px;
	//left: 200px;
	}
	.navbar-brand-eng a,
	.navbar-brand a {
	background-size: auto 35px;
	}
	.navbar-brand-eng a,
	.navbar-brand a {
	height: 35px !important;
	width: 75px !Important;
	}
	.navbar-brand-eng,
	.navbar-brand {
	width: 75px;
	}
	.logo_lang {
	margin-left: -30px;
	}
  #top-bar .main-menu li a {
    font-size: 13px;
  }
  .navbar-brand a, .navbar-brand-eng a {
      left: 0px;
  }
  .nav>li>a {
      padding: 10px;
  }
}

.search-query {

    width: 100px;
}

.search-naura {
	width: 150px;
}
}
.form-control:focus {
    border-color: #D24A43;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(210, 74, 67, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(210, 74, 67, .6)
}
.form-control-catpcha {
	width: 20%;
	float: none;
	display: inline;
}

div.sidebar div.categories.widget ul li {
	font-size: 14px;
}
#about ul li,
.company-description ul li,
#blog-full-width .blog-content ul li,
#blog-full-width .post-content ul li,
.single-post .container .row .col-md-12 .post-content ul li {
	position: relative;
	/* line-height: 25px; */
	margin-bottom: 15px;
}
#about ul li:after,
.company-description ul li:after,
#blog-full-width .blog-content ul li:after,
#blog-full-width .post-content ul li:after,
.single-post .container .row .col-md-12 .post-content ul li:after {
	content: "";
	display: block;
	width: 15px;
	height: 14px;
	background: url('../images/nau_bull.png') no-repeat;
	position: absolute;
	top: 6px;
	left: -20px;
}

section.single-post div.container div.row div.col-md-12 div.post-content ul li


/* #blog-full-width .blog-content ul li */


/* #blog-full-width div.container div.row div.col-md-4 div.sidebar div.categories.widget ul li */



/* #blog-full-width .post-content ul li */



.warnText {
	color: red;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}

.allnews {
	text-align: center;
	position: relative;
	top: -100px;
}

.logo_lang {
	position: absolute;
	top: -4px;
	left: 150px;
}
.logo_lang img {
	height: 35px;
}


#call-to-action .container .row .col-md-6 .map-area .subtitle  {
	color: rgb(51,51,51);
}
#call-to-action .container .row .col-md-6 .map-area {
	text-align: left;
}

.Telegram {
	font-weight: 700;
	position: relative;
	margin-left: 50px;
}
.Telegram:before {
	content: "";
	display: block;
	height: 40px;
	width: 40px;
	background: url("../images/Telegram.png") no-repeat center;
	background-size: 40px 40px;
	top: -10px;
	left: -50px;
	position: absolute;
}
.tpl-block-full.tpl-component-2126
section#blog-full-width div.container div.row div.col-md-8 article.wow.fadeInDown.animated div.blog-content p a,
section#blog-full-width div.container div.row div.col-md-8 article.wow.fadeInDown.animated div.blog-content p a,
section#blog-full-width div.container div.row div.col-md-8 article.wow.fadeInDown.animated div.blog-content ul li a  {
	text-decoration: underline;
}

/*
div.container div.row div.col-md-8 div.blog-post-image div.embed-responsive.embed-responsive-16by9 {
	margin: 0 auto;
	width: 75%;
}
*/

body section#team div.container div.row div.col-md-3 {
	min-height: 500px;
}


/* pravki MB */
/* slider */

.slick-slide {height: auto !important;}

.banners.col-md-5 {
background: transparent !important;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
    width: 100% !important;
    height: 100%;
}

#hero-area .btn {
    background: transparent;
    border: none;
    color: transparent;
    padding: 20px 35px;
    margin-top: 0;
    font-size: 8px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: normal;
    border-radius: 0;
    width: 100%;
    height: 100%;
}

#hero-area {padding: 6em 0 2.5em 0;}

.container {width: 100%;}
/* slider tile */
div.left, div.left > div {
    padding-bottom: 0px;
}

.product-slider .slick-next {right: 0 !important; display: none !important;}
.product-slider .slick-next {left: 0 !important; display:none !important;}


.main-menu {
    height: 50px;
    width: max-content;
    margin: auto;
}

.navbar-right {float: none !important;}

figure figcaption h4 {font-size: 1.5rem;}


.col-xs-12 {
    width: 25% ;
}

@media (max-width: 770px){
.col-xs-12 {
    width: 100% !important;
}}


.embed-responsive {width: 100% !important;}


@media (max-width: 920px){
figcaption {font-size:0px !important;}
}

@media only screen and (max-width: 767px) {
.navbar-collapse {
    height: 470px !important;
    max-height: 500px !important;
}
.im_d {
    width: 100% !important;
    height:340px !important;
    background-position:top !important;
    margin:0 !important;
}
.row.slick-main.slick-initialized.slick-slider .col-xs-12 {
    width: 6% !important;
    }
input {font-size:12px !important;}

.title {font-size: 21px !important; font-weight:600 !important;}

.media-heading {    font-size: 16px !important;  font-weight: 400 !important;}

h1 {font-size:19px !important;}
h2 {font-size:19px !important;}
h3 {font-size:14px !important;}
h4 {font-size:2.4vw !important;}
h5 {font-size:14px !important;}

.hworks {padding: 40px 0 20px !important;}

.subscribe div {
    font-size: 13px !important;
}

#call-to-action {text-align:left !important;}

form div {
    font-size: 13px !important;
}
.global-page-header .text-subscribe {
    padding-left: 184px !important;
}
form button img {
    display: none;
}
form.navbar-search .btn-default {
    height: 34px !important;
}
.row.slick-main .col-xs-12 {
    width: 33% !important;
}
.blog-content h2 {text-align: center;}
.blog-content .data-news {top:0 !important; left:0 !important;}

figure figcaption {display:block !important; width: auto !important; margin-top:10px !important; padding:14px !important; height: 19vw !important;}
figure figcaption .h4-news {text-align: center;}
figure .overlay a {padding: 4rem !important;}

.blog-content img {
    width: 100% !important;
    height: auto !important;
}

.tpl-block-page-block {min-width:auto !important;}
p, .blog-content li, li {word-break: break-word !important;}

.sidebar {padding-top:0 !important;}

.navbar-brand img {position:relative; z-index:999;}

.text-subscribe:focus {
    background-color: white;
    position: relative;
    z-index: 999;
    transition: 1s;
    border-color: #f41115b5;
    box-shadow: 0px 3px 6px 0px #444;
    padding-left: 89px !important;
}
.text-subscribe {transition:1s;}


.buttons h4 {
    margin: 0px;
    width: 100%;
    height: 100%;
    display: inline-block;
}





}



