* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body {
    background: #ffffff;
    color: #000000;
    font: 1em TypoldCondensed, Arial, Helvetica, Sans-Serif;
    min-width: 270px;
}

a {
    color: #000;
    outline: none;
    text-decoration: underline;
    transition: all .2s;
}

a:hover {
    color: #555;
    text-decoration: none;
}

input,
select,
textarea {
    border: #999999 1px solid;
    color: #333333;
    font: 14px Arial, Helvetica, sans-serif;
    padding: 8px;
}

li {
    list-style: none;
}

h1,
h2 {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 1em;
}

h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 .5em;
}

h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 .5em;
}

h5,
h6 {
    font-size: 16px;
    font-weight: normal;
}

p {
    line-height: 1.3em;
    padding: 0 0 1.3em;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    display: block;
}

strong {
    font-weight: 500;
}

.page-container,
.page-header,
.page-footer,
.details-page-header,
.nav-dots-wrap {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 20px;
}

.page-container {
    padding-bottom: 40px;
    padding-top: 40px;
}

.page-wrap {
    padding-top: 156px;
}

.page-frame {
    background: #f3f3f3;
}

.page-top-bar {
    background: #fab72c;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1010;
}

.page-top-bar2 {
background: #fff;
left: 0;
position: relative;
right: 0;
top: 156px;
z-index: 1020;
}

.page-bottom-bar {
    background: #000;
}

.page-header {
    display: flex;
    height: 156px;
    justify-content: space-between;
    padding-top: 40px;
    position: relative;
    z-index: 10;
}

.header-logo {
    order: 2
}

.details-page-header {
    background: #fff;
    min-height: 100px;
    padding-bottom: 15px;
    padding-right: 80px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.details-page-header h1 {
    font-size: 22px;
    margin: 0 0 10px;
}

.details-page-content {
    padding: 40px 0 15px;
}

.details-page-list dl {
    display: flex;
    margin-bottom: 20px;
}

.details-page-list dt {
    flex: 0 0 205px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.details-page-list dd {
    flex: 1 1 auto;
}

.intro-text {
    font-size: 22px;
    max-width: 1100px;
}

.intro-headline {
    display: block;
    font-weight: normal;
}

.intro-list {
    margin-bottom: 40px;
}

.intro-list dl {
    display: flex;
}

.intro-list dt {
    flex: 0 0 180px;
    font-weight: 500;
}

.intro-list dd {
    flex: 1 1 auto;
}

.main-headline {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.sub-headline {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 2em;
    text-transform: uppercase;
}

.nav-overlay {
    background: #fab72c;
    bottom: 0;
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1001
}

.nav1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    order: 1;
    min-width: 1px;
}

.nav1 ul {
    display: flex;
}

.nav1 li {
    flex: 0 1 185px;
    margin: 0 15px 0 0;
    position: relative;
}

.nav1 a {
    color: #000000;
    display: block;
    text-decoration: none;
}

.nav1 li.active a {
    color: #fff;
}

@media all and (-ms-high-contrast:none) {
  .nav1 a {
      word-wrap: break-word;
      overflow-wrap: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto;
    }
}

.video-title {
    height: 873px;
    position: relative;
    overflow: hidden;
}
.video-title-detail {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.videoplay::before {
  content: "\49";
  font: 17px ElegantIcons;
  position: 'absolute';
  color: #FFFFFF;
  margin-right: 8px;
}

.videoplay {
  color: #FFFFFF;
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0 auto;
  margin-bottom: 5px;
  max-width: 1100px;
}
.videoplay a{
  color: #FFFFFF;
  text-decoration: none
}

.frame-video{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.frame-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-title video {
    height: auto;
    transition: 1s opacity;
    width: 100%;
    z-index: -100;
}
.stopfade {
    opacity: .5;
}

.page-slider .slide {
    height: 670px;
    width: 100%;
}

.nav-dots {
    bottom: 15px;
    height: 15px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1000;
}

.nav-dots span {
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 6px;
    margin: 0 10px;
    position: relative;
    text-indent: -999em;
    width: 6px;
}

.nav-dots span.cycle-pager-active:before,
.nav-dots span:hover:before {
    border: 1px solid #fff;
    border-radius: 50%;
    content: '';
    height: 14px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 14px;
}

.fullscreen-slider {
    overflow: hidden;
}

.fullscreen-slider .slide {
    height: 100vh;
    width: 100vw;
}

.carousel-slider {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1010;
}

.carousel-slider .carousel-wrap {
    background: #f3f3f3;
    margin: 0 auto;
    padding: 16px 40px;
    position: relative;
    width: 495px;
}

.carousel-slider .slide {
    padding: 8px;
}

.carousel-slider .slide img {
    height: 90px;
    width: 130px;
}

.cycle-slide-active img {
    box-shadow: 0 0 8px #999;
}

.cycle-prev,
.cycle-next {
    cursor: pointer;
    display: block;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    z-index: 1005;
}

.cycle-prev:before {
    color: #000;
    content: "\34";
    font: 44px ElegantIcons;
}

.cycle-prev {
    left: 0;
}

.cycle-next {
    right: 0;
}

.cycle-next:before {
    color: #000;
    content: "\35";
    font: 44px ElegantIcons;
}

.accordeon {
    border-top: 1px solid #cfcdcd;
}

.accordeon h3 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 1em;
}

.accordeon-headline {
    border-bottom: 1px solid #cfcdcd;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    padding: 15px 0 15px 45px;
    position: relative;
}

.accordeon-headline:after {
    color: #000;
    content: "\33";
    font: 30px ElegantIcons;
    left: 0;
    margin: -18px 0 0;
    position: absolute;
    top: 32px;
}

.is-open .accordeon-headline {
    border: 0;
}

.is-open .accordeon-headline:after {
    content: "\32"
}

.accordeon-wrap {
    border-bottom: 1px solid #cfcdcd;
    padding: 20px 0 20px 45px;
}

.accordeon-content {
    max-width: 1030px;
}

.list-features a {
    text-decoration: none;
}

.feature-item:hover .feature-pic {
    box-shadow: 0 0 8px #999;
}

.feature-pic {
    margin-bottom: .5em;
}

.feature-pic img {
    height: auto;
    width: 100%;
}

.feature-info {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.2;
}

.feature-item .feature-info a {
    display: block;
    padding-right: 30px;
    position: relative;
}

.feature-item:hover .feature-info a:after {
    content: "\24";
    font: 32px ElegantIcons;
    position: absolute;
    right: 0;
    top: 0;
}

.list-news a {
    text-decoration: none;
}

.news-pic {
    margin-bottom: 1em;
}

.news-info h3 {
    margin-bottom: 0;
}

.news-info p {
    padding-bottom: .5em;
}

.news-pic img {
    height: auto;
    width: 100%;
}

.list-rows {
    margin-bottom: 20px;
}

.list-rows dl {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    padding: 15px 0;
}

.list-rows dt {
    flex: 0 0 240px;
    font-weight: 500;
}

.list-rows dd {
    flex: 1 1 auto;
}

.list-history {
    margin-bottom: 1em;
}

.history-pic {
    margin-bottom: .5em;
}

.history-pic img {
    height: auto;
    width: 100%;
}

.history-text {
    font-size: 14px;
}

.list-team .row {
    margin-left: -6px;
    margin-right: -6px
}

.list-team [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px
}

.team-pic {
    margin-bottom: .5em;
}

.team-pic img {
    height: auto;
    width: 100%;
}

.team-info {
    margin-bottom: 1em;
}

.team-info h4 {
    font-size: 18px;
    margin: 0;
}

.list-reference h3 {
    margin: 0;
}

.reference-item:hover .reference-pic {
    box-shadow: 0 0 8px #999;
}

.reference-image {
    height: 269px;
    width: auto;
}

.reference-pic {
    margin-bottom: 1em;
    position: relative;
    height: 269px;
    width: auto;
}

.reference-pic img {
    display: none;
    height: auto;
    width: 100%;
}
.reference-item {
    margin-bottom: 30px;
}

.reference-list li {
    padding: 0 0 0 25px;
    position: relative;
}

.reference-list li:before {
    content: "\24";
    font: 18px ElegantIcons;
    left: 0;
    position: absolute;
    top: 3px;
}

.btn-reference {
    background: #282828;
    bottom: 0;
    color: #fff;
    display: block;
    height: 39px;
    line-height: 39px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    width: 39px;
}

.btn-reference:hover {
    color: #999;
}

.btn-link-group .btn-link {
    margin-bottom: 1em;
}

.btn-link a {
    color: #000000;
    display: block;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
    text-decoration: underline;
}

.btn-link span {
    left: 0;
    position: absolute;
    top: 5px;
}

.btn-close {
    font-size: 60px;
    position: absolute;
    right: 15px;
    text-decoration: none;
    top: 16px;
}

.btn-details {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}

.btn-details:before {
    content: "\33";
    font: 24px ElegantIcons;
    left: -2px;
    position: absolute;
    top: -2px;
}

.btn-details.active:before {
    content: "\32";
}

.page-footer {
    color: #fff;
    padding: 20px;
    text-align: center;
}

.page-footer a {
    color: #adabab;
    text-decoration: none;
}

.page-footer a:hover {
    color: #fff;
}

.footer-contacts {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-contacts a {
    color: #fff;
}

.footer-contacts li {
    display: inline-block;
    padding: 0 10px;
}

.footer-soclinks {
    font-size: 26px;
    margin-bottom: 15px;
}

.footer-soclinks a {
    padding: 0 10px;
}

.nav-footer {
    font-size: 12px;
}

.nav-footer li {
    display: inline-block;
    padding: 0 5px;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pic img {
    height: auto;
    margin: 0 0 20px;
    width: 100%;
}

.menu-label {
    display: none;
    font-size: 14px;
    margin: 0 5px 0 0;
    position: relative;
    text-transform: uppercase;
    top: -4px;
}

.hamburger {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: none;
    font: inherit;
    left: 20px;
    outline: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    text-transform: none;
    top: 24px;
    transition-duration: 0.15s;
    transition-property: opacity, filter, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, -webkit-filter;
    transition-timing-function: linear
}

.hamburger::-moz-focus-inner {
    border: 0;
}

.hamburger:hover {
    /*opacity: 0.7*/
}

.hamburger-box {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 35px
}

.hamburger-inner {
    display: block;
    margin-top: -1px;
    top: 50%
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #000000;
    border-radius: 0;
    height: 4px;
    position: absolute;
    transition-duration: 0.15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: ease;
    width: 30px
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-duration: 0.2s;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: ease;
}

.hamburger--slider .hamburger-inner::after {
    top: 16px;
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}

.cms_item a.file {
    background: none;
    padding: 2px 0 2px 9px;
    font-weight: bold;
    text-decoration: underline;
}

.cms_item a.file:before {
    position: relative;
    left: -9px;
    display: inline-block;
}

.cms_item ul li, .intro-text  ul li {
    list-style: disc;
    list-style-position: inside;
}
.cms_item ol li, .intro-text  ol li {
    list-style: decimal;
    list-style-position: inside;
}