/*! normalize.css v8.0.11 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

body.n-page {
  min-width: 1240px;
  background: #D8D9D9;
  font-family: 'Proxima Nova Rg', sans-serif;
}

.content {
  position: relative;
  margin-left: 80px;
  padding-top: 65px;
  background: #fff;
  min-height: 200vh;
overflow-x: hidden;
}

.content__sidebar {
  position: fixed;
  z-index: 100;
  width: 80px;
  left: 0;
  top: 65px;
}

.content__main {
  padding: 15px 64px 0 64px;
}

.h1 {
  color: #005F87;
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.zag1 {
  color: #005F87;
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}

.h1__main {
  display: inline-block;
  width: auto;
  position: relative;
}

.h1__lg {
  position: absolute;
  opacity: .9;
  left: 100%;
  margin-left: 20px;
  top: -10px;
  font-size: 100px;
  line-height: 1;
  font-weight: 900;
  color: #b6dae9;
}

.h1__lg sub, .h1__lg sup {
  font-size: 40px;
}

.h1__lg .light {
  font-style: 110px;
  color: #DEEDF3;
}

.h1__btm {
  position: relative;
  z-index: 2;
  /*font-style: italic;*/
  font-weight: normal;
  font-size: 27px;
  color: #2785AF;
}

.text-accent {
  max-width: 1000px;
  margin-top: 20px;
  border-left: 2px solid #005F87;
  padding: 0 0 0 10px;
  font-size: 18px;
  line-height: 1.4;
  color: #005F87;
}

sub, sup {
  font-size: 10px;
}

.section {
  /*padding: 70px 0;*/
}

.section_no-pt {
  /*padding-top: 0;*/
}

.section-title {
  margin-bottom: 30px;
  margin-top: 30px;
  /*margin-left: 340px;*/
  width: 1110px;
  color: #005F87;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
 }

.section-title_dark {
  margin-bottom: 10px;
  color: #4D4D4D;
  text-transform: none;
}

#tab-1 h2 {
  color: #4D4D4D;
}

.container {
  /*margin: 25px auto;*/
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
}

.description {
	color: #005F87; font-family: DinCyLt, sans-serif; font-size: 18px;  
	border-left: 3px solid #005F87; /* ��������� ����� */ 
    margin-left: 20px; /* ������ ����� */
    padding-left: 10px; /* ���������� �� ����� �� ������ */ 
}

.headline {
	color: #005F87; 
	font-family: Proxima Nova Rg, sans-serif; 
	font-size: 50px; 
	font-weight: 700; 
	margin-bottom: 30px; 
	margin-left: 20px;
}

.crumbs {
	margin-left: 20px;
}

.img-full-width {
  margin-top: 20px;
  display: block;
  width: 100%;
  height: auto;
}

.partners-list {
  list-style-type: none;
  margin: -15px -10px 0 -10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partners-list > li {
  padding: 10px;
}

.partners-list > li > div {
  height: 65px;
  padding: 5px;
  border: 1px solid #EBEBEB;
  font-size: 0;
}

.partners-list > li > div::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.partners-list > li > div img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}

.best-products {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.best-products > li {
  width: 20%;
  margin-left: -1px;
}

.best-products > li:first-child {
  margin-left: 0;
}

.best-products a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 200px;
  border: 1px solid #EBEBEB;
  background: #fff;
  color: #DD2A1B;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.best-products a:hover {
  z-index: 2;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
}

.best-products a img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.best-products__text {
  padding: 15px;
}

.img-wrap {
  margin-top: 40px;
}

.img-wrap img {
  display: inline-block;
  max-width: 100%;
}

.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.ic_phone {
  width: 20px;
  height: 20px;
  background-image: url(../img/ic-phone.svg);
}

.ic_email {
  width: 24px;
  height: 16px;
  background-image: url(../img/ic-email.svg);
}

.ic_products {
  margin-bottom: 10px;
  width: 24px;
  height: 24px;
  background-image: url(../img/ic-products.svg);
}

.ic_services {
  width: 24px;
  height: 24px;
  background-image: url(../img/ic-services.svg);
}

.ic_order {
  margin-left: 2px;
  width: 26px;
  height: 26px;
  background-image: url(../img/ic-order.svg);
}

.ic_home {
  width: 12px;
  height: 12px;
  background-image: url(../img/ic-home.svg);
}

.ic_tab-descr {
  width: 34px;
  height: 34px;
  background-image: url(../img/ic-tab-descr.svg);
}

.ic_tab-params {
  width: 34px;
  height: 34px;
  background-image: url(../img/ic-tab-params.svg);
}

.ic_tab-chemistry .tags a

.ic_tab-certificate {
  /*width: 34px;
  height: 34px;*/
  width: 38px;
  height: 30px;
  background-image: url(../img/ic-tab-certificate.svg);
}

.ic_advantage {
  width: 84px;
  height: 84px;
  background-image: url(../img/ic-advantage.svg);
}

.ic_fb {
  height: 24px;
  width: 24px;
  background-image: url(../img/ic-fb.svg);
}

.ic_instagram {
  height: 24px;
  width: 24px;
  background-image: url(../img/ic-instagram.svg);
}

.ic_fb1 {
  height: 24px;
  width: 24px;
  background-image: url(../img/ic-fb1.svg);
}

.ic_instagram1 {
  height: 24px;
  width: 24px;
  background-image: url(../img/ic-instagram1.svg);
}

.ic_linked {
  height: 30px;
  width: 30px;
  background-image: url(../img/ic-linked.svg);
}

.ic_warning {
  width: 110px;
  height: 100px;
  position: relative;
  top: -8px;
  margin-left: 0px;
  background-image: url(../img/ic-warning.svg);
}

.ic_warning2 {
    width: 282px;
    height: 100px;
    position: relative;
    top: -8px;
    margin-left: 0px;
    background-image: url(../img/az.jpg);
}

.ic_warning3 {
    width: 660px;
    height: 100px;
    position: relative;
    top: -8px;
    margin-left: 0px;
    background-image: url(../img/pnd.jpg);
}

.ic_warning4 {
    width: 347px;
    height: 100px;
    position: relative;
    top: -8px;
    margin-left: 0px;
    background-image: url(../img/pp.jpg);
}

.ic_warning5 {
    width: 513px;
    height: 100px;
    position: relative;
    top: -8px;
    margin-left: 0px;
    background-image: url(../img/pvh.jpg);
}

.ic_warning6 {
    width: 638px;
    height: 100px;
    position: relative;
    top: -8px;
    margin-left: 0px;
    background-image: url(../img/pvdf.jpg);
}

.ic_warning7 {
    width: 685px;
    height: 100px;
    position: relative;
    top: -8px;
    margin-left: 0px;
    background-image: url(../img/eht.jpg);
}

.ic_warning8 {
    width: 473px;
    height: 100px;
    position: relative;
    top: -8px;
    margin-left: 0px;
    background-image: url(../img/pfa.jpg);
}

.ic_warning9 {
    width: 222px;
    height: 100px;
    position: relative;
    top: -8px;
    margin-left: 0px;
    background-image: url(../img/h2o.jpg);
}

.ic_warning10 {
    width: 278px;
    height: 100px;
    position: relative;
    top: -8px;
    margin-left: 0px;
    background-image: url(../img/hso.jpg);
}

.ic_warning11 {
    width: 183px;
    height: 100px;
    position: relative;
    top: -8px;
    margin-left: 0px;
    background-image: url(../img/hcl.jpg);
}

.ic_warning12 {
    width: 512px;
    height: 100px;
    position: relative;
    top: -8px;
    margin-left: 0px;
    background-image: url(../img/pvc.jpg);
}

.ic_excel {
  width: 20px;
  height: 20px;
  background-image: url(../img/ic-excel.svg);
}

.ic_3d {
  width: 55px;
  height: 37px;
  background-image: url(../img/ic-3d.png);
}

.n-header {
  position: fixed;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px 15px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #2785AF;
  background: #fff;
}

.n-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.n-header__logo img {
  width: 50px;
  height: auto;
}

.n-header__menu {
  list-style-type: none;
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 0;
}

.n-header__menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
}

.n-header__menu li:hover > ul {
  display: block;
}

.n-header__menu > li {
  display: inline-block;
  font-size: 16px;
  position: relative;
}

.n-header__menu > li > a {
  padding: 0 20px;
  height: 64px;
  line-height: 64px;
  display: inline-block;
  color: #818181;
  text-decoration: none;
  text-transform:uppercase;
}

.n-header__menu > li > a:hover {
  color: #005F87;
}

.n-header__menu > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0 20px 0;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #2785AF;
  border-top-color: #fff;
  white-space: nowrap;
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
}

.n-header__menu > li > ul::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: #fff;
}

.n-header__menu > li > ul > li > a {
  position: relative;
  display: block;
  padding: 8px 30px 8px 35px;
  color: #4D4D4D;
  text-decoration: none;
  text-transform: uppercase;
  font-style: italic;
  font-size: 14px;
}

.n-header__menu > li > ul > li > a:hover {
  color: #005F87;
  text-decoration: underline;
}

.n-header__menu > li > ul > li > a::before {
  content: '+';
  position: absolute;
  left: 20px;
  top: 8px;
  width: 10px;
  text-align: center;
}

.n-header__menu > li > ul > li:hover > a {
  color: #005F87;
}

.n-header__menu > li > ul > li:hover > a::before {
  content: '-';
}

.n-header__menu > li > ul > li > ul {
  position: absolute;
  padding: 10px 0 20px 0;
  right: 0;
  top: 0;
  min-height: 100%;
}

.n-header__menu > li > ul > li > ul::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 20px;
  width: 1px;
  background: #2785AF;
}

.n-header__menu > li > ul > li > ul > li > a {
  display: block;
  padding: 5px 35px 5px 30px;
  color: #4D4D4D;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.n-header__menu > li > ul > li > ul > li > a:hover {
  color: #005F87;
  text-decoration: underline;
}

/*.n-header__right {
  padding-right: 35px;
  font-size: 0;
}

.n-header__btn_phone {
  float:right;  
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  border: 1px solid #2785AF;
  color: #4D4D4D;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.n-header__btn_phone:hover {
  color: #2785AF;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 25px -8px #005F87;
          box-shadow: 0 5px 25px -8px #005F87;
}

.n-header__btn_phone:active {
  -webkit-transition: all .1s;
  transition: all .1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 0 0 0 #005F87;
          box-shadow: 0 0 0 0 #005F87;
}

.n-header__btn_phone .ic {
  margin-right: 10px;
}

.n-header__btn_email {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  border: 1px solid #2785AF;
  color: #4D4D4D;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.n-header__btn_email:hover {
  color: #2785AF;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 25px -8px #005F87;
          box-shadow: 0 5px 25px -8px #005F87;
}

.n-header__btn_email:active {
  -webkit-transition: all .1s;
  transition: all .1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 0 0 0 #005F87;
          box-shadow: 0 0 0 0 #005F87;
}

.n-header__btn_email .ic {
  margin-right: 10px;
}*/

.s-nav {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  font-size: 0;
}

.s-nav-search {
  position: relative;
  width: 100%;
}

.search-btn {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 40px;
  background: #2785AF;
  border: none;
  cursor: pointer;
}

.search-btn__ic-1 {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background: url(../img/ic-search.svg) center no-repeat;
  background-size: 100%;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.search-btn__ic-2 {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  background: url(../img/ic-close.svg) center no-repeat;
  background-size: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-100%) scale(0);
          transform: translateX(-100%) scale(0);
  -webkit-transition: all .25s;
  transition: all .25s;
}

.active .search-btn__ic-1 {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(100%) scale(0);
          transform: translateX(100%) scale(0);
}

.active .search-btn__ic-2 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
}

.search-form {
  position: absolute;
  left: 100%;
  top: 0;
  height: 40px;
  font-size: 0;
  overflow: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  visibility: hidden;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  will-change: transform;
}

.search-form__content {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-form__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 40px;
  border: none;
  padding: 0 15px;
  border: none;
  background: #4D4D4D;
  color: #fff;
  font-size: 16px;
}

.search-form__input::-webkit-input-placeholder {
  color: #818181;
}

.search-form__input:-ms-input-placeholder {
  color: #818181;
}

.search-form__input::-ms-input-placeholder {
  color: #818181;
}

.search-form__input::placeholder {
  color: #818181;
}

.search-form__submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  height: 40px;
  background: #2785AF;
  border: none;
  cursor: pointer;
}

.search-form__submit::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/ic-search.svg) center no-repeat;
  background-size: 100%;
}

.active .search-form {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 2px 2px 10px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px -5px rgba(0, 0, 0, 0.2);
}

.s-nav-menu-btn {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 80px;
  background: #4D4D4D;
  border: none;
  cursor: pointer;
}

.s-nav-menu-btn__ic {
  display: inline-block;
}

.s-nav-menu-btn__ic span {
  display: block;
  width: 32px;
  height: 1px;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.s-nav-menu-btn__ic span:not(:first-child) {
  margin-top: 8px;
}

.s-nav-menu-btn.active .s-nav-menu-btn__ic span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate3d(5px, 6px, 0);
          transform: rotate(45deg) translate3d(5px, 6px, 0);
}

.s-nav-menu-btn.active .s-nav-menu-btn__ic span:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden;
}

.s-nav-menu-btn.active .s-nav-menu-btn__ic span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate3d(7px, -7px, 0);
          transform: rotate(-45deg) translate3d(7px, -7px, 0);
}

.s-nav-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.s-nav-menu > li {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #fff;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: rotateY(90deg) translateY(10px);
          transform: rotateY(90deg) translateY(10px);
}

.s-nav-menu > li:nth-child(2) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.s-nav-menu > li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.s-nav-menu > li:nth-child(4) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.s-nav-menu > li:nth-child(5) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.s-nav-menu > li:not(:first-child) {
  margin-top: -1px;
}

.s-nav-menu.active > li {
  opacity: 1;
  -webkit-transform: rotateY(0) translateY(0);
          transform: rotateY(0) translateY(0);
}

.menu-btn {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 80px;
  background: #fff;
  border: 1px solid #D8D9D9;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #4D4D4D;
}

.menu-btn .ic {
  margin-bottom: 7px;
}

.menu-btn::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.menu-btn:hover::after, .menu-btn.active::after {
  visibility: hidden;
  opacity: 0;
}

.punkt-block {position:relative;}
.punkt-block .galochka {position: absolute;width: 30px;height: 24px;top: 4px;right: 0;padding:6px 9px;text-align: center;cursor: pointer;z-index: 9999;}
.punkt-block .galochka i {display:block;width: 10px;height: 10px;top:0;right: 0;cursor: pointer;border-right: 1px solid #515151;border-top: 1px solid #515151;transform: rotate(45deg);transform: rotate(45deg);transition:all 0.3s ease-in 0s;-moz-transition:all 0.3s ease-in 0s;-webkit-transition:all 0.3s ease-in 0s;}
.punkt-block.menu-opened .galochka i {transform: rotate(135deg);}


.s-nav-submenu {
  position: absolute;
  /* top: -120px; */
  top: 0;
  width: 380px;
  left: 100%;
  padding: 20px;
  background: #F5F5F6;
  font-size: 14px;
  -webkit-transform: translateY(-500px);
          transform: translateY(-500px);
  -webkit-transition: all .3s;
  transition: all .3s;
  visibility: hidden;
  -webkit-box-shadow: 2px 2px 50px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 50px -5px rgba(0, 0, 0, 0.3);
  will-change: transform;
  opacity: 0;
}
.s-nav-menu > li > .s-nav-submenu {max-height: 460px;overflow-y: scroll;}

.s-nav-submenu__title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #4D4D4D;
  text-transform: uppercase;
}

.s-nav-submenu__title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 111px;
  height: 2px;
  background: #2785AF;
}

.s-nav-submenu__list {
  list-style-type: none;
  margin: 15px 0 0 0;
  padding: 0;
}

.s-nav-submenu__list > li > a, .s-nav-submenu__list > li > div > a {
  display: block;
  padding: 5px 30px 5px 0;
  font-size: 15px;
  color: #005F87;
  font-weight: 100;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Proxima Nova Rg, sans-serif;
}

.s-nav-submenu__list > li > a:hover, .s-nav-submenu__list > li > div > a:hover {
  text-decoration: underline;
}

.s-nav-submenu__list > li > ul {
  list-style-type: none;
  margin: 0;
  padding: 5px 0 15px 0;
  display: none;
}

.s-nav-submenu__list > li > ul a {
  display: block;
  padding: 4px 0;
  color: #4D4D4D;
  text-decoration: none;
}

.s-nav-submenu__list > li > ul a:hover {
  color: #005F87;
  text-decoration: underline;
}

.s-nav-submenu__list li.active > ul {
  display: block;
}

.menu-btn.active + .s-nav-submenu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.breadcrumbs {
  list-style-type: none;
  margin: 0 0 20px 0;

  padding: 0;
  font-size: 13px;
  color: #C3C4C4;
}

.breadcrumbs > li {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs > li:not(:first-child) {
  margin-left: 5px;
}

.breadcrumbs a {
  color: #4D4D4D;
  opacity: .4;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.breadcrumbs a:hover {
  opacity: 1;
}

.breadcrumbs a .ic {
  margin-top: -4px;
}

.card {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__gallery {
  padding-right: 20px;
}

.card__description {
  min-width: 380px;
  padding-left: 20px;
}

.card__description .text-accent {
  margin-top: 0;
}

.card-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-gallery__nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 90px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  text-align: center;
  font-size: 0;
}

.card-gallery__nav > div > div {
  height: 90px;
  /*border: 1px solid #C3C4C4; */
  -webkit-transition: all .3s;
  transition: all .3s;
}

.card-gallery__nav > div > div.active {
  border-color: #005F87;
}

.card-gallery__nav> div > div:not(:first-child) {
 /* margin-top: -15px;*/
}

.card-gallery__nav > div > div::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.card-gallery__nav > div > div .thumbnail-box {display: inline-block;float: left;border: solid 1px #005f87;width: 90px;height: 90px;text-align: center;}

.card-gallery__nav > div > div img {
  display: inline-block;
  vertical-align: middle;
 /* max-width: 100%;
  max-height: 100%;*/
	max-width: 90px;
    max-height: 90px;
    padding: 5px;  
}
/*.card-gallery__nav > div > div.active {
  border-color: #005F87;
}
.card-gallery__nav > div > div::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
} */
#carouselhAuto1.card-gallery__nav > div {
  height: 90px;
  border: 1px solid #C3C4C4;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#carouselhAuto1.card-gallery__nav > div.active {
  border-color: #005F87;
}

#carouselhAuto1.card-gallery__nav > div:not(:first-child) {
  margin-top: 15px;
}

#carouselhAuto1.card-gallery__nav > div::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#carouselhAuto1.card-gallery__nav > div img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.card-gallery__content {
  list-style-type: none;
  margin: 0 0 0 25px;
  padding: 0;
  border: 1px solid #005F87;
  height: 300px;
  width: 400px;
  text-align: center;
  font-size: 0;
  position: relative;
}

.card-gallery__content > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  /*visibility: hidden; */
  opacity: 0;
}

.card-gallery__content > div::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.card-gallery__content > div img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.card-gallery__content >div.object {
  position: relative;
  min-width: 100%;
  min-height: 100%;
}

.card-gallery__content > div.object::before {
  display: none;
}

.card-gallery__content > div.object > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: move;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.card-gallery__content > div.object > div canvas {
  width: 100% !important;
  height: 100% !important;
  background: #fff !important;
}

.card-gallery__content > div.object.loaded > div.jkp {
  opacity: 1;
  z-index: 2;
}

/*.card-gallery__content > li.object.loaded .loader {
  opacity: 0;
}*/

.card-gallery__content > div.thumbnail-active {
  z-index: 2;
  opacity: 1;
  /* visibility: visible; */
}

.parameters-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  max-width: 400px;
}

.parameters-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.parameters-list > li::before {
  content: '';
  display: inline-block;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: url(../img/ic-advantage.svg) center no-repeat;
  background-size: 100%;
}

.parameters-list > li:not(:first-child) {
  margin-top: 30px;
}

.loader {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.loader__text {
  display: block;
  margin-top: 5px;
}

.loader-2 {
  display: block;
  margin: auto;
  width: 28px;
  height: 28px;
  border: 3px solid #005F87;
  border-radius: 50%;
  border-left-color: transparent;
  -webkit-animation: loader-2-1 1s linear infinite;
  animation: loader-2-1 1s linear infinite;
}

@-webkit-keyframes loader-2-1 {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes loader-2-1 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.parameters {
  color: #4D4D4D;
  font-size: 14px;
}

.parameters__title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.parameters__list {
  list-style-type: none;
  margin: 3px 0 0 0;
  padding: 0;
  border: 1px;
}

.parameters__list li {
  padding: 7px 0;
  line-height: 1.6;
  /*border-top: 1px solid #EBEBEB;*/
  border-top:1px solid #005f87;
}

.parameters__list li:first-child {
  border: none;
}

.parameters__list li:last-child {
  padding-bottom: 0 ;
}

.parameters__list li strong {
  font-size: 18px;
}

.parameters__list li img {
  margin-left: 10px;
  vertical-align: middle;
}

.tags {
  list-style-type: none;
  margin: 40px -7px 0 -7px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tags > li {
  padding: 5px 7px;
}

.tags a {
  display: block;
  height: 35px;
  padding: 0 15px;
  line-height: 35px;
  color: #2785AF;
  text-decoration: none;
  border: 1px solid #C3C4C4;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.tags a.active, .tags a:hover, .tags a:active {
  border-color: #2785AF;
  color: #fff;
  background: #2785AF;
}

.tabs {
  margin: 60px -20px 0 -20px;
  padding: 0 20px;
  background: #EBEBEB;
}

.tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tabs ul a {
  display: block;
  height: 50px;
  padding: 0 15px;
  line-height: 50px;
  color: #315f84;
  text-decoration: none;
  font-size: 17px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: .8;
}

.tabs ul a.active {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.tabs ul a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.tabs ul a .ic {
  margin-right: 8px;
}

.tabs-content {
  list-style-type: none;
  /*margin: 30px 0 0 0;*/
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
}

.tabs-content > li {
  display: none;
}

.tabs-content ol {
  list-style: decimal;
  padding: 5px 0 15px 30px;
}

.tabs-content ul {
   list-style: disc;
  padding: 5px 0 15px 30px;
}

.tabs-content > li.active {
  display: block;
}

.products-list {
  list-style-type: none;
  margin: 20px -20px 0 -20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products-list > li {
  width: 33.33%;
  padding: 20px;
}

.product-card {
  position: relative;
  display: block;
  text-align: center;
}

.product-card img {
  max-width: 100%;
  max-height: 250px;
}

.product-card__text {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -129px;
  margin-top: -40px;
  width: 267px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.block-1 {
  margin: 0 -20px;
  margin-bottom: 20px;
  margin-top: 20px;
  /*margin: 250px -20px 0 -20px;*/
  background: #000 url(../img/block-1.png) center no-repeat;
  background-size: cover;
  color: #fff;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    height: 350px;
}

.block-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block-1__left {
  padding-right: 80px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
  max-width: 800px;
  padding: 40px;
  height: 350px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.block-1__left p {
  margin: 20px 0 0 0;
}

.block-1__left p:first-child {
  margin-top: 0;
}

.block-1__right {
  font-size: 100px;
  line-height: 1;
  font-weight: bold;
  padding: 20px 0 0 0;
}

.block-2 {
  margin: 0 -20px;
  margin-bottom: 20px;
  position: relative;
}

.block-2__bg {
  position: absolute;
  right: 0;
  top: 70px;
  bottom: 70px;
}

.block-2__bg img {
  height: 123%;
  width: auto;
}

.advantages {
  list-style-type: none;
  margin: 0 -20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.advantages > li {
  margin-top: 10px;
  width: 25%;
  padding: 20px;
  text-align: center;
}

.advantages__text {
  max-width: 200px;
  margin: 15px auto 0;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.3;
  /*font-weight: 600;*/
}

.block-3 {
  margin: 0 -20px;
  background: url(../img/block-3.png) center no-repeat;
  background-size: cover;
  /*background-size: 1823px;*/
  margin-bottom: -19px;
}

.block-3 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.red-box {
  width: 360px;
  padding: 35px 30px;
  /*background: #AE1E11;*/
  color: #fff;
  font-size: 18px;
  margin-left: -106px;
}

.red-box::after {
  content: '';
  display: block;
  clear: both;
}

.red-box .img {
  margin-top: 20px;
  text-align: right;
}

.work-steps {
  list-style-type: none;
  margin: 0 -20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.work-steps > li {
  width: 25%;
  padding: 20px;
  text-align: center;
}

.work-steps > li img {
  display: inline-block;
  opacity: .8;
  height: 150px;
  width: auto;
}

.work-steps__text {
    margin-top: 6px;
    font-size: 18px;
    line-height: 1.4;
    text-transform: uppercase;
}

.work-steps__text span {
  text-transform: none;
}

.footer {
  background: #005F87;
  color: #fff;
  padding: 30px 0;
  font-size: 14px;
  line-height: 1.5;
}

.footer-wrap {
  margin-left: 80px;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer__row {
  margin: 0 -55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__col {
  padding: 0 20px;
}

.footer__logo img {
  width: 160px;
}

.footer__contacts {
  margin-top: 15px;
}

.footer__contacts a {
  display: inline-block;
  margin-bottom: 5px;
}

.footer__callback {
  margin-top: 15px;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.footer__callback:hover {
  background: #2785AF;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
}

.footer__adress {
  margin-top: 15px;
}

.footer__adress a {
  color: #2daee6;
  font-size: 13px;
}

.footer__adress a:hover {
  color: #fff;
}

.footer__menu-title {
  font-size: 14px;
  border-bottom: 1px solid #fff;
}

.footer__menu {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
}

.footer__menu li {
  padding: 1px 0;
}

.footer__menu-mt {
  margin-top: 15px;
}

.footer__menu-mtlg {
  margin-top: 25px;
}

.footer__menu a:hover {
  text-decoration: underline;
}

.footer__social {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 0;
}

.footer__social > li {
  display: inline-block;
  vertical-align: middle;
}

.footer__social > li:not(:first-child) {
  margin-left: 7px;
}

.footer__flex {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery {
  margin: 0 -20px;
  background: #D8D9D9;
}

.gallery__slide a {
  display: block;
  width: 100%;
  height: 20vw;
  max-height: 300px;
}

.gallery .swiper-button-prev, .gallery .swiper-button-next {
  height: 100%;
  width: 50px;
  top: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.7);
  background-size: 90px 50px;
}

.gallery .swiper-button-prev {
  left: 0;
  background-image: url(../img/swiper-prev.svg);
}

.gallery .swiper-button-next {
  right: 0;
  background-image: url(../img/swiper-next.svg);
}

.gallery .swiper-button-next.swiper-button-disabled, .gallery .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.text-section {
  padding: 120px 0;
  margin: 0 -20px;
  background-color: #000;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: right;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.text-section__content {
  display: inline-block;
  max-width: 800px;
}

.lg-gallery {
  margin-top: 40px;
  margin: 0 auto;
}

.lg-gallery__img {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
/*  border: 3px solid #2785AF;*/
}

.lg-gallery__img > li {
  display: none;
}

.lg-gallery__img > li.active {
  display: block;
}

.lg-gallery__img > li img {
  max-width: 100%;
}

.lg-gallery__nav {
  list-style-type: none;
  /*margin: -85px;*/
  padding: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lg-gallery__nav > li {
  width: 170px;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 1px;
  text-align: center;
  border: 2px solid #2785AF;
  background: #2785AF;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.lg-gallery__nav > li.active {
  background: #fff;
  color: #005F87;
}

.popup {
  width: 280px;
  text-align: center;
}

.popup-title {
  font-size: 28px;
  font-weight: bold;
}

.popup-subtitle {
  margin-top: 10px;
}

.popup-form {
  margin-top: 20px;
}

.popup-form .textfield {
  margin-bottom: 5px;
}

.popup-form .btn-blue {
  margin-top: 10px;
}
.textfield2 {
  resize:none;
  text-align: left;
  display: inline-block;
  width: 100%;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.textfield2:focus {
  border-color: #005f87;
  -webkit-box-shadow: 0 2px 10px 0 rgba(39, 133, 175, 0.5);
          box-shadow: 0 2px 10px 0 rgba(39, 133, 175, 0.5);
}
.textfield2::-webkit-input-placeholder {
  text-align:left;
}

.textfield2::-moz-placeholder {  /* Firefox 19+ */
  text-align:left;  
}

.textfield2:-ms-input-placeholder {  
  text-align:left; 
}

.textfield {
  display: inline-block;
  width: 100%;
  height: 40px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.textfield:focus {
  border-color: #005F87;
  -webkit-box-shadow: 0 2px 10px 0 rgba(39, 133, 175, 0.5);
          box-shadow: 0 2px 10px 0 rgba(39, 133, 175, 0.5);
}

.file {
 font-size: 12px;
 float: left;
}
.btn-blue {
  display: inline-block;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background: #005F87;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  -webkit-box-shadow: 0 2px 10px 0 rgba(39, 133, 175, 0.5);
          box-shadow: 0 2px 10px 0 rgba(39, 133, 175, 0.5);
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn-blue:hover {
  background: #2785AF;
}

.parameters-table {
  margin-top: 20px;
  /*overflow-x: scroll;*/
  max-width: 100%;
}

.parameters-table table {
    width: 100%;
    border-collapse: collapse;
	table-layout: fixed;
	font-size:12px;
}
.parameters-table table tr:first-child{text-align:center; color:#2785AF;}

.parameters-table table th, .parameters-table table td {
  padding: 10px;
  border: 1px solid #C3C4C4 !important;
  vertical-align: middle;
  text-align:center;
  font-size:12px;
}

.parameters-table table th {
  color: #2785AF;
  /*white-space: nowrap;*/
  text-align:center;
}

.parameters-table table tr.collapse {
  display: none;
}

.parameters-table.active table tr.collapse {
  display: table-row;
}

.parameters-table table.type-2 td:not(:first-child) {
  text-align: center !important;
}

.parameters-table table.type-2 tr:nth-child(even) td {
  background: #F2F2F2 !important;
  text-align: center !important;
}

.parameters-table__btn {
  -webkit-box-shadow: 0 -5px 20px 5px white !important;
          box-shadow: 0 -5px 20px 5px white !important;
  text-align: center;
}

.parameters-table__btn a {
  margin-top: 10px;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  background: #005F87;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.parameters-table__btn a:hover {
  background: #2785AF;
  color: #fff;
  text-decoration: none;
}

.parameters-table__btn a .ic {
  margin-left: 5px;
  vertical-align: middle;
}

.parameters-table.active .parameters-table__btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.parameters-table__collapse {
  padding: 10px;
  border: none;
  background: none;
  cursor: pointer;
}

.parameters-table__collapse:hover {
  color: #2785AF;
}

.parameters-table__collapse:hover span {
  border-color: #2785AF;
}

.parameters-table__collapse::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 14px;
  height: 10px;
  background: url(../img/down-arrow.svg) center no-repeat;
  background-size: 100%;
}

.parameters-table__collapse.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.parameters-table__collapse span {
  display: none;
  border-bottom: 1px dashed #333;
}

.parameters-table__collapse span:first-child {
  display: inline-block;
}

.parameters-table__collapse.active span {
  display: inline-block;
}

.parameters-table__collapse.active span:first-child {
  display: none;
}

.category-thumb {
  display: block;
  overflow: hidden;
  position: relative;
}

.category-thumb__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all .5s;
  transition: all .5s;
  will-change: transform;
}

.category-thumb:hover .category-thumb__bg {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.category-thumb__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  will-change: transform, opacity;
}

.category-thumb:hover .category-thumb__content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.category-thumb__title {
  display: block;
  color: #fff;
  padding: 15px 20px;
  font-size: 30px;
}

.category-thumb__parameters {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.8);
  color: #005F87;
}

.category-thumb__parameters li:not(:first-child) {
  margin-top: 5px;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url("../fonts/ProximaNova-LightIt.woff2") format("woff2"), url("../fonts/ProximaNova-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

    .ic_advantage {
        width: 84px;
        height: 84px;
        background-image: url(/images/ic-advantage.svg);
    }

    .ic_advantage-1 {
        width: 95px;
        height: 85px;
        background-image: url(/images/ic-advantage-1.svg);
    }
    .ic_advantage-2 {
        width: 95px;
        height: 85px;
        background-image: url(/images/ic-advantage-2.svg);
    }
    .ic_advantage-3 {
        width: 95px;
        height: 85px;
        background-image: url(/images/ic-advantage-3.svg);
    }
    .ic_advantage-4 {
        width: 95px;
        height: 85px;
        background-image: url(/images/ic-advantage-4.svg);
    }
    .ic_advantage-5 {
        width: 95px;
        height: 85px;
        background-image: url(/images/ic-advantage-5.svg);
    }
    .ic_advantage-6 {
        width: 95px;
        height: 85px;
        background-image: url(/images/ic-advantage-6.svg);
    }
    .ic_advantage-7 {
        width: 95px;
        height: 85px;
        background-image: url(/images/ic-advantage-7.svg);
    }
    .ic_advantage-8 {
        width: 85px;
        height: 85px;
        background-image: url(/images/ic-advantage-8.svg);
    }
    .ic_advantage-9 {
        width: 85px;
        height: 85px;
        background-image: url(/images/lamp.svg);
    }
    .ic_advantage-10 {
        width: 85px;
        height: 85px;
        background-image: url(/images/temp.svg);
    }
    .ic_advantage-11 {
        width: 85px;
        height: 85px;
        background-image: url(/images/fire.svg);
    }
    .ic_advantage-12 {
        width: 85px;
        height: 85px;
        background-image: url(/images/ic-advantage-9.svg);
    }
    .ic_advantage-13 {
        width: 85px;
        height: 85px;
        background-image: url(/images/ic-advantage-10.svg);
    }
    .ic_advantage-14 {
        width: 85px;
        height: 85px;
        background-image: url(/images/ic-advantage-11.svg);
    }
    .ic_advantage-15 {
        width: 85px;
        height: 85px;
        background-image: url(/images/ic-advantage-12.svg);
    }

    .img254 {
        width: 100px;
        margin-right: 48px;
        margin-top: 19px;
    }

    .img256 {
    
    }

    .adm117 {
          top: 39px;
    }

    .adm118 {
          top: 102px;
    }

    .ft_ar a {
      color: #2daee6;
      font-size: 13px;
    }

    .ft_ar a:hover {
       color: white;
     }

    .thjk {
      display: none;
    }

    .parameters-table__btn a {
      cursor: pointer;
    }

    .up_arrow {

    }

    .btn-to-top {
        display: none;
        position: fixed;
        right: 15px;
        bottom: 15px;
        width: 40px;
        height: 40px;
        padding: 0;
        font-size: 0;
        background: #005F87;
        border: 1px solid #AEAFB0;
        cursor: pointer;
        outline: none;
    }

    .btn-to-top.active {
        display: block;
    }

    .btn-to-top svg {
        display: inline-block;
        width: 12px;
        height: 20px;
    }

    .bg1655 {
        width: 37px;
        margin-right: 9px;
        float: left;
    }

    .gzvj {
      float: left;
    }

    .z789 {
          display: inline-block;
    }

    .zbn td {

    }

    .zbn table {

    }

    .s-nav-submenu__list >li:hover >ul {
     /* display: block;*/
    }

    .aa1 {
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
        width: 100%;
        list-style: none;
    }

    .aa2 {
        float: left;
        width: 25%;
    }

    .athj {
            max-width: 100%;
    }

	/*������������ �������� CSS*/
.jscarousel-vertical{                       /* ������ � ������ ������� ��� ������� */
	width: 140px;
	height: 360px;
	/*background-color: #121212;
	border: solid 1px #7A7677;*/
	margin: 0;
	padding: 0;
	position: relative;
	top: -38px;
	overflow: hidden;}
.jscarousel-contents-vertical{              /* ������ � ������ ������� ��� ������ */
	overflow: hidden;
	width: 140px;
	height: 290px;}
.jscarousel-contents-vertical > div > div{  /* ������ � ������ ������� ��� �������� */
	/*width: 140px;
	height: 106px;*/
    width: 90px;
    height: 95px;	
	/*margin: 8px;*/
	margin-left: 0;
	margin-left: 21px;}
.jscarousel-contents-vertical img{          /* ������ � ������ �������� */
	/*width: 90px;
	height: 90px;
	border: solid 1px #005f87;*/} 
.jscarousel-contents-vertical i {          /* ������ � ������ �������� */
	height: 90px;
	width: 90px;
	border: solid 1px #005f87;} 
.jscarousel-vertical-back, .jscarousel-vertical-forward{
	width: 100%;
	height: 22px;
/*	background-color: #121212;*/
	color: White;
/*	position: relative;*/
	cursor: pointer;
	margin: 15px 0 0 0;
	z-index:100;}
.jscarousel-vertical-back{
	background-image: url(../img/icon-up.png);
	background-repeat: no-repeat;
	background-position: bottom;}
.jscarousel-vertical-forward{
	background-image: url(../img/icon-down.png);
	background-repeat: no-repeat;
	background-position: bottom;}
.jscarousel-contents-vertical > div {
	position: absolute;
	top: 40px;
	width: 100%;
	height: 290px;
	overflow: hidden;}
.jscarousel-contents-vertical > div > div span{
	display: block;
	width: 70%;
	text-align: center;}
/*������������ �������� CSS*/

/*�����*/
.hidden{	display: none;    }
.visible{	display: block; max-height: 280px;}
.thumbnail-active{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;}
.thumbnail-inactive{
	filter: alpha(opacity=90);
	opacity: 0.9;
	cursor: pointer;}
.thumbnail-text{
	color: #E0E0E0;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;}
.thumbnail-text a{
	color: #E0E0E0; text-decoration: none;}
.thumbnail-text a:hover{
	color: #fff;}
/*# sourceMappingURL=style.css.map */

    .sk47 {
        width: 281px;
        margin-top: 6px;
        font-family: 'Proxima Nova Rg', sans-serif;
    }

    .sk48 {
    text-align: center;
    border: 1px solid #005F87;
    padding: 11px 20px;
    font-size: 15px;
    line-height: 18px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}
    

    .sk49 {
          float: left;
      margin-left: 32px;
      margin-top: 1px;
    }

    .sk50 {
    background: #FFFFFF;
    border: 1px solid #C3C4C4;
    display: none;
    margin-top: -5px;
    position: absolute;
    width: 281px;
    }

    .sk51 {
          margin-left: 13px;
    display: block;
    color: #4D4D4D;
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
    margin-top: 9px;
    margin-bottom: 9px;
    }

    .sk51:hover {
      color: #2785AF;
    }
    .sk47:hover .sk50 {
      display: block;
    }

    .sk60 {
      float: left;
    margin-left: 6px; 
    }

    .sucs4 {
        color: green;
    }

    .sucs5 {
        font-size: 18px;
        color: green;
        font-weight: bold;
        margin-bottom: 13px;
    }
/*# sourceMappingURL=style.css.map */

.cr151 {
    /* margin: 0 -20px; */
    margin-top: 19px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #0e6e95;
}

.cr152 {
    float: left;width: 550px;
}

.cr153 {width:40% !important; padding-top:20px;}

.frm189 {
    float: left;
    margin-left: 45px;
    margin-top: 23px;
}

.text148 {margin-top: 19px;display: inline-block;width: 100%;}

.text149 {float: left;width: 142px;margin-right: 56px;}

.text152 {margin-top: 19px;display: inline-block;width: 100%;}

.text150 {font-size: 13px;}
.text199 {float: left;width: 242px;margin-right: 56px;}

.fld154 {border: 1px solid #0e6e95;width: 100%;height: 33px;padding-left: 8px;}

.text159 {border: 1px solid #0e6e95;width: 350px;height: 92px;padding-left: 4px;/* margin-top: 15px; */}

.text158 {margin-top: 10px;}

.text298 {
  color: #0e6e95;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  /* margin-left: 67px; */
}

.btn250 {
  color: white;
  background: #1886b2;
  display: inline-block;
  clear: both;
  padding: 7px 49px;
  font-size: 14px;
  margin-top: 13px;
  margin-bottom: 21px;
  cursor: pointer;
  margin-top: 48px;
  /* float: right; */
}

.main_emk {
    border-top: none;
}

.main_emk .cr152 {
    
}

.main_emk .text148 {
  float:left;
  width: 356px;
  margin-left: -300px;
}


.main_emk .text158 {
  float:left;
  width: 350px;
}

.main_emk .text149 {
  margin-bottom: 10px;
  margin-right: 34px;
  width: 300px;
}

.main_emk .text158 {
  margin-top: 18px;
}

.main_emk .text159 {
  height: 99px
max-width: 300px;
}

.main_emk .btn250 {
 
  margin-top: 15px;margin-left: 75px;
}

.er754 {
  border:1px solid red;
}

.er755 {
  font-size: 15px;
  color: red;
  display: none;
}

.suc_obr {
    color: green;
    margin-top: 14px;
    font-size: 15px;
    display: none;
}

.main_emk .text298 {
    margin-top: 10px;
}

.rthjk {
    clear: both;
    margin-top: -8px;
    color: red;
    font-size: 15px;
}

.category-sertificat-block{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.category-sertificat-block__item{
display: flex;
flex-direction: column;
max-width: 25%;
margin-bottom: 26px;
padding: 18px;
}

.category-sertificat-block__item > div {
  padding: 0 20px;
}
.category-sertificat-block__image{
      max-width: 100%;
    max-height: 200px;
}

.completed-work-list{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
    -ms-flex-pack:justify;
        justify-content:space-between;

}
.completed-work-list__item{
width: 20%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
margin-bottom: 20px;
text-align: center;
margin-left: 15px;
margin-right: 15px;
}
.completed-work-list__image{
  padding: 20px 20px 0 20px;
}
.completed-work-list__image img{
max-width: 100%;
width: 100%;
height: 90px;
-o-object-fit: contain;
   object-fit: contain;
}
.completed-work-list__text{
text-align: center;
color: #2785AF;
width: 100%;
margin: 0 0 10px 0;
font-size: 16px;
font-weight: bold;
}
.completed-work-list__text2{
  text-align: center;
width: 100%;
margin: 0 0 10px 0;
}

.banner-1{}
.banner-1__right{
  max-width: 300px;
order: -1;
}
.banner-1__left{
  max-width: 700px;
}
.banner-1__eac{}
.banner-1__eac img{}
.banner-1__rst{}
.banner-1__rst img{}
p {font-family:'Proxima Nova Rg', 'Arial Narrow'!important}

.lb-overlay:target {
    width: auto;
    height: 100%;
    bottom: 0px;
    right: 0px;
    /*overflow-y: auto;*/
    z-index: 10151;
    padding: 80px 100px 120px 100px;
}
.modal-title{}
.modal-title .h1__main{
  font-weight: normal;
    font-size: 27px;
    color: #2785AF;
}
.s-nav-menu > .s-nav-submenu {max-height: 460px;overflow-y: scroll;}


/* changes .sect-catalogs */
.sect-catalogs {
	padding-top: 50px;
	padding-bottom: 50px;
}

.sect-catalogs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 40px;
}

.sect-catalogs__item {
	-ms-flex-preferred-size: 260px;
	    flex-basis: 260px;
	height: 165px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

.sect-catalogs__item:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.sect-catalogs__item-img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	overflow: hidden;
}

.sect-catalogs__item-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.sect-catalogs__item:hover .sect-catalogs__item-img img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.sect-catalogs__item-overlay {
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(top, rgba(0,96,139,0.10), rgba(0,96,139,0.60));
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.sect-catalogs__item-name {
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	text-align:center;
}

.sect-catalogs__item:hover .sect-catalogs__item-name {
	-webkit-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	        transform: translateY(-15px);
}

.sect-catalogs__item-btn {
	font-size: 16px;
	padding: 5px 30px;
	background-color: #2984b0;
	border-radius: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.sect-catalogs__item:hover .sect-catalogs__item-btn {
	opacity: 1;
	-webkit-transform: translate(-50%, 15px);
	    -ms-transform: translate(-50%, 15px);
	        transform: translate(-50%, 15px);
}
