@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

.container {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row > div {
  padding: 15px;
}

.row[class*='xs-'], .row[class*='sm-'], .row[class*='md-'], .row[class*='lg-'] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.row[class*='xs-'] > div, .row[class*='sm-'] > div, .row[class*='md-'] > div, .row[class*='lg-'] > div {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .row.sm-1 > div {
    width: 100%;
  }
  .row > div.sm-1 {
    width: 8.33333%;
  }
  .row.sm-2 > div {
    width: 50%;
  }
  .row > div.sm-2 {
    width: 16.66667%;
  }
  .row.sm-3 > div {
    width: 33.33333%;
  }
  .row > div.sm-3 {
    width: 25%;
  }
  .row.sm-4 > div {
    width: 25%;
  }
  .row > div.sm-4 {
    width: 33.33333%;
  }
  .row.sm-5 > div {
    width: 20%;
  }
  .row > div.sm-5 {
    width: 41.66667%;
  }
  .row.sm-6 > div {
    width: 16.66667%;
  }
  .row > div.sm-6 {
    width: 50%;
  }
  .row.sm-7 > div {
    width: 14.28571%;
  }
  .row > div.sm-7 {
    width: 58.33333%;
  }
  .row.sm-8 > div {
    width: 12.5%;
  }
  .row > div.sm-8 {
    width: 66.66667%;
  }
  .row.sm-9 > div {
    width: 11.11111%;
  }
  .row > div.sm-9 {
    width: 75%;
  }
  .row.sm-10 > div {
    width: 10%;
  }
  .row > div.sm-10 {
    width: 83.33333%;
  }
  .row.sm-11 > div {
    width: 9.09091%;
  }
  .row > div.sm-11 {
    width: 91.66667%;
  }
  .row.sm-12 > div {
    width: 8.33333%;
  }
  .row > div.sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .row.md-1 > div {
    width: 100%;
  }
  .row > div.md-1 {
    width: 8.33333%;
  }
  .row.md-2 > div {
    width: 50%;
  }
  .row > div.md-2 {
    width: 16.66667%;
  }
  .row.md-3 > div {
    width: 33.33333%;
  }
  .row > div.md-3 {
    width: 25%;
  }
  .row.md-4 > div {
    width: 25%;
  }
  .row > div.md-4 {
    width: 33.33333%;
  }
  .row.md-5 > div {
    width: 20%;
  }
  .row > div.md-5 {
    width: 41.66667%;
  }
  .row.md-6 > div {
    width: 16.66667%;
  }
  .row > div.md-6 {
    width: 50%;
  }
  .row.md-7 > div {
    width: 14.28571%;
  }
  .row > div.md-7 {
    width: 58.33333%;
  }
  .row.md-8 > div {
    width: 12.5%;
  }
  .row > div.md-8 {
    width: 66.66667%;
  }
  .row.md-9 > div {
    width: 11.11111%;
  }
  .row > div.md-9 {
    width: 75%;
  }
  .row.md-10 > div {
    width: 10%;
  }
  .row > div.md-10 {
    width: 83.33333%;
  }
  .row.md-11 > div {
    width: 9.09091%;
  }
  .row > div.md-11 {
    width: 91.66667%;
  }
  .row.md-12 > div {
    width: 8.33333%;
  }
  .row > div.md-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .row.lg-1 > div {
    width: 100%;
  }
  .row > div.lg-1 {
    width: 8.33333%;
  }
  .row.lg-2 > div {
    width: 50%;
  }
  .row > div.lg-2 {
    width: 16.66667%;
  }
  .row.lg-3 > div {
    width: 33.33333%;
  }
  .row > div.lg-3 {
    width: 25%;
  }
  .row.lg-4 > div {
    width: 25%;
  }
  .row > div.lg-4 {
    width: 33.33333%;
  }
  .row.lg-5 > div {
    width: 20%;
  }
  .row > div.lg-5 {
    width: 41.66667%;
  }
  .row.lg-6 > div {
    width: 16.66667%;
  }
  .row > div.lg-6 {
    width: 50%;
  }
  .row.lg-7 > div {
    width: 14.28571%;
  }
  .row > div.lg-7 {
    width: 58.33333%;
  }
  .row.lg-8 > div {
    width: 12.5%;
  }
  .row > div.lg-8 {
    width: 66.66667%;
  }
  .row.lg-9 > div {
    width: 11.11111%;
  }
  .row > div.lg-9 {
    width: 75%;
  }
  .row.lg-10 > div {
    width: 10%;
  }
  .row > div.lg-10 {
    width: 83.33333%;
  }
  .row.lg-11 > div {
    width: 9.09091%;
  }
  .row > div.lg-11 {
    width: 91.66667%;
  }
  .row.lg-12 > div {
    width: 8.33333%;
  }
  .row > div.lg-12 {
    width: 100%;
  }
}

/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Custom-Font.eot');
    src: url('../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Custom-Font.woff') format('woff'),
         url('../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;
    font-style: normal;
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/
@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro/GothamPro.eot");
  src: url("../fonts/GothamPro/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro.woff") format("woff"), url("../fonts/GothamPro/GothamPro.svg#gotham_pro") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro/GothamPro-Medium.eot");
  src: url("../fonts/GothamPro/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Medium.svg#gotham_pro_medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro/GothamPro-Bold.eot");
  src: url("../fonts/GothamPro/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Bold.svg#gotham_pro_bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro/GothamPro-Black.eot");
  src: url("../fonts/GothamPro/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-Black.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Black.svg#gotham_pro_black") format("svg");
  font-weight: 900;
  font-style: normal;
}

html, body {
  height: 100%;
}

body * {
  box-sizing: border-box;
}

img {
  /*max-width: 100%;*/
}

a {
  outline: none;
}

.page {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  color: #5a5a5a;
}

.block_title {
  font-family: "GothamPro";
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.block_text {
  font-size: 16px;
  line-height: 1.5;
}

.btn {
  display: inline-block;
  font-family: "GothamPro";
  text-align: center;
  cursor: pointer;
  border: none;
  outline: none;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn.style-1 {
  padding: 25px 25px 22px;
  color: #f3f3f3;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 1px;
  border: 2px solid #e82517;
  background-color: #e82517;
}

.btn.style-1:hover {
  color: #e82517;
  background-color: #fff;
}

.btn.style-2 {
  padding: 25px 30px 22px;
  color: #e82517;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 1px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.9);
}

.btn.style-2:hover {
  color: rgba(255, 255, 255, 0.9);
  background-color: #e82517;
}

.btn.style-3 {
  padding: 7px 10px;
  color: #e82517;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
  border: 2px solid #e82517;
}

.btn.style-3:hover {
  color: #fff;
  background-color: #e82517;
}

@media (max-width: 650px) {

  .block_title {
    font-size: 24px;
  }
}

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 38px;
  width: 15px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  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.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -35px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -35px;
}

.slick-prev:before {
  content: url(../img/plugins/l-arr-slider.png);
}

[dir="rtl"] .slick-prev:before {
  content: url(../img/plugins/r-arr-slider.png);
}

.slick-next {
  right: -35px;
}

[dir="rtl"] .slick-next {
  left: -35px;
  right: auto;
}

.slick-next:before {
  content: url(../img/plugins/r-arr-slider.png);
}

[dir="rtl"] .slick-next:before {
  content: url(../img/plugins/l-arr-slider.png);
}

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

.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 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: 12px;
  line-height: 20px;
  text-align: center;
  color: black;
  color: #e82517;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #e82517;
  opacity: 0.5;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  transform: translate3d(0, 0, 0);
}

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

.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;
  outline: 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;
}

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

.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: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  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;
  -ms-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;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.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;
  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;
}

.mfp-arrow:before,
.mfp-arrow:after {
  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 {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  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;
  }
}

.block_achievements {
  min-height: 610px;
  background: url(../img/content/achievements-top-bg.png) no-repeat top center, url(../img/content/achievements-bottom-bg.png) no-repeat bottom center;
}

.block_achievements .do-you-know {
  margin-top: -5px;
}

.block_achievements .do-you-know .block_title {
  position: relative;
  padding-top: 25px;
  color: #5a5a5a;
  z-index: 1;
}

.block_achievements .do-you-know .block_text {
  position: relative;
  padding-top: 15px;
  color: #393939;
  z-index: 1;
}

.block_achievements .do-you-know .form-block {
  position: relative;
  margin-left: -130px;
  padding: 40px 15px 50px 115px;
  border: 13px solid #f2efef;
  z-index: 0;
}

.block_achievements .do-you-know .form-block .loupe {
  position: absolute;
  top: -66px;
  right: 0;
  z-index: -1;
}

.block_achievements .we-know {
  margin-top: -35px;
}

.block_achievements .we-know .block_title {
  color: #5a5a5a;
}

.block_achievements .we-know .items {
  padding-top: 40px;
}

.block_achievements .we-know .items .item {
  line-height: 1;
}

.block_achievements .we-know .items .item .value {
  color: #e82517;
  font-family: "GothamPro";
  font-size: 64px;
  font-weight: 900;
  text-transform: uppercase;
}

.block_achievements .we-know .items .item .title {
  color: #5a5a5a;
  font-size: 20px;
  font-family: "GothamPro";
  font-weight: 900;
  line-height: 1.5;
  text-transform: uppercase;
}

.block_achievements .we-know .items .item .text {
  color: #555859;
  font-size: 14px;
}

.block_achievements .we-know .items .item .button-wrapper {
  padding-top: 15px;
}

@media (max-width: 991px) {
  body img{max-width:100%;}
  .block_achievements {
    min-height: auto;
    background: none;
  }
  .block_achievements .do-you-know {
    margin-top: 0;
  }
  .block_achievements .do-you-know .form-block {
    margin: 40px 0 0;
    padding: 50px;
  }
  .block_achievements .do-you-know .form-block .loupe {
    position: absolute;
    top: -66px;
    right: 0;
    z-index: -1;
  }
  .block_achievements .we-know {
    margin: 0;
    padding: 40px 0;
  }
  .block_achievements .we-know .items {
    padding-top: 20px;
  }
  .block_achievements .we-know .items .item .value {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .block_achievements .do-you-know .form-block {
    padding: 40px 20px;
  }
}

#formAlert {
  padding: 40px;
}

#formAlert .title {
  padding: 0;
  color: #e82517;
  font-size: 30px;
  font-weight: 400;
  background: none;
}

.block_banner {
  min-height: 600px;
  background: url(../img/content/screen-banner2.png) no-repeat center 130px, url(../img/content/banner-bg.png) no-repeat top center;
}

.block_banner .header {
  min-height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block_banner .header .contacts {
  text-align: right;
}

.block_banner .header .contacts .phone {
  color: #5a5a5a;
  font-size: 18px;
  font-weight: 700;
}

.block_banner .header .contacts .phone a {
  color: inherit;
  text-decoration: none;
}

.block_banner .header .contacts .call-popup-btn {
  color: #e82517;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}

.block_banner .body {
  max-width: 550px;
  padding-top: 110px;
  color: rgba(255, 255, 255, 0.7);
}

.block_banner .body .block_title {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
}

.block_banner .body .block_text {
  padding: 25px 80px 0 0;
}

.block_banner .body .description {
  padding-top: 130px;
  transition: all 0.4s ease;
}

.block_banner .body .description.flash {
	text-shadow:
		-1px -1px 10px rgba(255, 255, 255, .5),
		1px -1px 10px rgba(255, 255, 255, .5),
		-1px 1px 10px rgba(255, 255, 255, .5),
		1px 1px 10px rgba(255, 255, 255, .5);
}

@media (max-width: 991px) {
  .block_banner {
    min-height: auto;
    padding-bottom: 40px;
    background: url(../img/content/screen-banner2.png) no-repeat left 130px #e82517;
  }
  .block_banner .header .contacts .phone {
    color: #fff;
  }
  .block_banner .header .contacts .call-popup-btn {
    color: #fff;
  }
  .block_banner .body .block_text {
    padding: 25px 0 0;
  }
}

@media (max-width: 650px) {
  .block_banner {
    background: #e82517;
  }
  .block_banner .body .block_title {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .block_banner .header .logo {
    text-align: center;
  }
  .block_banner .header .contacts {
    text-align: center;
  }
}

footer {
  background: url(../img/content/footer-bg.png) no-repeat bottom center/cover;
}

footer .footer-wrapper.row {
  min-height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-wrapper.row .address {
  padding-top: 10px;
  color: #555859;
  font-size: 14px;
}

footer .footer-wrapper.row .contacts {
  text-align: right;
}

footer .footer-wrapper.row .contacts .phone {
  color: #5a5a5a;
  font-size: 18px;
  font-weight: 700;
}

footer .footer-wrapper.row .contacts .phone a {
  color: inherit;
  text-decoration: none;
}

footer .footer-wrapper.row .contacts .call-popup-btn {
  color: #e82517;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}

form .field-wrapper {
  min-width: 260px;
  padding: 15px 0;
  margin: 0 10px;
}

form .field-wrapper input[type="text"] {
  width: 100%;
  height: 59px;
  color: #555859;
  font-size: 14px;
  border: none;
  border-bottom: 2px solid #cacdd0;
  background-color: transparent;
  outline: none;
}

form .field-wrapper input[type="text"].error {
  border-color: #f00;
}

form .field-wrapper input[type="text"]:focus {
  border-color: #55c924;
}

form .button-wrapper {
  width: auto;
  padding: 15px 0;
  margin: 0 10px;
}

form .button-wrapper input {
  height: 59px;
  padding: 0 25px;
  color: #f3f3f3;
  font-size: 12px;
  font-weight: 700;
  font-family: "GothamPro";
  text-transform: uppercase;
  border-radius: 1px;
  border: 2px solid #e82517;
  background-color: #e82517;
  outline: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

form .button-wrapper input:hover {
  color: #e82517;
  background-color: transparent;
}

form.white .field-wrapper input[type="text"] {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}

form.white .field-wrapper input[type="text"]::-ms-input-placeholder {
  color: #fff;
}

form.white .field-wrapper input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

form.white .field-wrapper input[type="text"]:-ms-input-placeholder {
  color: #fff;
}

form.white .field-wrapper input[type="text"]::placeholder {
  color: #fff;
}

form.white .field-wrapper input[type="text"].error {
  border-color: #c10e00;
}

form.white .field-wrapper input[type="text"]:focus {
  border-color: #55c924;
}

form.white .button-wrapper input {
  color: #e82517;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.9);
}

form.white .button-wrapper input:hover {
  color: rgba(255, 255, 255, 0.9);
  background-color: #e82517;
}

.form-agreement {
  font-size: 10px;
  text-align: left;
  line-height: 1.4;
  height: 0;
}

.form-agreement a {
  color: inherit;
}

@media (max-width: 575px) {
  form .field-wrapper {
    min-width: auto;
  }
}

.block_global {
  position: relative;
  height: 600px;
  padding-top: 50px;
  color: #fff;
  background: url(../img/content/global-bg.png) no-repeat top center;
}

.block_global .container {
  height: 100%;
}

.block_global .block_text {
  padding-top: 15px;
  color: rgba(255, 255, 255, 0.7);
}

.block_global .set {
  padding-top: 50px;
}

.block_global .set .col .item {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-gap: 25px;
  -ms-grid-columns: 64px auto;
      grid-template-columns: 64px auto;
}

.block_global .set .col .item .icon {
  font-family: "GothamPro";
  font-size: 30px;
  font-weight: 900;
}

.block_global .set .col .item .description {
  padding-right: 20px;
}

.block_global .set .col .item .description .title {
  font-size: 18px;
  font-weight: 700;
}

.block_global .set .col .item .description .text {
  padding-top: 5px;
  font-size: 14px;
}

.block_global .set .col:nth-child(n+2) .item::before {
  position: absolute;
  content: '+';
  top: 20px;
  left: -35px;
  color: #fff;
  font-family: "GothamPro";
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: top;
}

.block_global .form-block {
  position: absolute;
  bottom: -45px;
  padding: 55px 70px 75px;
  border: 11px solid #f2efef;
}

.block_global .form-block .title {
  color: #fff;
  font-family: "GothamPro";
  font-size: 20px;
  font-weight: 700;
}

.block_global .form-block .field-wrapper {
  width: 300px;
}

@media (max-width: 991px) {
  .block_global {
    height: auto;
    padding: 50px 0;
    background: #e82517;
  }
  .block_global .set .col .item::before {
    display: none;
  }
  .block_global .form-block {
    position: static;
    margin-top: 40px;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .block_global .form-block {
    padding: 40px 20px;
  }
}

@media (max-width: 575px) {
  .block_global .form-block .field-wrapper {
    width: auto;
  }
}

.block_howto {
  min-height: 860px;
  padding: 100px 0 15px;
}

.block_howto .how-to {
  padding-top: 20px;
}

.block_howto .how-to .steps-wrapper {
  position: relative;
}

.block_howto .how-to .steps-wrapper .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url(../img/content/how-to-arrows.png) no-repeat right 170px;
}

.block_howto .how-to .steps-wrapper .steps .step {
	width: 33.33%;
	padding: 20px 100px 20px 0;
}

.block_howto .how-to .steps-wrapper .steps .step:nth-child(4) {
	order: 3;
}
.block_howto .how-to .steps-wrapper .steps .step:nth-child(5) {
	order: 2;
}
.block_howto .how-to .steps-wrapper .steps .step:nth-child(6) {
	order: 1;
}

.block_howto .how-to .steps-wrapper .steps .step .content {
	height: 100%;
	padding: 25px 15px 10px;
	text-align: center;
	background-color: #f2f2f2;
}

.block_howto .how-to .steps-wrapper .steps .step .icon {

}

.block_howto .how-to .steps-wrapper .steps .step .title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
	min-height: 40px;
	font-family: "GothamPro";
	color: #5a5a5a;
	font-size: 16px;
	font-weight: 700;
}

.block_howto .how-to .steps-wrapper .steps .step .text {
	color: #868e96;
	font-family: "Open Sans";
	font-size: 12px;
	text-align: left;
}

.block_howto .how-to .steps-wrapper .steps .step .text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.block_howto .how-to .steps-wrapper .steps .step .text ul li {
	padding: 5px 0 0;
	line-height: 1.5;
}

.block_howto .how-to .steps-wrapper .steps .step .text ul li::before {
	content: '- ';
}



.block_howto .form-block {
  display: inline-block;
  margin: -60px 0 0 30px;
  padding: 40px 120px 55px 80px;
  border: 11px solid #f2efef;
}

.block_howto .form-block .title {
  color: #4c4c4c;
  font-family: "GothamPro";
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .block_howto {
    padding: 50px 0;
    min-height: auto;
    background: #fff;
  }
  .block_howto .how-to {
    padding: 20px 0 40px;
  }
  .block_howto .how-to .steps-wrapper .steps {
    background: none;
  }
  .block_howto .how-to .steps-wrapper .steps .step {
    padding: 15px;
  }
}

@media (max-width: 767px) {
	.block_howto .how-to .steps-wrapper .steps .step {
		width: 50%;
	}
  .block_howto .form-block {
    padding: 40px 20px;
  }
}

@media (max-width: 576px) {
	.block_howto .how-to .steps-wrapper .steps .step {
		width: 100%;
	}
	.block_howto .form-block {
	  display: block;
	  margin: 0;
	}
}

.block_monitoring {
  padding-top: 95px;
  height: 740px;
  color: #5a5a5a;
  background:url(../img/content/monitoring-bg.png) no-repeat bottom center;
}

.block_monitoring .monitoring {
  padding-top: 5px;
}

.block_monitoring .monitoring .item {
  padding-top: 20px;
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  -ms-grid-columns: 40px auto;
      grid-template-columns: 40px auto;
}

.block_monitoring .monitoring .item .title {
  font-family: "GothamPro";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.block_monitoring .monitoring .item .text {
  padding-top: 5px;
  color: #555859;
  font-size: 14px;
}

.block_monitoring .button-wrapper {
  padding-top: 30px;
}

@media (max-width: 991px) {
  .block_monitoring {
    padding: 50px 0 20px;
    height: auto;
    background: #fff;
  }
}

.block_order {
  padding-top: 50px;
  min-height: 600px;
  color: #5a5a5a;
  background: url(../img/content/order-bg.png) no-repeat top center;
}

.block_order .form-block {
  padding: 15px 0 50px;
}

.block_order .form-block form {
  display: block;
  margin: 0;
  overflow: hidden;
}

.block_order .form-block form .step {
  position: relative;
}

.block_order .form-block form .step.step-1 {
  padding: 5px 0;
}

.block_order .form-block form .step.step-2 {
  width: 100%;
  max-width: 600px;
}

.block_order .form-block form .step:not(.active),
.block_order .form-block form .send-form {
  display: none;
}

.block_order .form-block form.first .prev-step {
  display: none;
}

.block_order .form-block form.last .next-step {
  display: none;
}

.block_order .form-block form.last .send-form {
  display: block;
}

.block_order .form-block form .title {
  padding-top: 10px;
  color: #5a5a5a;
  font-family: "GothamPro";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.block_order .form-block form .field-wrapper {
  margin: 0;
  max-width: 380px;
}

.block_order .form-block form .field-wrapper input {
  width: 100%;
}

.block_order .form-block form .radio-group {
  margin: 0;
  padding-top: 5px;
}

.block_order .form-block form .checkbox-group {
  margin: 0;
}

.block_order .form-block form .checkbox-group .col {
  padding-top: 10px;
  padding-bottom: 10px;
}

.block_order .form-block form label.radio {
  display: inline-block;
  padding: 5px 40px 5px 0;
  color: #555859;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.block_order .form-block form label.radio span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #555859;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  vertical-align: middle;
}

.block_order .form-block form label.radio span:hover {
  border: 1px solid #e82517;
}

.block_order .form-block form label.radio input {
  display: none;
}

.block_order .form-block form label.radio input:checked + span {
  border: 6px solid #e82517;
}

.block_order .form-block form label.checkbox {
  display: inline-block;
  color: #555859;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.block_order .form-block form label.checkbox span {
  display: inline-block;
  /* Style for "Rectangle" */
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 8px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #555859;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
}

.block_order .form-block form label.checkbox span:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../img/content/check.svg) no-repeat center/contain;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: inherit;
  transition: inherit;
}

.block_order .form-block form label.checkbox span:hover {
  border: 1px solid #e82517;
}

.block_order .form-block form label.checkbox input {
  display: none;
}

.block_order .form-block form label.checkbox input:checked + span {
  background: #e82517;
  border-color: #e82517;
}

.block_order .form-block form label.checkbox input:checked + span:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.block_order .form-block form .buttons {
  padding-top: 20px;
}

.block_order .form-block form .button-wrapper {
  margin: 0;
  padding: 0;
}

.block_order .form-block form .button-wrapper.prev-step {
  padding: 15px 0 10px;
}

@media (max-width: 991px) {
  .block_order {
    min-height: auto;
    background: #f5f3f3;
  }
}

@media (max-width: 767px) {
  .block_order .form-block form .step.step-2 {
    width: auto;
  }
}

@media (max-width: 575px) {
  .block_order .form-block form .field-wrapper {
    min-width: auto;
  }
}

@media (max-width: 500px) {
  .block_order .form-block form .field-wrapper {
    margin: 0;
  }
}

.block_prices {
  position: relative;
  padding-top: 40px;
  height: 400px;
  color: #fff;
  background: url(../img/content/prices-bg.png) no-repeat top center;
}

.block_prices .container {
  height: 100%;
}

.block_prices .prices {
  padding-top: 15px;
}

.block_prices .prices .item {
  font-size: 14px;
}

.block_prices .prices .item .price {
  padding-top: 5px;
}

.block_prices .prices .item .price span {
  font-size: 36px;
  font-family: "GothamPro";
  font-weight: 900;
}

.block_prices .prices .item .price span.rub {
  padding-left: 5px;
  font-weight: 400;
}

.block_prices .form-block {
  position: absolute;
  bottom: -45px;
  padding: 45px 80px 50px;
  border: 11px solid #f2efef;
}

.block_prices .form-block .title {
  color: #fff;
  font-family: "GothamPro";
  font-size: 20px;
  font-weight: 700;
}

.block_prices .form-block .field-wrapper {
  width: 300px;
}

@media (max-width: 991px) {
  .block_prices {
    padding: 50px 0;
    height: auto;
    background: #e82517;
  }
  .block_prices .prices .item .title {
    min-height: 35px;
  }
  .block_prices .form-block {
    position: static;
    margin-top: 40px;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .block_prices .prices .item .title {
    min-height: auto;
  }
  .block_prices .form-block {
    position: static;
    margin-top: 40px;
    padding: 40px 20px;
    bottom: 0;
  }
}

@media (max-width: 575px) {
  .block_prices .form-block .field-wrapper {
    width: auto;
  }
}

.popup-block {
  background: #fff;
  padding: 30px 30px 50px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.popup-block .title {
  padding-bottom: 25px;
  color: #e82517;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#000, #000) no-repeat left bottom/70px 2px;
  background: linear-gradient(#000, #000) no-repeat left bottom/70px 2px;
}

.popup-block .title span {
  font-weight: 700;
}

.popup-block .sub-title {
	margin-top: 20px;
	color: #393939;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

.popup-block form {
  margin-top: 40px;
}

.block_services {
  padding-top: 100px;
  color: #5a5a5a;
  min-height: 490px;
  background: url(../img/content/services-bg.png) no-repeat top center;
}

.block_services .block_text {
  padding-top: 10px;
  color: #393939;
}

.block_services .services {
  padding-top: 20px;
}

.block_services .services .item {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: 130px auto;
      grid-template-columns: 130px auto;
  line-height: 1;
}

.block_services .services .item .title {
  color: #4c4c4c;
  font-family: "GothamPro";
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.block_services .services .item .text {
  padding-top: 10px;
  color: #555859;
  font-size: 14px;
}

.block_services .services .item .btn-wrapper .more-btn {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .block_services {
    padding: 100px 0;
    min-height: auto;
    background: #fff;
  }
  .block_services .services .item {
    -ms-grid-columns: 90px auto;
        grid-template-columns: 90px auto;
  }
}

@media (max-width: 767px) {
  .block_services .services .item {
    grid-gap: 10px;
    -ms-grid-columns: 45px auto;
        grid-template-columns: 45px auto;
  }
}

.block_team {
  padding-top: 45px;
  min-height: 600px;
  height: 600px;
  color: #fff;
  background: url(../img/content/team-bg.png) no-repeat top center;
}

.block_team .container {
  height: 100%;
}

.block_team .team {
  padding-top: 20px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.block_team .team .item {
  padding-top: 15px;
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  -ms-grid-columns: 48px auto;
      grid-template-columns: 48px auto;
}

.block_team .team .item .title {
  font-family: "GothamPro";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
}

.block_team .team .item .text {
  padding-top: 5px;
  font-size: 14px;
}

.block_team .look-at-us .youtube-icon {
  position: absolute;
  bottom: -51px;
}

.block_team .look-at-us .title {
  padding-top: 65px;
  font-family: "GothamPro";
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.block_team .look-at-us .button-wrapper {
  padding-top: 25px;
}

@media (max-width: 991px) {
  .block_team {
    padding: 50px 0 10px;
    min-height: auto;
    height: auto;
    background: #e82517;
  }
  .block_team .look-at-us .youtube-icon {
    display: none;
    position: static;
    bottom: 0;
  }
  .block_team .look-at-us .title {
    padding-top: 20px;
  }
  .block_team .look-at-us .button-wrapper {
    padding-top: 25px;
  }
}


#popup-registration form {
	display: block;
	text-align: center;
	max-width: 400px;
	margin: 20px auto 0;
}


.block_messanger {
	position: fixed;
	left: 50px;
	bottom: 50px;
	bottom: 20px;
	left: 5%;
	bottom: 3%;
}

.block_messanger a {
	display: inline-block;
	margin: 0 5px;
}

.block_messanger a img {
	width: 48px;
	height: 48px;
}



.block_cases {
	min-height: 200px;
	padding: 50px 0;
	background: url(../img/content/howto-bg.png) no-repeat bottom center;
}

.block_cases .cases {
	margin-top: 20px;
}

.block_cases .cases .slide {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr;
}

.block_cases .cases .slide .case {
	display: grid;
	grid-template-columns: 320px auto;
	grid-template-rows: 320px auto;
}

.block_cases .cases .slide .case .main {
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	padding: 15px 15px 50px;
	text-align: center;
	background: no-repeat center / cover;
}

.block_cases .cases .slide .case .main::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(170, 0, 0, 0.34);
}

.block_cases .cases .slide .case .main .case-title  {
	position: relative;
	color: #fff;
	font-family: "GothamPro";
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;

}
.block_cases .cases .slide .case .main .btn-wrapper  {
	position: relative;
	margin-top: 50px;
}

.block_cases .cases .slide .case .info {
	display: flex;
	flex-flow: column;
	justify-content: space-evenly;
	background-color: #f2f2f2;
	text-align: center;
}

.block_cases .cases .slide .case .info .item {
    padding: 10px 0px;
}

.block_cases .cases .slide .case .info .item .icon {
	height: 30px;
	background: no-repeat center;
}
.block_cases .cases .slide .case .info .item:nth-child(1) .icon {
	background-image: url(../img/content/cases/preview/icons/icon1.svg);
}
.block_cases .cases .slide .case .info .item:nth-child(2) .icon {
	background-image: url(../img/content/cases/preview/icons/icon2.svg);
}
.block_cases .cases .slide .case .info .item:nth-child(3) .icon {
	background-image: url(../img/content/cases/preview/icons/icon3.svg);
}

.block_cases .cases .slide .case .info .item .title {
	margin-top: 5px;
	color: #5a5a5a;
	font-family: "GothamPro";
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.block_cases .cases .slide .case .info .item .text {
	margin-top: 5px;
	color: #868e96;
	font-size: 12px;
	line-height: 1;
}

@media (max-width: 991px) {
	.block_cases .cases .slide .case {
    	grid-template-columns: none;
	}
	.block_cases .cases .slide .case .info {
    	flex-flow: row;
	}
}

@media (max-width: 767px) {
	.block_cases .cases .slide {
		grid-template-columns: none;
		grid-template-rows: 1fr 1fr;
	}
	.block_cases .cases .slide .case {
    	grid-template-columns: auto 140px;
	}
	.block_cases .cases .slide .case .info {
    	flex-flow: column;
	}
}

@media (max-width: 576px) {
	.block_cases .cases .slide .case {
    	grid-template-columns: none;
	}
	.block_cases .cases .slide .case .info {
    	flex-flow: row;
	}
}

.mfp-cases .mfp-content {
	max-width: 780px;
}
.mfp-cases .mfp-content .mfp-close {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}
.consultation_prices{
  position: relative;
  height: 400px;
  padding-top: 50px;
  color: #fff;
  background: url(../img/content/consultation-bg.png) no-repeat top center;
}
@media (max-width: 991px) {.consultation_prices{height: auto; background: #e82517;}}
.consultation_tittle{color: #ffffff;
font-family: "GothamPro";
font-size: 30px;
font-weight: 900;
line-height: 36px;
text-transform: uppercase;}
.consultation_subtittle{opacity: 0.77;
  padding: 20px 0px;
color: #ffffff;
font-family: "Open Sans";
font-size: 16px;
line-height: 25.89px;}
.b-tab {
 display: none;
}
.b-tab.active {
 display: block;
}
.b-nav-tab{ text-decoration-line: none;}

.block_monitoring hr{
  width:25%;height: 2px;background-color: #ebebeb; display: inline-block;

}
.mh1{
  margin-bottom: 10px;
  margin-bottom: 30px;
min-height: 38px;
color: #5a5a5a;
font-family: "GothamPro";
font-size: 18px;
font-weight: 700;
line-height: 20px;
}
.mh2{
  color: #555859;
font-family: "Open Sans";
font-size: 14px;
}
.m-item{
  margin-top:28px;
  margin-bottom: 30px;
}
.m-item:hover{ 
  transition: 0.5s;
  transform: scale(1.1);
}
.asd.active{
 border-color: #e82517;
}
input[name="email"] {
    display: none;
}