@charset "UTF-8";
/*------------------------------------------------------------------
[ Core includes ]
-------------------------------------------------------------------*/
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

table {
  border-collapse: collapse;
}

* {
  outline: none;
}

td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

p {
  margin: 0;
  padding: 0;
}

p * {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
}

form {
  margin: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

img {
  border: none;
  display: block;
}

map {
  display: none;
}

object, embed {
  display: block;
}

.ainv a, .ainv a:link, .ainv a:visited, .ainv a:active, a.ainv:link, a.ainv:visited, a.ainv:active {
  text-decoration: none;
}

.ainv a:hover, a.ainv:hover {
  text-decoration: underline;
}

.wf {
  width: 100%;
}

.hf {
  height: 100%;
}

.whf {
  width: 100%;
  height: 100%;
}

.wh1 {
  width: 1px;
  height: 1px;
}

.posrel {
  position: relative;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.taj {
  text-align: justify !important;
}

.ma {
  margin: auto;
}

.curp {
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.di img {
  display: inline !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.vatop {
  vertical-align: top !important;
}

.vamid {
  vertical-align: middle !important;
}

.vabot {
  vertical-align: bottom !important;
}

.clr, .clear {
  clear: both;
}

.clrf {
  display: block !important;
  float: none !important;
  width: 1px !important;
  height: 1px !important;
  clear: both !important;
  padding: 0 !important;
  margin: 0 !important;
}

table.debug, .debug table {
  border: 1px dotted #CC3333;
  border-collapse: collapse;
}

td.debug, .debug td {
  border: 1px dotted #FF7769;
}

div.debug, .debug div {
  border: 1px dotted #3333CC;
}

span.debug, .debug span {
  border: 1px dotted #33CC33;
}

@media screen, handheld, projection, speech, tty, tv {
  .forPrint {
    display: none;
  }
}

@media print {
  .forScreen {
    display: none;
  }
}

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * 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.
 */
img {
  border: 0;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

p {
  padding: 0;
  margin: 0;
}

p * {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

@font-face {
  font-family: 'swiss721_condensed';
  src: url("../media/fonts/swiss_721_condensed_bt-webfont.eot");
  src: url("../media/fonts/swiss_721_condensed_bt-webfont.eot?#iefix") format("embedded-opentype"), url("../media/fonts/swiss_721_condensed_bt-webfont.woff2") format("woff2"), url("../media/fonts/swiss_721_condensed_bt-webfont.woff") format("woff"), url("../media/fonts/swiss_721_condensed_bt-webfont.ttf") format("truetype"), url("../media/fonts/swiss_721_condensed_bt-webfont.svg#swis721_cn_btroman") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'swiss721_condensed';
  src: url("../media/fonts/swiss_721_bold_condensed_bt-webfont.eot");
  src: url("../media/fonts/swiss_721_bold_condensed_bt-webfont.eot?#iefix") format("embedded-opentype"), url("../media/fonts/swiss_721_bold_condensed_bt-webfont.woff2") format("woff2"), url("../media/fonts/swiss_721_bold_condensed_bt-webfont.woff") format("woff"), url("../media/fonts/swiss_721_bold_condensed_bt-webfont.ttf") format("truetype"), url("../media/fonts/swiss_721_bold_condensed_bt-webfont.svg#swis721_cn_btbold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'swiss721';
  src: url("../media/fonts/swiss_721_bt-webfont.eot");
  src: url("../media/fonts/swiss_721_bt-webfont.eot?#iefix") format("embedded-opentype"), url("../media/fonts/swiss_721_bt-webfont.woff2") format("woff2"), url("../media/fonts/swiss_721_bt-webfont.woff") format("woff"), url("../media/fonts/swiss_721_bt-webfont.ttf") format("truetype"), url("../media/fonts/swiss_721_bt-webfont.svg#swis721_btroman") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'GothamBook';
  src: url("../media/fonts/GothamBook.eot");
  src: url("../media/fonts/GothamBook.eot") format("embedded-opentype"), url("../media/fonts/GothamBook.woff2") format("woff2"), url("../media/fonts/GothamBook.woff") format("woff"), url("../media/fonts/GothamBook.ttf") format("truetype"), url("../media/fonts/GothamBook.svg#GothamBook") format("svg");
}

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

.extend_aspect_ratio_before {
  display: block;
  content: "";
  width: 100%;
}

.extend_aspect_ratio_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.extend_total_center_core_styles {
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.form_item {
  display: inline-block;
  position: relative;
  margin-bottom: 17px;
  background-color: #fcfcfc;
}

.form_item.w50 {
  width: 49%;
}

@media screen and (max-width: 760px) {
  .form_item.w50 {
    width: 100%;
    float: none;
  }
}

.form_item.w100 {
  width: 100%;
}

.form_item textarea,
.form_item input[type="email"],
.form_item input[type="password"],
.form_item input[type="text"] {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  font-weight: 300;
  background-color: transparent;
  line-height: normal;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 0;
  color: #c2c6c9;
}

.form_item textarea.error,
.form_item input[type="email"].error,
.form_item input[type="password"].error,
.form_item input[type="text"].error {
  border-color: #ff0000;
}

.form_item textarea::-webkit-input-placeholder,
.form_item input[type="email"]::-webkit-input-placeholder,
.form_item input[type="password"]::-webkit-input-placeholder,
.form_item input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #c2c6c9;
}

.form_item textarea:-moz-placeholder,
.form_item input[type="email"]:-moz-placeholder,
.form_item input[type="password"]:-moz-placeholder,
.form_item input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c2c6c9;
  opacity: 1;
}

.form_item textarea::-moz-placeholder,
.form_item input[type="email"]::-moz-placeholder,
.form_item input[type="password"]::-moz-placeholder,
.form_item input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c2c6c9;
  opacity: 1;
}

.form_item textarea:-ms-input-placeholder,
.form_item input[type="email"]:-ms-input-placeholder,
.form_item input[type="password"]:-ms-input-placeholder,
.form_item input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c2c6c9;
}

.form_item textarea {
  padding: 20px 20px 20px 56px;
  resize: none;
  height: 334px;
}

@media screen and (max-width: 760px) {
  .form_item textarea {
    height: 154px;
  }
}

.form_item input[type="email"],
.form_item input[type="password"],
.form_item input[type="text"] {
  padding: 23px 10px 22px 52px;
}

.form_item.error textarea,
.form_item.error input[type="email"],
.form_item.error input[type="password"],
.form_item.error input[type="text"] {
  border-color: #ff0000;
}

.form_item.error input[type="checkbox"] + label {
  color: #ff0000;
}

.btn {
  border: 0;
  background-color: transparent;
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
}

.btn.grey_border {
  border: 2px solid #6c6c6a;
  border-radius: 4px;
  padding: 14px 17px 13px;
  text-decoration: none;
  background-color: transparent;
  text-transform: uppercase;
  color: #6c6c6b;
  font-family: "Signika", sans-serif;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0px 5px 0px 0px rgba(182, 5, 31, 0);
  transition: background-color .5s ease, color .5s ease;
}

.btn.grey_border.white {
  border: 2px solid #fff;
  color: #fff;
}

.btn.grey_border.ico {
  padding-right: 54px;
}

.btn.grey_border.ico:before, .btn.grey_border.ico:after {
  position: absolute;
  top: 8px;
  right: 13px;
  content: '';
  display: inline-block;
  width: 29px;
  height: 29px;
  transition: all .5s ease;
}

.btn.grey_border.ico:before {
  border: 1px solid #6c6c6c;
  border-radius: 50%;
}

.btn.grey_border.ico:after {
  width: 29px;
  height: 29px;
  background: url("../media/images/ico/cross_g.png") center no-repeat;
}

.btn.grey_border.ico input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.btn.grey_border:hover {
  padding-bottom: 8px;
  box-shadow: 0px 5px 0px 0px #b6051f;
  border-color: #e51837;
  background-color: #e51837;
  color: #fff;
  height: 44px;
  margin-bottom: 15px;
}

.btn.grey_border:hover.ico:before {
  border-color: #fff;
}

.btn.grey_border:hover.ico:after {
  background: url("../media/images/ico/cross_w.png") center no-repeat;
}

.rte_button {
  border: 0;
  background-color: transparent;
  display: block;
  float: left;
  clear: left;
  padding: 0;
  margin: 0;
  position: relative;
  text-decoration: none;
  border: 2px solid #6c6c6a;
  border-radius: 4px;
  padding: 12px 17px;
  text-decoration: none;
  background-color: transparent;
  text-transform: uppercase;
  color: #6c6c6b !important;
  font-family: "Signika", sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  box-shadow: 0px 5px 0px 0px rgba(182, 5, 31, 0);
  transition: background-color .5s ease, color .5s ease;
  padding-right: 54px;
}

.rte_button a {
  color: #6c6c6b !important;
  font-family: "Signika", sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  text-decoration: none !important;
  transition: all .5s ease;
}

.rte_button:before, .rte_button:after {
  position: absolute;
  top: 8px;
  right: 13px;
  content: '';
  display: inline-block;
  width: 29px;
  height: 29px;
  transition: all .5s ease;
}

.rte_button:before {
  border: 1px solid #6c6c6c;
  border-radius: 50%;
}

.rte_button:after {
  width: 29px;
  height: 29px;
  background: url("../media/images/ico/cross_g.png") center no-repeat;
}

.rte_button:hover {
  padding-bottom: 8px;
  box-shadow: 0px 5px 0px 0px #b6051f;
  border-color: #e51837;
  background-color: #e51837;
  height: 44px;
  margin-bottom: 15px;
}

.rte_button:hover a {
  color: #fff !important;
}

.rte_button:hover:before {
  border-color: #fff;
}

.rte_button:hover:after {
  background: url("../media/images/ico/cross_w.png") center no-repeat;
}

/*------------------------------------------------------------------
[ ICONS include ]
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[ Third part styles ]
-------------------------------------------------------------------*/
/* 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("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./media/fonts/../media/fonts/slick.eot");
  src: url("./media/fonts/../media/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./media/fonts/../media/fonts/slick.woff") format("woff"), url("./media/fonts/../media/fonts/slick.ttf") format("truetype"), slick-ont-url("../media/fonts/slick.svg#slick") 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;
  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.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;
}

/*------------------------------------------------------------------
[ Blocks styles ]
-------------------------------------------------------------------*/
.header {
  border-top: 7px solid #333;
  height: 119px;
  transition: all .5s ease;
}

.header .wrapper {
  height: 100%;
}

.header .logo {
  position: absolute;
  top: 21px;
  left: 30px;
  width: 203px;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .5s ease;
}

.header .logo img {
  width: 100%;
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
  .header .logo {
    width: 150px;
    left: 20px;
  }
}

@media screen and (max-width: 990px) {
  .header {
    height: 90px;
  }
  .header .logo {
    width: 120px;
    top: 20px;
    left: 20px;
  }
}

.social_wrapper {
  position: absolute;
  top: 42px;
  right: 32px;
  font-size: 0;
}

.social_wrapper span,
.social_wrapper a {
  display: inline-block;
  vertical-align: middle;
}

.social_wrapper span {
  padding-right: 7px;
  color: #6a757c;
  text-transform: uppercase;
  font-family: "Signika", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1px;
}

.social_wrapper a {
  margin-left: 6px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, 0, 100%);
  transform: translate3d(0, 0, 100%);
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.social_wrapper a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.menu {
  position: absolute;
  top: 34px;
  left: 346px;
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
  .menu {
    left: 22.73684vw;
  }
}

@media screen and (max-width: 990px) {
  .menu {
    left: 20.63158vw;
  }
}

.menu ul {
  font-size: 0;
}

.menu ul li {
  display: inline-block;
  padding-left: 12px;
  vertical-align: top;
}

.menu ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-family: "Signika", sans-serif;
  color: #6a757c;
  padding: 9px 0 8px;
  font-weight: 700;
  font-size: 22px;
  white-space: nowrap;
  letter-spacing: -0.9px;
  border-top: 2px solid #e73952;
}

.menu ul li a img {
  margin: auto;
}

.menu ul li a:before {
  border-bottom: 2px solid #e73952;
  color: #e73952;
  padding: 9px 0 8px;
  white-space: nowrap;
}

.menu ul li a:after {
  margin: 0 auto;
  width: 0;
  bottom: 0;
}

.menu ul li a:hover {
  color: #fff;
  transition: color .5s ease .2s;
}

.menu ul li a.current {
  color: #fff;
}

.menu ul li a.current:before {
  max-width: 100%;
}

.menu ul li:first-child a {
  background-color: #333331;
  padding: 0;
}

.menu ul li:first-child a img {
  position: relative;
  z-index: 2;
}

.menu ul li:first-child a:before {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  max-width: 0;
  border-bottom: 2px solid red;
  transition: max-width 0.5s;
  background-color: #e51937;
  max-width: 0;
  width: 100%;
  height: 100%;
}

.menu ul li:first-child a:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: '';
  display: block;
  width: 0;
  height: 2px;
  z-index: 2;
  background-color: #e73952;
  transition: all .5s ease;
}

.menu ul li:first-child a.current:before, .menu ul li:first-child a:hover:before {
  transition: max-width 0.5s;
  z-index: 1;
  max-width: 100%;
}

.menu ul li:first-child a.current:after, .menu ul li:first-child a:hover:after {
  width: 100%;
}

.burger {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 0;
  width: 35px;
  height: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all .9s;
  z-index: 112;
}

@media screen and (max-width: 990px) {
  .burger {
    opacity: 1;
    visibility: visible;
    top: 27px;
    right: 30px;
  }
}

.burger span, .burger:after, .burger:before {
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #6b757e;
}

.burger span {
  opacity: 1;
  visibility: visible;
  margin: 13px 0;
  transition: all .9s ease;
}

.burger:after, .burger:before {
  content: '';
  position: absolute;
  left: 0;
}

.burger:before {
  top: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: top .5s ease;
}

.burger:after {
  bottom: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: bottom .5s ease;
}

@media screen and (max-width: 990px) {
  .burger + .mobile_menu_holder {
    position: fixed;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    overflow: auto;
    padding-bottom: 20px;
    background: #fff;
    border-left: 1px solid #ddd;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    z-index: 111;
    transition: -webkit-transform .7s;
    transition: transform .7s;
    transition: transform .7s, -webkit-transform .7s;
  }
  .burger + .mobile_menu_holder .menu,
  .burger + .mobile_menu_holder .social_wrapper {
    position: static;
  }
  .burger + .mobile_menu_holder .menu {
    padding-bottom: 20px;
    padding-top: 90px;
  }
  .burger + .mobile_menu_holder .menu ul li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
    padding-right: 0;
  }
  .burger + .mobile_menu_holder .menu ul li a {
    padding: 20px 5px;
    border-top: 0;
    background-color: #fff;
  }
  .burger + .mobile_menu_holder .menu ul li a:after {
    display: none;
  }
  .burger + .mobile_menu_holder .menu ul li a img {
    background-color: #333331;
  }
  .burger + .mobile_menu_holder .menu ul li a:before {
    display: none;
  }
  .burger + .mobile_menu_holder .menu ul li a span {
    display: none;
  }
  .burger + .mobile_menu_holder .social_wrapper {
    text-align: center;
  }
  .burger + .mobile_menu_holder .social_wrapper a {
    margin: 0 10px;
  }
}

.burger .bg {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.burger.act .bg {
  position: fixed;
  top: 0;
  right: 0;
  content: '';
  height: 80px;
  width: 70%;
  background-color: #fff;
  z-index: 9;
  border-left: 1px solid #ddd;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: all .7s;
}

.burger.act:after, .burger.act:before {
  position: absolute;
  transition: -webkit-transform .5s ease .1s;
  transition: transform .5s ease .1s;
  transition: transform .5s ease .1s, -webkit-transform .5s ease .1s;
  left: 0;
  z-index: 12;
}

.burger.act:before {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger.act:after {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger.act span {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin: 0;
}

.burger.act + .mobile_menu_holder {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.footer {
  background: #333331 url("../media/images/dec/dec.png") center 0 no-repeat;
  padding-bottom: 16px;
}

@media screen and (max-width: 990px) {
  .footer {
    background-size: 100% 100%;
  }
}

.footer .logo {
  width: 214px;
  display: inline-block;
  margin-top: 45px;
  margin-bottom: 75px;
  transition: all .3s ease;
}

@media screen and (max-width: 1102px) {
  .footer .logo {
    margin-bottom: 20px;
  }
}

.footer .logo img {
  width: 100%;
}

@media screen and (max-width: 760px) {
  .footer .logo {
    width: 100%;
    margin-top: 30px;
  }
  .footer .logo img {
    width: 214px;
    margin: 0 auto;
  }
}

.footer .contacts {
  font-size: 0;
  display: inline-block;
  max-width: 700px;
  width: 100%;
  vertical-align: top;
  padding-top: 46px;
  padding-left: 70px;
  transition: all .5s ease;
}

.footer .contacts * {
  transition: all .5s ease;
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
  .footer .contacts {
    max-width: 690px;
  }
}

@media screen and (max-width: 990px) {
  .footer .contacts {
    padding-bottom: 30px;
    max-width: 100%;
    width: 65%;
  }
}

.footer .contacts .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 0;
  text-decoration: none;
  margin-bottom: 12px;
  padding-right: 30px;
}

@media screen and (max-width: 990px) {
  .footer .contacts .item {
    width: 100%;
  }
}

.footer .contacts .item span {
  display: inline-block;
  vertical-align: middle;
  width: calc( 100% - 60px);
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.2px;
  font-family: "Signika", sans-serif;
}

.footer .contacts .item span * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: inherit;
}

.footer .contacts .item:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-right: 13px;
  border: 2px solid #fff;
  transition: all .5s ease;
  box-sizing: border-box;
  overflow: hidden;
}

.footer .contacts .item:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 44px;
  height: 44px;
}

@media screen and (max-width: 560px) {
  .footer .contacts .item:after {
    top: 50%;
    margin-top: -22px;
  }
}

.footer .contacts .item.phone:after {
  background: url("../media/images/ico/circle_phone.png") center no-repeat;
}

.footer .contacts .item.mail:after {
  background: url("../media/images/ico/circle_mail.png") center no-repeat;
}

.footer .contacts .item.place:after {
  background: url("../media/images/ico/circle_map.png") center no-repeat;
}

.footer .contacts .item.pen:after {
  background: url("../media/images/ico/circle_pen.png") center no-repeat;
}

.footer .contacts .item:active:before, .footer .contacts .item:hover:before {
  border: 22px solid #e61938;
}

@media screen and (max-width: 760px) {
  .footer .contacts {
    padding-top: 0;
    padding-left: 0;
    width: auto;
    max-width: none;
    display: table;
    margin: auto;
  }
  .footer .contacts .item {
    display: block;
    width: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

.footer .bottom_content {
  background-color: rgba(108, 108, 107, 0.6);
  padding: 6px 0 10px;
}

.footer .bottom_content p {
  color: #fff;
  font-family: "Signika", sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 0 0;
}

@media screen and (max-width: 560px) {
  .footer .bottom_content p {
    padding-top: 20px;
  }
  .footer .bottom_content .fl,
  .footer .bottom_content .fr {
    width: 100%;
    text-align: center;
    float: none !important;
    margin-bottom: 20px;
  }
  .footer .bottom_content .fl img,
  .footer .bottom_content .fr img {
    margin: 0 auto 20px;
  }
}

.logo-wrapper {
  display: inline-block;
}

@media screen and (max-width: 760px) {
  .logo-wrapper {
    display: block;
  }
}

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

.iso-logo {
  width: 117px;
}

@media screen and (max-width: 760px) {
  .iso-logo {
    margin: 0 auto;
    display: block;
  }
}

.iso-logo-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-top: 65px;
}

@media screen and (max-width: 1102px) {
  .iso-logo-wrapper {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 760px) {
  .iso-logo-wrapper {
    width: 100%;
    display: block;
  }
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
.top_carousel {
  background-color: #ddd;
  height: 383px;
  overflow: hidden;
  margin-bottom: 0;
}

.top_carousel .wrapper,
.top_carousel .item,
.top_carousel .slick-track,
.top_carousel .slick-list {
  height: 100%;
}

@media screen and (max-width: 760px) {
  .top_carousel .wrapper {
    display: table-cell;
    vertical-align: middle;
    height: 383px;
    padding: 0 40px;
  }
  .top_carousel .wrapper .slider_content {
    vertical-align: middle;
    display: inline-block;
  }
}

.top_carousel .slick-arrow {
  width: 38px;
  height: 38px;
  z-index: 100;
  transition: all .5s ease;
  border-width: 0 4px 4px 0;
  border-style: solid;
  border-color: #fff;
  border-radius: 2px;
  opacity: .6;
  transition: border-color .5s ease;
}

.top_carousel .slick-arrow:active {
  border-color: #e73952;
}

@media screen and (min-width: 990px) {
  .top_carousel .slick-arrow:hover {
    border-color: #e73952;
  }
}

.top_carousel .slick-arrow:before {
  display: none;
}

.top_carousel .slick-arrow.slick-prev {
  left: 21.26316vw;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 1460px) {
  .top_carousel .slick-arrow.slick-prev {
    left: 10.73684vw;
  }
}

@media screen and (max-width: 1024px) {
  .top_carousel .slick-arrow.slick-prev {
    left: 2.84211vw;
  }
}

.top_carousel .slick-arrow.slick-next {
  right: 21.26316vw;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 1460px) {
  .top_carousel .slick-arrow.slick-next {
    right: 10.73684vw;
  }
}

@media screen and (max-width: 1024px) {
  .top_carousel .slick-arrow.slick-next {
    right: 2.84211vw;
  }
}

.top_carousel .item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.top_carousel .slider_content {
  max-width: 705px;
  width: 100%;
  margin: 0 auto;
  transition: all .5s ease;
}

@media screen and (max-width: 990px) {
  .top_carousel .slider_content {
    padding: 0 50px;
  }
}

@media screen and (max-width: 760px) {
  .top_carousel .slider_content {
    padding: 0 20px;
  }
}

.top_carousel .header_block {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 24px 25px 27px 53px;
  margin-top: 53px;
  transition: all .5s ease;
}

.top_carousel .header_block * {
  transition: all .5s ease;
}

@media screen and (max-width: 760px) {
  .top_carousel .header_block {
    padding: 14px 15px 17px 13px;
    margin-top: 13px;
  }
}

.top_carousel .header_block .title {
  border-left: 5px solid #e51837;
  padding: 16px 22px 19px 22px;
}

@media screen and (max-width: 760px) {
  .top_carousel .header_block .title {
    padding: 16px 12px 19px 12px;
  }
}

.top_carousel .header_block .title p {
  color: #fff;
  font-weight: bold;
  font-size: 43px;
  font-weight: 700;
  font-family: "Signika", sans-serif;
  letter-spacing: -1.5px;
  line-height: 0.95;
}

@media screen and (max-width: 990px) {
  .top_carousel .header_block .title {
    padding: 16px 12px 19px 12px;
  }
  .top_carousel .header_block .title p {
    font-size: 33px;
  }
}

@media screen and (max-width: 760px) {
  .top_carousel .header_block .title {
    padding: 12px;
  }
  .top_carousel .header_block .title p {
    font-size: 23px;
  }
}

@media screen and (max-width: 560px) {
  .top_carousel .header_block .title p {
    font-size: 18px;
  }
}

.top_carousel .text {
  padding: 23px 47px 10px 80px;
}

.top_carousel .text p {
  font-family: "Signika", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.6px;
  text-shadow: rgba(0, 0, 0, 0.26) -2px 0;
}

.top_carousel .text p b,
.top_carousel .text p strong {
  font-weight: 700;
}

.top_carousel .text p * {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-shadow: inherit;
}

@media screen and (max-width: 990px) {
  .top_carousel .text {
    padding: 13px 0 10px 0;
    text-align: center;
  }
}

@media screen and (max-width: 560px) {
  .top_carousel .text p {
    font-size: 16px;
  }
}

.project_block {
  position: relative;
  border-top: 6px solid #e61937;
  font-size: 0;
}

.project_block:after {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 24px;
  border-color: #e61937 transparent transparent transparent;
}

.project_block .top_links {
  height: 123px;
  line-height: 123px;
  display: inline-block;
  width: 50%;
  text-decoration: none;
  background-color: #333331;
  padding: 0 90px;
  transition: all .5s ease;
}

.project_block .top_links * {
  transition: all .5s ease;
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
  .project_block .top_links {
    padding: 0 45px;
  }
}

@media screen and (max-width: 990px) {
  .project_block .top_links {
    padding: 0 45px;
  }
}

@media screen and (max-width: 760px) {
  .project_block .top_links {
    width: 100%;
    text-align: center !important;
    padding: 0;
    border-bottom: 1px solid #e61937;
  }
}

.project_block .top_links span {
  color: #fff;
  font-weight: 700;
  font-size: 43px;
  font-family: "Signika", sans-serif;
  letter-spacing: -1.7px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

@media screen and (max-width: 990px) {
  .project_block .top_links span {
    font-size: 33px;
  }
}

@media screen and (max-width: 760px) {
  .project_block .top_links span {
    font-size: 23px;
    letter-spacing: 0;
  }
}

.project_block .top_links span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #f7f7f5;
  background-color: transparent;
  transition: all .5s ease;
  margin-left: 14px;
}

.project_block .top_links span:before {
  position: absolute;
  top: 1px;
  right: 0px;
  content: '';
  border-radius: 50%;
  width: 46px;
  height: 46px;
  background: url("../media/images/ico/cross.png") center no-repeat;
  background-size: 46px 46px;
}

.project_block .top_links:hover {
  background-color: #6c6c6c;
}

.project_block .top_links:hover span:after {
  border: 23px solid #e51837;
}

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

.project_block .projects .wrapper {
  font-size: 0;
  padding: 0;
  max-width: 1150px;
  overflow-x: hidden;
}

.project_block .projects .item {
  width: 25%;
  display: inline-block;
  border-right: 2px solid #e5e5e5;
  text-align: center;
  position: relative;
  transition: all .5s ease;
}

.project_block .projects .item a {
  text-decoration: none;
  display: block;
  padding-top: 50px;
}

@media screen and (max-width: 760px) {
  .project_block .projects .item {
    width: 50%;
  }
}

@media screen and (max-width: 560px) {
  .project_block .projects .item {
    width: 100%;
    border: 0;
  }
}

.project_block .projects .item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  height: 42px;
  width: calc( 100% + 2px);
  background-color: #e1e1e1;
  z-index: 100;
  cursor: default !important;
}

.project_block .projects .item + .item:after {
  background-color: #b5b5b3;
}

.project_block .projects .item + .item + .item:after {
  background-color: #000;
}

.project_block .projects .item + .item + .item + .item:after {
  background-color: #6c6c6c;
}

.project_block .projects .item:last-child {
  border-right: 0;
}

.project_block .projects .item .icon_holder {
  display: inline-block;
  width: 155px;
  height: 155px;
  position: relative;
  margin-bottom: 12px;
}

.project_block .projects .item .icon_holder i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.project_block .projects .item .icon_holder:before, .project_block .projects .item .icon_holder:after {
  position: absolute;
  content: '';
  display: inline-block;
  box-sizing: border-box;
  border-radius: 50%;
}

.project_block .projects .item .icon_holder:before {
  border: 2px solid #333331;
  width: 155px;
  height: 155px;
  top: 0;
  left: 0;
  transition: all .2s ease .5s;
}

.project_block .projects .item .icon_holder:after {
  border: 7px solid #333331;
  width: 142px;
  height: 142px;
  top: 7px;
  left: 7px;
  transition: all .5s ease .5s;
}

.project_block .projects .item .icon_holder.ico_1 i {
  background: url("../media/images/ico/ico_1.png") center no-repeat;
}

.project_block .projects .item .icon_holder.ico_2 i {
  background: url("../media/images/ico/ico_2.png") center no-repeat;
}

.project_block .projects .item .icon_holder.ico_3 i {
  background: url("../media/images/ico/ico_3.png") center no-repeat;
}

.project_block .projects .item .icon_holder.ico_4 i {
  background: url("../media/images/ico/ico_4.png") center no-repeat;
}

.project_block .projects .item .name {
  color: #323232;
  display: block;
  padding-bottom: 81px;
  transition: color .5s ease;
}

.project_block .deco {
  margin-top: 59px;
}

.deco {
  padding-top: 4px;
  padding-bottom: 6px;
  height: 20px;
  position: relative;
}

.deco span {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -12px;
}

.deco span:after, .deco span:before {
  content: '';
  width: 11px;
  height: 20px;
  background-color: #e41936;
  display: inline-block;
  margin-left: 3px;
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
}

.deco:after, .deco:before {
  content: '';
  width: 100%;
  display: block;
}

.deco:before {
  height: 2px;
  background-color: #f4f4f4;
  border-bottom: 3px solid #fff;
  padding-bottom: 3px;
}

.deco:after {
  height: 5px;
  background-color: #e1e1e1;
}

.our_philosophy {
  text-align: center;
  padding-bottom: 44px;
  padding-top: 46px;
}

.our_philosophy .wrapper {
  max-width: 840px;
}

.our_philosophy h3 {
  padding-bottom: 16px;
}

.our_philosophy .text_block {
  padding-bottom: 34px;
}

.our_philosophy .text_block p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #6a757c;
  font-weight: 300;
  letter-spacing: 0.6px;
  line-height: 1.35;
}

.our_philosophy .btn {
  margin: 0 5px 10px;
}

.contact_header {
  position: relative;
  min-height: 238px;
  border-bottom: 6px solid #e51937;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  transition: all .5s ease;
}

.contact_header * {
  transition: all .5s ease;
}

@media screen and (max-width: 760px) {
  .contact_header {
    height: auto;
    padding: 28px 0 37px;
  }
}

.contact_header .contact_header_wrapper {
  display: table;
  max-width: 686px;
  width: auto;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.contact_header .contact_header_wrapper .dtc {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 760px) {
  .contact_header .contact_header_wrapper {
    display: block;
    margin: 0 20px;
    max-width: 100%;
  }
  .contact_header .contact_header_wrapper .dtc {
    display: block;
  }
}

.contact_header .title_holder {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 24px 25px 27px 57px;
  transition: all .5s ease;
}

.contact_header .title_holder .title {
  border-left: 5px solid #e51837;
  padding: 16px 22px 19px 22px;
}

.contact_header .title_holder .title p {
  color: #fff;
  font-weight: bold;
  font-size: 43px;
  font-weight: 700;
  font-family: "Signika", sans-serif;
  letter-spacing: -1.5px;
  line-height: 0.95;
}

@media screen and (max-width: 760px) {
  .contact_header .title_holder {
    padding: 14px 15px 17px 27px;
  }
  .contact_header .title_holder .title p {
    font-size: 23px;
    line-height: 1.3;
  }
}

.contact_header:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -24px;
  margin-top: 5px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 24px;
  border-color: #e61937 transparent transparent transparent;
}

.contact_header:before {
  position: absolute;
  top: -113px;
  left: 0;
  content: '';
  width: 419px;
  height: 415px;
  display: block;
  background: url("../media/images/dec/header_dec1.png") 0 no-repeat;
  opacity: 1;
  transition: all .5s ease;
}

@media screen and (max-width: 760px) {
  .contact_header:before {
    opacity: 0;
    display: none;
  }
}

.contact_header {
  position: relative;
  min-height: 238px;
  border-bottom: 6px solid #e51937;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  transition: all .5s ease;
}

.contact_header * {
  transition: all .5s ease;
}

@media screen and (max-width: 760px) {
  .contact_header {
    height: auto;
    padding: 28px 0 37px;
  }
}

.contact_header .contact_header_wrapper {
  display: table;
  max-width: 686px;
  width: auto;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.contact_header .contact_header_wrapper .dtc {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 760px) {
  .contact_header .contact_header_wrapper {
    display: block;
    margin: 0 20px;
    max-width: 100%;
  }
  .contact_header .contact_header_wrapper .dtc {
    display: block;
  }
}

.contact_header .title_holder {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 24px 25px 27px 57px;
  transition: all .5s ease;
}

.contact_header .title_holder .title {
  border-left: 5px solid #e51837;
  padding: 16px 22px 19px 22px;
}

.contact_header .title_holder .title p {
  color: #fff;
  font-weight: bold;
  font-size: 43px;
  font-weight: 700;
  font-family: "Signika", sans-serif;
  letter-spacing: -1.5px;
  line-height: 0.95;
}

@media screen and (max-width: 760px) {
  .contact_header .title_holder {
    padding: 14px 15px 17px 27px;
  }
  .contact_header .title_holder .title p {
    font-size: 23px;
    line-height: 1.3;
  }
}

.contact_header:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -24px;
  margin-top: 5px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 24px;
  border-color: #e61937 transparent transparent transparent;
}

.contact_header:before {
  position: absolute;
  top: -113px;
  left: 0;
  content: '';
  width: 419px;
  height: 415px;
  display: block;
  background: url("../media/images/dec/header_dec1.png") 0 no-repeat;
  opacity: 1;
  transition: all .5s ease;
}

@media screen and (max-width: 760px) {
  .contact_header:before {
    opacity: 0;
    display: none;
  }
}

.copntact_title_block {
  padding-top: 51px;
}

.copntact_title_block h5 {
  text-transform: none;
  padding-bottom: 11px;
}

.copntact_title_block .text {
  padding-bottom: 50px;
}

.copntact_title_block .text p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #6a757c;
}

.contact_us_links {
  background-color: #ededed;
  margin-top: -5px;
  padding-top: 40px;
  padding-bottom: 33px;
  margin-bottom: 47px;
}

.contact_us_links .dt {
  display: table;
  border-collapse: collapse;
  width: 100%;
}

@media screen and (max-width: 760px) {
  .contact_us_links .dt {
    display: block;
  }
}

.contact_us_links .l_side {
  border-right: 1px solid #fbfbfb;
}

.contact_us_links .l_side,
.contact_us_links .r_side {
  display: table-cell;
  width: 50%;
  padding: 0 10px 35px;
}

@media screen and (max-width: 760px) {
  .contact_us_links .l_side,
  .contact_us_links .r_side {
    width: 100%;
    display: block;
    border: 0;
  }
}

.contact_us_links .l_side .ico,
.contact_us_links .r_side .ico {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}

.contact_us_links .l_side .ico:after,
.contact_us_links .r_side .ico:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  display: block;
  content: '';
  z-index: 10;
  transition: all .5s ease;
}

.contact_us_links .l_side i,
.contact_us_links .r_side i {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #343432;
  transition: all .5s ease;
}

.contact_us_links .l_side a,
.contact_us_links .r_side a {
  text-decoration: none;
  display: block;
  text-align: center;
}

.contact_us_links .l_side a[href^="tel"] .ico:after,
.contact_us_links .r_side a[href^="tel"] .ico:after {
  background-image: url("../media/images/ico/phone_black.png");
}

.contact_us_links .l_side a[href^="mailto"] .ico:after,
.contact_us_links .r_side a[href^="mailto"] .ico:after {
  background-image: url("../media/images/ico/email_black.png");
}

.contact_us_links .l_side a h3,
.contact_us_links .r_side a h3 {
  padding-bottom: 2px;
}

.contact_us_links .l_side a p,
.contact_us_links .r_side a p {
  font-family: "Signika", sans-serif;
  font-size: 30px;
  color: #333;
  font-weight: 300;
}

.contact_us_links .l_side a:hover i,
.contact_us_links .r_side a:hover i {
  border-width: 35px;
  border-color: #e51937;
}

.contact_us_links .l_side a:hover[href^="tel"] .ico:after,
.contact_us_links .r_side a:hover[href^="tel"] .ico:after {
  background-image: url("../media/images/ico/phone_white.png");
}

.contact_us_links .l_side a:hover[href^="mailto"] .ico:after,
.contact_us_links .r_side a:hover[href^="mailto"] .ico:after {
  background-image: url("../media/images/ico/email_white.png");
}

.contact_us_form fieldset {
  font-size: 0;
}

.contact_us_form .form_item {
  background-repeat: no-repeat;
}

.contact_us_form .form_item.name_holder {
  background-image: url("../media/images/ico/form-icon-user.png");
  background-position: 23px 20px;
}

.contact_us_form .form_item.email_holder {
  background-image: url("../media/images/ico/form-mail.png");
  background-position: 28px 23px;
}

.contact_us_form .form_item.email_holder input {
  padding-left: 71px;
}

@media screen and (max-width: 760px) {
  .contact_us_form .form_item.email_holder {
    background-position: 18px 23px;
  }
  .contact_us_form .form_item.email_holder input {
    padding-left: 52px;
  }
}

.contact_us_form .form_item.textarea {
  background-image: url("../media/images/ico/form-pen.png");
  background-position: 17px 15px;
}

@media screen and (max-width: 760px) {
  .contact_us_form .form_item.textarea textarea {
    padding-left: 52px;
  }
}

.contact_us_form form .btn {
  margin-bottom: 36px;
}

.contact_us_form form .btn:hover {
  margin-bottom: 41px;
}

.capabilities_header {
  min-height: 146px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 6px solid #e51937;
  padding-top: 35px;
}

@media screen and (max-width: 990px) {
  .capabilities_header {
    text-align: center;
  }
}

.capabilities_header .dec {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 422px;
  height: 852px;
  background: url("../media/images/dec/header_dec2.png") 0 no-repeat;
  opacity: 1;
  transition: all .5s ease;
}

@media screen and (max-width: 560px) {
  .capabilities_header .dec {
    opacity: 0;
    visibility: hidden;
  }
}

.capabilities_header h1 {
  position: relative;
  z-index: 2;
  font-family: "Signika", sans-serif;
  font-size: 43px;
  border-left: 5px solid #fff;
  padding-left: 18px;
  padding: 17px 18px 19px;
  margin-left: 189px;
  margin-bottom: 26px;
  letter-spacing: -1.5px;
  color: white;
}

@media screen and (max-width: 990px) {
  .capabilities_header h1 {
    text-align: center;
    display: inline-block;
    margin-left: 0;
  }
}

.capabilities_header:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -24px;
  margin-top: 5px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 24px;
  border-color: #e61937 transparent transparent transparent;
}

.capabilities_header .text_holder {
  width: 100%;
  background-color: #ecebeb;
  background-color: rgba(236, 235, 235, 0.9);
  padding-top: 31px;
  padding-bottom: 40px;
}

.capabilities_header .text_holder .wrapper {
  padding: 0 240px;
}

@media screen and (max-width: 990px) {
  .capabilities_header .text_holder .wrapper {
    padding: 0 50px;
  }
}

@media screen and (max-width: 560px) {
  .capabilities_header .text_holder .wrapper {
    padding: 0 20px;
  }
}

.capabilities_header .text_holder p {
  font-family: "Signika", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.7px;
}

.capabilities_header .text_holder p strong {
  font-weight: 700;
}

.citate_holder {
  background: #fff;
  padding-top: 78px;
  padding-bottom: 64px;
}

blockquote,
.citate {
  position: relative;
  display: inline-block;
  max-width: 530px;
}

blockquote p,
.citate p {
  font-family: "Signika", sans-serif;
  font-weight: 300;
  color: #333331;
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 1.45;
  display: inline-block;
  padding-left: 20px;
}

blockquote p:after, blockquote p:before,
.citate p:after,
.citate p:before {
  content: '';
  display: inline-block;
  width: 41px;
  height: 30px;
}

blockquote p:before,
.citate p:before {
  position: relative;
  bottom: -8px;
  left: -15px;
  margin-left: -60px;
  vertical-align: top;
  background: url("../media/images/dec/quote-left.png") 0 no-repeat;
}

blockquote p:after,
.citate p:after {
  position: relative;
  bottom: 10px;
  right: -25px;
  vertical-align: bottom;
  background: url("../media/images/dec/quote-right.png") 0 no-repeat;
}

blockquote span:after, blockquote span:before,
.citate span:after,
.citate span:before {
  content: '';
  display: inline-block;
  height: 1px;
  background: #c4c4c4;
}

blockquote span:before,
.citate span:before {
  width: 100%;
  margin-bottom: 4px;
}

blockquote span:after,
.citate span:after {
  width: 55%;
  margin-top: -1px;
}

.block_title_wrapper {
  position: relative;
  background-color: #f3f3f3;
  border-bottom: 6px solid #333;
  padding-top: 50px;
  padding-bottom: 33px;
}

.block_title_wrapper i {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 22px;
}

.block_title_wrapper i img {
  width: 100%;
}

.block_title_wrapper h2 {
  border-left: 2px solid #333;
  margin-left: 25px;
  margin-bottom: 22px;
  padding: 30px 0 25px 20px;
  letter-spacing: -2px;
  display: inline-block;
  vertical-align: middle;
}

.block_title_wrapper:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -24px;
  margin-top: 5px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 24px;
  border-color: #333 transparent transparent transparent;
}

.block_title_wrapper .text {
  max-width: 880px;
  margin: 0 auto 6px;
}

.block_title_wrapper .text p {
  font-size: 17px;
  letter-spacing: -0.5px;
  color: #464644;
}

/*------------------------------------------------------------------
[ Layouts styles ]
-------------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

html :after,
html :before,
html * {
  box-sizing: border-box;
}

body {
  height: 100%;
}

body.act {
  position: fixed;
}

button {
  -webkit-appearance: none;
}

form,
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

body, td, th, div, span, p {
  font: normal normal 16px/100% "Roboto", sans-serif, Arial, Tahoma, Verdana, sans-serif;
  color: #000;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

li {
  font: normal normal 16px/100% "Roboto", sans-serif, Arial, Tahoma, Verdana, sans-serif;
  color: #000;
}

input, textarea, option, select {
  font: normal normal 16px/100% "Roboto", sans-serif, Arial, Tahoma, Verdana, sans-serif;
  color: #000;
}

a, a:link, a:active, a:visited {
  text-decoration: none;
  font: normal normal 16px/100% "Roboto", sans-serif, Arial, Tahoma, Verdana, sans-serif;
  color: #000;
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

p a {
  text-decoration: underline !important;
}

p a:hover {
  text-decoration: none !important;
}

.preload {
  display: none;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  color: #000;
  line-height: 1;
}

.mb60 {
  margin-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.wrapper {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 760px) {
  .wrapper {
    padding: 0 20px;
  }
}

.text_block {
  padding: 50px 0;
}

.text_block ul {
  list-style: inherit;
  margin: 10px 20px;
}

.spec_manufacturing_wrapper .our_philosophy_text,
.consulting_wrapper .our_philosophy_text,
.our_philosophy_wrapper .our_philosophy_text {
  margin-top: 50px;
  padding-bottom: 48px;
}

.spec_manufacturing_wrapper .our_philosophy_text p,
.consulting_wrapper .our_philosophy_text p,
.our_philosophy_wrapper .our_philosophy_text p {
  font-size: 17px;
  color: #474745;
}

.working_together .rte_text,
.design_wrapper .rte_text {
  padding-top: 50px;
}

.working_together .rte_text .deco + .wrapper h5,
.design_wrapper .rte_text .deco + .wrapper h5 {
  margin-bottom: 45px;
}

.our_team .rte_text,
.working_together .rte_text {
  padding-top: 64px;
}

.our_team .rte_text h5,
.working_together .rte_text h5 {
  padding-bottom: 20px;
}

/*------------------------------------------------------------------
[ Types styles ]
-------------------------------------------------------------------*/
h1, h2 {
  font-family: "Signika", sans-serif;
  font-size: 44px;
  font-weight: 700;
}

h1 {
  color: #333331;
}

h2 {
  color: #333331;
}

h3 {
  font-family: "Signika", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333331;
}

h4 {
  font-family: "Signika", sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #333331;
}

h5 {
  font-family: "Signika", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333331;
}

h6 {
  font-family: "Signika", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #333331;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 300;
  color: #333331;
}

.rte_text .dt {
  display: table;
}

.rte_text .l_side,
.rte_text .r_side {
  display: table-cell;
  vertical-align: top;
}

.rte_text .l_side {
  width: 433px;
}

.rte_text .r_side {
  width: calc( 100% - 433px);
  padding-left: 45px;
  padding-right: 55px;
  padding-top: 39px;
}

.rte_text .image_holder {
  border-bottom: 18px solid #e51937;
  max-width: 433px;
}

.rte_text img {
  max-width: 100%;
  margin: 0 auto;
}

.rte_text hr {
  height: 20px;
  width: 100%;
  border: 0;
  background: transparent url("../media/images/dec/hr.png") center no-repeat;
}

img.center {
  display: block;
  margin: 0 auto;
}

img.left {
  float: left;
  margin: 0 20px 20px 0;
}

img.right {
  float: right;
  margin: 0 0 20px 20px;
}

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