@import url(https://fonts.googleapis.com/css?family=Russo+One&subset=latin,cyrillic,latin-ext);


@font-face {
    font-family: 'Helios Condensed';
    src: local('Helios Condensed'),
    url("fonts/helios-cond.ttf") format('truetype');
}
@font-face {
    font-family: 'Helios Bold';
    src: local('Helios Bold'),
    url("fonts/HeliosC-Bold.otf") format('truetype');
}
@font-face {
    font-family: 'Arial';
    src: local('Arial'),
    url("fonts/arial.ttf") format('truetype');
}
@font-face {
    font-family: 'Arial Bold';
    src: local('Arial Bold'),
    url("fonts/arialbd.ttf") format('truetype');
}
@font-face {
    font-family: 'Montserrat Regular';
    src: local('Montserrat Regular'),
    url("fonts/Montserrat-Regular.ttf") format('truetype');
}
@font-face {
    font-family: 'Montserrat SemiBold';
    src: local('Montserrat SemiBold'),
    url("fonts/Montserrat-SemiBold.ttf") format('truetype');
}
@font-face {
    font-family: 'Montserrat Bold';
    src: local('Montserrat Bold'),
    url("fonts/MONTSERRAT-BOLD.TTF") format('truetype');
}
@font-face {
    font-family: 'Montserrat Italic';
    src: local('Montserrat Italic'),
    url("fonts/MONTSERRAT-ITALIC.TTF") format('truetype');
}
/* --- Ð”Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ðµ ÑˆÑ€Ð¸Ñ„Ñ‚Ñ‹ - ÑÐ¾Ð³Ð»Ð°ÑÐ½Ð¾ ÑÐµÐ¼ÐµÐ¹ÑÑ‚Ð²Ð° ÑˆÑ€Ð¸Ñ„Ñ‚Ð¾Ð² Ð¿Ð¾ Ð‘Ñ€ÑÐ½Ð´Ð±ÑƒÐºÑƒ --- */
@font-face {
    font-family: 'Montserrat SemiBold Italic';
    src: local('Montserrat SemiBold Italic'),
    url("fonts/MONTSERRAT-SEMIBOLDITALIC.TTF") format('truetype');
}
@font-face {
    font-family: 'Montserrat Medium';
    src: local('Montserrat Medium'),
    url("fonts/MONTSERRAT-MEDIUM.TTF") format('truetype');
}
@font-face {
    font-family: 'Montserrat ExtraBold';
    src: local('Montserrat ExtraBold'),
    url("fonts/MONTSERRAT-EXTRABOLD.TTF") format('truetype');
}
article, nav, header, footer, aside, hgroup, section {
    display: block;
}
div.fieldWithErrors {
    display: inline;
}
#errorExplanation {
    border-top: 3px solid #F27F7F;
    background: #FFBEBE;
    padding: 10px;
}
#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
    color: #9C2626;
}
a img {
    border: 0px none;
}
a:focus {
    outline: none;
}
.clearfix, section {
    display: inline-block;
}
.clearfix:after, section:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix, section {
    display: block;
}
.text-align-left {
    text-align: left;
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
.text-align-justify {
    text-align: justify;
}
.image-align-left {
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}

.box-mobile
{
    display: none !important;
}
.image-align-right {
    float: right;
    margin-left: 6px;
    margin-bottom: 6px;
}
.font-size-small {
    font-size: 0.75em;
}
.font-size-normal {
    font-size: 1em;
}
.font-size-large {
    font-size: 1.25em;
}
.image-align-left {
    float: left;
    margin-right: 50px;
    margin-bottom: 30px;
    margin-left: 0px !important;
}
.image-align-right {
    float: right;
    margin-left: 50px;
    margin-bottom: 30px;
}
.font-size-small {
    font-size: 0.85em;
}
.font-size-normal {
    font-size: 1em;
    line-height: 1em;
}
.font-size-large {
    font-size: 1.15em;
}

/*
@font-face {
    font-family: 'Open Sans';
    src: url("fonts/Open Sans.eot");
    src: local("Ubuntu-M"), url("fonts/Open Sans.ttf") format("truetype");
}
@font-face {
    font-family: 'Russo One';
    src: url("fonts/Russo One.eot");
    src: local("Ubuntu-M"), url("fonts/Russo One.ttf") format("truetype");
}
@font-face {
    font-family: 'Ubuntu Condensed';
    src: url("fonts/Ubuntu Condensed.eot");
    src: local("Ubuntu-M"), url("fonts/Ubuntu Condensed.ttf") format("truetype");
}
@font-face {
    font-family: 'Ubuntu';
    src: url("fonts/Ubuntu.eot");
    src: local("Ubuntu-M"), url("fonts/Ubuntu.ttf") format("truetype");
}*/
html {
    font-size: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font: 14px/1 'Helios Condensed',  'sans-serif';
    font-weight: normal;
    color: #4c5968;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0%,  100%);
    -webkit-transition: top 3s ease-in-out;
    -moz-tran-out;
    -ms-transition: top 3s ease-in-out;
    -o-transition: top 3s ease-in-out;
    transition: top 3s ease-in-out;
}
p, span {

    margin: 10px 0;
    color: #4c5968;
    font: 14px 'Montserrat Regular';
    line-height: 28px;
    font-weight: 300;
}
h1 {
    font: 14px/1 'Ruso One';
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
a {
    color: #4c5968;
    text-decoration: none;
    font: 14px/1 'Helios Condensed'}
ul, li, ul li, ol li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 21px;
    position: relative;
    font: 14px 'Helios Condensed';
    font-weight: 300;
}
.container_wrap li:before {
    width: 14px;
    height: 16px;
    background: url("images/small_spr.png") no-repeat top center;
    background-position: -40px -15px;
    content: '';
    position: absolute;
    top: 0px;
    left: -9px;
}
a:hover, a:active, a:focus, input {
    outline: 0;
}
a:hover {
    color: #fff;
    text-decoration: underline;
}
p {
    width: 100%;
    word-wrap: break-word;
}
img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
h1, h2, h4, h2.title {
    text-transform: uppercase;    
}
h1 {
    margin-top: 0;
    font: 30px 'Helios Condensed';
}
h1, h2, h3, h4, h2.title {
    font-family: 'Helios Condensed';
    line-height: 1.4;
    color: inherit;
    text-rendering: optimizelegibility;  
}
h2, h2.title {
    font: 24px 'Helios Condensed';
}
h2.title {
    text-align: center;
}
h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
h2.h2news {
    display: none;
    margin: 0 0 0 2%;
}
input::-moz-placeholder {
    color: #677280;
}
input::-webkit-input-placeholder {
    color: #677280;
}
hr {
    margin-top: 11px;
    margin-bottom: 0;
    border: none;
    border-bottom: 2px solid #d5d9df;
}
h3 {
    font-size: 18px;
    margin: 15px 0 5px 0;
    clear: both;
    font-weight: 300;
}
.header {
    width: 100%;
    height: 90px;
    background: #29313b;
    /*background: url(data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjMzc0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iIzJmM2I0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzMxM2Q0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzM0NDE1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjQzNTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    /*background: -moz-linear-gradient(top,  #2c3744 0%,  #2f3b49 23%,  #313d4d 50%,  #344151 76%,  #364354 100%);*/
    /*background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  #2c3744),  color-stop(23%,  #2f3b49),  color-stop(50%,  #313d4d),  color-stop(76%,  #344151),  color-stop(100%,  #364354));*/
    /*background: -webkit-linear-gradient(top,  #2c3744 0%,  #2f3b49 23%,  #313d4d 50%,  #344151 76%,  #364354 100%);*/
    /*background: -o-linear-gradient(top,  #2c3744 0%,  #2f3b49 23%,  #313d4d 50%,  #344151 76%,  #364354 100%);*/
    /*background: -ms-linear-gradient(top,  #2c3744 0%,  #2f3b49 23%,  #313d4d 50%,  #344151 76%,  #364354 100%);*/
    /*background: linear-gradient(to bottom,  #2c3744 0%,  #2f3b49 23%,  #313d4d 50%,  #344151 76%,  #364354 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c3744',  endColorstr='#364354', GradientType=0 );*/
    /*border-top: 1px solid #ffffff;*/
    /*border-bottom: 1px solid #ffffff;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.headermain {
	 width: 100%;
}
.headerktrv {
    width: 100%;
    height: 80px;
    background: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left:none;
    border-right: none;
    border-top: none; 
    border-bottom: 2px solid #3C3C3C;
}
.logoktrv {
       float: left;
}
.logoktrv a {
    display: block;
    border: 0;
    height: 73px;
    width: 211px;
    margin: 6px 0;
    background: url(/images/logoktrv-rus.png) no-repeat 0 center;
    background-size: cover;
}
.menuktrv {
    float: right;   
}
.menuktrv ul {
    list-style-type: none !important;
}
.menuktrv ul li  {
    display: inline;
    list-style-type: none !important;
    padding-left: 20px;
}
.menuktrv ul li:before  {    
      background-image: none;    
}
.menuktrv ul li a, .copyr p {
    font-family: Helios Condensed;
    color: #006D78;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}
.menuktrv ul li a:hover {
    text-decoration: underline;    
}
.headerktrv .menuktrv {
    margin-top: 53px;
}

.copyr p {    
    padding: 0;
} 
.footerktrv .menuktrv ul, .copyr p {
    margin: 0;
    line-height: 36px;
}
.copyr {
    float: left;
}
.footerktrv {
    clear: both;
    background-color: #ffffff;
    width: 100%;
    height: 36px;
    color: #ffffff;
    border-left:none;
    border-right: none;
    border-bottom: none; 
    border-top: 2px solid #3C3C3C;
    padding: 0;
    margin: 0;
}
.footer {
    clear: both;
    background-color: #232d39;
    width: 100%;
    height: 145px;
}
.inner a {
    color: #4093cd;
}
.container {
    width: 100%;
    height: auto;
    min-width: 360px;
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
    padding: 0px;
}
.hmenu a:hover {
    text-decoration: none;
}
.hmenu {
    width: 100%;
    height: 60px;
    background: #2f3b49 url("https://gidropribor.ru/netcat_template/template/main/css/images/header/pattern.png");
    box-shadow: 0px 2px 5px 1px #262d37 inset;
    border-top: 1px solid #212730;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
  
.logo {
    float: left;
}
.logo a {
    display: block;
    width: 334px;
    height: 58px;
    /*background: url("images/header/logo.png") no-repeat 0 center;*/
}
.search {
    width: 250px;
    height: 45px;
    float: left;
    position: relative;
}
.top {
    padding-top: 20px;
}
.search form {
    position: relative;
    z-index: 0;
}
.search input {
    margin-top: 8px;
    width: 248px;
    z-index: 0;
    font: 14px 'Helios Condensed';
    font-weight: 300;
    padding: 11px 30px 11px 18px;
    border: 1px solid #252c35;
    color: #677280;
    position: relative;
    border-radius: 25px; 
    -khtml-border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    -icab-border-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    behavior: url("https://gidropribor.ru/netcat_template/template/main/css/PIE.htc");
    behavior: url("https://gidropribor.ru/netcat_template/template/main/css/PIE.php");
}
.search input.after {
    width: auto;
    height: auto;
    position: absolute;
    background: transparent;
    top: 14px;
    right: 14px;
    border: none;
    box-shadow: none;
    padding: 0;
}
.hmenu ul {
    height: 100%;
    line-height: 59px;
    padding: 0px;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
}
#topmenu.fix ul:before {
    /*content:url("images/header/Logo4.jpg");*/
    padding-right: 0;
    margin-right: 0;
    height: 52px;
}
#topmenu.fix ul li.h_sub::after {
    right: -15px;
}
#topmenu.fix ul.sub:before {
    content:none;
}

#topmenu.fix {
	position: fixed;
    top: 0; 
    left:0;
    width: 100%;
    z-index: 1000;
}
.hmenu ul li a, .sub li a {
    font: 14px 'Helios Condensed';
    color: #bac2cc;
    z-index: 2;
    line-height: 18px;
    text-transform: uppercase;
}
.hmenu ul li a {
    font: 15px 'Helios Condensed'}
.sub li a {
    font: 14px 'Helios Condensed'}
.rside {
    float: right;
    margin-top: 2px;
}
.language {
    width: 33px;
    height: 45px;
    float: right;
    margin-left: 25px;
}
.language a {
    position: relative;
    color: #bac2cc;
    font: 16px/40px 'Helios Condensed'}
.language ul.lang {
    margin-top: -7px;
}
ul.lang a {
    display: none;
    line-height: 1;
    font-size: 14px;
}
ul.lang a:after {
    display: none;
}
.language a:hover {
    color: #fff;
}
.language a:after, .hmenu ul li.h_sub:after {
    width: 14px;
    height: 16px;
    background: url("images/small_spr.png") no-repeat top center;
    background-position: -18px 0px;
    content: '';
    position: absolute;
    top: 2px;
    left: 20px;
}
.hmenu ul li.h_sub:after {
    top: 21px;
    right: -18px;
    left: auto;
}
.hmenu ul li.h_sub a.active, .hmenu ul li.act:not(:first-child) a  { 
    color: #fff;
}
.hmenu ul li:last-child:after, .hmenu ul li:nth-child(6):after, .hmenu ul li:nth-child(7):after {
    display: none;
}
.hmenu ul li.enver:nth-child(2):after, .hmenu ul li.enver:nth-child(4):after, .hmenu ul li.enver:nth-child(5):after {
    display: none;
}
.slider-transparent {
    margin: 0;
    width: 100%;
    height: 434px;
}
.wide-container {
    height: 533px;
    width: 100%;
    margin-bottom: 70px;
}
.wide-container ul li {
    padding: 0;
}
.slide-content {
    position: absolute;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    display: table;
    top: 0;
    height: 434px;
}
.slide-content img {
    margin-right: 40px;
    float: left;
    max-width: 230px;
    margin-top: auto;
}
.slide-content .textpart {
    width: 758px;
    overflow: hidden;
}
.slide-content .textpart.withlogo {
    display: table-cell;
    vertical-align: middle;
}
.slide-content .textpart.nologo {
    width: 829px;
    margin-left: -12px;
    margin-top: 80px;
}
.slide-content .container {
    display: table-cell;
    vertical-align: middle;
}
.slide-content .container span {
    display: table-cell;
    vertical-align: middle;
}
.slide-content .container h3 {
    clear: inherit;
    font: 16px 'Russo One';
    color: #335378;
    text-shadow: 0px 1px 3px #6aa4ca;
    margin: 0;
    padding-top: 0;
}
.slide-content .container h2 {
    font: 60px 'Russo One';
    color: #FBFCFD;
    padding-top: 3px;
    position: relative;
    text-shadow: 0px 1px 4px #375870;
    margin: 0;
}
.slide-content .container p, .des p {
    font: 16px/1.55 'Helios Condensed';
    color: #eaf2ff;
    letter-spacing: 0.1px;
    text-align: justify;
}
.slides-navigation {
    position: absolute;
    top: 48.8%;
    left: 50%;
    width: 100%;
    max-width: 1065px;
    min-width: 1065px;
    margin-left: -532px;
    z-index: 40;
}
.slides-navigation a {
    width: 19px;
    height: 35px;
}
.slides-navigation a.prev {
    background: url("images/small_spr.png") no-repeat 0 center;
    background-position: -87px 0px;
    float: left;
}
.slides-navigation a.next {
    background: url("images/small_spr.png") no-repeat 0 center;
    background-position: -104px 0px;
    float: right;
}
.clearfix {
    float: none;
    clear: both;
}
.ulfooter {
    padding: 25px 0 0 40px;
    display: flex;
    justify-content: space-between;
}
.ulfooter li {
    color: #bac2cc;
    font: 12px 'Helios Condensed';
    position: relative;
   
}
.ulfooter li:first-child {
    margin-right: 140px;
}
.ulfooter li:last-child {
    margin-right: 0px;
    text-align: right;
}
.ulfooter li p.addr:after, .ulfooter li p.phone:after, .ulfooter li p.email:after, .ulfooter li p.activica:after {
    width: 30px;
    height: 30px;
    background: url("images/big_spr.png") no-repeat top center;
    background-position: 0px 0px;
    content: '';
    position: absolute;
    top: 10px;
    left: -45px;
}
.ulfooter li p.addr:after{
    width: 36px;
    height: 36px;
}
.ulfooter li p.phone:after {
    width: 30px;
    height: 30px;
    background: url("images/big_spr.png") no-repeat top center;
    background-position: -70px -10px;
}
.ulfooter li p.email:after {
    width: 30px;
    height: 30px;
    background: url("images/big_spr.png") no-repeat top center;
    background-position: -35px -3px;
    top: 32px;
}
.ulfooter li p.activica:after {
    width: 70px;
    height: 20px;
    background: url("images/flogo.png") no-repeat top center;
    background-position: 0px 0px;
    top: 43px;
    left: 168px;
}
.ulfooter li a {
    color: #bac2cc;
    font: 12px 'Helios Condensed';
    font-weight: 300;
    text-decoration: underline;
}
.ulfooter li a:hover {
    color: #fff;
}
.ulfooter li a[name='activica'] {
    text-decoration: none;
}
.fmenu {
    width: 100%;
    background: #f2f5f7;
    padding: 30px 0 0px 0;
}
.fmenu .clearfix {
    padding-bottom: 50px;
}
/* ------ Вариант меню Футера в одну строку
.fmenu .container {
    display: flex;
    justify-content: space-between;
}
.row {
    max-width: 150px;
    min-width: 150px;
    min-height: 70px;
    padding: 0 0 20px 0;
}*/
/* ------ Вариант меню Футера в несколько строк в 5 колонок*/
.fmenu .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.row {
    min-height: 70px;
    padding: 0 0 20px 0;
}
.fmenu .row>a {
    font: 16px 'Helios Condensed';
    color: #4c5968;
    text-transform: uppercase;
}
.fmenu .row ul li>a {
    font-size: 12px;
    font-family: 'Ubuntu-M',  sans-serif;
    font-weight: 400;
    color: #405058;
    display: block;
    line-height: 15px;
}
.sub_fmenu {
    display: none;
}
.fmenu .row>ul {
    margin: 12px 0 0 10px;
}
.fmenu .row ul>li {
    line-height: 1.5;
    position: relative;
    padding: 5px 0 5px 5px;
}
.fmenu .row ul>li:before {
    width: 14px;
    height: 16px;
    background: url("images/small_spr.png") no-repeat top center;
    background-position: -40px 1px;
    content: '';
    position: absolute;
    top: 2px;
}
.partners {
    width: 100%;
    margin-bottom: 40px;
}
.list .cell {
    width: 181px;
    height: 181px;  
    max-width: 181px;
    max-height: 181px;
    border: 1px solid #eee;
    border-top: 1px solid #f6f6f6;
    margin-right: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #ffffff;
    background: url(data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iI2ZkZmRmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmZjZmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fff 1%,  #fdfdfe 74%,  #fbfcfd 100%);
    background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(1%,  #fff),  color-stop(74%,  #fdfdfe),  color-stop(100%,  #fbfcfd));
    background: -webkit-linear-gradient(top,  #fff 1%,  #fdfdfe 74%,  #fbfcfd 100%);
    background: -o-linear-gradient(top,  #fff 1%,  #fdfdfe 74%,  #fbfcfd 100%);
    background: -ms-linear-gradient(top,  #fff 1%,  #fdfdfe 74%,  #fbfcfd 100%);
    background: linear-gradient(to bottom,  #fff 1%,  #fdfdfe 74%,  #fbfcfd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',  endColorstr='#fbfcfd', GradientType=0 );
    box-shadow: 0px 2px 2px -1px #e4e4e4;
}
.list .cell:hover {
    background: #ffffff;
    background: url(data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iI2ZiZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2Y1ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmY1ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fff 1%,  #fbfcfc 29%,  #f5f8f9 75%,  #f2f5f7 100%);
    background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(1%,  #fff),  color-stop(29%,  #fbfcfc),  color-stop(75%,  #f5f8f9),  color-stop(100%,  #f2f5f7));
    background: -webkit-linear-gradient(top,  #fff 1%,  #fbfcfc 29%,  #f5f8f9 75%,  #f2f5f7 100%);
    background: -o-linear-gradient(top,  #fff 1%,  #fbfcfc 29%,  #f5f8f9 75%,  #f2f5f7 100%);
    background: -ms-linear-gradient(top,  #fff 1%,  #fbfcfc 29%,  #f5f8f9 75%,  #f2f5f7 100%);
    background: linear-gradient(to bottom,  #fff 1%,  #fbfcfc 29%,  #f5f8f9 75%,  #f2f5f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',  endColorstr='#f2f5f7', GradientType=0 );
    cursor: pointer;
    text-decoration: none;
}
.list .cell:last-child {
    margin-right: 0px;
}
.icon .color {
    display: none;
    margin: 0 auto;
}
.icon .black {
    margin: 0 auto;
}
.icon {
    text-align: center;
    padding-top: 25px;
}
.info {
    text-align: center;
    width: 176px;
    margin: 0 auto;
    margin-top: -12px;
}
.info p {
    font: 12px 'Helios Condensed';
}
.list {
    display: flex;
    justify-content: space-between;
}
.newslist {
    width: 100%;
    min-height: 170px;
    padding-top: 0px;
}
.newslist .container {
    display: flex;
    justify-content: space-between;
}
.newsblock {
    margin-right: 10px;
}
.newsblock:last-child {
    margin-right: 0px;
}
.newsblock .data p, .newsblock .news p {
    font: 12px/21px 'Helios Condensed';
    font-weight: 300;
    color: #8f8f8f;
    margin-top: 15px;
    margin-bottom: 13px;
}
.newsblock .title {
    width: 225px;
}
.news {
    text-align: justify;
}
.newsblock .title a {
    font: 16px 'Helios Condensed';
    color: #4c5968;
    text-transform: uppercase;
    text-align: left;
}
.slider .slides-navigation {
    top: 44.8%}
.slider .slides-navigation .prev {
    background: url("images/small_spr.png") no-repeat 0 center;
    background-position: -50px 0px;
    float: left;
}
.slider .slides-navigation .next {
    background: url("images/small_spr.png") no-repeat 0 center;
    background-position: -69px 0px;
    float: right;
}
#slides ul li:before {
    background: none;
    content: normal;
}
.slider {
    max-height: 400px;
    height: 260px;
    width: 100%;
    margin-top: 10px;
    background: #fff;
    margin-bottom: 30px;
}
.infopic {
    width: 100%;
    max-width: 440px;
    max-height: 400px;
    overflow: hidden;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
}
.infopic img {
    max-height: 100%}
.infotext {
    width: 455px;
    padding-top: 0px;
    max-height: 400px;
    height: auto;
}
.topic {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.map {
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 50;
}
#cont_map {
    width: 100%;
    height: auto;
    z-index: 1;
    margin: 0;
    padding: 0;
}
/*.res_wind {
    max-height: inherit;
}
.res_wind .topic {
    display: block;
    float: none;
}
.res_wind .infopic {
    width: 100% !important;
    float: none;
    max-width: inherit;
}
.res_wind .infotext {
    height: auto;
    padding-top: 20px;
    width: 100% !important;
    margin-left: 0 !important;
}
.res_wind #slider-1 {
    padding-left: 0 !important;
}
.res_wind .slides-navigation {
    display: none !important;
}*/
#foo3 li {
    width: 945px;
    float: left;
}
.content .text_map {
    position: absolute;
    width: 100%;
    max-width: 400px;
    min-width: 175px;
    height: 130px;
    left: 200px;
    top: 85px;
    text-align: left;
    background-color: #fff;
    padding: 30px;
    z-index: 2;
    color: #4c5968;
}
.content .text_map p {
    font: 14px/1.5 'Helios Condensed';
    font-weight: 300;
    margin: 0;
}
.inner {
    padding-top: 46px;
}
.inner.list {
    padding-top: 58px;
}
.list .xtlist .prewtext .title {
    margin-bottom: 15px;
}
.breadcrumbs {
    position: relative;
    width: auto;
    height: 20px;
    margin-bottom: 14px;
}
.breadcrumbs li {
    float: left;
    margin-right: 25px;
    position: relative;
    padding-left: 0px;
}
.breadcrumbs li:before {
    width: 16px;
    height: 16px;
    background: url("images/small_spr.png") no-repeat top center;
    background-position: -20px -16px;
    content: '';
    position: absolute;
    top: 1px;
    right: -23px;
    left: auto;
}
.breadcrumbs li:last-child:after {
    width: 16px;
    height: 16px;
    background: url("images/small_spr.png") no-repeat top center;
    background-position: 0px -17px;
    content: '';
    position: absolute;
    top: 1px;
    right: -38px;
}
.breadcrumbs li a {
    font: 14px 'Helios Condensed';
    line-height: 20px;
    color: #4093cd;
}
.prewico {
    margin-right: 35px;
    /*padding-bottom: 30px;*/
}
.xtlist {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}
.xtlist:last-child {
    border-bottom: none;
    margin-bottom: 50px;
}
.xtlist .prewico img {
    max-height: 200px;
    max-width: 300px;
}
.xtlist p, .boxrowinfo p {
    font: 14px 'Helios Condensed';
    font-weight: 300;
    line-height: 21px;
}
.xtlist .data p {
    margin-bottom: 8px;
    margin-top: 0px;
    font: 12px 'Helios Condensed';
    font-weight: 300;
    color: #8f8f8f;
}
.xtlist .title a, .xtlist .prewtext .title {
    font: 22px 'Helios Condensed';
    color: #4c5968;
    text-transform: uppercase;
}
.finico {
    float: left;
    margin-right: 50px;
}

.finico img {
    height: auto;
    max-width: 440px;
    margin-bottom: 30px;
}

.box {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 290px;
    z-index: 50;
    background: #fff;
    display:flex;
    justify-content: space-between;
}

.boxrow {
    max-width: 290px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 8px;
}
.boxrow a {
    font: 16px 'Helios Condensed';
    color: #5e6a77;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.boxrow.fixed {
    position: fixed;
    margin-top: 30px;
}
.boxrow.fixed.end {
    position: absolute;
}
.boxrow ul li:before {
    background: none;
}
.boxrow ul li a:hover {
    text-decoration: none;
}
.boxwrap {
    float: left;
    max-width: 921px;
    width: 100%;
    min-width: 310px;
}
.boxwrap.fixed {
    margin-left: 346px;
}
.boxrow li {
    border-bottom: 1px solid #d5d9df;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    padding: 14px 15px 13px 0;
}
.boxrow li a {
    font-weight: normal;
    text-transform: uppercase;
}
.boxrow li a.active, .boxrow li a:hover {
    color: #4093cd;
}
.boxrow li a.active:after {
    width: 14px;
    height: 16px;
    background: url("images/small_spr.png") no-repeat top center;
    background-position: -40px 0px;
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
}
.boxrowinfo {
    margin-bottom: 40px;
    margin-top: 10px;
    z-index: 50;
    background: #fff;
}
.b_wrap.b_hide {
    z-index: 50;
    background: #fff;
}
.boxrowinfo .prewico img {
    width: 55px;
    height: 55px;
}
.boxrowinfo .prewtext p {
    margin-top: 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    margin-bottom: 3px;
}
.boxrowinfo .prewtext {
    height: auto;
    margin-bottom: 15px;
}
.boxrowinfo .xtlist {
    height: auto;
    display: flex;
    margin-top: 20px;
}
.boxrowinfo .xtlist:last-child {
    border: none;
}
.boxrowinfo a {
    color: #4093cd;
    font-size: 14px;
    line-height: 21px;
}
.boxrowinfo .item .title {
    margin-top: 25px;
    margin-bottom: 20px;
    text-align: justify;
}
.boxrowinfo .item .title a {
    text-transform: uppercase; 
}
.boxrowinfo p a, .text_map a, .connews a {
    color: #4093cd;
    font-size: 14px;
}
.boxrowinfo .xtlist .title a {
    font: 17px 'Helios Condensed';
    padding-left: 0;
    text-transform: uppercase;
}
.boxrowinfo .prewico {
    margin-right: 25px;
}
.hmenu ul li ul {
    display: none;
    width: 230px;
    height: auto;
    background: #29313b;
    line-height: 2;
    padding: 20px;
}
.hmenu ul li a:hover, .hmenu ul li a:active {
    color: #fff;
}
.hmenu ul li:hover ul {
    display: block;
    position: absolute;
    top: 72px;
    left: -30px;
    background-color: #2b2b2b;
    z-index: 52;
}
.hmenu ul li:hover ul li {
    line-height: 30px;
}
.hmenu ul li:hover ul li a {
    padding: 6px 20px 8px;
    line-height: 10px;
}
.hmenu ul li:hover ul.sub {
    background: #29313b;
}
.hmenu ul li:hover ul li a:hover {
    color: #fff;
}
ul.sub li:after {
    display: none;
}
ul.sub li, ul.sub li:first-child, ul.sub li:nth-child(6) {
    margin-left: 0px;
    width: 100%;
    line-height: 1;
}
ul.sub:before, #topmenu.fix ul.sub:before {
    width: 100%;
    height: 30px;
    background: url("images/triangle.png") repeat-y;
    content: '';
    position: absolute;
    z-index: 10;
    top: -25px;
    left: 0px;
}
.hmenu ul li:hover ul.sub li a {
    padding: 6px 10px 8px 0px;
}
.hmenu ul li:hover ul.sub li {
    line-height: 18px;
    padding-bottom: 7px;
}
.ad_menu {
    padding: 20px 30px 65px 30px;
    position: absolute;
    z-index: 1;
    right: 0px;
}
.ad_menu li {
    border-bottom: 1px solid #39424d;
    padding: 12px 0;
}
.thide li {
    border-bottom: none;
    padding: 6px 0;
}
.thide li:first-child {
    padding-top: 12px;
}
.thide li a:after {
    display: none;
}
.ad_menu li a {
    position: relative;
    font: 14px 'Helios Condensed';
    padding-left: 15px;
}
.ad_menu li a:after {
    width: 15px;
    height: 15px;
    background: url("images/small_spr.png") no-repeat top center;
    background-position: -35px -16px;
    content: '';
    position: absolute;
    top: 0px;
    left: -4px;
}
.ad_menu li a.after:after {
    background-position: -20px 0px;
}
.ad_menu a {
    color: #a6aeb8;
}
.ad_menu a:hover {
    color: #fff;
}
.ad_menu_button {
    display: none;
    position: absolute;
    background: url("images/menu.png") no-repeat;
    width: 40px;
    right: -2%;
    top: 30px;
    margin-top: 0px;
    height: 40px;
    z-index: 100;
    cursor: pointer;
}
.ad_menu i {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -51px;
}
.ad_menu i a {
    font: 14px 'Helios Condensed';
    color: #687482;
}
.er_page {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
    max-height: 600px;
}
.er_text {
    text-align: center;
    padding: 130px 0;
    z-index: 5;
}
.er_text a {
    text-decoration: underline;
}
.er_text p, .er_text a {
    font: 18px 'Russo One',  'sans-serif';
    color: #9eb0b0;
    width: 500px;
    margin: 0 auto;
    text-transform: uppercase;
}
.er_text p.er_num {
    font: 132.78px 'Russo One',  'sans-serif';
    margin: 0 auto;
    padding: 20px 0;
}
.er_footer.footer {
    height: 67px;
    text-align: center;
}
.er_footer.footer li {
    width: 100%}
.er_footer.footer li p {
    margin: 0;
    font: 12px 'Helios Condensed';
    font-weight: 300;
    color: #566473;
}
.b_block {
    width: 575px;
    float: left;
    margin-bottom: 50px;
}
.link_block li a {
    font: 14px 'Helios Condensed';
    font-weight: 300;
    color: #95a5a6;
}
.link_block li a.active {
    color: #4093cd;
}
.link_block li a.linked {
    color: #4093cd;
    text-decoration: underline;
}
.link_block li a:after {
    position: absolute;
    content: '-';
    width: 5px;
    height: 5px;
    right: 3px;
    top: 0px;
}
.link_block li {
    float: left;
    padding: 0 9px 23px 0;
    position: relative;
}
.link_block li:last-child a:after {
    display: none;
}
.container_wrap {
    position: relative;
    height: 100%;
    width: 100%;
    right: 0;
}
.container_wrap.open-sidebar {
    right: 270px;
}
.main-content {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    background: #fff;
}
.front img {
    width: 100%;
    height: 434px;
}
.back {
    width: 100%;
    height: 434px;
}
.mainslider {
    height: 433px;
    width: 100%;
    margin-bottom: 70px;
    position: relative;
    z-index: 50;
}
.container_wrap.open-sidebar .main-content {
    position: fixed;
}
.container_wrap.open-sidebar .main-content {
    right: 270px;
}
.clearfix {
    float: none;
    clear: both;
}
.list_carousel {
    margin: 0px;
    width: auto;
}
.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.list_carousel li {
    text-align: center;
    width: 1349px;
    min-height: 344px;
    padding: 0;
    display: block;
    float: left;
}
.front .tlide {
    min-height: 240px;
    max-height: 260px;
}
.rightb h3 {
    font: 16px 'Russo One';
    color: #335378;
    text-shadow: 1px 1px 1.1px #7fc1ee,  0 0 1em #6aabdc;
}
.mainslide_unactive h2:after {
    background: none;
    content: attr(data-text);
    position: absolute;
    text-align: center;
    text-shadow: 0px 6px 4px #375870;
    top: 0;
    z-index: -1;
}
.rightb h2 {
    font: 60px 'Russo One';
    color: #FBFCFD;
    padding-top: 3px;
    position: relative;
    text-shadow: 0px 3px 4px #375870;
}
.rightb p {
    font: 16px/1.55 'Helios Condensed';
    color: #eaf2ff;
    letter-spacing: 0.1px;
    text-align: justify;
}
.connews, .boxrow {
    margin-bottom: 40px;
}
.fmenu .row.fm_a {
    display: block;
}
.fmenu .row {
    display: none;
}
.front {
    height: 100%}
.ulfooter li:last-child p {
    line-height: 16px;
}
.ulfooter li:last-child a p {
    margin: 0;
    line-height: 16px;
}
#header nav.main ul.menu li {
    display: none;
}
.inner {
    padding-top: 40px;
}
/*------------Продукция ------------------*/
.prod-torpedo, .prod-mines, .prod-antimines, .prod-gpd, .prod-npa, .prod-grazd, .prod-sopo {
    margin-top: -40px;
    padding-top: 40px;
}
.prod-torpedo h1, .prod-mines h1, .prod-antimines h1, .prod-gpd h1, .prod-npa h1, .prod-grazd h1, .prod-sopo h1 {
    color: #ffffff;
    text-align: center !important;
}
.des p {
    text-align: center !important;
}
.prod-torpedo {
    background: url("images/products/torpedo-full.jpg") no-repeat top center;
}
.prod-mines {
    background: url("images/products/mines-full.jpg") no-repeat top center;
}
.prod-antimines {
    background: url("images/products/antimines-full.jpg") no-repeat top center;
}
.prod-gpd {
    background: url("images/products/gpd-full.jpg") no-repeat top center;
}
.prod-npa {
    background: url("images/products/npa-full.jpg") no-repeat top center;
}
.prod-grazd {
    background: url("https://gidropribor.ru/netcat_template/template/main/css/images/products/grazd-full.jpg") no-repeat top center;
}
.prod-sopo {
    background: url("images/products/sopo-full.jpg") no-repeat top center;
}
.des {
    height: 286px;
    padding-top: 15px;
    margin-bottom: 50px;
}
.pagination {
    text-align: center;
}
/*------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    ::i-block-chrome, .rightb h2 {
    color: #fff;
    background: transparent;
    -webkit-background-clip: auto;
    -webkit-text-fill-color: #fff;
}
}
.wide-container img {
    border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -icab-border-radius: 0px;
}
.res_wind li:before, .ulfooter li:before, .hmenu li:before, .lang li:before, .link_block li:before, .menu li:before {
    display: none;
    padding-left: 0px;
}
.hmenu ul li {
    line-height: 59px;
    padding-left: 0px;
}
.ulfooter li {
    padding-left: 0px;
}
.ulfooter p {
    font-size: 12px;
    color: #bac2cc;
    padding-bottom: 0px;
    line-height: normal;
    margin-top: 0px;
}
.ulfooter li p.addr:after, .ulfooter li p.phone:after, .ulfooter li p.email:after {
    top: 0px;
}
.ulfooter li p.email:after {
    top: 29px;
}

.ulfooter li p.email {
    margin-top: 21px;
}
.pagination em, .pagination span {
    color: #9b9b9b;
    font-style: normal;
    font: 14px/1 'Helios Condensed',  'sans-serif';
    letter-spacing: 0px;
}
.pagination span {
    display: inline;
    color: #4093cd;
}
.formobile {
    display: none;
}
.ie10 .rightb h2, .ie11 .rightb h2 {
    font: 60px 'Russo One';
    background: none;
    color: #ffffff;
}
.image-align-left {
    float: left;
    margin-right: 40px;
}
.connews .fintext ul, .boxrowinfo ul {
    margin-left: 14px;
}
.connews .fintext ul li, .boxrowinfo ul li {
    list-style-type: square;
    position: relative;
    padding-left: 0px;
    line-height:  20px;
    font-size: 17px;
}
.connews .fintext li:before, .boxrowinfo ul li:before {
    background: none;
}
.img-one {
    text-align: center!important;
    max-width: 100%;
}
.img-one-left {
    margin: 20px 0;
}
p.descr-img {
    text-align: center!important;
    margin-bottom: 20px;    
}
.fintext img.lf {
    float:left; 
    min-width: 150px; 
    width: 49%; 
    margin-right: 1%;
}
.fintext img.rg {    
    min-width: 150px; 
    width: 49%;
    margin-left: 1%;
}
.b_table table img {
    margin-bottom: 5px;
    max-width: 100%}
#body_content_title {
    display: none;
}
.map p, .map span {
    margin-top: 0;
    margin-bottom: 0;
    font: inherit;
    line-height: inherit;
}
.map img {
    max-width: inherit;
}
.connews .fintext p, .boxrowinfo p, .connews .fintext span, .boxrowinfo span {
}
p span {
    text-indent: 0px !important;
}
.connews .fintext p img, .boxrowinfo p img, .connews .fintext span img, .boxrowinfo span img {
   
}
.infotext p, .newsblock, .textlist p, .textlist span {
    text-align: justify;
}
.textlist p, .textlist span, .connews ul li span, .boxrowinfo ul li span, .connews .fintext ul li span, .boxrowinfo ul li span, table span {
    text-indent: 0px;
}
.text-align-right {
    text-align: right !important;
}
.text-align-left {
    text-align: left !important;
}
.text-align-center {
    text-align: center !important;
}
.connews .fintext li, .boxrowinfo li, .connews .fintext li, .boxrowinfo li {
    text-align: justify;
    margin-bottom: 10px;
}
/*table a {
    font-size: 11px !important;
}*/
li span {
    display: inline;
}
#slides {
    position: relative;
}
#slides .slides-container {
    display: none;
}
#slides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%
}
#slides .scrollable:after {
    content: "";
    display: table;
    clear: both;
}
.slides-pagination {
    position: absolute;
    z-index: 3;
    bottom: 0;
    text-align: center;
    width: 100%;
    display: none;
}
.slides-pagination a {
    border: 2px solid #222;
    border-radius: 0px;
    width: 10px;
    height: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
    margin: 2px;
    overflow: hidden;
    text-indent: -100%}
.slides-pagination a.current {
    background: #222;
}
.formobile {
    display: none;
}
.InfoGraf {
    min-width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
}
.background_pic {
    width: 100%;
    height: auto;
}
.InfoGraf .accelerationLane {
    margin: 0px 0 0;
    position: relative;
}
.InfoGraf .accelerationLane .p_pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}
.InfoGraf .accelerationLane .p_pic .imgBox {
    display: none;
    position: absolute;
    z-index: 0;
    width: 946px;
    height: 484px;
    left: 50%;
    margin-left: -473px;
}
.InfoGraf .accelerationLane .p_pic .imgBox:first-child {
    display: block;
}
.InfoGraf .step {
    width: 928px;
    height: 444px;
    display: none;
    position: relative;
    left: 50%;
    margin-left: -464px;
    z-index: 3;
}
.InfoGraf .text {
    position: relative;
    z-index: 5;
    top: 0px;
}
.InfoGraf .step.done, .InfoGraf .pic.done {
    position: fixed;
    left: 0;
    margin-top: 0;
}
.InfoGraf .step.fixed, .InfoGraf .p_pic.fixed {
    position: fixed;
}
.InfoGraf .step.done, .InfoGraf .p_pic.done {
    margin-top: 0;
    position: relative;
    top: 0;
}
.InfoGraf .step.done {
    display: none !important;
}
.imgBox img, .p_pic img {
    border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -icab-border-radius: 0px;
}
.InfoGraf .step .text h2 span {
    font: 22px 'Helios Condensed Condensed';
    color: #3f454e;
}
.InfoGraf .step .text h2 {
    margin: 0 !important;
    margin-bottom: 10px;
    padding-top: 25px;
}
.InfoGraf .step .text p span {
    font: 16px 'Helios Condensed Condensed';
    color: #3f454e;
}
.backobject {
    width: 946px;
    height: 484px;
    left: 50%;
    margin-left: -473px;
    position: absolute;
}
.connews.animate {
    margin-bottom: 50px !important;
}
.fd {
    position: fixed;
}
.button_infograf {
    width: 100%;
    height: 30px;
    text-align: center;
}
.p_pic .static {
    width: 100%;
    height: 484px;
    position: absolute;
}
.InfoGraf .accelerationLane .p_pic {
    height: 484px;
    width: 100%;
    z-index: 2;
}
.InfoGraf .backs {
    background: #82cde5;
    width: 100%;
    position: fixed;
    top: 0;
    display: none;
}
.InfoGraf .backsdown {
    background: #000c1f;
    width: 100%;
    position: fixed;
    top: 50%;
    display: none;
    z-index: 1;
}
.fmenu {
    z-index: 0;
}
/********* Таблицы **********/
    .tbl_mob {
        display: none;
    }
table {
    width: 100%;
    text-align: left;
    max-width: 100%;
}
table img {
    margin-bottom: 5px;
    max-width: 100%
}
table, table tr, table td {
    border: 1px solid #bac2cc;
    border-collapse: collapse;
}
table tr td p , table tr td h3 {
    /*text-align: center!important;*/
    text-indent: 0!important;
    margin: 0;
}
table tr td h3 {
    margin: 10px 0 10px 0!important;
}
table tr:first-child td a {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Helios Condensed Condensed';
    line-height: 1.4;
}
table tr td p {
    padding: 3px;
}
table tr td.lft {
    text-align: left;
}
table tr td {
    font: 14px 'Helios Condensed';
    font-weight: 300;
    padding-left: 10px;
}
table td {
    padding: 10px 0;
}
tr:nth-child(2n+1) {
    background: #e8eef1;
}
table tr:first-child {
    background: #29313b;
    font: 14px 'Helios Condensed';
    color: #fff;
}
table tr:first-child td, table tr:first-child td a {
    color: #4c5968;
}
table tr:first-child {
   /*text-align: left;*/
    border-color: #4c5968;
    padding: 0;
    background: #e8eef1;
}
td.zag {
    text-align: left;
}
table tr td.tdzag2 {
    background-color: #00aeef;
    font: 14px 'Helios Condensed';
    color: #4c5968;
    border-color: #4c5968;
    padding: 0;
}
table tr td.first-td p {
    text-align: left!important;
}
/******** Конец Таблицы ***********/
#slides {
    touch-action: pan-y !important;
}
.fin_news .partners, .connews .partners   {
    margin-bottom: 0;
} 
.strphoto {
    float: left;
    margin-right: 20px;
    
}
.strphoto p {
    text-align: center !important;
}
@media screen and (max-width: 1200px) {
    .slides-navigation {
    left: 1%;
    width: 98%;
    min-width: inherit;
    max-width: inherit;
    margin-left: 0px;
}

}

@media screen and (max-width: 1360px){


    .postsview
    {
        width: 800px;
    }

    .logoktrv a
    {
        margin-left: 0px !important;
    }

    .menunpo {

        margin-right: 0px !important;
    }

}



@media screen and (max-width: 1920px){

    .postsview
    {
        width: 100%;
        border-radius:10px; 
    }
   
}


@media screen and (max-width: 1440px){
    
    .logo {
    float: left;
    margin-bottom: -25px;

}
    .postsview
    {
        width: 800px;
    }

    
    .hmenu ul li a {
    font: 13px 'Helios Condensed';
}
    
    .logoktrv a
    {
        margin-left: 0px !important;
    }

    .menunpo {

        margin-right: 0px !important;
    }
}

@media screen and (max-width: 1366px){

    .postsview
    {
        width: 800px;
    }
    
    .logoktrv a
    {
        margin-left: 0px !important;
    }

    .menunpo {

        margin-right: 0px !important;
    }
}

@media only screen and (max-width: 1023px) {


.infopic {
    margin-left: 1%;
}    
.infotext {
    margin-right: 1%;
}   
.content .text_map {
    left: 50px;
}   
}@media only screen and (max-width: 985px) {
.container {
    width: 96%;
}
.connews .partners .container {
    width: 100%;
} 
.fmenu .container {
    flex-wrap: nowrap;
}    
.hmenu ul li:hover ul {
    left: -25px;
}
.infopic {
    margin-left: 3%;
    max-width: 45%;
}
.infotext {
    width: 45%;
    margin-right: 3%;
}
.list .cell {
    width: 19%;
    height: 170px;
}
.icon {
    padding-top: 12px;
}
.info {
    width: auto;
}
.boxrow {
    margin-right: 20px;
}
.hmenu ul li.h_sub:after {
    right: -14px;
}    
    .tbl_dsk {
        display: none;
    }
    .tbl_mob {
        display: block;
        width: 100%;
    }
    .tbl_mob td {
        padding-left: 10px;
        padding-right: 10px;
    }
    .tbl_mob td.td50 {
        width: 50%;
    }
}@media only screen and (max-width: 900px) {
    
  
    
.ulfooter li:nth-child(2) {
    margin-right: 10px;
}
.slide-content img {
    display: none;
}
.slide-content .textpart.withlogo {
    width: 646px;
    padding-left: 78px;
}
.hmenu ul li a, .sub li a {
    font-size: 14px;
}
}@media only screen and (max-width: 860px) {
.ulfooter li:first-child {
    margin-right: 40px;
} 
.hmenu ul li a, .sub li a {
    font-size: 13px;
}
}@media screen and (max-width: 768px) {
    
   
    
    .logo-h1
    {
        font-size: 14px !important;
    }

    .headerktrv
    {
        display: none;
    }
.fmenu {
    display: none;
}   
.footer {
    height: 150px;
}
/*.ulfooter li a[name='activica'] {*/
    /*display: none;*/
/*}     */
.ulfooter {
    flex-wrap: nowrap;
    display: block;
}
.ulfooter li  {
    float: left; 
}
.ulfooter li:nth-child(2) {
    float: right;
    margin-right: 0;
    text-align: right;    
}
.ulfooter li:last-child {
    float: none;
    text-align: center;
    margin-top: 70px;
} 
.menuktrv ul li a, .copyr p {
    font-size: 12px;
}
.menuktrv ul li  {
    padding-left: 10px;
}   
.logo a, .logoktrv a {
    background-size: 270px;
    width: 270px;
} 
.search input {
    width: 150px;
    height: 12px;
}
.search {
    width: auto;
}
.hmenu ul li a, .sub li a {
    font-size: 11px;
}   
.hmenu ul li.h_sub:after {
 display: none;
}
    .rside {
        margin-top: 6px;
    }
    .language {
        margin-left: 10px;
    }
    .language a {
        font-size: 12px;
    }
    language a:after {
        height: 12px;
        top: -2px;
    }
.list {
    flex-wrap: wrap;
    justify-content: center;

}
 .list .cell {
    width: 181px;
    height: 181px;
    margin-bottom: 20px;
     margin-right: 20px;
}  
.newsblock .title {
    width: 190px;
}    
.newsblock .title a {
    font-size: 14px;
}
h2.h2news {
    display: block;
} 

    img.preserve {
        height: 250px; 
    padding-top: 52px;
    }    
    infopic {
        max-width: 40%;
    }  
    .infotext {
        max-width: 50%;
    }  
    h2, h2.title {
        font-size:  18px;
    }  
    h1, .infotext .title a {
    font-size:  24px;
    }
    .slide-content .container p, .des p {
        font-size: 14px;
        line-height: 21px;
    }    
    .slide-content .container h2 {
        font-size: 40px;
    }
    .slide-content .textpart.withlogo, .slide-content .textpart.nologo {
        width: 500px;
        
    }
    .slide-content .textpart.withlogo {
    padding-left: 150px;
    }
    .slide-content .textpart.nologo {      
        padding-left: 75px;
    }
.slider {
   height: 300px;
    }
.infotext .title a {
        padding-bottom: 0;
    }    
    .boxrow {
        margin-right: 20px;
        max-width: 185px;
    }
    .boxrow a {
        font-size: 14px;
        
    }    
}@media screen and (max-width: 730px) {


    .box-mobile
    {
        display: block !important;
    }

    .logo-h1
    {
        font-size: 15px !important;
        margin-top: -60px !important;
    }
    .img-shareholder
    {
        display: none;
    }
    .comp-version
    {
        display: none;
    }

    .slider {
   height: 370px;
    }

    .headerktrv
    {
        display: none;
    }
}@media screen and (max-width: 640px) {

    .box-mobile
    {
        display: block !important;
    }
   

    .logo-h1
    {
        font-size: 15px !important;
        margin-top: -60px !important;
    }

    .img-shareholder
    {
        display: none;
    }
    .comp-version
    {
        display: none;
    }

    .headerktrv
    {
        display: none;
    }

     .hmenu, .rside, .fmenu, .slides-navigation, .InfoGraf, .button_infograf {
    display: none;
}
    .strphoto {
        float: none;
        margin-right: 0;
    }
    
    .strphoto p {
    text-align: left !important;
}

.container {
    min-width: inherit;
    -webkit-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}
.menu_320 {
    display: block;
}    
.ad_menu_button {
    display: block;
}
.ad_menu {
    clear: both;
    background-color: #232d39;
    width: 210px;
}    
.formobile {
    display: block;
}   
.menu_320 {
    height: 1px;
}  
.logoktrv, .menuktrv {
    float: none;
    width: 100%;
}
.headerktrv .menuktrv {
    margin-top: 0;
    display: none;
}  
.logoktrv a {
    margin-bottom: 0;
}
.headerktrv {
    height: 75px;
}    
.menuktrv ul {
    text-align: right;
}
body #menu-mobile {
display: block;
}
.slide-content .container h2 {
    font-size: 30px;
}
.slide-content .container p, .slide-content .container h3 {
    font-size: 14px;
}
.wide-container, .inner {
    padding-top: 0;
} 
/*.headermain {*/
    /*height: 172px;*/
/*}*/
.newslist .container {
    flex-wrap: wrap;
}
.newsblock, .newsblock .title  {
    width: 100%;
    margin: 0;
}
.copyr {
    float: none;
}
.newsblock, .textlist p, .textlist span {
    text-align: left;
}
.list .cell {
    width: 48%;
    height: 170px;
    margin: 1% 1%;
}
.partners {
    margin-bottom: 20px;
}
.connews .partners  {
    margin-bottom: 0;
} 
.menuktrv ul li {
    padding-left: 0;
    padding-right: 20px;
}
.menuktrv ul {
    text-align: left;
}
.footerktrv .menuktrv ul, .copyr p {
    line-height: 26px;
}
.slide-content {
    width: 96%;
    left: 0;
    margin: 0 2%;
}    
.slide-content .textpart.withlogo, .slide-content .textpart.nologo {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
}
.slides img, .wide-container, .slide-content {
    height: 280px;
}
.infopic, .infotext {
    width: 100%;
    margin: 0;
    max-width: 100%;
}
.wide-container, .infopic {
    margin-bottom: 2%;
}
img.preserve {
    height: auto;
    padding: 0;
    margin: 0;        
}
.slider {
    margin: 0;
    max-height: 100%;
    overflow-y: hidden;
    height: 100%;
} 
.topic {
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.prod-torpedo, .prod-mines, .prod-antimines, .prod-gpd, .prod-npa, .prod-grazd, .prod-sopo, .des {
    margin: 0;
    padding: 0;
   
    }
    .des {
        height: 360px;
    }
    .prod-npa .des, .prod-gpd .des {
        height: 325px;
    }
    h1 {
    margin-top: 20px;
    }
    .connews, .boxrow, .boxrowinfo {
        margin-bottom: 20px;
    }
    .content .text_map {
        max-width: 270px;
        padding: 15px;
        top: 110px;
        opacity: 0.8;
    }
    #topmenu.fix {
	display: none;
        
}
    #topmenu.fix ul>li:first-child:before {

    background: none;
    
}
}




@media screen and (max-width: 400px) {
    .logo-h1
    {
        font-size: 15px !important;
        margin-top: -60px !important;
    }

    .ulfooter {
        flex-wrap: wrap;
    } 
    .ulfooter li:nth-child(2) {
        float: left;
        text-align: left;
        margin-top: 15px;
    }
    .footer {
        height: auto;
    }
    .ulfooter li p.email {
        margin: 0;
        padding: 0;
    }
    .ulfooter li p.email::after {
    top: 18px;
}
    .ulfooter {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .ulfooter li {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .ulfooter li:last-child {
        text-align: left;
        margin-top: 125px;
        padding-left: -40px;;
    }
    .ulfooter li p.phone:after, .ulfooter li p.addr:after {
        top: -5px;
    }
    .list .cell {
    max-width: 190px;
    max-height: 190px;

    width: 49%;
    margin: 1% 0%;
}
.list {
    justify-content: space-between;
}
h2.title {
    text-align: left;
}
    .strphoto {
    text-align: center; 
    }
    .strphoto p {
    text-align: center !important;
}
}

@media screen and (max-width: 360px){
.logo-h1 {
    font-size: 13px !important;
    margin-top: -55px !important;
}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),  only screen and (min--moz-device-pixel-ratio: 2),  only screen and (-o-min-device-pixel-ratio: 2 / 1),  only screen and (min-device-pixel-ratio: 2),  only screen and (min-resolution: 192dpi),  only screen and (min-resolution: 2dppx) {

    .footerktrv {
    background: white;
}
}


@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    

}
#header nav>ul>li {
    float: left;
}
#header nav.main ul.menu {
    position: absolute;
    right: 0;
}
ul.menu li {
    position: relative;
}
ul.menu li a {
    display: block;
}
ul.menu li ul {
    position: absolute;
    min-width: 207px;
    opacity: 0;
    visibility: hidden;
}
ul.menu li:hover ul, ul.menu li:focus ul {
    visibility: visible;
    opacity: 1;
    padding-top: 0px;
}
#menu-mobile {
    display: none;
    position: fixed;
    top: 0px;
    right: -250px;
    width: 220px;
    padding: 20px 10px 0px 10px;
    height: 100%;
    background: #2c3744;
    font-size: 13px;
    line-height: 36px;
    color: #aaa;
    z-index: 1000;
}
.menu {
    position: absolute;
    z-index: 5;
    right: 0px;
}
.menu li {
    border-bottom: 1px solid #39424d;
    padding: 10px 0;
    margin-left: 20px;
    margin-right: 20px;
    box-sizing: border-box;
}
.menu li a {
    position: relative;
    font: 14px 'Helios Condensed';
    padding-left: 15px;
}
#menu-mobile ul.menu li ul li a {
    padding-left: 10px;
}
.menu li.dropdown a:after {
    width: 15px;
    height: 15px;
    background: url("images/small_spr.png") no-repeat top center;
    background-position: -35px -16px;
    content: '';
    position: absolute;
    top: 3px;
    left: 10px;
}
.menu li a.dropdown.after:after {
    background-position: -20px 0px;
}
.menu a,  .menu a > span {
    color: #a6aeb8;
    font:  14px 'Helios Condensed';
}
.menu a:hover,  .menu a:hover > span {
    color: #fff;
}
.menu i {
    position: absolute;
    left: 50%;
    margin-left: -51px;
    display: none;
}
/*.open .menu i {*/
    /*display: block;*/
    /*margin-top: 20px;*/
/*}*/
.menu i a {
    font: 14px 'Helios Condensed';
    color: #687482;
}
.menu li ul li {
    border-bottom: none;
    padding: 1px 0 2px 0;
}
.menu li ul li:first-child {
    padding-top: 12px;
}
.menu li ul li a:after {
    display: none;
}
#menu-mobile.open {
    right: 0;
    top: 0px;
    overflow: auto;
}
#menu-mobile .bt-menu {
    position: absolute;
    top: 0;
    left: -66px;
    width: 66px;
    height: 65px;
    background: #2d2d2d;
    text-indent: -23em;
    overflow: hidden;
    cursor: pointer;
}
#menu-mobile ul {
    float: none;
    width: 100%}
#menu-mobile ul.menu li a {
    padding-left: 30px;
    line-height: 1.6;
    text-transform: uppercase;
}
#menu-mobile ul.menu li ul {
    visibility: visible;
    opacity: 1;
    display: none;
    position: static;
    min-width: auto;
}
#menu-mobile ul.menu li.dropdown {
    cursor: pointer;
}
#menu-mobile.open+.container_wrap #header {
    right: 238px;
}
