@charset "UTF-8";

/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  display: inline-block;
}

video {
  display: 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"] {
  -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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 {
  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;
}

/* Slider */

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

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

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

ul {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

li {
  list-style-type: none;
}

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

iframe,
button {
  border: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  min-width: auto;
}

html {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.333em;
  font-family: 'AkzidenzGrotesk', sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

body {
  -webkit-overflow-scrolling: touch;
}

/*body.no-scroll {
  overflow: hidden;
}*/

main {
  position: relative;
  z-index: 6;
  background-color: #ffffff;
}

input {
  -webkit-appearance: none;
}

img {
  width: 100%;
  height: auto;
}

button {
  outline: none;
}

p {
  margin: 0;
}

p + p {
  margin-top: 20px;
}

.container {
  width: 1400px;
  margin: 0 auto;
  padding: 0 25px;
}

.container-medium {
  width: 1195px;
}

.container-medium-alt {
  width: 1250px;
}

.container-medium-sm {
  width: 1150px;
}

.container-small {
  width: 1000px;
}

.container-small-alt {
  width: 1050px;
}

a {
  text-decoration: none;
}

h1 {
  font-weight: bold;
  font-size: 60px;
  line-height: 0.95em;
}

h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 0.9em;
}

h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.361em;
}

h4 {
  font-weight: bold;
  /*font-size: 26px;*/
  line-height: 1em;
}

.slick-slider {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  padding: 0;
  z-index: 5;
  width: 16px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: none;
  background-color: transparent;
  background-image: url("../img/icons/arrow-slider-white.svg");
  cursor: pointer;
}

.slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.slick-arrow.slick-next {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-arrow.black-arrow {
  background-image: url("../img/icons/arrow-slider.svg");
}

.slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  width: 10px;
  height: 10px;
  font-size: 0;
  border-radius: 50%;
  padding: 0;
  border: 1px solid #000000;
  background-color: transparent;
  cursor: pointer;
}

.slick-active button {
  background-color: #000000;
}

.image-text {
  text-decoration: underline;
  color: #000000;
  opacity: 0.8;
  font-size: 76px;
  letter-spacing: -0.02em;
  font-weight: bold;
  display: block;
  margin-top: 15px;
}

.social-menu li {
  display: inline-block;
}

.social-menu a {
  display: inline-block;
  width: 27px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.video-container {
  width: 100%;
  margin: 0;
  display: none;
  position: relative;
}

.video-container.video-fullscreen {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.video-container.video-fullscreen .video-content {
  padding: 0;
}

.video-content {
  width: 100%;
  height: auto;
}

.video-controls {
  position: absolute;
  bottom: 28px;
  left: 20px;
  right: 35px;
  text-align: center;
}

.video-controls li {
  display: inline-block;
  vertical-align: bottom;
}

.video-controls .progress-wrapper {
  background-color: #000000;
  opacity: 0.8;
  border-radius: 20px;
  padding: 10px;
  height: 40px;
  position: relative;
  width: calc(100% - 230px);
}

.video-controls .progress-wrapper .progress {
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 96%;
}

.video-controls .fullscreen,
.video-controls .playpause {
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  height: 66px;
  font-size: 0;
  cursor: pointer;
}

.video-controls .fullscreen {
  width: 66px;
  background-image: url("../img/icons/fullscreen.svg");
}

.video-controls .playpause {
  width: 120px;
  background-image: url("../img/icons/playpause.svg");
}

.button-single {
  text-transform: uppercase;
  outline: none;
  font-size: 25px;
  font-weight: bold;
  padding: 18px 15px;
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.button-single span {
  position: relative;
  z-index: 1;
}

.button-single:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  z-index: 0;
}

.button-single:hover:after {
  opacity: 1;
  background: linear-gradient(90deg, #ff634c 0%, #ffae4b 100%);
  /*background: -webkit-gradient(linear, left top, right top, from(#b64492), color-stop(25%, #ff3e4c), color-stop(50%, #ff694b), color-stop(80%, #ffc04c), to(#ffe34e));
  background: linear-gradient(90deg, #b64492 0%, #ff3e4c 25%, #ff694b 50%, #ffc04c 80%, #ffe34e 100%);*/
}

.main-header {
  text-align: center;
  background-color: #ffffff;
  z-index: 50;
  position: -webkit-sticky;
  position: sticky;
}

.main-header.is-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.main-header-top {
  position: relative;
  padding: 26px 0 20px;
}

.main-header .menu-open {
  position: absolute;
  left: 43px;
  top: 50%;
  cursor: pointer;
}

.main-header .main-logo {
  width: 215px;
  display: inline-block;
}

.main-header-sub {
  background-color: #E3E3E3;
  padding: 8px 0 10px;
}

.main-header .page-list-item {
  display: inline-block;
}

.main-header .page-list a {
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2em;
  padding: 0 33px;
}

.main-header .page-list a.active-link {
  text-decoration: underline;
}

/*.page-list .default {
  font-size: 12px;
  line-height: 1.2em;
  padding: 0 33px;
}*/

/*.def {
  color: #000000;
  font-weight: bold;
}*/

.main-footer {
  text-align: center;
  font-size: 16px;
  line-height: 2.313em;
  position: relative;
  background-color: #E9E9E9;
  padding: 80px 0;
}

.main-footer .scroll-up {
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: center right;
  background-color: transparent;
  font-size: 22px;
  line-height: 1.773em;
  position: absolute;
  top: 70px;
  right: 75px;
  cursor: pointer;
}

.main-footer .logo-alt {
  display: inline-block;
  width: 280px;
}

/*.main-footer .logo-wrapper {
  margin-bottom: 39px;
}*/

.main-footer .logo-wrapper-text {
  display: block;
  transform: translateY(-20px);
}

.main-footer .bottom-logo-text {
  display: block;
  color: #4D4D4D;
  margin-top: -3px;
  font-size: 10px;
  line-height: 1.3;
  text-align: left;
}

.main-footer .social-menu {
  margin-bottom: 34px;
}

.bottom-menu {
  text-transform: uppercase;
  margin-bottom: 80px;
  margin-top: 40px;
}

.bottom-menu-item {
  display: inline-block;
  padding: 0 15px;
  font-size: 15px;
  line-height: 1.222em;
  position: relative;
}
.bottom-menu-item:after {
  position: absolute;
  content: "/";
  right: -5px;
  top: 0;
}
.bottom-menu-item:last-child:after {
  display: none;
}

.bottom-menu a {
  color: #000000;
}

.banner-slider {
  width: 100%;
  text-align: center;
  /*position: fixed;*/
  top: 0;
  left: 0;
  right: 0;
}

.banner-slider.is-hidden {
  display: none;
}

.banner-slider .banner-hidden {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  padding-top: 50%;
}

.banner-slider .single-slide {
  padding-top: 50%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-slider .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1100px;
  padding: 0 40px;
}

.banner-slider .slide-content-icon {
  margin-bottom: 30px;
}

.banner-slider .slide-content-text {
  text-transform: uppercase;
  margin-bottom: 95px;
}

.banner-slider .scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 0;
  padding: 0;
  z-index: 5;
  width: 16px;
  height: 28px;
  background-image: url("/img/icons/arrow-slider-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.banner-slider .scroll-down.black-arrow {
  background-image: url("../img/icons/arrow-slider.svg");
}

.banner-slider .image-text {
  font-size: 45px;
}

.menu-container {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  overflow: auto;
  z-index: 6;
  width: 50%;
background: rgba(140,189,102,1);
background: -moz-linear-gradient(left, rgba(140,189,102,1) 0%, rgba(96,174,116,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(140,189,102,1)), color-stop(100%, rgba(96,174,116,1)));
background: -webkit-linear-gradient(left, rgba(140,189,102,1) 0%, rgba(96,174,116,1) 100%);
background: -o-linear-gradient(left, rgba(140,189,102,1) 0%, rgba(96,174,116,1) 100%);
background: -ms-linear-gradient(left, rgba(140,189,102,1) 0%, rgba(96,174,116,1) 100%);
background: linear-gradient(to right, rgba(140,189,102,1) 0%, rgba(96,174,116,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cbd66', endColorstr='#60ae74', GradientType=1 );
  transform: translateX(-100%);
  transition: all .3s ease-in-out;
  text-align: left;
}

.menu-container-inner {
  padding: 77px 60px 48px 42px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-container.is-visible {
  transform: translateX(0);
}

.menu-container .menu-close {
  cursor: pointer;
  position: absolute;
  top: 54px;
  left: 50px;
}

.menu-container .social-menu-item {
  padding-right: 9px;
}

.main-menu {
  padding-top: 77px;
  padding-bottom: 90px;
}

.main-menu-item {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.444em;
  border-bottom: 1px solid #000000;
  color: #000000;
  cursor: pointer;
}

.main-menu-item:last-child {
  border-bottom: none;
}

.main-menu a {
  color: #000000;
  position: relative;
}

.main-menu a:hover,
.main-menu a:active {
  color: #ffffff;
}

.sub-menu {
  display: none;
}

.sub-menu-item {
  font-size: 30px;
  line-height: 1.545em;
  position: relative;
  padding-left: 25px;
}

.sub-menu-item a {
  color: #000000;
  position: relative;
  display: inline-block;
  line-height: 1.2;
}

.sub-menu-item a:before {
  content: "–";
  display: block;
  position: absolute;
  left: -20px;
}

.sub-menu-item a:hover,
.sub-menu-item a:active {
  color: #ffffff;
}

/*.image-grid {
  padding: 0;
}*/

.image-grid .grid-items {
  display: grid;
  grid-template-rows: repeat(5, 336px);
  grid-template-columns: 1fr 1fr;
}

.image-grid .grid-items:before,
.image-grid .grid-items:after {
  content: '';
  display: table;
}

.image-grid .grid-items:after {
  clear: both;
}

.image-grid .item-left {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}

.image-grid .item-right {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}

.image-grid .item-inner {
  height: 100%;
  padding: 33px 20px 28px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.image-grid .item-inner-title {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.1em;
  margin-bottom: 20px;
}

.image-grid .item-inner-plus {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.grid-item {
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.grid-item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 290px;
}

.grid-item-big {
  color: #ffffff;
  position: relative;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.grid-item-big:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
  background-color: #000;
}

.grid-item-big:hover:after {
  opacity: 0;
}

.grid-item-big svg path {
  stroke: #ffffff;
}

.grid-item-big .item-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.1em;
}

.grid-item-big .item-text {
  display: block;
  margin-bottom: 23px;
  padding: 0 20px;
}

.grid-item-small {
  color: #000000;
}

.grid-item-small:before,
.grid-item-small:after {
  content: '';
  display: table;
}

.grid-item-small:after {
  clear: both;
}

.grid-item-small .item-left {
  position: relative;
}

.grid-item-small .item-left:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  z-index: 0;
}

.grid-item-small:hover .item-left:after {
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, from(#e55a52), to(#edad62));
  background: linear-gradient(90deg, #e55a52 0%, #edad62 100%);
}

.grid-item-small:hover .item-inner svg {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.grid-item-1 {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.grid-item-2 {
  grid-column: 2 / 4;
  grid-row: 2 / 4;
}

.grid-item-3 {
  grid-column: 1 / 2;
  grid-row: 4 / 6;
}

.grid-item-4 {
  grid-column: 2 / 4;
  grid-row: 1 / 2;
}

.grid-item-5 {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}

.grid-item-6 {
  grid-column: 2 / 4;
  grid-row: 4 / 5;
}

.grid-item-7 {
  grid-column: 2 / 4;
  grid-row: 5 / 6;
}

.grid-item svg {
  display: block;
  margin: 0 auto 26px;
}

.video-fullwidth-alt .videowrapper {
  padding: 0 70px;
}

.video-fullwidth-alt .videowrapper .video-overlay {
  padding-top: 61%;
}

.video-fullwidth .video-overlay {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 56.25%;
  cursor: pointer;
}

.video-fullwidth.video-open {
  position: relative;
}

.video-fullwidth.video-open .video-overlay {
  display: none;
}

.video-fullwidth.video-open .video-show {
  display: block;
}

.single-graphic {
  padding: 50px 0 87px;
  text-align: center;
}

.banner-main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 55.5%;
  position: relative;
  width: 100%;
}

.banner-main .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 25px;
}

.banner-main .banner-title {
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 auto;
  width: 600px;
}
.banner-main h1.banner-title {
  font-size: 36px;
  line-height: 1.1em;
}

.text-left-image-right {
  padding: 120px 0 72px;
}

.text-left-image-right .text-image-wrapper:before,
.text-left-image-right .text-image-wrapper:after {
  content: '';
  display: table;
}

.text-left-image-right .text-image-wrapper:after {
  clear: both;
}

.text-left-image-right .text-left,
.text-left-image-right .image-right {
  float: left;
  width: 50%;
}

.text-left-image-right .text-left {
  padding: 0 86px 0 0;
}

.text-left-image-right .text-left-title {
  margin-bottom: 40px;
  padding-right: 48px;
  text-transform: uppercase;
}

.text-left-image-right .text-left span {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.two-column-image-text {
  padding: 50px 0;
}

.two-column-image-text .two-column-wrapper {
  border-bottom: 1px solid #000000;
  position: relative;
  padding-bottom: 97px;
}

.two-column-image-text .two-column-wrapper:before,
.two-column-image-text .two-column-wrapper:after {
  content: '';
  display: table;
}

.two-column-image-text .two-column-wrapper:after {
  clear: both;
}

.column-unit {
  /*float: left;*/
  /*width: 50%;*/
  position: relative;
}

.column-unit-graphic svg {
  margin: 0 0 34px 20px;
  height: 126px;
}

.column-unit svg {
  margin-left: 78px;
  display: block;
}

.column-unit-content {
  padding: 0 90px 0 75px;
}

.column-unit-image {
  /*position: absolute;
  right: 0;
  bottom: 112px;*/
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}

.column-unit .top-list {
  padding: 0 30px 15px 20px;
}

.column-unit .top-list li {
  position: relative;
  margin-bottom: 25px;
}

.column-unit .top-list li:before {
  content: "+";
  display: block;
  position: absolute;
  left: -20px;
}

.column-unit .bottom-list {
  padding: 49px 150px 0 53px;
  font-size: 16px;
  color: #E95B4C;
  line-height: 1.433em;
}

.column-unit .bottom-list li {
  list-style-type: decimal;
}

.column-unit .column-title {
  margin-bottom: 45px;
  text-transform: uppercase;
}

.two-column-grid {
  padding: 90px 0 52px;
}

.two-column-grid-wrapper {
  padding: 0 37px 10px;
}

.two-column-grid-wrapper + .two-column-grid-wrapper {
  padding-top: 50px;
}

.grid-info:before,
.grid-info:after {
  content: '';
  display: table;
}

.grid-info:after {
  clear: both;
}

/*.grid-info-inner {
  float: left;
  width: 54%;
  padding: 0 100px 30px 40px;
}*/

.grid-info .info-title {
  text-transform: uppercase;
  margin-bottom: 45px;
}

.grid-content:before,
.grid-content:after {
  content: '';
  display: table;
}

.grid-content:after {
  clear: both;
}

.grid-content-single {
  float: left;
  padding: 45px 0 20px 40px;
}

.grid-content-single:nth-child(odd) {
  width: 53%;
}

.grid-content-single:nth-child(even) {
  width: 47%;
}

.grid-content svg,
.grid-content img {
  display: inline-block;
  vertical-align: middle;
}

.grid-content img {
  max-width: 160px;
}

.single-image {
  padding: 0 0 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*.single-content {
  padding: 0 136px 20px 0;
}*/

.single-content svg {
  /*margin: 0 auto;*/
  display: block;
}

.single-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.single-list {
  padding-left: 20px;
}

.single-list-item {
  position: relative;
}

.single-list-item:before {
  content: "–";
  display: block;
  position: absolute;
  left: -20px;
}

.single-text {
  display: block;
  margin-bottom: 10px;
}

.videos-texts {
  padding: 30px 0 67px;
  position: relative;
}

.videos-texts-row {
  padding: 50px 22px 41px;
}

.videos-texts-row:before,
.videos-texts-row:after {
  content: '';
  display: table;
}

.videos-texts-row:after {
  clear: both;
}

.videos-texts img + .row-content {
  padding: 0 130px 0 50px;
}

.videos-texts .row-content {
  padding: 0 130px 0 0;
}

.videos-texts .row-content-title {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.videos-texts .row-content-text {
  letter-spacing: 0.02em;
  line-height: 1.35em;
}

.videos-texts .row-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.videos-texts .row-video-placeholder {
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  min-width: 48%;
}

.videos-texts .row-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 52%;
      -ms-flex: 0 0 52%;
          flex: 0 0 52%;
  min-width: 52%;
}

.videos-texts.video-open {
  padding: 73px 0 120px;
}

.videos-texts.video-open .container {
  padding: 0;
}

.videos-texts.video-open .video-show {
  display: block;
}

.videos-texts.video-open .videos-texts-row {
  padding: 0;
}

.videos-texts.video-open .row-wrapper {
  display: none;
}

.testimonial-slider .testimonial-slide {
  text-align: center;
  padding: 87px 0 145px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-slider .testimonial-slide svg {
  margin-bottom: 30px;
}

.testimonial-slider .testimonial {
  width: 685px;
  margin: 0 auto;
}

.testimonial-slider .testimonial-top {
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.1em;
}

.testimonial-slider .testimonial span {
  display: block;
}

.testimonial-slider .slick-dots {
  bottom: 42px;
}

.testimonial-slider .slick-arrow.slick-next {
  right: 10px;
}

.testimonial-slider .slick-arrow.slick-prev {
  left: 10px;
}

.number-image-columns {
  padding: 20px 0;
}

.number-image-columns .column-wrapper:before,
.number-image-columns .column-wrapper:after {
  content: '';
  display: table;
}

.number-image-columns .column-wrapper:after {
  clear: both;
}

.number-image-columns .single-unit {
  width: 50%;
  float: left;
  padding: 0 90px 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.number-image-columns .single-unit:before,
.number-image-columns .single-unit:after {
  content: '';
  display: table;
}

.number-image-columns .single-unit:after {
  clear: both;
}

.number-image-columns .single-unit:nth-child(even) {
  padding-left: 77px;
}

.number-image-columns .single-unit-content {
  float: left;
  position: relative;
  min-width: 56%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56%;
      -ms-flex: 0 0 56%;
          flex: 0 0 56%;
}

.number-image-columns .single-unit-graphic {
  /*float: right;
  min-width: 44%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 44%;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;*/
  text-align: center;
}

.number-image-columns .unit-title {
  font-size: 36px;
  margin-bottom: 24px;
}

.number-image-columns .unit-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.19em;
  text-transform: uppercase;
  padding-left: 4px;
  display: block;
}

.map-accordion {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 85.5%;
  position: relative;
}

.map-accordion .map-items {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1400px;
  margin: 0 auto;
}

.map-accordion .accordion-items {
  width: 415px;
  background-color: #ffffff;
  padding: 25px;
  position: absolute;
  z-index: 2;
  top: 12%;
  left: 50px;
}

.map-accordion .accordion-list {
  display: none;
  padding-left: 33px;
  margin: 13px 0 22px;
}

.map-accordion .accordion-list-item {
  list-style-type: decimal-leading-zero;
  font-size: 16px;
  line-height: 1.25em;
}

.map-accordion .image-text {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: calc(100% - 415px);
  text-align: center;
}

.accordion-item {
  border-bottom: 1px solid #000000;
}

.accordion-item.is-open .accordion-item-name:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.accordion-item-name {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.55em;
  position: relative;
  cursor: pointer;
}

.accordion-item-name:after {
  content: "+";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.single-graphic-text {
  padding: 85px 0 98px;
  text-align: center;
}

.single-graphic-text svg,
.single-graphic-text img {
  margin-bottom: 25px;
}

.single-graphic-text img {
  max-width: 200px;
}

.graphic-wrapper {
  display: flex;
  justify-content: center;
  align-items: end;
}

.graphic-wrapper img {
  max-width: 100px;
}

.single-graphic-text + .single-graphic-text {
  padding-top: 0;
}

.single-graphic-text-alt {
  padding: 58px 0 95px;
}

.single-graphic-text-alt img {
  max-width: 200px;
}

.single-graphic-text-alt .graphic-text {
  width: 800px;
  font-size: 18px;
  margin-top: 34px;
  line-height: 1.15em;
}

.graphic-text {
  width: 350px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}

.graphic-text p {
  margin: 10px 0 0;
}

.graphic-text p + p {
  margin-top: 4px;
}

.graphic-text-title {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 7px;
}

.slider-with-accordion {
  position: relative;
}

.slider-with-accordion:before,
.slider-with-accordion:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ffffff;
  width: 38px;
  height: 66px;
  z-index: 4;
}

.slider-with-accordion:before {
  left: 0;
}

.slider-with-accordion:after {
  right: 0;
}

.slider-with-accordion .single-slide {
  position: relative;
}

.slider-with-accordion .single-slide-inner {
  padding-top: 46%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider-with-accordion .accordion-title {
  line-height: 1.1em;
  margin-bottom: 30px;
  pointer-events: none;
}

.slider-with-accordion .slick-dots {
  position: absolute;
  bottom: 38px;
}

.slider-with-accordion .slick-dots button {
  border-color: #ffffff;
}

.slider-with-accordion .slick-dots .slick-active button {
  background-color: #ffffff;
}

.slider-with-accordion .slick-arrow {
  background-color: #ffffff;
}

.slider-with-accordion .slick-next {
  right: 5px;
}

.slider-with-accordion .slick-prev {
  left: 5px;
}

.accordion-wrapper {
  position: absolute;
  top: 9%;
  left: 8%;
  width: 375px;
  background-color: #000000;
  opacity: 0.8;
  color: #ffffff;
  padding: 24px 40px 30px 30px;
}

.accordion-wrapper.is-open .toggle-accordion {
  background-image: url("/img/icons/minus-white.svg") !important;
}

.toggle-accordion {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 14px;
  top: 18px;
  cursor: pointer;
}

.accordion-content-hidden {
  display: none;
  padding-top: 25px;
}

.accordion-content-hidden p + p {
  margin-top: 24px;
}

.accordion-content p {
  margin: 0;
}

.big-image-left {
  padding: 47px 0 21px;
}

/*.big-image-left .image-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}*/

.big-image-left .image-content-wrapper:before,
.big-image-left .image-content-wrapper:after {
  content: '';
  display: table;
}

.big-image-left .image-content-wrapper:after {
  clear: both;
}

.big-image-left .img-left {
  width: 58%;
}

.big-image-left .content-right {
  /*width: 42%;
  float: 0 1 58%;*/
  /*font-size: 15px;
  position: absolute;
  bottom: 30px;*/
}

.big-image-left .content-right-top {
  padding: 16px 62px 0 55px;
}

.big-image-left .content-right-top:before,
.big-image-left .content-right-top:after {
  content: '';
  display: table;
}

.big-image-left .content-right-top:after {
  clear: both;
}

.big-image-left .content-right-bottom {
  padding: 20px 0 0;
}

.big-image-left .content-right-bottom:before,
.big-image-left .content-right-bottom:after {
  content: '';
  display: table;
}

.big-image-left .content-right-bottom:after {
  clear: both;
}

.big-image-left .top-column {
  width: 50%;
  float: left;
  padding: 0 12px;
}

.big-image-left .list-name {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 4px;
  line-height: 1em;
}

.big-image-left .list-description {
  display: block;
  font-weight: bold;
  line-height: 1em;
}

.big-image-left .inner-list {
  margin-bottom: 16px;
}

.big-image-left .inner-list-item {
  line-height: 1.33em;
  position: relative;
}

.big-image-left .inner-list-item:before,
.big-image-left .inner-list-item:after {
  content: '';
  display: table;
}

.big-image-left .inner-list-item:after {
  clear: both;
}

.big-image-left .inner-list-item:after {
  content: "";
  width: 98%;
  margin: 0 auto;
  height: 1px;
  display: block;
  background-color: #000000;
}

.big-image-left .inner-list .item-name {
  float: left;
}

.big-image-left .inner-list .item-no {
  float: right;
}

.big-image-left .bottom-description {
  width: 38%;
  line-height: 1.2em;
}

.big-image-left .bottom-content-img {
  width: 50%;
}

.big-image-left .bottom-content-img svg {
  position: absolute;
  bottom: 42px;
  left: 56px;
}

.big-image-left .bottom-content-description {
  position: absolute;
  bottom: 47px;
  right: 76px;
}

.text-left-info-right {
  padding: 40px 0 0;
}

.text-left-info-right .section-title {
  margin-bottom: 43px;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.text-left-info-right .text-info-wrapper {
  margin: 0 -10px;
}

.text-left-info-right .text-info-wrapper:before,
.text-left-info-right .text-info-wrapper:after {
  content: '';
  display: table;
}

.text-left-info-right .text-info-wrapper:after {
  clear: both;
}

.text-left-info-right .text-left,
.text-left-info-right .info-right {
  width: 50%;
  padding: 0 10px;
}

.text-left-info-right .text-left {
  float: left;
}

.text-left-info-right .text-left-content {
  padding-right: 74px;
}

.text-left-info-right .info-right {
  float: right;
}

.text-left-info-right .info-right-title {
  text-transform: uppercase;
  font-size: 24px;
  width: 50%;
  line-height: 1.2em;
  margin-bottom: 44px;
}

.text-left-info-right .info-right-columns {
  margin: 0 -20px;
  padding-right: 76px;
}

.text-left-info-right .info-right-columns:before,
.text-left-info-right .info-right-columns:after {
  content: '';
  display: table;
}

.text-left-info-right .info-right-columns:after {
  clear: both;
}

.text-left-info-right .info-right-columns .info-column {
  width: 50%;
  float: left;
  padding: 0 20px;
}

.text-left-info-right .info-unit-top {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 24px;
  display: inline-block;
  position: relative;
}

.text-left-info-right .info-unit-top:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.text-left-info-right .info-unit-bottom {
  font-size: 17px;
  margin-bottom: 12px;
}

.line-graphic {
  padding: 43px 0 20px;
}

.line-graphic .section-title {
  text-transform: uppercase;
  padding: 0 76px;
  margin-bottom: 53px;
}

.line-graphic .line {
  position: relative;
  padding: 0 30px;
}

.line-graphic .line:before,
.line-graphic .line:after {
  content: '';
  display: table;
}

.line-graphic .line:after {
  clear: both;
}

.line-graphic .line-connection {
  width: 100%;
  height: 2px;
  background-color: #664594;
  position: absolute;
  /*z-index: 1;*/
}

.line-wrapper {
  padding: 116px 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  /*z-index: 2;*/
}

.line-wrapper .dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
}

.stop {
  padding: 0 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
}

.stop-circle {
  width: 20px;
  height: 20px;
  border: 3px solid #664594;
  border-radius: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}

.stop-circle-active {
  background-color: #664594;
}

.stop-unit {
  position: relative;
  text-align: center;
}

.stop-unit-top {
  text-align: center;
  padding-top: 5px;
}

.top-wrapper {
  position: relative;
  width: 100%;
}

.top-wrapper svg {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bottom-wrapper {
  padding: 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.bottom-wrapper .text-bottom {
  padding: 0 15px;
  position: relative;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  white-space: nowrap;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bottom-wrapper .text-bottom-inner {
  position: absolute;
  top: 0;
  left: 0;
}

.bottom-wrapper .text-bottom span + span {
  display: block;
}

.banner-text {
  text-align: center;
  padding-top: 53%;
  position: relative;
}

.banner-text span {
  display: block;
}

.banner-content {
  width: 880px;
  padding: 0 40px;
  margin: 0 auto;
  line-height: 1.5em;
  position: absolute;
  top: 57%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner-content-big {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 86px;
}

@media screen and (min-width: 1450px) {
  .banner-content-big {
    font-size: 36px;
  }
}

.banner-content-big span + span {
  margin-top: 43px;
}

.banner-content-small {
  font-size: 18px;
}

.banner-content .text-top {
  font-weight: bold;
}

.banner-content .text-middle {
  letter-spacing: -0.02em;
}

.company-logos {
  padding: 120px 0 24px;
}

.company-logos .text-left {
  width: 50%;
}

.company-logos .text-left {
  padding: 0 86px 0 0;
  float: left;
}

.company-logos .text-left-title {
  margin-bottom: 44px;
  padding-right: 48px;
  text-transform: uppercase;
}

.company-logos .text-left span {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 4px;
}

.company-logos .logos {
  padding: 70px 1px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.company-logos .logos-item {
  width: 8%;
  text-align: center;
}

.company-logos .logos img {
  width: 100%;
  padding: 0 6px;
  margin-bottom: 15px;
}

.slider-with-controlls {
  position: relative;
}

.slider-with-controlls:before {
  content: "";
  display: block;
  width: calc(100% - 400px);
  height: 1px;
  margin: 0 auto;
  background-color: #000000;
}

.slider-with-controlls .slick-prev {
  left: 5px;
}

.slider-with-controlls .slick-next {
  right: 5px;
}

.slider-with-controlls .slide-content {
  position: relative;
}

.slider-with-controlls .slide-content:before,
.slider-with-controlls .slide-content:after {
  content: '';
  display: table;
}

.slider-with-controlls .slide-content:after {
  clear: both;
}

.slider-with-controlls .slide-content svg {
  position: absolute;
  top: 140px;
  right: 20px;
}

.slider-with-controlls .content {
  /* width: calc(100% - 487px);
  float: right;
  padding: 0 0 120px; */
  position: relative;
}

.slider-with-controlls .content-inner {
  width: 44%;
  float: right;
}

.slider-with-controlls .content-info {
  /* width: 300px; */
  position: absolute;
  /* right: 44%; */
  top: 0;
}

.slider-with-controlls .content-title {
  margin-bottom: 17px;
}

.slider-with-controlls .content span {
  display: block;
  text-align: left;
  font-size: 14px;
}

.slider-with-controlls .content span:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-right: 10px;
}

.slider-with-controlls .content span:nth-child(1):before {
  /*background-color: #F16456;*/
  background-color: white;
  border: 1px solid black;
}

.slider-with-controlls .content span:nth-child(2):before {
  background-color: #B3D8C2;
}

.slider-with-controlls .controls-slider {
  padding: 0 190px;
}

.slider-with-controlls .controls-slide:before,
.slider-with-controlls .controls-slide:after {
  content: '';
  display: table;
}

.slider-with-controlls .controls-slide:after {
  clear: both;
}

.slider-with-controlls .controlls-wrapper {
  padding: 0 190px;
  /* position: absolute;
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); */
  width: 100%;
}

.controlls {
  /* width: 487px; */
  text-transform: uppercase;
  background-color: #ffffff;
  padding: 0 50px 0 0;
}

.controlls img {
  max-height: 36px;
  max-width: 100px;
  width: auto;
}

.controlls .col {
  float: left;
}

.controlls .col-left {
  width: 50%;
}

.controlls .col-left-narrow {
  width: 42%;
}

.controlls .col-middle {
  width: 20%;
  text-align: right;
}

.controlls .col-right {
  width: 38%;
  text-align: right;
}

.controlls .col-right-wide {
  width: 48%;
}

.controlls-row {
  width: 100%;
}

.controlls-row:before,
.controlls-row:after {
  content: '';
  display: table;
}

.controlls-row:after {
  clear: both;
}

.controlls-row-top {
  border-bottom: 1px solid #000000;
  font-weight: bold;
  font-size: 14px;
}

.controlls-row-top span {
  display: block;
}

.controlls-row-regular,
.controlls-row-calculator {
  border-bottom: 1px solid #CDCDCD;
  cursor: pointer;
  min-height: 36px;
  line-height: 36px;
  font-size: 14px;
}

.controlls-row-regular.is-active,
.controlls-row-calculator.is-active {
  background: linear-gradient(90deg, #ff634c 0%, #ffae4b 100%);
}

.controlls-row-grey {
  min-height: 36px;
  color: #8A8A8A;
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 1px solid #CDCDCD;
}

.controlls-row-bottom {
  border-top: 1px solid #000000;
  font-weight: bold;
  padding: 10px 0;
  font-size: 14px;
}

.slider-with-sideinfo {
  position: relative;
}

.slider-with-sideinfo:before {
  content: "";
  display: block;
  width: calc(100% - 400px);
  height: 1px;
  margin: 0 auto;
  background-color: #000000;
}

.slider-with-sideinfo .sideinfo-slide {
  padding: 0 200px;
}

.slider-with-sideinfo .slide-content {
  padding: 150px 0 130px;
}

.slider-with-sideinfo .slide-content:before,
.slider-with-sideinfo .slide-content:after {
  content: '';
  display: table;
}

.slider-with-sideinfo .slide-content:after {
  clear: both;
}

.slider-with-sideinfo .slide-content-inner {
  width: calc(95% - 451px);
  float: right;
  position: relative;
}

.slider-with-sideinfo .slide-content svg {
  position: absolute;
  top: 10px;
  right: 10px;
}

.slider-with-sideinfo .slide-info {
  position: absolute;
  left: 90px;
  top: 0;
}

.slider-with-sideinfo .slide-info-title {
  margin-bottom: 10px;
}

.slider-with-sideinfo .slick-prev {
  left: 5px;
}

.slider-with-sideinfo .slick-next {
  right: 5px;
}

.sideinfo {
  width: 451px;
  float: left;
  padding: 10px;
}

.sideinfo-row {
  width: 100%;
  font-size: 14px;
}

.sideinfo-row:before,
.sideinfo-row:after {
  content: '';
  display: table;
}

.sideinfo-row:after {
  clear: both;
}

.sideinfo-top {
  padding-bottom: 22px;
}

.sideinfo-top .col-left {
  width: 60%;
  float: left;
}

.sideinfo-top .col-right {
  width: 40%;
  float: left;
  text-align: right;
}

.sideinfo-top .sideinfo-row-top {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 26px;
  position: relative;
}

.sideinfo-top .underline {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #000000;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  bottom: 24px;
}

.sideinfo-top .sideinfo-row-bottom-alt {
  font-weight: bold;
}

.sideinfo-middle {
  padding-bottom: 17px;
}

.sideinfo-middle .col-left {
  width: 51%;
  float: left;
}

.sideinfo-middle .col-middle {
  width: 20%;
  float: left;
  text-align: right;
}

.sideinfo-middle .col-right {
  width: 29%;
  float: left;
  text-align: right;
}

.sideinfo-middle .sideinfo-row-top {
  padding-bottom: 20px;
}

.sideinfo-middle .sideinfo-row-top span {
  text-decoration: underline;
}

.sideinfo-middle .sideinfo-row-bottom .col-middle {
  width: 71%;
}

.sideinfo-middle .sideinfo-row-bottom .col-right {
  width: 29%;
}

.sideinfo-bottom {
  font-weight: bold;
}

.sideinfo-bottom .col-left {
  width: 60%;
  float: left;
}

.sideinfo-bottom .col-right {
  width: 40%;
  float: left;
  text-align: right;
}

.image-slider {
  position: relative;
}

.image-slider:before,
.image-slider:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ffffff;
  width: 38px;
  height: 66px;
  z-index: 4;
}

.image-slider:before {
  left: 0;
}

.image-slider:after {
  right: 0;
}

.image-slider .slick-next {
  right: 5px;
}

.image-slider .slick-prev {
  left: 5px;
}

.image-slider .slick-dots {
  position: absolute;
  bottom: 45px;
}

/*.image-slider .slick-dots button {
  border-color: #ffffff;
}

.image-slider .slick-dots .slick-active button {
  background-color: #ffffff;
}*/

.image-slider .image-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 47%;
  position: relative;
}

.image-slider .image-slide-text {
  color: #000000;
  position: absolute;
  bottom: 27px;
  left: 64px;
}

.row-3-text {
  padding: 90px 0 112px;
}

.row-3-text .section-title {
  text-transform: uppercase;
  padding: 0 20px;
  margin-bottom: 53px;
  width: 50%;
}

.row-3-text .column-container:before,
.row-3-text .column-container:after {
  content: '';
  display: table;
}

.row-3-text .column-container:after {
  clear: both;
}

.row-3-text .text-col {
  width: 33.333%;
  display: inline-block;
  float: left;
  padding: 0 50px 0 20px;
  line-height: 1.38em;
}

.row-3-text .text-col p {
  margin-bottom: 23px;
  font-size: 16px;
}

.row-3-text .text-col svg {
  margin-top: 58px;
}

.row-3-text .text-colored {
  display: block;
  line-height: 1.1em;
}

.row-3-text .text-colored-big {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}

.row-3-text .text-colored-small {
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 30px;
}

.info-image .content-wrapper {
  padding: 114px 0 106px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.info-image .content-wrapper:before,
.info-image .content-wrapper:after {
  content: '';
  display: table;
}

.info-image .content-wrapper:after {
  clear: both;
}

.info-image .info-left {
  float: left;
  width: 43%;
  text-transform: uppercase;
  padding: 17px 32px 0 8px;
}

.info-image .info-left-title {
  font-size: 34px;
  width: 75%;
  line-height: 1.2em;
  margin-bottom: 88px;
}

.info-image .img-right {
  float: right;
  width: 57%;
}

.info-table {
  font-size: 14px;
}

.info-table .col {
  float: left;
  min-height: 1px;
}

.info-table .col:nth-child(4n) {
  text-align: right;
}

.info-table .col-lg {
  width: 35%;
}

.info-table .col-md {
  width: 24%;
}

.info-table .col-sm {
  width: 15%;
}

.info-row {
  padding: 5px 0;
}

.info-row:before,
.info-row:after {
  content: '';
  display: table;
}

.info-row:after {
  clear: both;
}

.info-row-top {
  font-weight: bold;
  border-bottom: 1px solid #000000;
}

/* .info-row-middle:nth-child(1),
.info-row-middle:nth-child(4) {
  background-color: #F36F21;
} */

.info-row-middle:nth-child(2) {
  /*background-color: #fcac56;*/
  background-color: #ffffff;
}

/* .info-row-middle:nth-child(3) { */
  /*background-color: #fc9253;*/
  /* background-color: #F36F21; */
/* } */
/* .info-row-middle:nth-child(4) {
  background-color: #f48054;
}
.info-row-middle:nth-child(5) {
  background-color: #f16353;
} */

.info-row-bottom {
  font-weight: bold;
  border-top: 1px solid #000000;
}

.image-text-slider {
  position: relative;
  width: 100%;
}

.image-text-slider .border-bottom {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.image-text-slider .border-bottom:after {
  content: "";
  display: block;
  width: calc(100% - 460px);
  height: 1px;
  margin: 0 auto;
  background-color: #000000;
}

.image-text-slider p + p {
  margin-top: 0;
  padding-left: 40px;
}

.image-text-slider .slick-prev {
  left: 10px;
}

.image-text-slider .slick-next {
  right: 10px;
}

.image-text-slider .image-text-slides {
  padding: 0 230px;
}

.image-text-slider .image-text-slide:before,
.image-text-slider .image-text-slide:after {
  content: '';
  display: table;
}

.image-text-slider .image-text-slide:after {
  clear: both;
}

.image-text-slider .content-left {
  float: left;
  padding: 0 20px;
}

.image-text-slider .content-left-title {
  text-transform: uppercase;
  margin-bottom: 54px;
}

.image-text-slider .content-title {
  text-transform: uppercase;
  margin-bottom: 56px;
  padding: 0 20px;
}

.image-text-slider .image-right {
  float: right;
}

.image-text-slider .info {
  padding: 0 40px;
  letter-spacing: 0.011em;
  position: relative;
}

.image-text-slider .info-top {
  font-weight: bold;
  padding-left: 40px;
}

.image-text-slider .info .top-numbered {
  position: absolute;
  left: 15px;
}

.image-text-slider .info-bottom span {
  display: block;
}

.image-text-slider-narrow {
  padding: 80px 0 84px;
}

.image-text-slider-narrow .image-right {
  width: 39%;
}

.image-text-slider-narrow .content-left {
  width: 61%;
}

.image-text-slider-wide {
  padding: 100px 0 134px;
}

.image-text-slider-wide .image-right {
  width: 63%;
}

.image-text-slider-wide .content-left {
  width: 37%;
}

.image-text-slider-wide .info {
  margin-top: 45px;
  width: 100%;
}

.text-columns {
  padding: 116px 0 18px;
}

.text-columns .section-title {
  text-transform: uppercase;
  margin-bottom: 110px;
}

.text-columns .section-columns {
  margin: 0 -15px;
}

.text-columns .section-columns:before,
.text-columns .section-columns:after {
  content: '';
  display: table;
}

.text-columns .section-columns:after {
  clear: both;
}

.text-columns .section-columns-top {
  margin-bottom: 60px;
}

.text-columns .section-columns-top .column-title {
  margin-bottom: 5px;
}

.text-columns .section-columns-bottom {
  margin-bottom: 20px;
}

.text-columns .section-column {
  width: 33.333%;
  float: left;
  padding: 0 15px;
  line-height: 1.4em;
}

.text-columns .section-column .column-title {
  font-size: 18px;
}

.form-download {
  padding: 160px 0 22px;
}

.form-download .section-title {
  text-transform: uppercase;
  margin-bottom: 86px;
  font-size: 36px;
}

.form-download form {
  width: 660px;
  margin: 0 auto 208px;
  text-align: center;
  display: none;
}

.form-download fieldset:before,
.form-download fieldset:after {
  content: '';
  display: table;
}

.form-download fieldset:after {
  clear: both;
}

.form-download legend {
  margin-bottom: 50px;
  text-align: left;
}

.form-download .form-group {
  margin-bottom: 18px;
  text-align: left;
  position: relative;
}

.form-download .form-group-row:before,
.form-download .form-group-row:after {
  content: '';
  display: table;
}

.form-download .form-group-row:after {
  clear: both;
}

.form-download .error-message {
  font-size: 14px;
  color: #FF0000;
  display: block;
  width: 100%;
  float: none;
}

.form-download label {
  text-transform: uppercase;
  font-weight: bold;
  width: 17%;
  float: left;
}

.form-download input {
  width: 83%;
  float: left;
  padding: 5px 5px;
  font-size: 16px;
  border: 1px solid #000000;
  border-radius: 3px;
}

.form-download button[type="submit"] {
  width: auto;
  margin-top: 54px;
  float: none;
  padding: 15px 35px;
  font-size: 25px;
  border: 2px solid #000000;
}

.form-download .checkbox-label {
  width: 23px;
  height: 23px;
  border: 1px solid #000000;
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.form-download .checkbox-label-replacement {
  text-transform: uppercase;
  font-weight: bold;
  width: 17%;
  display: inline-block;
  vertical-align: middle;
}

.form-download input[type="checkbox"] {
  position: absolute;
  left: -5000px;
  opacity: 0;
  z-index: -1;
}

.form-download input[type="checkbox"]:checked + label {
  background-image: url("../img/icons/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.form-download .buttons-wrapper {
  padding: 34px 0;
  text-align: center;
  display: block;
}

.form-download .button-columns {
  margin: 0 -21px 124px;
}

.form-download .button-columns:before,
.form-download .button-columns:after {
  content: '';
  display: table;
}

.form-download .button-columns:after {
  clear: both;
}

.form-download .button-columns .button-column {
  width: 30%;
  float: left;
  padding: 0 21px;
  margin-bottom: 20px;
}

.form-download .button-columns .button-single {
  width: 100%;
  display: block;
  font-size: 18px;
}

.narrow-columns {
  padding: 115px 0 10px;
}

.narrow-columns-wrapper:before,
.narrow-columns-wrapper:after {
  content: '';
  display: table;
}

.narrow-columns-wrapper:after {
  clear: both;
}

.narrow-columns span,
.narrow-columns a {
  display: block;
  color: #000000;
}

.narrow-columns .link-unit {
  margin-bottom: 19px;
}

.narrow-columns .link-unit-top {
  font-weight: bold;
}

.narrow-column {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.narrow-column svg {
  height: 60px;
  width: auto;
  margin-bottom: 10px;
}

.section-404 {
  padding: 100px 0;
}

.section-404 .wrapper-404 {
  text-align: center;
}

.section-404 h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-404 h2 {
  margin-bottom: 25px;
}

.section-404 a {
  color: #000000;
  text-decoration: underline;
}

.section-404 li {
  margin-bottom: 10px;
}

@media (max-width: 1600px) {
  .banner-slider .banner-hidden {
    padding-top: 52%;
    padding-top: calc(100vh - 108px);
  }

  .banner-slider .single-slide {
    padding-top: 52%;
    padding-top: calc(100vh - 108px);
  }
}

@media (max-width: 1450px) {
  .container {
    width: 1150px;
  }

  .main-header-top {
    padding: 26px 0;
  }

  /*.banner-slider .banner-hidden {
    padding-top: 48%;
  }

  .banner-slider .single-slide {
    padding-top: 48%;
  }*/

  .banner-slider .slide-content {
    width: 900px;
  }

  .text-left-image-right .text-left-title {
    padding: 0;
    margin-bottom: 20px;
  }

  .column-unit-content {
    padding: 0 50px 90px;
  }

  .map-accordion .map-items {
    width: 1100px;
  }

  .big-image-left .content-right-top {
    padding: 0 25px 0;
  }

  .big-image-left .content-right-bottom {
    padding: 16px 35px 0;
  }

  .big-image-left .bottom-description {
    margin-bottom: 50px;
    width: 50%;
  }

  .big-image-left .bottom-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 100px;
  }

  .big-image-left .bottom-content-img svg {
    bottom: 0;
  }

  .big-image-left .bottom-content-description {
    bottom: 0;
  }

  .text-left-info-right .section-title {
    margin-bottom: 20px;
    padding: 0 86px 0 74px;
  }

  .text-left-info-right .text-left-content {
    padding: 0 86px 0 74px;
  }

  .banner-text {
    padding-top: 60%;
  }

  .banner-content {
    top: 50%;
  }

  .company-logos .text-left-title {
    padding: 0;
    margin-bottom: 20px;
  }

  .slider-with-controlls:before {
    width: calc(100% - 200px);
  }

  .slider-with-controlls .controls-slider {
    padding: 0 100px;
  }

  .slider-with-controlls .controlls-wrapper {
    padding: 0 100px;
  }

  .slider-with-sideinfo:before {
    width: calc(100% - 200px);
  }

  .slider-with-sideinfo .sideinfo-slide {
    padding: 0 100px;
  }

  .slider-with-sideinfo .slide-content-inner {
    width: calc(100% - 451px);
  }

  .image-text-slider .border-bottom:after {
    width: calc(100% - 300px);
  }

  .image-text-slider .image-text-slides {
    padding: 0 150px;
  }
}

@media (max-width: 1300px) {
  .big-image-left .img-left {
    width: 50%;
  }

  .big-image-left .content-right {
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .container {
    width: 900px;
  }

  .button-single {
    padding: 12px 10px;
  }

  /*.banner-slider .banner-hidden {
    padding-top: 65%;
  }

  .banner-slider .single-slide {
    padding-top: 65%;
  }*/

  .banner-slider .slide-content-icon svg {
    max-height: 300px;
  }

  .menu-container-inner {
    padding: 40px 26px;
  }

  .menu-container .menu-close {
    top: 26px;
    left: 26px;
  }

  .image-grid .grid-items {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(10, 336px);
  }

  .grid-item-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }

  .grid-item-2 {
    grid-column: 1 / 2;
    grid-row: 4 / 6;
  }

  .grid-item-3 {
    grid-column: 1 / 2;
    grid-row: 8 / 10;
  }

  .grid-item-4 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }

  .grid-item-5 {
    grid-column: 1 / 2;
    grid-row: 10 / 11;
  }

  .grid-item-6 {
    grid-column: 1 / 2;
    grid-row: 7 / 8;
  }

  .grid-item-7 {
    grid-column: 1 / 2;
    grid-row: 6 / 7;
  }

  .video-fullwidth-alt .videowrapper {
    padding: 0;
  }

  .single-graphic {
    padding: 70px 0;
  }

  .banner-main .banner-title {
    width: 800px;
  }

  .text-left-image-right .text-left {
    padding: 0 50px 0 0;
  }

  .column-unit {
    width: 100%;
  }

  .column-unit-graphic {
    text-align: center;
  }

  .column-unit svg {
    margin: 0 auto 20px;
  }

  .column-unit-image {
    position: static;
  }

  .column-unit .top-list {
    padding: 0 0 20px;
  }

  .column-unit .bottom-list {
    padding: 0;
  }

  .column-unit .column-title {
    text-align: center;
  }

  .two-column-grid-wrapper {
    padding: 0;
  }

  .grid-info-inner {
    padding: 25px;
  }

  .grid-content-single {
    padding: 25px;
  }

  .single-content {
    padding: 0;
  }

  .videos-texts img + .row-content {
    padding: 0 0 0 30px;
  }

  .videos-texts .row-content {
    padding: 0 30px 0 0;
  }

  .videos-texts .row-content-title {
    margin-bottom: 30px;
  }

  .number-image-columns .single-unit {
    padding: 0 20px 30px;
  }

  .number-image-columns .single-unit:nth-child(even) {
    padding: 0 20px 30px;
  }

  .map-accordion {
    padding-top: 70%;
  }

  .map-accordion .map-items {
    width: 950px;
  }

  .map-accordion .image-text {
    font-size: 60px;
  }

  .big-image-left .image-content-wrapper {
    display: block;
    width: 900px;
    margin: 0 auto;
    padding: 0 25px;
  }

  .big-image-left .img-left {
    width: 100%;
  }

  .big-image-left .content-right {
    width: 100%;
  }

  .big-image-left .content-right-top {
    padding: 25px 0 0;
    margin: 0 -12px;
  }

  .big-image-left .content-right-bottom {
    padding: 25px 0 0;
  }

  .text-left-info-right .section-title {
    padding: 0 50px 0 0;
  }

  .text-left-info-right .text-left {
    padding: 0 50px 0 0;
  }

  .text-left-info-right .text-left-content {
    padding: 0 50px 0 0;
  }

  .text-left-info-right .info-right-columns {
    padding: 0;
  }

  .line-graphic {
    padding: 20px 0;
  }

  .line-graphic .section-title {
    margin-bottom: 20px;
  }

  .line-graphic .line {
    padding: 0;
  }

  .stop {
    padding: 0 10px;
  }

  .banner-content {
    width: 800px;
  }

  .banner-content-big {
    margin-bottom: 30px;
  }

  .company-logos .text-left {
    padding: 0 50px 0 0;
  }

  /*.company-logos .logos {
    padding: 50px 0;
  }*/

  .company-logos .logos-item {
    width: 16.666%;
  }

  .slider-with-controlls:before {
    width: calc(100% - 100px);
  }

  .slider-with-controlls .content-inner {
    width: 48%;
  }

  .slider-with-controlls .content-info {
    left: 0;
  }

  .slider-with-controlls .controls-slider {
    padding: 0 50px;
  }

  .slider-with-controlls .controlls-wrapper {
    padding: 0 50px;
  }

  .slider-with-sideinfo:before {
    width: calc(100% - 100px);
  }

  .slider-with-sideinfo .sideinfo-slide {
    padding: 0 50px;
  }

  .row-3-text .section-title {
    margin-bottom: 20px;
  }

  .row-3-text .text-col {
    padding: 0 20px;
  }

  .info-image .info-left {
    width: 100%;
    padding: 20px 0 40px;
  }

  .info-image .info-left-title {
    width: 100%;
    text-align: center;
  }

  .info-image .img-right {
    width: 100%;
  }

  .info-table {
    width: 500px;
    margin: 0 auto;
  }

  .image-text-slider .border-bottom:after {
    width: calc(100% - 100px);
  }

  .image-text-slider .image-text-slides {
    padding: 0 50px;
  }

  .form-download .button-columns {
    margin: 0 -21px 60px;
  }

  .form-download .button-columns .button-column {
    width: 50%;
  }

  .narrow-column {
    padding: 0 15px;
  }
}

@media (max-width: 1100px) {
  .slider-with-controlls .content {
    text-align: center;
    /* width: 380px;
    margin: 0 auto;
    float: none; */
    padding: 60px 0 20px;
  }

  .slider-with-controlls .content-inner {
    margin: 0 auto;
    float: none;
    width: 100%;
  }

  .slider-with-controlls .content-info {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }

  .slider-with-controlls .content span {
    text-align: center;
  }

  .slider-with-controlls .controlls-wrapper {
    position: static;
    -webkit-transform: none;
            transform: none;
    padding: 0;
  }

  .controlls {
    margin: 0 auto;
    /* width: 500px; */
  }

  .slider-with-sideinfo .slide-content-inner {
    width: 60%;
    margin: 0 auto;
    float: none;
  }

  .slider-with-sideinfo .slick-arrow {
    top: 25%;
  }

  .sideinfo {
    margin: 0 auto;
    float: none;
    width: 500px;
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .container {
    width: 750px;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 40px;
  }

  /*h3 {
    font-size: 34px;
  }*/

  .banner-slider .slide-content {
    width: 700px;
  }

  #map {
    min-height: 450px;
  }

  .banner-slider .slide-content-icon svg {
    max-height: 200px;
  }

  .banner-slider .slide-content-text {
    margin-bottom: 40px;
  }

  .main-menu {
    padding-top: 30px;
  }

  .main-menu-item {
    font-size: 30px;
  }

  .sub-menu-item {
    font-size: 24px;
  }

  .banner-main .banner-title {
    width: 600px;
  }

  .text-left-image-right .text-left,
  .text-left-image-right .image-right {
    width: 100%;
    text-align: center;
  }

  .text-left-image-right .text-left {
    padding: 0 0 40px;
  }

  .column-unit .top-list li {
    margin-bottom: 10px;
  }

  .grid-info-inner {
    width: 100%;
    text-align: center;
  }

  .grid-content-single:nth-child(odd) {
    width: 100%;
  }

  .grid-content-single:nth-child(even) {
    width: 100%;
  }

  .single-image {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .single-content {
    width: 80%;
    margin: 0 auto;
  }

  .videos-texts-row {
    padding: 30px 0;
  }

  .videos-texts-row:nth-child(even) .row-video-placeholder {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .videos-texts-row:nth-child(even) .row-content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .videos-texts img + .row-content {
    padding: 20px 0 0 0;
  }

  .videos-texts .row-content {
    padding: 20px 0 0 0;
    text-align: center;
  }

  .videos-texts .row-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .videos-texts .row-video-placeholder {
    min-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .videos-texts .row-content {
    min-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .testimonial-slider .testimonial {
    width: 550px;
  }

  .number-image-columns .single-unit {
    width: 100%;
    padding: 0 0 40px;
  }

  .number-image-columns .single-unit:nth-child(even) {
    padding: 0 0 40px;
  }

  .map-accordion {
    padding: 30px 0 100px;
  }

  .map-accordion .map-items {
    position: relative;
    width: 600px;
  }

  .map-accordion .accordion-items {
    position: static;
    width: 100%;
  }

  .map-accordion .image-text {
    font-size: 50px;
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 40px;
    width: 415px;
    text-align: left;
  }

  .single-graphic-text-alt .graphic-text {
    width: 700px;
  }

  .slider-with-accordion .single-slide-inner {
    padding-top: 60%;
  }

  .big-image-left .image-content-wrapper {
    width: 750px;
  }

  .text-left-info-right .section-title {
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .text-left-info-right .text-left,
  .text-left-info-right .info-right {
    width: 100%;
  }

  .text-left-info-right .text-left {
    padding: 0 0 40px;
    text-align: center;
  }

  .text-left-info-right .text-left-content {
    padding: 0;
  }

  .text-left-info-right .info-right-title {
    width: 100%;
  }

  .banner-text {
    padding-top: 65%;
  }

  .banner-content {
    width: 700px;
  }

  .banner-content-big {
    font-size: 34px;
  }

  .company-logos .text-left {
    width: 100%;
    text-align: center;
  }

  .company-logos .text-left {
    padding: 0 0 40px;
  }

  .company-logos .logos-item {
    width: 14%;
  }

  .slider-with-controlls:before {
    width: calc(100% - 50px);
  }

  .slider-with-controlls .controls-slider {
    padding: 0;
  }

  .slider-with-sideinfo:before {
    width: calc(100% - 50px);
  }

  .slider-with-sideinfo .sideinfo-slide {
    padding: 0;
  }

  .slider-with-sideinfo .slide-content-inner {
    width: 80%;
  }

  .row-3-text .text-col {
    width: 50%;
  }

  .row-3-text .text-col:nth-child(3) {
    float: right;
  }

  .row-3-text .text-col svg {
    margin-top: 20px;
  }

  .image-text-slider .content-title {
    text-align: center;
    padding: 0;
  }

  .image-text-slider .info {
    margin: 0 auto 50px;
  }

  .image-text-slider .info .top-numbered {
    position: static;
  }

  .image-text-slider .content-left {
    width: 100%;
    text-align: center;
  }

  .image-text-slider-narrow .image-right {
    width: 60%;
    margin: 0 auto;
    float: none;
  }

  .image-text-slider-narrow .content-left {
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  .image-text-slider-wide .image-right {
    width: 80%;
    margin: 0 auto;
    float: none;
  }

  .image-text-slider-wide .info {
    width: 340px;
  }

  .form-download {
    padding: 100px 0 22px;
  }

  .form-download .section-title {
    font-size: 40px;
  }

  .form-download form {
    margin-bottom: 100px;
  }

  .narrow-columns .link-unit {
    width: 100%;
    float: left;
  }

  .narrow-column {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}

@media (max-width: 820px) {
  .line-graphic .line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .line-graphic .line-connection {
    width: 2px;
  }

  .line-wrapper {
    display: block;
    padding: 0;
    width: 40%;
  }

  .stop {
    position: relative;
    text-align: center;
    padding: 40px 0;
  }

  .stop-circle {
    display: inline-block;
  }

  .stop-unit {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 20px;
  }

  .top-wrapper {
    width: 20%;
  }

  .top-wrapper svg {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }

  .bottom-wrapper {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    float: left;
    width: 40%;
  }

  .bottom-wrapper .text-bottom {
    -webkit-transform: none;
            transform: none;
  }

  .bottom-wrapper .text-bottom-inner {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 768px) {
  html {
    font-size: 16px;
  }

  .container {
    width: 100%;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 36px;
  }

  .sliders-wrapper-wrapper .toggle-wrapper ul li h3 {
    font-size: 15px;
  }

  /*h3 {
    font-size: 30px;
  }*/

  /*h4 {
    font-size: 22px;
  }*/

  .slick-dots {
    bottom: 50px;
  }

  .button-single {
    font-size: 18px;
  }

  #footer-map {
    min-height: 240px;
    margin-bottom: 60px;
    display: inline-block;
  }

  /*.banner-slider .banner-hidden {
    padding-top: 55%;
  }

  .banner-slider .single-slide {
    padding-top: 55%;
  }*/

  .banner-slider .slide-content {
    bottom: auto;
    top: 10%;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .banner-slider .slide-content-icon {
    margin-bottom: 10px;
  }

  .banner-slider .slide-content-icon svg {
    max-height: 120px;
  }

  .banner-slider .slide-content-text {
    margin-bottom: 20px;
  }

  .banner-slider .scroll-down {
    bottom: 10px;
  }

  .banner-slider .image-text {
    font-size: 30px;
  }

  .menu-container {
    width: 75%;
    /* left: -100%; */
  }

  .image-grid .item-inner-title {
    font-size: 30px;
  }

  .grid-item-content {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: auto;
    margin: 0 auto;
    width: 100%;
    padding: 0 25px;
  }

  .grid-item-big .item-title {
    font-size: 30px;
  }

  .banner-main .banner-title {
    width: 420px;
  }

  .text-left-image-right {
    padding: 80px 0;
  }

  .column-unit-content {
    padding: 0 25px 70px;
  }

  .two-column-grid {
    padding: 50px 0;
  }

  .testimonial-slider .testimonial {
    width: 400px;
  }

  .number-image-columns .single-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .number-image-columns .single-unit-content {
    min-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }

  .number-image-columns .single-unit-graphic {
    min-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .map-accordion {
    padding: 30px 0;
  }

  .map-accordion .map-items {
    width: 100%;
  }

  .map-accordion .accordion-items {
    margin: 0 auto;
  }

  .map-accordion .image-text {
    font-size: 45px;
    text-align: center;
    width: 100%;
  }

  .single-graphic-text-alt .graphic-text {
    width: 450px;
  }

  .graphic-text {
    width: 100%;
  }

  .slider-with-accordion .single-slide-inner {
    padding-top: 80%;
  }

  .accordion-wrapper {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .big-image-left .image-content-wrapper {
    width: 100%;
  }

  .stop-unit {
    padding: 0 10px;
  }

  .top-wrapper svg {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .banner-text {
    padding-top: 90%;
  }

  .banner-content {
    width: 100%;
  }

  .banner-content-big {
    font-size: 30px;
  }

  .company-logos {
    padding: 80px 0 24px;
  }

  .slider-with-controlls .slide-content {
    padding: 80px 0;
  }

  .slider-with-sideinfo .slide-content {
    padding: 80px 0;
  }

  .slider-with-sideinfo .slide-content-inner {
    width: 90%;
  }

  .slider-with-sideinfo .slide-info {
    position: static;
    margin-bottom: 50px;
  }

  .image-slider:before,
  .image-slider:after {
    width: 30px;
    height: 50px;
  }

  .image-slider .image-slide {
    padding-top: 60%;
  }

  .image-slider .image-slide-text {
    bottom: 10px;
    left: 15px;
  }

  .row-3-text {
    padding: 50px 0;
  }

  .row-3-text .text-col {
    width: 100%;
  }

  .row-3-text .text-colored {
    width: auto;
  }

  .row-3-text .text-colored-big {
    display: inline-block;
    font-size: 28px;
  }

  .info-image .content-wrapper {
    padding: 50px 0;
  }

  .info-image .info-left-title {
    margin-bottom: 40px;
  }

  .info-table {
    width: 450px;
  }

  .image-text-slider-narrow {
    padding: 50px 0;
  }

  .image-text-slider-wide {
    padding: 50px 0;
  }

  .text-columns {
    padding: 50px 0 18px;
    text-align: center;
  }

  .text-columns .section-title {
    margin-bottom: 40px;
  }

  .text-columns .section-columns-top {
    margin-bottom: 40px;
  }

  .text-columns .section-column {
    width: 100%;
    margin-bottom: 25px;
  }

  .form-download {
    padding: 80px 0 22px;
  }

  .form-download .section-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
  }

  .form-download form {
    width: 400px;
  }

  .form-download label {
    width: 25%;
  }

  .form-download input {
    width: 75%;
  }

  .form-download button[type="submit"] {
    margin-top: 40px;
    font-size: 18px;
  }

  .form-download .checkbox-label-replacement {
    width: 25%;
  }

  .form-download .button-columns {
    margin: 0 0 40px;
  }

  .form-download .button-columns .button-column {
    width: 100%;
  }

  .narrow-columns {
    padding: 60px 0 10px;
  }

  .narrow-columns .link-unit {
    width: 100%;
  }

  .narrow-columns .text-unit {
    width: 300px;
    margin: 0 auto;
  }

  .banner-text {
    padding: 50px 0;
  }
  .banner-content {
    position: static;
    transform: none;
  }
}

@media (max-width: 600px) {
  /*.banner-slider .banner-hidden {
    padding-top: 68%;
  }

  .banner-slider .single-slide {
    padding-top: 68%;
  }*/
}

@media (max-width: 480px) {
  svg {
    max-width: 100%;
  }

  .banner-slider .banner-hidden {
    padding-top: calc(100vh);
  }

  .banner-slider .single-slide {
    padding-top: calc(100vh);
  }

  .container {
    padding: 0 10px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 22px;
  }
  .banner-main h1.banner-title,
  .nuts-bolts-wrapper h2 {
    font-size: 26px;
  }
  .sliders-wrapper-wrapper .toggle-wrapper ul li {
    margin-right: 5px !important;
    margin-bottom: 5px;
  }
  .slick-arrow.slick-next, .image-slider .slick-next {
    right: 10px;
  }
  #plans-navigation .slick-arrow.slick-prev {
    right: 35px;
  }

  /*h3 {
    font-size: 22px;
  }*/

  /*h4 {
    font-size: 20px;
  }*/

  .image-text {
    font-size: 32px;
  }

  .video-content {
    padding: 0 10px;
  }

  .video-controls {
    left: 10px;
    right: 10px;
    bottom: 15px;
  }

  .video-controls .progress-wrapper {
    width: calc(100% - 180px);
  }

  .video-controls .progress-wrapper .progress {
    width: 92%;
  }

  .video-controls .fullscreen,
  .video-controls .playpause {
    height: 40px;
  }

  .video-controls .fullscreen {
    width: 40px;
  }

  .video-controls .playpause {
    width: 72px;
  }

  .button-single {
    width: 100%;
  }

  .main-header .menu-open {
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .main-header .page-list a {
    padding: 0 15px;
  }

  .main-footer {
    padding: 60px 0 20px;
  }

  .main-footer .scroll-up {
    top: 15px;
    right: 15px;
  }

  .bottom-menu-item {
    width: 100%;
  }

  /*.banner-slider .banner-hidden {
    padding-top: 105%;
  }

  .banner-slider .single-slide {
    padding-top: 105%;
  }*/

  .banner-slider .slide-content-icon svg {
    max-height: 100px;
  }

  .menu-container {
    width: 100%;
  }

  .menu-container-inner {
    padding: 40px 10px;
  }

  .menu-container .menu-close {
    left: 10px;
  }

  .image-grid {
    padding: 50px 0;
  }

  .image-grid .grid-items {
    grid-template-rows: repeat(22, 250px);
  }

  .image-grid .item-left {
    float: none;
    width: 100%;
    height: 50%;
  }

  .image-grid .item-right {
    float: none;
    width: 100%;
    height: 50%;
  }

  .image-grid .item-inner {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: auto;
  }

  .image-grid .item-inner-plus {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 20px;
  }

  .grid-item-2 {
    grid-row: 7 / 9;
  }

  .grid-item-3 {
    grid-row: 17 / 19;
  }

  .grid-item-4 {
    grid-row: 3 / 7;
  }

  .grid-item-5 {
    grid-row: 13 / 17;
  }

  .grid-item-6 {
    grid-row: 9 / 13;
  }

  .grid-item-7 {
    grid-row: 19 / 23;
  }

  .single-graphic {
    padding: 50px 0;
  }

  .banner-main {
    padding-top: 70%;
  }

  .banner-main .banner-title {
    width: 100%;
  }

  .text-left-image-right {
    padding: 40px 0;
  }

  .grid-info-inner {
    padding: 25px 0;
  }

  .grid-content-single {
    padding: 25px 0;
  }

  .single-content {
    width: 100%;
  }

  .videos-texts-row {
    padding: 0 10px;
  }

  .videos-texts img + .row-content {
    padding: 20px 0;
  }

  .videos-texts.video-open {
    padding: 50px 0;
  }

  .testimonial-slider .testimonial {
    width: 250px;
  }

  .map-accordion .accordion-items {
    width: 100%;
    margin: 0;
  }

  .accordion-item-name {
    font-size: 26px;
  }

  .single-graphic-text {
    padding: 50px 0;
  }

  .single-graphic-text-alt .graphic-text {
    width: 100%;
    font-size: 18px;
  }

  .graphic-text {
    width: 100%;
    font-size: 18px;
  }

  /*.graphic-text-title {
    font-size: 28px;
  }*/

  .slider-with-accordion:before,
  .slider-with-accordion:after {
    width: 30px;
    height: 54px;
  }

  .slider-with-accordion .single-slide-inner {
    padding-top: 120%;
  }

  .accordion-wrapper {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }

  .big-image-left .top-column {
    width: 100%;
  }

  .big-image-left .bottom-description {
    width: 100%;
  }

  .big-image-left .bottom-content {
    display: block;
  }

  .big-image-left .bottom-content-img {
    width: 100%;
  }

  .big-image-left .bottom-content-img svg {
    position: static;
  }

  .big-image-left .bottom-content-description {
    position: static;
    width: 100%;
  }

  .text-left-info-right {
    padding: 40px 0;
  }

  .text-left-info-right .info-right {
    text-align: center;
  }

  .text-left-info-right .info-right-title {
    font-size: 20px;
  }

  .text-left-info-right .info-right-columns {
    margin: 0;
  }

  .text-left-info-right .info-right-columns .info-column {
    width: 100%;
  }

  .text-left-info-right .info-unit {
    width: 280px;
    margin: 0 auto;
  }

  .text-left-info-right .info-unit-bottom {
    margin-bottom: 50px;
  }

  .line-graphic .section-title {
    padding: 0;
    text-align: center;
  }

  .line-wrapper {
    width: 50%;
  }

  .stop {
    text-align: left;
  }

  .top-wrapper {
    display: none;
  }

  .bottom-wrapper {
    width: 50%;
  }

  .bottom-wrapper .text-bottom {
    white-space: wrap;
  }

  .banner-text {
    padding: 50px 0;
  }
  .banner-content {
    position: static;
    transform: none;
  }

  .banner-content-big {
    font-size: 22px;
  }

  .company-logos {
    padding: 40px 0 24px;
  }

  .company-logos .logos-item {
    width: 50%;
  }

  .slider-with-controlls .slide-content {
    padding: 40px 30px;
  }

  .slider-with-controlls .content {
    width: 100%;
    padding: 0;
  }

  .controlls {
    width: 100%;
    padding: 25px;
    font-size: 14px;
  }

  .slider-with-sideinfo .slide-content {
    padding: 40px 30px;
  }

  .sideinfo {
    width: 100%;
    font-size: 14px;
    padding: 0;
  }

  .sideinfo-middle .col-left {
    width: 60%;
  }

  .sideinfo-middle .col-right {
    width: 20%;
  }

  .sideinfo-middle .sideinfo-row-bottom .col-middle {
    width: 80%;
  }

  .sideinfo-middle .sideinfo-row-bottom .col-right {
    width: 20%;
  }

  .image-slider .image-slide {
    padding-top: 80%;
  }

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

  .row-3-text .section-title {
    padding: 0;
    width: 100%;
  }

  .row-3-text .text-colored-big {
    font-size: 22px;
  }

  .row-3-text .text-colored-small {
    margin-bottom: 10px;
  }

  .info-table {
    width: 100%;
    font-size: 14px;
  }

  .info-table .col:nth-child(2n),
  .info-table .col:nth-child(3n) {
    text-align: center;
  }

  .info-table .col:nth-child(4n) {
    text-align: right;
  }

  .image-text-slider .content-left-title {
    margin-bottom: 20px;
  }

  .image-text-slider .content-title {
    margin-bottom: 20px;
  }

  .image-text-slider-narrow .image-right {
    width: 100%;
  }

  .image-text-slider-wide .image-right {
    width: 100%;
  }

  .image-text-slider-wide .info {
    width: 100%;
  }

  .form-download .section-title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .form-download form {
    width: 100%;
  }

  .form-download legend {
    text-align: center;
  }

  .form-download .form-group-row {
    text-align: center;
  }

  .form-download .error-message {
    text-align: center;
  }

  .form-download label {
    width: 100%;
  }

  .form-download input {
    width: 100%;
  }

  .form-download .checkbox-label-replacement {
    width: 40%;
  }

  .form-download input[type="checkbox"] {
    width: 60%;
  }

  .form-download .button-columns .button-column {
    padding: 0;
  }

  .section-404 {
    padding: 50px 0;
  }
}

.home .menu-open svg path {
  stroke: white;
}
.home .menu-open.scrolled svg path {
  stroke: black;
}

.films-page .videowrapper {
  position: relative;
  outline: none !important;
}
.films-page .videowrapper svg {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}