@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-black-webfont.eot');
  src: url('../fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-black-webfont.svg#latoblack') format('svg'), url('../fonts/lato-black-webfont.woff') format('woff'), url('../fonts/lato-black-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-italic-webfont.eot');
  src: url('../fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-italic-webfont.svg#latoitalic') format('svg'), url('../fonts/lato-italic-webfont.woff') format('woff'), url('../fonts/lato-italic-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-regular-webfont.eot');
  src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.svg#latoregular') format('svg'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-light-webfont.eot');
  src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-light-webfont.svg#latolight') format('svg'), url('../fonts/lato-light-webfont.woff') format('woff'), url('../fonts/lato-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    font-family: sans-serif;
  }
}

.culculate-dostavka iframe{
    margin: 0 auto;
    width: 520px !important;
}

.alert{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 280px;
    height: 150px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 2px #000;
}

.alert button{
    position: relative;
    top: -5px;
    left: 130px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

.pluso{
    position: fixed !important;
    top:0 !important;
    left:10px !important;
    bottom:0 !important;
    margin:auto !important;
    height:350px;
}

.callout {
  margin-bottom: 25px;
  padding: 20px;
  border-left: 3px solid #eeeeee;
}
.callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout-danger {
  background-color: #fdf7f7;
  border-color: #ebccd1;
}
.callout-danger h4 {
  color: #a94442;
}
.callout-warning {
  background-color: #faf8f0;
  border-color: #faebcc;
}
.callout-warning h4 {
  color: #8a6d3b;
}
.callout-info {
  background-color: #f4f8fa;
  border-color: #bce8f1;
}
.callout-info h4 {
  color: #31708f;
}
.callout-success {
  background-color: #f9fdf7;
  border-color: #d6e9c6;
}
.callout-success h4 {
  color: #3c763d;
}
.t-ww {
  word-wrap: break-word;
  word-break: break-word;
}
.border-none {
  border: 0;
}
.pos-r {
  position: relative !important;
}
.pos-a {
  position: absolute !important;
}
.pos-f {
  position: fixed !important;
}
.w-sm {
  width: 25% !important;
}
.w-md {
  width: 50% !important;
}
.w-lg {
  width: 75% !important;
}
.w-full {
  width: 100% !important;
}
.w-50 {
  width: 50px !important;
}
.w-100 {
  width: 100px !important;
}
.w-120 {
  width: 120px !important;
}
.w-130 {
  width: 130px !important;
}
.w-140 {
  width: 140px !important;
}
.w-150 {
  width: 150px !important;
}
.w-200 {
  width: 200px !important;
}
.w-300 {
  width: 300px !important;
}
.w-350 {
  width: 350px !important;
}
.m-a-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-a {
  margin: 20px !important;
}
.m-t {
  margin-top: 20px !important;
}
.m-r {
  margin-right: 20px !important;
}
.m-b {
  margin-bottom: 20px !important;
}
.m-l {
  margin-left: 20px !important;
}
.m-x {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.m-y {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.m-a-xs {
  margin: 5px !important;
}
.m-t-xs {
  margin-top: 5px !important;
}
.m-r-xs {
  margin-right: 5px !important;
}
.m-b-xs {
  margin-bottom: 5px !important;
}
.m-l-xs {
  margin-left: 5px !important;
}
.m-x-xs {
  margin-right: 5px !important;
  margin-left: 5px !important;
}
.m-y-xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.m-a-sm {
  margin: 10px !important;
}
.m-t-sm {
  margin-top: 10px !important;
}
.m-r-sm {
  margin-right: 10px !important;
}
.m-b-sm {
  margin-bottom: 10px !important;
}
.m-l-sm {
  margin-left: 10px !important;
}
.m-x-sm {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.m-y-sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.m-a-md {
  margin: 30px !important;
}
.m-t-md {
  margin-top: 30px !important;
}
.m-r-md {
  margin-right: 30px !important;
}
.m-b-md {
  margin-bottom: 30px !important;
}
.m-l-md {
  margin-left: 30px !important;
}
.m-x-md {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.m-y-md {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.m-a-lg {
  margin: 60px !important;
}
.m-t-lg {
  margin-top: 60px !important;
}
.m-r-lg {
  margin-right: 60px !important;
}
.m-b-lg {
  margin-bottom: 60px !important;
}
.m-l-lg {
  margin-left: 60px !important;
}
.m-x-lg {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.m-y-lg {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.p-a-0 {
  padding: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-a {
  padding: 20px !important;
}
.p-t {
  padding-top: 20px !important;
}
.p-r {
  padding-right: 20px !important;
}
.p-b {
  padding-bottom: 20px !important;
}
.p-l {
  padding-left: 20px !important;
}
.p-x {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.p-y {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.p-a-xs {
  padding: 5px !important;
}
.p-t-xs {
  padding-top: 5px !important;
}
.p-r-xs {
  padding-right: 5px !important;
}
.p-b-xs {
  padding-bottom: 5px !important;
}
.p-l-xs {
  padding-left: 5px !important;
}
.p-x-xs {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.p-y-xs {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.p-a-sm {
  padding: 10px !important;
}
.p-t-sm {
  padding-top: 10px !important;
}
.p-r-sm {
  padding-right: 10px !important;
}
.p-b-sm {
  padding-bottom: 10px !important;
}
.p-l-sm {
  padding-left: 10px !important;
}
.p-x-sm {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.p-y-sm {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.p-a-md {
  padding: 30px !important;
}
.p-t-md {
  padding-top: 30px !important;
}
.p-r-md {
  padding-right: 30px !important;
}
.p-b-md {
  padding-bottom: 30px !important;
}
.p-l-md {
  padding-left: 30px !important;
}
.p-x-md {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.p-y-md {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.p-a-lg {
  padding: 60px !important;
}
.p-t-lg {
  padding-top: 60px !important;
}
.p-r-lg {
  padding-right: 60px !important;
}
.p-b-lg {
  padding-bottom: 60px !important;
}
.p-l-lg {
  padding-left: 60px !important;
}
.p-x-lg {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.p-y-lg {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.navbar-header .navbar-brand {
  padding-left: 55px;
  background-image: url('../images/october.png');
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: 7px 50%;
  transition: color 0.2s ease 0.05s;
  color: #ccc;
}
.navbar-header .navbar-brand:hover {
  color: #fff;
}
.navbar-nav li.separator {
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  height: 30px;
  margin: 20px 10px 0 10px;
}
.navbar-autohide {
  transition: transform .5s;
}
.navbar-autohide.is-hidden {
  transform: translateY(-72px);
}
.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a {
  transition: color 0.2s ease 0.05s;
}
.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a:after {
  position: absolute;
  height: 4px;
  bottom: -1px;
  content: '';
  border-radius: 4px;
  z-index: 5;
  width: 0;
  left: 50%;
  transition: all 0.2s ease 0.05s;
}
.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a:after {
  width: 100% !important;
  left: 0 !important;
}
.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li:hover > a:after {
  width: 100%;
  left: 0;
}
.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a {
  background: transparent;
}
.navbar-inverse .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a:after,
.navbar-inverse .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a:hover:after {
  background: #000000;
}
.navbar-inverse .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a:hover:after {
  background: #000000;
}
.navbar-inverse .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a:hover:after {
  background: #e67e22;
}
.navbar-default .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a:after,
.navbar-default .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a:hover:after {
  background: #64ae5b;
}
.navbar-default .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a:hover:after {
  background: #64ae5b;
}
.navbar-default .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a:hover:after {
  background: #93dc8a;
}













@charset "utf-8";
/*
Design by http://www.templateaccess.com
Released for free under a Creative Commons Attribution 3.0 License
*/
body { margin:0; padding:0; width:100%; color:#959595; font:normal 12px/1.8em Arial, Helvetica, sans-serif; background:#ffffff;
    /*
    background-image: url(../images/burenie-skvazhin-na-vodu.png);
    background-repeat: no-repeat;
    background-size: 900px auto;
    background-position: 50% 200px;*/
}
html, .main { padding:0; margin:0;}
.logo { float:left; width:220px; height:70px; padding:40px; margin:0 auto;}
h1 { margin:0; padding:0; color:#7b7a7a; font:bold 26px/1.2em Arial, Helvetica, sans-serif; letter-spacing:0px;}
h1 a, h1 a:hover { color:#7b7a7a; text-decoration:none;}
h1 span { color:darkorange;}
h1 small { padding:0 0 0 15px; font:normal 12px/1.2em Arial, Helvetica, sans-serif; letter-spacing:normal;}
h2 { font:normal 24px Arial, Helvetica, sans-serif; padding:8px 0; margin:0; color:#595959;}
h3 { font: normal 20px Arial, Helvetica, sans-serif;
    padding: 0px 0 0;
    margin: 0;
    color: #555;}
p { margin: 8px 0;
    padding: 0 0 8px 0;
    font: normal 14px/1.5em Arial, Helvetica, sans-serif;
    color: #666;}
p.spec {}
a { color:darkorange; text-decoration:underline;}
a.rm, a.com { padding:0; text-decoration:none;}

.header, .content, .menu_nav, .fbg, .footer, form, ol, ol li, ul, .content .mainbar, .content .sidebar { margin:0; padding:0;}
img.left{
    float:left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.main_resize { margin:0 auto; padding:0; width:970px;}

/* header */
.header { padding:0; margin:0;}

/* hbg */
.hbg { padding:12px; margin:0; background:#ebebeb;}

/* menu */
.menu_nav { margin:0; padding:0; height:60px; width:100%; float:right;}
.menu_nav ul { list-style:none; margin:0; padding:15px 0; float:right; height:30px;}
.menu_nav ul li { margin:0; padding:0; float:left; background:url(images/menu_line.gif) repeat-y top right;}
.menu_nav ul li a { display:block; margin:0; padding:7px 28px; color:#7b7a7a; text-decoration:none; font-size:14px; line-height:16px; background:none;}
.menu_nav > ul > li.active > a, .menu_nav ul li a:hover { text-decoration:none; color:#d76002;}

/* content */
.content { padding:20px 0 0; margin:0 auto; width:100%;}
.mainbar { margin:0; padding:0; float:right; width:670px;}
.mainbar img { padding:4px; border:1px solid #f2f2f1; background:#FFF; }
.mainbar img.fl { margin:4px 16px 4px 0; float:left; }
.mainbar .article { margin:0; padding:10px 20px;}
.mainbar .article a, .mainbar .article h2 { color:#d76002;}
.mainbar .post-data a { color:#595959;}
.mainbar a.com { color:#d76002;}
.home-content .mainbar{
    width: 100% !important;
}
.sidebar { padding:0; float:left; width:300px; background:none;}
.sidebar .gadget { margin:0; padding:10px 20px;}
.sidebar .gadget .title { text-align:right;}
.sidebar .gadget span.q { text-align:right; font:normal 60px/12px Arial, Helvetica, sans-serif; color: #d9d9d9;}
ul.sb_menu, ul.ex_menu, .testi { margin:0; padding:0; color:#939393; list-style:none;}
ul.sb_menu li, ul.ex_menu li { margin:0;}
ul.sb_menu li { padding:2px 0;}
ul.ex_menu li { padding:2px 0;}
ul.sb_menu li a, ul.ex_menu li a { display:block; color:#959595; text-decoration:none; padding:5px 5px 5px 18px; background:url(images/menu_li_link.gif) no-repeat left center;}
ul.ex_menu li span { padding:0 0 0 18px;}
ul.sb_menu li a:hover, ul.ex_menu li a:hover, ul.sb_menu li.active a, ul.ex_menu li.active a { background:url(images/menu_li_hover.gif) no-repeat left center; color:#d76002;}
ul.sb_menu li a:hover { text-decoration:underline;}
ul.ex_menu li a:hover { text-decoration:underline;}

/* subpages */
.content .mainbar .comment { margin:0; padding:16px 0 0 0;}
.content .mainbar .comment img.userpic { border:1px solid #dedede; margin:10px 16px 0 0; padding:0; float:left;}

/* fbg */
.fbg { margin:0; padding:0; background: #555;
    box-shadow: inset 0px 0 10px #000;}
.fbg_resize { margin:0 auto; padding:10px 12px 40px; width:946px;}
.fbg img { padding:4px; border:1px solid #cfd2d4; background-color:#fff;}
.fbg h2, .fbg p, .fbg a { color:#ffffff;}
.fbg .col { margin:0; float:left;}
.fbg .c1 { padding:0 20px 0 0; width:260px;}
.fbg .c2 { padding:0 20px; width:326px;}
.fbg .c3 { padding:0 0 0 20px; width:280px; background:none;}
.fbg .c1 img { margin:8px 16px 8px 0;}
.fbg .c3 img { margin:8px 16px 4px 0; float:left;}

/* footer */
.footer { }
.footer_resize { margin:0 auto; padding:20px 12px; width:946px;}
.footer .lf { float:left;}
.footer .rf { float:right;}
.footer p { color:#959595; margin:0; padding:4px 0; width:auto; line-height:1.5em;}
.footer p a { color:#d76002; text-decoration:none;}

/* form */
ol { list-style:none;}
ol li { display:block; clear:both;}
ol li label { display:block; margin:0; padding:16px 0 0 0;}
ol li input.text { width:480px; border:1px solid #c0c0c0; margin:2px 0; padding:5px 2px; height:16px; background:#fff;}
ol li textarea { width:480px; border:1px solid #c0c0c0; margin:2px 0; padding:2px; background:#fff;}
ol li .send { margin:16px 0 0 0;}

/* Search form */
.search { padding:15px 0 5px; margin:0; width:300px; float:right;}
.search span { float:right; width:260px; display:block; background:#FFF; height:29px; margin:0; padding:0; border:1px solid #e1dddd;}
.search input#s { float:left; width:210px; padding:7px 0 7px 10px; margin:0; border:0; background:none; color:#afaeae; font:normal 12px/15px Arial, Helvetica, sans-serif; }
.search .btn { float:left; padding:0; margin:0; border:0; width:auto; }

/*=== PageNavi. ===*/
.pagenavi { clear:both; font: normal 11px Arial, Helvetica, sans-serif; margin:0 auto; text-align:right; padding:20px;}
.pagenavi a,
.pagenavi .current { margin-left:3px; padding:5px 10px; text-decoration:none; color:#939393; background:#f9fbfc; border:1px solid #d9e3cb;}
.pagenavi a:hover,
.pagenavi .current {  background:#d76002; color:#FFF;}
.pagenavi .pages { float:left;}

.fl { float:left;}
.fr { float:right;}
.clr { clear:both; padding:0; margin:0; width:100%; font-size:0px; line-height:0px;}


.phone-header{
    text-align: left;
    font-size: 24px;
    color: darkorange;
    margin: 0;
    text-decoration: none;
}

.search {
        padding: 0px 0 0px;
    margin: 0;
    width: 500px;
    height: 130px;
    float: right;
    text-align: right;
    padding-right: 20px;
    margin-top: 20px;
}

.search h2{
    color: darkorange;
    text-shadow: 1px 1px 0 #c46f0d;
}

.logo p{
    font-size: 16px;
}

.hbg{
    background-image: url(../images/WaterCompany2.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0% 55%;
    height: 250px;
    /* border: 5px solid #ccc; */
    box-shadow: inset 0 0 6px #777;
}

.mainbar{
    margin: 0 !important;
    padding: 0px 0px 0 0px !important;
    box-sizing: border-box !important;
}

.mainbar h1{
    margin: 0 0 20px;
    letter-spacing: 0.3px;
    font-weight: 500;
    color: #333;
    font-size: 30px;
}

.mainbar div{
    font-size: 14px;
    color: #555;
}

.fbg .c1 {
    padding: 0px 20px 20px 0;
    width: 50%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 100;
    color: #fcfcfc;
    text-align: justify;
}

.form-input{
        width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    color: #222;
    border: none;
        margin: 0 auto 20px;
    display: block;
    box-sizing: border-box;
    box-shadow: inset 0 0 2px #000;
    border-radius: 2px
}

form p{
    letter-spacing: 0.3px;
    margin:5px 10px;
    font-size: 12px;
}

.form-textarea{
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    color: #222;
    border: none;
    margin: 0 auto 10px;
    height: 80px;
    font-family: Arial;
    display: block;
    box-sizing: border-box;
    box-shadow: inset 0 0 2px #000;
    border-radius: 2px
}

.form-submit{
    width: 220px;
    padding: 12px 15px;
    font-size: 14px;
    color: #fff;
    border: 0px solid #ccc;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    background: darkorange;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0px 2px 3px #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.fbg .c2 {
    padding: 0 20px;
    width: 45%;
    box-sizing: border-box;
    float: left;
}

*{
    outline: none;
}

.fbg h2{
    font-size: 30px;
    margin: 10px 0 30px;
}

.mainbar ul li{
    color: #555;
    font-size: 14px;
}

.left-menu ul{
    padding: 10px 0px 15px 0px;
    
}

.left-menu ul li ul{
    display:none;
}

.left-menu ul li a{
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 0px 0;
}

.left-menu ul li a:hover{
    transition-duration: .3s;
    text-decoration: underline;
}

.left-menu .active a{
    color: #555;
}

.phone-block{
    display: block;
    text-align: center;
    font-size: 40px;
    color: darkorange !important;
    margin-top: 30px;
    text-decoration: none;
}

.menu_nav > ul > li > ul > li > ul, .menu_nav > ul > li > ul{
    display: none;
} 
  
  .menu_nav ul li{position: relative;}
    
      .menu_nav > ul > li:hover > ul{
      display: block;
    transition-duration: .4s;
    background: rgba(255,255,255,0.98);
    width: 235px;
    position: absolute;
    top: 30px;
    left: 0;
    box-sizing: border-box;
    padding: 0px 0px;
    height: auto;
    z-index: 1000;
    box-shadow: 0 3px 3px #444, inset 0 0 300px #ccc;
    border-top: 2px solid darkorange;
  } 
  
        .menu_nav > ul > li > ul > li:hover > ul{
      display: block;
    transition-duration: .4s;
    background: rgba(255,255,255,0.98);
    width: 235px;
    position: absolute;
    top: -2px;
    left: 100%;
    box-sizing: border-box;
    padding: 0px 0px;
    height: auto;
    z-index: 999;
    box-shadow: 0 3px 3px #444, inset 0 0 300px #ccc;
    border-top: 2px solid darkorange;
  }  
  
  .menu_nav > ul > li > ul > li > ul > li > a, .menu_nav > ul > li > ul > li > ul > li > ul > li > a{
      color: #7b7a7a !important;
  }
  
   .menu_nav > ul > li > ul > li > ul > li, .menu_nav > ul > li > ul > li > ul > li > ul > li{
       padding: 3px 0;
       display: block;
       width: 100%;
   }
   
   .menu_nav > ul > li > ul > li > ul > li:hover > a, .menu_nav > ul > li > ul > li > ul > li > ul > li:hover > a{
      color: #fff !important;
  }
  
  .menu_nav > ul > li > ul > li > ul > li:hover, .menu_nav > ul > li > ul > li > ul > li > ul > li:hover{
      background: darkorange;
  }
  
  .menu_nav > ul > li > ul > li > ul > li > ul{
      display: none;
  }
  
  .menu_nav > ul > li > ul > li > ul > li:hover > ul{
      display: block;
    transition-duration: .4s;
    background: rgba(255,255,255,0.98);
    width: 235px;
    position: absolute;
    top: -2px;
    left: 100%;
    box-sizing: border-box;
    padding: 0px 0px;
    height: auto;
    z-index: 998;
    box-shadow: 0 3px 3px #444, inset 0 0 300px #ccc;
    border-top: 2px solid darkorange;
  }
  
  .menu_nav > ul > li > ul > li{
      display: block;
      width: 100%;
      padding: 3px 0;
  }
  
.menu_nav > ul > li > ul > li:hover{
    transition-duration: .3s;
    background: darkorange;
}

.menu_nav > ul > li > ul > li:hover a{
    color: #fff;
    text-decoration: none;
}
    
    .menu_nav > ul > li:hover{
        border-bottom: 1px solid darkorange;
    }

.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}.text-justify{text-align: justify;}

.link-header-info{
      width: 220px;
    display: inline-block;
    background: #fff;
    padding: 5px 0;
    text-align: center;
    margin: 7px 0 7px 10px;
    box-shadow: 0 0 3px #ccc;
    color: darkorange;
    text-decoration: none;
    border-radius: 3px;
}

.link-header-info:hover{
    color: white;
    background: darkorange;
    transition-duration: .3s;
}

.slide{
    position: relative !important;
    height: 550px;
    background-size: cover !important;
    background-position: 50% 50% !important;
}

.bx-default-pager{
    display: none !important;
}

.slide1{background: url(../images/slides1.png);}
.slide2{background: url(../images/slides2.png);}
.slide3{background: url(../images/slides3.png);}
.slide4{background: url(../images/slides4.png);}

.block-in-slide{
    width: 75%;
    background-image: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0));
    height: 84%;
    position: relative;
    top: 8%;
    left: 1%;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #fff;
    text-align: left;
}
.block-in-slide h2{
    color: #fff;
}

.bx-wrapper {
    
    border-radius: 7px !important;
}

.prodaga-trub .item{
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 10px 0 20px;
    float: left;
}
.prodaga-trub .item-icon{
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 100%;
    border: 5px solid #ff8d00;
    box-shadow: -3px 0px 1px #e86340, -6px 0px 1px #ff8d00, -9px 0px 1px #e86340, inset -3px 0px 1px #e86340;
    margin-right: 10px;
    background-size: 70% !important;
    background-repeat: no-repeat !important;
    background-position: 40% 50% !important;
}

.prodaga-trub > .item:nth-child(2) > div > .item-icon{
    background: url(../images/raindrop.png);
}
.prodaga-trub > .item:nth-child(3) > div > .item-icon{
    background: url(../images/flame.png);
}
.prodaga-trub > .item:nth-child(4) > div > .item-icon{
    background: url(../images/valve.png);
}
.prodaga-trub > .item:nth-child(5) > div > .item-icon{
    background: url(../images/pipe.png);
}
.prodaga-trub > .item:nth-child(6) > div > .item-icon{
    background: url(../images/drill-tip.png);
}
.prodaga-trub > .item:nth-child(7) > div > .item-icon{
    background: url(../images/high-voltage.png);
}
.prodaga-trub > .item:nth-child(8) > div > .item-icon{
    background: url(../images/house.png);
}
.prodaga-trub > .item:nth-child(9) > div > .item-icon{
    background: url(../images/fire-extinguisher.png);
}


.sidebar h2{
    text-align: center;
}



.block-preim .item-icon{
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 100%;
    border: 5px solid #ff8d00;
    box-shadow: -3px 0px 1px #e86340, -6px 0px 1px #ff8d00, -9px 0px 1px #e86340, inset -3px 0px 1px #e86340;
    margin-right: 10px;
    background-size: 80% !important;
    background-repeat: no-repeat !important;
    background-position: 40% 50% !important;
}

.block-preim > .item:nth-child(3) > div > .item-icon{
    background: url(../images/badge.png);
}

.block-preim > .item:nth-child(4) > div > .item-icon{
    background: url(../images/agreement.png);
     background-position: 40% 60% !important;
}

.block-preim > .item:nth-child(5) > div > .item-icon{
    background: url(../images/group.png);
}

.block-preim > .item:nth-child(6) > div > .item-icon{
    background: url(../images/tag2.png);
}


.prodaga-trub .item-title{
    overflow:hidden;
    line-height:60px;
    font-size:20px;
}

.prodaga-trub .item-content ul{
    padding-left:30px;
    margin-top: 15px;
    width: 80%;
}

.prodaga-trub > .item > .item-content > ul > li{
    list-style: none;
    line-height: 30px;
    transition-duration: .3s;
    cursor:pointer;
    position:relative;
    width: 90%;
}

.prodaga-trub > .item > .item-content > ul > li:before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #444;
    border-radius: 100%;
    float: left;
    margin: 6px 10px 0 0;
}

.prodaga-trub > .item > .item-content > ul > li:hover > a{
    transition-duration: .3s;
    color: #ff8d00;
}

.prodaga-trub > .item > .item-content > ul > li:hover:before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #ff8d00;
    border-radius: 100%;
    float: left;
    margin: 6px 10px 0 0;
    transition-duration: .3s;
}

.prodaga-trub > .item > .item-content > ul > li:hover > i{
    display: block;
    
    padding:10px 20px;
    background: #fff;
    border:1px solid #ccc;
    opacity:1;
    transition-duration: .4s;
    z-index: 99;
    position: absolute;
    top:0%;
    left:80%;
}

.prodaga-trub > .item > .item-content > ul > li > a{
    color: #444;
    text-decoration: none;
    font-size: 16px;
}

.prodaga-trub .item .overflow, .block-preim .item .overflow{
    padding: 10px 10px 0;
}



.prodaga-trub > .item > .item-content > ul > li > i{
    display: none;
    position: absolute;
    top:0%;
    left:80%;
    opacity: 0;
    transition-duration: .4s;
    line-height:21px;
    font-size:14px;
    width:350px;
    border-radius: 5px;
    border:1px solid #ccc;
    padding:5px 10px;
    background: #fff;
}

.prodaga-trub > .item > .item-content > ul > li > i:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    background: #fff;
    position: absolute;
    top:10px;
    left:-6px;
    transform: rotate(-135deg);
    transition-duration: .4s;
}

.prodaga-trub > .item:nth-child(odd) > .item-content > ul > li > i{
    display: none;
    position: absolute;
    top:0%;
    left:-390px;
    opacity: 0;
    transition-duration: .4s;
    line-height:21px;
    font-size:14px;
    width:350px;
    border-radius: 5px;
    border:1px solid #ccc;
    padding:5px 10px;
    background: #fff;
}

.prodaga-trub > .item:nth-child(odd) > .item-content > ul > li:hover > i{
    opacity: 1;
    transition-duration: .4s;
    display: block;
}

.prodaga-trub > .item:nth-child(odd) > .item-content > ul > li > i:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    background: #fff;
    position: absolute;
    top:10px;
    left: 365px;
    transform: rotate(45deg);
    transition-duration: .4s;
}

.block-preim, .prodaga-trub{overflow: hidden; padding-bottom:25px;}

.block-preim .item{
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 10px 0 20px;
    float: left;
    
}


.block-preim .item .item-icon img{width: 100%; border: none; background: none;}



.block-preim .item .item-title{
        font-size: 22px;
    overflow: hidden;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 70px;
}

.overflow{overflow: hidden;}

.block-preim .item .item-content ul{
    margin-left: 35px;
    margin-top: 15px;

}

.block-preim .item .item-content ul li{
   font-size: 16px;
    line-height: 20px;
    list-style: none;
    position: relative;
    margin: 15px 0;
}
.block-preim .item .item-content ul li:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #555;
    background: none;
    position: absolute;
    left: -30px;
    top: 2px;
}

.down-content{
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/arrow-down.png);
    background-size: 100%;
    margin: 0px auto 30px;
}

.up-content{
    display: none;
    width: 50px;
    height: 50px;
    background: url(../images/arrow-up.png);
    background-size: 100%;
    margin: 40px auto 30px;
}
.hidden-content{
    display: none;
}

.popup-raschet, .popup-callback, .popup-skidka{display: none;}

.popup-callback .content-popup{
    max-height: 55%;
}

.popup-skidka .content-popup{
    max-height: 80%;
}

.dark-popup{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
}

.block-close-popup{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left:0;
    z-index: 1001;
}

.content-popup{
    width: 40%;
    min-width: 300px;
    min-height: 400px;
    height: 92%;
    background: #fff;
    box-shadow: 0 0 10px #000;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    margin: auto;
    z-index: 1002;
    overflow-y: auto;
    overflow-x: hidden;
}

.title-popup{
    width: 100%;
    line-height: 60px;
    font-size: 24px;
    background: darkorange;
    color: #fff;
    text-align: center;
    margin: 0 0 30px;
}

.button-close-popup{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 36px;
    color: #333;
    background: none;
    border: none;
    transform: rotate(45deg);
    text-shadow: -1px -1px 0px #d37102;
    cursor: pointer;
    text-decoration: none;
}

.block-form{
    width: 90%;
    margin: 0 auto;
}

.catalog-pt{overflow: hidden; width: 100%;}

.catalog-pt .list-item{
    width: 29.333333%;
    float: left;
    margin: 20px 2% 30px;
    box-shadow: 0 10px 6px -8px #ccc, 0 0 1px #ccc;
    padding: 5px 20px 20px;
    box-sizing: border-box;
    position: relative;
}

.list-item ul{
    margin-top: 7px;
}

.list-item ul li{
    list-style: none;
    display: block;
    padding: 0px 0;
    position: relative;
    margin-left: 22px;
}

.list-item ul li a{
    text-decoration: none;
    font-size: 16px;
    color: darkorange;
    display: block;
    padding: 5px 0;
}

.list-item ul li a:hover{
    text-decoration: underline;
    font-size: 16px;
}

 .list-item ul li:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 2px solid #555;
    background: #fff;
    position: absolute;
    left: -20px;
    top: 9px;
}

 .list-item ul li:hover:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 2px solid darkorange;
    background: #fff;
    position: absolute;
    left: -20px;
    top: 9px;
    transition-duration: .3s;
}

.catalog-pt h3{
    font-size: 22px;
    margin: 10px 0 15px;
}

.info-ab-left{
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px -5px #444;
    padding: 10px 15px;
    border-radius: 2px;
    min-width: 550px;
    right: 105%;
    background: #fff;
    z-index: 1;
    top: 50px;
    font-size: 12px;
   
}

.info-ab-left:before{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -9px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    transform: rotate(45deg);
    z-index: 2;
    background: #fff;
}

.info-ab-center{
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px -5px #444;
    padding: 10px 15px;
    border-radius: 2px;
    min-width: 600px;
    
    font-size: 12px;
    left: -60%;
    background: #fff;
    z-index: 1;
    
}

.info-ab-center:before{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -9px;
    left: 35%;
    margin: auto;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    transform: rotate(45deg);
    z-index: 2;
    background: #fff;
}

.info-ab-right{
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px -5px #444;
    padding: 10px 15px;
    border-radius: 2px;
    min-width: 600px;
    
    font-size: 12px;
    left: 70%;
    background: #fff;
    z-index: 1;
    top: 50px;
}

.info-ab-right:before{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    left: -9px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    transform: rotate(45deg);
    z-index: 2;
    background: #fff;
}

.p-litoi.info-ab-right:before, .p-pvh.info-ab-left:before{
    top: 15px;
}

.p-svarnoi.info-ab-right:before, .p-npvh.info-ab-left:before{
    top: 45px;
}

.p-esvarnoi.info-ab-right:before{
    top: 75px;
}

.p-kompress.info-ab-right:before{
    top: 105px;
}

.p-ppr.info-ab-center{
    top: 105px;
}

.p-stal.info-ab-center{
    top: 135px;
}

.left-menu ul li a{
        color: #777;
        text-decoration: none;
        cursor: pointer;
        transition-duration: .3s;
}

.left-menu > ul > li{
    list-style: none;
    position: relative;
    line-height: 36px;
    padding-left: 35px;
    /* border: 1px solid #ccc; */
    border-bottom: none;
    border-radius: 3px;
    box-shadow: 0 0 1px #ccc;
    transition-duration: .3s;
    border-bottom: 1px solid #ccc;
}
.left-menu > ul > li:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 2px solid #777;
    background: none;
    position: absolute;
    left: 12px;
    top: 12px;
    transition-duration: .3s;
}

.left-menu > ul > li:hover:before{
    border: 2px solid #fff;
    transition-duration: .3s;
}

.left-menu > ul > li:last-child{
    border-bottom: 1px solid #ccc;
    
}

.left-menu > ul > li:hover{
        box-shadow: inset 0 0 200px darkorange;
    transition-duration: .3s;
 
}

.left-menu > ul > li:hover > ul{
    display: block;
    position: absolute;
    top:0px;
    left:100%;
    background: none;
    min-width: 250px;
    padding-top:0;
    padding-bottom: 0;
    margin: 0;
}

.left-menu > ul > li > ul > li, .left-menu > ul > li > ul > li > ul > li {
    border: none;
    padding-left: 36px;
    list-style: none;
    position: relative;
    line-height: 36px;
    box-shadow: 0 0 2px #ccc, inset 0 0 90px #ddd;
    border-radius: 3px;
    border-bottom: 1px solid #ccc;
    background: rgba(255,255,255,0.8);
}

.left-menu > ul > li > ul > li:hover, .left-menu > ul > li > ul > li > ul > li:hover{
    box-shadow: inset 0 0px 100px #ccc;
}

.left-menu > ul > li > ul > li:before, .left-menu > ul > li > ul > li > ul > li:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 2px solid #444;
    background: none;
    position: absolute;
    left: 16px;
    top: 12px;
    transition-duration: .3s;
}

.left-menu > ul > li > ul > li > a{
    color: #444;
    text-decoration:none;
}

.left-menu > ul > li > ul > li:hover > ul{
    display: block;
    position: absolute;
    top:0px;
    left:100%;
    background: none;
    min-width: 250px;
    padding-top:0;
    padding-bottom: 0;
    margin: 0;
}

.left-menu > ul > li > ul > li:hover > a, .left-menu > ul > li > ul > li > ul > li:hover > a{text-decoration:none;}

.left-menu > ul > li:hover > a{
    color: #fff;
    transition-duration: .3s;
    text-decoration: none;
}

.left-menu-pnd > ul > li > ul{
    display: none;
    margin-left: -36px;
}

.left-menu-pnd > ul > li, .left-menu-pnd > ul > li > ul > li{
    border: none;
    padding-left: 36px;
    list-style: none;
    position: relative;
    line-height: 36px;
    box-shadow: 0 0 2px #ccc;
    border-radius: 3px;
    border-bottom: 1px solid #ccc; 
    background: #fff;
}

.left-menu-pnd > ul > li > a, .left-menu-pnd > ul > li > ul > li > a{
    color: #444;
    font-size: 16px;
    text-decoration: none;
}

.left-menu-pnd > ul > li:before, .left-menu-pnd > ul > li > ul > li:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 2px solid #444;
    background: none;
    position: absolute;
    left: 16px;
    top: 12px;
    transition-duration: .3s;
}

.left-menu-pnd > ul > li:hover, .left-menu-pnd > ul > li > ul > li:hover{
    box-shadow: 0 0 2px #ccc, inset 0 0 60px #ccc;
    cursor: pointer;
}

.open-item-menu{
    background-image: linear-gradient(to right, orange, darkorange) !important;
}

.open-item-menu:hover{
    box-shadow: none !important;
}

.open-item-menu:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 2px solid #fff !important;
    background: none;
    position: absolute;
    left: 16px;
    top: 12px;
    transition-duration: .3s;
}

.open-item-menu > a{
    color: #fff !important;
}

img.left{
    float: left;
    max-width: 300px;
}



.sidebar h3{position: relative; margin-bottom: 30px;}

.sidebar h3:before{
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 160px;
    height: 17px;
    background: url(../images/before-h.png);
}


.oborudovanie .item{
    width:31%;
    float: left;
    margin: 15px 1%;
    text-align:center;
}

.content h1, .content h2{position: relative; margin-bottom: 35px; padding-top: 30px;}

.content h1:before, .content h2:before{
    content: '';
    display:block;
    position:absolute;
    top:100%;
    left:0; right:0;
    margin: auto;
    width: 160px;
    height:17px;
    background: url(../images/before-h.png);
}

.oborudovanie a img{
    max-width: 90%;
    max-height: 140px;
    margin: 10px auto 0;
    display: block;
    border: none;
    background: none;
        box-shadow: none;
}

.bg-oborudovanie{
    background: rgba(0,0,0,0.1);
    width:100%;
}

.bg-catalog{
        width: 100%;
    background: url(../images/fon4.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fcfbfb;
}

.bg-preim{
    width: 100%;
    background: url(../images/fon1.jpg);
    background-size: inherit;
}

.bg-plastic{
    width: 100%;
    background: url(../images/fon5.jpg);
    background-size: 125%;
}

.bg-plastic h1, .bg-plastic p{
    color: #fff;
}

.bg-plastic .icon{
    width: 100px;
    height: 100px;
    margin-right: 30px;
    background: rgba(255,255,255,0.2);
    border: 2px solid darkorange;
    font-size: 30px;
    color: darkorange;
    text-shadow: 1px 1px 0px #444;
    border-radius: 100%;
    line-height: 100px;
    text-align: center;
    float: left;
    margin-bottom: 25px;
}

.bg-plastic .text{
    overflow: hidden;
}

.bg-plastic .text h3{
    color: darkorange;
}

.bg-plastic .text ul{
        width: 100%;
    margin-top: 20px;
    margin-left: 30px;
}

.bg-plastic .text ul li{
    width: 50%;
    float: left;
    color: #fff;
    position: relative;
    list-style: none;
    cursor:pointer;
}

.bg-plastic .text ul li a{
    color: #fff;
    text-decoration: none;
    transition-duration: .4s;
}

.bg-fiting .item ul li{
    list-style: none;
    position: relative;
}

.bg-fiting .item ul li a{
    color: #444;
    text-decoration: none;
    transition-duration: .4s;
}

.bg-plastic .text ul li:hover a, .bg-fiting .item ul li:hover a{
    color: darkorange;
    transition-duration: .3s;
}

.bg-plastic .text ul li:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #fff;
    background: none;
    position: absolute;
    left: -30px;
    top: 2px;
    transition-duration: .3s;
}

.bg-plastic .text ul li:hover:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid darkorange;
    background: none;
    position: absolute;
    left: -30px;
    top: 2px;
    transition-duration: .3s;
}

.bg-fiting .item{
    width: 31%;
    float: left;
    margin: 0 1%;
    text-align: left;
}

.bg-fiting .item h3{
    font-size: 18px;
    color: darkorange;
    padding-bottom: 10px;
    padding-top: 10px;
}

.bg-fiting .item ul{
    margin-left:35px;
}

.bg-fiting .item ul li:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #444;
    background: none;
    position: absolute;
    left: -30px;
    top: 2px;
    transition-duration: .3s;
}

.bg-fiting .item ul li:hover:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid darkorange;
    background: none;
    position: absolute;
    left: -30px;
    top: 2px;
    transition-duration: .3s;
}

.bg-arma{
    background-color: #555;
    background-image: url(../images/fon-arma.png);
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    padding-bottom: 50px;
    color: #fff !important;
}

.bg-arma h2, .bg-arma p, .bg-arma .item ul li a{
    color: #fff;
}

.bg-arma .item ul li:before{
    border-color: #fff;
}

.polimer{
    width: 100%;
    padding-bottom: 50px;
    position: relative;
    text-shadow: 1px 1px 1px #111;
    color: #fff !important;
}

.polimer h2, .polimer p{
    color: #fff;
}

.bg-polimer{
    background: url(../images/fon-polimer5.jpg);
    background-size: cover;
    filter: grayscale(.9);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:-1;
    background-attachment: fixed;
}

.polimer ul{
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
}

.polimer ul li{
    list-style: none;
    text-align: center;
    width: 25%;
    float: left;
    cursor:pointer;
}

.polimer ul li a{
    color: #fff;
    transition-duration: .3s;
    font-size: 20px;
    text-decoration: none;
}

.polimer ul li:hover a{
    color: darkorange;
    transition-duration: .3s;
}

.slide h3{
    color: #fff;
    text-shadow: 1px 1px 0px #222;
}

.mainbar p{
    line-height: 28px;
}

.mainbar ul{
    margin: 5px 0 30px 30px;
    
}

.mainbar ul li{
    list-style: none;
    position: relative;
        margin: 5px 0;
}

.mainbar ul li:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #555;
    background: none;
    position: absolute;
    left: -20px;
    top: 2px;
    transition-duration: .3s;
}

.mainbar h3{
        margin-top: 25px;
}

.mainbar h2{
        margin-bottom: 50px;
}

.mainbar img.left{
    max-width:350px;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    box-shadow:1px 1px 5px #ccc;
    border-radius: 5px;
}

.mainbar img{
    display: block;
    max-width:600px;
    margin: 20px auto;
    box-shadow:1px 1px 5px #ccc;
    border-radius: 5px;
}


.mainbarfull{
    width: 100%;
        padding: 0 10px 30px !important;
        padding-left: 0px !important;
}

.pad-l-10{
    padding-left: 10px !important;
}


.mainbar table{
    border: 1px solid #ccc;
    width: 660px !important;
}

.mainbar table td{
    padding:0 3px;
    text-align: center;
    border: 1px solid #ccc;
}

.mainbar iframe{
    box-shadow: 0 0 10px #ccc;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
}

table.price{
    width: 100% !important;
}

table.price td{
    color: #222;
}

table.price tr:nth-child(1) td, table.price tr:nth-child(2) td, table.price tr:nth-child(3) td, table.price tr:nth-child(4) td, .str-orange td, table.tsdr tr:nth-child(1) td, table.tsdr tr:nth-child(2) td, table.tsdr tr:nth-child(3) td, table.tsdr tr:nth-child(4) td{
    background: rgba(255, 140, 0, 0.3) !important;
}

table.price tr:nth-child(even) td, table.tsdr tr:nth-child(even) td{
    background: #FFFFE0;
}

table.price tr:nth-child(odd) td, table.tsdr tr:nth-child(odd) td{
    background: #FFEFD5;
}

table.price tr td:nth-child(1){
     background: rgba(255, 140, 0, 0.3);
}

table.tdiametr td, table.tsdr td{
    color: #222;
}

table.tdiametr tr:last-child{
    background: rgba(255, 140, 0, 0.3);
}

table.tdiametr{
    margin-bottom:20px;
}

table.tsdr tr td{
    width: 33%;
}



@media(max-width: 969px){
    
    .main_resize {
    margin: 0 auto;
    padding: 0;
    width: 92%;
}
    .search {
    width: 100%;
    height: auto;
    padding-right: 0;
    text-align: center;
}
   .phone-header {
    text-align: center;
} 

.mainbar table {
    border: 1px solid #ccc;
    width: 100% !important;
}
    
    .menu_nav {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
    float: right;
}
.menu_nav ul li {
    margin: 5px 0;
        display: block;
    width: 100%;
    text-align: center;
}

.menu_nav > ul > li:hover > ul {
    display: block;
    transition-duration: .4s;
    background: rgba(0,0,0,0.05);
    width: 100%;
    position: relative;
    top: 0px;
    left: 0;
    box-sizing: border-box;
    padding: 0px 0px;
    height: auto;
    z-index: 1000;
    box-shadow: none;
    border-top: 2px solid darkorange;
}

.menu_nav > ul > li > ul > li:hover > ul {
    display: block;
    transition-duration: .4s;
    background: none;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0px 0px;
    height: auto;
    z-index: 999;
    box-shadow: none;
    border-top: 1px solid #c0c0c0;
}

.menu_nav > ul > li > ul > li > ul > li:hover, .menu_nav > ul > li > ul > li > ul > li > ul > li:hover {
    background: #c9c9c9;
}

.menu_nav > ul > li > ul > li > ul > li:hover > ul {
    display: block;
    transition-duration: .4s;
    background: none;
    width: 235px;
    position: relative;
    top: 0;
    left: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0px 0px;
    height: auto;
    z-index: 998;
    box-shadow: none;
    border-top: 2px solid darkorange;
}

.menu_nav ul li a {
    display: block;
    margin: 0 auto;
    padding: 7px 0px;
    color: #7b7a7a;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    background: none;
    width: 200px;
}

.menu_nav > ul > li > ul > li:hover {
    transition-duration: .3s;
    background: none;
}

.menu_nav > ul > li > ul > li:hover a {
    color: #444;
    text-decoration: none;
}
    
    .hbg {
    background-image: url(../images/WaterCompany2.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0% 55%;
    height: 150px;
    /* border: 5px solid #ccc; */
    box-shadow: inset 0 0 6px #777;
    width: 80%;
    margin: 0 auto;
}
    .content {
    padding: 20px 0;
    margin: 0;
    width: 100%;
}
    .mainbar {
    margin: 0 !important;
    padding: 0px 0px 0 0px !important;
    box-sizing: border-box !important;
    margin-bottom: 20px !important;
}

.mainbar {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
    img.left {
    float: none;
    margin-right: 10px;
    margin-bottom: 10px;
    margin: 0 auto;
    width: 60%;
    display: block;
}

.fbg_resize {
    margin: 0 auto;
    padding: 10px 12px 40px;
    width: 100%;
    box-sizing: border-box;
}
  .phone-block {
    display: block;
    text-align: center;
    font-size: 36px;
    color: darkorange;
    margin-top: 40px;
}

.footer_resize {
    margin: 0 auto;
    padding: 20px 12px;
    width: 100%;
    box-sizing: border-box;
}
    
    .footer .rf {
    float: none;
}
.footer .lf{float: none;}
.logo {
    float: none;
    width: 220px;
    height: 70px;
    padding: 40px;
    margin: 0 auto;
}

.menu_nav ul {
        list-style: none;
    margin: auto;
    padding: 15px 0;
    float: none;
    height: auto;
    position: relative;
    left: 0;
    right: 0;
    max-width: 500px;
    overflow: hidden;
}

.block-in-slide {
    width: 96%;
    background: rgba(0,0,0,0.5);
    height: 84%;
    position: relative;
    top: 8%;
    left: 2%;
    padding: 60px 20px 0;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
}

.block-preim .item {
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 10px 0 20px;
    float: left;
    min-width: 310px;
}

.block-preim .item .item-title {
    font-size: 20px;
    overflow: hidden;
    padding: 0 0px;
    box-sizing: border-box;
    line-height: 30px;
}

.fbg .c1 {
    padding: 0px 20px 20px 0;
    width: 50%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 100;
    color: #fcfcfc;
    text-align: justify;
    min-width: 295px;
}

.fbg .c2 {
    padding: 0 20px;
    width: 45%;
    box-sizing: border-box;
    float: left;
    min-width: 295px;
}

.catalog-pt .list-item {
    width: 29.333333%;
    float: left;
    margin: 20px 2% 30px;
    box-shadow: 0 10px 6px -8px #ccc, 0 0 1px #ccc;
    padding: 5px 20px 20px;
    box-sizing: border-box;
    position: relative;
    min-width: 270px;
}

.prodaga-trub .item {
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
    margin: 10px 0 20px;
    float: left;
}

.prodaga-trub > .item > .item-content > ul > li > a {
    color: #444;
    text-decoration: none;
    font-size: 15px;
}

.oborudovanie .item {
    width: 100%;
    float: left;
    margin: 15px 1%;
    text-align: center;
}



.block-preim .item .item-content ul li {
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    position: relative;
    margin: 15px 0;
}

.bg-preim {
    width: 100%;
    background: url(../images/fon1.jpg);
    background-size: cover;
}

.fbg {
    margin: 0;
    padding: 0;
    background: #555;
    box-shadow: inset 0px 0 10px #000;
    margin-top: -40px;
}

.item-title > a{
    overflow: hidden;
    line-height: 30px;
    font-size: 20px;
    color: darkorange !important;
    cursor: pointer;
}

.prodaga-trub > .item > .item-content > ul > li {
    list-style: none;
    line-height: 24px;
    transition-duration: .3s;
    cursor: pointer;
    position: relative;
    width: 90%;
    padding: 7px 0;
}

.bx-wrapper{
    display: none;
}

.bg-plastic .icon {
    width: 100px;
    height: 100px;
    margin-right: 30px;
    background: rgba(255,255,255,0.2);
    border: 2px solid darkorange;
    font-size: 30px;
    color: darkorange;
    text-shadow: 1px 1px 0px #444;
    border-radius: 100%;
    line-height: 100px;
    text-align: center;
    float: none;
    margin: 0 auto;
    margin-bottom: 25px;
}

.bg-plastic .text ul li {
    width: 70%;
    float: left;
    color: #fff;
    position: relative;
    list-style: none;
    cursor: pointer;
    padding: 7px 0;
    padding-left: 25px;
}

.bg-plastic .text ul {
    width: 100%;
    margin-top: 20px;
    margin-left: 10px;
    padding-bottom: 45px;
    overflow: hidden;
}

.bg-plastic .text ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #fff;
    background: none;
    position: absolute;
    left: 0px;
    top: 10px;
    transition-duration: .3s;
}

.bg-fiting .item ul li {
    list-style: none;
    position: relative;
    padding: 0px 0 14px;
}

.bg-plastic .text h3 {
    color: darkorange;
    text-align: center;
}

.bg-fiting .item {
    width: 80%;
    float: none;
    margin: 0 auto;
    text-align: left;
}

.bg-fiting .item h3 {
    font-size: 18px;
    color: darkorange;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

.pluso{
    display: none !important;
}

.polimer ul li {
    list-style: none;
    text-align: center;
    width: 100%;
    float: left;
    cursor: pointer;
    line-height: 35px;
}

.bg-plastic {
    width: 100%;
    background: url(../images/fon5.jpg);
    background-size: cover;
}

.fbg .c1 {
    padding: 0px 20px 20px 0;
    width: 50%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 100;
    color: #fcfcfc;
    text-align: justify;
    min-width: 295px;
    margin: 0 auto;
    float: none;
}

.fbg .c2 {
    padding: 0 20px;
    width: 45%;
    box-sizing: border-box;
    float: none;
    min-width: 295px;
    margin: 0 auto;
}
    
}





