/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

/*----------- Typography *
 ------------------------------------------------------------*/
body {
  background-color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000; /*#556576*/
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 1200px; }

h1, .site-h1-tt, h2, .site-h2-tt, h3, .site-h3-tt, h4, .site-h4-tt, h5, .site-h5-tt {
  display: block;
  font-family: 'Open Sans', Arial, sans-serif;
  line-height: 1.1em;
  color: #000;
  margin: 0 0 28px;
  font-weight: 400;
  text-transform: uppercase; }

h1, .site-h1-tt {
  font-size: 24px; }

h2, .site-h2-tt {
  font-size: 22px; }

h3, .site-h3-tt {
  font-size: 20px; }

h4, .site-h4-tt {
  font-size: 18px; }

h5, .site-h5-tt {
  font-size: 16px; }

p {
  margin: 0 0 20px; }

.tt-uppercase {
  text-transform: uppercase; }

.text-right {
  text-align: right; }

ul {
  margin: 0 0 20px;
  padding: 0px; }
  ul li {
    list-style-type: disc;
    margin: 0 0 10px 18px; }

ol {
  margin: 0 0 30px;
  padding: 0;
  counter-reset: li;
  padding: 0;
  list-style: none; }
  ol li {
    position: relative;
    margin: 3px 0;
    padding: 5px 0 5px 40px; }
    ol li:before {
      content: counter(li);
      counter-increment: li;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      color: #fff;
      background-color: #008dd2;
      border-radius: 100%;
      font-family: 'Open Sans', Arial, sans-serif; }

a {
  color: #008ed5;
  text-decoration: none; }
  a:hover {
    text-decoration: underline;
    color: #006ca2; }
  a:focus {
    outline: none; }

img {
  vertical-align: middle;
  max-width: 100%; }

.head-titile-line {
  margin-bottom: 0px;
  overflow: hidden;
  /*border-bottom: 1px solid #97d6f6; */
}
  .head-titile-line h1, .head-titile-line .site-h1-tt,
  .head-titile-line h2, .head-titile-line .site-h2-tt,
  .head-titile-line h3, .head-titile-line .site-h3-tt,
  .head-titile-line h4, .head-titile-line .site-h4-tt,
  .head-titile-line h5, .head-titile-line .site-h5-tt {
    margin: 0 0 25px; }
  .head-titile-line .all-btn {
    float: right; }

.head-light-line {
  border-bottom: 1px solid #fff; }
  .head-light-line h1, .head-light-line .site-h1-tt,
  .head-light-line h2, .head-light-line .site-h2-tt,
  .head-light-line h3, .head-light-line .site-h3-tt,
  .head-light-line h4, .head-light-line .site-h4-tt,
  .head-light-line h5, .head-light-line .site-h5-tt {
    color: #fff; }
  .head-light-line .all-btn {
    color: #fff; }

.news-main-bl .head-light-line {
  border-color: #97d6f6; }

.font-600 {
  font-weight: 600; }

.text-center {
  text-align: center; }

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px; }
  table tr:nth-child(even) td {
    background-color: #fff; }
  table th {
    background-color: #006cb7;
    border-left: 1px solid #fff;
    line-height: 20px;
    padding: 15px 5px;
    color: #fff;
    font-weight: 400; }
    table th:first-child {
      text-align: left;
      border: none;
      width: 32%;
      padding-left: 22px; }
  table td {
    line-height: 20px;
    padding: 5px;
    text-align: center;
    border-left: 1px solid #eff7fc; }
    table td:first-child {
      padding: 0 22px;
      text-align: left;
      border: none; }

/*----------- button style *
 ------------------------------------------------------------*/
.btn-more-list {
  margin-top: 25px; }

.btn {
  min-width: 184px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  padding: 0 20px;
  text-align: center;
  margin: 0;
  font: 14px/40px 'Open Sans', Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: #006cb7;
  color: #fff;
  border-radius: 40px; }
  .btn:hover {
    background-color: #40b0fe;
    color: #fff;
    text-decoration: none; }

a.btn, span.btn {
  min-width: 144px;
  line-height: 20px;
  height: auto;
  min-height: 20px;
  padding: 10px 20px; }

.catalog-main a.btn, span.btn {
  min-width: 90px;}

.catalog-main .repeat-list-item a:hover {
  text-decoration: none;
}

.btn-more {
  text-align: left; }
  .btn-more:before {
    content: ' ';
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -9px;
    background-image: url(../img/sprite.png);
    background-position: -114px -19px;
    width: 11px;
    height: 18px; }

.btn-add-cart {
  text-align: left; }
  .btn-add-cart:before {
    content: ' ';
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -11px;
    background-image: url(../img/sprite.png);
    background-position: -88px 0px;
    width: 24px;
    height: 22px; }

.btn-max {
  width: 100%; }

.btn-border {
  border: 2px solid #c1d2e4;
  color: #5d83ab;
  background-color: #fff; }

.all-btn {
  color: #008dd2;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-weight: 600;
  padding-right: 45px;
  line-height: 30px; }

.icon-all-btn {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -15px;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 2px solid #008dd2; }
  .icon-all-btn:before {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -4px;
    background-image: url(../img/sprite.png);
    background-position: -114px -69px;
    width: 9px;
    height: 14px; }
  .icon-all-btn._large{
    width:64px;
    height:64px;
  }
  .icon-all-btn._revert:before{
    transform:scale(-1,1);
  }

.head-light-line .icon-all-btn {
  border-color: #fff; }
  .head-light-line .icon-all-btn:before {
    background-image: url(../img/sprite.png);
    background-position: -114px -85px;
    width: 9px;
    height: 14px; }

.btn-more-arr-bottom,
.btn-more-arr-left {
  position: relative;
  padding-left: 45px;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  font-weight: 600; }
  .btn-more-arr-bottom .icon-all-btn,
  .btn-more-arr-left .icon-all-btn {
    right: auto;
    left: 0px; }
    .btn-more-arr-bottom .icon-all-btn:before,
    .btn-more-arr-left .icon-all-btn:before {
      background-image: url(../img/sprite.png);
      background-position: -33px -74px;
      width: 14px;
      height: 9px;
      margin: -4px 0 0 -7px; }

.btn-more-arr-left .icon-all-btn:before {
  background-image: url(../img/sprite.png);
  background-position: -28px -92px;
  width: 9px;
  height: 14px;
  margin: -7px 0 0 -5px; }

.catalog-inline {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  text-align: center;
}

.catalog-inline div {
  padding: 0 10px;
  width: 25%;
}

.catalog-inline div a {
  display: inline-block;
  vertical-align: top;
}

.doc-file-btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  min-width: 23px;
  height: 34px;
  padding-left: 30px;
  line-height: 34px;
  background-image: url('../img/doc.png');
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.doc-file-btn:hover {
  background-image: url('../img/doc-h.png');
}

.catalog-inline div img {
  margin-bottom: 10px;
    height: 150px;
    width: auto;
    max-width: 300px;
}


.doc-name:before {
  content: 'DOC';
  font-size: 8px;
  line-height: 12px;
  position: absolute;
  top: 22px;
  left: 0;
  text-align: center;
  width: 23px;
  color: #fff; }

.pdf-name:before {
  content: 'PDF';
  font-size: 8px;
  line-height: 12px;
  position: absolute;
  top: 22px;
  left: 0;
  text-align: center;
  width: 23px;
  color: #fff; }

.delete-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 100%;
  line-height: 26px;
  position: relative;
  border: 2px solid #008dd2; }
  .delete-icon:before {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/sprite.png);
    background-position: -114px -55px;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px; }

/*----------- Form sryle *
 ------------------------------------------------------------*/
.st-form-group {
  margin-bottom: 10px; }

.placeholder {
  color: #a9a9a9; }

input, textarea {
  border-radius: 0px;
  padding: 0 12px;
  width: 100%;
  height: 36px;
  position: relative;
  outline: none;
  font: 14px 'Open Sans', Arial, sans-serif;
  color: #a9a9a9;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #b2bcbc; }
  input:-moz-placeholder, input::-moz-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder {
    color: #a9a9a9;
    opacity: 1; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #a9a9a9; }

textarea {
  height: 128px;
  vertical-align: top;
  padding: 10px 12px;
  resize: none; }

.h-search-form .placeholder {
  color: #000; }

.h-search-form form {
  position: relative; }

.h-search-form input {
  border: 1px solid #c8cece;
  height: 40px;
  color: #000;
  padding: 0 40px 0 17px; }
  .h-search-form input:-moz-placeholder, .h-search-form input::-moz-placeholder {
    color: #000;
    opacity: 1; }
  .h-search-form input::-webkit-input-placeholder {
    color: #000; }

.h-search-form button {
  background-image: url(../img/sprite.png);
  background-position: -88px -24px;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 2;
  margin-top: -10px;
  right: 13px;
  top: 50%;
  border: none;
  background-color: #fff;
  cursor: pointer; }

.jq-file {
  width: 320px;
  padding-left: 45px; }

.jq-file input {
  height: auto;
  line-height: 1em;
  cursor: pointer; }

.jq-file__name {
  overflow: hidden;
  font: 14px/36px 'Open Sans', Arial, sans-serif;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  color: #006cb7; }

.jq-file__browse {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 100%;
  text-align: center;
  border: none;
  color: #fff;
  background-image: url(../img/sprite.png);
  background-position: -56px 0px;
  width: 30px;
  height: 27px;
  box-sizing: border-box; }

.multiple-files {
  background-color: #fff;
  border: 1px solid #b2bcbc; }
  .multiple-files .jq-file {
    padding: 0 11px 0 18px;
    width: 330px; }
  .multiple-files .jq-file__name {
    color: #a9a9a9;
    height: 34px;
    line-height: 34px; }
  .multiple-files .jq-file__browse {
    right: 0px;
    top: 0px;
    background-image: url(../img/sprite.png);
    background-position: -88px -71px;
    width: 19px;
    height: 19px;
    background-color: #eff7fc;
    border-radius: 100%;
    width: 19px;
    height: 19px;
    left: auto;
    right: 0;
    top: 7px; }

.form-st {
  width: 762px;
  margin: 0 auto;
  padding: 20px 0; }
  .form-st .group {
    padding: 10px 0 22px; }

.half-form-left {
  width: 377px;
  float: left; }

.half-form-right {
  float: right;
  width: 374px; }

.col-panel-tc {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .col-panel-tc span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 10;
    height: 26px;
    line-height: 26px;
    border: 2px solid #008dd2;
    width: 26px;
    text-align: center;
    cursor: pointer;
    border-radius: 100%; }
    .col-panel-tc span:before {
      content: ' ';
      position: absolute;
      margin-left: -7px;
      left: 50%;
      top: 50%; }
  .col-panel-tc input {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    padding: 0;
    text-align: center;
    height: 30px;
    background: none;
    position: relative;
    border: none;
    outline: none;
    border-radius: 0px;
    font-weight: 600;
    color: #000;
    font-size: 18px; }

.plus:before {
  background-image: url(../img/sprite.png);
  background-position: -114px -39px;
  width: 14px;
  height: 14px;
  margin-top: -7px; }

.minus:before {
  background-image: url(../img/sprite.png);
  background-position: -114px -101px;
  width: 14px;
  height: 2px;
  margin-top: -1px; }

/*----------- Navigation *
 ------------------------------------------------------------*/
.menu {
  margin: 5px 0 20px;
  position: relative;
  z-index: 10; }
  .menu ul {
    margin-bottom: 0px; }
  .menu li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 24px;
    margin-bottom: 0px; }
    .menu li a:hover,.menu li.active a {
      color: #000;
      text-decoration: none; }

.sub-menu ul {
  margin-bottom: 0px; }

.sub-menu li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin-bottom: 0px;
  margin-left: 14px; }
  .sub-menu li:before {
    content: '|';
    color: #d2d2d2;
    margin-right: 18px; }
  .sub-menu li a:hover {
    text-decoration: none;
    color: #000; }
  .sub-menu li:first-child:before {
    display: none; }
  .sub-menu li:last-child {
    margin-left: 16px; }
    .sub-menu li:last-child:before {
      margin-right: 19px; }
  .sub-menu li.active a {
    color: #000; }

.pagination li {
  margin: 0 18px 0 0;
  display: inline-block;
  vertical-align: middle;
  list-style-type: none; }
  .pagination li a {
    display: block;
    line-height: 31px;
    color: #008dd2; }
  .pagination li.active {
    margin-right: 10px; }
    .pagination li.active a {
      width: 31px;
      height: 31px;
      text-align: center;
      color: #fff;
      border-radius: 100%;
      background-color: #006cb7; }

.inline-list-links li {
  list-style-type: none;
  margin: 0 8px 0 0;
  display: inline-block;
  vertical-align: middle; }
  .inline-list-links li a {
    display: block;
    border-radius: 15px;
    line-height: 26px;
    border: 2px solid #006cb7;
    text-align: center;
    padding: 0 12px;
    min-width: 40px; }
.inline-list-links.mini li a {padding: 0 6px;
    min-width: 16px;}
    .inline-list-links li a:hover {
      text-decoration: none;
      background-color: #40b0fe;
      border-color: #40b0fe;
      color: #fff; }
  .inline-list-links li.active a {
    background-color: #006cb7;
    border-color: #006cb7;
    color: #fff; }

  .inline-list-links li._margin-bottom {
      margin-bottom:4px;
  }
  .inline-list-links._white li, .inline-list-links._white li a {
      color: #fff;
      border-color: #fff;
  }
    .inline-list-links._white li a:hover {
        color: #006cb7;
        border-color: #fff;
        background-color: #fff;
    }
.aside-nav-panel li {
  list-style-type: none;
  border-bottom: 1px solid #97d7f6;
  padding: 12px 0;
  line-height: 16px;
  margin: 0px; }
  .aside-nav-panel li a {
    text-decoration: none; }
    .aside-nav-panel li a:hover {
      color: #000;
      text-decoration: none; }
  .aside-nav-panel li.active a {
    color: #000; }

/*----------- Page structur *
 ------------------------------------------------------------*/
.clear {
  clear: both; }

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#wrapper {
  position: relative;
  overflow: hidden;}

.main-bl-wrapper {
  background: url(../img/wawe-bg-f.png) 50% 100% repeat-x; }

.container {
  max-width: 1200px;
  margin: 0 auto;
    }

.container-inner {
  padding: 0 34px;
    }

.blue-bg {
  background-color: #058ccb;
  background-image: -webkit-linear-gradient(top, #024aa3 0%, #059ee9 100%);
  background-image: linear-gradient(180deg, #024aa3 0%, #059ee9 100%); }

.wawe-blue {
  background: url(../img/wave-blue.png) 50% 100% no-repeat;
  padding: 25px 0; }

.section-logo-bg {
  background: url(../img/loop.png) 50% 92% no-repeat;
  position: relative;
  z-index: 10; }

.light-color-bg.section-logo-bg {
  padding: 25px 0; }

.light-color-bg {
  padding: 25px 0;
  background-color: #bde9ff; }

.white-color-bg {
  padding: 25px 0;
  background-color: #fff; }

.more-gray-color-bg {
  padding: 25px 0;
  background-color: #eff7fc; }

.gray-color-bg {
  padding: 25px 0;
  background-color: #f8f8f8; }

.section-wawe-bg {
  background-image: url(../img/wawe-bg-f2.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding-bottom: 0;
}

.green-color-bg {
  padding: 25px 0;
  background: url(../img/bg-avocado.jpg) 50% 50% no-repeat;
  background-size: cover; }

.green-inner {
  background: url(../img/blur-bg.png) 50% 50% no-repeat;
  background-size: cover;
  padding: 30px 30px 0; }
  .green-inner .inline-text-info {
    color: #fff; }

.video-bl {
  position: relative;
  display: block; }

.video-center-btn {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -55px;
  text-align: center;
  z-index: 3; }

.video-btn {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  position: relative; }
  .video-btn:before {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -6px;
    background-image: url(../img/sprite.png);
    background-position: -88px -46px;
    width: 16px;
    height: 23px; }

.video-title {
  display: block;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  font-weight: 400; }

.repeat-list {
  margin: 0px;
  font: 14 Verdana, Arial, sans-serif;
  word-spacing: -.36em; }
  .repeat-list li {
    display: inline-block;
    vertical-align: top;
    width: 283px;
    margin: 0 0 10px;
    word-spacing: normal;
    list-style-type: none;
    font: 14px/20px 'Open Sans' , Arial, sans-serif; }
    .repeat-list li:first-child .repeat-list-item {
      padding-left: 0px; }

.repeat-list-more-lines li {
  margin-bottom: 50px; }

.repeat-list-item {
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
  padding-left: 2px; }
  .repeat-list-item:hover {
    text-decoration: none; }
    .repeat-list-item:hover .item-name, .repeat-list-item.active .item-name {
      color: #000; }
    .repeat-list-item:hover .item-img:before, .repeat-list-item.active .item-img:before {
      display: block; }
    .repeat-list-item:hover .item-text,.repeat-list-item.active .item-text {
      color: #000; }
    .repeat-list-item:hover .btn {
      background-color: #40b0fe;
      color: #fff; }
    .repeat-list-item:hover .item-img.video-bl:before {
      background-color: rgba(0, 0, 0, 0.6); }

.catalog-main .repeat-list-item:hover .btn {
  background-color: #006cb7;
  color: #fff; }

.catalog-main .repeat-list-item .btn:hover {
  background-color: #40b0fe;
  color: #fff; }

.repeat-list-btn-bottom .item-text {
  min-height: 100px; }

.repeat-list-item .item-img.video-bl:before {
  display: block;
  background-color: rgba(0, 0, 0, 0.2); }

.item-price {
  display: block;
  margin-bottom: 30px;
  padding-left: 10px;
  font-weight: 600;
  font-size: 18px;
  color: #000; }

.item-name {
  display: block;
  min-height: 40px;
  padding: 0 10px 10px;
  font-size: 16px;
  color: #008dd2;
  font-weight: 600; }

.item-one-line {
  min-height: 80px;
  font-size: 18px; }

.item-img {
  display: block;
  text-align: center;
  background-color: #bde9ff;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  max-width: 275px;
  margin: 0 auto 15px; }
  .item-img:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
    display: none; }

.item-img img {
    border: 2px solid #bde9ff;
}

.item-text {
  display: block;
  padding: 0 10px;
  margin-bottom: 20px;
  color: #000; }

.item-text2 {
  display: block;
  padding: 0 10px;
  margin-bottom: 20px;
  color: #000; }

.repeat-list-txt-item {
  color: #000; padding:0 20px;}

.item-txt-img {
  display: block;
  text-align: center;
  margin-bottom: 22px; }

.item-txt-date {
  display: block;
  line-height: 24px; }

.item-txt-name {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px; }

.inline-middle-left {
  float: left;
  width: 550px; }

.inline-middle-right {
  float: right;
  width: 550px; }

.aside-person-standart {
  margin-left: 145px; }

.review-page .pagination {
  margin-left: 185px;
  padding: 10px 0 0; }

.review-page-items {
  margin: 0; }
  .review-page-items li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .review-page-items > li {
    padding: 5px 0 20px 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #97d6f6; }
    .review-page-items > li > ul {
      margin: 0 0 0 145px; }
      .review-page-items > li > ul > li {
        margin-top: 15px; }
      .review-page-items > li > ul .aside-prson-name {
        margin-bottom: 12px; }
    .review-page-items > li:last-child {
      border: none;
      margin-bottom: 0px; }

.aside-prson-name {
  font-weight: 600;
  color: #000;
  margin: 0 0 20px 10px;
  display: block; }
  .aside-prson-name span {
    margin-right: 5px;
    color: #008dd2; }

.aside-person-style {
    word-wrap: break-word;
  border-radius: 10px;
  background-color: #eff7fc;
  padding: 20px 25px;
  position: relative; }
  .aside-person-style:before {
    content: ' ';
    position: absolute;
    left: -26px;
    top: 35px;
    background-image: url(../img/sprite.png);
    background-position: 0px -92px;
    width: 26px;
    height: 16px; }
  .aside-person-style div > p {
    font-style: italic;
    margin-bottom: 0px; }

.review-list-img {
  margin: 20px 0 10px -3px; }
  .review-list-img li {
    display: inline-block;
    vertical-align: top;
    /*width: 170px;*/
    border: 2px solid #bde9ff;
    margin-left: 3px; }

/*----------- header *
 ------------------------------------------------------------*/
.header {
  padding: 20px 0 0;
  background-color: #fff;
  position: relative; }
  .header .container {
    padding-bottom: 20px;
    position: relative;
    /*border-bottom: 10px solid #f2f2f2;*/
  }

.logo {
  float: left;
  margin: 0 0px 0 0; }

.head-aside-bl {
  float: right;
  width: 1050px;
  text-align: right; }

.head-top-panel {
  padding: 18px 0;
  line-height: 40px; }

.h-search-form {
  display: inline-block;
  vertical-align: middle;
  width: 240px;
  margin-right: 26px;
}

.soc-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px; }
  .soc-icon a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 100%;
    background-color: #b6b6b6; }
    .soc-icon a:hover {
      background-color: #018dd2; }
    .soc-icon a:before {
      content: ' ';
      position: absolute;
      left: 50%;
      top: 50%; }

.icon-insta:before {
  background-image: url(../img/sprite.png);
  background-position: -114px 0px;
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px; }

.icon-vk:before {
  background-image: url(../img/sprite.png);
  background-position: -39px -92px;
  width: 9px;
  height: 12px;
  margin: -6px 0 0 -4px; }

.icon-fb:before {
  background-image: url(../img/sprite.png);
  background-position: -125px -69px;
  width: 6px;
  height: 13px;
  margin: -7px 0 0 -3px; }

.icon-tube:before {
  background-image: url(../img/sprite.png);
  background-position: -33px -51px;
  width: 15px;
  height: 21px;
  margin: -11px 0 0 -7px; }

.icon-twitter:before {
  background-image: url(../img/sprite2.png);
  background-position: -20px -76px;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px; }

.h-phone {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  line-height: 22px;
  text-align: left;
  padding-top: 5px; }

.phone-icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 16px;
  background-image: url(../img/sprite.png);
  background-position: -56px -59px;
  width: 25px;
  height: 25px; }

.phone-nubmer {
  display: block;
  color: #010000;
  font-size: 14px;
  font-weight: bold;}

.phone-code {
  font-weight: 600; }

.h-cart {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }
  .h-cart a {
    position: relative;
    display: block; }

.cart-icon {
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -56px -29px;
  width: 26px;
  height: 28px; }

.cart-summ {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #008ed5;
  text-align: center;
  line-height: 21px;
  color: #fff;
  font-weight: 300;
  font-size: 8px;
  border-radius: 100%;
  left: 16px;
  top: 4px; }

.head-wawe-bg {
  background: url(../img/wawe-head-bl.png) 50% 100% no-repeat;
  padding-bottom: 0px; }

.main-section-bl {
  padding: 30px 30px 0;
  min-height: 310px;
  background: #f2f2f2 url(../img/wawe-main-inner.png) 550px 98% no-repeat;
  position: relative; }

.main-video-bl {
  position: relative;
  width: 550px;
  text-align: center;
  overflow: hidden;
  float: left; }
  .main-video-bl:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: url(../img/ptrn-liner-video-main.png) 0px 0px repeat;
    background-color: rgba(52, 74, 84, 0.12); }

.main-video-name {
  position: absolute;
  left: 25px;
  top: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  z-index: 3; }

.main-section-personal {
  position: absolute;
  left: 50%;
  bottom: -100px;
  margin-left: -330px;
  z-index: 2; }

.main-section-about {
  float: right;
  width: 575px; }
  .main-section-about p {
    margin: 0 0 16px 20px;
    line-height: 24px; }
  .main-section-about .btn {
    z-index: 2; }

.cart-popup {
  position: absolute;
  right: 34px;
  bottom: 30px;
  border-radius: 4px 5px 5px 4px;
  box-shadow: 0 2px 10px rgba(0, 67, 101, 0.4);
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 8px 40px;
z-index:100000; }
  .cart-popup:before {
    content: ' ';
    position: absolute;
    width: 23px;
    height: 15px;
    right: 28px;
    top: -15px;
    background: url(../img/corner-cart.png) 0px 0px no-repeat; }
  .cart-popup.sticky {
    position: fixed;
    top: 22px;
    right: 22px;
    bottom: auto;
    z-index: 900; }
  .cart-popup span {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    max-width: 110px;
    font-size: 13px;
    line-height: 17px; }

.min-close {
  position: absolute;
  top: 8px;
  right: 9px;
  background-image: url(../img/sprite.png);
  background-position: -50px -92px;
  width: 9px;
  height: 9px; }

/*----------- Footer *
 ------------------------------------------------------------*/
.footer {
  width: 100%;
  padding-top: 20px;
  position: relative;
  z-index: 10;
  text-align: center;
  background: #fff url(../img/wawe-bg-footer.png) 50% 100% repeat-x; }

.footer-form input {
  width: 400px;
  margin-right: 20px;
  vertical-align: middle;
}

.footer-form {
  /*height: 55px;*/
  margin-bottom: 20px;
  overflow: hidden;
}

.footer-form .btn {
  vertical-align: middle;
}

.copy {
  display: block;
  line-height: 60px;
  color: #000;
  font-size: 16px;}

/*----------- Main blocks *
 ------------------------------------------------------------*/
.qw-answ-bl {
  padding: 8px 0 0; }

.qw-inline {
  margin-bottom: 25px;
  overflow: hidden; }
  .qw-inline p {
    margin-left: 55px;
    font-weight: 600;
    color: #000;
    padding: 8px 0;
    margin-bottom: 0px; }

.qw-letter {
  width: 36px;
  height: 36px;
  float: left;
  text-align: center;
  line-height: 36px;
  border-radius: 100%;
  font-weight: 600;
  background-color: #008dd2;
  color: #fff; }

.qw-article {
  margin-bottom: 25px;
  overflow: hidden; }
  .qw-article div.bl {
      word-wrap: break-word;
    margin-bottom: 0;
    float: right;
    width: 386px;
    border-radius: 10px;
    padding: 20px 15px 25px;
    border: 1px solid #b5baba;
    position: relative;
    font-style: italic; }
    .qw-article p:before {
      content: ' ';
      position: absolute;
      left: -27px;
      bottom: 25px;
      width: 27px;
      height: 15px;
      background: url(../img/icon-qw-corner.jpg) 0px 0px no-repeat; }

.aside-person {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff; }
  .aside-person:before {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -19px 0 0 -15px;
    background-image: url(../img/sprite.png);
    background-position: 0px 0px;
    width: 31px;
    height: 39px; }
  .aside-person img {
    position: relative;
    z-index: 10; }

.review-bl {
  padding-top: 8px; }

.review-article {
  margin-bottom: 25px; }
  .review-article p {
    border-radius: 10px;
    background-color: #eff7fc;
    padding: 15px 20px 20px;
    font-style: italic;
    position: relative; }
    .review-article p:before {
      content: ' ';
      position: absolute;
      left: -26px;
      bottom: 30px;
      background-image: url(../img/sprite.png);
      background-position: 0px -92px;
      width: 26px;
      height: 16px; }

.aside-person-info {
  margin-left: 118px; }

.review-name {
  display: block;
  font-weight: 600;
  color: #000;
  margin: 0 0 20px 15px; }

.inline-text-info {
  margin: 0px 0 0 -20px;
  padding-top: 15px; }
  .inline-text-info li {
    display: inline-block;
    vertical-align: top;
    width: 550px;
    margin: 0 0 48px 20px;
    overflow: hidden;
    list-style-type: none; }
    .inline-text-info li p {
      margin-bottom: 10px; }
    .inline-text-info li .btn {
      margin-top: 10px; }

.aside-inline-img {
  float: left;
  margin: 0 18px 0px 0;
  /*border: 2px solid #fff;*/
  width: 250px;
  /*overflow: hidden;*/
  text-align: center; }

.news-main-bl .inline-text-info {
  padding-top: 0px; }
  .news-main-bl .inline-text-info li {
    margin-bottom: 15px; }

.news-main-bl .inline-text-info-img {
  color: #fff; }

.inline-text-info-img {
  margin-left: 290px; }

.inline-text-date {
  display: block;
  font-weight: 600;
  color: #9adeff;
  margin-bottom: 5px; }

.inline-text-name {
  display: block;
  font-weight: 600;
  margin-bottom: 20px; }

.products-wrapper {
  /*margin-bottom: 15px; */
}
  .products-wrapper .site-h1-tt, .products-wrapper .site-h2-tt, .products-wrapper .site-h3-tt, .products-wrapper .site-h4-tt, .products-wrapper .site-h5-tt {
    margin-bottom: 15px; }

.map-wrapper {
  margin: 30px 0;
  border: 2px solid #fff; }

.contacts-list-wrapp {
  border-bottom: 1px solid #97d6f6;
  padding: 20px 0 15px; }
  .contacts-list-wrapp:last-child {
    border: none; }
  .contacts-list-wrapp .site-h4-tt {
    margin-bottom: 22px; }

.contacts-list {
  margin: 0 0 0 -28px; }
  .contacts-list ul {
    margin-bottom: 0px; }
  .contacts-list li {
    list-style-type: none;
    margin: 0 0 10px;
    color: #000; }
  .contacts-list b {
    font-weight: 600;
    display: block; }
  .contacts-list span {
    display: block; }
  .contacts-list > li {
    display: inline-block;
    vertical-align: top;
    width: 355px;
    margin: 0 0 0 28px; }

.cont-soc-list {
  margin-top: 5px;
}

.cont-soc-item {
  padding-left: 25px;
  position: relative;
  line-height: 22px;
}

.cont-soc-list span {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background-image: url('../img/sprite2.png');
  background-repeat: no-repeat;
}

.icon-skype {
  background-position: -76px -20px; }

.icon-wUp {
  background-position: -132px -76px; }

.icon-viber {
  background-position: -76px -76px; }

.icon-facebook {
  background-position: -20px -20px; }

.icon-vk {
  background-position: -132px -20px;
}

.product-item {
  margin-bottom: 50px; }

.product-item-wrapper .aside-inline-img {
  width: 280px;
  margin-right: 25px; }

.prod-item-descript {
  margin-left: 310px; }
  .prod-item-descript .item-price {
    padding-left: 0px;
    margin-bottom: 20px; }

.prod-item-name {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  color: #000; }

.prod-item-articul {
  display: block;
  margin-bottom: 15px;
  color: #000; }

.prod-item-value {
  margin-bottom: 20px; }

.prod-item-v-name {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600; }

.typo-standart-margin-block .typo-text-bl {
  margin-bottom: 35px;
  color:#000;}

.news-head {
  margin-bottom: 30px;
  border-bottom: 1px solid #97d6f6;
  padding-bottom: 2px; }
  .news-head .inline-list-links {
    padding-top: 10px; }

/*.news-article .pagination {*/
  /*margin: 0 0 0 190px; }*/

.news-article article {
  border-top: 1px solid #97d6f6;
  padding-top: 34px;
  margin-bottom: 28px;
  overflow: hidden; }
  .news-article article:first-child {
    border: none;
    padding: 0px; }

.aside-n-info {
  float: left;
  width: 170px;
  color: #000; }

.aside-n-date {
  display: block;
  font-size: 16px;
  line-height: 36px;
  font-weight: 300;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #97d6f6; }
  .aside-n-date span {
    font-size: 36px; }

.news-content {
  margin-left: 190px; }
  .news-content .aside-inline-img {
    width: 214px;
    margin: 0 23px 5px 0; }

.news-title {
  display: block;
  color: #008dd2;
  font-weight: 700;
  margin-bottom: 20px; }

.news-more {
  padding-top: 25px; }

.cart-item {
  padding: 30px 0;
  border-bottom: 1px solid #97d6f6; }
  .cart-item:first-child {
    padding-top: 10px; }
  .cart-item .aside-inline-img {
    width: 280px; }

.cart-details {
  margin-left: 300px; }

.cart-tt {
  display: block;
  color: #008dd2;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px; }

.cart-info {
  width: 370px;
  float: left; }

.cart-delete {
  float: right;
  margin-bottom: 30px; }

.cart-col {
  clear: right;
  float: right; }
  .cart-col > div {
    display: inline-block;
    vertical-align: top;
    width: 110px;
    margin-left: 35px;
    color: #000;
    font-weight: 600; }
  .cart-col .col-panel-tc {
    margin-top: -5px; }

.cart-col-tt {
  display: block;
  display: block;
  margin-bottom: 24px; }

.cart-col-info {
  display: block;
  font-size: 18px; }

.summ-cart {
  text-align: right;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
  padding: 25px 0; }

.st-article-wrapp article {
  border-top: 1px solid #bfe2f4;
  padding: 20px 0; }
  .st-article-wrapp article:first-child {
    border: none;
    padding-top: 0px; }
  .st-article-wrapp article .text-right {
    padding-top: 5px; }

.st-article-wrapp .aside-inline-img {
  width: 280px;
  margin-right: 20px;
  background-color: #bde9ff;
  border-color: #bde9ff; }
.patents-block .aside-inline-img {
  width: 280px;
  margin-right: 20px;
  background-color: transparent;
  border: 0; }

.article-head {
  margin-bottom: 15px; }

.article-tt {
  display: block;
  color: #008dd2;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px; }

.article-about {
  display: block;
  color: #000;
  font-style: italic; }

.frst-panel {
  float: left;
  width: 275px; }

.travm .frst-panel{
    float: left;
    width: 200px; }

.sec-panel {
  margin-left: 285px; }

.travm .sec-panel {
    margin-left: 250px; }

.video-inner .repeat-list-more-lines li {
  margin-bottom: 60px; }

.video-inner .repeat-list-more-lines .item-name {
  font-size: 16px;
  min-height: 60px; }
.video-inner .repeat-list-more-lines .item-text {
    font-size: 16px;  }

#map {
  height: 466px; }

.map-marker-info {
  padding: 20px 10px 20px 15px;
  width: 355px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #000; }
  .map-marker-info p {
    margin-bottom: 0px; }
  .map-marker-info b {
    font-weight: 600; }

/*----------- carousel *
 ------------------------------------------------------------*/
.owl-carousel {
  padding: 15px 0; }
  .owl-carousel a {
    position: relative;
    display: block; }
    .owl-carousel a:hover:before {
      content: ' ';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      z-index: 2;
      background-color: rgba(0, 0, 0, 0.6); }

.st-carousel a {
  display: inline-block;
  vertical-align: top;
  /*width: 100%;*/
}

.st-carousel a:hover:before {
  display: none;
}


.st-carousel .btn:hover:before {
  display: block;
  position: absolute;
  left: auto;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  background-color: transparent;
  background-image: url(../img/sprite.png);
  background-position: -114px -19px;
  width: 11px;
  height: 18px;
}

.owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%; }

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  text-indent: -9999px; }

.owl-prev {
  left: -34px;
  background-image: url(../img/sprite.png);
  background-position: 0px -41px;
  width: 21px;
  height: 49px; }

.owl-next {
  right: -34px;
  background-image: url(../img/sprite.png);
  background-position: -33px 0px;
  width: 21px;
  height: 49px; }

.owl-dots {
  display: none; }

.green-color-bg .st-carousel,
.wawe-blue .st-carousel {
  color: #fff;
}

.green-color-bg .st-carousel .owl-prev,
.green-color-bg .st-carousel .owl-next,
.wawe-blue .st-carousel .owl-prev,
.wawe-blue .st-carousel .owl-next {
  border-color: #fff;
}

.green-color-bg .st-carousel .owl-prev:hover,
.green-color-bg .st-carousel .owl-next:hover,
.wawe-blue .st-carousel .owl-prev:hover,
.wawe-blue .st-carousel .owl-next:hover {
  box-shadow: 0 0 0 2px #fff;
}

.green-color-bg .st-carousel .owl-prev:before,
.green-color-bg .st-carousel .owl-next:before,
.wawe-blue .st-carousel .owl-prev:before,
.wawe-blue .st-carousel .owl-next:before {
  background-image: url(../img/sprite.png);
  background-position: -114px -85px;
}

.st-carousel .aside-inline-img {
  margin-bottom: 20px;
}

.st-carousel .owl-prev,
.st-carousel .owl-next {
  width: 64px;
  height: 64px;
  border: 2px solid #008dd2;
  border-radius: 50%;
  background: none;
  right: -74px;
  margin-top: -32px;
}

.st-carousel .owl-prev {
  transform: rotate(-180deg);
  left: -74px;
}

.st-carousel .owl-prev:hover,
.st-carousel .owl-next:hover {
  box-shadow: 0 0 0 2px #008dd2;
}

.st-carousel .owl-prev:before,
.st-carousel .owl-next:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -4px;
  background-image: url(../img/sprite.png);
  background-position: -114px -69px;
  width: 9px;
  height: 14px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 10000001;}

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border: 2px solid #bde9ff;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-item .item-text img {
  display: inline;
  width: auto;
  -webkit-transform-style: none; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.alert-ok {
    color:green;
    margin-bottom:20px;
    font-size:16px;
    display:none;
}
/*label.error {*/
    /*display:block;*/
    /*color:red;*/
    /*font-size:12px;*/
/*}*/
label.error,
.alert-error,
.info-msg {
    border-color: #ffe79e;
    background-color: #fff4c9;
    font-size: 14px;
    font-weight: 400;
    color: #635145;
    position: static;
    display: inline-block;
    border-width: 1px;
    padding: 5px 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    line-height: normal;
    margin-bottom: 3px;
}
.alert-error {
    display: none;
}
a.hide_block {
    text-decoration: none;
    font-size: 18px;
    padding-bottom: 2px;
    border-bottom: dotted 2px #008ed5;
    margin: 0 15px 0 0;
    display: inline-block;
    cursor: pointer;
}
div.hide_block {
    display:none;
    margin-top:10px;
}
.hide_block_head {margin:15px 0 0 0;}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.top_page_nav {
    margin-bottom: 20px;
    font-size: 15px;
    text-decoration: none;
    color: #008ed5;
}
.top_page_nav .prev {
    /*border-bottom: solid 1px #0072DF;*/
    color: #008ed5;
}
.top_page_nav text {
    color: #000;
}
/*----------- media style *
 ------------------------------------------------------------*/

.readmore-js-toggle, .readmore-js-section { display: block; width: 100%; } .readmore-js-section { overflow: hidden; }
.readmore-js-toggle {margin-top:14px;}
.square {
  text-align: center;
  line-height: 18px;
  color:#fff;
  display:inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid blue;
  color: blue;
  font-weight: bold;
  vertical-align: middle;
  border-radius:50%;
}
.square.color1 {
    border: 1px solid green;
    color: green;
}
.square.color2 {
    border: 1px solid red;
    color: red;
}
.product-colors {margin:0;white-space:nowrap;font-size:12px;}
.product-circles { min-height:44px;}
.typo-text-bl {
    overflow:hidden;
}
.typo-text-bl ul,.article ul {
  margin: 0 0 30px;
  padding: 0;
  counter-reset: li;
  list-style: none; }
.typo-text-bl ul li,.article ul li {
  position: relative;
  margin: 3px 0;
  padding: 5px 0 5px 30px;
  list-style-type: none;
}
.typo-text-bl ul li:before,.article ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  color: #fff;
  background-color: #008dd2;
  border-radius: 100%;
  font-family: 'Open Sans', Arial, sans-serif;
}

.typo-text-bl blockquote,.article blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  border-left: 15px solid #008dd2;
  border-right: 2px solid #008dd2;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.typo-text-bl blockquote::before,.article blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quotes*/
  font-family: Georgia, serif;
  font-size: 50px;
  font-weight: bold;
  color: #008dd2;
  position: absolute;
  left: 10px;
  top:5px;
}
.typo-text-bl blockquote::after,.article blockquote::after{
  content: "";
}
.typo-text-bl blockquote a,.article blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #008dd2;
}
.typo-text-bl blockquote a:hover,.article blockquote a:hover{
  color: #666;
}
.typo-text-bl blockquote em,.article blockquote em{
  font-style: italic;
}
.typo-text-bl blockquote p:last-child, .article blockquote p:last-child{
  margin: 0;
}
.j-slider{
  position:relative;
}
.j-slider__in{
  width:100%;
  overflow:hidden;
  position:relative;
  font-size:.05px;
}
.j-slider__in > ul{
  white-space:nowrap;
  word-spacing:0;
}
.j-slider__in > ul > li{
  white-space:normal;
  font-size:14px;
}
.j-slider > a[href*="next"]{
  position:absolute;
  top:160px;
  right:-74px;
  display:block;
}
.j-slider > a[href*="prev"]{
  position:absolute;
  top:160px;
  left:-74px;
  display:block;
}
.j-slider > a > .icon-all-btn{
  display:inline-block;
  position:static;
  margin:0;
  box-sizing:border-box;
}
.j-slider > a > .icon-all-btn:before{
  margin-top:-10px;
}
.j-slider > a:hover > .icon-all-btn{
  border-width:4px;
}
.j-slider._white .icon-all-btn {
    border-color:#fff;
    color: #fff;
}
.j-slider._white a {
    color: #fff;
}
.j-slider._white .icon-all-btn:before {
    background-image: url(../img/sprite.png);
    background-position: -114px -85px;
    width: 9px;
    height: 14px; }
.pointer {cursor:pointer;}
.text-politika {margin-top:20px;}
.item-text .doc-file-btn {display:block;color: #008ed5;
    text-decoration: none;cursor:pointer; }





/* ----- Styles next page ------------------- */
.form-point {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
}
.form-point__radio {
  display: none;
}
.form-point__radio:checked + label {
  background-color: #9de158;
}
.form-point__label {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  padding: 6px 5px 6px 10px;
  margin: 1px 0;
  border-radius: 4px;
  background-color: rgba(157, 225, 88, 0.3);
}

.section-st {
  padding: 20px 0;
}
.section-st_dark {
  background-color: #eff7fc;
}
.section-st_first {
  padding-top: 15px;
}
.section-st .top_page_nav {
  margin-bottom: 15px;
}

.main-grids-box h1 {
  margin-bottom: 15px;
}

.main-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px 15px;
}
.main-grid-item {
  width: 151px;
  padding: 0 2px;
}
.main-grid-item__tt {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}
.main-grid-item__list {
  min-height: 94px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.main-grid-item_two .form-point__label {
  background-color: rgba(253, 226, 95, 0.3);
}
.main-grid-item_two .form-point__radio:checked + label {
  background-color: #fde25f;
}
.main-grid-item_three .form-point__label {
  background-color: rgba(100, 179, 222, 0.3);
}
.main-grid-item_three .form-point__radio:checked + label {
  background-color: #64b3de;
}
.main-grid-item_four .form-point__label {
  background-color: rgba(192, 109, 211, 0.3);
}
.main-grid-item_four .form-point__radio:checked + label {
  background-color: #c06dd3;
}
.main-grid-item_five .form-point__label {
  background-color: rgba(251, 93, 92, 0.3);
}
.main-grid-item_five .form-point__radio:checked + label {
  background-color: #fb5d5c;
}

.main-grid-item_last {
  padding-left: 30px;
  width: 310px;
}
.main-grid-item_last .main-grid-item__tt {
  text-align: left;
}

.form-txt {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.main-grid-item__list_end {
  justify-content: space-between;
}

.main-btn {
  position: relative;
  border-radius: 3px;
  border: 1px solid #006cb7;
  color: #006cb7;
  text-decoration: none;
  outline: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  padding: 3px 20px;
  text-align: center;
  min-width: 100px;
  max-width: 100px;
  width: auto;
  display: inline-block;
  border-right: none;
  margin-top:4px;
}
.main-btn:before {
  content: " ";
  position: absolute;
  right: -10px;
  top: 3px;
  border: 1px solid #006cb7;
  border-left: none;
  border-bottom: none;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
}
.main-btn:hover {
  background-color: #006cb7;
  color: #fff;
  text-decoration: none;
  outline: none;
}
.main-btn:hover:before {
  background-color: #006cb7;
}

.main-inner-box {
  display: flex;
}
.main-inner-box__left {
  width: 240px;
  padding-right: 20px;
  flex-shrink: 0;
}
.main-inner-box__right {
  width: 100%;
}

.aside__list {
  padding-left: 0;
}
.aside__list li {
  list-style: none;
  padding-left: 40px;
  margin-left: 0;
  position: relative;
  min-height: 27px;
  margin-bottom: 10px;
  color: #008dd2;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.aside__list li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #008ed5;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
}
.aside__list li a {
  color: #008dd2;
  text-decoration: none;
  outline: none;
}
.aside__list li a:hover {
  text-decoration: none;
}
.aside__list li.active {
  color: #000;
}
.aside__list li.active a {
  color: #000;
}
.aside__list li:hover {
  color: #000;
}
.aside__list li:hover a {
  color: #000;
}

.main-text-bl h3 {
  color: #008dd2;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}
.main-text-bl p {
  font-weight: 400;
  margin-bottom: 15px;
}

.section-st_dark .container-inner > h2, .section-st_dark .h2 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.operation-text {width:940px;float:none;clear:both;}
/* ----- END Styles next page --------------- */
/*                                            */
/*                                            */

/*# sourceMappingURL=style.css.map */

.main_files {
    padding:0 0 0 20px;
}
.main_files a {
    display:block;
    width: 210px;
    /*line-height:50px;*/
    float:left;
    /*font-size:12px;*/
    margin:0 10px 10px;
}