@font-face {
  font-family: 'FuturaBook';
  src: url('/templates/TehIK/fonts/FuturaBookC.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaBookC';
  src: url('/templates/TehIK/fonts/FuturaBookC.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaBookB';
  src: url('/templates/TehIK/fonts/FuturaDemiC.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

.item-page .icons,
.item .icons{display: none;}

h2, .h2{
  font-size: 19px;
  font-family: "FuturaBookB", Helvetica, Arial, sans-serif;
  color: #0072bc;
  line-height: 22px;
}

h3, .h3{
  font-size: 21px;
  font-family: "FuturaBookB", Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #0072bc;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 0;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover,
a:active {
	outline: 0;
}

.otstupPK{float: left; width: 100%}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img,
.gm-style img {
	max-width: none;
}
button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
button,
input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
b,strong{font-family: "FuturaBookB", Helvetica, Arial, sans-serif}
@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	a,
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}

body {
	margin: 0;
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #333;
	background-color: #fff;
}
a {
	color: #005e8d;
	text-decoration: none;
	transition-property:all;
	transition-duration:0.4s;
}
a:hover,
a:focus {
	color: #002b41;
	text-decoration: underline;
	transition-property:all;
	transition-duration:0.4s;
}

.items-row .span6{
  width: 50%;
  padding: 0 15px 15px 15px;
  float: left;
}

.btn{
	background: #0072bc;
	border-radius: 0;
	color: #fff;
	text-shadow: unset;
	text-transform: uppercase;
	padding: 9px 14px;
	box-shadow: unset;
}
.btn:hover,
.btn:focus{
	background: #939598;
	color: #fff;
	transition-property:all;
	transition-duration:0.4s;
}

/* Модуль индикации загрузки сайта */
.zagrSajta.moduletable{
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(255 255 255 / 98%);
  z-index: 9;
  text-align: center;
  height: 100%;
  padding-top: 14%;
}
.zagrSajta .zsKimg img{width: 300px}
.zagrSajta p:nth-child(3){color: #939598}
.zagrSajta .zsKz img{width: 80px; margin: 45px auto;}
#blinkZS {
  -webkit-animation: blinkZS 3s linear infinite;
  animation: blinkZS 3s linear infinite;
}
@-webkit-keyframes blinkZS {
  0% { color: rgba(147, 149, 152, 1); }
  50% { color: rgba(147, 149, 152, 0); }
  100% { color: rgba(147, 149, 152, 1); }
}
@keyframes blinkZS {
  0% { color: rgba(147, 149, 152, 1); }
  50% { color: rgba(147, 149, 152, 0); }
  100% { color: rgba(147, 149, 152, 1); }
}

/*body{overflow: hidden;}*/




.Logo img{
  height:60px;
}
.LogoN img{
  height:60px;
}
.Logo{
  margin-top: -20px;
  margin-bottom: -20px;
}

.vMenT .container{padding:0}
.vMenT .row{margin:45px 0 30px}
.vMen .moduletable{text-align: center;}
.vMen .menu{
  /*background: linear-gradient(to right, #0072BC, #0085a0, #02AD4E);*/
  /*margin-top: 14px;*/

  height: 32px;
  margin-top: -9px;
}
.vMen li{
	display: inline-block;

  border:0;
  /*border-bottom: 5px solid transparent;
    height: 42px;*/

  padding: 9px 0 0;
}
.vMen li.active,
.vMen li:hover,
.vMen li:focus{

}
.vMen li a{
  color: #939598;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 12px;
  font-family: "FuturaBook", Helvetica, Arial, sans-serif;
  padding: 1px 15px 0px;
  border-right: 1px solid #939598;
  border-left: 0px solid #939598;
  /*border-bottom: 2px solid transparent;*/
  margin: 6px 0;
}
.vMen li:first-child a{border-left:0}
.vMen li:last-child a{border-right:0; /*padding-right:0*/}
.vMen li a:hover,
.vMen li a:focus,
.vMen li.active a,
.vMen li.alias-parent-active a{
  background-color: transparent;
  color: #0072BC;
  /*border-bottom: 2px solid #fff;
  text-decoration: underline;*/
}

.vMen li.item-104{margin-left:-1px}

.vMen_pervKol,
.vMen_vtKol{display: none}

@media (min-width: 768px){

.vMen li.parent:hover{
  background: #0065bcbf;
  height: auto;
}
.vMen li.parent:hover a{
  color: #fff;
  border-color: transparent;
}

.vMen li.parent .nav-child{
  display:none;
  transition-property: all;
  transition-duration: 0.4s;
}
.vMen li.parent:hover .nav-child{
  display: block;
  position: absolute;
  padding: 0;
  padding-top: 5px;
  z-index: 9;
  background: #0065bcbf;
  width: 660px;
  transition-property: all;
  transition-duration: 0.4s;
}
.vMen li.parent:hover .nav-child li{
  text-align: left;
  display: block;
  padding-top: 0;
  height: auto;
  width: 100%;
  float: left;
}
.vMen li.parent:hover .nav-child li a{
  border: 0;
  color: #fff;
  width: 100%;
  display: block;
  line-height: 16px;
  text-transform: none;
  font-size: 18px;
  margin: 0;
  padding: 8px 20px;
  text-decoration: none;
}
.vMen li.parent:hover .nav-child li a:hover{
  background: #00193ead;
}

.vMen li.parent:hover .nav-child .nav-child{
  width: auto;
  background: none;
  position: inherit;
}
.vMen li.parent li.parent:hover{background: none}
.vMen li.item-246,
.vMen li.item-247{
  float: left !important;
  width: 45% !important;
  padding-bottom:10px;
}
.vMen li.item-246{
  width: 55% !important;
}



.vMen .nav-child .nav-child .deeper ul{
  padding-top: 0;
}



.vMen li.item-104.parent:hover .nav-child{width: 400px;}
.vMen li.item-104.parent:hover .nav-child li{width: 50%;}


}

.vMen li.item-246 a,
.vMen li.item-247 a{
  font-family: "FuturaBookB", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.vMen .nav-child .nav-child .deeper ul li a::before{
  content: '•';
  display: inline-block;
  margin-right: 2px;
  position: relative;
  bottom: -2px;
}
.vMen .nav-child .nav-child .deeper ul li a{
  padding-top: 3px; padding-bottom: 3px;
  font-family: "FuturaBook", Helvetica, Arial, sans-serif;
}


.vMenMobil{display:none}
.vMen .item-103 img,
.vMen .item-104 img,
.nMen .item-103 img,
.nMen .item-104 img{display:none}

.vTel{
  color: #0061a0;
  text-align: right;
  margin-top: -14px;
}
.vTel img{
  width:15px;
  margin-right: 8px;
  margin-top: -1px;
}
.vTel .vt{
  margin-bottom: 7px;
  font-size: 19px;
  min-width:175px;
}
.vTel .vt img{margin-top: -7px}

.SLDB .SLD{padding-left:0; padding-right:0}

.SLD .sprocket-features-desc ul{margin-left: 20px}
.sldBop ul{padding-left: 20px}
.SLD .sprocket-features-desc ul li{
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 7px;
}
.SLD .sprocket-features-desc ul li::before,
.sldBop ul li::before{
  content: "•";
  font-size: 33px;
  line-height: 0px;
  display: inline-block;
  position: relative;
  margin-left: -25px;
  margin-right: 4px;
  bottom: -5px;
  color:#939598;
}
.sldBop ul li::before{
  font-size: 29px;
  color:#0072bc;
  margin-right: 2px;
}
.SLD .sld-botton{
  display: inline-block;
  background: #0072bc;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 19px;
  padding: 5px 12px 4px 12px;
  margin-top: 20px;
}
.SLD .sld-botton:hover{
  text-decoration: none;
  background: #939598;
  color: #fff;
}
.SLD .layout-slideshow .sprocket-features-content{
  position: absolute;
  top: 0;
  left:0;
  width: 58%;
    /*background-color:rgba(0,61,152,0.45);
    background-color: #003d9875;*/
  /*background: linear-gradient(to right, #E7E7E6, #e7e7e6e0,transparent);*/
  height: 100%;
  padding-top: 3.5%;
  padding-left: 7%;
}
.SLD .layout-slideshow .sprocket-features-title,
.SLD .layout-slideshow .sprocket-features-desc{
  background: none;
}
.SLD .layout-slideshow .sprocket-features-title{
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 0;
  padding-bottom: 6px;
  color: #0072bc;
  width: 266px;
  display: block;
}
.SLD .layout-slideshow .sprocket-features-desc{
  font-size: 25px;
  color: #0072bc;
}
.SLD .layout-slideshow .sprocket-features-desc .readon{display:none}
.SLD .layout-slideshow .sprocket-features-pagination{
  left: 111px;
  bottom: 20px;
}
.SLD .layout-slideshow .sprocket-features-pagination li{
  padding: 7px;
  opacity: 1;
  margin-right: 12px;
  background: #fffefd;
  color: #fffefd;
  box-shadow:unset;
}
.SLD .layout-slideshow .sprocket-features-pagination li.active{
  background: #0072BC;
  color: #02ac4f;
}
.SLD .layout-slideshow .sprocket-features-arrows .arrow{
  background-color:unset;
  box-shadow:unset;
  opacity: 0.8;
  font-size:0;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  width: 38px;
  height: 70px;

  margin-top:-30px;

  display: none;
}
.SLD .layout-slideshow .sprocket-features-arrows .arrow:hover{opacity:1}
.SLD .layout-slideshow .sprocket-features-arrows .arrow.prev{
  background-image:url('/templates/TehIK/img/ico/sld-prev.png');
  left: 35px;
}
.SLD .layout-slideshow .sprocket-features-arrows .arrow.next{
  background-image:url('/templates/TehIK/img/ico/sld-next.png');
  right: 35px;
}
.SLD .layout-slideshow .sprocket-features-pagination{display: none;}

.SDR{/*margin-top:20px;*/ margin-bottom:17px}
.SDR.col-md-12{padding:0}

.nMen .menu{/*float:right*/}
.nMen{/*margin-top:14px;*/ margin-top:18px}
.nMen li{display: inline-block}
.nMen li a{
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "FuturaBook", Helvetica, Arial, sans-serif;
  padding: 1px 15px 0px;
  border-right: 1px solid #fff;
  /*border-bottom: 2px solid transparent;*/
  margin: 6px 0;
  line-height: 12px;
}
.nMen li:last-child a{border-right:0; padding-right:0}
.nMen li a:hover,
.nMen li a:focus{
  background-color: transparent;
  /*border-bottom: 2px solid #fff;
  text-decoration: underline;*/
  color: #939598;
}

.nInf .kont{
  font-size: 16px;
  margin-top: 37px;
}
.nInf .kont p{
  margin-bottom: 20px;
  background-size: 16px !important;
  padding-left: 28px;
}
.nInf .kont p:nth-child(1){
  background:url('/templates/TehIK/img/ico/marker.png') no-repeat;
}
.nInf .kont p:nth-child(2){
  background:url('/templates/TehIK/img/ico/trubka.png') no-repeat;
  background-position-y: 3px;
}
.nInf .kont p:nth-child(3){
  background:url('/templates/TehIK/img/ico/konvert.png') no-repeat;
  background-position-y: 5px;
}

.mKart{font-family:sans-serif}
.mini-karta-niz {
  width: 450px;
  height: 190px;
  background: url(/templates/TehIK/img/n-kart.jpg) no-repeat center;
  background-size: cover;
  float: right;
}
.mini-karta-niz .btn {
  margin-top: 79px;
  margin-left: 43px;
  background: linear-gradient(to right, #0072BC, #0085a0, #02AD4E);
  border:0;
}
.mini-karta-niz .btn:hover,
.mini-karta-niz .btn:focus{
  background: linear-gradient(to right, #02AD4E, #0085a0, #0072BC);
}

.nTel .custom.kont{
  text-align: right;
  text-transform: uppercase;
  margin-top: 22px;
  font-size: 16px;
}
.nTel .custom.kont div{display: inline-block;}
.nTel .custom.kont div:first-child{
  border-right: 1px solid #fff;
  line-height: 12px;
  padding-right: 15px;
  margin-right: 10px;
}

.NizV{padding: 25px 0 23px}
.NizN{
  background: url('/templates/TehIK/img/kosye.png');
  background-size: 50%;
  padding: 30px 15px;
}

.Niz{
	background: #0072BC;
	color:#fff;
}
.Niz a{color:#fff}

/* Крутилка категорий на Главной */
.krutilka{
  margin-top: 70px;
  margin-bottom:40px;
}
.krutilka .krut-kat{
  width: 260px;
  display: block;
  float: left;
  margin-right: 33px;
  text-align: center;
}
.krutilka .krut-kat:last-child{margin-right:0}
.krutilka .krut-kat a:nth-child(1){
  display: table-cell;
  background: #dce6f5;
  height: 260px;
  width: 260px;
  /*border-radius: 50%;*/
  vertical-align: middle;
}
.krutilka .krut-kat img{width:79%}
/*.krutilka .krut-kat img[src="/images/KAT/zhirootdeliteli.png"]{width:52%}*/
.krutilka .krut-kat a.krut-zag{
  font-size: 23px;
  color: #0876be;
  text-transform: uppercase;
  line-height: 27px;
  margin-top: 17px;
  display: inline-block;
}
.krutilka .krut-kat a.krut-zag:hover{text-decoration:none}
.krutilka .krut-kat:nth-child(2n) a:nth-child(1),
.krutilka li:nth-child(2n) .krut-kat a:nth-child(1){background:#eff6e4}
.krutilka .krut-kat:nth-child(2n) a.krut-zag,
.krutilka li:nth-child(2n) .krut-kat a.krut-zag{color:#02ad4e}
.krutilka .krut-kat:hover a:nth-child(1),
.krutilka .krut-kat:hover a:nth-child(1){background:#0072BC; border-radius: 50%;}
.krutilka li:hover:nth-child(2n) .krut-kat a:nth-child(1),
.krutilka li:hover:nth-child(2n) .krut-kat a:nth-child(1){background:#02ad4e}
.krut-str-levo,
.krut-str-pravo{
  width: 50px;
  margin-top: 120px;
  height: 34px;
  background-size: cover !important;
  cursor:pointer;
  opacity: 0.2;
  transition-property:all;
	transition-duration:0.4s;
}
.krut-str-levo:hover,
.krut-str-pravo:hover{
  opacity: 1;
  transition-property:all;
	transition-duration:0.4s;
}
.krut-str-levo{
  float: left;
  margin-left: 30px;
  background:url('/templates/TehIK/img/ico/strelka-vlevo.png') no-repeat;
}
.krut-str-pravo{
  float:right;
  margin-right: 30px;
  background:url('/templates/TehIK/img/ico/strelka-vpravo.png') no-repeat;
}
.krutilka .sprocket-strips-s-block{
  padding:0;
  float:none;
  display:inline-block;
  width:auto;
  padding-right:34px;
}
.krutilka .sprocket-strips-s-block:last-child{padding-right:0}
.krutilka .sprocket-strips-s-nav{display:none}
      /*.krutilka .sprocket-strips-s-arrows{display:none}*/
.krutilka .sprocket-strips-s-container{
  float: none;
  text-align:center;

  margin:0;
}

.item-page [itemprop="articleBody"]{
  margin-top:20px;
  margin-left: 15px;
  margin-right: 15px;
}

.page-header{margin:0; padding:0; border:0}
.page-header h1,
.page-header h2{
	text-transform: uppercase;
	font-size: 27px;
	color: #000;
}

.item-page .page-header{
  background-color: #0072BC;
  color:#fff;
  /*margin-left: -87px;
  margin-right: -86px;*/
  margin-bottom: 45px;
  padding: 70px 0 75px 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
.item-page .page-header h1,
.item-page .page-header h2{
  color:#fff;
  font-family: "FuturaBookB", Helvetica, Arial, sans-serif;
}
.blog .page-header,
.SLD .page-header{
  background-color: #0072BC;
  color:#fff;
  /*margin-left: -87px;
  margin-right: -86px;*/
  margin-bottom: 45px;
  padding: 70px 0 75px 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog .page-header h1,
.SLD .page-header h1{
  color:#fff;
  font-family: "FuturaBookB", Helvetica, Arial, sans-serif;
}

.item-page.o-kompanii .page-header,
.SLD.o-kompanii .page-header{background-image:url('/images/STR/o-nas/zag-o-kompanii.jpg')}
.item-page.str-kont .page-header,
.SLD.str-kont .page-header{background-image:url('/images/STR/kontakty/zag.jpg')}
.item-page.str-uslugi .page-header,
.SLD.str-uslugi .page-header{background-image:url('/images/STR/uslugi/zag.jpg'); color:#fff}
.SLD .page-header h2{color:#fff}
.blog.str-produkcija .page-header,
.SLD.str-produkcija .page-header{background-image:url('/images/STR/produkcija/zag.jpg')}
.blog.str-tehinfo .page-header,
.SLD.str-tehinfo .page-header{background-image:url('/images/STR/tehinfo/zag.jpg')}

/* Главная */

.glavn.row-fluid{
  margin:0 -15px;
  /*float: left;*/
}

.t-ser-str{
  float: left;
  margin-top: 8px;
  width: 100%;
  margin-bottom: 25px;
}
.t-ser-str tr{
  background: #e7e7e8;
  border-bottom: 1px solid #939598;
}
.t-ser-str tr:nth-child(2n){
  background: #fff;
  /*border: 0;*/
}
.t-ser-str tr:last-child{
  border: 0;
}
.t-ser-str td{
  padding: 12px 10px;
}

.t-ser-v,
.t-bel-v{
  float: left;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 25px;
}
.t-ser-v tr:first-child{background: #e7e7e8}
.t-ser-v tr,
.t-bel-v tr{border-bottom:1px solid #939598}
.t-bel-v tr:last-child{border:0}
.t-ser-v tr td,
.t-bel-v tr td{
  padding: 12px 10px;
  text-align: center;
}
.t-bel-v tr td{text-align: left;}
.ser-str{background: #e7e7e8}

/* Нижний баннер на Главной */
.cf-nBan{
  padding: 0;
}
.cf-nBan .row{margin: 0}
.nBan{padding: 0}
.nBan .moduletable{
  float: left;
  width: 100%;
}

.oKompaniiGL.moduletable{
  background: url('/images/STR/gl/truba.jpg') no-repeat center;
  background-size: cover;
}
.oKompaniiGL.custom{
  color: #fff;
  background: linear-gradient(to right, #0000009e, transparent);
  float: left;
  width: 50%;
  padding: 73px 140px 72px 99px;
}
.oKompaniiGL h2{
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
}
.oKompaniiGL p{
  line-height: 17px;
  margin-bottom: 20px;
}

.nskInf{

}

/* Контакты */
.str-kont .kont{/*margin-top:75px;*/ color:#0072BC; font-size: 20px;}
.str-kont table img{max-width: 185px;}
.str-kont td:nth-child(2){padding-left: 20px; line-height: 25px;}
.str-kont td{padding-bottom: 30px}
.str-kont .kontKart{
  padding: 3px;
  background: linear-gradient(to right, #0072BC, #0085a0, #02AD4E);
  height: 612px;
}
.str-kont .kontKart .custom, .str-kont .kontKart .moduletable{height:100%}

.str-kont [itemprop="articleBody"]{margin-top: 10px}
.kont .col-md-6:first-child{
  padding-left: 0;
  padding-right: 10px;
}
.kont .col-md-6:last-child{
  padding-left: 10px;
  padding-right: 0;
}
.kont .col-md-6:first-child p strong{
  font-family: "FuturaBook", Helvetica, Arial, sans-serif;
  color: #6D6E71;
  font-weight: normal;
}
.kont .col-md-6:first-child p{margin-bottom: 8px}
.kont .col-md-6 h2{
  text-align: center;
  font-size: 32px;
  color: #fff;
  background: #0072BC;
  text-transform: uppercase;
  padding: 12px 0;
  margin-top: 0;
  margin-bottom: 16px;
}

.kontForm label{
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  color: #6D6E71;
  font-weight: normal;
  margin-bottom: 2px !important;
}
.kontForm input{
  display: block !important;
  width: 100% !important;
  border: 0;
  background: #E6E7E8 !important;
  color: #000;
}
.kontForm .qf3txt{padding-bottom: 18px !important}
.kontForm .qf3labelreq{padding: 0 !important; margin-left: -5px;}

.kontForm .qf3btn input{
  padding: 12px 0 10px 0;
  text-transform: uppercase;
  transition-property: all;
  transition-duration: 0.4s;
}
.kontForm .qf3btn input:hover{
  background: #0072bc !important;
  color: #fff;
  transition-property: all;
  transition-duration: 0.4s;
}

.item-page ul{
  padding-left: 20px;
  list-style: none;
  margin-top: 12px;
}
.item-page ul li{margin-bottom:7px}
.item-page ul li::before{
  content: "•";
  font-size: 33px;
  line-height: 0px;
  display: inline-block;
  position: relative;
  margin-left: -25px;
  margin-right: 4px;
  bottom: -6px;
  color: #0072BC;
}
ul.mgb-min li{margin-bottom:2px}

.item-page table ul{
  text-align: left;
  margin: 0;
  list-style: disc;
}
.item-page table ul li::before{display: none;}

/* Контакты - Низ */
.kontInf.moduletable{
  background: #0072BC;
  color: #fff;
  text-transform: uppercase;
  margin-top: 40px;
}
.kontInf h2{
  text-align: center;
  font-size: 32px;
  margin: 26px 0 19px 0;
  color: #fff;
}
.kontInfLev{
  padding-left: 0;
  padding-right: 10px;
  text-align: right;
}
.kontInfPrav{
  padding-right: 0;
  padding-left: 10px;
}
.kontInf .col-md-6{
  font-size: 16px;
  line-height: 23px;
}
.kontInf img{margin: 5px 0 0px 0}

.kontSkachat.custom{margin-left: -10px; margin-right: -10px;}
.kontSkachat a{
  display: block;
  float: left;
  width: 23.2%;
  height: 250px;
  background: #939598;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 41px 40px;
  text-decoration: none;
  margin: 10px;
}
.kontSkachat a:hover{background: #0072BC}
.kontSkachat a img{
  width: 49%;
  display: block;
  margin: 0 auto 30px auto;
}
.kontSkachat a:nth-child(1) img{width:56%}
.kontSkachat a:nth-child(2) img{}
.kontSkachat a:nth-child(3) img{width: 51%; margin-top: 9px;}
.kontSkachat a:nth-child(4) img{width: 50%; margin-bottom: 11px;}

/* Техническая информация */
.blog .items-row .page-header{background:none; padding:inherit; margin:inherit}
.blog .items-row .page-header h2{
  font-size: 20px;
  text-transform: none;
  font-family: inherit;
}
.items-row{margin: 0 3px}
.str-tehinfo .items-row{
  width: 33.33333333%;
  float: left;
  margin: 0;
  padding-right: 9%;
  padding-left:15px;
  height: 347px;
}
.str-tehinfo .item .page-header a{color:#0072bc}
.str-tehinfo .item .page-header a:hover,
.str-tehinfo .item .page-header a:focus{text-decoration:none; color:#9c9c9c !important;}
.str-tehinfo .item .page-header a::before{
  display: block;
  content: '';
  width: 180px;
  height: 180px;
  background-color: #0072bc;
  background-image: url('/templates/TehIK/img/ico/fajl.png');
  background-repeat: no-repeat;
  margin-bottom: 17px;
  background-position: 37px center;
  background-size: 69%;
  transition-property:all;
  transition-duration:0.4s;
}
.str-tehinfo .items-row:nth-child(2n) .item .page-header a::before{background-color:#02ad4e}
.str-tehinfo .items-row:nth-child(2n) .item .page-header a{color:#02ad4e}
.str-tehinfo .item .page-header a:hover::before{
  background-color:#9c9c9c !important;
  transition-property:all;
  transition-duration:0.4s;
}
.item-page.str-tehinfo .page-header{background-image:url('/images/STR/tehinfo/zag.jpg')}
.item-page.str-tehinfo .page-header.ph2,
.item-page.str-produkcija .page-header.ph2{
    margin-left:15px;
    margin-right:15px;
    background-image:none;
    margin-bottom: 35px;
    padding: 1px 15px 1px 15px;
}
.item-page.str-tehinfo .page-header.ph2 h2,
.item-page.str-produkcija .page-header.ph2 h2{
  font-size:22px;
  margin-top:10px;
  margin-bottom:9px;
}
.item-page.str-tehinfo h2,
.item-page.str-produkcija h2{
  float: left;
  width: 100%;
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
  margin-top: 17px;
  margin-bottom: 13px;
}
.str-tehinfo table.PDF img{
  height: 50px;
  margin-right: 20px
}
.str-tehinfo table.PDF p{margin:0}
.str-tehinfo table.PDF a{color:#db4336}

.markerKr{
  font-size: 33px;
  line-height: 10px;
  color: #0072BC;
  margin-left: -5px;
  position: relative;
  bottom: -6px;
}
.p_cif{color: #0072BC; font-weight: bold;}

/* Продукция на Главной */
.prod-gl{
  float: left;
  margin-left: -24px !important;
  margin-right: -30px !important;
}
.prod-gl a::after{
  display: inline-block;
  content: " ";
  width: 17px;
  height: 11px;
  background: url('/templates/TehIK/img/ico/strelochka-prod.png') no-repeat center;
  background-size: cover;
  margin-left: 7px;
  margin-bottom: 1px;
}
.prod-gl a{
  display: block;
  float: left;
  background:#939598;
  color: #fff;
  text-transform: uppercase;
  width: 22.93%;
  height: 250px;
  margin: 12px 12px;
  padding: 35px 45px;
  text-decoration: none;

  background-size: 224px;
  background-position: center 5px;
  background-repeat: no-repeat;
  padding-top: 165px;
}
.prod-gl a:hover,
.prod-gl a:nth-child(2),
.prod-gl a:nth-child(4),
.prod-gl a:nth-child(5),
.prod-gl a:nth-child(7),
.prod-gl a:nth-child(10),
.prod-gl a:nth-child(12){
  background-color: #0072BC;
}
.prod-gl a:nth-child(2):hover,
.prod-gl a:nth-child(4):hover,
.prod-gl a:nth-child(5):hover,
.prod-gl a:nth-child(7):hover,
.prod-gl a:nth-child(10):hover,
.prod-gl a:nth-child(12):hover{
  background-color: #939598;
}

.prod-gl a img{
  display: block;
  margin: 5px auto 20px auto;
  width: 33%;
}
.prod-gl a:nth-child(2) img,
.prod-gl a:nth-child(3) img,
.prod-gl a:nth-child(5) img,
.prod-gl a:nth-child(7) img,
.prod-gl a:nth-child(8) img{
  width: 82%;
  margin-top: 12px;
  margin-bottom: 28px;
}
.prod-gl a:nth-child(5) img{
  margin-bottom: 38px;
}
.prod-gl a:nth-child(7) img{
  margin-bottom: 42px;
  margin-top: 18px;
}
.prod-gl a:nth-child(4) img{
  margin-top: 17px;
  margin-bottom: 39px;
  width: 40%;
}
.prod-gl a:nth-child(6) img{
  margin-top: 15px;
  margin-bottom: 39px;
}
.prod-gl a:nth-child(4),
.prod-gl a:nth-child(6),
.prod-gl a:nth-child(8),
.prod-gl a:nth-child(9){
  text-align: center;
  padding-top: 175px;
}
.prod-gl a:nth-child(7),
.prod-gl a:nth-child(10),
.prod-gl a:nth-child(12){
  padding-left: 73px;
}
.prod-gl a:nth-child(11){
  padding-left: 37px;
  padding-right: 37px;
}


/* Продукция */
.row-item.container-fluid{padding-left:0; padding-right:0}
.str-produkcija .span3 .item{
  float: left;
  background:#939598;
  color: #fff;
  text-transform: uppercase;
  width: 22.93%;
  height: 250px;
  margin: 12px 12px;
  padding: 35px 45px;

  transition-property: all;
  transition-duration: 0.4s
}
.str-produkcija .span3 .item:hover{
  transition-property: all;
  transition-duration: 0.4s
}

.str-produkcija .span3 .item:hover,
.str-produkcija .span3:nth-child(2) .item,
.str-produkcija .span3:nth-child(4) .item,
.str-produkcija .span3:nth-child(5) .item,
.str-produkcija .span3:nth-child(7) .item{
  background: #0072BC;
}
.str-produkcija .span3:nth-child(2) .item:hover,
.str-produkcija .span3:nth-child(4) .item:hover,
.str-produkcija .span3:nth-child(5) .item:hover,
.str-produkcija .span3:nth-child(7) .item:hover{
  background: #939598;
}

.str-produkcija .span3 .item .item-image{width: 100%}
.str-produkcija .span3 .item img{
  display: block;
  margin: 5px auto 20px auto;
  width: 33%;
}
.str-produkcija .span3:nth-child(2) .item img,
.str-produkcija .span3:nth-child(3) .item img,
.str-produkcija .span3:nth-child(5) .item img,
.str-produkcija .span3:nth-child(7) .item img,
.str-produkcija .span3:nth-child(8) .item img{
  width: 82%;
  margin-top: 12px;
  margin-bottom: 28px;
}

.str-produkcija .page-header{
  float: left;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}
.str-produkcija .page-header h2{
  margin: 0;
}
.str-produkcija .page-header h2 a{
  display: block;
  width: 98%;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}
.str-produkcija .page-header h2 a::after{
  display: inline-block;
  content: " ";
  width: 17px;
  height: 11px;
  background: url('/templates/TehIK/img/ico/strelochka-prod.png') no-repeat center;
  background-size: cover;
  margin-left: 7px;
  margin-bottom: 1px;
}

.row-item{
  margin-left:-15px;
  margin-right:-15px;
  margin-bottom:20px;
}
.prodZagH1{
  font-size: 22px;
  padding-top: 10px;
  padding-bottom: 8px;
  color:#fff;
  font-family: "FuturaBookB", Helvetica, Arial, sans-serif;
  background-color: #0072BC;
  text-align: center;
  text-transform: uppercase;

  margin-top:0;
  margin-bottom:20px;
}
.prodZagH2{
  /*color: #02ad4e;*/
  color: #0072bc;
  margin-top: 16px;
  margin-bottom: 5px;
  line-height: 22px;
}
.prod-alg{text-align:justify}
.prod-sin{color:#0072bc; font-size:20px}
.str-produkcija ul{text-align: justify;}
.str-produkcija p{
  line-height:19px;
  margin-bottom:10px;
  text-align: justify;

  float: left;
  width: 100%;
}
.prod-tab{margin:20px 0; width: 100%;}
.prod-tab tr{
  border-bottom: 1px solid #0072bc;
  transition-property:all;
  transition-duration:0.4s;
}
.prod-tab thead tr{
  border-top: 1px solid #0072bc;
  background-color:#bad0ec !important;
}
.prod-tab tr:nth-child(2n){background-color:#eff6e4}
.prod-tab tbody tr:hover{
  background-color:#0072bc;
  color:#fff;
  transition-property:all;
  transition-duration:0.4s;
}
.prod-tab td{
  text-align: center;
  padding: 5px;
  border:1px solid #0072bc;
}
.prod-tab td:first-child{width:15%}
.prod-tab-avto td:first-child{width:auto}

/* Верхний баннер в Услуге */
.sldBan{
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}
.sldBvert{
  height: 415px;
  width: 400px;
  display: table-cell;
  vertical-align: middle;
}
.sldBan .col-md-6{padding-left: 0}
.sldBop{
  padding-top: 3.5%;
  padding-bottom: 4%;
}
.sldBop h1{
  font-family: "FuturaBookB", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 34px;
  margin-bottom: 5px;
  margin-top: 0;
  padding-bottom: 6px;
  color: #0072bc;
}
.sldUsl .sldBop h1{
  color: #fff;
  font-size: 28px;
}
.sldUsl .sldBop p{color: #fff}
.sldBop p{text-align: justify;}
.sldBop a{
  display: inline-block;
  background: #0072bc;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 19px;
  padding: 10px 12px 9px 12px;
  margin-top: 13px;
  text-decoration: none;
}
.sldBop a:hover{
  background: #939598;
}

/* Скачать - в Услуге */
.skachatp{
  float: left;
  margin-bottom: 25px;
  width: 100%;
}
.skachatp a{
  display: block;
  float: left;
  width: 47.75%;
  margin-left: 25px;
  background-color: #939598;
  background-size: 119px;
  background-repeat: no-repeat;
  background-position: center 41px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 160px 47px 40px 47px;
  text-align: center;
}
.skpVodnuKol.skachatp a{
  width: 100%;
  margin-left: 0;
  margin-bottom: 25px;
}
.skpVodnuKol.skachatp a:last-child{
  margin-bottom: 0;
}
.skachatp a:first-child{margin-left:0}
.skachatp a.skSert{background-image: url('/images/STR/produkcija/skachat-sert.png')}
.skachatp a.skDok{
  background-image: url('/images/STR/ico-str/skachat-kat.png');
  background-color: #0072BC;

  background-size: 142px;
  background-position: center 29px;
}
.skachatp a:hover{background-color: #0072BC}
.skachatp a.skDok:hover{background-color: #939598}

/* Подкатегории в Услуге */
.uslPodKat{float: left;}
.uslPodKat a{
  display: block;
  float: left;
  width: 47.75%;
  margin-left: 25px;
  margin-bottom: 25px;
  min-height: 250px;
  background-size: 250px;
  background-position: center 0px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  background-color: #939598;
  color: #fff;
  text-align: center;
  padding: 178px 50px 30px 50px;
  text-decoration: none;
}
.uslPodKat a:hover{background-color:#0072BC}
.uslPodKat a:first-child,
.uslPodKat a:nth-child(3n){margin-left:0}
.uslPodKat .usPsin{background-color:#0072BC}
.uslPodKat .usPsin:hover{background-color:#939598}

.col-md-3 .uslPodKat a{
  width: 100%;
  /*max-width: 250px;*/
  margin-left: 0;
}

.uslPodKat .bak_cent_pr{background-image:url('/images/STR/ico-str/bak-cent-pr.png')}
.uslPodKat .bak_levo_palk{background-image:url('/images/STR/ico-str/bak-levo-palk.png')}
.uslPodKat .mal_bak{background-image:url('/images/STR/ico-str/mal-bak.png')}
.uslPodKat .truby_dlja_kan{background-image:url('/images/STR/ico-str/truby-dlja-kan.png')}
.uslPodKat .truby_s_ut{background-image:url('/images/STR/ico-str/truby-s-ut.png')}
.uslPodKat .truby{background-image:url('/images/STR/ico-str/truby.png')}

.uslPodKat .obzh_fiks_fl{background-image:url('/images/STR/ico-str/obzh-fiks-fl.png')}
.uslPodKat .prizh_fl_dlja_pnd{background-image:url('/images/STR/ico-str/prizh-fl-dlja-pnd.png')}
.uslPodKat .rem_obzh_mufty{background-image:url('/images/STR/ico-str/rem-obzh-mufty.png')}
.uslPodKat .shib_zadv{background-image:url('/images/STR/ico-str/shib-zadv.png')}
.uslPodKat .zadv_s_obr_klinom{background-image:url('/images/STR/ico-str/zadv-s-obr-klinom.png')}

.uslPodKat .kol_otbora_prob{background-image:url('/images/STR/ico-str/kol-otbora-prob.png')}
.uslPodKat .kol_gas_napora{background-image:url('/images/STR/ico-str/kol-gas-napora.png')}
.uslPodKat .kol_perepadnyj{background-image:url('/images/STR/ico-str/kol-perepadnyj.png')}
.uslPodKat .kol_uzlovoj{background-image:url('/images/STR/ico-str/kol-uzlovoj.png')}

.uslPodKat .PNS{background-image:url('/images/STR/ico-str/PNS.png')}
.uslPodKat .VNS{background-image:url('/images/STR/ico-str/VNS.png')}
.uslPodKat .KNS{background-image:url('/images/STR/ico-str/KfnSt.png')}

.uslPodKat .bak_pravo_palk{background-image:url('/images/STR/ico-str/bak-pravo-palk.png')}
.uslPodKat .pisch_emk{background-image:url('/images/STR/ico-str/pisch-emk.png')}

.uslPodKat .filtruyuschij_patron{background-image:url('/images/STR/ico-str/filtruyuschij-patron.png')}
.uslPodKat .blok_uf_obezzarazhivanija{background-image:url('/images/STR/ico-str/blok-uf-obezzarazhivanija.png')}
.uslPodKat .blok_doochistki{background-image:url('/images/STR/ico-str/blok-doochistki.png')}
.uslPodKat .bl_biol_och{background-image:url('/images/STR/ico-str/bl-biol-och.png')}

/* Услуги */
.col-md-3 .vygoda{
  background:#939598;
  padding: 25px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.col-md-3:nth-child(2n) .vygoda{background:#0072BC}
.col-md-3 .vygoda img{
  width: 60%;
  margin-bottom: 21px;
  margin-top: 2px;
}
.col-md-3 .vygoda.vKvSp img{
  width: 75%;
  margin-bottom: 0px;
  margin-top: -8px;
}
.serBlokP{
  text-transform: uppercase;
  line-height: 28px !important;
  height: 308px;
  background: #939598;
  color: #fff;
  padding: 99px 35px;
  margin-bottom: 0 !important;
}
.serBlokP::before{
  content: "";
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-right: 24px solid #939598;
  border-bottom: 17px solid transparent;
  position: absolute;
  left: -9px;
  top: 44%;
}
.serBlokIMG img{
  height: 308px;
}
.serBlokIMG::before{
  content: "";
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-right: 24px solid #fff;
  border-bottom: 17px solid transparent;
  position: absolute;
  right: 16px;
  top: 42.6%;
}

.viIko{
  background: #0072bc;
  float: left;
  margin-right: 15px;
  padding: 10px;
  width: 69px;
  margin-top: -14px;
}
.vidIzysk{
  width: 100%;
  text-transform: uppercase;
  color: #0072bc;
  float: left;
  margin-bottom: 15px;
  padding-top: 14px;
}

.etapPrRabot{
  float: left;
  width: 100%;
  background-size: cover;
  margin-bottom: 30px;
  padding: 276px 15px 15px 15px;
}
.etapPrRabot p{
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 0;
  background-color: rgb(0,0,0,0.4);
  margin-bottom: 0;
}

.str-servis{margin-bottom:15px}
.str-servis .span3 .item{
  width: 30.93%;
  height: 332px;
}
.str-servis .page-header h2 a{
    font-size: 26px;
    text-align: center;
    padding-top: 230px;
}
.str-servis .page-header h2 a::after{
    display: inline-block;
    width: 22px;
    height: 13px;
    margin-bottom: 2px;
}
.str-servis .item-image{display: none !important}
.str-servis .item-image a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.str-servis .span3 .column-1{
  /*background: url('/images/STR/uslugi/ShefMontazh/banner.jpg') no-repeat right, rgba(0, 114, 188, 0.9) !important;*/
  background: url('/images/STR/uslugi/ShefMontazh/banner.jpg') no-repeat right !important;
  background-size: cover;
  background-blend-mode: overlay;
}
.str-servis .span3 .column-2{
  background: url('/images/STR/uslugi/Proektirovanie/banner.jpg') no-repeat center !important;
  background-size: cover;
  background-blend-mode: overlay;
}
.str-servis .span3 .column-3{
  background: url('/images/STR/uslugi/Obsluzhivanie/banner.jpg') no-repeat center !important;
  background-size: cover;
  background-blend-mode: overlay;
}
.str-servis .span3 .item:hover{background-position: left !important;}

/* Проектные решения */
.str-reshenija p.img_caption{
  position: relative;
  top: -190px;
  margin-bottom: -5px;
  font-family: "FuturaBookB", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #fff;
  font-size: 50px;
  text-shadow: 0px 0px 24px #000;
  text-decoration: none;
}
.str-reshenija .item-image a{text-decoration: none;}
.str-reshenija .item-image a .img_caption img{
  opacity: 1;
  transition-property: all;
  transition-duration: 0.4s;
}
.str-reshenija .item-image a:hover .img_caption img{
  opacity: 0.8;
  transition-property: all;
  transition-duration: 0.4s;
}

.str-reshenija{
  margin-bottom: 20px;
}
.str-reshenija div[itemprop="articleBody"]{
  padding: 20px 180px;
  float: left;
}
.str-reshenija ul, ol{
  float: left;
  margin-top: 5px;
}
.str-reshenija li{margin-bottom: 10px}
.prShema{
  background: #f3f3f3;
  padding-top: 35px;
  padding-bottom: 54px;
  text-align: center;
  position: relative;
}
.prShema .col-md-12{padding: 0}
.prh1{
  font-weight: bold;
  font-size: 70px;
}
.prShPoZag{
  font-size: 35px;
  margin-bottom: 40px;
  text-transform: lowercase;
}

/* Сообщение о работах */
.infVspSoob.moduletable{
  position: fixed;
  z-index: 9;
  left: 0;
  bottom: 10%;
  background: #0072bc;
  padding: 20px 20px 10px;
  opacity: 0.9;
  width: 74px;
  height: 80%;
}
.infVspSoob.moduletable .custom{
  transform: rotate(-90deg);
  width: 334px;
  position: relative;
  left: -155px;
  bottom: -43%;
}

/* Левое меню */
.mod-prod{
  background: linear-gradient(to right, #0072BC, #0085a0, #02AD4E);
  padding: 15px 0;
}
.mod-prod ul{padding-left:0; list-style:unset}
.mod-prod li{margin-bottom:0 !important}
.mod-prod li::before{display:none !important}
.mod-prod li a{
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  padding: 4px 20px 3px;
}
.mod-prod li a:hover,
.mod-prod li a:focus,
.mod-prod li.active a,
.mod-prod li.alias-parent-active a{
  background-color: rgba(0, 0, 0, 0.4);
}

/* Путь по сайту */
.put-po-sajtu .breadcrumb,
.put-produkcija .breadcrumb{
    background-color: #0072BC;
    color: #fff;
    margin-bottom: 10px;
    padding: 94px 0 75px 95px;
    background-repeat: no-repeat;
    background-size: cover;
    font-size:27px;
    color:#fff;
    font-family: "FuturaBookB", Helvetica, Arial, sans-serif;
    text-transform: uppercase;

    border-radius:0;
}
.put-produkcija .breadcrumb{background-image: url('/images/STR/produkcija/zag.jpg')}
.put-po-sajtu .breadcrumb li a,
.put-produkcija .breadcrumb li a,
.put-po-sajtu .breadcrumb li{
  font-size:27px;
  color:#fff;
  font-family: "FuturaBookB", Helvetica, Arial, sans-serif;
}
.put-po-sajtu .breadcrumb li:before{display:none}
.put-po-sajtu .breadcrumb li:first-child{display:none}
.put-po-sajtu .breadcrumb li:nth-child(2){margin-bottom:15px}


.prod-tov{
  /*background-color: #eff6e4;*/
}
.prod-tov-zag{
  background-color: #fff;
  padding-bottom: 10px;
}
.prod-tov img{
  height: 349px;
  padding: 20px 0 55px 0;
}
.prod-tov a{
  /*background-color: #02ad4e;*/
  background: linear-gradient(to right, #0072BC, #0085a0, #02AD4E);
  color: #fff;
  text-transform: uppercase;
  font-family: "FuturaBookB", Helvetica, Arial, sans-serif;
  padding: 8px 28px;
  float: right;
  top: -36px;
  margin-bottom: -36px;
  position: relative;

  display:none;
}
.prod-tov a:hover{
  text-decoration: none;
  /*background-color: #0072bc;*/
  background: linear-gradient(to right, #02AD4E, #0085a0, #0072BC);
}

.prod-podkat{
  background-color: #02ad4e;
  color:#fff;
  text-align: center;
  display: table-cell;
  height: 100px;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
}
.prod-podkat:hover,.prod-podkat:focus{
  background-color: #0072bc;
  text-decoration: none;
  color:#fff;
}

.prod-tov-min{
  width: 45.8%;
  float: left;
  margin-bottom: 30px;
}
.prod-tov-min:nth-child(2){
  margin-left: 30px;
}
.prod-t-m-zag{height: 87px;}
.prod-t-m-zag.m-zag{height: 45px;}
.prod-t-m-zag p:first-child{
  color: #02ad4e;
  font-family: "FuturaBookB", Helvetica, Arial, sans-serif;
}
.prod-t-m-zag p{
  margin-bottom: 7px;
}
.prod-tov-min img{
  /*background-color: #eff6e4;*/
}
.prod-tov-min a{
  /*background-color: #02ad4e;*/
  background: linear-gradient(to right, #0072BC, #0085a0, #02AD4E);
  color: #fff;
  text-transform: uppercase;
  font-family: "FuturaBookB", Helvetica, Arial, sans-serif;
  padding: 8px 28px;
  display: block;
  margin-top: 10px;
  text-align: center;

  display:none;
}
.prod-tov-min a:hover{
  text-decoration: none;
  /*background-color: #0072bc;*/
  background: linear-gradient(to right, #02AD4E, #0085a0, #0072BC);
}

/* Заполнить опросный лист */
.kn-opr-list{
  display: block;
  background-image: url('/templates/TehIK/img/ico/z-opr-list.png');
  background-size: 180px;
  background-position: center 5px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  background-color: #0072bc;
  color: #fff;
  text-align: center;
  padding: 178px 50px 30px 50px;
}
.kn-opr-list:hover,
.kn-opr-list:focus{
  text-decoration:none;
  background-color: #939598;
  color:#fff;
}

/* Задать вопрос менеджеру */
.vopr-men{
  /*background: #02ad4e;*/
  background: #939598;
  color: #fff;
  padding: 10px 13px 11px 0px;
  float: left;
  width: 100%;
}
.vopr-men h3{
  margin: 0;
  font-family: "FuturaBook", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  background-color: transparent;

  float: left;
  display: block;
  width: 31.7%;
  background-image: url('/templates/TehIK/img/ico/zadat-vopr-men.png');
  background-size: 163px;
  background-position: center 2px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 168px 50px 19px 50px;
}
.eml_cont input,
.eml_cont textarea{
  color:#000;
  border: 0;
  padding: 9px 5px 8px 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.eml_cont textarea{
  width: 68%;
  margin-right: 0;
  resize: vertical;
  min-height: 37px;
}
.eml_cont #eml_n{
  width: 68%;
  margin-right: 0;

    margin-top: 37px;
}
.eml_cont #eml_t,
.eml_cont .eml_s{
  width: 33.2%;
}
.eml_cont .eml_s{
  background: #0072bc;
  /*background: linear-gradient(to right, #0072BC, #0085a0, #02AD4E);*/
  color: #fff;
  text-transform: uppercase;
  /*font-family: "FuturaBookB", Helvetica, Arial, sans-serif;*/
  padding: 8px 15px 6px;
  transition-property:all;
  transition-duration:0.4s;
  margin-right:0;

  margin-bottom: 15px;
  height: 39px;

  /*position: relative;
  margin-top: -48px;
  height: 85px;
  float:right;*/
}
.eml_cont .eml_s:hover{
  /*background: #ff9439;*/
  background: #fff;
  color: #0072bc;
  transition-property:all;
  transition-duration:0.4s;
}
@media (max-width: 1200px){
  .eml_cont{text-align:center;}
  .eml_cont .eml_s{
    float:none;
    height: 37px;
    margin: 0 auto;
    display: block;
    position:inherit;
  }
}
.eml_cont #mass{
  display:none;
  height: 94px;
  font-size: 20px;
  text-align:center;
}

.vopr-men-vshir .eml_cont textarea{min-height:39px}
.vopr-men-vshir .eml_cont .eml_s{
  float: none;
  height: 39px;
  margin-top: unset;
  padding-left: 50px;
  padding-right: 50px;
}
.vopr-men-vshir .eml_cont{text-align:center}

/* Наверх */
.naverh{
  display: none;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: #0072BC url('/templates/TehIK/img/ico/naverh.png') no-repeat center 25px;
  border-radius: 50% 0 0 50%;
  margin: 30px;
  margin-right:0;
  z-index: 9;
  box-shadow: #a5a5a5 0 0 10px;
  background-size: 50%;
  cursor:pointer;
}
.naverh:hover{
  background-color: #939598;
}

/* Опросные листы */
.str-oprList{
  margin-bottom: 25px;
  float: left;
  width: 100%;
}
.qf3form.default{padding:0em 0}
  .str-oprList .qf3labelreq{display:none}
.str-oprList .shapka,
.str-oprList .telo,
.str-oprList .dopsved{margin-bottom:5px}
.str-oprList .qf3form.default .shapka .qf3txt label {
  /*color: #02ad4e;*/
  color: #0072bc;
  font-weight: normal;
  font-family: "FuturaBookB", Helvetica, Arial, sans-serif;
  font-size: 22px;
  width: 20%;
  top: 2px;
  margin-top: 0;
  position: relative;
}
.str-oprList .qf3form.default .shapka .qf3txt input{
  width: 80%;
  height: 2.1em;
  padding-left:15px;
}
.str-oprList .qf3form.default .qf3{
  padding: 0 0 0.8em 0;
  float: left;
}
.str-oprList .qf3form.default .dopsved .qf3label{width:0; display:none}
.str-oprList .qf3form.default .dopsved textarea{width:100%; height: 100px; padding: 5px 15px;}
.str-oprList .qf3form.default .telo .qf3txt input{
  height:2.1em;
  width:80px;
  float: left;
  text-align: center;
  padding-left:0;
}
.str-oprList .qf3form.default .telo .qf3label{
  text-align: left;
  width: auto;
  padding-right: 0;
  padding-left: 10px;
  font-weight: normal;

  max-width: 65%;
}
.str-oprList .box_ol-skr-lbl label{display:none !important}
.olZagH2{
  color: #0072bc;
  text-transform: uppercase;
  text-align: center;
  /*border-image: linear-gradient(to right, #0072bc , #02ad4e);
  -moz-border-image: -moz-linear-gradient(#0B0E7F , #0B95DD);
  -webkit-border-image: -webkit-linear-gradient(left, #0072bc, #02ad4e);*/
  border-image: linear-gradient(to right, #0072bc , #939598);
  -moz-border-image: -moz-linear-gradient(#0072bc , #939598);
  -webkit-border-image: -webkit-linear-gradient(left, #0072bc, #939598);
  border-image-slice: 1;
  border-width: 3px;
  border-bottom-style: solid;
  margin-bottom:15px;
  border-top:0;
  border-left:0;
  border-right:0;
}
.str-oprList .prodZagH1{
  font-size: 25px;
  padding-top: 7px;
  padding-bottom: 6px;
  margin-bottom: 30px;
  margin-top: 6px;
}
.str-oprList .prodZagH2{margin-bottom:12px}
.str-oprList input,
.str-oprList textarea{
  background: #EEF6E4 !important;
  border: 0;
}
.str-oprList input:focus,
.str-oprList textarea:focus{outline:none}
.str-oprList input{
  height:auto !important;
  font-family: "FuturaBookB", Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 33px;
}
.str-oprList .qfsubmit [name="qfsubmit"]{
  /*background: linear-gradient(to right, #0072BC, #0085a0, #02AD4E) !important;*/
  background: #0072bc !important;
  color: #fff;
  text-transform: uppercase;
  font-family: "FuturaBookB", Helvetica, Arial, sans-serif;
  padding: 4px 80px 2px;
  width: 25%;
  transition-property: all;
  transition-duration: 0.4s;
}
.str-oprList .qfsubmit [name="qfsubmit"]:hover{
  /*background: linear-gradient(to left, #0072BC, #0085a0, #02AD4E) !important;*/
  background: #939598 !important;
  transition-property: all;
  transition-duration: 0.4s;
}
.str-oprList .qfsubmit .qf3label{
  display: block;
  float: right;
  width: 75%;
  padding-right: 0;
  padding-left: 20px;
  text-align: left;
  font-weight: normal;
  position: relative;
  top: 3px;
}
.str-oprList .qf3form.default .telo .qfcheckbox .qf3label{
  padding-left:0;
  max-width:100%;
  margin:0;
}
.str-oprList .qf3form.default .qfchkbx{display:none}
.str-oprList .qf3form.default .telo .qfcheckbox .qf3label::before{
  content: '';
  display: inline-block;
  background: #EEF6E4;
  width:2.1em;
  height:2.1em;
  vertical-align: middle;
  margin-right: 10px;
}
.str-oprList .qf3form.default .telo .qfcheckbox .qf3label.chkbx-chkd::before{
  background:#EEF6E4 url('/templates/TehIK/img/ico/galka.gif') no-repeat center;
  background-size: 49%;
}
.str-oprList .qfsubmitformres{
  margin:0;
  margin-top:40px;
  border-image: linear-gradient(to right, #0072bc , #939598);
  -moz-border-image: -moz-linear-gradient(#0072bc , #939598);
  -webkit-border-image: -webkit-linear-gradient(left, #0072bc, #939598);
  border-image-slice: 1;
  border-width: 5px;
  text-align:center;
}
.str-oprList .qfsubmitformresclose,
.str-oprList .qfsubmitformrestitle{display:none}
.box_olPsZag label{
  font-family: "FuturaBookB", Helvetica, Arial, sans-serif;
  color: #02ad4e;
  font-size: 19px;
  margin-top: 16px !important;
}
.box_olVdvStr label{
  margin: 0 !important;
  line-height: 17px !important;
}
.box_olVdvStr.qfcheckbox label{padding-left:50px !important; margin-top: -6px !important;}
.box_olVdvStr.qfcheckbox label::before{float: left; position: relative; margin-left: -50px; margin-top: 6px;}

.izdVsootv-EAC img{
  width: 22px;
  vertical-align: text-top;
}
.izdVsootv-RST img{
  width:25px;
  vertical-align: text-top;
}

@media (min-width: 767px) AND (max-width: 1024px){

  .nMen{margin-top:22px}
  .SLD .layout-slideshow .sprocket-features-content{
    width:52%;
    padding-top:4%;
    padding-left:9%;
  }
  .SLD .layout-slideshow .sprocket-features-desc{
    overflow:hidden;
    height:100px;
  }
  .krutilka .krut-kat{
    width:177px;
  }
  .krutilka .krut-kat a:nth-child(1){
    width:177px;
    height:177px !important;
  }
  .krutilka .krut-kat a.krut-zag{font-size:21px}
  .krut-str-levo,
  .krut-str-pravo{margin-top:70px}
  .str-produkcija .item-image a:nth-child(1){width:210px; height:210px}
  .str-oprList .qfsubmit .qf3label{margin-top:-5px}

}

/* Мобильный вид - до 767 пикселей по ширине */
@media (max-width: 767px){

  .vMenT .row{margin:35px 0 20px 0}
  .Logo img, .LogoN img{height: auto;}
  .Logo img{width:80%; margin-top:12px}
  .LogoN img{width:27%}
  .Logo, .LogoN{text-align:center;}
  .vMenT .Logo{margin-bottom: 27px; padding-left:30px; padding-right:30px}

  .vTel{
      margin-top: 0;
      bottom: -14px;
  }
  .vTel .custom div{
    float: right;
    font-size: 16px;
  }
  .vTel  .custom div.vt{float: left}

  .nMen{margin-top:15px}

  .vMen, .vMenT{padding:0}
  .vMen .menu{
    /*margin-left: -30px;
    margin-right: -30px;
    padding-left: 45px;
    padding-right: 45px;*/
    margin-top: 1px;
    height: auto;
    padding: 0;
    background: #0072bc;
  }
  .vMen li.item-246, .vMen li.item-247{
    width: 100% !important;
    padding: 0;
  }
  .vMen li.item-246{width: 100% !important;}
  .vMen li:first-child{/*margin-top:10px*/}
  .vMen li:last-child{/*margin-bottom:10px*/}
  .vMen li{
    display: block;
    float: left;
    width: 100%;
    height: auto;
    /*margin-bottom: 7px;*/
    padding: 0;
    border-bottom:0px solid #efefef;
    text-align: left;
  }
  /*.vMen li.deeper.parent{
    margin-bottom: -6px;
  }*/
  .vMen li a[href="/produktsiya"]{
    font-family: "FuturaBookB", Helvetica, Arial, sans-serif;
    /*background: #939699;*/
  }
  .vMen li a[href="/servis"],
  .vMen li a[href="/reshenija"],
  .vMen li a[href="/kontakty"]{
    font-family: "FuturaBookB", Helvetica, Arial, sans-serif;
  }
  .vMen li.item-104 ul a::before{
    content: '•';
    display: inline-block;
    margin-right: 2px;
    position: relative;
    bottom: -2px;
  }
  .vMen li a{
    border: 0;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    text-transform: none;
    color:#fff !important;
    border-bottom:1px solid #efefef;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .vMen .nav-child .nav-child .deeper ul li a{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .vMen li.active, .vMen li:hover, .vMen li:focus{border-image: unset}

  .vMen .moduletable{
    height:0;
    overflow:hidden;
  }
  .vMenMobil{
    display:block;
    color: #fff;
    background: linear-gradient(to right, #0072BC, #949699);
    /*width: 100px;*/
    text-align: center;
    padding-bottom: 11px;
    padding-top: 7px;
    margin: 0 auto;
    font-family: "FuturaBookB", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-top: -10px;
  }
  .vMenMobil::before{
    content:'';
    display:inline-block;
    width: 23px;
    height: 23px;
    background: url(/templates/TehIK/img/ico/menu-mobil.png) no-repeat center;
    background-size: contain;
    bottom: -5px;
    position: relative;
    right: 5px;
  }

  .vMen li.parent .nav-child,
  .vMen li .nav-child{
    display: inline-block;
    padding-left: 0;
  }

  .vMen li.parent:hover .nav-child {
    display: inherit;
    position: inherit;
    padding-top: inherit;
    background: inherit;
    width: inherit;
}

/*.vMen .menu li.parent > ul.nav-child{
  height: 0;
  overflow: hidden;
  display: none;
}*/
/*.vMen .menu li.parent:hover > ul.nav-child{
  display: block;
}*/
.vMen .item-103 a[href="/produktsiya"] img,
.vMen .item-104 a[href="/servis"] img{
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  float: right;
  cursor: pointer;
}

  /*.SDR .col-md-4,
  .SDR .col-md-5,
  .SDR .col-md-6,
  .SDR .col-md-7,
  .SDR .col-md-8,
  .SDR .col-md-9{padding-left:0; padding-right:0}*/
  .SDR .col-md-8 .col-md-12,
  .SDR .col-md-8 .col-md-6{padding-left:0; padding-right:0}

  .SLD .sprocket-features-img-container img{
    height: 375px !important;
    width: auto !important;
    max-width: unset !important;
  }
  .SLD .layout-slideshow .sprocket-features-content{
    width:100%;
    padding-top:20px;
    padding-left:20px;
  }
  .SLD .sprocket-features-pagination{display:none}
  .SLD .layout-slideshow .sprocket-features-desc{
    line-height: 1.1em;
    padding-top: 0;
  }

  .sldBan{float: left}

  .sldBop h1{font-size: 27px}

  .sprocket-features-arrows{display:none;}
  .sprocket-strips-s-item{margin:0 auto !important; float: none !important}
  .sprocket-strips-s-block{margin-bottom:20px}
  .sprocket-strips-s-block:last-child{margin-bottom:0}
  .krut-str-levo, .krut-str-pravo{display:none;}
  .sprocket-strips-s-container{width: 100%; margin: 0;}

  .krutilka{margin-top:50px}
  .krutilka .sprocket-strips-s-block{padding-right:0}
  .glavn.row-fluid{margin-top:40px}
  .prod-gl{
    margin-left: inherit !important;
    margin-right: inherit !important;
  }

  .NizN{padding-top:0; padding-bottom:0}
  .mini-karta-niz{width:100%; text-align: center; margin-bottom:30px}
  .mKart{
    /*margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -30px;*/

    display: none;
  }
    .nInf{margin-bottom:30px}
  .mini-karta-niz .btn{margin-left:0}

  .put-po-sajtu .breadcrumb, .put-produkcija .breadcrumb{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
    padding: 20px 0 20px 43px;
    line-height: 29px;

    /*display: none;*/
  }
  .put-produkcija .breadcrumb li:first-child.active{display:none}

  .moduletable.mod-prod{display:none}

  .item-page [itemprop="articleBody"]{
    margin-left: 0;
    margin-right: 0;
  }

  .blog .page-header,
  .item-page .page-header{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
    padding: 10px 0 16px 100px;
  }
  .item-page .page-header.ph2{
    text-align:center;
    padding-left:0;
  }
  .blog.str-tehinfo .page-header{text-align:center; padding-left:0}
  .blog.str-tehinfo .items-row .page-header{text-align:left}
  .item-page.str-tehinfo .page-header.ph2{text-align:left}
  .str-produkcija .span3{
    width:100%;
  }
  .str-produkcija .span3 .pull-left{float:none !important}
  .str-produkcija .item-image a:nth-child(1){width:280px}
  .blog.str-produkcija .page-header a{margin-top:0; margin-bottom:17px;}
  .str-tehinfo .items-row{width:100%}
  .str-kont .kont{margin-top:-10px}
  .str-kont tr:first-child{vertical-align:baseline}
  .str-kont tr:first-child img{margin-top:29px}
  .str-kont table img{max-width:50px}
  table.PDF td:first-child{padding-right:10px}

  .items-row .span6{width: 100%}
  .str-reshenija.img_caption{width: 100%}
  .str-reshenija p.img_caption{top: -110px; font-size: 27px;}

  .prodZagH1{
    margin-top:20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .item-page .row-item{margin-bottom:0 !important}
  .item-page p{margin-bottom:10px !important; margin-top:auto !important}
  .prod-tov img{height:auto}

  .glavn h2{font-size: 26px !important}
  .nskInf{margin-bottom: 20px}
  .glavn.prod-gl{text-align: center}
  .prod-gl a{
    width: 250px;
    float: none;
    display: inline-block;
    text-align: left;
  }
  .oKompaniiGL.custom{
    width: 100%;
    padding-left: 25px;
    padding-right: 40px;
  }

  .str-reshenija div[itemprop="articleBody"]{
    padding: 0;
    padding-bottom: 20px;
    margin-top: 0;
  }

  .kont .col-md-6 h2{font-size: 22px}
  .item-page.str-tehinfo h2, .item-page.str-produkcija h2{font-size:24px}

  .tabBlok{
    overflow-y: scroll;
    width: 100%;
  }
  .tabBlok table{width: 800px}

  .skachatp{margin-top:20px}
  .skachatp a{
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }
  .skachatp a:nth-child(2){margin-bottom: 0}
  .uslPodKat a{
    width: 100%;
    margin-left: 0;
  }

  .kn-opr-list{margin-bottom:20px}

  .eml_cont #eml_n,
  .eml_cont #eml_t,
  .eml_cont input,
  .eml_cont textarea{width:100%; margin-right:0}

  .vopr-men h3{width: 100%}
  .vopr-men{padding-left: 15px}
  .eml_cont .eml_s{width: 100%}

  .str-oprList .qf3form.default .shapka .qf3txt label{font-size: 17px; width: 50%;}
  .str-oprList .qf3form.default .shapka .qf3txt input{width:50%}
  .str-oprList [itemprop="articleBody"]{margin-top:35px}
  .str-oprList .qfsubmit{margin-bottom:30px !important}
  .str-oprList .prodZagH2 {float:left}
  .str-oprList .col-md-7 .col-md-12,
  .str-oprList .col-md-7 .col-md-5,
  .str-oprList .col-md-7 .col-md-7{padding:0}

  .kontSkachat a{
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }

  .kont .col-md-6:last-child {
      padding-left: 0;
      padding-right: 0;
  }

  .kontInf h2{font-size: 22px}


}
