@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

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


h1 {
  box-sizing: border-box;
  outline: none;

  text-align: center;

  color: #484748;
  font-family: "museo_sans_cyrl300";
  font-size: 16px;
  font-weight: normal;  }


h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .67em;
  margin: 2.33em 0; }

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

b, strong {
  font-weight: 700; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

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

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

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

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

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -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; }

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

body {
  margin: 0;
  padding: 0;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  max-width: 100%; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

a {
  text-decoration: none; }

strong {
  font-weight: 900; }

ul {
  padding: 0; }

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

*:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

a[href^=tel] {
  color: inherit !important;
  text-decoration: none; }


  .grid-inner {
    padding: 0;
    border: 1px solid #1d4c9c;
    border-radius: 4px;
    height: 100%;
    overflow: hidden;
    padding-bottom: 20px;
    margin: 10px;
    width: 300px;
}
.portfolio-image img{
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 6px;
}
.catalog_title{
  background-color: #1d4c9c;
  color: #fff;
    padding: 15px;
    font-size: 20px;
}
.catalog_text{
  color:#000;
  padding: 20px;
  text-align: left;
  line-height: 23px;
}

.contacts_schedule, .contacts_info{
  text-align: left;
  font-size: 16px;
  line-height: 23px;
  margin: 30px 0px;
}

.input_style{
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}

.button_style{
  cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-family: Trebuchet MS;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    background: #1d4c9c;
    height: 43px;
    -webkit-box-shadow: 0px 2px 5px 0px #666666;
    -moz-box-shadow: 0px 2px 5px 0px #666666;
    box-shadow: 0px 2px 5px 0px #666666;
    border: 1px solid #0f387e;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.button_style:hover{
  color:#000;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
.slick-track:before, .slick-track:after {
  content: "";
  display: table; }
.slick-track:after {
  clear: both; }
.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
[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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("slick.eot");
  src: url("slick.eot@") format("embedded-opentype"), url("slick.woff") format("woff"), url("slick.ttf") format("truetype"), url("scss/fonts/slick.svg.html") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }
.slick-prev:before {
  content: "←"; }
[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: -25px; }
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }
.slick-next:before {
  content: "→"; }
[dir="rtl"] .slick-next:before {
  content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
  color: #CCC; }
.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }
.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
  margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }
.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg); }

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0); }

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg); }

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0; }

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on May 31, 2016 */
@font-face {
  font-family: 'intro_boldregular';
  src: url("intro-bold-webfont.eot");
  src: url("intro-bold-webfont.eot@") format("embedded-opentype"), url("intro-bold-webfont.woff2") format("woff2"), url("intro-bold-webfont.woff") format("woff"), url("intro-bold-webfont.ttf") format("truetype"), url("intro-bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'museo_sans_cyrl300';
  src: url("museosanscyrl-webfont.eot");
  src: url("museosanscyrl-webfont.eot@") format("embedded-opentype"), url("museosanscyrl-webfont.woff2") format("woff2"), url("museosanscyrl-webfont.woff") format("woff"), url("../fonts/museosanscyrl-webfont.ttf.html") format("truetype"), url("museosanscyrl-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'museo_sans_cyrl700';
  src: url("museosanscyrl_3-webfont.eot");
  src: url("museosanscyrl_3-webfont.eot@") format("embedded-opentype"), url("museosanscyrl_3-webfont.woff2") format("woff2"), url("museosanscyrl_3-webfont.woff") format("woff"), url("../fonts/museosanscyrl_3-webfont.ttf.html") format("truetype"), url("museosanscyrl_3-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
html, body {
  height: 100%;
  color: #484748;
  font-family: "museo_sans_cyrl300";
  font-size: 16px; }

h2, h3, h4, h5 {
  font-family: "museo_sans_cyrl700";
  font-weight: normal; }

h2 {
  font-size: 30px;
  text-transform: uppercase; }

strong {
  font-family: "museo_sans_cyrl700";
  font-weight: normal; }

.white {
  color: #FFF; }

.wrapper {
  width: 960px;
  margin: 0 auto;
  text-align: center; }
@media (max-width: 1000px) {
  .wrapper {
    width: 100%;
    padding: 0 10px; } }

/* ----------------- clearfix  ------------- */
/* -------------- veretical align ---------- */
.reasons__box .item__icon, .trust__slider .slide, .videos__slider .slide, .clearfix {
  *zoom: 1; }
.reasons__box .item__icon:before, .trust__slider .slide:before, .videos__slider .slide:before, .clearfix:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
  margin-right: 0; }

/* -------------- position ---------- */
/* ------------------ flex ----------------- */
/* ------------------ flex ----------------- */
/*
.flex-center-spaceB,
.flex-center-spaceA,
.flex-center-spaceS,
.flex-start-spaceB,
.flex-start-spaceA,
.flex-start-spaceS {
    -webkit-display: flex;
  display: flex;
}
.flex-center-spaceB {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-center-spaceA {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex-center-spaceS {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-start;
  justify-content: space-start;
}

.flex-start-spaceB {
  -webkit-align-items: start;
  align-items: start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-start-spaceA {
  -webkit-align-items: start;
  align-items: start;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex-start-spaceS {
  -webkit-align-items: start;
  align-items: start;
  -webkit-justify-content: space-center;
  justify-content: space-center;
}
*/
/* ------------------- animation   ---------------*/
/* -------------- transition ---------- */
/* -------------- transition ---------- */
/* ------------------- text ending ---------------*/
/* ------------------- tooltip  ---------------*/
/* ------------------- triangle ---------------*/
/* ------------------- media ---------------*/
.button {
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  border-radius: 10px;
  text-transform: uppercase;
  font-family: "intro_boldregular";
  font-size: 16px;
  color: #231f20;
  border: 0;
  background-color: #3dcafb;
  text-align: center;
  width: auto;
  padding: 0 25px;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
.button:hover {
  background-color: #FFE57C; }
.button--full {
  width: 100%; }
.button--blue {
  background-color: #1d4c9c;
  color: #fff; }
.button--blue:hover {
  background-color: #1C8094; }
.button--small {
  height: 40px;
  font-size: 14px;
  padding: 0 15px; }

a.button {
  line-height: 48px; }
a.button--small {
  font-size: 14px;
  line-height: 40px; }

/*

CSS clearfix----------  @extend %clearfix;

CSS vertical align 
with before  ---------  @extend %clearfix;

CSS position----------  @include position(absolute, auto, 0, auto, 0);

CSS transition--------  @include transition(all, .2s);
CSS transform---------  @include transform(rotate(45deg));
CSS animation---------  @include animation($name, $duration: 1000ms, $iterations: infinite, $timing-function: ease, $delay: 0ms);

CSS FLEX--------------  @include flex($alignI: center, $justify: space-between,  $direction: row, $wrap: nowrap);	  
CSS FLEX direction----  @include flexDirection(column);
  
CSS Triangle----------  @include triangle(left, $size: 6px, $color: #222);
CSS text ending ------  @include textEnd($overflow: ellipsis); // values are: clip, ellipsis, or a string
CSS tooltip-----------  @include tooltiptooltip($content: attr(data-tooltip), $direction: top);


*/
h2 {
  font: 30px "intro_boldregular";
  text-transform: uppercase;
  display: inline-block;
  border-top: 3px solid #3dcafb;
  border-bottom: 3px solid #3dcafb;
  padding: 2px 0;
  color: #1d4c9c; }
@media (max-width: 800px) {
  h2 {
    font: 26px "intro_boldregular"; } }
@media (max-width: 600px) {
  h2 {
    font: 24px "intro_boldregular"; } }
@media (max-width: 500px) {
  h2 {
    font: 22px "intro_boldregular"; } }

.subtitle {
  font: 16px/28px "museo_sans_cyrl300";
  margin-top: 50px; }
.subtitle strong {
  font: 16px/28px "museo_sans_cyrl700"; }
@media (max-width: 600px) {
  .grid-inner {
    padding: 0;
    border: 1px solid #1d4c9c;
    border-radius: 4px;
    height: 100%;
    overflow: hidden;
    padding-bottom: 20px;
    margin: 10px 0px 20px 0px;
    width: 100%;
}

  .subtitle {
    font: 14px/24px "museo_sans_cyrl300";
    margin-top: 30px; }
  .subtitle strong {
    font: 14px/24px "museo_sans_cyrl700"; } }
@media (max-width: 360px) {
  .subtitle {
    font: 13px/22px "museo_sans_cyrl300"; }
  .subtitle strong {
    font: 13px/22px "museo_sans_cyrl700"; } }

h3 {
  font: 29px "intro_boldregular";
  color: #1d4c9c; }
@media (max-width: 600px) {
  h3 {
    font-size: 26px; } }
@media (max-width: 500px) {
  .prodBlock h3 {
    font-size: 16px!important;
    overflow-wrap: break-word;
  } }

/*----------------------
    HEADER STYLES
------------------------*/
body {
  position: relative;
  padding-top: 157px; }
@media (max-width: 1100px) {
  body {
    padding-top: 0; } }

section {
  padding: 65px 0; }

header {
  margin: 0;
  left: 0;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 100%;
  z-index: 100;
  height: 100px;
  background-color: #FFF;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  /*-------- header_info ---------*/
  /*-------- end header__info ---------*/
  /*-------- nav ---------*/
  /*-------- end nav ---------*/ }
@media (max-width: 1100px) {
  header {
    position: fixed;
    left: -100%;
    right: auto;
    top: 0;
    bottom: auto;
    width: 260px !important;
    height: 100%;
    overflow: scroll;
    text-align: center;
    margin-top: 0;
    padding: 20px 0;
    z-index: 100;
    background-color: #231F20; }
  header.active {
    left: 0; }
  header:after {
    display: none; } }
@media (max-width: 1100px) and (min-height: 600px) {
  header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
header .header__info {
  height: 100%; }
header .header__info .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%; }
header .header__info .logo {
  position: relative;
  height: 100px;
  display: block; color: #444; }
header .header__info .logo:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
header .header__info .logo em {
  font: 12px/18px "museo_sans_cyrl300";
  margin-left: 13px;
  display: inline-block;
  vertical-align: middle;
  text-align: left; width: 180px; }
header .header__info .logo img {
  height: 85px;
    margin-top: 8px;
  display: inline-block;
  vertical-align: middle; }
header .header__info .contactUs {
  color: #484748;
  text-align: left; }
header .header__info .contactUs a {
  display: block;
  text-align: left;
  font: 20px "intro_boldregular";
  color: #484748; }




header .header__info .contactUs span {
  font: 12px "museo_sans_cyrl300"; }
header .header__info .contactUs__tel span {
  color: #1d4c9c; }
@media (max-width: 1100px) {
  header .header__info {
    background: transparent;
    height: auto; }
  header .header__info .wrapper {
    width: 100%;
    display: block; }
  header .header__info .logo {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }
  header .header__info .logo img {
    display: block;
    width: 200px;
    margin: 10px auto; }
  header .header__info .logo em {
    color: #FFF;
    text-align: center;
    display: block;
    width: 100%;
    margin-left: 0;
    font-size: 18px; }
  header .header__info .contactUs {
    color: #FFF;
    text-align: center;
    margin: 20px 0; }
  header .header__info .contactUs a {
    text-align: center !important;
    color: #FFF; }
  header .header__info .contactUs span {
    color: #FFF; } }
@media (max-width: 600px) {
  header .header__info .logo {
    margin-bottom: 0; }
  header .header__info .logo img {
    width: 150px;
    margin-top: 0; }
  header .header__info .logo em {
    font-size: 14px; }
  header .header__info .contactUs {
    margin: 5px auto; }
  header .header__info .contactUs a {
    font-size: 16px; } }
header nav {
  width: 100%;
  background-color: #231F20;
  position: absolute;
  top: 100px;
  z-index: 10; }
@media (min-width: 1100px) {
  header.hasScrolled {
    top: 0;
    position: fixed; } }
header nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0; }
@media (min-width: 1100px) {
  header nav ul li:before,
  header nav ul li:last-of-type:after {
    content: " ";
    margin-right: 6px;
    vertical-align: middle;
    width: 1px;
    height: 30px;
    background-color: #393637;
    display: inline-block; } }
header nav ul a {
  font: 13px "intro_boldregular";
  text-transform: uppercase;
  color: #FFF;
  display: inline-block;
  padding: 22px 14px 15px;
  text-decoration: none;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s; }
header nav ul a:hover {
  border-bottom: 4px solid #1d4c9c; }
header nav ul a.active {
  border-bottom: 4px solid #1d4c9c; }
@media (max-width: 1100px) {
  header nav {
    display: block;
    height: 300px;
    width: 100%;
    overflow: scroll;
    position: relative;
    position: static;
    margin-top: 30px; }
  header nav ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
    height: 100%; }
  header nav li:before {
    display: none; }
  header nav li a {
    margin: 0 0 5px 0;
    padding: 0 0 4px 0; }
  header nav li a.active {
    color: #ECCC1D; }
  header nav li a:hover {
    background: transparent; } }
@media (max-width: 600px) {
  header nav {
    height: auto; }
  header nav li {
    margin-bottom: 5px; } }
header.hasScrolled {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); }
@media (max-width: 1100px) {
  header.hasScrolled nav {
    -webkit-box-shadow: none;
    box-shadow: none; } }

/*-------- end header ---------*/
.logo--mobile {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  bottom: auto;
  display: none;
  margin: auto;
  z-index: 3; }
@media (max-width: 1100px) {
  .logo--mobile {
    display: block; } }

/* ------- menu toggle --------- */
.menu-button {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  left: auto;
  right: 15px;
  top: 15px;
  bottom: auto;
  margin: auto;
  cursor: pointer;
  z-index: 100;
  background-color: #2C2D2E;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
.menu-button .menu-line {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: auto;
  width: 60%;
  height: 5px;
  background-color: #fff;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s; }
.menu-button .top_line {
  top: 12px;
  margin: auto; }
.menu-button .middle_line {
  top: 22px;
  margin: auto; }
.menu-button .bottom_line {
  bottom: 12px;
  margin: auto; }
.menu-button.active {
  -webkit-border-radius: 6px;
  border-radius: 6px; }
.menu-button.active .top_line {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%; }
.menu-button.active .bottom_line {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 45%; }
.menu-button.active .middle_line {
  width: 0;
  left: 50%; }
@media (max-width: 1100px) {
  .menu-button {
    display: block; } }
@media (max-width: 320px) {
  .menu-button {
    right: 5px; } }

/*----------------------
    OFFER STYLES
------------------------*/

@media (max-width: 1100px) {
  .offer {
    height: auto;
    max-height: 1000px;
    padding: 40px 0 40px;
    min-height: 400px;
    background-position: 50% 50%;} }
.offer .wrapper {
  height: 100%;
  text-align: left;}
@media (min-width: 1500px) {
  .offer .wrapper {
    text-align: right;
  }
}

.offer .wrapper:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle; }

.offer .logo {
  display: none; }
@media (max-width: 1000px) {
  .offer .logo {
    display: block;
    margin: 0 40px;
    text-align: center; } }
.offer ul {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 580px;
  padding: 0;
  margin: 0;
  list-style-type: none; }
@media (max-width: 1000px) {
  .offer ul {
    display: block;
    margin: 20px auto;
    width: 480px; } }
@media (max-width: 600px) {
  .offer ul {
    width: 100%;
    padding: 0 10px; } }
.offer ul li {
  font: 34px "intro_boldregular";
  color: #fff;
  padding-left: 35px;
  margin-bottom: 20px;
  position: relative; }
@media (max-width: 1000px) {
  .offer ul li {
    font-size: 28px;
    margin-bottom: 10px; } }
@media (max-width: 600px) {
  .offer ul li {
    font-size: 22px;
    margin-bottom: 10px; } }
@media (max-width: 320px) {
  .offer ul li {
    font-size: 20px;
    margin-bottom: 10px; } }
.offer ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/check.png");
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  right: auto;
  top: 10px;
  bottom: auto; }
.offer form {
  margin-left: 50px; }
@media (max-width: 1000px) {
  .offer form {
    display: block;
    margin: 20px auto 0; } }

form {
  width: 100%;
  background-color: #FFF;
  padding: 30px 25px 0px 25px;
  display: inline-block;
  vertical-align: middle; }
@media (max-width: 360px) {
  form {
    width: 300px; } }
form p {
  font: 24px/30px "intro_boldregular";
  color: #231F20;
  margin-bottom: 20px;
  display: block;
  text-transform: uppercase;
  text-align: center; }
form p small {
  display: block;
  font: 14px "museo_sans_cyrl300";
  text-transform: none;
  margin-top: 10px; }
form .input {
  display: block;
  height: 50px;
  margin-bottom: 15px;
  width: 100%;
  position: relative; }
form .input:after {
  width: 12px;
  height: 16px;
  content: "";
  display: block;
  position: absolute;
  left: auto;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../images/inputPerson.png");
  background-repeat: no-repeat;
  background-position: 50% 50%; }
form .input.tel:after {
  background-image: url("../images/inputTel.png"); }
form input {
  height: 100%;
  width: 100%;
  border: none;
  padding-right: 45px;
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #EFEFEF;
  font: 12px 'Verdana';
  padding-left: 20px;
  -webkit-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
form input:hover, form input:focus {
  background-color: #fff; }
form button {
  background-color: #3dcafb;
  margin-bottom: 0;
  text-align: center;
  width: 100% !important;
  font-size: 18px !important; }

.popup {
  width: 320px;
  display: block;
  margin: 0 auto; }

@media (max-width: 360px) {
  .popup {
    width: 300px; } }
/*----------------------
    INFOBLOCKS STYLES
------------------------*/
.infoBlocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: top;
  -ms-align-items: top;
  align-items: top;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.infoBlocks .infoBlock {
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: center; }
.infoBlocks .infoBlock_icon {
  width: 150px;
  height: 150px;
  text-align: center;
  margin: 10px auto 15px; }
.infoBlocks.two .infoBlock {
  width: 50%; }
.infoBlocks.three .infoBlock {
  width: 33%; }
.infoBlocks.four .infoBlock {
  width: 25%; }
.infoBlocks.five .infoBlock {
  width: 20%; }

.numbers {
  padding-bottom: 0;
}
.numbers, .scheme {
  background-image: url("../images/numbersBg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }
.numbers h2, .scheme h2 {
  margin-bottom: 40px; }
.numbers .infoBlock, .scheme .infoBlock {
  text-align: left;
  margin-top: 25px;
  padding: 0 2px 0 4px; }
.numbers .infoBlock span, .scheme .infoBlock span {
  display: block;
  font: 30px "intro_boldregular";
  color: #94e4ff;
  margin-bottom: 5px; }
.numbers .infoBlock p, .scheme .infoBlock p {
  font: 16px/18px "museo_sans_cyrl300";
  color: #FFF; }
@media (max-width: 750px) {
  .numbers .infoBlock, .scheme .infoBlock {
    width: 33% !important;
    text-align: center; } }
@media (max-width: 500px) {
  .numbers .infoBlock, .scheme .infoBlock {
    width: 50% !important; } }

.setUp {
  padding-bottom: 0; }
.setUp .products {
  margin-top: 35px;
  margin-bottom: 65px; }
.setUp .setUpBg {
  background-color: #f6f7f8;
  padding-bottom: 65px;
  border-bottom: 4px solid #fff; }
.setUp .setUpBg .products {
  margin-bottom: 0; }

.products .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: start;
  -ms-align-items: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.products .row:last-of-type + hr {
  display: none; }
.products .prodBlock {
  width: 25%; }

.site_catalog .products .prodBlock {
  width: 33%; }


.products .prodBlock:nth-of-type(4n + 2) {
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8; }
.products .prodBlock:nth-of-type(4n + 3) {
  border-right: 1px solid #E8E8E8; }
.products .prodBlock:last-of-type {
  border: none; }
@media (max-width: 1100px) {
  .products .prodBlock {
    width: 33%;
    border: none !important; }
  .products .prodBlock:nth-of-type(4n + 2), .products .prodBlock:nth-of-type(4n + 3) {
    border: none !important; } }
@media (max-width: 600px) {
  .products .prodBlock {
    width: 50%; } }
@media (max-width: 500px) {
  .products .prodBlock {
    margin-bottom: 20px;
    width: calc(100% - 20px);
    padding: 20px 10px 10px;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: auto!important;
    margin-left: 5px;
    margin-right: 5px;
  } }
.products.five .prodBlock {
  width: 20%; }
@media (max-width: 1100px) {
  .products.five .prodBlock {
    width: 33%; } }
@media (max-width: 600px) {
  .products.five .prodBlock {
    width: 50%; } }
@media (max-width: 500px) {
  .products.five .prodBlock {
    margin-bottom: 20px;
    /* width: 300px; */
    padding: 20px 10px;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: calc(50% - 20px);
  } }
@media (max-width: 1100px) {
  .products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: start;
    -ms-align-items: start;
    align-items: start;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.prodBlock {
  padding: 0 6px; }
.prodBlock__img {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
.prodBlock__img img {
  min-width: 100%;
  min-height: 100%; }
.prodBlock h3 {
  font: 22px "intro_boldregular";
  color: #1d4c9c;
  /* border-bottom: 2px solid; */
  display: inline;
}
.prodBlock ul {
  list-style-type: none;
  text-align: center; }
.prodBlock ul li {
  font: 14px/22px "museo_sans_cyrl300";
  margin-bottom: 8px; }
.prodBlock ul li strong {
  color: #1d4c9c; }

.our_objects .prodBlock__img {
  width: 100% !important;
  height: auto !important;
  margin: 0 auto 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.our_objects {
  margin-top: 60px;
}

hr {
  display: block;
  width: 100%;
  margin: 20px 0;
  border: none;
  border-top: 1px solid #E8E8E8; }

.products.five .prodBlock:nth-of-type(5) + hr {
  display: none; }
.products.five .prodBlock:nth-of-type(4n) {
  border-right: 1px solid #E8E8E8; }
.products.five .prodBlock h3 {
  font-size: 17px; }

.emergency {
  background: #EEF8FA url("../images/emergencyBg.jpg") no-repeat center bottom; }
.emergency h2 {
  width: 103%;
  margin-left: -1%; }
@media (max-width: 1000px) {
  .emergency h2 {
    margin-left: 0;
    width: 100%; } }
.emergency .emergencyPrice {
  margin-top: 30px;
  background-color: #FFF;
  padding: 35px;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 50px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 50px;
  /* Firefox */
  column-gap: 50px;
  list-style-type: none;
  text-align: left;
  box-shadow: 0px 0px 27px 0px rgba(31, 142, 164, 0.2); }
@media (max-width: 750px) {
  .emergency .emergencyPrice {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
    -webkit-column-gap: 0px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 0px;
    /* Firefox */
    column-gap: 0px; }
}
@media (max-width: 500px) {
  .emergency .emergencyPrice {
    padding: 25px 20px; } }
@media (max-width: 360px) {
  .emergency .emergencyPrice {
    padding: 20px 15px; } }
.emergency .emergencyPrice li {
  font: 16px/24px "museo_sans_cyrl300";
  border-bottom: 1px solid #E8E8E8;
  width: 100%;
  padding: 8px 0 2px;
  padding-right: 95px;
  position: relative; }
@media (max-width: 750px) {
  .emergency .emergencyPrice li:last-of-type {
    border: none; }
}
@media (max-width: 500px) {
  .emergency .emergencyPrice li {
    font: 15px/22px "museo_sans_cyrl300"; } }
.emergency .emergencyPrice li span {
  display: inline-block;
  vertical-align: bottom; }
.emergency .emergencyPrice li span.price {
  color: #177B8F;
  font-family: "museo_sans_cyrl700";
  position: absolute;
  bottom: 0px;
  right: 0; }
.emergency h3 {
  margin-bottom: 20px;
  margin-top: 40px; }
.emergency h3 + p {
  margin-bottom: 25px; }

/*-------------------------------------*/
/* Generated by http://css.spritegen.com CSS Sprite Generator */
.res-8, .res-7, .res-5, .res-6, .res-2,
.res-3, .res-4, .res-1 {
  display: inline-block;
  background: url("../images/reasons.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left; }

.res-8 {
  background-position: -4px -0px;
  width: 61px;
  height: 61px; }

.res-7 {
  background-position: -4px -65px;
  width: 57px;
  height: 57px; }

.res-5 {
  background-position: -4px -126px;
  width: 56px;
  height: 61px; }

.res-6 {
  background-position: -4px -191px;
  width: 54px;
  height: 54px; }

.res-2 {
  background-position: -4px -249px;
  width: 52px;
  height: 60px; }

.res-3 {
  background-position: -4px -313px;
  width: 52px;
  height: 56px; }

.res-4 {
  background-position: -4px -373px;
  width: 50px;
  height: 70px; }

.res-1 {
  background-position: -4px -447px;
  width: 49px;
  height: 64px; }

.reasons {
  background-image: url(../images/emergencyBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
.reasons h2 {
  margin-bottom: 45px; }
.reasons__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
@media (max-width: 750px) {
  .reasons__box {
    display: block; } }
.reasons__box .item {
  width: 49%;
  height: 120px;
  background-color: #fff;
  padding: 20px 20px 20px 0;
  margin-bottom: 20px;
  box-shadow: 0px 0px 27px 0px rgba(31, 142, 164, 0.31); }
@media (max-width: 750px) {
  .reasons__box .item {
    width: 100%; } }
.reasons__box .item__icon {
  text-align: center;
  width: 100px;
  height: 80px;
  margin: 0 -2px;
  display: inline-block;
  border-right: 1px solid #F2F2F2; }
.reasons__box .item__icon i {
  display: inline-block;
  vertical-align: middle; }
.reasons__box .item__text {
  width: calc(100% - 100px);
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-left: 25px;
  font-size: 20px;
  line-height: 28px; }
@media (max-width: 500px) {
  .reasons__box .item__text {
    font-size: 16px;
    line-height: normal; } }
.reasons .economy .title {
  font-size: 29px;
  font-family: "intro_boldregular";
  color: #1d4c9c;
  margin-bottom: 15px;
  padding-top: 17px; }
.reasons .economy .title + p {
  margin-bottom: 30px; }
.reasons .economy .button {
  margin: 0 5px; }
@media (max-width: 750px) {
  .reasons .economy .button {
    display: block;
    margin: 10px auto; } }

@media (max-width: 750px) {
  .scheme {
    display: block;
    background-image: unset;
    background-color: #1d4c9c; } }
.scheme h2 {
  color: #fff;
  margin-bottom: 50px; }
.scheme__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url(../images/curve.png);
  background-position: 50% 0;
  background-repeat: no-repeat; }
@media (max-width: 1000px) {
  .scheme__box {
    background-image: unset; } }
@media (max-width: 750px) {
  .scheme__box {
    display: ibline-block; } }
.scheme__box .item {
  width: 33.333%; }
@media (max-width: 1000px) {
  .scheme__box .item {
    padding: 0 10px; }
  .scheme__box .item br {
    display: none; } }
@media (max-width: 750px) {
  .scheme__box .item {
    width: 300px;
    display: block;
    margin: 0 auto 50px auto; }
  .scheme__box .item:last-child {
    margin-bottom: 0; } }
.scheme__box .item .num {
  width: 70px;
  height: 70px;
  background-image: url(../images/circle.png);
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  line-height: 70px;
  font-size: 26px;
  font-family: "intro_boldregular";
  color: #fff;
  margin: 0 auto 13px; }
.scheme__box .item .title {
  font-size: 24px;
  font-family: "intro_boldregular";
  color: #fff;
  margin-bottom: 4px; }
.scheme__box .item .text {
  color: #fff;
  font-size: 14px;
  line-height: 22px; }

.abonents {
  background-image: url(../images/abonents.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  padding-bottom: 0; }
.abonents .wrapper {
  padding-left: 380px;
  position: relative;
  padding-bottom: 150px;}
@media (max-width: 1000px) {
  .abonents .wrapper {
    padding: 0 10px; } }
.abonents .santechnik {
  position: absolute;
  bottom: 0;
  left: -44px; }
@media (max-width: 1000px) {
  .abonents .santechnik {
    display: none; } }
.abonents h2 {
  margin-bottom: 40px; }
.abonents h2 + small {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px; }
.abonents__works {
  width: calc(100% + 190px);
  margin-left: -190px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 0 25px 170px;
  text-align: center; }
@media (max-width: 1000px) {
  .abonents__works {
    width: 500px;
    margin-left: 0;
    padding: 20px 10px;
    display: block;
    margin: 0 auto; } }
@media (max-width: 500px) {
  .abonents__works {
    width: 100%; } }
.abonents__works h3 {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 28px; }
.abonents__works ul {
  margin: 0;
  text-align: left;
  display: inline-block;
  padding-bottom: 16px; }
.abonents__works ul + small {
  display: block; }
.abonents__works ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
  list-style: none; }
.abonents__works ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  margin-top: -6px;
  left: 0;
  position: absolute;
  background-image: url(../images/check-blue.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 50%; }
.abonents__presentation {
  width: 100%;
  z-index: 5;
  position: relative;
  padding: 20px 0 30px;}
@media (max-width: 1000px) {
  .abonents__presentation {
    width: calc(100% + 280px);
    margin-left: -320px; } }
@media (max-width: 1000px) {
  .abonents__presentation {
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px 30px; } }
@media (max-width: 500px) {
  .abonents__presentation .button {
    font-size: 14px; } }
.abonents__presentation .title {
  font-size: 29px;
  color: #fff;
  font-family: "intro_boldregular";
  margin-bottom: 20px; }
@media (max-width: 1000px) {
  .abonents__presentation .title {
    font-size: 24px; } }
@media (max-width: 600px) {
  .abonents__presentation .title {
    font-size: 20px; } }
@media (max-width: 500px) {
  .abonents__presentation .title {
    font-size: 18px; } }

.trust {
  padding: 65px 0 70px; }
.trust__slider, .videos__slider {
  padding: 0 50px;
  margin-top: 40px; }
@media (max-width: 1000px) {
  .trust__slider, .videos__slider {
    padding: 0 35px; } }
.trust__slider .slick-list, .videos__slider .slick-list {
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8; }
.trust__slider .slide, .videos__slider .slide {
  height: 100px;
  text-align: center;
  border-right: 1px solid #E8E8E8; }
.trust__slider .slide img, .videos__slider .slide img {
  display: inline-block;
  vertical-align: middle;
  max-width: 95%;
  max-height: 95%; }

.slick-next,
.slick-prev {
  width: 12px;
  height: 23px;
  margin-top: -12.5px;
  -webkit-transition: all 0.3;
  -ms-transition: all 0.3;
  transition: all 0.3; }
.slick-next:hover, .slick-next:focus,
.slick-prev:hover,
.slick-prev:focus {
  opacity: 0.75; }
.slick-next:before,
.slick-prev:before {
  display: none; }

.slick-next {
  right: 0;
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%; }

.slick-prev {
  left: 0;
  background-image: url(../images/prev.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%; }

.map {
  padding: 75px 0;
  position: relative;
  overflow: hidden; }
@media (max-width: 1000px) {
  .map {
    padding-top: 0;
    padding-bottom: 0; } }
.map .wrapper {
  text-align: right; }
.map .contacts {
  padding: 20px;
  background-color: #1d4c9c;
  width: 345px;
  text-align: left;
  display: inline-block;
  box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 5;
  color: #fff; }
@media (max-width: 1000px) {
  .map .contacts {
    width: calc(100% + 20px);
    margin-left: -10px; } }
.map .contacts .title {
  font-family: "intro_boldregular";
  font-size: 20px;
  text-align: center;
  margin-bottom: 7px; }
.map .contacts div {
  padding: 7px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.2); }
.map .contacts .ipn,
.map .contacts address {
  font-size: 14px;
  font-style: normal; }
.map .contacts .ipn span {
  display: block; }
.map .contacts .fiz-address,
.map .contacts .jur-address {
  padding-left: 20px;
  position: relative; }
.map .contacts .fiz-address:before,
.map .contacts .jur-address:before {
  content: '';
  width: 10px;
  height: 12px;
  background-image: url(../images/pin.png);
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 12px; }
.map .contacts .fiz-address span,
.map .contacts .jur-address span {
  font-size: 14px; }
.map .contacts .fiz-address address,
.map .contacts .jur-address address {
  font-family: "museo_sans_cyrl700"; }
.map .contacts .nums a {
  display: block;
  font-family: "intro_boldregular";
  font-size: 20px;
  padding-left: 20px;
  position: relative; }
.map .contacts .nums a.mail {
  font-size: 14px;
  font-family: "museo_sans_cyrl700";
  color: #3dcafb;
  text-decoration: underline; }
.map .contacts .nums a.mail:before {
  content: '';
  width: 12px;
  height: 10px;
  background-image: url(../images/mail.png);
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px; }
.map .contacts .nums a.phone:before {
  content: '';
  width: 10px;
  height: 12px;
  background-image: url(../images/phone.png);
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px; }
.map .map-canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ccc; }
@media (max-width: 1000px) {
  .map .map-canvas {
    position: static;
    height: 300px; } }

.footer {
  padding: 25px 0;
  background-color: #231F20;
  color: #fff; }
.footer .col {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin: 0 -2px; }
@media (max-width: 750px) {
  .footer .col {
    display: block;
    width: 100%;
    text-align: center !important;
    margin: 20px auto; }
  .footer .col .button {
    display: block;
    margin: 20px auto; } }
.footer .copy {
  text-align: justify;
  font-size: 0; }
@media (max-width: 750px) {
  .footer .copy {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px auto; } }
.footer .copy:after {
  content: '';
  display: inline-block;
  width: 100%;
  zoom: 1;
  *display: inline; }
.footer .copy .footer__logo,
.footer .copy .footer__author {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin: 0 -2px; }
@media (max-width: 750px) {
  .footer .copy .footer__logo,
  .footer .copy .footer__author {
    width: 100%; } }
.footer .copy .footer__logo img {
  display: block; height:62px;}
.footer .copy .footer__logo span {
  display: block;
  font-family: Verdana;
  font-size: 12px;
  margin-top: 5px; }
@media (max-width: 800px) {
  .footer .copy .footer__logo span {
    font-size: 10px; } }
@media (max-width: 750px) {
  .footer .copy .footer__logo {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px auto; }
  .footer .copy .footer__logo img {
    display: inline-block;
    margin-bottom: 10px; } }
.footer .copy .footer__author {
  text-align: center;
  font-size: 14px; }
.footer .copy .footer__author p {
  line-height: 20px;
  margin-bottom: 5px; }
@media (max-width: 800px) {
  .footer .copy .footer__author p {
    font-size: 14px;
    line-height: 16px; } }
.footer .copy .footer__author a {
  color: #3dcafb;
  font-family: "museo_sans_cyrl700";
  text-decoration: underline; }
.footer .numbers, .footer .scheme {
  text-align: right;
  background-image: none; }
@media (max-width: 750px) {
  .footer .numbers, .footer .scheme {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px auto; } }
.footer .numbers .nums, .footer .scheme .nums {
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px; }
@media (max-width: 750px) {
  .footer .numbers .nums, .footer .scheme .nums {
    padding-right: 0; } }
.footer .numbers .nums a, .footer .scheme .nums a, .footer .numbers .nums span, .footer .scheme .nums span {
  display: block;
  text-align: left; }
.footer .numbers .nums span, .footer .scheme .nums span {
  font-size: 12px; }
.footer .numbers .nums a, .footer .scheme .nums a {
  font-size: 18px;
  font-family: "intro_boldregular"; }

.videos {
  background-image: url(../images/videos.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
.videos h2 {
  color: #fff; }
.videos__slider .slick-list {
  border: 0; }
.videos__slider .slick-arrow {
  top: 90px; }
@media (max-width: 800px) {
  .videos__slider .slick-arrow {
    top: 50%; } }
.videos__slider .slide {
  height: auto;
  max-height: 260px;
  padding: 0 10px;
  border-right: 0; }
.videos__slider .slide:before {
  display: none; }
.videos__slider .preview {
  width: 100%;
  padding-bottom: 66.666%;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block; }
.videos__slider .preview:hover {
  cursor: pointer; }
.videos__slider .preview:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background-image: url(../images/yt.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
.videos__slider .title {
  color: #3dcafb;
  font-size: 18px;
  font-family: "intro_boldregular";
  margin-top: 10px; }

.warn {
  background-color: #FFF;
  padding: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.warn h3,
.warn p {
  text-align: center;
}

.main_features {
  background-color: #3dcafb;
}
.main_features .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: top;
  -ms-align-items: top;
  align-items: top;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main_features .col {
  width: 33.33%;
  padding: 0 30px 0 0;
  text-align: left;
}

.main_features .col p {
  font: 24px "intro_boldregular";
  color: #000;
  padding-left: 35px;
  position: relative;
}
.main_features .col p:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/check.png");
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  right: auto;
  top: 10px;
  bottom: auto;
}

@media (max-width: 800px) {
  .main_features .col {
    width: auto;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
  }
  .main_features .wrapper {
    display: block;
  }
}







.offer .offer-text {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 95%;
}

.offer .offer-text__title {
  font-size: 38px;
  color: #FFF;
  text-shadow : 0 0 7px #000;
  padding: 15px;
  /*background-color: rgba(0, 0, 0, .6);*/
  font-family: "intro_boldregular";
  width: auto;
  display: inline-block;
}
.offer .offer-text__title p {
  display: inline-block;
}

.offer .offer-text__list {
  margin-top: 40px;
  width: 100%;
  padding-left: 0;
}

.offer .offer-text__list li {
  color : #FFF;
  text-shadow : 0 0 4px #000;
  display: inline-block;
  vertical-align: top;
  /*background-color: rgba(0, 0, 0, .6);*/
  font-size: 28px;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 0;
  font-family: "museo_sans_cyrl300";
}
.offer .offer-text__list li:before {
  display: none;
}




.form-horizontal form {
  width: 100%;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-horizontal form p {
  width: 100%;
}

.form-horizontal form span {
  width: 33.333%;
  margin: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
@media (min-width: 1500px) {
  .offer .offer-text {
    text-align: left;
  }
  .offer .offer-text__list {
    text-align: left;
  }
}
@media (max-width: 1100px) {
  .offer .offer-text__title {
    font-size: 28px;
  }
}
@media (max-width: 850px) {
  .form-horizontal form span {
    width: 300px;
    margin: 10px 0;
  }
  .form-horizontal form {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .offer .offer-text__title {
    font-size: 25px;
  }
  .offer .offer-text__title br {
    display: none;
  }
  .offer .offer-text__list li {
    font-size: 20px;
  }
}

@media (max-width: 1100px) {
  .offer .offer-text__list li {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .offer .offer-text__list,
  .offer .offer-text__title p {
    text-align: right;
    font-size: 28px;
  }
  .offer .offer-text__list li {
    font-size: 14px;
    padding: 4px 10px;
  }
  .offer .offer-text__title {
    font-size: 18px;
  }
  .form-horizontal {
    padding-top: 25px;
  }
}


@media (min-width:1000px)
{
  .offer {
    min-height: 200px!important;
    max-height: 400px!important;
    background-position:0% top!important;
    background-size: cover!important;
  }
  .offer ul{margin-top:20px!important}
  .offer .offer-text__list li{font-size:25px!important}
}

