@import url('https://fonts.googleapis.com/css?family=Fira+Sans');
/*==========   Path   =============*/
/*==========   Color   =============*/
/*==========   Size   =============*/
/*==========   Imports   =============*/
/*
 -moz-box-
 -webkit-
 -ms-
 */
/* @include box-shadow(1px,1px,1px,0, #fff, inset); */
/* display: flex / inline-flex */
/* flex-direction: nowrap, wrap, wrap-reverse */
/* flex-direction: row, row-reverse, column, column-reverse, initial, inherit */
/* justify-content: flex-start, flex-end, center, space-between, space-around, initial, inherit */
/* align-items: flex-start, flex-end, center, stretch, baseline, initial, inherit */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
 ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  /* 1 */
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
 ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
.container-fluid {
  max-width: 100%;
}
/* Other paddings*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 13px;
  padding-right: 13px;
}
@media (max-width: 1200px) {
  .container, .container-fluid {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (max-width: 1023px) {
  .container, .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container {
  position: relative;
  max-width: 1352px;
}
.container-fluid {
  width: 100%;
}
.container {
  width: 100%;
  /*
   @media (max-width: $screen-xs) {
   width: 100%;
   }
   */
}
@media (min-width: 768px) {
  .container {
    width: 726px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1352px;
  }
}
.row {
  margin-left: -13px;
  margin-right: -13px;
}
@media (max-width: 1200px) {
  .row {
    margin-left: -13px;
    margin-right: -13px;
  }
}
@media (max-width: 1023px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
}
@media (max-width: 1200px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (max-width: 1023px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before, header .menu ul:before, .clearfix:after, header .menu ul:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}
.clearfix:after, header .menu ul:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
/* Sailec Font: https://www.myfonts.com/fonts/typedynamic/sailec/ */
/* Sailec Hairline */
@font-face {
  font-family: 'SuisseIntl-Book';
  src: url('../fonts/SuisseIntl-Book/SuisseIntl-Book-WebS.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/SuisseIntl-Book/SuisseIntl-Book-WebS.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-Book/SuisseIntl-Book-WebS.woff2') format('woff2'), url('../fonts/SuisseIntl-Book/SuisseIntl-Book-WebS.woff') format('woff'), url('../fonts/SuisseIntl-Book/SuisseIntl-Book-WebS.ttf') format('truetype'), url('../fonts/SuisseIntl-Book/SuisseIntl-Book-WebS.svg#SuisseIntl-Book') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Pretty Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS*/
}
@font-face {
  font-family: 'SuisseIntl-SemiBold';
  src: url('../fonts/SuisseIntl-SemiBold/SuisseIntl-SemiBold-WebXL.woff2') format('woff2'), url('../fonts/SuisseIntl-SemiBold/SuisseIntl-SemiBold-WebXL.woff') format('woff');
  /* Super Modern Browsers */
}
@font-face {
  font-family: 'SuisseIntl-Book-XL';
  src: url('../fonts/SuisseIntl-Book/SuisseIntl-Book-WebXL.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/SuisseIntl-Book/SuisseIntl-Book-WebXL.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-Book/SuisseIntl-Book-WebXL.woff2') format('woff2'), url('../fonts/SuisseIntl-Book/SuisseIntl-Book-WebXL.woff') format('woff'), url('../fonts/SuisseIntl-Book/SuisseIntl-Book-WebXL.ttf') format('truetype'), url('../fonts/SuisseIntl-Book/SuisseIntl-Book-WebXL.svg#SuisseIntl-Book-XL') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Pretty Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS*/
}
@font-face {
  font-family: 'ico-meixner';
  src: url('../fonts/ico-meixner/ico-meixner.eot?nol95i');
  src: url('../fonts/ico-meixner/ico-meixner.eot?nol95i#iefix') format('embedded-opentype'), url('../fonts/ico-meixner/ico-meixner.ttf?nol95i') format('truetype'), url('../fonts/ico-meixner/ico-meixner.woff?nol95i') format('woff'), url('../fonts/ico-meixner/ico-meixner.svg?nol95i#ico-meixner') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* new Fonts << */
@font-face {
  font-family: 'Suisse-Condensed';
  src: url('../fonts/Suisse-new/Suisse-Condensed-Semi-Bold-cuts/SuisseIntlCond-Semibold-WebS.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Suisse-new/Suisse-Condensed-Semi-Bold-cuts/SuisseIntlCond-Semibold-WebS.eot?#iefix') format('embedded-opentype'), url('../fonts/Suisse-new/Suisse-Condensed-Semi-Bold-cuts/SuisseIntlCond-Semibold-WebS.woff2') format('woff2'), url('../fonts/Suisse-new/Suisse-Condensed-Semi-Bold-cuts/SuisseIntlCond-Semibold-WebS.woff') format('woff'), url('../fonts/Suisse-new/Suisse-Condensed-Semi-Bold-cuts/SuisseIntlCond-Semibold-WebS.ttf') format('truetype'), url('../fonts/Suisse-new/Suisse-Condensed-Semi-Bold-cuts/SuisseIntlCond-Semibold-WebS.svg#Suisse-Condensed') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Pretty Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS*/
  font-weight: normal;
}
@font-face {
  font-family: 'Suisse-Condensed';
  src: url('../fonts/Suisse-new/Suisse-Condensed-Semi-Bold-cuts/SuisseIntlCond-Semibold-WebXL.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Suisse-new/Suisse-Condensed-Semi-Bold-cuts/SuisseIntlCond-Semibold-WebXL.eot?#iefix') format('embedded-opentype'), url('../fonts/Suisse-new/Suisse-Condensed-Semi-Bold-cuts/SuisseIntlCond-Semibold-WebXL.woff2') format('woff2'), url('../fonts/Suisse-new/Suisse-Condensed-Semi-Bold-cuts/SuisseIntlCond-Semibold-WebXL.woff') format('woff'), url('../fonts/Suisse-new/Suisse-Condensed-Semi-Bold-cuts/SuisseIntlCond-Semibold-WebXL.ttf') format('truetype'), url('../fonts/Suisse-new/Suisse-Condensed-Semi-Bold-cuts/SuisseIntlCond-Semibold-WebXL.svg#Suisse-Condensed') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Pretty Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS*/
  font-weight: bold;
}
@font-face {
  font-family: 'Suisse-Light';
  src: url('../fonts/Suisse-new/Suisse-Light-cuts/SuisseIntl-Light-WebS.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Suisse-new/Suisse-Light-cuts/SuisseIntl-Light-WebS.eot?#iefix') format('embedded-opentype'), url('../fonts/Suisse-new/Suisse-Light-cuts/SuisseIntl-Light-WebS.woff2') format('woff2'), url('../fonts/Suisse-new/Suisse-Light-cuts/SuisseIntl-Light-WebS.woff') format('woff'), url('../fonts/Suisse-new/Suisse-Light-cuts/SuisseIntl-Light-WebS.ttf') format('truetype'), url('../fonts/Suisse-new/Suisse-Light-cuts/SuisseIntl-Light-WebS.svg#Suisse-Light') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Pretty Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS*/
  font-weight: normal;
}
@font-face {
  font-family: 'Suisse-Light';
  src: url('../fonts/Suisse-new/Suisse-Light-cuts/SuisseIntl-Light-WebM.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Suisse-new/Suisse-Light-cuts/SuisseIntl-Light-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/Suisse-new/Suisse-Light-cuts/SuisseIntl-Light-WebM.woff2') format('woff2'), url('../fonts/Suisse-new/Suisse-Light-cuts/SuisseIntl-Light-WebM.woff') format('woff'), url('../fonts/Suisse-new/Suisse-Light-cuts/SuisseIntl-Light-WebM.ttf') format('truetype'), url('../fonts/Suisse-new/Suisse-Light-cuts/SuisseIntl-Light-WebM.svg#Suisse-Light') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Pretty Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS*/
  font-weight: 500;
}
@font-face {
  font-family: 'Suisse-Light';
  src: url('../fonts/Suisse-new/Suisse-Light-cuts/SuisseIntl-Light-WebXL.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Suisse-new/Suisse-Light-cuts/SuisseIntl-Light-WebXL.eot?#iefix') format('embedded-opentype'), url('../fonts/Suisse-new/Suisse-Light-cuts/SuisseIntl-Light-WebXL.woff2') format('woff2'), url('../fonts/Suisse-new/Suisse-Light-cuts/SuisseIntl-Light-WebXL.woff') format('woff'), url('../fonts/Suisse-new/Suisse-Light-cuts/SuisseIntl-Light-WebXL.ttf') format('truetype'), url('../fonts/Suisse-new/Suisse-Light-cuts/SuisseIntl-Light-WebXL.svg#Suisse-Light') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Pretty Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS*/
  font-weight: bold;
}
/* new Fonts >> */
[class^="iconm-"], [class*=" iconm-"] {
  font-family: 'ico-meixner' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconm-arrow2:before {
  content: "\e900";
}
.iconm-arrow:before {
  content: "\e901";
}
.iconm-arrow90:before {
  content: "\e902";
}
/*========== Project colors - var. =============*/
/* black color */
/* white color */
/* 35% - black */
/* filter; right content; h3/h4-titles; read more;   */
/* 50% - black */
/*========== Project font-sizes - var. =============*/
/* Projects: type - table - title;  */
/* Profil: date infos; Aktuell: date, link; */
/* menu; footer content; Profil: Names */
/* content; title; list elements  */
/* Aktuell: Title; */
/*==========   Page-structure | content / footer   =============*/
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  font-family: 'Suisse-Light';
  font-size: 10px;
  font-weight: 300;
  height: 100%;
}
body {
  background-color: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
  outline: none;
  resize: none;
}
img {
  width: 100%;
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
ul, ol {
  list-style: none;
  list-style-position: inside;
  padding-left: 0;
}
.clearfix:after, header .menu ul:after {
  content: '';
  display: table;
  clear: both;
}
input, button, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input, textarea {
  /* other elements get their font family from html/body */
  font-family: 'Suisse-Light';
  font-size: 1em;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  -moz-user-select: text;
  -o-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  user-select: text;
  resize: none;
}
a {
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  text-decoration: underline;
  color: inherit;
}
:active, :hover, :focus {
  outline: 0;
  outline-offset: 0;
}
/* Special classes << */
.all-none {
  display: none !important;
}
@media (max-width: 767px) {
  .xs-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sm-none {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .md-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .lg-none {
    display: none !important;
  }
}
/* Special classes >> */
html {
  overflow-x: hidden;
  overflow-y: scroll;
}
a {
  color: inherit;
}
@media all and (min-width: 1024px) {
  .col-md-3_5 {
    width: 31.33333%;
  }
  .col-md-6_5 {
    width: 55.33333%;
  }
  .col-md-7_5 {
    width: 63.33333%;
  }
  .col-md-offset-0_5 {
    margin-left: 3%;
  }
}
.u-style {
  text-decoration: underline;
}
h1 {
  font-size: 3.6rem;
  font-weight: 300;
}
@media all and (max-width: 1023px) {
  h1 {
    font-size: 2.4rem;
  }
}
h2 {
  display: table;
  font-size: 2.6rem;
  font-weight: 300;
  margin-bottom: 1.2em;
  letter-spacing: 1px;
}
h2 span:not([style]) {
  border-bottom: 1px solid;
}
@media all and (max-width: 1023px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: 2rem;
  font-weight: 300;
}
@media all and (max-width: 1023px) {
  h3 {
    font-size: 1.4rem;
  }
}
body.content-special .header-nav {
  color: #6f6e6e;
}
body.content-special .header-nav.konzept {
  color: #000;
}
body.content-special .header-nav.main-nav:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body.content-special .konzept li:nth-child(1) span {
  transform: rotate(180deg);
  float: left;
}
body.content-special .konzept li:nth-child(2) {
  color: #000;
}
@media all and (min-width: 1024px) {
  body.content-special footer {
    display: none !important;
    height: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1;
    top: 0;
  }
}
@media all and (max-width: 1023px) {
  body.mob-menu-active {
    overflow-y: hidden;
  }
  body.big-top .container-main {
    padding-top: 0;
  }
  body.content-special header .header-container {
    left: inherit;
  }
  body.content-special header .header-nav {
    color: #000;
  }
  body.content-special header .header-nav.main-nav:after {
    display: none;
  }
  body.content-special .container-special {
    z-index: 1;
    visibility: visible;
    opacity: 1;
    left: 0;
  }
}
body#mainpage .section-social-media-links {
  position: fixed;
  bottom: 30px;
  margin-bottom: 0;
}
.section-social-media-links .flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.section-social-media-links li {
  width: 40px;
  height: 40px;
  margin-right: 3px;
}
.section-social-media-links li:last-child {
  margin-right: 0;
}
.section-social-media-links a {
  display: block;
  height: 100%;
  width: 100%;
}
.wrapper-container {
  display: table;
  min-height: 100%;
  width: 100%;
  opacity: 0;
}
.wrapper-block {
  display: table-row;
  height: 100vh;
  transition: height 0.2s ease;
}
.wrapper-content {
  position: relative;
  height: 100%;
  width: 100vw;
  padding-top: 114px;
  padding-left: 13px;
  padding-right: 13px;
  overflow: hidden;
}
@media all and (max-width: 1023px) {
  .wrapper-content {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }
}
.container-main, .container-space, .container-special {
  position: relative;
  display: block;
  background-color: #fff;
  float: left;
  top: 0;
  transition: left 0.4s ease-out;
}
@media all and (max-width: 1023px) {
  .container-main, .container-space, .container-special {
    transition: none;
    left: 100vw;
    transition: left 0.3s ease-out;
  }
}
.container-main {
  left: 13px;
}
.container-main.fixed-content-size {
  left: calc(100vw * 9 / 12 * -1 - 13px);
}
@media all and (max-width: 1023px) {
  .container-main {
    left: 0;
  }
  .container-main.fixed-content-size {
    left: -100vw;
  }
}
.container-space {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
@media all and (max-width: 1023px) {
  .container-space {
    display: none;
  }
}
.container-special .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.container-special .section:last-child {
  margin-bottom: 60px;
}
@media all and (max-width: 1023px) {
  .container-special {
    padding-right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
  .container-special.fixed-content-size {
    left: 100vw;
  }
  .container-special .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container-special .section:last-child {
    margin-bottom: 40px;
  }
}
[data-spec-width="83.33333333"] {
  width: calc(100vw * 11 / 12 - 102px);
}
[data-spec-width="63.33333333"] {
  width: calc(100vw * 8.4 / 12);
}
[data-spec-width="8.33333333"] {
  width: calc(100vw * 1 / 12);
}
[data-spec-width="16.33333333"] {
  width: calc(100vw * 2.5 / 12);
}
@media all and (max-width: 1023px) {
  [data-spec-width="83.33333333"], [data-spec-width="8.33333333"], [data-spec-width="63.33333333"] {
    width: 100vw;
  }
}
.fixed-content-size {
  position: fixed !important;
  top: 114px;
  height: 100%;
  opacity: 0.2;
}
.wrapper-content-width {
  position: relative;
  width: 100%;
  height: 100%;
  transition: left 0.5s ease-out;
}
.wrapper-content-width > [class^='container-'] {
  position: absolute;
  float: left;
}
.wrapper-content-width > [class^='container-']:after {
  display: table;
  content: '';
  clear: both;
}
.wrapper-content-arrow-left, .wrapper-content-arrow-right {
  position: fixed;
  display: block;
  background-color: transparent;
  z-index: 10;
  height: 100vh;
  top: 0;
  left: 0;
}
@media all and (max-width: 1023px) {
  .wrapper-content-arrow-left, .wrapper-content-arrow-right {
    display: none;
  }
}
.wrapper-content-arrow-right {
  float: right;
  right: 0;
  left: inherit;
  cursor: url('../images/arrow-right.png'), auto;
}
.wrapper-content-arrow-left {
  cursor: url('../images/arrow-left.png'), auto;
}
svg.msw-logo {
  width: 750px;
  height: 62px;
}
header {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 20;
  padding: 25px 13px 20px 13px;
  transition: background-color 0.3s ease-out;
}
header.fixed {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.show-header header.fixed {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
header .header-container {
  position: relative;
  left: 0;
  -webkit-transition: left 0.4s ease-out;
  -moz-transition: left 0.4s ease-out;
  -ms-transition: left 0.4s ease-out;
  transition: left 0.4s ease-out;
}
header .logo-block {
  display: inline-block;
  line-height: 0;
  margin-top: -11px;
}
header .logo-block a {
  display: block;
}
header .logo-block img {
  display: block;
  height: 28px;
  width: auto;
  max-width: inherit;
}
header .nav-block {
  position: absolute;
  float: right;
  right: 0;
  top: 0;
}
header .menu a {
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1.2;
}
header .menu a:hover, header .menu a:focus {
  text-decoration: none;
}
header .menu li {
  position: relative;
  display: inline-block;
}
header .mob-menu {
  position: relative;
  display: block;
  float: left;
}
header .header-nav {
  position: relative;
  display: block;
  float: left;
  overflow: visible;
  margin-right: 34px;
}
header .header-nav:last-child {
  margin-right: 0;
}
header .lang-nav {
  top: -2px;
  margin-right: 65px;
}
header .lang-nav li {
  color: #6f6e6e;
}
header .lang-nav li:hover, header .lang-nav li.active {
  color: #000;
}
header .lang-nav li:not(:first-child) {
  margin-left: 8px;
}
header .lang-nav li:not(:first-child)::before {
  position: relative;
  display: inline-block;
  content: '/';
  color: #6f6e6e;
  margin-right: 8px;
  font-size: 1.4rem;
}
header .main-nav, header .konzept {
  position: relative;
}
header .main-nav .menu, header .konzept .menu {
  position: relative;
  float: left;
}
header .main-nav li, header .konzept li {
  line-height: 1;
  margin-left: 28px;
}
header .main-nav li:first-child, header .konzept li:first-child {
  margin-left: 0;
}
header .main-nav li a, header .konzept li a {
  display: inline-block;
  letter-spacing: 1.5px;
}
header .main-nav li a, header .konzept li a, header .sm-konzept li a {
  cursor: pointer;
}
header .main-nav li a:after, header .konzept li a:after, header .sm-konzept li a:after {
  position: relative;
  display: block;
  content: '';
  width: 100%;
  top: 2px;
  padding-bottom: 2px;
  border-top: 1px solid transparent;
}
header .main-nav li a:hover:after, header .konzept li a:hover:after, header .sm-konzept li a:hover:after, header .main-nav li a.rex-current:after, header .konzept li a.rex-current:after, header .sm-konzept li a.rex-current:after, header .main-nav li a.passive-current:after, header .konzept li a.passive-current:after, header .sm-konzept li a.passive-current:after {
  border-color: inherit;
}
header .konzept {
  /* @include flexbox;
   width: calc(100vw * 2 / 12 - 25px);
   */
}
header .konzept li {
  margin-left: 0;
}
header .konzept li:nth-child(1) {
  margin-top: 0.26em;
  padding-left: 13px;
  padding-right: 13px;
}
header .konzept li:nth-child(2) {
  color: #6f6e6e;
  min-width: calc(100vw * 1 / 12 + 12px);
}
header .konzept span {
  position: relative;
  text-align: right;
  vertical-align: middle;
  right: 0;
  float: right;
  cursor: pointer;
}
header .sm-konzept {
  display: none;
}
header .hamburger {
  position: absolute;
  display: none;
  top: 0;
  float: right;
  right: 0;
  z-index: 60;
}
@media all and (max-width: 1199px) {
  header .logo-block img {
    height: 22px;
  }
}
@media all and (max-width: 1023px) {
  header {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 0px;
    padding-right: 0px;
  }
  header.active {
    height: 100%;
  }
  header .mob-menu {
    position: fixed;
    display: block;
    background-color: #fff;
    left: 0;
    top: 0;
    padding-top: 60px;
    width: 100%;
    height: 100%;
    float: none;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
  }
  header .mob-menu.active {
    z-index: 50;
    opacity: 1;
    visibility: visible;
  }
  header .mob-menu .header-nav {
    float: none;
    font-size: 2rem;
    margin: 0 0 40px;
    width: 100%;
  }
  header .mob-menu .header-nav:not(.lang-nav) {
    margin-bottom: 0;
  }
  header .mob-menu .header-nav:not(.lang-nav) .menu {
    width: 100%;
  }
  header .mob-menu .header-nav:not(.lang-nav) li {
    display: block;
    margin: 0 0 20px;
    float: none;
  }
  header .mob-menu .header-nav:not(.lang-nav) li:last-child {
    margin-bottom: 20px;
  }
  header .mob-menu .header-nav:not(.lang-nav) li a {
    display: table;
    margin: 0 auto;
  }
  header .mob-menu .header-nav:last-child {
    margin-bottom: 0;
  }
  header .mob-menu .header-nav .menu {
    position: relative;
    display: table;
    margin: 0 auto;
  }
  header .logo-block img {
    height: 20px;
  }
  header .nav-block {
    float: none;
    right: auto;
    width: 100%;
  }
  header .main-nav li, header .konzept li {
    font-size: 2rem;
  }
  header .konzept {
    display: block;
  }
  header .konzept ul {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
  }
  header .konzept li:nth-child(1) {
    display: none !important;
  }
  header .konzept li:nth-child(2) {
    color: #000;
  }
  header .sm-konzept {
    position: absolute;
    display: block;
    float: right;
    right: 60px;
  }
  header .sm-konzept ul {
    width: auto;
  }
  header .sm-konzept li {
    line-height: 0;
    color: #000;
  }
  header .sm-konzept li a {
    font-size: 1.6rem;
  }
  header .hamburger {
    display: block;
  }
  header .header-container {
    left: 0 !important;
  }
}
@media all and (max-width: 767px) {
  header .logo-block img {
    height: 16px;
  }
  header .mob-menu .header-nav:not(.lang-nav) {
    margin-bottom: 0;
  }
  header .mob-menu .header-nav:not(.lang-nav) li:last-child {
    margin-bottom: 20px;
  }
  header .sm-konzept {
    display: none;
  }
}
.empty-block {
  position: relative;
  width: 100%;
  height: calc(100vw * 1 / 12);
}
@media (max-width: 1023px) {
  .empty-block {
    display: none;
  }
}
.section-content-text {
  font-size: 2.4rem;
}
.section-content-text h2 {
  font-family: 'Suisse-Condensed';
  text-transform: uppercase;
  display: inline-block;
}
.section-content-text h2, .section-content-text p {
  margin-bottom: 1.2em;
}
.section-content-text p:last-child {
  margin-bottom: 0;
}
.section-content-text p + h2 {
  margin-top: 2em;
}
@media (max-width: 1023px) {
  .section-content-text {
    font-size: 2rem;
  }
  .section-content-text p + h2 {
    margin-top: 0;
  }
  .section-content-text [class^='col-'] {
    margin-bottom: 1.4em;
  }
  .section-content-text [class^='col-']:last-child {
    margin-bottom: 0;
  }
}
.section {
  font-size: 2.4rem;
  margin-bottom: 60px;
}
.section:last-child {
  margin-bottom: 160px;
}
.section.section-content-title {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .section {
    font-size: 2rem;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .section:last-child {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section {
    font-size: 1.6rem;
  }
}
.section-content-img + .section-content-text {
  margin-top: 160px;
}
@media (max-width: 1023px) {
  .section-content-img + .section-content-text {
    margin-top: 80px;
  }
}
.container-special .section-content-img + .section-content-text {
  margin-top: 57px;
}
.content-elements > .section-content-img:last-child {
  margin-bottom: 80px;
}
.section-content-img {
  margin-top: 50px;
  margin-bottom: 0;
}
.section-content-img .images-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.section-content-img + .section-content-img {
  margin-top: 26px;
}
.container-main .section-content-img .media-block {
  margin-left: -26px;
  margin-right: 0;
}
.container-main .section-content-img .images-row .col-md-6 .media-container {
  margin-left: -26px;
  margin-right: 0;
}
.container-main .section-content-img .images-row .col-md-6 .media-block {
  margin-left: 0;
  padding-right: 13px;
}
.container-main .section-content-img .images-row .col-md-6:nth-child(2n) .media-block {
  padding-right: 0px;
  padding-left: 13px;
}
@media (max-width: 1023px) {
  .section-content-img .images-row {
    -webkit-flex-direction: column;
    flex-direction: column;
    display: block;
  }
  .section-content-img .images-row > [class^="col-"] {
    margin-bottom: 40px;
  }
  .section-content-img .images-row > [class^="col-"]:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-content-img .images-row > [class^="col-"] {
    margin-bottom: 40px;
  }
  .section-content-img .images-row > [class^="col-"]:last-child {
    margin-bottom: 0;
  }
}
.container-top {
  align-self: flex-start;
}
.container-center {
  align-self: center;
}
.container-bottom {
  align-self: flex-end;
}
footer {
  font-family: 'Suisse-Condensed';
  text-transform: uppercase;
  position: relative;
  z-index: 20;
  padding: 25px 13px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.42857;
  left: 0;
  visibility: hidden;
  opacity: 0;
  max-width: calc(100vw * 11 / 12 - 102px);
}
footer.show {
  visibility: visible;
  opacity: 1;
}
footer .footer-content {
  position: relative;
}
footer .footer-content > div {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}
footer .date, footer .rex-navi1 {
  display: inline-block;
  vertical-align: top;
}
footer .rex-navi1 {
  margin: 0 -16px;
  white-space: nowrap;
}
footer .rex-navi1 li {
  display: inline-block;
  margin: 0 16px;
}
footer .middot {
  margin: 0 10px;
}
footer .col-address p, footer .col-address ul {
  display: inline-block;
}
footer .col-address ul li {
  position: relative;
}
footer .col-address ul li + li:before {
  content: '·';
  position: absolute;
  left: -17px;
  top: 50%;
  margin-top: -1px;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  footer {
    padding: 20px 0;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 20px 0 0;
    max-width: 100%;
  }
  footer .footer-content > div {
    float: none;
    margin-bottom: 20px;
  }
}
.media-container .media-description {
  margin-top: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.section-resume {
  margin-bottom: 120px;
}
.section-resume .resume-block h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 300;
}
.section-resume .reume-table {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  padding-left: 12px;
  padding-right: 12px;
}
.section-resume .reume-table > .row {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #6f6e6e;
}
.section-resume .reume-table > .row > [class^="col-"]:first-child {
  padding-left: 0;
}
.section-resume .reume-table p {
  margin-bottom: 0;
}
.curriculum-vitae .section-resume .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1023px) {
  .section-resume {
    margin-bottom: 60px;
  }
  .section-resume .image-block {
    margin-bottom: 20px;
  }
  .section-resume .resume-block h3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-resume {
    margin-bottom: 40px;
  }
  .section-resume .reume-table {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-resume .resume-block h3 {
    text-align: left;
  }
}
.section-drop-down-list {
  margin-bottom: 120px;
}
.section-drop-down-list .dd-element {
  position: relative;
  border-top: 1px solid #000;
}
.section-drop-down-list .dd-element.active {
  padding-bottom: 20px;
}
.section-drop-down-list .dd-element.active .dd-title .title-icon span:nth-child(2) {
  display: none;
}
.section-drop-down-list .dd-element.active .dd-content {
  display: block;
}
.section-drop-down-list .dd-title {
  position: relative;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color 0.2s ease-out;
}
.section-drop-down-list .dd-title:hover h3, .section-drop-down-list .dd-title:hover .title-icon span {
  color: rgba(0, 0, 0, 0.5);
}
.section-drop-down-list .dd-title .title-icon {
  position: absolute;
  display: block;
  float: right;
  right: 12px;
  font-size: 0.6em;
  color: #bdbcbc;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
.section-drop-down-list .dd-title .title-icon span {
  display: block;
  color: #000;
}
.section-drop-down-list .dd-title .title-icon span:nth-child(1) {
  position: relative;
  border-top: 1px solid;
  width: 15px;
  top: 7px;
}
.section-drop-down-list .dd-title .title-icon span:nth-child(2) {
  position: absolute;
  height: 15px;
  border-left: 1px solid;
  top: 0;
  left: 7px;
}
.section-drop-down-list .dd-title h3 {
  font-weight: 300;
  font-size: 24px;
}
.section-drop-down-list .dd-content {
  display: none;
  font-size: 20px;
}
.section-drop-down-list .dd-content table {
  width: 100% !important;
  height: auto !important;
  border: none;
  margin-top: 6px;
}
.section-drop-down-list .dd-content table tr {
  border-top: 1px solid #6f6e6e;
  height: auto !important;
}
.section-drop-down-list .dd-content table td {
  border: none;
  padding: 10px 13px 10px 0;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  height: auto !important;
}
.section-drop-down-list .dd-content table td:nth-child(1) {
  width: 25% !important;
}
.section-drop-down-list .dd-content table td:nth-child(2) {
  width: calc(100% - 25%) !important;
}
.section-drop-down-list .curriculum-vitae {
  margin-top: 60px;
}
.section-drop-down-list .curriculum-vitae .section-resume {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .section-drop-down-list {
    margin-bottom: 60px;
  }
  .section-drop-down-list .dd-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-drop-down-list .dd-title h3 {
    font-size: 2rem;
  }
  .section-drop-down-list .dd-content table td {
    padding: 10px 10px 10px 0;
    height: auto !important;
  }
  .section-drop-down-list .dd-content table td:nth-child(1) {
    width: 16.66667% !important;
  }
  .section-drop-down-list .dd-content table td:nth-child(2) {
    width: calc(100% - 16.66667%) !important;
  }
}
@media (max-width: 767px) {
  .section-drop-down-list .dd-content table td:nth-child(1) {
    width: 41.66667% !important;
  }
  .section-drop-down-list .dd-content table td:nth-child(2) {
    width: calc(100% - 41.66667%) !important;
  }
  .section-drop-down-list .curriculum-vitae {
    margin-top: 40px;
  }
  .section-drop-down-list .curriculum-vitae .section-resume {
    margin-bottom: 40px;
  }
}
.section-article-block {
  margin-bottom: 90px;
}
.section-article-block:last-child {
  margin-bottom: 0;
}
.section-article-block .image-block {
  position: relative;
  float: right;
  right: 0;
}
.section-article-block .image-block.shadow {
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.35);
}
.section-article-block .content-block .description-block {
  margin-top: 17px;
  max-width: 60%;
}
.section-article-block .content-block .date, .section-article-block .content-block .description-block, .section-article-block .content-block .link {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
.section-article-block .content-block .date {
  letter-spacing: 0.06em;
}
.section-article-block .content-block .link {
  text-decoration: none;
}
.section-article-block .content-block .link span + span {
  position: relative;
  display: inline-block;
}
.section-article-block .content-block .link span + span:after {
  content: '';
  display: block;
  border-top: 1px solid #000;
  opacity: 0;
}
.section-article-block .content-block .link:hover span + span:after {
  opacity: 1;
}
.section-article-block .content-block .link [class^="iconm-"] {
  font-size: 1rem;
  color: #000;
  padding-right: 8px;
}
.section-article-block .content-block h2 {
  font-size: 3.6rem;
  margin-bottom: 5px;
  line-height: 1.25;
}
@media (max-width: 1023px) {
  .section-article-block {
    margin-bottom: 80px;
  }
  .section-article-block:last-child {
    margin-bottom: 0;
  }
  .section-article-block.section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-article-block .content-block {
    padding-top: 10px;
  }
  .section-article-block .content-block h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .section-article-block {
    margin-bottom: 40px;
  }
  .section-article-block .content-block h2 {
    font-size: 2rem;
  }
  .section-article-block .content-block .description-block {
    max-width: none;
  }
}
.img-size-40 {
  width: 40%;
}
@media (max-width: 1023px) {
  .img-size-40 {
    width: 100%;
  }
}
.img-size-75 {
  width: 75%;
}
@media (max-width: 1023px) {
  .img-size-75 {
    width: 100%;
  }
}
.img-size-100 {
  width: 100%;
}
.select-section {
  padding-bottom: 40px;
}
.select-container {
  display: table;
  float: left;
  letter-spacing: 0.06em;
  line-height: 0;
}
.select-container:not(:last-child) {
  margin-right: 40px;
}
.select-container .select-title, .select-container .select-block {
  display: inline-block;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #6f6e6e;
  line-height: initial;
}
.select-container .select-title {
  margin-right: 8px;
}
.select-container .select-block.active .select-active {
  color: #000;
}
.select-container .select-block.active .select-active [class^="iconm-"] {
  top: 0;
}
.select-container .select-block.active .select-active [class^="iconm-"]:before {
  transform: rotate(135deg);
}
.select-container .select-block.active .select-list {
  display: block;
}
.select-container .select-block.one-line form {
  display: none;
}
.select-container .select-block.one-line span {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}
.select-container .select-block.one-line a {
  cursor: pointer;
  text-decoration: none;
}
.select-container .select-block.one-line a:hover {
  color: #000;
}
.select-container .select-block.one-line a.active {
  color: #000;
}
.select-container .select-active {
  cursor: pointer;
}
.select-container .select-active span {
  color: #000;
}
.select-container .select-active [class^="iconm-"] {
  position: relative;
  display: inline-block;
  top: -4px;
  font-size: 0.6em;
  margin-left: 8px;
}
.select-container .select-active [class^="iconm-"]:before {
  display: block;
  transform: rotate(-45deg);
}
.select-container .select-list {
  position: absolute;
  display: none;
  margin-left: -16px;
  background-color: #fff;
  z-index: 20;
}
.select-container .select-list ul {
  padding-top: 8px;
  padding-bottom: 8px;
}
.select-container .select-list li {
  padding: 6px 16px;
  cursor: pointer;
}
.select-container .select-list li:hover, .select-container .select-list li.active {
  color: #000;
}
@media (max-width: 1023px) {
  .select-container {
    float: none;
  }
  .select-container:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .select-container .select-title, .select-container .select-block {
    font-size: 1.4rem;
    color: #000;
  }
  .select-container .select-block.one-line a.active, .select-container .select-block.one-line a:hover {
    border-color: #000;
  }
  .select-container .select-active span {
    border-bottom: 1px solid #000;
  }
}
.project-mainContent {
  padding-top: 6px;
  margin-bottom: 0px !important;
  margin-right: 0;
}
.project-mainContent:last-child {
  margin-bottom: 120px !important;
}
.project-mainContent .project-content h1 {
  font-family: 'Suisse-Condensed';
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
.project-mainContent .project-content h1 span {
  text-decoration: none !important;
}
.project-mainContent .project-content h1 + .text-block {
  margin-top: 1.3em;
}
.project-mainContent .project-content h1 + h3 {
  margin-top: -2px;
}
.project-mainContent .project-content h3 {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.project-mainContent .project-content h3 + .text-block {
  margin-top: 1.3em;
}
.project-mainContent .project-img {
  margin-left: -26px;
  margin-right: 0;
}
@media all and (max-width: 1023px) {
  .project-mainContent:last-child {
    margin-bottom: 40px !important;
  }
}
.project-table {
  font-size: 1.4rem;
  margin-top: 90px;
  letter-spacing: 0.04em;
}
.project-table .project-table-row {
  padding: 10px 0;
  border-bottom: 1px solid #6f6e6e;
}
.project-table .project-table-row:first-child {
  border-top: 1px solid #6f6e6e;
}
.project-table .project-table-title {
  color: #6f6e6e;
  text-transform: uppercase;
}
.project-table .table-label {
  width: 300px;
}
.project-table .table-text {
  width: calc(100% - 300px);
}
@media all and (max-width: 1023px) {
  .project-table {
    margin-top: 60px;
  }
}
@media all and (max-width: 767px) {
  .project-table {
    margin-top: 40px;
  }
  .project-table .table-label, .project-table .table-text {
    width: 100% !important;
  }
}
.project-visual-container {
  margin-top: 80px;
}
.project-visual-container .visual-container-1, .project-visual-container .visual-container-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project-visual-container .visual-container-1:before, .project-visual-container .visual-container-2:before {
  display: block;
}
.project-visual-container .visual-container-1 > [class^="col-"], .project-visual-container .visual-container-2 > [class^="col-"] {
  margin-bottom: 40px;
}
.project-visual-container .visual-container-1 > [class^="col-"]:nth-child(4n+1):not(:first-child), .project-visual-container .visual-container-2 > [class^="col-"]:nth-child(4n+1):not(:first-child) {
  clear: both;
}
.project-visual-container .visual-container-1 {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.project-visual-container .visual-container-2 {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.project-visual-container .project-visual-block.template-2 .img-block {
  border-bottom: 1px solid #6f6e6e;
}
.project-visual-container .project-visual-block.template-2 .content-block {
  margin-top: 20px;
}
.project-visual-container .project-visual-block .content-block {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
@media all and (max-width: 1023px) {
  .project-visual-container {
    margin-top: 60px;
  }
}
@media all and (max-width: 767px) {
  .project-visual-container {
    margin-top: 40px;
  }
}
.spec-title {
  font-family: 'Suisse-Condensed';
  text-transform: uppercase;
  font-size: 2.4rem;
  margin-bottom: 40px;
  border-bottom: 1px solid;
  font-weight: 300;
}
@media all and (max-width: 1023px) {
  .spec-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.uppercase {
  text-transform: uppercase;
}
.project-otherProjects {
  position: relative;
  margin-top: 80px;
  padding-top: 60px;
}
.project-otherProjects:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  width: calc(100% - 26px);
  left: 13px;
  border-top: 1px solid #6f6e6e;
}
.project-otherProjects .otherProjects-container a {
  text-decoration: none;
  cursor: pointer;
}
.project-otherProjects .otherProjects-container a img {
  transition: transform 0.2s ease-out;
}
.project-otherProjects .otherProjects-container a:hover {
  text-decoration: none;
}
.project-otherProjects .otherProjects-container a:hover .img-block:after {
  opacity: 1;
}
.project-otherProjects .otherProjects-container .img-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.project-otherProjects .otherProjects-container .img-block:after {
  content: '';
  z-index: 2;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.project-otherProjects .otherProjects-container .text-block {
  font-family: 'Suisse-Condensed';
  text-transform: uppercase;
  font-size: 2.6rem;
  letter-spacing: 1px;
}
@media all and (max-width: 1023px) {
  .project-otherProjects {
    margin-top: 40px;
    padding-top: 40px;
  }
  .project-otherProjects:before {
    width: calc(100% - 20px);
    left: 10px;
  }
}
.text-block.read-all .read-more-but.rm {
  display: none;
}
.text-block.read-all .read-more-but.rl {
  display: block;
}
.text-block.read-all .read-more-content {
  display: block;
}
.text-block .read-more-but.rm {
  display: block;
}
.text-block .read-more-but.rl {
  display: none;
}
.text-block .read-more-content {
  display: none;
}
.text-block p, .text-block ul {
  margin-bottom: 1.4em;
}
.text-block li::before {
  position: relative;
  display: inline-block;
  content: '\e900';
  font-family: 'ico-meixner' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.6em;
  margin-right: 10px;
  top: -2px;
}
.text-block b, .text-block strong {
  font-family: 'SuisseIntl-SemiBold';
  font-weight: normal;
}
@media all and (max-width: 1023px) {
  .text-block p, .text-block ul {
    margin-bottom: 1.2em;
  }
}
.read-more-but {
  position: relative;
  font-size: 1.4rem;
  color: #6f6e6e;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 1.4em;
}
.read-more-but .iconm-arrow {
  display: inline-block;
  margin-right: 8px;
  font-size: 0.6em;
  vertical-align: middle;
}
.read-more-but:hover {
  text-decoration: none;
}
.read-more-content {
  display: none;
}
.section-project-list {
  padding-top: 6px;
  margin-bottom: 0;
}
.section-project-list:last-child {
  margin-bottom: 0;
}
.section-project-list + .section-project-list {
  margin-top: 0;
}
@media all and (max-width: 1023px) {
  .section-project-list {
    margin-bottom: 0;
    margin-top: 0;
  }
  .section-project-list + .section-project-list {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .section-project-list:last-child {
    margin-bottom: 0 !important;
  }
}
.project-list-element {
  position: relative;
}
.project-list-element:hover .content-hover-block {
  opacity: 1;
  visibility: visible;
}
.project-list-element .content-hover-block {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  color: #fff;
  padding: 30px;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.project-list-element h2 {
  font-family: 'Suisse-Condensed';
  text-transform: uppercase;
  border-bottom: none;
  font-size: 2.6rem;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.project-list-element .content-info {
  display: none;
  margin-top: 16px;
  font-size: 2rem;
}
.project-list-element .bottom-line {
  position: relative;
  display: block;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: calc(100% - 4.16667% * 2);
  margin-top: 20px;
}
.project-list-element .bottom-line > a {
  display: table;
  margin-bottom: 8px;
}
.project-list-element .bottom-line > a:last-child {
  margin-bottom: 0;
}
.project-list-element .bottom-line > a:after {
  position: relative;
  content: '';
  display: block;
  margin-left: 18px;
  border-top: 1px solid #fff;
  opacity: 0;
}
.project-list-element .bottom-line > a:hover {
  text-decoration: none;
}
.project-list-element .bottom-line > a:hover:after {
  opacity: 1;
}
.project-list-element .bottom-line [class^="iconm-"] {
  display: inline-block;
  margin-right: 6px;
  font-size: 0.6em;
  vertical-align: middle;
}
@media all and (max-width: 1023px) {
  .project-list-element {
    cursor: pointer;
  }
  .project-list-element.mob-small {
    width: 50%;
    margin: 0 auto;
  }
  .project-list-element.active .content-hover-block {
    opacity: 1;
    visibility: visible;
  }
  .project-list-element .content-hover-block {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .project-list-element h2 {
    font-size: 2.4rem;
  }
  .project-list-element .content-info {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .project-list-element h2 {
    font-size: 2rem;
  }
  .project-list-element .bottom-line > a {
    display: block;
    margin: 0 0 4px;
  }
}
.sort-container .sort-elememt {
  display: none;
}
.sort-container .sort-elememt.active {
  display: block;
}
.sort-container .grid-table .sort-elememt.active {
  display: block;
}
.images-table {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.images-table:before {
  display: inherit;
}
.images-table > [class^="col-"] {
  margin-bottom: 26px;
}
.images-table .sort-elememt.active {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
@media all and (max-width: 1023px) {
  .images-table > [class^="col-"] {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .images-table {
    margin-bottom: 40px;
  }
  .images-table > [class^="col-"].col-md-5 .bottom-line > a, .images-table > [class^="col-"].col-md-4 .bottom-line > a, .images-table > [class^="col-"].col-md-3 .bottom-line > a {
    display: block;
    margin-right: 0;
  }
}
.grid-table:not(.col-header) {
  font-size: 2rem;
}
.grid-table > [class^='col-'] {
  padding: 16px 0;
}
.grid-table > [class^='col-']:before {
  position: absolute;
  display: block;
  content: '';
  width: calc(100% - 20px);
  border-top: 1px solid #000;
  top: 0;
}
.grid-table .no-link {
  color: #a0a0a0;
}
@media all and (max-width: 1023px) {
  .grid-table:not(.col-header) {
    font-size: 1.4rem;
  }
  .grid-table > [class^='col-'] {
    padding: 10px 10px;
  }
}
.col-header {
  color: #6f6e6e;
  text-transform: uppercase;
  font-size: 1.1rem;
  border-top: none !important;
}
@media all and (max-width: 1023px) {
  .col-header {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 767px) {
  .col-header {
    display: none;
  }
}
.section-actual-articles {
  padding-top: 6px;
}
.section-actual-articles h2 {
  font-family: 'Suisse-Condensed';
  border-bottom: none;
}
.fz-14 {
  font-size: 1.4rem;
}
.fz-15 {
  font-size: 1.5rem;
}
.project-visual-container {
  font-size: 1.7rem;
}
.project-visual-container img {
  display: block;
  margin-bottom: 15px;
}
.project-visual-container.visual-concept-template-1 .images-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.project-visual-container.visual-concept-template-1 .image-1 {
  padding-right: 17%;
  margin-bottom: 60px;
}
.project-visual-container.visual-concept-template-1 .image-2 {
  padding-left: 17%;
}
.project-visual-container.visual-concept-template-1 .image-3, .project-visual-container.visual-concept-template-1 .image-4 {
  width: 50%;
  margin: 0 auto;
}
.project-visual-container.visual-concept-template-1 .image-3 {
  margin-bottom: 40px;
}
.project-visual-container.visual-concept-template-2 {
  text-align: center;
}
.project-visual-container.visual-concept-template-2 .image {
  text-align: left;
}
.project-visual-container.visual-concept-template-2 .image-1, .project-visual-container.visual-concept-template-2 .image-2 {
  padding: 0 10px;
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
.project-visual-container.visual-concept-template-2 .image-3 {
  margin-top: 100px;
  padding-left: 34%;
}
.project-visual-container.visual-concept-template-2 .image-4 {
  width: 32%;
  margin-bottom: 40px;
  margin-left: 10%;
}
.project-visual-container.visual-concept-template-2 .image-5 {
  padding-left: 17%;
}
.project-visual-container.visual-concept-template-3 .image-3, .project-visual-container.visual-concept-template-3 .image-4 {
  display: inline-block;
  vertical-align: bottom;
}
.project-visual-container.visual-concept-template-3 .image-3 {
  width: 43%;
  margin-left: 9%;
}
.project-visual-container.visual-concept-template-3 .image-4 {
  margin-top: 100px;
  width: 37%;
  margin-left: 8%;
  margin-bottom: 100px;
}
.project-visual-container.visual-concept-template-3 .image-5 {
  width: 58%;
  margin: 0 auto;
  margin-top: 60px;
}
.project-visual-container.visual-concept-template-4 .image-2, .project-visual-container.visual-concept-template-4 .image-3 {
  padding-left: 12.5%;
  padding-right: 12.5%;
}
.project-visual-container.visual-concept-template-4 .image-4 {
  width: 50%;
}
.project-visual-container.visual-concept-template-4 .image-2, .project-visual-container.visual-concept-template-4 .image-4 {
  margin-top: 60px;
}
.project-visual-container.visual-concept-template-5 .image-1, .project-visual-container.visual-concept-template-5 .image-3 {
  margin-bottom: 60px;
}
.project-visual-container.visual-concept-template-5 .image-1 {
  width: 57%;
  margin: 0 auto;
  margin-top: 60px;
}
.project-visual-container.visual-concept-template-5 .image-3 {
  padding-left: 16%;
}
.project-visual-container.visual-concept-template-5 .image-4 {
  padding-right: 16%;
}
.project-visual-container.visual-concept-template-6 .image-wrapper {
  margin: 0 -10px;
}
.project-visual-container.visual-concept-template-6 .image {
  padding: 0 10px;
}
.project-visual-container.visual-concept-template-6 .image-1, .project-visual-container.visual-concept-template-6 .image-3 {
  margin-bottom: 80px;
}
.project-visual-container.visual-concept-template-6 .image-1 {
  margin-left: 25%;
}
.project-visual-container.visual-concept-template-6 .image-2 {
  margin-right: 25%;
}
.project-visual-container.visual-concept-template-6 .image-3 {
  margin-top: 130px;
}
.project-visual-container.visual-concept-template-6 .image-4, .project-visual-container.visual-concept-template-6 .image-5 {
  display: inline-block;
  width: 37.5%;
  vertical-align: top;
}
.project-visual-container.visual-concept-template-6 .image-4 {
  margin-left: 12.5%;
}
.project-visual-container.visual-concept-template-6 .image-5 {
  margin-right: 12.5%;
}
.project-visual-container.visual-concept-template-7 .image-1, .project-visual-container.visual-concept-template-7 .image-2 {
  margin-left: 8%;
  display: inline-block;
  vertical-align: top;
}
.project-visual-container.visual-concept-template-7 .image-1 {
  width: 50%;
}
.project-visual-container.visual-concept-template-7 .image-2 {
  margin-top: 60px;
  width: 33.3333%;
}
.project-visual-container.visual-concept-template-7 .image-3 {
  float: left;
  width: 25%;
}
.project-visual-container.visual-concept-template-7 .image-4 {
  margin-top: 80px;
  margin-left: 8%;
  width: 42%;
  float: left;
}
.project-visual-container.visual-concept-template-7 .image-5 {
  margin-top: 60px;
  margin-left: 36%;
  width: 30%;
  float: left;
}
.project-visual-container.visual-concept-template-8 .image-1, .project-visual-container.visual-concept-template-8 .image-2 {
  padding-left: 20%;
  padding-right: 20%;
}
.project-visual-container.visual-concept-template-8 .image-3 {
  padding-left: 14%;
  padding-right: 14%;
}
.project-visual-container.visual-concept-template-9 .image-1, .project-visual-container.visual-concept-template-9 .image-2 {
  margin-right: 25%;
}
.project-visual-container.visual-concept-template-9 .image-1 {
  margin-top: 140px;
}
.project-visual-container.visual-concept-template-9 .image-3 {
  margin-left: 12.5%;
  margin-right: 12.5%;
  margin-bottom: 80px;
}
.project-visual-container.visual-concept-template-9 .image-4 {
  margin-right: 25%;
}
.project-visual-container.visual-concept-template-10 .image-1 {
  margin-right: 33.3333%;
  margin-bottom: 140px;
}
.project-visual-container.visual-concept-template-10 .image-2 {
  margin-left: 16.66666667%;
}
.project-visual-container.visual-concept-template-10 .image-3 {
  margin-top: 100px;
  margin-left: 16.66666667%;
  margin-right: 16.66666667%;
}
.project-visual-container.visual-concept-template-11 .image {
  display: inline-block;
  vertical-align: top;
}
.project-visual-container.visual-concept-template-11 .image-1, .project-visual-container.visual-concept-template-11 .image-2, .project-visual-container.visual-concept-template-11 .image-3 {
  margin-bottom: 60px;
}
.project-visual-container.visual-concept-template-11 .image-1 {
  width: 21%;
  margin-left: 4%;
}
.project-visual-container.visual-concept-template-11 .image-2 {
  width: 28%;
  margin-left: 7.5%;
  margin-top: 30px;
}
.project-visual-container.visual-concept-template-11 .image-3 {
  width: 28%;
  margin-left: 9%;
  margin-top: 70px;
}
.project-visual-container.visual-concept-template-11 .image-4 {
  width: 25%;
  margin-left: 7%;
  margin-top: -20px;
}
.project-visual-container.visual-concept-template-11 .image-5 {
  width: 25%;
  margin-left: 4.5%;
  margin-top: -40px;
}
.project-visual-container.visual-concept-template-11 .image-6 {
  width: 27.5%;
  margin-left: 8%;
  margin-top: -60px;
}
.project-visual-container.visual-concept-template-12 .image-1 {
  margin-top: 50px;
  margin-left: 20%;
  margin-right: 20%;
  margin-bottom: 80px;
}
.project-visual-container.visual-concept-template-12 .image-2 {
  margin-left: 40%;
}
.project-visual-container.visual-concept-template-12 .image-3 {
  margin-right: 42%;
}
.project-visual-container.visual-concept-template-12 .image-4 {
  margin-left: 42%;
  margin-bottom: 80px;
}
.project-visual-container.visual-concept-template-12 .image-5 {
  margin-left: 14%;
  margin-right: 28%;
}
.project-visual-container.visual-concept-template-13 .image-1 {
  width: 66.66666667%;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
.project-visual-container.visual-concept-template-13 .image-2 {
  margin-left: 42%;
}
.project-visual-container.visual-concept-template-13 .image-3, .project-visual-container.visual-concept-template-13 .image-4 {
  margin-left: 20%;
  margin-right: 35%;
}
.project-visual-container.visual-concept-template-13 .image-5 {
  margin-right: 14.25%;
  margin-left: 3.25%;
  margin-top: 40px;
}
.project-visual-container.visual-concept-template-14 .image-1 {
  width: 67%;
  margin: 0 auto;
  margin-top: 100px;
}
.project-visual-container.visual-concept-template-14 .image-2 {
  width: 50%;
  margin-left: 15%;
}
.project-visual-container.visual-concept-template-14 .image-1, .project-visual-container.visual-concept-template-14 .image-2 {
  margin-bottom: 70px;
}
.project-visual-container.visual-concept-template-14 .image-3 {
  margin-right: 25%;
}
.project-visual-container.visual-concept-template-15 .image-wrapper {
  margin: 0 -10px;
}
.project-visual-container.visual-concept-template-15 .image {
  padding-left: 10px;
  padding-right: 10px;
}
.project-visual-container.visual-concept-template-15 .image-1 {
  margin-right: 33.3333%;
  margin-bottom: 80px;
}
.project-visual-container.visual-concept-template-15 .image-2 {
  width: 33.3333%;
}
.project-visual-container.visual-concept-template-15 .image-3 {
  width: 50%;
  margin-right: 16.66666667%;
}
.project-visual-container.visual-concept-template-15 .image-2, .project-visual-container.visual-concept-template-15 .image-3, .project-visual-container.visual-concept-template-15 .image-4, .project-visual-container.visual-concept-template-15 .image-5, .project-visual-container.visual-concept-template-15 .image-6, .project-visual-container.visual-concept-template-15 .image-7, .project-visual-container.visual-concept-template-15 .image-8 {
  display: inline-block;
  vertical-align: top;
}
.project-visual-container.visual-concept-template-15 .image-5 {
  margin-left: 25%;
  width: 25%;
}
.project-visual-container.visual-concept-template-15 .image-6, .project-visual-container.visual-concept-template-15 .image-7, .project-visual-container.visual-concept-template-15 .image-8 {
  width: 16.666666667%;
}
.project-visual-container.visual-concept-template-16 .image-wrapper {
  margin: 0 -10px;
}
.project-visual-container.visual-concept-template-16 .image {
  padding: 0 10px;
}
.project-visual-container.visual-concept-template-16 .image-1 {
  margin-left: 14%;
  margin-right: 14%;
  margin-top: 100px;
}
.project-visual-container.visual-concept-template-16 .image-1, .project-visual-container.visual-concept-template-16 .image-2 {
  margin-bottom: 70px;
}
.project-visual-container.visual-concept-template-16 .image-3, .project-visual-container.visual-concept-template-16 .image-4, .project-visual-container.visual-concept-template-16 .image-5 {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.project-visual-container.visual-concept-template-16 .image-3 {
  margin-left: 25%;
}
.project-visual-container.visual-concept-template-17 .image-1, .project-visual-container.visual-concept-template-17 .image-2 {
  margin-bottom: 90px;
}
.project-visual-container.visual-concept-template-17 .image-1 {
  margin-right: 14%;
}
.project-visual-container.visual-concept-template-17 .image-2 {
  margin-left: 14%;
}
.project-visual-container.visual-concept-template-17 .image-3 {
  margin-left: 28%;
  margin-right: 28%;
}
.project-visual-container.visual-concept-template-17 .image-4 {
  margin-left: 20%;
  margin-right: 20%;
  margin-bottom: 120px;
  margin-top: 120px;
}
.project-visual-container.visual-concept-template-18 .image-1 {
  margin-left: 16.66666667%;
  margin-right: 33.3333%;
  margin-bottom: 50px;
}
.project-visual-container.visual-concept-template-18 .image-2 {
  margin-left: 33.3333%;
}
.project-visual-container.visual-concept-template-18 .image-3 {
  margin-top: 90px;
}
.project-visual-container.visual-concept-template-18 .image-3, .project-visual-container.visual-concept-template-18 .image-4 {
  margin-left: 16.66666667%;
  margin-right: 33.3333%;
}
.project-visual-container.visual-concept-template-19 .image-wrapper {
  margin: 0 -10px;
}
.project-visual-container.visual-concept-template-19 .image {
  padding: 0 10px;
  margin-bottom: 70px;
}
.project-visual-container.visual-concept-template-19 .image-1, .project-visual-container.visual-concept-template-19 .image-2, .project-visual-container.visual-concept-template-19 .image-3 {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.project-visual-container.visual-concept-template-19 .image-4 {
  margin-left: 20%;
  margin-right: 20%;
  margin-bottom: 50px;
}
.project-visual-container.visual-concept-template-19 .image-6 {
  margin-left: 28%;
}
.project-visual-container.visual-concept-template-19 .image-7 {
  margin-bottom: 0;
}
.project-visual-container.visual-concept-template-20 .image-1, .project-visual-container.visual-concept-template-20 .image-2, .project-visual-container.visual-concept-template-20 .image-4 {
  margin-bottom: 60px;
}
.project-visual-container.visual-concept-template-20 .image-1 {
  margin-right: 33.3333%;
}
.project-visual-container.visual-concept-template-20 .image-2 {
  margin-left: 16.66666667%;
}
.project-visual-container.visual-concept-template-20 .image-3 {
  margin-left: 5%;
}
.project-visual-container.visual-concept-template-20 .image-4 {
  margin-left: 16.66666667%;
  margin-right: 33.3333%;
  margin-top: 90px;
}
.project-visual-container.visual-concept-template-20 .image-5 {
  margin-left: 5%;
}
.project-visual-container.visual-concept-template-21 .image-1 {
  margin-left: 7%;
  margin-right: 14%;
}
.project-visual-container.visual-concept-template-21 .image-2 {
  margin-right: 20%;
  margin-top: 100px;
}
.project-visual-container.visual-concept-template-21 .image-3, .project-visual-container.visual-concept-template-21 .image-4, .project-visual-container.visual-concept-template-21 .image-5 {
  display: inline-block;
  vertical-align: top;
}
.project-visual-container.visual-concept-template-21 .image-3 {
  width: 33.3333%;
}
.project-visual-container.visual-concept-template-21 .image-4, .project-visual-container.visual-concept-template-21 .image-5 {
  margin-top: 70px;
  width: 25%;
}
.project-visual-container.visual-concept-template-21 .image-4 {
  margin-left: 8%;
}
.project-visual-container.visual-concept-template-21 .image-5 {
  margin-left: 6%;
}
.project-visual-container.visual-concept-template-22 .image-wrapper {
  margin: 0 -10px;
}
.project-visual-container.visual-concept-template-22 .image {
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
}
.project-visual-container.visual-concept-template-22 .image-1 {
  margin-left: 50%;
}
.project-visual-container.visual-concept-template-22 .image-1, .project-visual-container.visual-concept-template-22 .image-2 {
  width: 25%;
  margin-bottom: 100px;
}
.project-visual-container.visual-concept-template-22 .image-3, .project-visual-container.visual-concept-template-22 .image-4, .project-visual-container.visual-concept-template-22 .image-5 {
  width: 33.3333%;
}
.project-visual-container.visual-concept-template-23 .image-1, .project-visual-container.visual-concept-template-23 .image-3 {
  margin-bottom: 55px;
}
.project-visual-container.visual-concept-template-23 .image-2, .project-visual-container.visual-concept-template-23 .image-4 {
  margin-left: 7%;
  margin-right: 16.66666667%;
}
.project-visual-container.visual-concept-template-23 .image-3 {
  margin-left: 16.66666667%;
  margin-right: 23.66666667%;
  margin-top: 110px;
}
@media all and (max-width: 767px) {
  .project-visual-container {
    font-size: 1.4rem;
  }
  .project-visual-container img {
    margin-bottom: 10px;
  }
  .project-visual-container.visual-concept-template-1 .image-wrapper, .project-visual-container.visual-concept-template-2 .image-wrapper, .project-visual-container.visual-concept-template-3 .image-wrapper, .project-visual-container.visual-concept-template-4 .image-wrapper, .project-visual-container.visual-concept-template-5 .image-wrapper, .project-visual-container.visual-concept-template-6 .image-wrapper, .project-visual-container.visual-concept-template-7 .image-wrapper, .project-visual-container.visual-concept-template-8 .image-wrapper, .project-visual-container.visual-concept-template-9 .image-wrapper, .project-visual-container.visual-concept-template-10 .image-wrapper, .project-visual-container.visual-concept-template-11 .image-wrapper, .project-visual-container.visual-concept-template-12 .image-wrapper, .project-visual-container.visual-concept-template-13 .image-wrapper, .project-visual-container.visual-concept-template-14 .image-wrapper, .project-visual-container.visual-concept-template-15 .image-wrapper, .project-visual-container.visual-concept-template-16 .image-wrapper, .project-visual-container.visual-concept-template-17 .image-wrapper, .project-visual-container.visual-concept-template-18 .image-wrapper, .project-visual-container.visual-concept-template-19 .image-wrapper, .project-visual-container.visual-concept-template-20 .image-wrapper, .project-visual-container.visual-concept-template-21 .image-wrapper, .project-visual-container.visual-concept-template-22 .image-wrapper, .project-visual-container.visual-concept-template-23 .image-wrapper {
    margin: 0;
  }
  .project-visual-container.visual-concept-template-1 .image, .project-visual-container.visual-concept-template-2 .image, .project-visual-container.visual-concept-template-3 .image, .project-visual-container.visual-concept-template-4 .image, .project-visual-container.visual-concept-template-5 .image, .project-visual-container.visual-concept-template-6 .image, .project-visual-container.visual-concept-template-7 .image, .project-visual-container.visual-concept-template-8 .image, .project-visual-container.visual-concept-template-9 .image, .project-visual-container.visual-concept-template-10 .image, .project-visual-container.visual-concept-template-11 .image, .project-visual-container.visual-concept-template-12 .image, .project-visual-container.visual-concept-template-13 .image, .project-visual-container.visual-concept-template-14 .image, .project-visual-container.visual-concept-template-15 .image, .project-visual-container.visual-concept-template-16 .image, .project-visual-container.visual-concept-template-17 .image, .project-visual-container.visual-concept-template-18 .image, .project-visual-container.visual-concept-template-19 .image, .project-visual-container.visual-concept-template-20 .image, .project-visual-container.visual-concept-template-21 .image, .project-visual-container.visual-concept-template-22 .image, .project-visual-container.visual-concept-template-23 .image {
    width: auto;
    margin: 0 0 25px 0;
    padding: 0;
    display: block;
  }
}
.first-section {
  margin-top: 0;
  padding-top: 0;
}
.first-section.project-mainContent, .first-section.section-content-img {
  margin-top: -114px;
}
.first-section.section-project-list, .first-section.section-actual-articles {
  margin-top: 4px;
}
#mainpage .first-section {
  margin-top: -114px;
  margin-bottom: 0;
  height: 100vh;
}
#mainpage .first-section * {
  height: 100%;
}
#mainpage .first-section img, #mainpage .first-section video {
  width: 100%;
  object-fit: cover;
}
#mainpage footer, #mainpage footer.show {
  display: none !important;
}
.header-white header .main-nav li:before, .header-white header .lang-nav li:before {
  color: #fff;
}
.header-white header .main-nav li a, .header-white header .lang-nav li a {
  color: #fff;
}
.header-white header .msw-logo {
  fill: #fff;
}
.header-white .hamburger-inner {
  background-color: #fff;
}
.header-white .hamburger-inner:before, .header-white .hamburger-inner:after {
  background-color: #fff;
}
.section-content-video video {
  display: block;
}
.section-content-video .video-sound {
  position: absolute;
  display: block;
  right: 33px;
  bottom: 20px;
  color: #fff;
  height: auto !important;
  font-size: 1.4rem;
  cursor: pointer;
}
.section-content-video .video-sound .sound-off {
  display: none;
}
.section-content-video .video-sound.active .sound-on {
  display: none;
}
.section-content-video .video-sound.active .sound-off {
  display: inline;
}
@media (max-width: 1520px) {
  svg.msw-logo {
    width: 450px;
    height: 35px;
  }
}
@media (max-width: 1439px) {
  header .logo-block {
    margin-top: -4px;
  }
}
@media (max-width: 1200px) {
  header .logo-block {
    margin-top: -2px;
  }
  svg.msw-logo {
    width: 318px;
    height: 26px;
  }
}
@media (max-width: 1023px) {
  header .logo-block {
    margin-top: -6px;
  }
  .header-white header .main-nav li a, .header-white header .lang-nav li a {
    color: #000;
  }
  svg.msw-logo {
    width: 318px;
    height: 26px;
  }
  .container-main .section-content-img .media-block {
    margin-left: -10px;
    margin-right: -10px;
  }
  #mainpage .first-section {
    margin-top: -80px;
  }
  .images-table .sort-elememt.active {
    display: block !important;
  }
  .project-mainContent .project-img {
    margin-left: -10px;
    margin-right: -10px;
  }
  .section-content-video .video-sound {
    right: 10px;
    bottom: 10px;
  }
  .section-social-media-links li {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  header .logo-block {
    margin-top: -4px;
  }
  svg.msw-logo {
    width: 245px;
    height: 20px;
  }
  body#mainpage .section-social-media-links {
    position: fixed;
    bottom: 30px;
    margin-bottom: 0;
  }
  .section-social-media-links li {
    width: 30px;
    height: 30px;
    margin-right: 3px;
  }
  .section-social-media-links li:last-child {
    margin-right: 0;
  }
  .section-social-media-links a {
    display: block;
    height: 100%;
    width: 100%;
  }
}
.cookie-consent {
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  width: 100%;
  font-size: 16px;
  overflow-y: auto;
  line-height: 1.5em;
  max-height: 100vh;
  border-top: 1px solid #000;
  padding: 15px 0;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cookie-consent fieldset {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.cookie-consent .check-slider {
  display: block;
  width: 32px;
  height: 18px;
  position: relative;
  background-color: #4da6cf;
  border: 2px solid #e79ea6;
  border-radius: 9px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cookie-consent .check-slider span {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #e79ea6;
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: -2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cookie-consent .check-slider:hover {
  border-color: #fff;
}
.cookie-consent .check-slider:hover span {
  background-color: #fff;
}
.cookie-consent input:checked ~ .check-slider {
  background-color: #fff;
  border-color: #fff;
}
.cookie-consent input:checked ~ .check-slider span {
  background-color: #4da6cf;
  width: 14px;
  height: 14px;
  -webkit-transform: translate3d(16px, 2px, 0);
  -moz-transform: translate3d(16px, 2px, 0);
  -ms-transform: translate3d(16px, 2px, 0);
  transform: translate3d(16px, 2px, 0);
}
.cookie-consent input:checked ~ .check-slider:hover {
  border-color: #e79ea6;
  background-color: #e79ea6;
}
.cookie-consent .check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.cookie-consent .text h4 {
  font-size: 20px;
  color: #000;
  position: relative;
  margin-bottom: 0.45em;
  letter-spacing: 0.035em;
  font-family: 'Suisse-Condensed';
}
.cookie-consent .cookie-box, .cookie-consent .cookie-selection {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cookie-consent .cookie-box {
  padding: 10px 376px 10px 26px;
  overflow: visible;
}
.cookie-consent .cookie-box .text, .cookie-consent .cookie-box .buttons {
  display: inline-block;
}
.cookie-consent .cookie-box .buttons {
  white-space: nowrap;
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cookie-consent .cookie-box .buttons .button {
  display: inline-block;
}
.cookie-consent .cookie-selection {
  overflow: hidden;
  color: #000;
  padding: 0 30px;
  opacity: 0;
  display: none;
}
.cookie-consent .cookie-selection .check {
  position: absolute;
  right: 0;
  top: 5px;
}
.cookie-consent .cookie-selection .lock {
  top: -1px;
}
.cookie-consent .cookie-selection .lock-svg {
  display: block;
  width: 20px;
  height: 26px;
}
.cookie-consent .cookie-selection .lock-svg .symbol {
  fill: #999;
}
.cookie-consent .cookie-category {
  margin-bottom: 34px;
}
.cookie-consent .cookie-selection .button {
  padding-top: 8px;
}
.cookie-consent .link {
  text-align: center;
  margin-bottom: 15px;
}
.cookie-consent .link a {
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.cookie-consent .cookie-selection .text h3 {
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
  margin-bottom: 2.7em;
  position: relative;
}
.show-cookie-options .cookie-consent {
  max-width: 375px;
  bottom: 50%;
  right: 50%;
  border: 1px solid #000;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.show-cookie-options .cookie-consent .cookie-selection {
  display: block;
  padding: 30px 30px;
  opacity: 1;
}
.show-cookie-options .cookie-consent .cookie-box {
  display: none;
  pointer-events: none;
  padding: 0 30px;
}
.cookie-consent .text a {
  color: rgba(0, 0, 0, 0.4);
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
/*
 .cookie-consent .text a:after {
 content: '';
 display: block;
 height: 1px;
 position: absolute;
 background-color: #FFF;
 left: 0;
 right: 0;
 bottom: 1px;
 }
 */
.cookie-consent .text a:hover {
  color: #000;
}
.cookie-consent .text a:hover:after {
  display: none;
}
.cookie-missing-hint .btn, .cookie-consent .btn {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
  border: 0 none;
  color: #000;
  border-radius: 0;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 100%;
  padding: 0 10px;
  position: relative;
  font-weight: 700;
  cursor: pointer;
}
.cookie-missing-hint .button {
  margin-top: 10px;
}
.cookie-missing-hint .btn {
  width: auto;
}
.cookie-missing-hint .btn:hover, .cookie-consent .btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.cookie-consent .btn:active {
  box-shadow: none;
}
.cookie-consent .btn-plus {
  background: none;
  color: #000;
  text-align: left;
  padding-right: 20px;
  width: auto;
  border: 0 none;
}
.cookie-consent .text .close {
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  right: -11px;
  top: -17px;
  opacity: 1;
  cursor: pointer;
}
.cookie-consent .text .close:hover:before, .cookie-consent .text .close:hover:after {
  opacity: 0.5;
  display: block;
}
.cookie-consent .text .close:before, .cookie-consent .text .close:after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #000;
  top: 50%;
  left: 50%;
}
.cookie-consent .text .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.cookie-consent .text .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.show-cookie-options-set .cookie-consent {
  opacity: 0;
}
.google-maps-container {
  position: relative;
}
.no-cookie-allowed {
  background-color: #f5f5f5;
}
.google-maps-container .no-cookie-allowed, .youtube-video-container .no-cookie-allowed {
  height: 100%;
}
.youtube-video-container .no-cookie-allowed img {
  height: 100%;
  width: 100%;
  min-width: auto;
  min-height: auto;
  object-fit: cover;
}
.cookie-missing-hint {
  text-align: center;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.youtube-video-container .no-cookie-allowed .cookie-missing-hint {
  opacity: 0;
  background-color: #f5f5f5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.youtube-video-container .no-cookie-allowed:hover .cookie-missing-hint {
  opacity: 1;
}
@media (max-width: 767px) {
  .cookie-consent {
    max-width: 100%;
  }
  .cookie-consent .cookie-box {
    padding: 20px;
    text-align: center;
  }
  .cookie-consent .cookie-box .text {
    display: block;
    text-align: left;
  }
  .cookie-consent .cookie-box .buttons {
    margin-top: 15px;
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .cookie-consent .btn-plus {
    padding-right: 15px;
  }
  .cookie-consent .cookie-box .buttons .button {
    display: block;
  }
  .show-cookie-options {
    overflow: hidden;
    height: 100%;
  }
  .show-cookie-options .cookie-consent {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .show-cookie-options .cookie-consent .cookie-selection {
    min-height: 0;
  }
  .cookie-consent .check-slider:hover {
    border-color: #e79ea6;
  }
  .cookie-consent .check-slider:hover span {
    background-color: #e79ea6;
  }
  .cookie-consent input:checked ~ .check-slider:hover {
    border-color: #fff;
    background-color: #fff;
  }
}
