html {
  height: 100%;
  box-sizing: border-box; }

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

table {
  border-collapse: collapse; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  margin: 0;
  padding: 0;
  outline: none; }

td {
  vertical-align: top; }

textarea {
  overflow: auto; }

img {
  border: none;
  display: block; }

map {
  display: none; }

object, embed {
  display: block; }

.wf {
  width: 100%; }

.hf {
  height: 100%; }

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

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

.posrel {
  position: relative; }

.absolute {
  position: absolute !important; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

.tac {
  text-align: center; }

.taj {
  text-align: justify; }

.ma {
  margin: auto; }

.m0a {
  margin: 0 auto; }

.curp {
  cursor: pointer; }

.nowrap {
  white-space: nowrap; }

.di {
  display: inline; }

.dib {
  display: inline-block; }

.dtc {
  display: table-cell; }

.dtr {
  display: table-row; }

.dt {
  display: table; }

.dn {
  display: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.vat {
  vertical-align: top; }

.vam {
  vertical-align: middle; }

.vab {
  vertical-align: bottom; }

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

.cl:after {
  content: "";
  display: table;
  clear: both; }

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

.inv {
  display: fixed;
  left: -9999px;
  top: -9999px;
  visibility: hidden;
  z-index: -1; }

ul.uns {
  list-style: none; }

a.show_profile {
  display: none; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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; }

/* 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,
hgroup,
main,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0; }

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

@font-face {
  font-family: 'icomoon';
  src: url("../media/fonts/icomoon/fonts/icomoon.eot?pn4dxg");
  src: url("../media/fonts/icomoon/fonts/icomoon.eot?#iefixpn4dxg") format("embedded-opentype"), url("../media/fonts/icomoon/fonts/icomoon.woff?pn4dxg") format("woff"), url("../media/fonts/icomoon/fonts/icomoon.ttf?pn4dxg") format("truetype"), url("../media/fonts/icomoon/fonts/icomoon.svg?pn4dxg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-right:before {
  content: "\e605"; }

.icon-search:before {
  content: "\e604"; }

.icon-close:before {
  content: "\e602"; }

.icon-close-small:before {
  content: "\e603"; }

.icon-facebook:before {
  content: "\e600"; }

.icon-linkedin:before {
  content: "\e601"; }

.icon-next:before, .icon-prev:before {
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  content: '';
  display: block;
  height: 20px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  vertical-align: middle;
  width: 20px; }

.icon-prev:before {
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }

.icon-vcard:before {
  background: url("../media/images/ico/vcard.png") no-repeat 0 0;
  content: '';
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  width: 32px; }

.icon-cv:before {
  background: url("../media/images/ico/cv.png") no-repeat 0 0;
  content: '';
  display: inline-block;
  height: 34px;
  vertical-align: middle;
  width: 26px; }

.icon-small-next {
  display: inline-block;
  height: 8px;
  vertical-align: middle; }
  .icon-small-next:before {
    border: 1px solid #3d9ede;
    border-bottom: 0;
    border-left: 0;
    content: '';
    display: inline-block;
    height: 8px;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    transition: all .3s;
    vertical-align: top;
    width: 8px; }

.icon-acc-status {
  display: inline-block;
  font-size: 0;
  height: 18px;
  transition: all .3s;
  vertical-align: middle; }
  .icon-acc-status:before {
    border: 1px solid #3d9ede;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    content: '';
    display: inline-block;
    height: 18px;
    margin-right: 6px;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    transition: all .3s;
    vertical-align: top;
    width: 18px; }
  .icon-acc-status:after {
    border: 1px solid #3d9ede;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    content: '';
    display: inline-block;
    height: 18px;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    transition: all .3s;
    vertical-align: top;
    width: 18px; }
  .active .icon-acc-status:before, .icon-acc-status.active:before {
    border-color: #3d9ede;
    border-bottom-color: transparent;
    border-left-color: transparent; }
  .active .icon-acc-status:after, .icon-acc-status.active:after {
    border-color: #3d9ede;
    border-right-color: transparent;
    border-top-color: transparent; }

html {
  height: 100%; }

body {
  color: #333333;
  font-family: 'Georgia-Regular';
  width: 100%;
  height: 100%;
  min-width: 320px;
  overflow-x: hidden; }

.wrapper {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 10px; }

.content {
  padding-top: 80px;
  min-height: calc(100vh - 100px); }

@media all and (max-width: 980px) {
  /*.desktop {
    display: none !important; }*/ }

@media all and (min-width: 981px) {
  /*.mobile {
    display: none !important; }*/ }

h1 {
  font-family: 'FuturaMCBook-Regular';
  color: #c83250;
  font-size: 40px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 3px; }

h2 {
  font-family: 'FuturaMCMedium-Regular';
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  text-align: left;
  line-height: 137%;
  margin: 35px 0 17px 0; }

h3 {
  font-family: 'FuturaMCBook-Regular';
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  color: #94d4a3;
  letter-spacing: 2px; }

p {
  font-size: 14px;
  color: #666666; }

a {
  transition: all 400ms ease;
  color: #666666; }
  a:hover {
    color: #c83250; }

@font-face {
  font-family: 'Georgia-Regular';
  src: url("../media/fonts/new/Georgia.eot");
  src: url("../media/fonts/new/Georgia.eot?#iefix") format("embedded-opentype"), url("../media/fonts/new/Georgia.woff") format("woff"), url("../media/fonts/new/Georgia.ttf") format("truetype"), url("../media/fonts/new/Georgia.svg#Georgia-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2019; }

@font-face {
  font-family: 'FuturaMCBook-Regular';
  src: url("../media/fonts/new/FuturaMCBook.eot");
  src: url("../media/fonts/new/FuturaMCBook.eot?#iefix") format("embedded-opentype"), url("../media/fonts/new/FuturaMCBook.woff") format("woff"), url("../media/fonts/new/FuturaMCBook.ttf") format("truetype"), url("../media/fonts/new/FuturaMCBook.svg#FuturaMCBook-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  /*font-stretch: normal;*/
  /*unicode-range: U+0020-0237;*/ }

@font-face {
  font-family: 'FuturaMCDemi-Regular';
  src: url("../media/fonts/new/FuturaMCDemi.eot");
  src: url("../media/fonts/new/FuturaMCDemi.eot?#iefix") format("embedded-opentype"), url("../media/fonts/new/FuturaMCDemi.woff") format("woff"), url("../media/fonts/new/FuturaMCDemi.ttf") format("truetype"), url("../media/fonts/new/FuturaMCDemi.otf") format("opentype"), url("../media/fonts/new/FuturaMCDemi.svg#FuturaMCDemi-Regular") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA; }

@font-face {
  font-family: 'FuturaMCMedium-Regular';
  src: url("../media/fonts/new/FuturaMCMedium.eot");
  src: url("../media/fonts/new/FuturaMCMedium.eot?#iefix") format("embedded-opentype"), url("../media/fonts/new/FuturaMCMedium.woff") format("woff"), url("../media/fonts/new/FuturaMCMedium.ttf") format("truetype"), url("../media/fonts/new/FuturaMCMedium.otf") format("opentype"), url("../media/fonts/new/FuturaMCMedium.svg#FuturaMCMedium-Regular") format("svg");
  font-weight: 500;
  font-style: normal;
  /*font-stretch: normal;*/
  /*unicode-range: U+0020-25CA;*/ }

.mobile_menu {
  display: none; }

.lockScreen {
  overflow: hidden;
  /*position: fixed;*/ }

#state {
  position: absolute;
  height: 56px;
  width: auto;
  color: red;
  z-index: 10000000;
  font-size: 15px;
  line-height: 56px;
  bottom: 72px;
  right: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media screen and (max-width: 629px) {
    #state {
      bottom: 43px;
      width: 100%;
      left: 0;
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%); } }

#header {
  height: 80px;
  width: 100%;
  font-family: 'FuturaMCMedium-Regular';
  _box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  border-bottom:1px solid #e7e7e7;
  position: fixed;
  top: 0;
  z-index: 10000;
  background: #fff;
  transition: all 400ms ease; }
  #header .logo {
    width: 131px;
    height: 37px;
    padding: 25px 0 0 40px;
    float: left;
    display: inline-block;
    transition: all 400ms ease; }
    #header .logo img {
      background-size: contain;
      transition: all 400ms ease;
      width: 131px;
      height: 37px; }
  #header ul.main_menu {
    cursor: default;
    padding: 20px 16px 0 0;
    float: right;
    list-style: none;
    _transition: all 400ms ease; }
    #header ul.main_menu li {
      font-size: 15px;
      line-height: 40px;
      padding: 0 12px;
      box-sizing: border-box;
      color: #000;
      display: inline-block;
      text-transform: uppercase; }
      #header ul.main_menu li a {
        width: 100%;
        font-size: 15px;
        color: #b5b5b5;
        text-transform: uppercase;
        text-align: center;
        display: block;
        text-decoration: none;
        transition: all 400ms ease; }
        #header ul.main_menu li a.active {
          color: #000; }
          #header ul.main_menu li a.active + span {
            color: #000; }
        #header ul.main_menu li a:active {
          color: #000; }
          #header ul.main_menu li a:active + span {
            color: #000; }
        #header ul.main_menu li a:hover {
          color: #c83250; }
  #header .lang {
    display: inline-block;
    float: right;
    width: 40px;
    height: 100%;
    font-family: 'FuturaMCMedium-Regular';
    _border-left: 1px solid #e7e7e7;
    transition: all 100ms ease; }
    #header .lang ul {
      list-style: none;
      height: 60px;
      padding-top: 10px;
      transition: all 100ms ease; }
      #header .lang ul li {
        text-transform: uppercase;
        font-size: 10px;
        color: #b5b5b5;
        height: 20px;
        width: 100%;
        text-align: center;
        line-height: 20px;
        cursor: default;
        transition: all 100ms ease; }
        #header .lang ul li.current_lang {
          color: #000; }
        #header .lang ul li a {
          display: block;
          height: 20px;
          line-height: 20px;
          text-decoration: none;
          color: #b5b5b5;
          transition: all 100ms ease; }
          #header .lang ul li a:active {
            cursor: default; }
          #header .lang ul li a:hover {
            color: #000; }
  #header.small {
    height: 48px; }
    #header.small .logo {
      width: 100px;
      height: 28px;
      padding: 13px 0 0 40px; }
      #header.small .logo img {
        width: 100px;
        height: 28px; }
    #header.small .lang {
      cursor: pointer; }
      #header.small .lang ul {
        padding-top: 0; }
        #header.small .lang ul li {
          opacity: 0;
          z-index: -1;
          cursor: pointer;
          display: none;
          border-left: 1px solid #e7e7e7;
          border-right: none;
          border-top: 1px solid #e7e7e7;
          border-bottom: none; }
          #header.small .lang ul li a {
            z-index: -1;
            cursor: pointer;
            display: none; }
          #header.small .lang ul li:last-child {
            border-bottom: 1px solid #e7e7e7; }
          #header.small .lang ul li.current_lang {
            opacity: 1;
            height: 48px;
            line-height: 48px;
            display: block;
            _border: none; }
            #header.small .lang ul li.current_lang a {
              line-height: 48px; }
      #header.small .lang.hover {
        cursor: pointer; }
        #header.small .lang.hover ul {
          cursor: pointer; }
          #header.small .lang.hover ul span {
            cursor: pointer; }
          #header.small .lang.hover ul li {
            opacity: 1;
            z-index: 100;
            background: #fff;
            height: 48px;
            line-height: 48px;
            cursor: pointer;
            display: block; }
            #header.small .lang.hover ul li.current_lang {
              cursor: pointer;
              color: #000; }
            #header.small .lang.hover ul li a {
              cursor: pointer;
              height: 48px;
              line-height: 48px;
              display: block;
              color: #c83250; }
    #header.small ul.main_menu {
      padding: 5px 16px 0 0; }
  #header .mobile_menu {
    display: none; }

.main_carousel {
  /*height: calc(100vh - 80px);*/
  overflow: hidden !important; }
  .main_carousel .slide {
    width: 100%;
    /*height: 100%;*/
    background: #000; }
    .main_carousel .slide .slide_inner {
      position: relative;
      width: 100%;
      /*height: 100%;*/
      overflow: hidden; }
      .main_carousel .slide .slide_inner .img {
        width: 100%;
        /*height: 100%;*/
        background-size: cover !important;
        background-position: center;
        background-repeat: no-repeat; }
  .main_carousel .slick-prev.slick-arrow,
  .main_carousel .slick-next.slick-arrow {
    width: 19px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    display: block;
    cursor: pointer;
    background-position: 0 0;
    z-index: 1000;
    border: none;
    box-shadow: none;
    opacity: 0; }
    .main_carousel .slick-prev.slick-arrow:hover,
    .main_carousel .slick-next.slick-arrow:hover {
      background-position: -19px 0; }
  .main_carousel .slick-prev.slick-arrow {
    left: 40px;
    background: url("../media/images/btn/arrow_left.png") no-repeat transparent; }
  .main_carousel .slick-next.slick-arrow {
    right: 40px;
    background: url("../media/images/btn/arrow_right.png") no-repeat transparent; }
  .main_carousel:hover .slick-prev.slick-arrow,
  .main_carousel:hover .slick-next.slick-arrow {
    opacity: 1; }
  .main_carousel .slick-dots {
    position: absolute;
    bottom: 15px;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    left: 50%;
    list-style: none;
    opacity: 0;
    transition: all 1000ms ease; }
    .main_carousel .slick-dots li {
      display: inline-block;
      margin-right: 8px; }
      .main_carousel .slick-dots li:last-of-type {
        margin-right: 0; }
      .main_carousel .slick-dots li button {
        border-radius: 100%;
        height: 16px;
        width: 16px;
        display: inline-block;
        border: solid 2px transparent;
        overflow: hidden;
        cursor: pointer;
        margin-left: 8px;
        transition: all 400ms ease;
        color: transparent;
        background: none; }
        .main_carousel .slick-dots li button:before {
          content: "";
          display: block;
          border-radius: 100%;
          border: 1px solid #fff;
          height: 12px;
          width: 12px;
          transition: all 400ms ease; }
        .main_carousel .slick-dots li button:hover {
          border: solid 2px white; }
          .main_carousel .slick-dots li button:hover:before {
            border: solid 1px transparent; }
      .main_carousel .slick-dots li.slick-active button:before {
        background: #fff; }
      .main_carousel .slick-dots li.slick-active button:hover {
        border: solid 2px transparent; }

a.scroll_more {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  z-index: 1000;
  text-align: center;
  font-family: 'FuturaMCBook-Regular';
  cursor: pointer;
  line-height: 1;
  text-decoration: none; }
  a.scroll_more:after {
    content: '';
    background: url("../media/images/btn/arrow_down.png") no-repeat;
    width: 15px;
    height: 10px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    z-index: 1000;
    margin-left: -7px; }

#home_text_block {
  max-width: 726px;
  margin: 87px auto 86px auto; }
  @media all and (max-width: 750px) {
    #home_text_block {
      padding: 0 30px; } }
  #home_text_block p.title {
    text-align: center;
    margin-top: 64px; }
  #home_text_block * {
    text-align: center;
    font-family: 'Georgia-Regular';
    font-size: 18px;
    color: #333333;
    line-height: 138%; }
    @media all and (max-width: 750px) {
      #home_text_block * {
        font-size: 20px;
        line-height: 168%; } }
  #home_text_block a {
    transition: all 400ms ease; }
    #home_text_block a:hover {
      color: #c83250; }
  #home_text_block h1.title {
    position: relative;
    font-family: 'FuturaMCBook-Regular';
    color: #c83250;
    font-size: 40px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 116%; }
    #home_text_block h1.title:after {
      content: "";
      display: inline-block;
      position: absolute;
      width: 100px;
      height: 1px;
      border-bottom: 1px solid #c83250;
      bottom: -29px;
      left: 50%;
      margin-left: -50px; }
    @media all and (max-width: 750px) {
      #home_text_block h1.title {
        font-size: 38px; } }

.info_blocks {
  width: 100%;
  color: #666666;
  font-size: 14px;
  display: table;
  margin-left: 2px; }
  @media all and (max-width: 980px) {
    .info_blocks {
      margin-left: 0; } }
  .info_blocks .info_block {
    width: 33.33%;
    height: 100%;
    border-right: 1px solid #fff;
    background: #cccccc;
    display: table-cell;
    position: relative;
    text-align: left;
    line-height: 160%;
    padding: 35px 23px 59px 30px;
    box-sizing: border-box; }
    @media all and (max-width: 750px) {
      .info_blocks .info_block {
        font-size: 16px; } }
    .info_blocks .info_block h2 {
      margin-top: 0; }
      @media all and (max-width: 750px) {
        .info_blocks .info_block h2 {
          font-size: 19px; } }
    .info_blocks .info_block:nth-child(odd) {
      background: #ebebeb; }
    .info_blocks .info_block:nth-child(even) {
      margin-right: 1px;
      margin-left: 1px; }
    @media all and (max-width: 980px) {
      .info_blocks .info_block {
        width: 100%;
        display: block;
        float: none; }
        .info_blocks .info_block:nth-child(odd) {
          width: 100%; }
        .info_blocks .info_block:nth-child(even) {
          margin-right: 0;
          margin-left: 0; } }

#footer {
  height: 100px;
  width: 100%;
  background: #000;
  color: #fff;
  cursor: default;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0 100px;
  position: relative; }
  @media all and (max-width: 750px) {
    #footer {
      height: auto;
      padding: 0 15px; } }
  #footer .adress,
  #footer .socials,
  #footer .contacts {
    display: inline-block;
    float: left;
    width: 33.33%;
    line-height: 140%;
    position: relative;
    top: 50%;
    -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%); }
    @media all and (max-width: 750px) {
      #footer .adress,
      #footer .socials,
      #footer .contacts {
        width: 100%;
        display: block;
        text-align: center !important;
        float: none;
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
        top: 0;
        padding: 17px 0;
        margin: 0 auto; } }
  #footer .adress {
    text-align: left; }
  #footer .socials {
    text-align: center; }
    #footer .socials a {
      display: inline-block;
      background: url("../media/images/btn/socials.png") no-repeat;
      height: 31px;
      width: 31px;
      transition: all 0s;
      margin-right: 18px; }
      #footer .socials a:last-child {
        margin-right: 0; }
    #footer .socials .fb {
      background-position: 0 0; }
      #footer .socials .fb:hover {
        background-position: -31px 0; }
    #footer .socials .ln {
      background-position: 0 -31px; }
      #footer .socials .ln:hover {
        background-position: -31px -31px; }
    #footer .socials .yt {
      background-position: 0 -62px; }
      #footer .socials .yt:hover {
        background-position: -31px -62px; }
    #footer .socials .ig {
      background-position: 0 -90px; }
      #footer .socials .ig:hover {
        background-position: -31px -90px; }
    @media all and (max-width: 750px) {
      #footer .socials {
        position: absolute;
        top: 114px;
        left: 0;
        height: 31px;
        z-index: 10; } }
  #footer .contacts {
    text-align: right; }
    @media all and (max-width: 750px) {
      #footer .contacts {
        padding-bottom: 75px;
        padding-top: 0; } }
  #footer a {
    transition: all 400ms ease;
    color: #fff;
    text-decoration: underline; }
    #footer a:hover {
      text-decoration: underline;
      color: #c83250; }

@media all and (max-width: 750px) {
  #header.small .logo {
    padding: 13px 0 0 13px;
    z-index: 200; }
  #header ul.main_menu {
    display: none; }
  #header.small .lang {
    width: 52px;
    float: right;
    font-weight: bold;
    letter-spacing: 1px;
    color: #363636; }
  #header.small .mobile_menu {
    display: inline-block; }
  #header.small.no_shadow {
    box-shadow: none; }
  .main_carousel {
    height: calc(100vh - 48px); }
  .mobile_menu {
    display: inline-block;
    float: right;
    width: 52px;
    height: 48px;
    border-left: 1px solid #e7e7e7;
    cursor: pointer;
    position: relative;
    transition: all 200ms ease; }
    .mobile_menu .burger {
      width: 18px;
      height: 15px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -9px;
      margin-top: -7px;
      transition: all 200ms ease; }
      .mobile_menu .burger .plank {
        height: 3px;
        border-radius: 1px;
        background: #363636;
        width: 18px;
        position: absolute;
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
        left: 0;
        transition: all 200ms ease; }
        .mobile_menu .burger .plank.plank_1 {
          top: 1px; }
        .mobile_menu .burger .plank.plank_2 {
          top: 7px; }
        .mobile_menu .burger .plank.plank_3 {
          top: 13px; }
    .mobile_menu.active {
      background: #363636; }
      .mobile_menu.active .plank {
        background: #fff; }
      .mobile_menu.active ul.main_menu {
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%); }
    .mobile_menu ul.main_menu {
      width: 100vw;
      height: calc(100% - 48px);
      background: #363636;
      position: fixed;
      top: 48px;
      z-index: 9999;
      left: 0;
      -ms-transform: translate(0%, -130%);
          transform: translate(0%, -130%);
      transition: all 350ms ease;
      display: block; }
      .mobile_menu ul.main_menu li {
        color: #94d4a3;
        font-family: 'FuturaMCBook-Regular';
        display: block;
        height: 25%;
        width: 100%;
        text-align: center; }
        .mobile_menu ul.main_menu li span {
          position: relative;
          top: 50%;
          -ms-transform: translate(0%, -50%);
              transform: translate(0%, -50%);
          display: block;
          text-transform: uppercase; }
        .mobile_menu ul.main_menu li a {
          height: 100%;
          color: #94d4a3;
          width: 100%;
          display: block;
          text-align: center;
          text-decoration: none; }
          .mobile_menu ul.main_menu li a:hover {
            color: #94d4a3; }
    .mobile_menu:hover {
      background: #363636; }
      .mobile_menu:hover .burger .plank {
        background: #fff; } }

.about .picture {
  height: 350px;
  position: relative;
  overflow: hidden;
  width: 100%; }
  .about .picture div {
    width: 100%;
    height: 350px;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat; }
	
.about .picture .mobile-img{
	display:none;
}

.about .top_text {
  font-size: 18px;
  color: #363636;
  text-align: center;
  box-sizing: border-box;
  padding: 75px 30px 125px 30px;
  line-height: 140%; }
  @media all and (max-width: 750px) {
    .about .top_text {
      font-size: 20px;
      line-height: 161%; } }
  .about .top_text > div {
    max-width: 767px;
    margin: 0 auto; }

.about_block {
  border-top: 2px solid #eaeaea;
  position: relative;
  min-height: 100px; }
  .about_block:nth-child(even) {
    background: #fafafa; }
  .about_block .name {
    font-family: 'FuturaMCBook-Regular';
    text-transform: uppercase;
    font-size: 40px;
    color: #ac3550;
    position: absolute;
    height: 70px;
    box-sizing: border-box;
    padding: 0 24px;
    display: inline-block;
    line-height: 70px;
    background: #fff;
    border: 2px solid #eaeaea;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.team_list .holder {
  max-width: 985px;
  margin: 0 auto;
  padding: 0 30px 184px 30px;
  text-align: center; }
  .team_list .holder .member {
    transition: all 400ms ease;
    cursor: pointer;
    width: 205px;
    display: inline-block;
    margin: 109px 10px 0 10px; }
    .team_list .holder .member .image_holder {
      width: 205px;
      height: 210px;
      position: relative;
      overflow: hidden;
      border-bottom: 5px solid #a8d3a4;
      transition: all 400ms ease; }
      .team_list .holder .member .image_holder div {
        width: 100%;
        height: 210px;
        background-size: contain !important;
        background-position: center;
        background-repeat: no-repeat; }
    .team_list .holder .member:hover .image_holder {
      border-bottom: 5px solid #ac3550; }
    .team_list .holder .member .info {
      position: absolute;
      width: 205px; }
    .team_list .holder .member .last_name {
      width: 205px;
      color: #363636;
      font-size: 15px;
      font-family: 'FuturaMCMedium-Regular';
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 180%;
      padding-top: 13px;
      padding-bottom: 4px; }
    .team_list .holder .member .position {
      width: 205px;
      font-size: 15px;
      color: #989898;
      line-height: 120%; }

.competence_list .holder {
  max-width: 850px;
  padding: 75px 47px;
  margin: 0 auto;
  text-align: center; }
  .competence_list .holder .competence_block {
    font-family: 'FuturaMCDemi-Regular';
    text-transform: uppercase;
    font-size: 15px;
    color: #363636;
    letter-spacing: 1px;
    display: inline-block;
    margin: 10px 16px; }
    @media all and (max-width: 750px) {
      .competence_list .holder .competence_block {
        font-family: 'FuturaMCDemi-Regular';
        text-transform: uppercase;
        font-size: 15px;
        color: #363636;
        letter-spacing: 1px;
        display: inline-block;
        margin: 13px 0;
        width: 100%; } }

.clients_list .holder {
  max-width: 860px;
  padding: 90px 30px 105px 30px;
  margin: 0 auto;
  text-align: center; }
  .clients_list .holder .image_holder {
    width: 190px;
    height: 180px;
    border: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0px; }
    .clients_list .holder .image_holder div {
      width: 100%;
      height: 180px;
      background-size: contain !important;
      background-position: center;
      background-repeat: no-repeat; }

.awards_list .holder {
  max-width:860px;
  margin: 0 auto;
  padding:90px 30px 105px 30px;
  text-align: center; }
  .awards_list .holder .award {
    width: 190px;
	height: 275px;
    display: inline-block;
    margin:0;
	overflow:hidden;}
    .awards_list .holder .award .image_holder {
      width: 190px;
      height: 180px;
      position: relative;
      overflow: hidden; }
      .awards_list .holder .award .image_holder div {
        width: 100%;
        height: 180px;
        background-size: contain !important;
        background-position: center;
        background-repeat: no-repeat;
        top: 50%;
        position: absolute;
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%); }
    .awards_list .holder .award .info {
      width: 100%; }
    .awards_list .holder .award .award_name {
      width: 100%;
      color: #363636;
      font-size: 15px;
      font-family: 'FuturaMCMedium-Regular';
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 180%;
      padding-top: 13px;
      padding-bottom: 4px; }
    .awards_list .holder .award .position {
      width: 100%;
      font-size: 15px;
      color: #989898;
      line-height: 120%; }

.sub_menu {
  text-transform: uppercase;
  color: #b5b5b5;
  font-size: 15px;
  font-family: 'FuturaMCBook-Regular';
  border-bottom: solid 2px #eaeaea;
  text-align: center; }
  .sub_menu div {
    padding: 20px 17px;
    display: inline-block;
    color: #b5b5b5;
    transition: all 400ms ease;
    text-decoration: none;
    cursor: pointer; }
    @media all and (max-width: 750px) {
      .sub_menu div {
        padding: 20px 6px;
        font-size: 14px; } }
    .sub_menu div:hover {
      color: #c83250; }
    .sub_menu div.active {
      color: #000; }
  .sub_menu.fly {
    position: fixed;
    top: 48px;
    left: 0;
    z-index: 200;
    background: #fff;
    width: 100%; }
    .sub_menu.fly + .top_text {
      margin-top: 60px; }

#map_canvas {
  height: 400px;
  width: 100%; }
  @media all and (max-width: 750px) {
    #map_canvas {
      height: 250px; } }

#contacts {
  color: #333333;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 30px 98px 30px;
  text-align: center;
  font-size: 18px;
  line-height: 189%; }
  @media all and (max-width: 750px) {
    #contacts {
      font-size: 20px; } }
  #contacts h1 {
    text-transform: uppercase;
    padding: 80px 0 70px 0;
    margin: 0; }
  #contacts h3 {
    padding-top: 14px; }
    @media all and (max-width: 750px) {
      #contacts h3 {
        font-size: 20px; } }
  #contacts a {
    color: #333333;
    transition: all 400ms ease; }
    #contacts a:hover {
      color: #c83250; }
  #contacts .career a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    line-height: 120% !important;
    border-bottom: 1px dashed #333333; }
    #contacts .career a:hover {
      border-bottom: 1px dashed #c83250; }

#submission {
  max-width: 575px;
  margin: 0 auto;
  position: relative; }
  #submission .title {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-family: 'FuturaMCDemi-Regular';
    font-size: 24px;
    letter-spacing: 1px;
    margin-top: -30px;
    margin-bottom: 78px; }
  #submission input {
    float: right;
    height: 35px;
    width: 300px;
    padding: 0 10px; }
  #submission label {
    float: left;
    font-family: 'Georgia-Regular';
    color: #000;
    font-size: 16px;
    line-height: 35px; }
  #submission .input_holder.form_item {
    cursor: pointer; }
  #submission .form_item {
    height: 35px;
    margin: 15px; }
  #submission #contacts_form {
    width: 100%;
    height: 100%; }
  #submission .upload_state {
    display: block;
    width: 100px;
    height: 50px;
    color: #000;
    z-index: 9999999999999;
    position: absolute; }
  #submission .upload_button {
    color: #333333;
    font-size: 18px;
    border: 2px solid #c4c4c4;
    cursor: pointer !important;
    width: 125px;
    height: 28px;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0 7px;
    line-height: 28px;
    text-align: center;
    float: right;
    margin-right: 175px;
    margin-top: 3px;
    transition: all 400ms ease;
    cursor: pointer; }
    #submission .upload_button span {
      cursor: pointer; }
    #submission .upload_button.qq-upload-button-hover {
      color: #fff;
      background: #000;
      border-color: #000; }
      #submission .upload_button.qq-upload-button-hover span {
        color: #fff; }
    #submission .upload_button input {
      cursor: pointer !important;
      width: 125px;
      height: 28px; }
    #submission .upload_button * {
      cursor: pointer !important;
      color: #333333;
      font-size: 18px;
      text-align: center; }
  #submission button {
    border-radius: 12px;
    box-sizing: border-box;
    border: 2px solid #c4c4c4;
    background: #fff;
    padding: 0 18px;
    text-align: center;
    text-transform: uppercase;
    height: 36px;
    line-height: 36px;
    transition: all 400ms ease;
    margin-left: 200px;
    margin-top: 50px; }
    #submission button.inactive {
      cursor: default; }
      #submission button.inactive:hover {
        border: 2px solid #c4c4c4;
        background: #fff;
        color: #000; }
    #submission button:hover {
      color: #fff;
      background: #000 !important;
      border-color: #000 !important; }
  #submission input[type="file"] {
    cursor: pointer !important; }
  #submission .form_item.contacts_form_error {
    border: none; }
    #submission .form_item.contacts_form_error button {
      border: 2px solid red; }
    #submission .form_item.contacts_form_error input {
      border: 2px solid red; }
  #submission input[type="hidden"] {
    cursor: pointer; }
  #submission .input_holder.form_item input {
    cursor: pointer; }

#contacts_form_success_msg {
  text-align: center;
  font-family: 'FuturaMCBook-Regular';
  color: #c83250;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 3px; }
  #contacts_form_success_msg div:first-of-type {
    opacity: 1; }
  #contacts_form_success_msg div {
    text-align: center; }

@media all and (max-width: 750px) {
  #submission #contacts_form .form_item {
    width: 100%;
    margin: 0; }
    #submission #contacts_form .form_item label, #submission #contacts_form .form_item input {
      width: 100%; }
  #submission #contacts_form .upload_button {
    float: none;
    margin-right: 0; }
  #submission #contacts_form button {
    border-radius: 12px;
    box-sizing: border-box;
    border: 2px solid #c4c4c4;
    background: #fff;
    padding: 0 18px;
    text-align: center;
    text-transform: uppercase;
    height: 36px;
    line-height: 36px;
    transition: all 400ms ease;
    margin-left: 0;
    position: relative;
    margin-top: 50px;
    left: 50%;
    -ms-transform: translate(-50%, 48%);
        transform: translate(-50%, 48%); }
  #submission .title {
    margin-bottom: 20px; } }

.contacts_form_error {
  border: none !important; }
  .contacts_form_error .upload_button {
    border: 2px solid red !important; }

#submission #contacts_form .contacts_form_error .upload_button {
  border: 2px solid red !important; }

.qq-upload-button-hover {
  cursor: pointer; }

.name_block {
  box-sizing: border-box;
  padding: 45px 0 24px 0; }
  .name_block h1 {
    text-transform: uppercase; }

.big_square {
  height: calc(50vw - 20px);
  width: calc(50% - 20px); }

.small_square {
  width: calc(25% - 20px);
  height: calc(25vw - 20px); }

.small_portrait {
  width: calc(25% - 20px);
  height: calc(50vw - 20px); }

.small_landscape {
  width: calc(50% - 20px);
  height: calc(25vw - 20px); }

.big_portrait {
  width: calc(25% - 20px);
  height: calc(75vw - 20px); }

.big_landscape {
  width: calc(75% - 20px);
  height: calc(25vw - 20px); }

.works_item {
  position: relative;
  overflow: hidden;
  margin: 10px;
  cursor: pointer; }
  .works_item .img {
    background-size: cover !important;
    width: 100%;
    height: 100%;
    transition: all 100ms linear;
    position: absolute; }
  @media all and (max-width: 750px) {
    .works_item {
      width: calc(100% - 20px);
      height: 50vw; } }
  .works_item:hover .img {
    -ms-transform: scale(1.03);
        transform: scale(1.03); }

#works_list {
  width: 100%;
  transition: all 100ms linear;
  padding-bottom: 10px; }
  #works_list.no_more {
    margin-bottom: 74px; }

.grid-sizer {
  width: 25%; }

.work_title {
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 100ms linear;
  text-align: center; }
  .work_title:hover {
    opacity: .7; }
  .work_title a {
    height: 100%;
    width: 100%;
    display: block; }
  .work_title div {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .work_title div span:first-child {
      font-family: 'FuturaMCBook-Regular';
      text-transform: uppercase;
      font-size: 40px;
      color: #000;
	  font-weight:500;
      letter-spacing: 2px; }

.more_works_holder {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 209px; }
  .more_works_holder a.more_works {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -54%);
        transform: translate(-50%, -54%);
    display: block;
    font-family: 'FuturaMCBook-Regular';
    text-transform: uppercase;
    font-size: 14px;
    color: #cccccc;
    cursor: pointer;
    transition: all 0s;
    height: 50px; }
    @media all and (max-width: 750px) {
      .more_works_holder a.more_works {
        font-size: 16px; } }
    .more_works_holder a.more_works:hover {
      color: #c83250; }
      .more_works_holder a.more_works:hover:after {
        background: url("../media/images/ico/down.png") -24px 0 no-repeat; }
    .more_works_holder a.more_works:after {
      content: "";
      position: absolute;
      display: block;
      background: url("../media/images/ico/down.png") 0 0 no-repeat;
      width: 24px;
      height: 18px;
      left: 50%;
      top: 22px;
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

.work .media_block,
.work .media_block .video_hider{
  width: 100%;
  overflow: hidden; }
  .work .media_block .img {
    height: 500px;
    background-size: cover !important;
    width: 100%; }
  .work .media_block video {
    height: 500px;
    background-size: cover !important;
    width: 100%; }

.work h1 {
  text-transform: uppercase;
  text-align: left;
  padding-top: 40px; }

.work .sub_title {
  font-size: 17px;
  color: #b5b5b5;
  text-align: left;
  padding-bottom: 46px; }

.work .sub_title .work_subtitle{float:left;text-align:left;width:50%;}  
.work .sub_title .work_date{float:right;text-align:right;width:50%;}
  
.work .work_holder .work_holder_container {
  margin:0 auto;
  max-width: 838px;
  padding: 0 50px 40px;
}
  .work .work_holder .work_holder_container img {
    max-width: 738px;
    height: auto !important;
    width: 100% !important; }

.work .text_block {
  font-size: 20px;
  color: #363636;
  text-align: left;
  line-height: 141%; }
  .work .text_block * {
    font-size: 20px;
    color: #363636;
    text-align: left;
    line-height: 141%;
    padding: 10px 0; }
    @media all and (max-width: 750px) {
      .work .text_block * {
        font-size: 20px;
        line-height: 172% !important; } }
  .work .text_block div {
    padding: 4px 0; }
    .work .text_block div span {
      padding: 0; }
  .work .text_block span {
    padding: 0; }

.work .work_images_single{width:100%;padding:20px 0;}	
.work .work_images_single .works_item_images_single_container{width:100%;}
.work .work_images_single .works_item_single_img{display:block;Width:100%;height:auto;}
	
.work .work_images {
  width: 100%;
  padding: 45px 0;
  height: auto; }
  .work .work_images .slick-prev,
  .work .work_images .slick-next {
    width: 34px;
    height: 40px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    display: none !important;
    cursor: pointer;
    background-position: 0 0;
    z-index: 1000;
    border: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.5);
    transition: all 300ms ease; }
    @media all and (max-width: 750px) {
      .work .work_images .slick-prev,
      .work .work_images .slick-next {
        display: block !important; } }
    .work .work_images .slick-prev:hover,
    .work .work_images .slick-next:hover {
      opacity: .8; }
  .work .work_images .slick-prev {
    left: 0px; }
    .work .work_images .slick-prev:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      background: url("../media/images/btn/gallery_arrow_left.png") no-repeat center center;
      width: 12px;
      height: 20px; }
  .work .work_images .slick-next {
    right: 0px; }
    .work .work_images .slick-next:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      background: url("../media/images/btn/gallery_arrow_right.png") no-repeat center center;
      width: 12px;
      height: 20px; }
  .work .work_images .works_item_images_container {
    height: 410px;
    width: 100%;
    position: relative; }
    @media all and (max-width: 750px) {
      .work .work_images .works_item_images_container {
        height: 250px; } }
    .work .work_images .works_item_images_container:hover .slick-prev,
    .work .work_images .works_item_images_container:hover .slick-next {
      display: block !important; }
  .work .work_images .counter {
    font-family: 'FuturaMCDemi-Regular';
    font-size: 16px;
    color: #999;
    font-weight: bold;
    position: relative;
    margin: 0 auto 40px auto;
    width: 80px;
    transition: all 400ms ease;
    cursor: pointer; }
    .work .work_images .counter .works_item_image_prev.little,
    .work .work_images .counter .works_item_image_next.little {
      position: absolute;
      width: 34px;
      height: 25px;
      display: inline-block;
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
      left: 50%;
      top: -1px;
      margin-left: -2px;
      z-index: 100;
      cursor: pointer;
      background: transparent; }
      .work .work_images .counter .works_item_image_prev.little:before,
      .work .work_images .counter .works_item_image_next.little:before {
        display: none; }
    .work .work_images .counter:hover {
      opacity: .7; }
    .work .work_images .counter .works_item_image_prev.little {
      margin-left: -24px; }
    .work .work_images .counter .works_item_image_next.little {
      margin-left: 21px; }
    .work .work_images .counter .number {
      width: 30px;
      display: inline-block;
      margin-left: 7px;
	  text-align:center;}
      .work .work_images .counter .number:before {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        left: 50%;
        margin-left: -2px;
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
        background: url("../media/images/btn/numbers.png") no-repeat center center;
        width: 81px;
        height: 13px; }
    .work .work_images .counter .sum {
      display: inline-block;
	  width:28px; text-align:center;}

.work .work_buttons {
  text-align: center;
  padding-top: 89px;
  padding-bottom: 60px; }
  .work .work_buttons .work_button {
    color: #363636;
    font-family: 'FuturaMCMedium-Regular';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    display: inline-block;
    transition: all 400ms ease;
    padding: 0 11px;
    height: 15px;
    line-height: 15px;
    border-right: 1px solid #363636;
    text-decoration: none;
    margin-bottom: 40px; }
    .work .work_buttons .work_button:last-child {
      border: none; }
    .work .work_buttons .work_button:hover {
      color: #c83250; }
    .work .work_buttons .work_button.all {
      font-weight: 600; }
    @media all and (max-width: 750px) {
      .work .work_buttons .work_button {
        display: block;
        border: none;
        font-size: 20px; } }
  @media all and (max-width: 750px) {
    .work .work_buttons {
      padding-top: 43px; } }

.flow_holder h1 {
  text-transform: uppercase;
  padding-top: 45px;
  margin-bottom: 8px; }

.flow_holder .categories {
  text-align: center;
  padding-bottom: 28px; }
  @media all and (max-width: 750px) {
    .flow_holder .categories {
      padding-top: 10px;
      padding-right: 17px; } }
  .flow_holder .categories .categorie_block {
    display: inline-block;
    padding: 18px;
    color: #cccccc; }
    @media all and (max-width: 750px) {
      .flow_holder .categories .categorie_block {
        padding: 14px; } }
    .flow_holder .categories .categorie_block.active {
      color: #000; }
      .flow_holder .categories .categorie_block.active a {
        color: #000; }
        .flow_holder .categories .categorie_block.active a:hover {
          color: #000;
          cursor: default; }
    .flow_holder .categories .categorie_block a {
      text-transform: uppercase;
      cursor: pointer;
      color: #cccccc;
      transition: all 400ms ease;
      font-family: 'FuturaMCBook-Regular';
      letter-spacing: 1px;
      font-size: 15px; }
      @media all and (max-width: 750px) {
        .flow_holder .categories .categorie_block a {
          font-size: 17px; } }
      .flow_holder .categories .categorie_block a:hover {
        color: #c83250; }

.flow_holder .flow_list {
  width: 100%;
  height: 100%;
  padding: 0 12px 40px 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .flow_holder .flow_list a.flow_link {
    display: inline-block;
    margin: 18px 18px 37px 18px;
    width: calc(33.33vw - 50px);
    padding: 0;
    height: auto;
    text-decoration: none;
    color: #000; }
    .flow_holder .flow_list a.flow_link:hover .flow_title {
      color: #c83250 !important; }
    .flow_holder .flow_list a.flow_link:hover .img {
      -ms-transform: scale(1.03);
          transform: scale(1.03); }
    .flow_holder .flow_list a.flow_link:hover .ghost {
      opacity: 1 !important; }
    .flow_holder .flow_list a.flow_link:hover .flow_desc {
      color: #c83250 !important; }
    @media all and (max-width: 980px) {
      .flow_holder .flow_list a.flow_link {
        width: calc(100vw - 77px); } }
    .flow_holder .flow_list a.flow_link .flow_item {
      width: 100%;
      height: 100%;
      padding: 0;
      max-width: none; }
      .flow_holder .flow_list a.flow_link .flow_item .flow_title {
        text-transform: uppercase;
        color: #000;
        transition: all 400ms ease;
        font-family: 'FuturaMCMedium-Regular';
        letter-spacing: 1px;
        font-size: 18px;
        text-decoration: none;
        line-height: 120%;
        padding-top: 28px;
        padding-bottom: 21px; }
        @media all and (max-width: 750px) {
          .flow_holder .flow_list a.flow_link .flow_item .flow_title {
            font-size: 19px; } }
      .flow_holder .flow_list a.flow_link .flow_item .flow_desc {
        font-size: 14px;
        line-height: 137%;
        transition: all 400ms ease; }
        @media all and (max-width: 750px) {
          .flow_holder .flow_list a.flow_link .flow_item .flow_desc {
            font-size: 16px; } }
      .flow_holder .flow_list a.flow_link .flow_item .img_holder {
        width: calc(33.33vw - 50px);
        overflow: hidden;
        height: calc(18.66vw - 50px);
        position: relative; }
        .flow_holder .flow_list a.flow_link .flow_item .img_holder .ghost {
          position: absolute;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.6);
          opacity: 0;
          transition: all 100ms linear;
          z-index: 10; }
        @media all and (max-width: 980px) {
          .flow_holder .flow_list a.flow_link .flow_item .img_holder {
            width: calc(100vw - 77px);
            height: calc(63vw - 77px); } }
      .flow_holder .flow_list a.flow_link .flow_item .img {
        background-size: cover !important;
        width: calc(33.33vw - 50px);
        height: calc(18.66vw - 50px);
        transition: all 100ms linear; }
        @media all and (max-width: 980px) {
          .flow_holder .flow_list a.flow_link .flow_item .img {
            width: calc(100vw - 77px);
            height: calc(63vw - 77px); } }

.flow_item {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 10px; }
  .flow_item .text_holder {
    font-size: 16px;
    color: #000;
    line-height: 1.25;
    padding-bottom: 50px; }
    .flow_item .text_holder .image_holder {
      margin-bottom: 57px; }
    .flow_item .text_holder img {
      max-width: 100%;
      width: 100%;
      height: auto; }
    @media all and (max-width: 750px) {
      .flow_item .text_holder {
        font-size: 20px;
        line-height: 159%; } }
  .flow_item .socials {
    padding-bottom: 50px;
    text-align: center; }
    .flow_item .socials .dib {
      vertical-align: top;
      padding: 0 10px 10px;
      text-align: center; }
      .flow_item .socials .dib.gplus {
        width: 76px;
        overflow: hidden; }
    .flow_item .socials .mail_to {
      margin-top: 3px;
      color: #000;
      font-size: 12px;
      transition: none;
      text-decoration: none; }
      .flow_item .socials .mail_to:hover {
        text-decoration: underline; }
  .flow_item .back_to {
    text-align: center;
    padding-bottom: 96px;
    font-family: 'FuturaMCBook-Regular'; }
    .flow_item .back_to a {
      display: inline-block;
      text-decoration: none;
      font-size: 15px;
      text-transform: uppercase;
      font-family: 'FuturaMCBook-Regular';
      letter-spacing: 1px;
      color: #000;
      transition: all 400ms ease; }
      .flow_item .back_to a:hover {
        color: #c83250; }
      @media all and (max-width: 750px) {
        .flow_item .back_to a {
          font-size: 20px; } }

.video_center {
  /*position: relative;*/
  /*height: calc(100vh - 80px);*/
  /*overflow: hidden !important;*/
  /*transform: scale(1.7);*/ }

.videoWrapper {
  /*position: relative;*/
  /*padding-bottom: 41%;*/
  /*padding-top: 0px;*/
  /*height: 0;*/
  /*z-index: 1000;*/
  /*top: 50%;*/
  /*transform: translate(0%,-50%);*/ }

.work .videoWrapper {
  top: 43%; }

video {
  /*position: absolute !important;
  top: 50%;
  left: 50%;*/
  width: 100% !important;
  display: block;
  /*height: 110% !important;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);*/
  z-index: 1; }

video.video-js {
  z-index: 1000; }

.video-js .vjs-controls {
  z-index: 1002; }

.video-js .vjs-big-play-button {
  z-index: 1002; }

.videoWrapper .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
  background: #000000; }

.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1; }

.vjs-spinner {
  display: none !important; }

.video-js img.vjs-poster {
  height: 100% !important;
  width: 100% !important;
  z-index: 1;
  max-width: 100%; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-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;
  height: 100%; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100%; }
  .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: auto !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  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; }

.grayscale {
	opacity:0.5;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .4s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

.grayscale:hover {
	opacity:1;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
.mapMarkerInfo{max-width:200px;}
.mapMarkerInfo .address{
	padding-top:10px;
	line-height:180%;
}

@media all and (min-width: 1300px) {
	.work .media_block .img{
		height:600px;
	}
	.about .picture,
	.about .picture div{
		height:430px;
	}
}

@media all and (min-width: 1600px) {
	.work .media_block .img{
		height:670px;
	}
	.about .picture,
	.about .picture div{
		height:500px;
	}
}

@media all and (min-width: 1800px) {
	.work .media_block .img{
		height:750px;
	}
	.about .picture,
	.about .picture div{
		height:570px;
	}
}

@media all and (min-width: 2000px) {
	.work .media_block .img{
		height:850px;
	}
	.about .picture,
	.about .picture div{
		height:630px;
	}
}

@media all and (min-width: 2500px) {
	.work .media_block .img{
		height:950px;
	}
	.about .picture,
	.about .picture div{
		height:670px;
	}
}

@media all and (max-width: 960px) {
	.main_carousel{
		height:500px;
	}
	.work_title div span:first-child{
		font-size:36px;
	}
}
@media all and (max-width: 768px) {
	.work .media_block .img{
		height:380px;
	}
	.work .work_holder{
		padding:0 20px;
	}
}
@media all and (min-width: 768px) {
	#header .lang{
		border-left: 1px solid #e7e7e7;
	}
}

@media all and (min-width: 751px) {
	.works_item .mobile-img{
		display:none;
	}
}
@media all and (max-width: 751px) {
	.about .picture .mobile-img{
		display:block;
	}
	.about .picture .desktop-img{
		display:none;
	}
}

@media all and (max-width: 640px) {
	.main_carousel{
		/*height:350px;*/
	}
	.work_title div span:first-child{
		font-size:30px;
	}
	.work .media_block .img{
		height:320px;
	}
}
@media all and (max-width: 480px) {
	.main_carousel{
		/*height:280px;*/
	}
	.work_title div span:first-child{
		font-size:24px;
	}
	.work .media_block .img{
		height:220px;
	}
}
@media all and (max-width: 260px) {
	.main_carousel{
		/*height:200px;*/
	}
}
.main_carousel{
	height:auto !important;
}