/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/* mixins */
/* sprite */
/* hold-center */
/* core-justify */
/* placeholder */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 22, 2015 */
@font-face {
  font-family: 'helveticaneuecyrroman';
  src: url("fonts/helveticaneuecyr-roman-webfont.eot");
  src: url("fonts/helveticaneuecyr-roman-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/helveticaneuecyr-roman-webfont.woff2") format("woff2"), url("fonts/helveticaneuecyr-roman-webfont.woff") format("woff"), url("fonts/helveticaneuecyr-roman-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'helveticaneuecyrbold';
  src: url("fonts/helveticaneuecyr-bold-webfont.eot");
  src: url("fonts/helveticaneuecyr-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/helveticaneuecyr-bold-webfont.woff2") format("woff2"), url("fonts/helveticaneuecyr-bold-webfont.woff") format("woff"), url("fonts/helveticaneuecyr-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'helveticaneuecyrlight';
  src: url("fonts/helveticaneuecyr-light-webfont.eot");
  src: url("fonts/helveticaneuecyr-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/helveticaneuecyr-light-webfont.woff2") format("woff2"), url("fonts/helveticaneuecyr-light-webfont.woff") format("woff"), url("fonts/helveticaneuecyr-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'helveticaneuecyrmedium';
  src: url("fonts/helveticaneuecyr-medium-webfont.eot");
  src: url("fonts/helveticaneuecyr-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/helveticaneuecyr-medium-webfont.woff2") format("woff2"), url("fonts/helveticaneuecyr-medium-webfont.woff") format("woff"), url("fonts/helveticaneuecyr-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'helveticaneuecyrblack';
  src: url("fonts/helveticaneuecyr-black-webfont.eot");
  src: url("fonts/helveticaneuecyr-black-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/helveticaneuecyr-black-webfont.woff2") format("woff2"), url("fonts/helveticaneuecyr-black-webfont.woff") format("woff"), url("fonts/helveticaneuecyr-black-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*normalize*/
body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

b,
strong {
  font-weight: bold; }

/*end normalize*/
body {
  font-family: Open Sans, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.3; }

.home-page {
  background: url(../images/bg-main-page.jpg) no-repeat 50% 0; }
  @media screen and (min-width: 1600px) {
    .home-page {
      background-size: 100% auto; } }

b {
  font-family: Open Sans, sans-serif; }

h1, h2 {
  font-size: 24px;
  padding: 0;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-family: PT Sans, sans-serif;
  font-weight: normal; }

h3, h4 {
  padding: 0;
  font-family:  PT Sans, sans-serif;
  font-weight: normal; }

h3 {
  margin: 0 0 25px;
  font-size: 20px; }

h4 {
  margin: 0 0 20px;
  font-size: 14px; }

p {
  padding: 0;
  margin: 0 0 12px; }

.spisok {list-style: none;padding: 0px;} .spisok ul {list-style: none;padding: 0px;}

 .spisok h4 {height: 32px;padding: 7px 0 0 20px;margin: 2px;color: #fff;cursor: pointer;background:#1256a0 none repeat scroll 0 0;
border-radius: 5px;
background-image: url(../images/listy.png);
background-repeat: no-repeat;
background-position-y: 45%;
background-position-x: 0.5%;
} 



.wrapper, .wrapper_b {
  max-width: 1050px;
  min-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.wrapper_b {
  padding: 0 10px; }

.wrapper {
  padding: 0 20px; }

.tac {
  text-align: left; }
.tac1 {
  text-align: center; }

.cl:after {
  display: block;
  content: '';
  clear: both; }

.fll {
  float: left; }

.flr {
  float: right; }

.dib {
  display: inline-block; }

.t {
  display: table;
  width: 100%; }

.tc {
  display: table-cell; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 15px; }

.oh {
  overflow: hidden; }

.posr {
  position: relative; }

.btn {
  display: inline-block;
  outline: none;
  text-decoration: none;
  border: none;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.btn-red {
  height: 53px;
  -webkit-border-radius: 28px;
          border-radius: 28px;
  background-color: #fb001d;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDMxMyA1NiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWIzOTUzIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmMTMzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNjY3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMzEzIiBoZWlnaHQ9IjU2IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #eb3953 0%, #df1331 0%, #ff667c 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#eb3953), color-stop(0%, #df1331), to(#ff667c));
  background-image: linear-gradient(bottom, #eb3953 0%, #df1331 0%, #ff667c 100%);
  color: #fff;
  font-size: 18px;
  text-shadow: 0 -1px 0 #960016; }
  .btn-red:hover {
    background-color: #fb001d;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDMxMyA1NiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWIzOTUzIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmMTMzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5NGQ2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMzEzIiBoZWlnaHQ9IjU2IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -webkit-linear-gradient(bottom, #eb3953 0%, #df1331 0%, #f94d66 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#eb3953), color-stop(0%, #df1331), to(#f94d66));
    background-image: linear-gradient(bottom, #eb3953 0%, #df1331 0%, #f94d66 100%); }
  .btn-red:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #df1331; }

.btn_abs {
  position: absolute;
  right: 0;
  top: 0;
  width: 310px; }

.blue-link {
  color: #009bdd;
  text-decoration: none; }
  .blue-link:hover {
    text-decoration: underline; }

.btn_block {
  display: block;
  width: 100%; }

.tar {
  text-align: right; }

section {
  min-width: 1000px; }

.crumbs {
  font-size: 12px;
  color: #9c9c9c;
  margin-bottom: 30px; }

.cr-item {
  display: inline-block;
  color: #9c9c9c;
  margin: 0 10px; }
  .cr-item:hover {
    text-decoration: none; }

.btn-gray {
  height: 27px;
  line-height: 27px;
  font-size: 12px;
  color: #616161;
  font-family: helveticaneuecyrbold, sans-serif;
  text-transform: uppercase;
  border: 1px solid #cacccf;
  padding: 0 15px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEyMiAyNyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEyNSUiIHgyPSI1MCUiIHkyPSItMjUlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZTdlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTIyIiBoZWlnaHQ9IjI3IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #dfe7ef -25%, #fff 125%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-25%, #dfe7ef), color-stop(125%, #fff));
  background-image: linear-gradient(bottom, #dfe7ef -25%, #fff 125%); }
  .btn-gray.active, .btn-gray:hover {
    background-color: #e52543;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDk3IDI3IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZjE5MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDMzNGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9Ijk3IiBoZWlnaHQ9IjI3IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -webkit-linear-gradient(bottom, #df1939 0%, #ed334d 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#df1939), to(#ed334d));
    background-image: linear-gradient(bottom, #df1939 0%, #ed334d 100%);
    color: #fff; }

.vat {
  vertical-align: top; }

.r-img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden; }
  .r-img img {
    display: block;
    width: 100%;
    -webkit-border-radius: 50%;
            border-radius: 50%; }

.tab {
  display: none; }
  .tab:first-child {
    display: block; }

.gray {
  color: #9c9c9c; }

.btn-blue {
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  height: 23px;
  line-height: 18px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  border: 1px solid #83ccf1;
  font-family: Open Sans, Arial sans-serif;
  color: #009bdd;
  padding: 0 10px; }
  .btn-blue:hover, .btn-blue.active {
    background: #fff;
    color: #9c9c9c;
    border-color: #fff; }
  .btn-blue.active {
    cursor: default; }

.half {
  width: 49%;
  float: left; }
  .half + .half {
    float: right; }

table {
  //width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.2; }

thead td {
  background: #1256a0;
  border-left: 1px solid #b2c8e2;
  color: #fff; }

td {
  border: 1px solid #b2c8e2;
  vertical-align: middle;
  padding: 10px;
  color: #1256a0; }


ol {
  counter-reset: li;
  padding: 0;
  list-style: none; }

ol li {
  position: relative;
  margin: 0 0 6px 20px;
  padding: 0; }

ol li:before {
  content: counters(li, ".") ".";
  counter-increment: li;
  position: absolute;
  top: 0;
  right: 100%;
  color: #ee324e;
  margin-right: 6px; }

.li:first-child {
  counter-reset: item; }

.nobr {
  white-space: nowrap; }

.ico-zoom {
  background: url("../images/sprite.png") no-repeat -69px -32px;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-right: 6px; }

.header {
  min-width: 1000px; }

.header__top {
  border-bottom: 1px solid #cacccf;
  background: #fcfdfd;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmU4ZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-linear-gradient(top, #fcfdfd 0%, #dfe8ef 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfdfd), to(#dfe8ef));
  background: linear-gradient(to bottom, #fcfdfd 0%, #dfe8ef 100%); }

.header__links {
  font-size: 0;
  border-right: 1px solid #fff;
  border-left: 1px solid #cacccf; }

.header-link {
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  color: #000;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #cacccf;
  border-left: 1px solid #fff; }
  .header-link:hover, .header-link.active {
    background: #dfe8ef; }
  .header-link.active {
    cursor: default; }

.hl_1 {
  padding: 0 30px; }

.hl_2 {
  padding: 0 20px; }

.work-time {
  font-size: 12px;
  height: 40px;
  line-height: 40px; }

.red-star {
  background: url("../images/sprite.png") no-repeat -33px -24px;
  width: 11px;
  height: 10px;
  display: inline-block;
  margin-right: 6px; }

.header__bottom {
  padding-top: 30px;
  padding-bottom: 30px; }
  .header__bottom .phone-item {
    padding-top: 10px; }
    .header__bottom .phone-item:first-child {
      margin-right: 80px; }
  .header__bottom .red-ico {
    margin-right: 20px; }

.logo {
  display: block;
  margin: 10px 30px 0 0; }

.nav {
  background: #155aa7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1NWFhNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjNlN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #155aa7), color-stop(100%, #023e7c));
  background: -webkit-linear-gradient(top, #155aa7 0%, #023e7c 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#155aa7), to(#023e7c));
  background: linear-gradient(to bottom, #155aa7 0%, #023e7c 100%);
  -webkit-border-radius: 7px;
          border-radius: 7px;
  -webkit-box-shadow: 0 5px 16px rgba(0, 37, 75, 0.45);
          box-shadow: 0 5px 16px rgba(0, 37, 75, 0.45); }

nav.t {
  position: relative;
}

.nav-link {
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  padding: 20px 10px 20px 15px;
  vertical-align: top;
  border-right: 1px solid #002850;
  border-left: 1px solid #1677d7; }
  .nav-link:first-child {
    border-left: none;
    -webkit-border-radius: 7px 0 0 7px;
            border-radius: 7px 0 0 7px; }
  .nav-link:last-child {
    border-right: none;
    -webkit-border-radius: 0 7px 7px 0;
            border-radius: 0 7px 7px 0; }
  .nav-link:nth-child(2), .nav-link:last-child {
    padding-right: 15px; }
  .nav-link:hover, .nav-link.active {
    background: #023e7c; }
  .nav-link.active {
    cursor: default; }

.nav-link a {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 #002042;
}

.nav-link:hover > ul {
    display: block;
}
.nav-link > ul {
    display: none;
    list-style: none;
    position: absolute;
    top: 76px;
    left: 5px;
    width: 980px;
    background: #f5f5f5;
    margin: 0;
    padding: 0 20px 20px 20px;
    box-shadow: 0 5px 16px rgba(0, 37, 75, 0.45);
    z-index: 1000;
}
.nav-link > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 324px;
    padding-top: 20px;
}
.nav-link > ul a {
    color: #242424;
    text-transform: uppercase;
    border: 0 none;
   
    text-shadow: none;
    padding: 0;
}

.nav-link > ul a:hover {
    background: none;
    text-decoration: underline;
}

.nav-link > ul > li > ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.nav-link > ul > li > ul.img {
    background-repeat: no-repeat;
    padding-left: 90px;
    min-height: 76px;
}

.nav-link > ul > li > ul > li a {
    text-transform: none;
    padding: 5px 0 0 0;
    color: #009bdd;
}

.nav-link > ul > li > ul > li a:hover {
    text-decoration: underline;
}

.our-products {
  padding-top: 40px;
  margin-bottom: 50px;
  text-align: center; }
  .our-products h1 {
    text-align: center;
    font-size: 42px;
    font-weight: normal; }

.prod-box {
  background: #fff;
  -webkit-border-radius: 7px;
          border-radius: 7px;
  border: 2px solid #dbe2ea; }

.prod-link {
  display: block;
  float: left;
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 2px solid #dbe2ea;
  height: 255px;
  text-decoration: none;
  color: #009bdd; }
  .prod-link:first-child {
    border-left: none; }
  .prod-link:hover {
    text-decoration: underline; }

.prod-link__img {
  display: block;
  padding-top: 47px;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .prod-link__img img {
    max-width: 115px; }

.prod-link__name {
  display: block;
  position: relative;
  padding: 0 26px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.accessories {
  margin-bottom: 70px; }
  .accessories h2 {
    text-align: center; }

.acc {
  width: 20%; }

.acc__img{margin-bottom:20px;text-align:center;}

 .acc__title{text-transform:uppercase; font-weight: bold; font-family:Open Sans, sans-serif;color:#242424;margin-bottom:25px; margin-left: 15px;}

 .acc__list{padding:0;margin:0 30px 0 0;list-style:none;}

 .acc__list li{margin-bottom:6px;margin-left: 15px;}

 .acc__link{-webkit-transition:all 0.2s;transition:all 0.2s;text-decoration:none;color:#009bdd;display:inline-block;position:relative;padding-left:12px;}

 .acc__link:before{display:block;position:absolute;content:'-';left:0;top:0;} .acc__link:hover{text-decoration:underline;}

 .hot-offer{background:url(../images/bg-action2.jpg) no-repeat 50% 50%;height:277px;margin-bottom:30px;}
.offer-carousel .slick-track {
  height: 277px; }
.iconimg {max-width: 85px;}

.offer-link {
  position: absolute;
  display: block; }

.offer-link_0 {
  width: 660px;
  top: 0;
  left: 200px;
  bottom: 0; }
  .offer-link_0 .offer-link__img {
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 277px; }
    .offer-link_0 .offer-link__img img {
      display: inline !important;
      max-height: 250px;
      width: auto; }
  .offer-link_0 .offer-link__body {
    position: absolute;
    top: 150px;
    left: 55px; }
  .offer-link_0 .offer-link__price {
    -webkit-transition: all 0.5s;
            transition: all 0.5s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    opacity: 0;
    display: block;
    color: #fff;
    font-size: 24px;
    font-family: Open Sans, Arial sans-serif;
    -webkit-transform: translate3D(-100px, -100px, 0);
        -ms-transform: translate3D(-100px, -100px, 0);
            transform: translate3D(-100px, -100px, 0); }
  .offer-link_0 .offer-link__name {
    -webkit-transition: all 0.5s;
            transition: all 0.5s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    color: #fff;
   
    font-size: 14px;
    opacity: 0;
    -webkit-transform: translateX(200px);
        -ms-transform: translateX(200px);
            transform: translateX(200px);
    position: relative; }
    .offer-link_0 .offer-link__name:after {
      -webkit-transition: all 0.2s;
              transition: all 0.2s;
      display: block;
      position: absolute;
      content: "";
      background: url("../images/sprite.png") no-repeat 0px -53px;
      width: 6px;
      height: 10px;
      top: 5px;
      left: 100%;
      margin-left: 4px; }
  .offer-link_0:hover .offer-link__name {
    text-decoration: none; }

.offer-link_1, .offer-link_2 {
  width: 130px;
  text-align: center;
  top: 80px;
  color: #009bdd; }
  .offer-link_1 img, .offer-link_2 img {
    max-width: 100px;
    display: inline !important; }
  .offer-link_1 .offer-link__price, .offer-link_2 .offer-link__price {
    display: none; }
  .offer-link_1 .offer-link__img, .offer-link_2 .offer-link__img {
    margin-bottom: 10px; }
.offer-link_0:hover, .offer-link_1:hover .offer-link__name, .offer-link_2:hover .offer-link__name {
    text-decoration: underline; }

 
.offer-link_1 {
  left: 0; }

.offer-link_2 {
  right: 0; }

.slick-active .offer-link__price, .slick-active .offer-link__name {
  opacity: 1;
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0); }

.offer-link__body, .offer-link__img, .offer-link {
  display: block; }

.rub {
  font-family: Open Sans, sans-serif; }

.offer-btns {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  padding-top: 20px; }
  .offer-btns .slick-arrow {
    -webkit-transition: all 0.2s;
            transition: all 0.2s;
    border: none;
    outline: none;
    opacity: 0.8; }
    .offer-btns .slick-arrow:hover {
      opacity: 1; }
    .offer-btns .slick-arrow.slick-disabled {
      opacity: 0.3 !important; }
  .offer-btns .slick-arrow, .offer-btns .slick-dots, .offer-btns .slick-dots li {
    display: inline-block !important;
    vertical-align: middle; }
  .offer-btns .slick-prev {
    background: url("../images/sprite.png") no-repeat -33px 0px;
    width: 12px;
    height: 19px;
    margin-right: 20px; }
  .offer-btns .slick-next {
    background: url("../images/sprite.png") no-repeat 0px 0px;
    width: 12px;
    height: 21px;
    margin-left: 20px; }
  .offer-btns .slick-dots button {
    display: none; }
  .offer-btns .slick-dots li {
    -webkit-transition: all 0.2s;
            transition: all 0.2s;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: 0 4px;
    background: #242424;
    cursor: pointer; }
    .offer-btns .slick-dots li.slick-active, .offer-btns .slick-dots li:hover {
      background: #fb001e; }
    .offer-btns .slick-dots li.slick-active {
      cursor: default; }

.offer-title {
  position: absolute;
  top: 0;
  left: 26%;
  font-size: 45px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1;
  padding-top: 30px; }

.company {
  padding-top: 50px;
  padding-bottom: 30px;
      padding-left: 290px;
background: rgba(0, 0, 0, 0) url("../images/companos.jpg") no-repeat scroll 0 20%;
 }

.company__title {
padding-top: 40px;
color: #fff;
  width: 210px; }

.company__desc {
  margin-left: 230px;
padding-right: 240px;
  color: #444442; }

.clients {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center; }
  .clients h2 {
    text-align: center; }
  .clients .slick-list {
    font-size: 0; }
    .clients .slick-list img {
      display: inline-block; }
    .clients .slick-list .client-item {
      float: none;
      display: inline-block;
      vertical-align: middle; }
  .clients .slick-arrow {
    font-size: 0;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    margin-top: -11px; }
  .clients .slick-prev {
    background: url("../images/sprite.png") no-repeat 0px -26px;
    width: 11px;
    height: 22px;
    left: -15px; }
  .clients .slick-next {
    background: url("../images/sprite.png") no-repeat -17px 0px;
    width: 11px;
    height: 22px;
    right: -15px; }

.advantages {
  background: rgba(0, 0, 0, 0) url("../images/fon-blue.jpg") no-repeat scroll 50% 50%;
  padding: 50px 0 70px; }

.col-300 {
  width: 300px;
  vertical-align: top; }

.adv__row {
  margin-bottom: 6px; }

.adv__title {
  padding-top: 30px;
  margin-bottom: 15px;
  font-size: 15px;

  font-family: Open Sans, Atial sans-serif; }

.adv__text {
  color: #444442; }

.reviews {
  padding: 60px 0 70px;
  background: url(../images/bg-review.jpg) no-repeat 50% 0;
  background-size: cover; }
  .reviews h2 {
    text-align: center; }

.review-item__doc {
  display: block;
  float: left;
  margin-left: 10px;
  text-align: center; }
  .review-item__doc:hover .review__link {
    text-decoration: none; }
  .review-item__doc img {
    display: block;
    max-width: 100%; }
  .review-item__doc .box-img {
    display: block;
    width: 155px;
    border: 7px solid #d0d8e5;
    background-color: #fdfdfd;
    -webkit-box-shadow: 0 5px 16px rgba(0, 37, 75, 0.09);
            box-shadow: 0 5px 16px rgba(0, 37, 75, 0.09);
    margin-bottom: 20px; }

.review__link {
  color: #009bdd;
  text-decoration: underline;
  position: relative; }

.r-ico {
  display: block;
  position: absolute;
  background: url("../images/sprite.png") no-repeat -50px -36px;
  width: 11px;
  height: 11px;
  right: 100%;
  top: 4px;
  margin-right: 4px; }

.review__flr {
  width: 220px; }

.review-item__author {
  font-size: 18px;
  margin-bottom: 30px; }

.review-item__position {
  margin-left: 50px; }

.review-item__text {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 5px 16px rgba(0, 37, 75, 0.09);
          box-shadow: 0 5px 16px rgba(0, 37, 75, 0.09);
  margin: 0 260px 0 255px;
  padding: 40px 35px 15px;
  color: ##444442; }
  .review-item__text:after {
    display: block;
    content: '';
    position: absolute;
    left: 100%;
    top: 20px;
    border-width: 16px;
    border-style: solid;
    border-color: #fff transparent transparent #fff; }

.review-btns {
  position: absolute;
  top: 50%;
  margin-top: 50px;
  right: 20px; }
  .review-btns .slick-arrow, .review-btns .review-counter, .review-btns .r-count {
    display: inline-block; }
  .review-btns .slick-dots {
    display: inline-block !important; }
    .review-btns .slick-dots li {
      display: none; }
      .review-btns .slick-dots li.slick-active {
        display: block; }
        .review-btns .slick-dots li.slick-active button {
          cursor: default;
          background: none;
          border: none;
          outline: none;
          line-height: 1;
          font-size: 22px; }
  .review-btns .slick-arrow {
    font-size: 0;
    border: none;
    outline: none;
    vertical-align: middle; }
    .review-btns .slick-arrow.slick-disabled {
      opacity: .3;
      cursor: default; }
  .review-btns .slick-prev {
    background: url("../images/sprite.png") no-repeat 0px -26px;
    width: 11px;
    height: 22px; }
  .review-btns .slick-next {
    background: url("../images/sprite.png") no-repeat -17px 0px;
    width: 11px;
    height: 22px; }

.review-counter {
  vertical-align: middle;
  margin: 0 16px 0 10px; }

.r-count {
  font-size: 22px; }
  .r-count:before {
    display: inline-block;
    content: '/';
    padding: 0 6px 0 0px; }

.red-ico {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background: #eb2e4a;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  line-height: 24px;
  text-align: center; }
  .red-ico:after {
    display: inline-block;
    content: ''; }

.red-ico_mobile:after {
  background: url("../images/sprite.png") no-repeat -69px 0px;
  width: 8px;
  height: 12px; }

.red-ico_phone:after {
  background: url("../images/sprite.png") no-repeat -50px -17px;
  width: 11px;
  height: 14px; }

.red-ico_mail:after {
  background: url("../images/sprite.png") no-repeat -50px 0px;
  width: 14px;
  height: 12px; }

.phone-item {
  font-size: 22px;
  line-height: 1; }

.consultant .phone-item a {
    display: none;
}

.consultant .phone-item a.active {
    display: block;
}

.phone__code {
  font-size: 14px;
  font-family: Open Sans, sans-serif; }

.form-box {
  padding-top: 70px;
  padding-bottom: 80px; }
  .form-box h2 {
    text-align: center; }

.form__contact {
  width: 240px; }
  .form__contact .phone-item {
    margin-bottom: 10px; }
  .form__contact .red-ico {
    margin-right: 12px; }
  .form__contact h3 {
    margin-bottom: 20px; }

.form {
  margin-left: 255px;
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 0 5px 16px rgba(0, 37, 75, 0.12);
          box-shadow: 0 5px 16px rgba(0, 37, 75, 0.12);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZWFlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjVmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  /* gradient overlay */
  background-image: -webkit-linear-gradient(bottom, #e3eaef 0%, #f3f5f9 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e3eaef), to(#f3f5f9));
  background-image: linear-gradient(bottom, #e3eaef 0%, #f3f5f9 100%);
  padding: 24px 27px; }

.input-text {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 53px;
  line-height: 53px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  -webkit-box-shadow: inset 2px 4px 5px #f1f1f1;
          box-shadow: inset 2px 4px 5px #f1f1f1;
  outline: none;
  padding: 0 24px;
  font-size: 18px; }
  .input-text:-moz-placeholder {
    color: #b3b3b3; }
  .input-text::-moz-placeholder {
    color: #b3b3b3; }
  .input-text::-webkit-input-placeholder {
    color: #b3b3b3; }

.wrapper-input {
  margin-right: 285px;
  margin-bottom: 20px; }
  .wrapper-input .input-text {
    padding-right: 40px; }

.form__desc {
  font-size: 12px;
  color: #9c9c9c; }

.download-link {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
  color: #009bdd;
  margin-bottom: 6px; }
  .download-link:hover {
    text-decoration: underline; }

.downl-i {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  background: url("../images/sprite.png") no-repeat -69px -17px;
  width: 7px;
  height: 10px; }

.prod {
  margin-bottom: 50px; }

.prod__left {
  width: 300px; }
  .prod__left + .prod__right {
    margin-left: 330px; }

.prod__right h4 {
  text-transform: uppercase;
  font-weight: bold; }

.prod-nav {
  margin-bottom: 35px; }
  .prod-nav .btn {
    margin-right: 3px; }

.prod__price {
  font-size: 24px;
  color: #e52342;
  font-family: helveticaneuecyrbold, sans-serif;
  margin-bottom: 25px; }

.prod__img {
  border: 1px solid #b7c2c7;
  text-align: center;
  margin-bottom: 8px;
  height: 300px; }
  .prod__img .tc {
    vertical-align: middle; }
  .prod__img img {
    max-width: 100%; }

.prod__previews {
  margin-right: -10px; }

.prod__img_small {
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  display: inline-block;
  text-decoration: none;
  height: 70px;
  width: 70px;
  border: 1px solid #dfe6ea;
  text-align: center;
  margin: 0 3px 8px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5px; }
  .prod__img_small img {
    max-width: 100px; }
  .prod__img_small:hover, .prod__img_small.active {
    border-color: #b7c2c7; }
  .prod__img_small.active {
    cursor: default; }

.pro-desc {
  padding-top: 50px;
  color: #000;
  line-height: 1.43; }
  .pro-desc h2 {
    font-size: 24px;
    color: #000; }
  .pro-desc h4 {
    text-transform: uppercase;
     }
  .pro-desc .blue {
    color: #1256a0; }

.mb80 {
  margin-bottom: 80px; }

.consultant {
  background: #dbecfe;
  padding: 30px 0 30px; }

.consultant .phones-block {
    display: none;
}

.consultant .phones-block.active {
    display: block;
}

.c__left {
  width: 234px; }
  .c__left .tab-wrap {
    margin-bottom: 10px; }

.r-img_cons {
  background: #fff;
  width: 203px;
  height: 203px; }

.tab-links_cons {
  margin-right: -10px; }
  .tab-links_cons .btn-blue {
    margin-bottom: 10px; }

.c__right {
  margin-left: 280px; }
  .c__right h2 {
    text-transform: none; }

.cons__name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px; }

.phone-item.vat {
  margin-left: 8px; }

.cons__left {
  width: 340px; }

.cons__right {
  width: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 35px;
  border-left: 1px solid #c5d4e4; }

.cons__pos {
  margin-bottom: 6px; }

.cons-tab-title {
  margin-bottom: 8px;
text-align:left;
 }

.wrapper_zoom {
  padding-top: 25px;
  padding-bottom: 25px; }

.doble-border {
  border-top: 1px solid #e7e8e9;
  border-bottom: 1px solid #e7e8e9;
  padding-top: 15px;
  padding-bottom: 15px; }

.home-link {
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  text-transform: uppercase;
  color: #cfd1d4;
  text-decoration: none;
  font-family: helveticaneuecyrbold, sans-serif; }
  .home-link:hover {
    color: #616161; }
    .home-link:hover .to-home {
      fill: #616161;
      -webkit-transform: translateX(-10px);
          -ms-transform: translateX(-10px);
              transform: translateX(-10px); }

.to-home {
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  display: inline-block;
  fill: #cfd1d4;
  width: 6px;
  height: 10px;
  margin-right: 18px; }

.pt30 {
  padding-top: 30px; }

.contact-page {
  padding-bottom: 55px; }
  .contact-page p {
    
    margin-bottom: 35px; }
  .contact-page h3 {
    margin-bottom: 15px; }
  .contact-page h2 {
    margin-bottom: 20px; }
  .contact-page .phone-item {
    margin-bottom: 10px; }

.footer {
  background: #002c5a;
  color: #fff;
  padding-bottom: 10px;
  min-width: 1000px; }

.footer__top {
  padding: 30px 0;
  border-bottom: 1px solid #617c99;
  margin-bottom: 50px; }

.footer__top__center .f-link {
  display: inline-block;
  margin: 0 15px; }

.f-link {
  color: #8ca0b5; }

.ff-link {
  color: #406183; }

.f-link, .ff-link {
  -webkit-transition: all 0.2s;
          transition: all 0.2s; }
  .f-link:hover, .ff-link:hover {
    color: #fff; }

.footer__item {
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px; }

.footer__box {
  margin-bottom: 40px; }
  .footer__box h3, .footer__box h4 {
    color: #406183;
    font-weight: bold; }

.footer__list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .footer__list li {
    margin-bottom: 10px; }

.ff-link_2 {
  display: inline-block;
  position: relative;
  padding-left: 12px; }
  .ff-link_2:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '-'; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  outline: none !important;
  display: none;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0; }

/*! 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;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

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

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  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("../images/fancybox/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("../images/fancybox/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("../images/fancybox/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;
  visibility: hidden; }

.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("../images/fancybox/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);
  -webkit-border-radius: 15px;
  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("../images/fancybox/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("../images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

.thankyou-message {
    display: none;
    font-size: 1.2em;
}

span.error {
    color: #f00;
    padding-top: 5px;
}

.hamburger { padding: 15px 15px; display: none; cursor: pointer; -webkit-transition-property: opacity, -webkit-filter; transition-property: opacity, -webkit-filter; transition-property: opacity, filter; transition-property: opacity, filter, -webkit-filter; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: linear; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; overflow: visible; }

.hamburger:hover { opacity: 0.7; }

.hamburger-box { width: 40px; height: 24px; display: inline-block; position: relative; }

.hamburger-inner { display: block; top: 50%; margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { width: 40px; height: 4px; background-color: white; border-radius: 4px; position: absolute; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: ease; transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after { content: ""; display: block; }

.hamburger-inner::before { top: -10px; }

.hamburger-inner::after { bottom: -10px; }

.hamburger--stand .hamburger-inner { -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::before { -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::after { -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner { -webkit-transform: rotate(90deg); transform: rotate(90deg); background-color: transparent; -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::before { top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::after { bottom: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }


@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("../images/fancybox/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("../images/fancybox/fancybox_loading@2x.gif"); background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/ } }
/*==========  Desktop First  ==========*/
section { -webkit-box-sizing: border-box; box-sizing: border-box; }

@media only screen and (max-width: 1200px) { .wrapper, .wrapper_b, section { min-width: auto; }
  .consultant { min-width: auto; }
  .consultant .oh { display: -webkit-box; display: -ms-flexbox; display: flex; }
   .wrapper img { max-width: 100%; height: auto; } }
@media only screen and (max-width: 1000px) { .advantages { background-size: cover; }
  section { min-width: auto; }
  .pro-desc .cl { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 20px; }
  .pro-desc .half { margin-bottom: 20px; }
  .pro-desc .half h4 { margin-bottom: 10px; }
  .header, .footer { min-width: auto; }
  .wrapper, .wrapper_b { max-width: 100%; min-width: auto; width: 750px; }
  .slogan { display: none; }
  .header__bottom { 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; }
  .phones-header { 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; }
  .header__bottom .phone-item:first-child { margin-right: 15px; }
  .header__bottom .red-ico { margin-right: 10px; }
  .phone-item { font-size: 18px; }
  .nav-link { padding: 10px; text-align: center; font-size: 13px; }
  .prod-link__name { padding: 0 5px; }
  .company { 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; padding-left: 20px; padding-right: 20px; background-size: 80% 30%; }
  .company__desc { margin-left: 0; padding-right: 0; }
  .dib { margin-bottom: 15px; }
  .review-item { display: -webkit-box; display: -ms-flexbox; display: flex; width: 710px; /* flex-direction: column; */ -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .review-item .review-item__doc, .review-item .tar, .review-item .review-item__text { float: none; }
  .review-item .review-item__text { margin: auto; }
  .review-item .review-item__text:after { content: none; }
  .review-item .review-item__doc { margin-bottom: 15px; }
  .review-item .review-item__doc .box-img { margin-bottom: 0; }
  .review-btns { position: relative; text-align: center; right: 0; }
  .slick-initialized .slick-slide { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 10px; }
  .footer__top .wrapper { 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; }
  .footer__top .developer { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  .footer__top__center { margin-bottom: 0; }
  .footer > .wrapper { display: none; }
  .form .wrapper-input { margin-right: 0; }
  .form .btn_abs { position: relative; margin-bottom: 10px; }
  .prod__left { max-width: 100%; }
  .img-box img { max-width: 100%; height: auto;}
  .consultant { min-width: auto; }
  .consultant .oh { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .consultant .tabs > .fll { float: none; }
  .consultant .tabs .c__right { margin-left: 0; margin-top: 30px; }
  .consultant .tabs .c__left { margin: auto; } }
@media only screen and (max-width: 768px) { .company { background-size: 80% 20%; }
  .company h2 { margin: 0; }
  .company__desc { padding-top: 30px; }
  .prod { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .prod__left + .prod__right { margin-left: 0; }
  .wrapper, .wrapper_b { width: 100%; }
  .header__links:nth-of-type(1) { display: none; }
  .hamburger { display: block; }
  .mobile { display: block; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-left: 10px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 20px; color: white; font-weight: 600; background: #155aa7; border-top-right-radius: 10px; border-top-left-radius: 10px; border-bottom: 1px solid gray; }
  .nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 0; visibility: hidden; }
  .nav ul .img { min-height: auto; background: none !important; padding: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; }
  .nav-link > ul > li > ul.img { min-height: auto; background: none !important; padding: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; }
  .nav-link > ul > li { width: 100%; }
  .nav-link:last-of-type:hover > ul { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .nav-link > ul { min-height: auto; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; top: auto; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; left: 0; height: 0; visibility: hidden; }
  .nav-link.active > ul { top: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; left: 0; height: auto; visibility: visible; -webkit-transition: 0.3s; transition: 0.3s; }
  .form { margin-left: 0px; }
  .form .btn { max-width: 100%; }
  .nav-active { height: auto; visibility: visible; -webkit-transition: 0.3s ease; transition: 0.3s ease; }
  .accessories .wrapper_acc { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .accessories .wrapper_acc .fll { width: 45%; margin-bottom: 20px; text-align: center; }
  .accessories .wrapper_acc .fll .acc__list { margin-right: 0; }
  .prod-box { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; border: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .prod-box .prod-link { width: 45%; border: none; }
  .prod-box .prod-link:nth-of-type(3) { border-right: 1px solid gray; }
  .prod-box .prod-link:nth-of-type(1) { border-right: 1px solid gray; }
  .prod-box .prod-link:nth-of-type(5) { border-top: 1px solid gray; }
  .phones-header { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  .form-box .cl { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  td { padding: 5px; }
  table { font-size: 11px; }
  .mb80 { margin-bottom: 40px; } }
@media only screen and (max-width: 576px) { .work-time.flr { float: none; text-align: center; }
  .header__top .tac { text-align: center; }
  .header__top > .wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .header__bottom { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .our-products h1 { font-size: 30px; }
  .offer-link_2 { display: none !important; }
  .offer-link_1 { display: none !important; }
  .offer-carousel .offer-link { width: 100%; left: 0; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
  .offer-carousel .offer-link .offer-link__img { height: auto; }
  .offer-carousel .offer-link .offer-link__img img { max-height: 130px; }
  .offer-carousel .offer-link .offer-link__body { position: relative; top: 0; left: 0; }
  .hot-offer .offer-title { left: 5%; font-size: 35px; }
  .footer__top .wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .footer__top .wrapper > div { margin-bottom: 15px; }
  .review__flr { margin-bottom: 15px; width: auto; text-align: center; }
  .review__flr .review-item__author { margin-bottom: 0; }
  .review__flr .review-item__position { margin-left: 0; }
  .oh { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .cons__left, .cons__right { max-width: 100%; padding-left: 0; }
  .half { width: 100%; float: none; }
  table { display: block; overflow-x: auto; max-width: 100%; }
  .form-box h2 { font-size: 20px; } }
/*==========  Mobile First  ==========*/
@media only screen and (min-width: 768px) { .mobile { display: none; } }
