@charset "UTF-8";
.loaded {
  margin-left: -1000px;
  margin-top: -1px;
  width: 10px;
  height: 1px;
  opacity: 0;
}

i[class*="-ic"] {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 1;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.arr-dn-ic {
  width: 10px;
  height: 10px;
  background-image: url("../img/_style/_svg/arr_dn.svg");
}

.arr-r-ic {
  width: 30px;
  height: 12px;
  background-image: url("../img/_style/_svg/arr_r-3.svg");
}

@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSans/noto-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/NotoSans/noto-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/NotoSans/noto-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/NotoSans/noto-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/NotoSans/noto-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/NotoSans/noto-sans-v27-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-display: swap; 
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NotoSans/noto-sans-v27-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/NotoSans/noto-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/NotoSans/noto-sans-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/NotoSans/noto-sans-v27-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/NotoSans/noto-sans-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/NotoSans/noto-sans-v27-latin-700.svg#NotoSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/NotoSans/noto-sans-v27-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/NotoSans/noto-sans-v27-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/NotoSans/noto-sans-v27-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/NotoSans/noto-sans-v27-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/NotoSans/noto-sans-v27-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/NotoSans/noto-sans-v27-latin-300.svg#NotoSans') format('svg'); /* Legacy iOS */
}


@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/NotoSans/noto-sans-v27-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/NotoSans/noto-sans-v27-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/NotoSans/noto-sans-v27-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/NotoSans/noto-sans-v27-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/NotoSans/noto-sans-v27-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/NotoSans/noto-sans-v27-latin-600.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* Title */
h1, .h1-title, h2, .h2-title, h3, .h3-title, h4, .h4-title, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  font-family: 'Noto Sans';
  font-weight: 300;
  font-style: normal;
  font-size: 21px;
  line-height: 37px;
  letter-spacing: 0.84px;
  color: #3C3C3B;
  margin-bottom: 37px;
}

h1, .h1-title {
  font-family: "merriweather", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 37px;
  line-height: 60px;
  color: #3C3C3B;
}
/*MW Regular*/
h2, .h2-title {
  font-family: "merriweather", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  line-height: 1.1;
  color: #3C3C3B;
}

/*MW Italic*/
h3 {
  font-family: "merriweather", serif;
  font-weight: 400;
  font-style: italic;
  color: #3C3C3B;
}
/*MW Bold*/
h4 {
  font-family: "merriweather", serif;
  font-weight: 700;
  font-style: normal;
  color: #3C3C3B;
}

.center {
  text-align: center;
}

.center p,
.center ul,
.center ol,
.center img,
.center table {
  margin-left: auto;
  margin-right: auto;
}

b,
strong {
  font-weight: 500;
}

/* Clearfix */
.clearfix::before, .tabs__caption::before, .clearfix::after, .tabs__caption::after {
  content: "";
  display: table;
}

.clearfix::after, .tabs__caption::after {
  clear: both;
}

.before,
.after {
  position: absolute;
  content: "";
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  outline: none !important;
  cursor: pointer;
  color: inherit;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

a:hover {
  text-decoration: underline;
  color: #3C3C3B;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

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

label {
  font-weight: normal;
}

.hidden {
  display: none;
}

.toggle-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  outline: none !important;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none;
  width: 50px;
  height: 50px;
  z-index: 10;
  cursor: pointer;
}

.toggle-btn span {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #707070;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 30px;
}

.toggle-btn span::after, .toggle-btn span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -13px;
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  height: 1px;
  background-color: #707070;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  -moz-transition: .5s ease all;
  transition: .5s ease all;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
}

.toggle-btn span:after {
  top: 13px;
}

.toggle-btn.on span {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
}

.toggle-btn.on span::before {
  width: 65px;
  -webkit-transform: rotate(60deg) translate(-6px, 16px);
     -moz-transform: rotate(60deg) translate(-6px, 16px);
      -ms-transform: rotate(60deg) translate(-6px, 16px);
       -o-transform: rotate(60deg) translate(-6px, 16px);
          transform: rotate(60deg) translate(-6px, 16px);
}

.toggle-btn.on span::after {
  width: 65px;
  -webkit-transform: rotate(-60deg) translate(11px, -26px);
     -moz-transform: rotate(-60deg) translate(11px, -26px);
      -ms-transform: rotate(-60deg) translate(11px, -26px);
       -o-transform: rotate(-60deg) translate(11px, -26px);
          transform: rotate(-60deg) translate(11px, -26px);
}

.hidden {
  display: none !important;
}

.inner-pages {
  position: fixed;
  z-index: 5000;
  top: 15%;
  left: 0;
  display: inline-block;
  height: 62px;
  width: 35px;
  overflow: hidden;
  background-image: url("../img/_style/_svg/inner_pages.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.inner-pages:hover {
  overflow: visible;
}

.inner-pages:hover .page-links {
  opacity: 1;
}

.page-links {
  padding: 10px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  opacity: 0;
  min-height: 100%;
  white-space: nowrap;
  max-height: 85vh;
  overflow-y: auto;
}

.page-links a {
  display: block;
  padding: 3px;
  margin: 0 0 5px;
  line-height: 1.2em;
}

.page-links a:hover {
  color: blue;
}

.cover-img {
  position: relative;
  display: block;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  overflow: hidden;
  background-color: #eee;
}

.cover-img img {
  margin: 0 !important;
}

.cover-img .base-img {
  display: block;
  position: relative;
  width: 100% !important;
  height: auto !important;
  opacity: 0;
}

.cover-img .main-img {
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-inner-box {
  position: relative;
  display: block;
  text-decoration: none !important;
  border: none !important;
  width: 100%;
  overflow: hidden;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eee;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.img-inner-box.img-contain {
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.img-inner-box img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100% !important;
  height: auto !important;
}

.img-inner-box .base-img {
  opacity: 0;
}

.img-inner-box .main-img {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
}

body {
  position: relative;
  min-width: 320px;
  font-family: 'Noto Sans';
  font-size: 16px;
  line-height: 37px;
  font-weight: 300;
  color: #2E2E2E;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
}

body.modal-open {
  touch-action: none;
  -ms-touch-action: none;
}

/* Прижатие футера */
/* Прижатие футера END */
/* Альтернатива прижатия футера */
body {
  overflow-x: hidden;
}

.wrapper {
  display: table;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

.layout {
  min-height: 300px;
  display: table-row;
  height: 100%;
}

.home-wrap, .page-wrap {
  display: table-cell;
  max-width: 320px;
}

/* Альтернатива прижатия футера END*/
.height-limit {
  max-height: 200px;
}

.wrapper.mCustomScrollbar {
  max-height: 100vh;
}

.wrapper.mCustomScrollbar > .mCustomScrollBox > .mCSB_container {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mCSB_inside > .mCSB_container {
  margin: 0 !important;
}

.int-expl .wrapper.mCustomScrollbar > .mCustomScrollBox > .mCSB_container {
  display: block;
}



/* ================= Header ================= */
/*============= hover-dropdown =============*/
.hover-dropdown {
  overflow: hidden;
  position: relative;
  z-index: 9999;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.hover-dropdown .arr-dn-ic {
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  margin-top: 2px;
}

.hover-dropdown.hover {
  overflow: visible;
  z-index: 99999;
}

.hover-dropdown.hover .arr-dn-ic {
  -webkit-transform: rotateX(180deg);
     -moz-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.hover-dropdown-btn {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.hover-dropdown-btn span {
  display: inline-block;
  vertical-align: middle;
}

.hover-dropdown-box {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  min-width: 100%;
  line-height: 1em;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  margin-top: -5px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.hover-dropdown-box ul {
  white-space: nowrap;
  color: #2E2E2E;
}

.hover .hover-dropdown-box {
  margin-top: 0;
  opacity: 1;
  overflow: visible;
  max-height: none;
}

/*============= hover-dropdown END =============*/
.main-head, .inner-head {
  color: inherit;
  height: 180px;
}

.main-head.fixed .head-line, .fixed.inner-head .head-line {
  height: 100px;
}

.main-head.fixed .logo, .fixed.inner-head .logo {
  width: 145px;
}

.main-head.fixed .head-top, .fixed.inner-head .head-top {
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
}

.head-top {
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 320px;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  color: #707070;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.head-top a:hover {
  text-decoration: none;
}

.head-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 180px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.head-cell {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-cell:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*.head-cell:nth-child(1), .head-cell:nth-child(3) {
  width: 550px;
  min-width: 550px;
}*/

.logo-wrap {
  width: 100%;
}

.logo-wrap .logo {
  margin: 0 38px 0 auto;
}

.logo {
  display: block;
  width: 255px;
}

.logo img {
  display: block;
  width: 100%;
}

.head-btns {
  margin-left: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.head-btns li {
  margin-right: 25px;
}

.head-btns li:last-child {
  margin-right: 0;
}

.head-btns .btn, .head-btns .btn-form, .head-btns .tabs__caption > li > a,
.head-btns .tabs__caption > li > span {
  margin-bottom: -3px;
}

.head-sett {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-sett .lang-choose {
  margin-left: 25px;
  top: -2px;
}

.lang-lst {
  line-height: 1.5;
  text-shadow: 1px 1px 1px #fff;
}

.head-lnks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-lnks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-lnks li {
  margin-left: 35px;
}

.contact-lnks a {
  white-space: nowrap;
}

.mnu-open {
  overflow: hidden;
}

.mnu-open .head-top {
  background-color: transparent;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}

.mnu-wrap {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100vw;
  min-width: 320px;
  background-color: #fff;
  padding-top: 275px;
  padding-top: 25vh;
  padding-top: 180px;
  display: none;
}

.main-head.fixed .mnu-wrap, .fixed.inner-head .mnu-wrap {
  padding-top: 120px;
}

.main-head.fixed .mnu-head-inner, .fixed.inner-head .mnu-head-inner {
  height: -webkit-calc(100vh - 120px);
  height: -moz-calc(100vh - 120px);
  height: calc(100vh - 120px);
}

.mnu-head-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
}

.mnu-head-inner {
  height: -webkit-calc(100vh - 180px);
  height: -moz-calc(100vh - 180px);
  height: calc(100vh - 180px);
  overflow-y: auto;
  padding-top: 7.5vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mnu-head-inner .head-btns,
.mnu-head-inner .head-lnks {
  display: none;
}

.mnu-head-top,
.mnu-head-bottom {
  width: 100%;
  padding-left: 165px;
  padding-right: 165px;
}

.mnu-head-bottom {
  padding-top: 85px;
  padding-bottom: 50px;
  overflow: hidden;
}

.mnu-head-bottom .flex-line {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: -165px;
}

.flex-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mnu-sub-nav {
  font-size: 18px;
  line-height: 1.25;
  color: #707070;
  padding-right: 15px;
}

.mnu-sub-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.mnu-sub-nav li {
  margin-right: 25px;
  position: relative;
}

.mnu-sub-nav li::after {
  content: '';
  display: block;
  position: absolute;
  right: -13px;
  top: 5px;
  width: 1px;
  height: 16px;
  background-color: #707070;
}

.mnu-sub-nav li:last-child {
  margin-right: 0;
}

.mnu-sub-nav li:last-child::after {
  display: none;
}

.head-attention-box {
  font-size: 18px;
  line-height: 1.25;
  color: #707070;
}

.head-attention-box > span {
  display: block;
  margin-bottom: 10px;
  padding-right: 55px;
}

.attent-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 5px 25px 3px;
  background-color: #F4F3F2;
  font-family: "SilkSerifMedium", sans-serif;
  font-size: 30px;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  min-width: 210px;
}

.attent-btn span {
  display: inline-block;
}

.attent-btn .arr-right-ic {
  margin-left: -20px;
}

.attent-btn:hover .arr-right-ic {
  margin-left: 15px;
}

.attent-btn:hover .arr-right-ic path {
  stroke: #3C3C3B;
}

.arr-right-ic {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.arr-right-ic svg {
  display: block;
  height: 20px;
  width: auto;
}

.arr-right-ic path {
  -webkit-transition: .15s;
  -o-transition: .15s;
  -moz-transition: .15s;
  transition: .15s;
}

.main-mnu {
  position: relative;
}

.main-mnu > li {
  margin-bottom: 25px;
}

.main-mnu > li:last-child {
  margin-bottom: 0;
}

.main-lnk-itm {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 1.1;
  color: #707070;
  width: 40%;
  padding-right: 100px;
  position: relative;
  overflow: hidden;
}

.main-lnk, .btn-sub-mnu {
  color: inherit;
  display: inline-block;
  position: relative;
}

.main-lnk::after, .btn-sub-mnu::after {
  content: '';
  display: block;
  position: absolute;
  left: -webkit-calc(100% + 10px);
  left: -moz-calc(100% + 10px);
  left: calc(100% + 10px);
  top: 50%;
  height: 1px;
  width: 100vh;
  background-color: #3C3C3B;
  opacity: 0;
}

.main-lnk .mnu-icon, .btn-sub-mnu .mnu-icon {
  display: none;
}

.btn-sub-mnu {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  line-height: inherit;
  opacity: 0;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  z-index: 5;
}

html:not(.touch) .btn-sub-mnu {
  display: none;
}

.sub-mnu {
  position: absolute;
  z-index: 10;
  left: 33.33%;
  top: 0;
  width: 66.66%;
  display: none;
}

.sub-mnu-image,
.sub-mnu-lst {
  min-width: 50%;
  width: 50%;
}

.mnu-image-inner {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 450px;
}

.mnu-image-inner img {
  display: block;
  width: 100%;
  height: auto;
}

.mnu-image-inner .mobile {
  display: none;
}

.mnu-image-inner .label-image {
  display: block;
  width: 170px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(30%, 30%);
     -moz-transform: translate(30%, 30%);
      -ms-transform: translate(30%, 30%);
       -o-transform: translate(30%, 30%);
          transform: translate(30%, 30%);
}

.sub-mnu-lst {
  font-size: 30px;
  line-height: 1.25;
  color: #707070;
  padding: 35px 0 0 50px;
}

.sub-mnu-lst li {
  margin-bottom: 10px;
}

.sub-mnu-lst li:last-child {
  margin-bottom: 0;
}

.head-btn-lnk {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 15px 12px 0;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .75;
}

.head-btn-lnk:hover {
  opacity: 1;
}

.top-screen {
  position: relative;
}

.top-screen-logo {
  display: block;
  height: 280px;
}

.top-screen-logo img {
  display: block;
  height: 100%;
  width: auto;
}

.top-slider-wrap {
  position: relative;
}

.top-slider-wrap .slick-arrow::before,
.img-slider-wrap .slick-arrow::before {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
}

.top-slider-wrap .slick-prev,
.img-slider-wrap .slick-prev {
  left: 5px;
}

.top-slider-wrap .slick-prev::before,
.img-slider-wrap .slick-prev::before {
  left: 100%;
}

.top-slider-wrap .slick-prev:hover,
.img-slider-wrap .slick-prev:hover {
  background-position: left 0 center;
}

.top-slider-wrap .slick-next,
.img-slider-wrap .slick-next {
  right: 5px;
}

.top-slider-wrap .slick-next::before,
.img-slider-wrap .slick-next::before {
  right: 100%;
}

.top-slider-wrap .slick-next:hover,
.img-slider-wrap .slick-next:hover {
  background-position: right 0 center;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 10;
  width: 100px;
  height: 40px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-position: right 0 center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 30px;
     -moz-background-size: auto 30px;
       -o-background-size: auto 30px;
          background-size: auto 30px;
  color: transparent;
  border: none;
  outline: none !important;
  font-size: 0;
}

.slick-arrow:hover {
  opacity: .75;
}

.slick-prev {
  left: 0;
  background-image: url("..//img/_style/_svg/arr_l-2.svg");
}

.slick-next {
  right: 0;
  background-image: url("..//img/_style/_svg/arr_r-2.svg");
  background-position: left 0 center;
}

.top-slide {
  padding: 90px 75px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  min-height: -webkit-calc(100vh - 230px);
  min-height: -moz-calc(100vh - 230px);
  min-height: calc(100vh - 230px);
}

.top-slide.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.top-slide-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.top-slide-img::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .3;
}

.top-slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-slide-img {
  z-index: 1;
}

.top-slide-txt {
  position: relative;
  z-index: 5;
  color: #fff;
}

.top-slide-txt .title-descr, .top-slide-txt .title-descr-big, .top-slide-txt .title-descr-divide {
  color: inherit;
  font-size: 16px;
  line-height: 37px;
  letter-spacing: 0.64px;
  padding-top: 0px;
}

.sect-inner {
  margin: 0 auto;
  max-width: -webkit-calc(100% - 150px);
  max-width: -moz-calc(100% - 150px);
  max-width: calc(100% - 150px);
}

.tile-logo {
  display: block;
  width: 165px;
}

.tile-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.tile-img {
  display: block;
  text-decoration: none;
  position: relative;
}

.tile-img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.tile-img .base,
.tile-img .base-desctop,
.tile-img .base-mobile {
  position: relative;
  z-index: 1;
  height: auto !important;
}

.tile-img .base-mobile {
  display: none;
}


.main-foot, .inner-foot {
  color: inherit;
  position: relative;
  margin-top: 250px;
}

.foot-box {
  /*background-color: #3C3C3B;*/
  color: #4A4A4A;
  padding-top: 55px;
  position: relative;
  border-top: 1.5px solid #707070;
}

.foot-box .logo {
  margin: 28px auto 100px;
  /*-webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);*/
}

.foot-box .soc-btn:hover {
  color: #fff;
  text-decoration: underline;
}

.foot-box .soc-btn .soc-ic {
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
}

.foot-box a:hover {
  color: inherit;
}

.foot-bottom-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 10px;
}

.foot-bottom-logos.mobile {
  display: none;
}

.logo-itm {
  display: block;
  margin: 0 7px 20px;
}

.logo-itm img {
  display: block;
  height: 60px !important;
  width: auto !important;
}

.foot-middle {
  padding-top: 75px;
  padding: 0 130px;
  padding: 75px 6.5vw 0;
}

.foot-itm {
  font-size: 30px;
  line-height: 1.25;
}

.foot-itm li {
  margin-bottom: 5px;
  min-height: 37px;
}

.foot-itm li:last-child {
  margin-bottom: 0;
}

.foot-itm .soc-wrap {
  margin-top: 75px;
}

.foot-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.foot-cell {
  width: 33.33%;
  min-width: 33.33%;
}

.soc-wrap {
  line-height: 1;
}

.soc-wrap.mobile {
  display: none;
}

.soc-wrap li {
  margin-bottom: 20px;
}

.soc-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-size: 20px;
}

.soc-btn span {
  padding-left: 12px;
  display: block;
  padding-bottom: 5px;
}

.soc-ic {
  width: 48px;
  height: 48px;
}

.subscribe-box {
  max-width: 355px;
}

.subscribe-box > img {
  display: block;
  width: 100%;
}

.foot-bottom {
  overflow: hidden;
  position: relative;
}

.foot-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(0, 15%);
     -moz-transform: translate(0, 15%);
      -ms-transform: translate(0, 15%);
       -o-transform: translate(0, 15%);
          transform: translate(0, 15%);
	justify-content: flex-end;
}

.foot-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 25px 0 25px 30px;
}

.foot-nav li {
  margin-right: 15px;
  position: relative;
}

.foot-nav li::after {
  content: ' | ';
  display: inline-block;
  margin-left: 15px;
}

.foot-nav li:last-child {
  margin-right: 0;
}

.foot-nav li:last-child::after {
  display: none;
}

.foot-nav-logo {
  width: 165px;
  min-width: 165px;
}

.foot-nav-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.title .titel {
	width: 60%;
	margin-left: 40%;
	border-left: 1.5px solid #707070;
	padding: 0 0 1px 70px;
	margin-bottom: 180px;
}

.title .zitat-text {
	margin-left: 45px;
}

h2 {
	margin-bottom: 50px;
	font-size: 37px;
	line-height: 60px;
}

h3 {
	font-size: 28px;
	line-height: 40px;
}

h3 + h3 {
	margin-left: 60px;
	margin-bottom: 15px;
}

.top-slide-txt h1 + h1 {
	margin-left: 60px;
}

.devider.line {
	padding: 200px 0;
}

.devider.noline {
	padding: 0 0 200px 0;
}

.devider.line .container-fluid {
	border-top: 1.5px solid #707070;
}

.person .titel {
	display: flex;
	align-items: flex-end;
	margin-bottom: 100px;
}

.person .titel .text {
	width: 60%;
	padding-right: 70px;
	border-right: 1.5px solid #707070;
	text-align: right;
}

.person .titel .image {
	width: calc(33% - 100px);
	margin-left: 100px;
}

.person .titel .image .tile-img {
	margin-bottom: 230px;
}

.person .zitat {
	width: 50%;
	margin-left: 50%;
}

.person .zitat-text {
	margin-left: 45px;
}

.person .zitat-text li {
	list-style-type: "- ";
	font-size: 21px;
	line-height: 35px;
	letter-spacing: 0.84px;
}

.referenzen {
	width: 60%;
	margin-left: 40%;
	border-left: 1.5px solid #707070;
	padding: 0 0 20px 70px;
}

.referenzen h2 {
  margin-bottom: 20px;
}

.logoliste {
	display: flex;
	flex-wrap: wrap;
	margin-top: 85px;
}

.logoliste li {
	flex-basis: 38%;
}

.logoliste li:nth-child(3n + 1) {
	flex-basis: 24%;
}

.logoliste img {
	height: 70px;
	margin-bottom: 70px;
}

.kontakt .titel {
	width: 50%;
	padding-right: 70px;
	border-right: 1.5px solid #707070;
	text-align: right;
	padding-bottom: 1px;
}

.kontakt .zitat {
	width: 50%;
	margin-left: 50%;
	padding-left: 20%;
}

.main-mnu-outer {
	display: flex;
}

.main-mnu-outer li {
	margin-left: 36px;
}

.main-mnu-outer li a {
	text-transform: uppercase;
	font-size: 21px;
	line-height: 34px;
	color: #3C3C3B;
}

.top-slide-img::before {
	content: "";
	height: 50%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFFF4 0%, #FFFFFFC0 47%, #FFFFFF62 75%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}

.top-slide-img::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: .3;
}

.top-slide-txt {
	margin-left: 150px;
}

.top-slide-txt h1, .top-slide-txt .title-descr {
	color: #3C3C3B;
}

.top-slide-txt .title-descr {
	text-align: right;
	padding-right: 85px;
}

.top-slide {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.toggle-btn {
	display: none;
}

.dsgvo strong, .dsgvo b {
	font-family: 'Noto Sans';
	font-weight: 500;
	font-style: normal;
	color: #3C3C3B;
}

.dsgvo h1 {
	margin-bottom: 50px;
	margin-top: 140px;
	color: #3C3C3B;
}

.dsgvo p {
  margin-bottom: 30px;
  font-size: 21px;
  line-height: 30px;
  color: #3C3C3B;
}

.dsgvo ul {
	margin-bottom: 30px;
	margin-left: 20px;
}

.top-slide {
    min-height: -webkit-calc(100vh - 200px);
    min-height: -moz-calc(100vh - 200px);
    min-height: calc(100vh - 200px);
}

/* ========================== Media Queries ========================== */
@media only screen and (max-width: 1620px) {
  .top-slide {
    padding: 50px 35px;
    min-height: -webkit-calc(100vh - 160px);
    min-height: -moz-calc(100vh - 160px);
    min-height: calc(100vh - 160px);
  }
  .top-screen::after {
    height: 150px;
  }
  .top-slide-txt .title-descr, .top-slide-txt .title-descr-big, .top-slide-txt .title-descr-divide {
    font-size: 16px;
    padding-top: 10px;
  }
  .main-lnk-itm {
    font-size: 30px;
  }
  .mnu-head-top,
  .mnu-head-bottom {
    padding-left: 135px;
    padding-right: 135px;
  }
  .mnu-head-bottom {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .mnu-head-bottom .flex-line {
    margin-right: -135px;
  }
  .mnu-wrap {
    padding-top: 150px;
  }
  .mnu-head-inner {
    padding-top: 0;
    height: -webkit-calc(100vh - 150px);
    height: -moz-calc(100vh - 150px);
    height: calc(100vh - 150px);
  }
  .mnu-sub-nav {
    font-size: 15px;
  }
  .mnu-sub-nav li {
    margin-right: 20px;
  }
  .mnu-sub-nav li::after {
    right: -11px;
    height: 12px;
  }
  .arr-right-ic svg {
    height: 15px;
  }
  .main-mnu > li {
    margin-bottom: 18px;
  }
  .foot-box {
    padding-top: 40px;
  }
  .foot-box .soc-ic {
    width: 35px;
    height: 35px;
  }
  .foot-box .soc-btn {
    font-size: 15px;
  }
  .foot-box .soc-btn span {
    padding-left: 10px;
    padding-bottom: 3px;
  }
  .foot-middle {
    padding-top: 50px;
  }
  .foot-itm {
    font-size: 18px;
  }
  .foot-itm li {
    min-height: 22px;
    margin-bottom: 10px;
  }
  .foot-itm .soc-wrap {
    margin-top: 50px;
  }
  .foot-nav-logo {
    width: 90px;
    min-width: 90px;
  }
  .foot-nav ul {
    padding: 15px 0 15px 20px;
  }
  .logo-itm img {
    height: 35px !important;
  }
  .foot-bottom-logos {
    padding: 20px 0 10px;
  }
  .logo-itm {
    margin-bottom: 10px;
  }
  .main-foot, .inner-foot {
    margin-top: 200px;
  }
  .sect-inner {
    max-width: -webkit-calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
  .main-foot, .inner-foot {
    margin-top: 100px;
  }
  .top-slider-wrap::after {
    bottom: -290px;
  }
  h2 {
    margin-bottom: 45px;
    font-size: 32px;
    line-height: 55px;
  }
  p {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.64px;
  }
  h3 {
    font-size: 26px;
    line-height: 37px;
  }
  .logoliste img {
    height: 55px;
    margin-bottom: 70px;
  }
  .dsgvo p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 27px;
    color: #3C3C3B;
  }
}

@media only screen and (max-width: 1300px) {
  .logoliste img {
    height: 45px;
    margin-bottom: 70px;
  }
  .main-mnu-outer li a {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 32px;
    color: #3C3C3B;
  }
}

@media only screen and (max-width: 1199px) {
  .mnu-head-top,
  .mnu-head-bottom {
    padding-left: 45px;
    padding-right: 45px;
  }
  .mnu-head-bottom .flex-line {
    margin-right: -45px;
  }
  .main-mnu {
    padding-top: 20px;
  }
  .main-foot, .inner-foot {
    margin-top: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .main-head, .inner-head {
    height: 95px;
  }
  .main-head.fixed .head-line, .fixed.inner-head .head-line {
    height: 60px;
  }
  .main-head.fixed .logo, .fixed.inner-head .logo {
    width: 100px;
  }
  .head-line {
    padding: 0 30px;
    height: 95px;
  }
  .head-btns {
    margin-left: 25px;
  }
  .head-btns li {
    margin-right: 20px;
  }
  .logo {
    width: 145px;
  }
  .top-slide {
    min-height: -webkit-calc(100vh - 125px);
    min-height: -moz-calc(100vh - 125px);
    min-height: calc(100vh - 125px);
  }
  .top-slider-wrap .slick-prev,
  .img-slider-wrap .slick-prev {
    left: -10px;
  }
  .top-slider-wrap .slick-next,
  .img-slider-wrap .slick-next {
    right: -10px;
  }
  .slick-arrow {
    width: 55px;
  }
  .mnu-head-top,
  .mnu-head-bottom {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mnu-head-bottom .flex-line {
    margin-right: -30px;
  }
  .sect-inner {
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .main-mnu-outer li:first-child {
    margin-left: 0px;
  }
  
}

@media only screen and (max-width: 768px) {
  .top-slide {
    padding: 50px 25px;
  }
  .head-line .head-sett .head-lnks {
    display: none;
  }
  .head-line .lang-choose {
    margin-left: 0;
  }
  .head-line .head-btns {
    display: none;
  }
  .main-lnk-itm {
    width: auto;
    padding-right: 0;
  }
  .mnu-head-bottom .flex-line {
    display: block;
  }
  .mnu-head-bottom .cell:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .mnu-head-inner .head-btns,
  .mnu-head-inner .head-lnks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .mnu-head-inner .head-btns {
    margin-bottom: 35px;
  }
  .mnu-head-inner .head-lnks {
    margin-bottom: 30px;
    padding-top: 15px;
    padding-right: 30px;
  }
  .mnu-head-top {
    padding-left: 0;
    padding-right: 0;
  }
  .main-mnu {
    padding-top: 0;
  }
  .main-mnu > li {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mnu-head-inner {
    display: block;
    height: -webkit-calc(100vh - 95px);
    height: -moz-calc(100vh - 95px);
    height: calc(100vh - 95px);
  }
  .mnu-wrap {
    padding-top: 95px;
  }
  .main-mnu > li.hover .main-lnk, .main-mnu > li.hover .btn-sub-mnu, .main-mnu > li.active .main-lnk, .main-mnu > li.active .btn-sub-mnu {
    color: #3C3C3B;
  }
  .main-mnu > li.active .sub-mnu {
    display: block;
  }
  .foot-line {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .foot-line .foot-cell {
    width: 50%;
  }
  .foot-line .foot-cell:nth-child(3) {
    margin-top: 50px;
    min-width: 100%;
  }
  .foot-line .soc-wrap {
    display: none;
  }
  .foot-bottom .soc-wrap.mobile {
    display: block;
    padding: 40px 0 75px;
  }
  .title-cell:nth-child(2) {
    padding-bottom: 0;
  }
  .main-mnu-outer {
	display: none;
  }
  .toggle-btn {
	display: inline-block;
  }
  .head-line {
    padding: 0 30px;
    height: 95px;
    flex-direction: row-reverse;
  }
  .head-cell:first-child, .head-cell:last-child {
    width: 50%;
	min-width: auto;
  }
  .head-cell:first-child {
	justify-content: flex-end;
  }
  .head-cell:last-child {
	justify-content: flex-start;
  }
  .logo-wrap .logo {
    margin: 0;
  }
  .toggle-btn span::after, .toggle-btn span::before {
    left: -18px;
  }
  .toggle-btn span {
    right: 0px;
	background-color: #3C3C3B;
  }
  .toggle-btn span::after, .toggle-btn span::before {
	background-color: #3C3C3B;
  }
  .logo {
    width: 250px;
  }
  .mnu-head-top {
	margin-top: 100px;	
    text-align: center;
  }
  .main-mnu > li {
    margin-bottom: 50px;
  }
  .top-screen .container-fluid {
	padding-left: 0px;
    padding-right: 0px;	
  }
  .top-slide {
    min-height: -webkit-calc(100vh - 90px);
    min-height: -moz-calc(100vh - 90px);
    min-height: calc(100vh - 90px);
	-webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .top-slide-txt {
    margin-left: 20px;
  }
  .top-slide-txt h1, .top-slide-txt .title-descr {
    color: #fff;
  }
  .title .titel {
    width: 100%;
    margin-left: 0%;
    border-left: 0px;
    padding: 0px;
    margin-bottom: 80px;
  }
  .title .zitat{
    border-left: 1.5px solid #3C3C3B;
    padding: 0 0 0 23px;
  }
  p {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.64px;
  }
  h3 {
    font-size: 28px;
    line-height: 39px;
  }
  .devider.line {
    padding: 100px 0;
  }
  .devider.noline{
    padding: 0 0 100px 0;
  }
  .person .titel {
    flex-direction: column-reverse;
  }
  .person .titel .text {
    width: 100%;
    padding-right: 0px;
    border-right: 0px;
    text-align: left;
  }
  .person .titel .image {
    width: 70%;
    margin: 0 auto;
  }
  .person .titel .image .tile-img {
    margin-bottom: 40px;
  }
  .person .zitat {
    width: 100%;
    margin-left: 0%;
	border-right: 1.5px solid #3C3C3B;
	padding-right: 23px;
  }
  .referenzen {
    width: 100%;
    margin-left: 0%;
    border-left: 0px;
    padding: 0px;
  }
  body {
    font-size: 20px;
  }
  .logoliste {
    justify-content: center;
  }
  .logoliste img {
    height: 65px;
    margin-bottom: 70px;
  }
  .logoliste li:nth-child(3n + 1), .logoliste li {
    flex-basis: 50%;
	justify-content: center;
    display: flex;
  }
  .kontakt .titel {
    width: 100%;
    padding-right: 0px;
    border-right: 0px;
    text-align: left;
    padding-bottom: 125px;
  }
  .kontakt .zitat {
    width: 100%;
    margin-left: 0%;
    padding-left: 20%;
	border-left: 1.5px solid #3C3C3B;
	padding-left: 23px;
  }
  .foot-box {
	display: flex;
    flex-direction: column-reverse;
  }
  .foot-top .logo-wrap .logo {
    margin: 0 auto;
  }
  .foot-nav {
    justify-content: center;
  }
  .foot-nav ul {
    padding: 15px 0 50px 0px;
  }

}

@media only screen and (max-width: 767px) {
  .sect-inner {
    max-width: -webkit-calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 576px) {
  .top-slide {
    padding: 50px 15px;
  }
  .foot-box {
    padding-top: 25px;
  }
  .foot-middle {
    padding: 35px 15px 0;
  }
  .foot-bottom {
    padding: 0 15px;
  }
  .foot-nav {
    font-size: 15px;
    -webkit-transform: translate(0, 10px);
       -moz-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
         -o-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  .foot-nav li::after {
    height: 11px;
  }
  .foot-line .foot-cell {
    width: 100%;
  }
  .foot-line .foot-cell:nth-child(3) {
    margin-top: 25px;
  }
  .foot-itm {
    text-align: center;
    margin-bottom: 25px;
  }
  .foot-itm li {
    min-height: 5px;
  }
  .foot-bottom-logos {
    display: none;
  }
  .foot-bottom-logos.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .foot-bottom-logos .divide {
    min-width: 100%;
  }
  .main-foot, .inner-foot {
    margin-top: 100px;
  }
  .logo {
    width: 200px;
  }
	
  .head-line {
    padding: 0 0px;
  }
  h1, .h1-title {
    font-size: 24px;
    line-height: 35px;
  }
  h2 {
    margin-bottom: 8px;
    font-size: 27px;
    line-height: 60px;
  }
  p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.72px;
  }
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
  h3 + h3 {
    margin-left: 50px;
    margin-bottom: 15px;
  }
  .title .zitat-text {
    margin-left: 0px;
  }
 
}

@media only screen and (max-width: 350px) {
  /*  */
}


@media only screen and (min-width: 577px) {
  .container,
  .container-fluid,
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (min-width: 768px) {
  
}

@media only screen and (min-width: 769px) {
  .container {
    max-width: 750px;
  }
 
}

@media only screen and (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .container-fluid {
    max-width: -webkit-calc(100vw - 50px);
    max-width: -moz-calc(100vw - 50px);
    max-width: calc(100vw - 50px);
  }
  
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  
}

@media only screen and (min-width: 1280px) {
  .container-fluid {
    max-width: -webkit-calc(100vw - 100px);
    max-width: -moz-calc(100vw - 100px);
    max-width: calc(100vw - 100px);
  }
 
}

@media only screen and (min-width: 1621px) {
  
}

@media only screen and (min-width: 1900px) {
  .container-fluid {
    max-width: 89.5835vw;
  }
  
}

@media print {
  body {
    font-family: "Arial", sans-serif;
    background-color: #fff;
  }
  * {
    color: #000;
  }
  .main-head, .inner-head, .main-foot, .inner-foot,
  .sidebar,
  .inner-pages {
    display: none;
  }
}


.top-slide-button {
	height: 150px;
	width: 150px;
	z-index: 1;
	position: absolute;
	top: 20px;
	right: 20px;
}	
